2007-03-30 James Youngman <jay@gnu.org>
[gnulib.git] / ChangeLog
1 2007-03-30  James Youngman  <jay@gnu.org>
2
3         * tests/test-stat-time.c (prepare_test): use chmod() rather than
4         rename() to change the ctime of a file (because ctime is unaffected
5         by rename on jfs2 on AIX 5.1).
6         (main): Start by doing cleanup, in case a previous run failed leaving
7         test files behind.
8
9 2007-03-31  Bruno Haible  <bruno@clisp.org>
10
11         Support old proprietary implementations of iconv.
12         * modules/iconv_open: New file.
13         * lib/iconv_.h: New file.
14         * m4/iconv_h.m4: New file.
15         * lib/iconv_open.c: New file.
16         * lib/iconv_open-aix.gperf: New file.
17         * lib/iconv_open-hpux.gperf: New file.
18         * lib/iconv_open-irix.gperf: New file.
19         * lib/iconv_open-osf.gperf: New file.
20         * m4/iconv_open.m4: New file.
21         * modules/linebreak (Depends-on): Add iconv_open.
22         * modules/striconv (Depends-on): Likewise.
23         * modules/striconveh (Depends-on): Likewise.
24         * modules/unicodeio (Depends-on): Likewise.
25         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
26         (iconv_t)(-1).
27         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
28         conversion if cd is (iconv_t)(-1).
29         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
30         is not possible.
31
32 2007-03-31  Bruno Haible  <bruno@clisp.org>
33
34         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
35         work on Solaris either. Protect also second use of "autodetect_jp".
36
37 2007-03-31  Bruno Haible  <bruno@clisp.org>
38
39         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
40         the function is not present.
41
42 2007-03-31  Bruno Haible  <bruno@clisp.org>
43
44         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
45         the function is not present.
46
47 2007-03-31  Bruno Haible  <bruno@clisp.org>
48
49         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
50         a bug in HP-UX iconv_open().
51
52 2007-03-31  Bruno Haible  <bruno@clisp.org>
53
54         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
55         (Mathematics <math.h>): New section, add fpieee.
56         (Input/output <stdio.h>): Add fseterr.
57         (Mathematics <math.h>): New section, add printf-frexp.
58         (Container data structures): Add sublist.
59         (Core language properties): Add fpucw, inline.
60         (Functions for greatest-width integer types <inttypes.h>): Add
61         imaxabs, imaxdiv, inttypes.
62         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
63         isnanl-nolibm, ldexp.
64         (Mathematics <math.h>): New section, add printf-frexpl.
65         (Support for systems lacking POSIX:2001): Add fprintf-posix,
66         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
67         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
68         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
69         (Unicode string functions): Add unistr/u*-mbtoucr.
70         (Java): Add javacomp-script, javaexec-script.
71         (C#): Add csharpcomp-script, csharpexec-script.
72         (Support for building libraries and executables): Add havelib,
73         relocatable-*.
74         (Support for maintaining and releasing projects): Renamed from
75         'Support for maintaining and release projects'. Add announce-gen.
76
77 2007-03-31  Bruno Haible  <bruno@clisp.org>
78
79         * README: Talk primarily about git.
80         (git and CVS): Renamed from CVS.
81         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
82         gnulib is available through git.
83         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
84
85 2007-03-30  Bruno Haible  <bruno@clisp.org>
86
87         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
88         * lib/poll_.h: Likewise.
89         * lib/stat_.h: Likewise.
90         * lib/sys_time_.h: Likewise.
91         * lib/sysexit_.h: Likewise.
92         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
93         * lib/stdbool_.h: Likewise.
94         * lib/byteswap_.h: Add double-inclusion guard.
95
96 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
97
98         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
99
100 2007-03-30  Karl Berry  <karl@gnu.org>
101
102         * config/srclist-update: double space after USA in the license
103         substitution, since that's how it's usually (?) written.
104
105 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
106
107         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
108         reported by Bruno Haible.
109
110 2007-03-29  Bruno Haible  <bruno@clisp.org>
111
112         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
113         a bug in AIX iconv().
114
115 2007-03-29  Bruno Haible  <bruno@clisp.org>
116
117         * modules/ldexpl-tests: New file.
118         * tests/test-ldexpl.c: New file.
119
120 2007-03-29  Bruno Haible  <bruno@clisp.org>
121
122         * lib/ldexpl.c: Include fpucw.h.
123         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
124         multiplication.
125         * modules/ldexpl (Depends-on): Add fpucw.
126
127 2007-03-29  Bruno Haible  <bruno@clisp.org>
128
129         * modules/ldexpl: New file.
130         * m4/ldexpl.m4: New file.
131         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
132         set.
133         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
134         REPLACE_LDEXPL.
135         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
136         REPLACE_LDEXPL.
137         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
138         gl_FUNC_LDEXPL_WORKS.
139         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
140         * modules/mathl (Files): Remove lib/ldexpl.c.
141         (Depends-on): Add ldexpl.
142
143 2007-03-29  Bruno Haible  <bruno@clisp.org>
144
145         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
146
147 2007-03-29  Bruno Haible  <bruno@clisp.org>
148
149         * tests/test-striconveh.c (main): Don't assume that a direct conversion
150         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
151         and possibly also HP-UX.
152         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
153         work on AIX, IRIX, HP-UX, OSF/1.
154         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
155         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
156         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
157         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
158         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
159         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
160
161 2007-03-29  Bruno Haible  <bruno@clisp.org>
162
163         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
164
165 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
166
167         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
168         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
169
170 2007-03-29  Eric Blake  <ebb9@byu.net>
171
172         * lib/acl-internal.h: Remove redundant include.
173         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
174         Cygwin when a file is locked.
175
176 2007-03-29  Bruno Haible  <bruno@clisp.org>
177
178         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
179         file.
180         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
181
182 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
183
184         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
185         try to remove a parent directory if the child couldn't be removed
186         (except for the first rmdir, which could fail because the child
187         doesn't exist).  Problem reported by Jeff Blaine in
188         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
189
190 2007-03-28  Bruno Haible  <bruno@clisp.org>
191
192         * lib/striconveh.c (utf8conv_carefully): New function.
193         (mem_cd_iconveh_internal): Invoke it.
194
195 2007-03-28  Bruno Haible  <bruno@clisp.org>
196
197         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
198         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
199         input.
200         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
201         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
202         unistr/u8-uctomb.
203
204 2007-03-28  Bruno Haible  <bruno@clisp.org>
205
206         * modules/unistr/u8-mbtoucr: New file.
207         * lib/unistr/u8-mbtoucr.c: New file.
208         * modules/unistr/u16-mbtoucr: New file.
209         * lib/unistr/u16-mbtoucr.c: New file.
210         * modules/unistr/u16-mbtoucr: New file.
211         * lib/unistr/u16-mbtoucr.c: New file.
212         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
213
214 2007-03-27  Simon Josefsson  <simon@josefsson.org>
215             Bruno Haible  <bruno@clisp.org>
216
217         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
218         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
219         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
220
221         * m4/stdio_h.m4: Add stubs for vasprintf too.
222
223         * modules/stdio: Support vasprintf in sed command.
224
225         * modules/vasprintf: Depend on stdio for prototypes.  Remove
226         vasprintf.h.  Add stdio module indicator.
227
228         * lib/stdio_.h: Declare asprintf and vasprintf, based on
229         vasprintf.h.
230
231         * lib/vasprintf.h: File removed.
232
233         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
234         * lib/vasprintf.c: Ditto.
235         * lib/xvasprintf.c: Ditto.
236         * tests/test-vasprintf-posix.c: Ditto.
237         * tests/test-vasprintf.c: Ditto.
238
239 2007-03-27  Bruno Haible  <bruno@clisp.org>
240
241         Make vasnprintf multithread-safe.
242         * lib/vasnprintf.c (decimal_point_char): New function.
243         (VASNPRINTF): Use it.
244         Suggested by Simon Josefsson.
245
246 2007-03-27  Eric Blake  <ebb9@byu.net>
247
248         Support sub-second birthtime on cygwin.
249         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
250         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
251         (get_stat_birthtime): Also work with st_birthtim.
252
253 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
254
255         * lib/stat-time.h (USE_BIRTHTIME): Remove.
256         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
257         (get_stat_birthtime_ns): Do not try to use "spare" fields.
258         (get_stat_birthtime_ns): Simplify compile-time tests.
259         (get_stat_birthtime): Change the API to look like
260         get_stat_mtime etc., except return a negative tv_nsec on error.
261         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
262         Don't check for "spare" fields.
263         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
264         or for struct stat.st_birthtime, as these tests aren't used.
265         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
266
267 2007-03-27  Bruno Haible  <bruno@clisp.org>
268
269         * lib/stat-time.h: Include <sys/stat.h>.
270
271 2007-03-27  James Youngman  <jay@gnu.org>
272
273         * lib/stat-time.h (get_stat_birthtime): New function for
274           retrieving st_birthtime as provided by UFS2 (hence *BSD).
275         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
276           and its variants.
277         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
278         * modules/stat-time-test: New file.
279         * tests/test-stat-time.c: New test, devised by Bruno Haible.
280
281 2007-03-26  Bruno Haible  <bruno@clisp.org>
282
283         Better support of signalling NaNs.
284         * lib/atanl.c: Include isnanl.h.
285         (atanl): Perform test for NaN at the beginning of the function and
286         through a call to isnanl.
287         * lib/cosl.c: Include isnanl.h.
288         (cosl): Perform test for NaN at the beginning of the function and
289         through a call to isnanl.
290         * lib/ldexpl.c: Include isnanl.h.
291         (ldexpl): Perform test for NaN through a call to isnanl.
292         * lib/logl.c: Include isnanl.h.
293         (logl): Perform test for NaN at the beginning of the function and
294         through a call to isnanl.
295         * lib/sinl.c: Include isnanl.h.
296         (sinl): Perform test for NaN at the beginning of the function and
297         through a call to isnanl.
298         * lib/sqrtl.c: Include isnanl.h.
299         (sqrtl): Perform test for NaN at the beginning of the function and
300         through a call to isnanl.
301         * lib/tanl.c: Include isnanl.h.
302         (tanl): Perform test for NaN at the beginning of the function and
303         through a call to isnanl.
304         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
305         * modules/mathl (Depends-on): Add isnanl.
306
307 2007-03-26  Eric Blake  <ebb9@byu.net>
308
309         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
310         regression in logic sense of previous patch.
311
312 2007-03-26  Bruno Haible  <bruno@clisp.org>
313
314         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
315         unportable shell command "if ! ...".
316         Reported by Ralf Wildenhues.
317
318 2007-03-25  Bruno Haible  <bruno@clisp.org>
319
320         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
321         <sysexits.h> file, and only add EX_CONFIG.
322         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
323         absolute file name and whether it is sufficient. Substitute also
324         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
325         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
326         ABSOLUTE_SYSEXITS_H into sysexits.h.
327
328 2007-03-25  Bruno Haible  <bruno@clisp.org>
329
330         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
331         hints is NULL.
332
333 2007-03-25  Bruno Haible  <bruno@clisp.org>
334
335         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
336         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
337
338 2007-03-25  Bruno Haible  <bruno@clisp.org>
339
340         * lib/vasnprintf.c: Include langinfo.h.
341         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
342         multithread-safe.
343         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
344         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
345         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
346         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
347         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
348         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
349         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
350         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
351         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
352         Reported by Simon Josefsson.
353
354 2007-03-25  Bruno Haible  <bruno@clisp.org>
355
356         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
357         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
358         * modules/vasnprintf (Depends-on): Add stdint.
359
360 2007-03-25  Bruno Haible  <bruno@clisp.org>
361
362         * modules/fpieee: New file.
363         * m4/fpieee.m4: New file.
364         * modules/isnan-nolibm (Depends-on): Add fpieee.
365         * modules/isnanl-nolibm (Depends-on): Add fpieee.
366         * modules/isnanl (Depends-on): Add fpieee.
367
368 2007-03-25  Bruno Haible  <bruno@clisp.org>
369
370         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
371
372 2007-03-25  Bruno Haible  <bruno@clisp.org>
373
374         Avoid test failures on IRIX 6.5.
375         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
376         (main): Use it.
377         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
378         macros.
379         (main): Use them.
380
381 2007-03-25  Bruno Haible  <bruno@clisp.org>
382
383         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
384         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
385         exists but doesn't work.
386         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
387         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
388         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
389         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
390
391 2007-03-25  Bruno Haible  <bruno@clisp.org>
392
393         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
394         returns inf. Needed on IRIX 6.5.
395
396 2007-03-25  Bruno Haible  <bruno@clisp.org>
397
398         * tests/test-frexpl.c: Include isnanl-nolibm.h.
399         (main): Use isnanl instead of x != x idiom.
400         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
401
402         * tests/test-frexp.c: Include isnan.h.
403         (main): Use isnan instead of x != x idiom.
404         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
405
406 2007-03-25  Bruno Haible  <bruno@clisp.org>
407
408         * tests/test-frexp.c (NaN): New function/macro.
409         (main): Use it instead of 0.0 / 0.0.
410         * tests/test-isnan.c (NaN): New function/macro.
411         (main): Use it instead of 0.0 / 0.0.
412         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
413         (test_function): Use it instead of 0.0 / 0.0.
414         * tests/test-vasprintf-posix.c (NaN): New function/macro.
415         (test_function): Use it instead of 0.0 / 0.0.
416         * tests/test-snprintf-posix.h (NaN): New function/macro.
417         (test_function): Use it instead of 0.0 / 0.0.
418         * tests/test-sprintf-posix.h (NaN): New function/macro.
419         (test_function): Use it instead of 0.0 / 0.0.
420         * tests/test-fprintf-posix.h (NaN): New function/macro.
421         (test_function): Use it instead of 0.0 / 0.0.
422         * tests/test-printf-posix.h (NaN): New function/macro.
423         (test_function): Use it instead of 0.0 / 0.0.
424
425         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
426
427 2007-03-25  Bruno Haible  <bruno@clisp.org>
428
429         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
430
431 2007-03-25  Bruno Haible  <bruno@clisp.org>
432
433         * lib/regexec.c (merge_state_with_log): Make static.
434
435 2007-03-25  Bruno Haible  <bruno@clisp.org>
436
437         * lib/trigl.c (kernel_rem_pio2): Make static.
438
439 2007-03-25  Bruno Haible  <bruno@clisp.org>
440
441         * lib/sincosl.c (sincosl_table): Make static.
442
443 2007-03-25  Bruno Haible  <bruno@clisp.org>
444
445         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
446         if the compiler does not support C99.
447
448 2007-03-25  Bruno Haible  <bruno@clisp.org>
449
450         * modules/time (Makefile.am): Ensure all rule action lines start with a
451         tab.
452
453 2007-03-24  Bruno Haible  <bruno@clisp.org>
454
455         * modules/tsearch-tests: New file.
456         * tests/test-tsearch.sh: New file.
457         * tests/test-tsearch.c: New file, mostly copied from glibc.
458
459         * modules/search-tests: New file.
460         * tests/test-search.c: New file.
461
462         * modules/search: New file.
463         * lib/search_.h: New file, incorporating lib/tsearch.h.
464         * m4/search_h.m4: New file.
465         * lib/tsearch.h: Remove file.
466         * lib/tsearch.c: Include search.h instead of tsearch.h.
467         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
468         HAVE_TSEARCH.
469         * modules/tsearch (Files): Remove lib/tsearch.h.
470         (Depends-on): Add search.
471         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
472         (Include): Change tsearch.h into search.h.
473
474 2007-03-24  Bruno Haible  <bruno@clisp.org>
475
476         * modules/fpucw: New file.
477         * lib/fpucw.h: New file.
478         * lib/frexp.c: Include fpucw.h.
479         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
480         (FUNC): Use them.
481         * lib/printf-frexp.c: Include fpucw.h.
482         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
483         (FUNC): Use them.
484         * lib/vasnprintf.c: Include fpucw.h.
485         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
486         'long double' calculations.
487         * tests/test-frexpl.c: Include fpucw.h.
488         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
489         * tests/test-printf-frexpl.c: Include fpucw.h.
490         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
491         * modules/frexpl (Depends-on): Add fpucw.
492         * modules/printf-frexpl (Depends-on): Likewise.
493         * modules/fprintf-posix (Depends-on): Likewise.
494         * modules/snprintf-posix (Depends-on): Likewise.
495         * modules/sprintf-posix (Depends-on): Likewise.
496         * modules/vasnprintf-posix (Depends-on): Likewise.
497         * modules/vasprintf-posix (Depends-on): Likewise.
498         * modules/vfprintf-posix (Depends-on): Likewise.
499         * modules/vsnprintf-posix (Depends-on): Likewise.
500         * modules/vsprintf-posix (Depends-on): Likewise.
501         * modules/frexpl-tests (Depends-on): Likewise.
502         * modules/printf-frexpl-tests (Depends-on): Likewise.
503
504 2007-03-24  Bruno Haible  <bruno@clisp.org>
505
506         * lib/float+.h: New file.
507         * lib/isnan.c: Include float+.h.
508         (SIZE): New macro.
509         (FUNC): Compare only SIZE bytes of the value.
510         * lib/vasnprintf.c: Include float+.h.
511         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
512         SIZEOF_LDBL or SIZEOF_DBL bytes.
513         * modules/isnan-nolibm (Files): Add lib/float+.h.
514         * modules/isnanl-nolibm (Files): Add lib/float+.h.
515         * modules/isnanl (Files): Add lib/float+.h.
516         * modules/vasnprintf (Files): Add lib/float+.h.
517
518 2007-03-24  Bruno Haible  <bruno@clisp.org>
519
520         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
521         include isnanl-nolibm.h.
522
523 2007-03-24  Bruno Haible  <bruno@clisp.org>
524
525         * tests/test-read-file.c (main): Don't produce spurious output for
526         expected situations. Make the test fail if it encountered unexpected
527         results.
528
529 2007-03-24  Bruno Haible  <bruno@clisp.org>
530
531         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
532         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
533
534 2007-03-24  Bruno Haible  <bruno@clisp.org>
535
536         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
537
538 2007-03-24  Bruno Haible  <bruno@clisp.org>
539
540         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
541         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
542
543         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
544         * modules/utf8-ucs4: Turn into a symbolic link to module
545         unistr/u8-mbtouc.
546
547         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
548         utf8-ucs4-unsafe.
549         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
550         unistr/u8-mbtouc-unsafe.
551
552         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
553         * modules/utf16-ucs4: Turn into a symbolic link to module
554         unistr/u16-mbtouc.
555
556         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
557         utf16-ucs4-unsafe.
558         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
559         unistr/u16-mbtouc-unsafe.
560
561         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
562         * modules/ucs4-utf8: Turn into a symbolic link to module
563         unistr/u8-ubtomb.
564
565         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
566         * modules/ucs4-utf16: Turn into a symbolic link to module
567         unistr/u16-ubtomb.
568
569 2007-03-24  Bruno Haible  <bruno@clisp.org>
570
571         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
572         Enable the function only if HAVE_INLINE.
573         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
574         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
575         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
576         Enable the function only if HAVE_INLINE.
577         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
578         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
579         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
580         Enable the function only if HAVE_INLINE.
581         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
582         Enable the function only if HAVE_INLINE.
583         * modules/utf8-ucs4: Update.
584         * modules/utf8-ucs4-unsafe: Update.
585         * modules/utf16-ucs4: Update.
586         * modules/utf16-ucs4-unsafe: Update.
587         * modules/ucs4-utf8: Update.
588         * modules/ucs4-utf16: Update.
589
590 2007-03-24  Bruno Haible  <bruno@clisp.org>
591
592         * lib/utf8-ucs4.h: Remove file.
593         * lib/utf8-ucs4-unsafe.h: Remove file.
594         * lib/utf16-ucs4.h: Remove file.
595         * lib/utf16-ucs4-unsafe.h: Remove file.
596         * lib/ucs4-utf8.h: Remove file.
597         * lib/ucs4-utf16.h: Remove file.
598         * lib/unistr.h: Include their previous contents.
599         * m4/utf-ucs4.m4: Remove file.
600         * m4/ucs4-utf.m4: Remove file.
601         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
602         (Depends-on): Add unistr/base.
603         (configure.ac): Remove gl_UTF_UCS4.
604         (Makefile.am): Update.
605         (Include): Change to unistr.h.
606         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
607         (Depends-on): Add unistr/base.
608         (configure.ac): Remove gl_UTF_UCS4.
609         (Makefile.am): Update.
610         (Include): Change to unistr.h.
611         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
612         (Depends-on): Add unistr/base.
613         (configure.ac): Remove gl_UTF_UCS4.
614         (Makefile.am): Update.
615         (Include): Change to unistr.h.
616         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
617         (Depends-on): Add unistr/base.
618         (configure.ac): Remove gl_UTF_UCS4.
619         (Makefile.am): Update.
620         (Include): Change to unistr.h.
621         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
622         (Depends-on): Add unistr/base.
623         (configure.ac): Remove gl_UCS4_UTF.
624         (Makefile.am): Update.
625         (Include): Change to unistr.h.
626         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
627         (Depends-on): Add unistr/base.
628         (configure.ac): Remove gl_UCS4_UTF.
629         (Makefile.am): Update.
630         (Include): Change to unistr.h.
631         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
632         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
633         utf8-ucs4-unsafe.h.
634         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
635         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
636         utf16-ucs4-unsafe.h.
637         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
638         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
639         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
640         * lib/unistr/u8-strchr.c: Likewise.
641         * lib/unistr/u8-strrchr.c: Likewise.
642         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
643         * lib/unistr/u16-strchr.c: Likewise.
644         * lib/unistr/u16-strrchr.c: Likewise.
645         * lib/striconveh.c: Update.
646         * lib/linebreak.c: Update.
647
648 2007-03-24  Bruno Haible  <bruno@clisp.org>
649
650         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
651         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
652
653 2007-03-22  Bruno Haible  <bruno@clisp.org>
654
655         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
656
657 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
658
659         * MODULES.html.sh (File system functions): New module write-any-file.
660         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
661         * m4/write-any-file.m4: New files.
662
663 2007-03-23  Eric Blake  <ebb9@byu.net>
664
665         * gnulib-tool: Rearrange space-tab sequences, since some editors
666         like to eat them.
667
668 2007-03-23  Eric Blake  <ebb9@byu.net>
669
670         * lib/version-etc.c (version_etc_va): Update license wording to
671         be more concise.  Recommended by Richard Stallman.
672
673 2007-03-22  Bruno Haible  <bruno@clisp.org>
674
675         * lib/poll.c (MSG_PEEK): New fallback definition.
676
677 2007-03-22  Bruno Haible  <bruno@clisp.org>
678
679         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
680         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
681         (main): Update.
682         Fixes a compilation error on BeOS.
683
684 2007-03-22  Bruno Haible  <bruno@clisp.org>
685
686         * modules/frexpl-tests: New file.
687         * tests/test-frexpl.c: New file.
688
689         * modules/frexpl: New file.
690         * m4/frexpl.m4: New file.
691         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
692         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
693         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
694         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
695         (Depends-on): Add frexpl. Remove isnanl-nolibm.
696         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
697
698 2007-03-22  Bruno Haible  <bruno@clisp.org>
699
700         * lib/frexpl.c: Share code with lib/frexp.c.
701         * modules/mathl (Files): Add lib/frexp.c.
702         (Depends-on): Add isnanl-nolibm.
703
704 2007-03-22  Bruno Haible  <bruno@clisp.org>
705
706         * modules/printf-frexp (Files): Add m4/frexp.m4.
707         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
708         only if the found frexp function actually works.
709
710 2007-03-22  Bruno Haible  <bruno@clisp.org>
711
712         * lib/frexp.c: Remove older implementation that uses divisions.
713
714 2007-03-21  Bruno Haible  <bruno@clisp.org>
715
716         * modules/frexp-tests: New file.
717         * tests/test-frexp.c: New file.
718
719         * modules/frexp: New file.
720         * lib/frexp.c: New file.
721         * m4/frexp.m4: New file.
722         * lib/math_.h (frexp): New declaration.
723         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
724         REPLACE_FREXP.
725         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
726
727 2007-03-21  Bruno Haible  <bruno@clisp.org>
728
729         * modules/isnanl-tests: New file.
730         * tests/test-isnanl.c: New file.
731
732         * modules/isnanl: New file.
733         * lib/isnanl.h: New file.
734         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
735         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
736         gl_FUNC_ISNANL_WORKS.
737         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
738         New macros.
739
740 2007-03-21  Bruno Haible  <bruno@clisp.org>
741
742         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
743         lib/isnanl.h.
744         (Include): Update.
745         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
746         * lib/vasnprintf.c: Update.
747         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
748         tests/test-isnanl.h, remove tests/test-isnanl.c.
749         (Makefile.am): Update.
750         * tests/test-isnanl-nolibm.c: New file.
751         * tests/test-isnanl.h: New file.
752         * tests/test-isnanl.c: Remove file.
753
754 2007-03-21  Jim Meyering  <jim@meyering.net>
755
756         When trying to open ".", treat ESTALE like EACCES.
757         * lib/savewd.c (savewd_save): Resort to forking not just upon
758         failure with EACCES, but also when errno is ESTALE.
759
760 2007-03-20  Bruno Haible  <bruno@clisp.org>
761
762         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
763         Needed on AIX 5.1. Reported by Matthew Woehlke.
764
765 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
766
767         Suggestions by Bruno Haible:
768         * lib/acl-internal.h: Include "gettext.h" rather than rolling
769         our own.
770         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
771         * modules/acl (Depends-on): Add gettext.
772
773 2007-03-19  Bruno Haible  <bruno@clisp.org>
774
775         * modules/iconvme: Remove file.
776         * lib/iconvme.h: Remove file.
777         * lib/iconvme.c: Remove file.
778         * m4/iconvme.m4: Remove file.
779
780 2007-03-19  Bruno Haible  <bruno@clisp.org>
781
782         * doc/relocatable-maint.texi: Break long shell script line.
783         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
784
785 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
786
787         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
788         handle file_has_acl.
789         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
790         * lib/acl.c: Move header inclusions and related macro defns into
791         lib/acl-internal.h.
792         (S_ISLNK): Remove defn, since that's now done for us.
793         (file_has_acl): Move to lib/file-has-acl.c.
794         Call acl_trivial if available.  This is the crucial part of the fix.
795         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
796         shared within the library.  Rewrite a bit, partly to make it compatible
797         with the GNU coding style.
798         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
799         Remove unnecessary double-quotes.
800         Don't test for acl_to_text; the build will catch that.
801         Replace acl_entries if it doesn't exist and it is needed.
802         Check for -lsec and acl_trivial (as used on Solaris 10).
803         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
804         lib/file-has-acl.c.
805         (Depends-on): Add sys_stat, for S_ISLNK.
806
807 2007-03-19  Ben Pfaff  <blp@gnu.org>
808
809         * doc/gnulib.texi: Fix typos.
810         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
811
812 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
813
814         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
815         If size is zero here, buf must be zero.
816
817 2007-03-19  Simon Josefsson  <simon@josefsson.org>
818
819         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
820         <bruno@clisp.org>.
821
822 2007-03-18  Bruno Haible  <bruno@clisp.org>
823
824         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
825         Suggested by Eric Blake.
826
827 2007-03-18  Ben Pfaff  <blp@gnu.org>
828
829         * doc/relocatable.texi: Recommend using as prefix a directory
830         that does not exist and will never be created.  Based on
831         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
832         and others.
833
834 2007-03-17  Bruno Haible  <bruno@clisp.org>
835
836         * lib/fchownat.c: Include lchown.h.
837
838 2007-03-17  Bruno Haible  <bruno@clisp.org>
839
840         Fix endless loop when the given allocated size was > INT_MAX.
841         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
842         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
843         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
844         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
845         * lib/sprintf.c (sprintf): Likewise.
846
847 2007-03-17  Bruno Haible  <bruno@clisp.org>
848
849         * tests/test-argp-2.sh (func_compare): Output a context diff.
850
851 2007-03-17  Bruno Haible  <bruno@clisp.org>
852
853         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
854         locale's decimal-point character.
855
856 2007-03-17  Bruno Haible  <bruno@clisp.org>
857
858         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
859         before comparing it. Needed because on some platforms (e.g. x86) a
860         'long double' occupies less bytes than sizeof (long double).
861
862 2007-03-17  Bruno Haible  <bruno@clisp.org>
863
864         * tests/test-crc.c (main): Make printf statements 64-bit clean.
865         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
866         * tests/test-getaddrinfo.c (simple): Likewise.
867         * tests/test-read-file.c (main): Likewise.
868
869 2007-03-17  Bruno Haible  <bruno@clisp.org>
870
871         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
872
873 2007-03-17  Bruno Haible  <bruno@clisp.org>
874
875         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
876         unused variable.
877
878 2007-03-17  Bruno Haible  <bruno@clisp.org>
879
880         * tests/test-c-strcasecmp.c: Include c-strcase.h.
881         * tests/test-c-strncasecmp.c: Likewise.
882
883 2007-03-17  Bruno Haible  <bruno@clisp.org>
884
885         * modules/stdlib (Depends-on): Add unistd.
886         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
887         Needed for MacOS X 10.3.
888
889 2007-03-17  Bruno Haible  <bruno@clisp.org>
890
891         * lib/unistr/u-strdup.h: Include <stdlib.h>.
892
893 2007-03-17  Bruno Haible  <bruno@clisp.org>
894
895         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
896
897 2007-03-17  Bruno Haible  <bruno@clisp.org>
898
899         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
900         to reflect files copied from gnulib (with or without modifications).
901         Suggested by Jim Meyering.
902
903 2007-03-17  Eric Blake  <ebb9@byu.net>
904
905         * NEWS: Document stdlib change from 2007-02-18.
906
907 2007-03-17  Jim Meyering  <jim@meyering.net>
908
909         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
910         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
911         someone uses a name containing shell meta-characters.
912         Reported by Alfred M. Szmidt.
913
914         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
915
916 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
917
918         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
919         and copy gettext configuration files only if configure.ac contains
920         a use of AM_GNU_GETTEXT_VERSION.
921
922 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
923
924         * build-aux/bootstrap (gnulib_name): New variable.
925         (gnulib_tool_options): Use it.
926
927 2007-03-13  Simon Josefsson  <simon@josefsson.org>
928
929         * tests/test-des.c: Use new namespace.
930
931 2007-03-15  Bruno Haible  <bruno@clisp.org>
932
933         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
934         Reported by James Youngman <jay@gnu.org>.
935
936 2007-03-15  Bruno Haible  <bruno@clisp.org>
937
938         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
939         declared prototype. Needed with cc on OSF/1 5.1.
940
941 2007-03-15  Bruno Haible  <bruno@clisp.org>
942
943         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
944         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
945         (struct gl_list_implementation): Add dispose_fn argument to the
946         'create_empty', 'create' methods.
947         (struct gl_list_impl_base): Add field 'dispose_fn'.
948         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
949         argument.
950         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
951         dispose_fn argument.
952         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
953         dispose_fn on the dropped values.
954         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
955         dispose_fn argument.
956         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
957         dropped values.
958         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
959         (gl_tree_remove_node): Call dispose_fn on the dropped value.
960         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
961         (gl_tree_remove_node): Call dispose_fn on the dropped value.
962         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
963         argument.
964         (gl_tree_list_free): Call dispose_fn on the dropped values.
965         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
966         the dropped values.
967         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
968         Add dispose_fn argument.
969         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
970         Call dispose_fn on the dropped values.
971         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
972         Add dispose_fn argument.
973         (gl_sublist_create): Initialize the 'dispose_fn' field.
974         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
975         * tests/test-array_list.c (main): Update.
976         * tests/test-carray_list.c (main): Update.
977         * tests/test-avltree_list.c (main): Update.
978         * tests/test-rbtree_list.c (main): Update.
979         * tests/test-avltreehash_list.c (main): Update.
980         * tests/test-rbtreehash_list.c (main): Update.
981         * tests/test-linked_list.c (main): Update.
982         * tests/test-linkedhash_list.c (main): Update.
983         * tests/test-array_oset.c (main): Update.
984
985 2007-03-15  Bruno Haible  <bruno@clisp.org>
986
987         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
988         (gl_oset_create_empty): Add dispose_fn argument.
989         (struct gl_oset_implementation): Add dispose_fn argument to
990         'create_empty' method.
991         (struct gl_oset_impl_base): Add dispose_fn field.
992         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
993         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
994         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
995         values.
996         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
997         (gl_tree_oset_free): Call dispose_fn on the dropped values.
998         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
999         dropped value.
1000         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
1001         dropped value.
1002         * tests/test-array_oset.c (main): Update.
1003         * tests/test-avltree_oset.c (main): Update.
1004         * tests/test-rbtree_oset.c (main): Update.
1005         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
1006
1007 2007-03-13  Bruno Haible  <bruno@clisp.org>
1008
1009         * tests/test-stdbool.c (i): Update after last patch.
1010
1011 2007-03-12  Bruno Haible  <bruno@clisp.org>
1012
1013         * lib/quotearg.c: Include <wctype.h> early, before the definition of
1014         the iswprint macro. Needed on Solaris 2.5.1.
1015
1016 2007-03-12  Bruno Haible  <bruno@clisp.org>
1017
1018         * tests/test-printf-frexp.c (main): Declare x as volatile.
1019
1020 2007-03-12  Simon Josefsson  <simon@josefsson.org>
1021
1022         * doc/gnulib.texi (Build robot for gnulib): New section.
1023
1024 2007-03-12  Jim Meyering  <jim@meyering.net>
1025
1026         * build-aux/bootstrap: New file.
1027         * build-aux/bootstrap.conf: New file, from coreutils.
1028
1029 2007-03-11  Bruno Haible  <bruno@clisp.org>
1030
1031         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
1032
1033 2007-03-12  Simon Josefsson  <simon@josefsson.org>
1034
1035         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
1036         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
1037         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
1038
1039 2007-03-11  Bruno Haible  <bruno@clisp.org>
1040
1041         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
1042         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
1043
1044 2007-03-11  Bruno Haible  <bruno@clisp.org>
1045
1046         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
1047         formula. Needed for SunPRO C 5.0.
1048
1049 2007-03-11  Bruno Haible  <bruno@clisp.org>
1050
1051         * modules/long-options (Depends-on): Add getopt.
1052
1053 2007-03-11  Bruno Haible  <bruno@clisp.org>
1054
1055         * modules/modechange (Depends-on): Add stdbool.
1056
1057 2007-03-11  Bruno Haible  <bruno@clisp.org>
1058
1059         * modules/i-ring (Depends-on): Add stdbool.
1060
1061 2007-03-11  Bruno Haible  <bruno@clisp.org>
1062
1063         * modules/gc-des (Depends-on): Add stdbool.
1064
1065 2007-03-11  Bruno Haible  <bruno@clisp.org>
1066
1067         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
1068
1069 2007-03-11  Bruno Haible  <bruno@clisp.org>
1070
1071         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
1072
1073 2007-03-11  Bruno Haible  <bruno@clisp.org>
1074
1075         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
1076
1077 2007-03-11  Bruno Haible  <bruno@clisp.org>
1078
1079         * lib/vasnprintf.c (sprintf): Undefine.
1080
1081 2007-03-11  Bruno Haible  <bruno@clisp.org>
1082
1083         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
1084         initializers in SunPRO C and Compaq C compilers.
1085
1086 2007-03-11  Bruno Haible  <bruno@clisp.org>
1087
1088         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
1089         decrementing code ANSI C compliant.
1090
1091 2007-03-11  Bruno Haible  <bruno@clisp.org>
1092
1093         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
1094         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
1095
1096 2007-03-11  Bruno Haible  <bruno@clisp.org>
1097
1098         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
1099         <stdbool.h> substitute doesn't pass.
1100
1101 2007-03-11  Bruno Haible  <bruno@clisp.org>
1102
1103         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
1104
1105 2007-03-11  Bruno Haible  <bruno@clisp.org>
1106
1107         * gnulib-tool (func_create_megatestdir): Create also an autobuild
1108         script, for submission to autobuild.josefsson.org.
1109
1110 2007-03-10  Bruno Haible  <bruno@clisp.org>
1111
1112         * modules/canonicalize-lgpl-tests: New file.
1113         * tests/test-canonicalize-lgpl.sh: New file.
1114         * tests/test-canonicalize-lgpl.c: New file.
1115
1116         * modules/c-strcase-tests: New file.
1117         * tests/test-c-strcase.sh: New file.
1118         * tests/test-c-strcasecmp.c: New file.
1119         * tests/test-c-strncasecmp.c: New file.
1120
1121         * modules/atexit-tests: New file.
1122         * tests/test-atexit.sh: New file.
1123         * tests/test-atexit.c: New file.
1124
1125 2007-03-10  Bruno Haible  <bruno@clisp.org>
1126
1127         * tests/test-binary-io.sh: Use temporary filenames that are not so
1128         likely to clash with those of other tests (in a parallel make).
1129         * tests/test-binary-io.c: Likewise.
1130
1131 2007-03-10  Bruno Haible  <bruno@clisp.org>
1132
1133         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
1134         fallback; use #error instead.
1135         Suggested by Simon Josefsson.
1136
1137 2007-03-10  Bruno Haible  <bruno@clisp.org>
1138
1139         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
1140         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
1141         first and the last.
1142
1143 2007-03-10  Bruno Haible  <bruno@clisp.org>
1144
1145         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
1146
1147 2007-03-10  Bruno Haible  <bruno@clisp.org>
1148
1149         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
1150         "make distcheck".
1151         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
1152         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
1153         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
1154
1155 2007-03-10  Bruno Haible  <bruno@clisp.org>
1156
1157         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
1158         variable.
1159         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
1160         variable.
1161
1162 2007-03-09  Eric Blake  <ebb9@byu.net>
1163         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
1164
1165         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
1166         types are not being provided by gnulib.
1167         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
1168         types are supported.
1169
1170 2007-03-10  Bruno Haible  <bruno@clisp.org>
1171
1172         * lib/stdio_.h (__attribute__): New macro.
1173         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
1174         vsprintf): Specify __attribute__ __format__ for GCC.
1175         Suggested by Eric Blake.
1176
1177 2007-03-09  Bruno Haible  <bruno@clisp.org>
1178
1179         * modules/printf-posix-tests: New file.
1180         * tests/test-printf-posix.sh: New file.
1181         * tests/test-printf-posix.c: New file.
1182
1183         * modules/printf-posix: New file.
1184         * lib/printf.c: New file.
1185         * m4/printf-posix-rpl.m4: New file.
1186         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
1187         REPLACE_PRINTF.
1188         * lib/stdio_.h (printf): New declaration.
1189         (format, __format__, ____printf____, ____scanf____, ____strftime____,
1190         ____strfmon____): New macros.
1191         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
1192         REPLACE_PRINTF.
1193
1194 2007-03-09  Bruno Haible  <bruno@clisp.org>
1195
1196         * tests/test-vasnprintf-posix2.sh: New file.
1197         * tests/test-vasnprintf-posix2.c: New file.
1198         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
1199         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
1200         (Makefile.am): Activate test-vasnprintf-posix2.sh.
1201
1202         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
1203         a locale dependent decimal point, rather than always '.'.
1204
1205 2007-03-09  Eric Blake  <ebb9@byu.net>
1206
1207         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
1208         spite of platforms like Tandem/NSK that define it to -1.
1209
1210 2007-03-08  Bruno Haible  <bruno@clisp.org>
1211
1212         * modules/vprintf-posix-tests: New file.
1213         * tests/test-vprintf-posix.sh: New file.
1214         * tests/test-vprintf-posix.c: New file.
1215         * tests/test-printf-posix.h: New file.
1216
1217         * modules/vprintf-posix: New file.
1218         * lib/vprintf.c: New file.
1219         * m4/vprintf-posix.m4: New file.
1220         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
1221         REPLACE_VPRINTF.
1222         * lib/stdio_.h (vprintf): New declaration.
1223         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
1224         REPLACE_VPRINTF.
1225
1226 2007-03-08  Bruno Haible  <bruno@clisp.org>
1227
1228         * modules/fprintf-posix-tests: New file.
1229         * tests/test-fprintf-posix.sh: New file.
1230         * tests/test-fprintf-posix.c: New file.
1231
1232         * modules/fprintf-posix: New file.
1233         * lib/fprintf.c: New file.
1234         * m4/fprintf-posix.m4: New file.
1235         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
1236         REPLACE_FPRINTF.
1237         * lib/stdio_.h (fprintf): New declaration.
1238         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
1239         REPLACE_FPRINTF.
1240
1241 2007-03-08  Bruno Haible  <bruno@clisp.org>
1242
1243         * modules/vfprintf-posix-tests: New file.
1244         * tests/test-vfprintf-posix.sh: New file.
1245         * tests/test-vfprintf-posix.c: New file.
1246         * tests/test-fprintf-posix.h: New file.
1247         * tests/test-fprintf-posix.out: New file.
1248
1249         * modules/vfprintf-posix: New file.
1250         * lib/vfprintf.c: New file.
1251         * m4/vfprintf-posix.m4: New file.
1252         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
1253         REPLACE_VFPRINTF.
1254         * lib/stdio_.h (vfprintf): New declaration.
1255         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
1256         REPLACE_VFPRINTF.
1257
1258 2007-03-08  Bruno Haible  <bruno@clisp.org>
1259
1260         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
1261
1262 2007-03-08  Bruno Haible  <bruno@clisp.org>
1263
1264         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
1265         instead of 'expr' invocations.
1266         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1267         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1268         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1269         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1270         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1271         Suggested by Paul Eggert.
1272
1273 2007-03-08  Bruno Haible  <bruno@clisp.org>
1274
1275         * modules/fseterr-tests: New file.
1276         * tests/test-fseterr.c: New file.
1277
1278         * modules/fseterr: New file.
1279         * lib/fseterr.h: New file.
1280         * lib/fseterr.c: New file.
1281
1282 2007-03-08  Bruno Haible  <bruno@clisp.org>
1283
1284         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
1285         * lib/getopt_.h: Likewise.
1286         * lib/mbswidth.h: Likewise.
1287         * lib/setenv.h: Likewise.
1288         * lib/vasnprintf.h: Likewise.
1289         * lib/vasprintf.h: Likewise.
1290         * lib/verror.h: Likewise.
1291         * lib/xsetenv.h: Likewise.
1292         * lib/xvasprintf.h: Likewise.
1293
1294 2007-03-08  Jim Meyering  <jim@meyering.net>
1295
1296         * users.txt: Add parted.
1297
1298         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
1299
1300 2007-03-07  Bruno Haible  <bruno@clisp.org>
1301
1302         * m4/printf.m4: Make the shell script snippets copy&pastable.
1303
1304 2007-03-02  Bruno Haible  <bruno@clisp.org>
1305
1306         * lib/netinet_in_.h: New file.
1307         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
1308         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
1309         * modules/netinet_in (Files): Add lib/netinet_in_.h.
1310         (Depends-on): Add absolute-header.
1311         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
1312         into netinet/in.h.
1313
1314 2007-03-03  Bruno Haible  <bruno@clisp.org>
1315
1316         * lib/sys_select_.h: New file.
1317         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
1318         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
1319         * modules/sys_select (Files): Add lib/sys_select_.h.
1320         (Depends-on): Add absolute-header.
1321         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
1322         into sys/select.h.
1323
1324 2007-03-02  Bruno Haible  <bruno@clisp.org>
1325
1326         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
1327         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
1328         values.
1329         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
1330         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
1331         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
1332         * modules/sys_socket (Depends-on): Add absolute-header.
1333         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
1334         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
1335         (Include): Remove requirement of inclusion of <sys/types.h>.
1336
1337 2007-03-02  Bruno Haible  <bruno@clisp.org>
1338
1339         * lib/byteswap_.h (bswap_32): Fix formula.
1340
1341 2007-03-06  Bruno Haible  <bruno@clisp.org>
1342
1343         * modules/sprintf-posix-tests: New file.
1344         * tests/test-sprintf-posix.c: New file.
1345
1346         * modules/sprintf-posix: New file.
1347         * lib/sprintf.c: New file.
1348         * m4/sprintf-posix.m4: New file.
1349         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
1350         REPLACE_SPRINTF.
1351         * lib/stdio_.h (sprintf): New declaration.
1352         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
1353         REPLACE_SPRINTF.
1354
1355 2007-03-06  Bruno Haible  <bruno@clisp.org>
1356
1357         * modules/vsprintf-posix-tests: New file.
1358         * tests/test-vsprintf-posix.c: New file.
1359         * tests/test-sprintf-posix.h: New file.
1360
1361         * modules/vsprintf-posix: New file.
1362         * lib/vsprintf.c: New file.
1363         * m4/vsprintf-posix.m4: New file.
1364         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
1365         REPLACE_VSPRINTF.
1366         * lib/stdio_.h (vsprintf): New declaration.
1367         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
1368         REPLACE_VSPRINTF.
1369
1370 2007-03-06  Bruno Haible  <bruno@clisp.org>
1371
1372         * modules/vsnprintf (Depend-on): Remove minmax.
1373
1374 2007-03-06  Bruno Haible  <bruno@clisp.org>
1375
1376         * modules/snprintf-posix-tests: New file.
1377         * tests/test-snprintf-posix.c: New file.
1378
1379         * modules/snprintf-posix: New file.
1380         * m4/snprintf-posix.m4: New file.
1381         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
1382         gl_FUNC_SNPRINTF.
1383         (gl_FUNC_SNPRINTF): Invoke it.
1384         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
1385         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
1386         is set.
1387         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
1388
1389 2007-03-06  Bruno Haible  <bruno@clisp.org>
1390
1391         * modules/vsnprintf-posix-tests: New file.
1392         * tests/test-vsnprintf-posix.c: New file.
1393         * tests/test-snprintf-posix.h: New file.
1394
1395         * modules/vsnprintf-posix: New file.
1396         * m4/vsnprintf-posix.m4: New file.
1397         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
1398         gl_FUNC_VSNPRINTF.
1399         (gl_FUNC_VSNPRINTF): Invoke it.
1400         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
1401         * lib/stdio_.h (vsnprintf): Define as a replacement if
1402         REPLACE_VSNPRINTF is set.
1403         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
1404
1405 2007-03-06  Bruno Haible  <bruno@clisp.org>
1406
1407         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
1408         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
1409
1410 2007-03-06  Bruno Haible  <bruno@clisp.org>
1411
1412         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
1413         (asinl): Declare also if HAVE_DECL_ASINL is set.
1414         (atanl): Declare also if HAVE_DECL_ATANL is set.
1415         (ceill): Declare also if HAVE_DECL_CEILL is set.
1416         (cosl): Declare also if HAVE_DECL_COSL is set.
1417         (expl): Declare also if HAVE_DECL_EXPL is set.
1418         (floorl): Declare also if HAVE_DECL_FLOORL is set.
1419         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
1420         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
1421         (logl): Declare also if HAVE_DECL_LOGL is set.
1422         (sinl): Declare also if HAVE_DECL_SINL is set.
1423         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
1424         (tanl): Declare also if HAVE_DECL_TANL is set.
1425         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
1426         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
1427         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
1428         declaration of frexpl, ldexpl.
1429         * modules/printf-frexpl (Depends-on): Add math.
1430         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
1431
1432 2007-03-05  Bruno Haible  <bruno@clisp.org>
1433
1434         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
1435         frexpl and ldexpl are declared.
1436         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
1437
1438 2007-03-05  Bruno Haible  <bruno@clisp.org>
1439
1440         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
1441         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
1442
1443 2007-03-05  Bruno Haible  <bruno@clisp.org>
1444
1445         * lib/stdio_.h: Include <stddef.h>.
1446
1447 2007-03-05  Bruno Haible  <bruno@clisp.org>
1448
1449         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
1450
1451 2007-03-05  Bruno Haible  <bruno@clisp.org>
1452
1453         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
1454         NetBSD 4, from Ralf Wildenhues.
1455
1456 2007-03-04  Bruno Haible  <bruno@clisp.org>
1457
1458         * lib/vasprintf.h: Update #if logic for the case when the functions
1459         exist but are overridden.
1460
1461 2007-03-04  Bruno Haible  <bruno@clisp.org>
1462
1463         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
1464         implementations: glibc-2.4 and MacOS X 10.3.
1465         * tests/test-vasnprintf-posix.c (test_function): Test also the case
1466         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
1467         * tests/test-vasprintf-posix.c (test_function): Likewise.
1468
1469 2007-03-04  Bruno Haible  <bruno@clisp.org>
1470
1471         * modules/vasprintf-posix-tests: New file.
1472         * tests/test-vasprintf-posix.c: New file.
1473
1474         * modules/vasprintf-posix: New file.
1475         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
1476         defined.
1477         * m4/vasprintf-posix.m4: New file.
1478         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
1479         gl_FUNC_VASPRINTF.
1480         (gl_FUNC_VASPRINTF): Invoke it.
1481         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
1482         here.
1483         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
1484
1485 2007-03-04  Bruno Haible  <bruno@clisp.org>
1486
1487         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
1488         REPLACE_GETTIMEOFDAY.
1489         * modules/sys_time (Makefile.am): Likewise.
1490         * m4/sys_time_h.m4: Likewise.
1491         * m4/gettimeofday.m4: Likewise.
1492
1493 2007-03-04  Bruno Haible  <bruno@clisp.org>
1494
1495         * modules/vasnprintf-posix-tests: New file.
1496         * tests/test-vasnprintf-posix.c: New file.
1497
1498         * modules/vasnprintf-posix: New file.
1499         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
1500         printf-frexpl.h.
1501         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
1502         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
1503         REPLACE_VASNPRINTF is defined.
1504         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
1505         gl_FUNC_VASNPRINTF.
1506         (gl_FUNC_VASNPRINTF): Invoke it.
1507         * m4/vasnprintf-posix.m4: New file.
1508         * m4/printf.m4: New file.
1509
1510 2007-03-04  Bruno Haible  <bruno@clisp.org>
1511
1512         Compile progreloc.c only if --enable-relocatable is specified.
1513         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
1514         if --enable-relocatable was specified.
1515         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
1516         lib_SOURCES.
1517
1518 2007-03-04  Jim Meyering  <jim@meyering.net>
1519
1520         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
1521         Use it consistently, rather than enumerating errno constants.
1522
1523 2007-03-04  Bruno Haible  <bruno@clisp.org>
1524
1525         * modules/xvasprintf-tests: New file.
1526         * tests/test-xvasprintf.c: New file.
1527
1528         * modules/vasprintf-tests: New file.
1529         * tests/test-vasprintf.c: New file.
1530
1531         * modules/vasnprintf-tests: New file.
1532         * tests/test-vasnprintf.c: New file.
1533
1534         * modules/vsnprintf-tests: New file.
1535         * tests/test-vsnprintf.c: New file.
1536
1537         * modules/snprintf-tests: New file.
1538         * tests/test-snprintf.c: New file.
1539
1540 2007-03-04  Bruno Haible  <bruno@clisp.org>
1541
1542         Compile relocatable.c only if --enable-relocatable is specified.
1543         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
1544         gl_RELOCATABLE_LIBRARY.
1545         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
1546         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
1547         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
1548         gl_RELOCATABLE_LIBRARY.
1549         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
1550         (Makefile.am): Remove lib_SOURCES.
1551         * modules/relocatable-lib-lgpl (configure.ac): Invoke
1552         gl_RELOCATABLE_LIBRARY.
1553         (Makefile.am): Remove lib_SOURCES.
1554         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
1555         always.
1556         * modules/relocatable-prog-wrapper (configure.ac): Invoke
1557         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
1558
1559 2007-03-04  Bruno Haible  <bruno@clisp.org>
1560
1561         * modules/argmatch-tests: New file.
1562         * tests/test-argmatch.c: New file.
1563
1564         * tests/test-allocsa.c (main): Halve the number of loop runs.
1565
1566         * modules/alloca-opt-tests: New file.
1567         * tests/test-alloca-opt.c: New file.
1568
1569 2007-03-04  Jim Meyering  <jim@meyering.net>
1570
1571         Work around difference between Linux ACLs and Solaris 10 ZFS.
1572         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
1573         for EINVAL.
1574
1575 2007-03-03  Bruno Haible  <bruno@clisp.org>
1576
1577         * modules/relocatable-prog (Depends-on): Add back progreloc's
1578         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
1579
1580 2007-03-03  Bruno Haible  <bruno@clisp.org>
1581
1582         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
1583         * modules/relocatable-lib: New file.
1584
1585 2007-03-03  Bruno Haible  <bruno@clisp.org>
1586
1587         * modules/relocatable-prog: Renamed from modules/relocatable.
1588         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
1589
1590 2007-03-03  Bruno Haible  <bruno@clisp.org>
1591
1592         * modules/relocatable-script (Files): Add doc/relocatable.texi,
1593         m4/relocatable-lib.m4.
1594         (Depends-on): Remove 'relocatable'.
1595         (configure.ac): Add gl_RELOCATABLE_NOP.
1596
1597 2007-03-03  Bruno Haible  <bruno@clisp.org>
1598
1599         * modules/relocatable-prog-wrapper: New file.
1600         * modules/relocatable (Depends-on): Add it. Remove all other
1601         dependencies except progname.
1602         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
1603
1604         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
1605         (gl_FUNC_STRERROR): Nop.
1606         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
1607
1608         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
1609         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
1610
1611         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
1612         (gl_FUNC_READLINK): Update.
1613
1614         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
1615
1616 2007-03-03  Bruno Haible  <bruno@clisp.org>
1617
1618         * lib/xreadlink.c: Include <unistd.h> unconditionally.
1619         * modules/xreadlink (Depends-on): Add unistd.
1620         * modules/xreadlink-with-size (Depends-on): Likewise.
1621
1622 2007-03-03  Bruno Haible  <bruno@clisp.org>
1623
1624         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
1625         extracted from gt_FUNC_SETENV.
1626         (gt_FUNC_SETENV): Remove macro.
1627         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
1628         remove gt_FUNC_SETENV.
1629
1630 2007-03-03  Bruno Haible  <bruno@clisp.org>
1631
1632         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
1633         ENABLE_RELOCATABLE here.
1634         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
1635
1636 2007-03-03  Bruno Haible  <bruno@clisp.org>
1637
1638         * modules/rbtreehash-list-tests (Depends-on): Add progname.
1639         * tests/test-rbtreehash_list.c: Include progname.h.
1640         (main): Call set_program_name.
1641
1642         * modules/rbtree-oset-tests (Depends-on): Add progname.
1643         * tests/test-rbtree_oset.c: Include progname.h.
1644         (main): Call set_program_name.
1645
1646         * modules/rbtree-list-tests (Depends-on): Add progname.
1647         * tests/test-rbtree_list.c: Include progname.h.
1648         (main): Call set_program_name.
1649
1650         * modules/linked-list-tests (Depends-on): Add progname.
1651         * tests/test-linked_list.c: Include progname.h.
1652         (main): Call set_program_name.
1653
1654 2007-03-03  Bruno Haible  <bruno@clisp.org>
1655
1656         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
1657         All uses of __restrict changed to _Restrict_.
1658         * lib/glob_.h (__restrict): Remove macro.
1659
1660 2007-03-02  Bruno Haible  <bruno@clisp.org>
1661
1662         * modules/gettext (configure.ac): Require gettext infrastructure
1663         from version 0.16.1.
1664
1665 2007-03-02  Bruno Haible  <bruno@clisp.org>
1666
1667         * modules/linkedhash-list-tests (Depends-on): Add progname.
1668         * tests/test-linkedhash_list.c: Include progname.h.
1669         (main): Call set_program_name.
1670
1671         * modules/carray-list-tests (Depends-on): Add progname.
1672         * tests/test-carray_list.c: Include progname.h.
1673         (main): Call set_program_name.
1674
1675         * modules/avltreehash-list-tests (Depends-on): Add progname.
1676         * tests/test-avltreehash_list.c: Include progname.h.
1677         (main): Call set_program_name.
1678
1679         * modules/avltree-oset-tests (Depends-on): Add progname.
1680         * tests/test-avltree_oset.c: Include progname.h.
1681         (main): Call set_program_name.
1682
1683         * modules/avltree-list-tests (Depends-on): Add progname.
1684         * tests/test-avltree_list.c: Include progname.h.
1685         (main): Call set_program_name.
1686
1687         * modules/array-oset-tests (Depends-on): Add progname.
1688         * tests/test-array_oset.c: Include progname.h.
1689         (main): Call set_program_name.
1690
1691         * modules/array-list-tests (Depends-on): Add progname.
1692         * tests/test-array_list.c: Include progname.h.
1693         (main): Call set_program_name.
1694
1695         * modules/argp-tests (Depends-on): Add progname.
1696         * tests/test-argp.c: Include argp.h first. Include progname.h.
1697         (main): Call set_program_name.
1698
1699 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
1700
1701         * doc/gnulib-tool.texi (Initial import): Reword description of
1702         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
1703         limited effect even if defined after the first system include.
1704
1705 2007-03-01  Bruno Haible  <bruno@clisp.org>
1706
1707         * build-aux/config.libpath: Update to libtool-1.5.22.
1708         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
1709
1710 2007-03-01  Bruno Haible  <bruno@clisp.org>
1711
1712         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
1713         foo_CFLAGS.
1714         Reported by Ralf Wildenhues.
1715
1716 2007-03-01  Bruno Haible  <bruno@clisp.org>
1717
1718         * build-aux/install-reloc: Remove object files left over by some
1719         compilers.
1720         Reported by Ralf Wildenhues.
1721
1722 2007-03-01  Bruno Haible  <bruno@clisp.org>
1723
1724         * build-aux/install-reloc: Break long lines.
1725
1726 2007-03-01  Bruno Haible  <bruno@clisp.org>
1727
1728         * doc/relocatable.texi: Document that it may not work on OpenBSD.
1729         Reported by Ralf Wildenhues.
1730
1731 2007-03-01  Bruno Haible  <bruno@clisp.org>
1732
1733         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
1734         include ordering constraints.
1735
1736 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
1737
1738         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
1739         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
1740         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
1741         as another example.
1742         * lib/time_.h: Fix misspelling.
1743         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
1744         Require gl_HEADER_TIME_H_DEFAULTS.
1745         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
1746         * m4/time_r.m4 (gl_TIME_R): Likewise.
1747         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
1748
1749 2007-03-01  Bruno Haible  <bruno@clisp.org>
1750
1751         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
1752         * m4/utimens.m4 (gl_UTIMENS): Likewise.
1753
1754 2007-03-01  Jim Meyering  <jim@meyering.net>
1755
1756         * modules/xreadlink (Maintainer): Add my name.
1757         * modules/xreadlink-with-size (Depends-on): Alphabetize.
1758
1759 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
1760             Bruno Haible  <bruno@clisp.org>
1761
1762         * build-aux/install-reloc: Compile also c-ctype.c.
1763         * build-aux/relocatable.sh.in: New file.
1764         * doc/relocatable.texi: New file.
1765         * doc/relocatable-maint.texi: New file.
1766         * doc/gnulib.texi: Include relocatable-maint.texi.
1767         * lib/progreloc.c: Include unistd.h unconditionally.
1768         * lib/relocwrapper.c: Include unistd.h unconditionally.
1769         Include c-ctype.h.
1770         (add_dotbin): Use c_tolower.
1771         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
1772         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
1773         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
1774         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
1775         to m4/relocatable-lib.m4.
1776         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
1777         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
1778         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
1779         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
1780         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
1781         * modules/relocatable: New file.
1782         * modules/relocatable-lib: New file.
1783         * modules/relocatable-script: New file.
1784
1785 2007-02-28  Bruno Haible  <bruno@clisp.org>
1786
1787         Import --enable-relocatable infrastructure.
1788         * build-aux/config.libpath: New file, from GNU gettext.
1789         * build-aux/install-reloc: New file, from GNU gettext.
1790         * build-aux/reloc-ldflags: New file, from GNU gettext.
1791         * lib/relocatable.h: New file, from GNU gettext.
1792         * lib/relocatable.c: New file, from GNU gettext.
1793         * lib/relocwrapper.c: New file, from GNU gettext.
1794         * m4/relocatable.m4: New file, from GNU gettext.
1795
1796 2007-02-28  Bruno Haible  <bruno@clisp.org>
1797
1798         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
1799
1800         * modules/xreadlink: New file, from GNU gettext with modifications.
1801         * lib/xreadlink.c: New file, from GNU gettext.
1802         * lib/xreadlink.h: Add comments.
1803         (xreadlink): New declaration.
1804
1805         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
1806         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
1807         lib/xreadlink-with-size.c.
1808         (configure.ac): Remove gl_XREADLINK invocation.
1809         (Makefile.am): Augment lib_SOURCES.
1810         * m4/xreadlink.m4: Remove file.
1811         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
1812         (xreadlink_with_size): Renamed from xreadink.
1813         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
1814         * modules/canonicalize (Depends-on): Replace xreadlink with
1815         xreadlink-with-size.
1816         * lib/canonicalize.c (canonicalize_filename_mode): Update.
1817
1818 2007-02-25  Jim Meyering  <jim@meyering.net>
1819
1820         * build-aux/announce-gen: When complaining about excess arguments,
1821         list them.
1822
1823 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
1824
1825         * README: Document signed integer overflow situation more
1826         accurately.
1827
1828 2007-02-25  Bruno Haible  <bruno@clisp.org>
1829
1830         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
1831         'a' or 'A' conversion.
1832
1833 2007-02-25  Bruno Haible  <bruno@clisp.org>
1834
1835         * modules/filename: Renamed from modules/pathname.
1836         (Files): Replace lib/pathname.h with lib/filename.h. Replace
1837         lib/concatpath.c with lib/concat-filename.c.
1838         (Makefile.am): Update.
1839         (Include): Replace pathname.h with filename.h.
1840         * lib/filename.h: Renamed from lib/pathname.h.
1841         (concatenated_filename): Renamed from concatenated_pathname.
1842         * lib/concat-filename.c: Renamed from lib/concatpath.c.
1843         (concatenated_filename): Renamed from concatenated_pathname.
1844         * lib/findprog.c: Include filename.h instead of pathname.h.
1845         (find_in_path): Update.
1846         * lib/javacomp.c: Include filename.h instead of pathname.h.
1847         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
1848         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
1849         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
1850         is_oldgcj_14_13_usable, is_javac_usable): Update.
1851         * lib/javaexec.c: Include filename.h instead of pathname.h.
1852         (execute_java_class): Update.
1853         * modules/findprog: Update.
1854         * modules/javacomp: Update.
1855         * modules/javaexec: Update.
1856         * MODULES.html.sh (File system functions): Add 'filename', remove
1857         'pathname'.
1858
1859 2007-02-25  Bruno Haible  <bruno@clisp.org>
1860
1861         * modules/printf-frexpl-tests: New file.
1862         * tests/test-printf-frexpl.c: New file.
1863
1864         * modules/printf-frexpl: New file.
1865         * lib/printf-frexpl.h: New file.
1866         * lib/printf-frexpl.c: New file.
1867         * m4/printf-frexpl.m4: New file.
1868
1869 2007-02-25  Bruno Haible  <bruno@clisp.org>
1870
1871         * modules/printf-frexp-tests: New file.
1872         * tests/test-printf-frexp.c: New file.
1873
1874         * modules/printf-frexp: New file.
1875         * lib/printf-frexp.h: New file.
1876         * lib/printf-frexp.c: New file.
1877         * m4/printf-frexp.m4: New file.
1878
1879 2007-02-25  Bruno Haible  <bruno@clisp.org>
1880
1881         Assume automake >= 1.10 for the tests.
1882         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
1883         * modules/arctwo-tests: Likewise.
1884         * modules/argp-tests: Likewise.
1885         * modules/avltree-list-tests: Likewise.
1886         * modules/avltree-oset-tests: Likewise.
1887         * modules/avltreehash-list-tests: Likewise.
1888         * modules/carray-list-tests: Likewise.
1889         * modules/crc-tests: Likewise.
1890         * modules/des-tests: Likewise.
1891         * modules/gc-arcfour-tests: Likewise.
1892         * modules/gc-arctwo-tests: Likewise.
1893         * modules/gc-des-tests: Likewise.
1894         * modules/gc-hmac-md5-tests: Likewise.
1895         * modules/gc-hmac-sha1-tests: Likewise.
1896         * modules/gc-md2-tests: Likewise.
1897         * modules/gc-md4-tests: Likewise.
1898         * modules/gc-md5-tests: Likewise.
1899         * modules/gc-pbkdf2-sha1-tests: Likewise.
1900         * modules/gc-rijndael-tests: Likewise.
1901         * modules/gc-sha1-tests: Likewise.
1902         * modules/gc-tests: Likewise.
1903         * modules/getaddrinfo-tests: Likewise.
1904         * modules/hmac-md5-tests: Likewise.
1905         * modules/hmac-sha1-tests: Likewise.
1906         * modules/linked-list-tests: Likewise.
1907         * modules/linkedhash-list-tests: Likewise.
1908         * modules/lock-tests: Likewise.
1909         * modules/md2-tests: Likewise.
1910         * modules/md4-tests: Likewise.
1911         * modules/md5-tests: Likewise.
1912         * modules/rbtree-list-tests: Likewise.
1913         * modules/rbtree-oset-tests: Likewise.
1914         * modules/rbtreehash-list-tests: Likewise.
1915         * modules/read-file-tests: Likewise.
1916         * modules/rijndael-tests: Likewise.
1917         * modules/stdint-tests: Likewise.
1918         * modules/tls-tests: Likewise.
1919
1920 2007-02-24  Bruno Haible  <bruno@clisp.org>
1921
1922         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
1923         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
1924         function; instead check whether isnan with a double argument links.
1925         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
1926         function; instead check whether isnan with a 'long double' argument
1927         links.
1928         Reported by Eric Blake <ebb9@byu.net>.
1929
1930 2007-02-24  Bruno Haible  <bruno@clisp.org>
1931
1932         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
1933         defined.
1934         * lib/isnanl.c: Remove all code. Just include isnan.c.
1935         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
1936
1937 2007-02-25  Jim Meyering  <jim@meyering.net>
1938
1939         Avoid conflicting types for 'unsetenv' on FreeBSD.
1940         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
1941         conflicting with FreeBSD's (5.0 and 6.1) function declaration
1942         in stdlib.h.
1943
1944 2007-02-24  Bruno Haible  <bruno@clisp.org>
1945
1946         * modules/isnanl-nolibm-tests: New file.
1947         * tests/test-isnanl.c: New file.
1948
1949         * modules/isnanl-nolibm: New file.
1950         * lib/isnanl.h: New file.
1951         * lib/isnanl.c: New file.
1952         * m4/isnanl.m4: New file.
1953
1954 2007-02-24  Bruno Haible  <bruno@clisp.org>
1955
1956         * modules/isnan-nolibm-tests: New file.
1957         * tests/test-isnan.c: New file.
1958
1959         * modules/isnan-nolibm: New file.
1960         * lib/isnan.h: New file.
1961         * lib/isnan.c: New file.
1962         * m4/isnan.m4: New file.
1963
1964 2007-02-24  Bruno Haible  <bruno@clisp.org>
1965
1966         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
1967         assume that an exponent fits in 20 bits.
1968
1969 2007-02-24  Jim Meyering  <jim@meyering.net>
1970
1971         * m4/regex.m4: Update the description of the configure-time option,
1972         --without-included-regex, to state accurately what the defaults are,
1973         and perhaps to give people an idea why using this option is risky.
1974
1975 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
1976
1977         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
1978         loops on small arguments.  This attempts to avoid the problem
1979         Bruno Haible reported for AIX 4.3.2 in
1980         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
1981
1982 2007-02-23  Bruno Haible  <bruno@clisp.org>
1983
1984         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
1985         Needed for help2man.
1986
1987 2007-02-23  Karl Berry  <karl@gnu.org>
1988
1989         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
1990         exists, foo.h should be cvs-ignored, not committed.
1991
1992 2007-02-23  Eric Blake  <ebb9@byu.net>
1993
1994         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
1995         * lib/stat-time.h (includes): Likewise.
1996         * lib/utimecmp.c (includes): Likewise.
1997         * lib/utimens.h (includes): Likewise.
1998         * lib/getdate.y (includes): Also include "timespec.h" for use
1999         internal to the module.
2000         * modules/utimens (Depends-on): Revert yesterday's patch.
2001         * modules/nanosleep (Depends-on): Add missing dependency.
2002
2003 2007-02-22  Bruno Haible  <bruno@clisp.org>
2004
2005         * lib/glob.c: Don't include getlogin_r.h.
2006
2007 2007-02-22  Jim Meyering  <jim@meyering.net>
2008
2009         * modules/utimens (Depends-on): Add timespec, required for
2010         utimens.h's inclusion of timespec.h.
2011
2012 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
2013
2014         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
2015         long unreadable paths in GNU/Linux.  Problem reported by Andreas
2016         Schwab in
2017         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
2018         I'll try to think of a better way to fix the Solaris problem.
2019
2020         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
2021         like glibc; on Solaris 10, it fails with errno == EINVAL.
2022         POSIX says the behavior is unspecified if the first argument is NULL,
2023         so play it safe and never pass NULL to the system getcwd.
2024
2025 2007-02-21  Jim Meyering  <jim@meyering.net>
2026
2027         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
2028         of gettimeofday.  It would conflict with the one now always
2029         provided via sys_time_.h.  Reported by Matthew Woehlke, as
2030         an IRIX 6.5 build failure.
2031
2032 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
2033
2034         Minor fixups to port to Solaris 10 with Sun C 5.8.
2035         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
2036         * modules/getcwd (Depends-on): Add dirfd.
2037         * lib/putenv.c (putenv): #undef it.
2038         (rpl_putenv): New decl.
2039         (malloc, free): Include <stdlib.h> rather than prototyping separately.
2040
2041 2007-02-20  Bruno Haible  <bruno@clisp.org>
2042
2043         * modules/stdio-tests: New file.
2044         * tests/test-stdio.c: New file.
2045
2046         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
2047         (Depends-on): Add stdio.
2048         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
2049         (Include): Use <stdio.h> instead of vsnprintf.h.
2050         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
2051         HAVE_DECL_VSNPRINTF.
2052         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
2053
2054         * modules/snprintf (Files): Remove lib/snprintf.h.
2055         (Depends-on): Add stdio.
2056         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
2057         (Include): Use <stdio.h> instead of snprintf.h.
2058         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
2059         HAVE_DECL_SNPRINTF.
2060         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
2061         * lib/getaddrinfo.c: Likewise.
2062
2063         * modules/stdio: New file.
2064         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
2065         * lib/snprintf.h: Remove file.
2066         * lib/vsnprintf.h: Remove file.
2067         * lib/.cppi-disable: Remove snprintf.h.
2068         * m4/stdio_h.m4: New file.
2069         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
2070
2071 2007-02-20  Jim Meyering  <jim@meyering.net>
2072
2073         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
2074         used by e.g., mingw.  From Bruno Haible.
2075
2076 2007-02-19  Bruno Haible  <bruno@clisp.org>
2077
2078         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
2079         warnings.
2080         Reported by Ben Pfaff <blp@cs.stanford.edu>.
2081
2082 2007-02-19  Bruno Haible  <bruno@clisp.org>
2083
2084         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
2085         from mingw users.
2086
2087 2007-02-19  Bruno Haible  <bruno@clisp.org>
2088
2089         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
2090         warnings.
2091         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
2092
2093 2007-02-19  Jim Meyering  <jim@meyering.net>
2094
2095         Don't use FD after a successful "fdopendir (fd)".
2096         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
2097         Reset it by calling dirfd on the just-obtained DIR*.
2098
2099         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
2100         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
2101
2102 2007-02-18  Bruno Haible  <bruno@clisp.org>
2103
2104         * lib/readlink.c: Include <unistd.h>.
2105         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
2106         HAVE_READLINK.
2107         * modules/readlink (Depends-on): Add unistd.
2108         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2109         (Include): Add <unistd.h>.
2110
2111         * lib/getlogin_r.h: Remove file.
2112         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
2113         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
2114         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
2115         HAVE_DECL_GETLOGIN_R.
2116         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
2117         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2118         (Include): Use <unistd.h> instead of getlogin_r.h.
2119
2120         * lib/getcwd.h: Remove file.
2121         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
2122         * lib/xgetcwd.c: Likewise.
2123         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
2124         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
2125         * modules/getcwd (Files): Remove lib/getcwd.h.
2126         (Depends-on): Add unistd.
2127         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2128         (Include): Use <unistd.h> instad of getcwd.h.
2129
2130         * lib/ftruncate.c: Include <unistd.h> first.
2131         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
2132         Set HAVE_FTRUNCATE.
2133         * modules/ftruncate (Depends-on): Add unistd.
2134         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2135
2136         * lib/fchdir.c: Include <unistd.h> first.
2137         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
2138         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
2139         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
2140         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2141         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
2142
2143         * lib/dup2.c: Include <unistd.h> first.
2144         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
2145         HAVE_DUP2.
2146         * modules/dup2 (Depends-on): Add unistd.
2147         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2148
2149         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
2150         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
2151         REPLACE_CHOWN. Don't define chown as a macro here.
2152         * modules/chown (Depends-on): Add unistd.
2153         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2154
2155         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
2156         Add definition for GL_LINK_WARNING.
2157         (chown, dup2): New declarations.
2158         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
2159         link warning.
2160         (ftruncate): New declaration.
2161         (getcwd): New declaration, taken from old getcwd.h.
2162         (getlogin_r): New declaration, taken from old getlogin_r.h.
2163         (readlink): New declaration.
2164         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
2165         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
2166         (gl_PREREQ_UNISTD): Remove macro.
2167         (gl_UNISTD_MODULE_INDICATOR): New macro.
2168         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
2169         many new variables. Don't set UNISTD_H.
2170         * modules/unistd (Description): Change.
2171         (Depends-on): Add link-warning.
2172         (configure.ac): Update.
2173         (Makefile.am): Create unistd.h always. Substitute many new variables
2174         into it.
2175
2176 2007-02-18  Bruno Haible  <bruno@clisp.org>
2177
2178         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
2179         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
2180         HAVE_GETSUBOPT.
2181         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
2182         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
2183         * lib/getsubopt.h: Remove file.
2184         * modules/getsubopt (Files): Remove lib/getsubopt.h.
2185         (Depends-on): Add stdlib.
2186         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
2187         (Includes): Use <stdlib.h> instead of getsubopt.h.
2188         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
2189         Set HAVE_GETSUBOPT.
2190         * lib/getsubopt.c: Don't include getsubopt.h.
2191
2192 2007-02-18  Bruno Haible  <bruno@clisp.org>
2193
2194         * modules/fchdir (Depends-on): Add dup2.
2195
2196 2007-02-18  Bruno Haible  <bruno@clisp.org>
2197
2198         * lib/stdlib_.h: Handle glibc's special invocation convention
2199         specially.
2200
2201 2007-02-18  Bruno Haible  <bruno@clisp.org>
2202
2203         * modules/stdlib-tests: New file.
2204         * tests/test-stdlib.c: New file.
2205
2206         * modules/mkstemp (Files): Remove lib/mkstemp.h.
2207         (Depends-on): Add stdlib.
2208         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
2209         (Includes): Use <stdlib.h> instead of mkstemp.h.
2210         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
2211         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
2212         * lib/mkstemp.c: Don't include mkstemp.h.
2213         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
2214         * lib/stdlib--.h: Don't include mkstemp.h.
2215
2216         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
2217         (Depends-on): Add stdlib.
2218         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
2219         (Includes): Use <stdlib.h> instead of mkdtemp.h.
2220         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
2221         HAVE_MKDTEMP.
2222         * lib/mkdtemp.c: Don't include mkdtemp.h.
2223         * lib/clean-temp.c: Don't include mkdtemp.h.
2224
2225         * modules/exit (Files): Remove lib/exit.h.
2226         (Depends-on): Add stdlib.
2227         (Makefile.am): Remove lib_SOURCES.
2228         (Include): Use <stdlib.h> instead of exit.h.
2229         * lib/argmatch.c: Don't include exit.h.
2230         * lib/execute.c: Likewise.
2231         * lib/pagealign_alloc.c: Likewise.
2232         * lib/pipe.c: Likewise.
2233         * lib/wait-process.c: Likewise.
2234         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
2235         * lib/exitfail.c: Likewise.
2236         * lib/savewd.c: Likewise.
2237         * lib/xsetenv.c: Likewise.
2238
2239         * modules/stdlib: New file.
2240         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
2241         and extra comments about mkstemp().
2242         * lib/exit.h: Remove file.
2243         * lib/mkdtemp.h: Remove file.
2244         * lib/mkstemp.h: Remove file.
2245         * m4/stdlib_h.m4: New file.
2246         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
2247
2248 2007-02-18  Bruno Haible  <bruno@clisp.org>
2249
2250         * modules/math-tests: New file.
2251         * tests/test-math.c: New file.
2252
2253         * modules/math: New file.
2254         * modules/mathl (Files): Remove lib/mathl.h.
2255         (Depends-on): Add math.
2256         (Makefile.am): Don't mention mathl.h.
2257         (Include): Use <math.h> instead of mathl.h.
2258         * lib/math_.h: New file.
2259         * lib/mathl.h: Remove file.
2260         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
2261         mathl.h.
2262         * lib/asinl.c: Likewise.
2263         * lib/atanl.c: Likewise.
2264         * lib/ceill.c: Likewise.
2265         * lib/cosl.c: Likewise.
2266         * lib/expl.c: Likewise.
2267         * lib/floorl.c: Likewise.
2268         * lib/frexpl.c: Likewise.
2269         * lib/ldexpl.c: Likewise.
2270         * lib/logl.c: Likewise.
2271         * lib/sincosl.c: Likewise.
2272         * lib/sinl.c: Likewise.
2273         * lib/sqrtl.c: Likewise.
2274         * lib/tanl.c: Likewise.
2275         * lib/trigl.c: Likewise.
2276         * m4/math_h.m4: New file.
2277         * MODULES.html.sh (Mathematics): Add math.
2278
2279 2007-02-17  Bruno Haible  <bruno@clisp.org>
2280
2281         * modules/wctype-tests: New file.
2282         * tests/test-wctype.c: New file.
2283
2284         * modules/wchar-tests: New file.
2285         * tests/test-wchar.c: New file.
2286
2287         * modules/unistd-tests: New file.
2288         * tests/test-unistd.c: New file.
2289
2290         * modules/time-tests: New file.
2291         * tests/test-time.c: New file.
2292
2293         * modules/sysexits-tests: New file.
2294         * tests/test-sysexits.c: New file.
2295
2296         * modules/sys_time-tests: New file.
2297         * tests/test-sys_time.c: New file.
2298
2299         * modules/sys_stat-tests: New file.
2300         * tests/test-sys_stat.c: New file.
2301
2302         * modules/sys_socket-tests: New file.
2303         * tests/test-sys_socket.c: New file.
2304
2305         * modules/sys_select-tests: New file.
2306         * tests/test-sys_select.c: New file.
2307
2308         * modules/string-tests: New file.
2309         * tests/test-string.c: New file.
2310
2311         * modules/stdbool-tests: New file.
2312         * tests/test-stdbool.c: New file.
2313
2314         * modules/netinet_in-tests: New file.
2315         * tests/test-netinet_in.c: New file.
2316
2317         * modules/inttypes-tests: New file.
2318         * tests/test-inttypes.c: New file.
2319
2320         * modules/fcntl-tests: New file.
2321         * tests/test-fcntl.c: New file.
2322
2323         * modules/byteswap-tests: New file.
2324         * tests/test-byteswap.c: New file.
2325
2326         * modules/arpa_inet-tests: New file.
2327         * tests/test-arpa_inet.c: New file.
2328
2329 2007-02-17  Bruno Haible  <bruno@clisp.org>
2330
2331         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
2332         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
2333         if the corresponding module is not enabled. Emit link warnings if
2334         the function is used nevertheless.
2335         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
2336         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
2337         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
2338         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
2339         * modules/inttypes (Depends-on): Add link-warning.
2340         (Makefile.am): Copy the contents of build-aux/link-warning.h into
2341         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
2342         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
2343         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
2344         * modules/imaxdiv (configure.ac): Likewise.
2345         * modules/strtoimax (configure.ac): Likewise.
2346         * modules/strtoumax (configure.ac): Likewise.
2347
2348 2007-02-17  Bruno Haible  <bruno@clisp.org>
2349
2350         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
2351         gl_STRING_MODULE_INDICATOR_DEFAULTS.
2352         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
2353         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
2354
2355 2007-02-17  Bruno Haible  <bruno@clisp.org>
2356
2357         * modules/link-warning: New file.
2358         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
2359         * lib/string_.h (GL_LINK_WARNING): Remove definition.
2360         * modules/string (Depends-on): Add link-warning.
2361         (Makefile.am): Copy the contents of build-aux/link-warning.h into
2362         string.h.
2363         * MODULES.html.sh (Support for building libraries and executables): Add
2364         link-warning.
2365
2366 2007-02-17  Bruno Haible  <bruno@clisp.org>
2367
2368         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
2369         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
2370         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
2371         long lines.
2372
2373 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
2374             Bruno Haible  <bruno@clisp.org>
2375
2376         * modules/tmpfile: New file.
2377         * lib/tmpfile.c: New file.
2378         * m4/tmpfile.m4: New file.
2379         * MODULES.html.sh (func_all_modules): New section "Input/output".
2380
2381 2007-02-15  Bruno Haible  <bruno@clisp.org>
2382
2383         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
2384         (supports_delete_on_close): New function.
2385         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
2386
2387 2007-02-14  Bruno Haible  <bruno@clisp.org>
2388
2389         * modules/mbspcasecmp-tests: New file.
2390         * tests/test-mbspcasecmp.sh: New file.
2391         * tests/test-mbspcasecmp.c: New file.
2392
2393         New module mbspcasecmp.
2394         * modules/mbspcasecmp: New file.
2395         * lib/mbspcasecmp.c: New file.
2396         * lib/string_.h (strncasecmp): Change warning message.
2397         (mbspcasecmp): New declaration.
2398         * m4/mbspcasecmp.m4: New file.
2399         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2400         GNULIB_MBSPCASECMP.
2401         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
2402         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
2403
2404 2007-02-14  Bruno Haible  <bruno@clisp.org>
2405
2406         * modules/mbsncasecmp-tests: New file.
2407         * tests/test-mbsncasecmp.sh: New file.
2408         * tests/test-mbsncasecmp.c: New file.
2409
2410         New module mbsncasecmp.
2411         * modules/mbsncasecmp: New file.
2412         * lib/mbsncasecmp.c: New file.
2413         * lib/string_.h (mbsncasecmp): New declaration.
2414         * m4/mbsncasecmp.m4: New file.
2415         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2416         GNULIB_MBSNCASECMP.
2417         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
2418         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
2419
2420 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
2421
2422         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
2423         Verify that it doesn't overlap with our flags.
2424         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
2425         do not have the desired effect in multibyte locales; instead, use
2426         mbscasecmp.
2427         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
2428         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
2429         we don't require GNU fnmatch ourselves (if our users require it, they
2430         should do so explicitly).
2431
2432         Fix regex code so it doesn't rely on strcasecmp.
2433         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
2434         Otherwise, include gnulib's langinfo.h.
2435         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
2436         undesirable behavior in non-C locales.  Instead, rely on localecharset.
2437         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
2438         * modules/regex (FILES): Remove m4/codeset.m4.
2439         (Depends-on): Add localcharset.  Remove strcase.
2440
2441 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2442
2443         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
2444         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
2445
2446 2007-02-13  Bruno Haible  <bruno@clisp.org>
2447
2448         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
2449         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2450
2451 2007-02-12  Bruno Haible  <bruno@clisp.org>
2452
2453         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
2454         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
2455         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
2456         time warning rather than a link error.
2457
2458 2007-02-12  Bruno Haible  <bruno@clisp.org>
2459
2460         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
2461         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
2462         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2463
2464 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
2465
2466         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
2467         args, not 2.
2468
2469 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
2470
2471         New module 'time', so that apps can include <time.h> as per
2472         POSIX and GNU instead of separate include files like time_r.h
2473         and timegm.h.  This implementation tries out a simpler approach
2474         for replacing decls in standard include files (as compared to
2475         the string module), somewhat as an experiment.
2476
2477         * config/srclist.txt: Comment out mktime.c for now.
2478         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
2479         since it doesn't apply any more.  Use generic wording instead.
2480         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
2481         'time'.
2482         * lib/time_.h, m4/time_h.m4, modules/time: New files.
2483         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
2484         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
2485         Don't include <sys/types.h>; no longer needed since we assume C89.
2486         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
2487         * lib/strftime.c: Likewise.
2488         * lib/time_r.c: Likewise.
2489         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
2490         * lib/nanosleep.c: Include <time.h> first, to check interface.
2491         * lib/strptime.c: Likewise.
2492         * lib/time_r.c: Likewise.
2493         * lib/timegm.c: Likewise.
2494         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
2495         needed.
2496         * lib/timegm.c: Don't include timegm.h; no longer needed.
2497         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
2498         time.h now handles any problems in that area.
2499         (struct timespec, nanosleep): Remove; time.h now arranges for these.
2500         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
2501         that time.h defines struct timespec.
2502         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
2503         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
2504         handles that.
2505         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
2506         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
2507         needed.  Set REPLACE_LOCALTIME.
2508         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
2509         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
2510         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
2511         nanosleep; time_h.m4 now does that.  Don't require
2512         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
2513         module handles this now.
2514         * modules/getdate (Depends-on): Remove timespec.  Add time.
2515         * modules/nanosleep (Depends-on): Likewise.
2516         * modules/stat-time (Depends-on): Likewise.
2517         * modules/nanosleep (Include): Include time.h, not timespec.h.
2518         * modules/strptime (Files): Remove lib/strptime.h.
2519         (Depends-on): Add extensions, time.
2520         (Include): Include time.h, not strptime.h.
2521         * modules/time_r (Files): Remove lib/time_r.h.
2522         (Depends-on): Add time.
2523         (Include): Include time.h, not time_r.h.
2524         * modules/timegm: Likewise.
2525         * modules/timespec (Description): Now does timespec-related decls
2526         of our own, instead of struct timespec itself.
2527         (Depends-on): Add time; remove extensions.
2528         (Maintainer): Add self.
2529         * modules/utimecmp (Depends-on): Add time; remove timespec.
2530         * modules/utimens (Depends-on): Likewise.
2531         * modules/xnanosleep (Depends-on): Likewise.
2532
2533 2007-02-11  Bruno Haible  <bruno@clisp.org>
2534
2535         * lib/c-strstr.c: Include allocsa.h.
2536         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
2537         * lib/c-strcasestr.c: Include allocsa.h.
2538         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
2539         * lib/strcasestr.c: Include allocsa.h.
2540         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
2541         * lib/mbsstr.c: Include allocsa.h.
2542         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
2543         allocsa/freesa instead of malloc/free.
2544         * lib/mbscasestr.c: Include allocsa.h.
2545         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
2546         allocsa/freesa instead of malloc/free.
2547         * modules/c-strstr (Depends-on): Add allocsa.
2548         * modules/c-strcasestr (Depends-on): Likewise.
2549         * modules/strcasestr (Depends-on): Likewise.
2550         * modules/mbsstr (Depends-on): Likewise.
2551         * modules/mbscasestr (Depends-on): Likewise.
2552
2553 2007-02-11  Bruno Haible  <bruno@clisp.org>
2554
2555         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
2556
2557         * modules/mbsspn-tests: New file.
2558         * tests/test-mbsspn.sh: New file.
2559         * tests/test-mbsspn.c: New file.
2560
2561 2007-02-11  Bruno Haible  <bruno@clisp.org>
2562
2563         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
2564
2565         * modules/mbspbrk-tests: New file.
2566         * tests/test-mbspbrk.sh: New file.
2567         * tests/test-mbspbrk.c: New file.
2568
2569 2007-02-11  Bruno Haible  <bruno@clisp.org>
2570
2571         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
2572         unneeded cast.
2573
2574         * modules/mbscspn-tests: New file.
2575         * tests/test-mbscspn.sh: New file.
2576         * tests/test-mbscspn.c: New file.
2577
2578 2007-02-11  Bruno Haible  <bruno@clisp.org>
2579
2580         * modules/mbscasecmp-tests: New file.
2581         * tests/test-mbscasecmp.sh: New file.
2582         * tests/test-mbscasecmp.c: New file.
2583
2584 2007-02-11  Bruno Haible  <bruno@clisp.org>
2585
2586         Ensure O(n) worst-case complexity of mbscasestr.
2587         * lib/mbscasestr.c: Include stdbool.h.
2588         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
2589         functions.
2590         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
2591         the bookkeeping indicates that it's worth it.
2592         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
2593
2594         * modules/mbscasestr-tests: New file.
2595         * tests/test-mbscasestr1.c: New file.
2596         * tests/test-mbscasestr2.sh: New file.
2597         * tests/test-mbscasestr2.c: New file.
2598         * tests/test-mbscasestr3.sh: New file.
2599         * tests/test-mbscasestr3.c: New file.
2600         * tests/test-mbscasestr4.sh: New file.
2601         * tests/test-mbscasestr4.c: New file.
2602         * m4/locale-tr.m4: New file.
2603
2604 2007-02-11  Bruno Haible  <bruno@clisp.org>
2605
2606         Ensure O(n) worst-case complexity of mbsstr.
2607         * lib/mbsstr.c: Include stdbool.h.
2608         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
2609         functions.
2610         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
2611         bookkeeping indicates that it's worth it.
2612         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
2613
2614         * modules/mbsstr-tests: New file.
2615         * tests/test-mbsstr1.c: New file.
2616         * tests/test-mbsstr2.sh: New file.
2617         * tests/test-mbsstr2.c: New file.
2618         * tests/test-mbsstr3.sh: New file.
2619         * tests/test-mbsstr3.c: New file.
2620         * m4/locale-fr.m4: New file.
2621
2622 2007-02-11  Bruno Haible  <bruno@clisp.org>
2623
2624         * lib/mbsrchr.c (mbsrchr): Fix bug.
2625
2626         * modules/mbsrchr-tests: New file.
2627         * tests/test-mbsrchr.sh: New file.
2628         * tests/test-mbsrchr.c: New file.
2629
2630 2007-02-11  Bruno Haible  <bruno@clisp.org>
2631
2632         * lib/mbschr.c (mbschr): Fix bug.
2633
2634         * modules/mbschr-tests: New file.
2635         * tests/test-mbschr.sh: New file.
2636         * tests/test-mbschr.c: New file.
2637         * m4/locale-zh.m4: New file.
2638
2639 2007-02-11  Bruno Haible  <bruno@clisp.org>
2640
2641         Support for copying multibyte string iterators.
2642         * lib/mbiter.h: Include <string.h>.
2643         (mbiter_multi_copy): New function.
2644         (mbi_copy): New macro.
2645         * lib/mbuiter.h: Include <string.h>.
2646         (mbuiter_multi_copy): New function.
2647         (mbui_copy): New macro.
2648
2649 2007-02-11  Bruno Haible  <bruno@clisp.org>
2650
2651         New module mbslen.
2652         * modules/mbslen: New file.
2653         * lib/mbslen.c: New file.
2654         * lib/string_.h (mbslen): New declaration.
2655         * m4/mbslen.m4: New file.
2656         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2657         GNULIB_MBSLEN.
2658         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
2659         * MODULES.html.sh (Internationalization functions): Add mbslen.
2660
2661 2007-02-11  Bruno Haible  <bruno@clisp.org>
2662
2663         Ensure O(n) worst-case complexity of strcasestr substitute.
2664         * lib/strcasestr.c: Include stdbool.h.
2665         (knuth_morris_pratt): New function.
2666         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
2667         bookkeeping indicates that it's worth it.
2668         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
2669
2670         * modules/strcasestr-tests: New file.
2671         * tests/test-strcasestr.c: New file.
2672
2673 2007-02-11  Bruno Haible  <bruno@clisp.org>
2674
2675         Ensure O(n) worst-case complexity of c_strcasestr.
2676         * lib/c-strcasestr.c: Include stdbool.h, string.h.
2677         (knuth_morris_pratt): New function.
2678         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
2679         the bookkeeping indicates that it's worth it.
2680         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
2681
2682         * modules/c-strcasestr-tests: New file.
2683         * tests/test-c-strcasestr.c: New file.
2684
2685 2007-02-11  Bruno Haible  <bruno@clisp.org>
2686
2687         Ensure O(n) worst-case complexity of c_strstr.
2688         * lib/c-strstr.c: Include stdbool.h, string.h.
2689         (knuth_morris_pratt): New function.
2690         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
2691         bookkeeping indicates that it's worth it.
2692         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
2693
2694         * lib/c-strstr.c: Complete rewrite for maintainability.
2695
2696         * modules/c-strstr-tests: New file.
2697         * tests/test-c-strstr.c: New file.
2698
2699 2007-02-11  Bruno Haible  <bruno@clisp.org>
2700
2701         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
2702         5.2.1 and earlier, whereby \055 was treated just like the range
2703         delimiter '-'.
2704         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
2705
2706 2007-02-08  Bruno Haible  <bruno@clisp.org>
2707
2708         * modules/regex (Depends-on): Add stdbool.
2709         Reported by Dalibor Topic <robilad@kaffe.org>.
2710
2711 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
2712
2713         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
2714         Prefer returning from main to exiting from it.
2715         Remove unnecessary parens after sizeof.
2716
2717 2007-02-05  Bruno Haible  <bruno@clisp.org>
2718
2719         New module mbssep.
2720         * modules/mbssep: New file.
2721         * lib/mbssep.c: New file.
2722         * lib/string_.h (strsep): Add a conditional link warning.
2723         (mbssep): New declaration.
2724         * m4/mbssep.m4: New file.
2725         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2726         GNULIB_MBSSEP.
2727         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
2728         * MODULES.html.sh (Internationalization functions): Add mbssep.
2729
2730 2007-02-05  Bruno Haible  <bruno@clisp.org>
2731
2732         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
2733         Optimize search in case of 1 delimiter.
2734
2735 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
2736
2737         * lib/acl.h: Include sys/types.h before sys/acl.h.
2738
2739 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
2740
2741         Merge upstream fix for glibc bugzilla #3957:
2742
2743         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
2744
2745         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
2746         bit for RE_HAT_LISTS_NOT_NEWLINE.
2747         (build_charclass_op): Remove bogus comment.
2748
2749 2007-02-05  Simon Josefsson  <simon@josefsson.org>
2750
2751         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
2752
2753 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
2754
2755         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
2756         * lib/memmem.c [!defined _LIBC]: Include config.h.
2757
2758 2007-02-04  Bruno Haible  <bruno@clisp.org>
2759
2760         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
2761         warning message.
2762
2763 2007-02-04  Bruno Haible  <bruno@clisp.org>
2764
2765         New module mbstok_r.
2766         * modules/mbstok_r: New file.
2767         * lib/mbstok_r.c: New file.
2768         * lib/string_.h (strtok_r): Change argument names to match the
2769         comments. Add a conditional link warning.
2770         (mbstok_r): New declaration.
2771         * m4/mbstok_r.m4: New file.
2772         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2773         GNULIB_MBSTOK_R.
2774         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
2775         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
2776
2777 2007-02-04  Bruno Haible  <bruno@clisp.org>
2778
2779         New module mbsspn.
2780         * modules/mbsspn: New file.
2781         * lib/mbsspn.c: New file.
2782         * lib/string_.h (strspn): Add a conditional link warning.
2783         (mbsspn): New declaration.
2784         * m4/mbsspn.m4: New file.
2785         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2786         GNULIB_MBSSPN.
2787         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
2788         * MODULES.html.sh (Internationalization functions): Add mbsspn.
2789
2790 2007-02-04  Bruno Haible  <bruno@clisp.org>
2791
2792         New module mbspbrk.
2793         * modules/mbspbrk: New file.
2794         * lib/mbspbrk.c: New file.
2795         * lib/string_.h (strpbrk): Add a conditional link warning.
2796         (mbspbrk): New declaration.
2797         * m4/mbspbrk.m4: New file.
2798         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2799         GNULIB_MBSPBRK.
2800         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
2801         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
2802
2803 2007-02-04  Bruno Haible  <bruno@clisp.org>
2804
2805         New module mbscspn.
2806         * modules/mbscspn: New file.
2807         * lib/mbscspn.c: New file.
2808         * lib/string_.h (strcspn): Add a conditional link warning.
2809         (mbscspn): New declaration.
2810         * m4/mbscspn.m4: New file.
2811         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2812         GNULIB_MBSCSPN.
2813         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
2814         * MODULES.html.sh (Internationalization functions): Add mbscspn.
2815
2816 2007-02-04  Bruno Haible  <bruno@clisp.org>
2817
2818         New module mbscasestr, reduced goal of strcasestr.
2819         * modules/mbscasestr: New file.
2820         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
2821         (mbscasestr): Renamed from strcasestr.
2822         * lib/strcasestr.c: Don't include mbuiter.h.
2823         (strcasestr): Remove support for multibyte locales.
2824         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
2825         Change the conditional link warning.
2826         (mbscasestr): New declaration.
2827         * m4/mbscasestr.m4: New file.
2828         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
2829         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
2830         REPLACE_STRCASESTR.
2831         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
2832         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
2833         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
2834         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
2835         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
2836         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
2837         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
2838         (Depends-on): Remove mbuiter.
2839         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
2840
2841 2007-02-04  Bruno Haible  <bruno@clisp.org>
2842
2843         Simplify handling of strncasecmp.
2844         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
2845         the conditional link warning.
2846         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
2847         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
2848         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
2849         * modules/strcase (configure.ac): Don't invoke
2850         gl_STRING_MODULE_INDICATOR.
2851         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
2852
2853 2007-02-04  Bruno Haible  <bruno@clisp.org>
2854
2855         New module mbscasecmp, reduced goal of strcasecmp.
2856         * modules/mbscasecmp: New file.
2857         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
2858         (mbscasecmp): Renamed from strcasecmp.
2859         * lib/strcasecmp.c: Don't include mbuiter.h.
2860         (strcasecmp): Remove support for multibyte locales.
2861         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
2862         Change the conditional link warning.
2863         (mbscasecmp): New declaration.
2864         * m4/mbscasecmp.m4: New file.
2865         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
2866         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
2867         REPLACE_STRCASECMP.
2868         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
2869         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2870         GNULIB_MBSCASECMP.
2871         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
2872         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
2873         * modules/strcase (Files): Remove m4/mbrtowc.m4.
2874         (Depends-on): Remove mbuiter.
2875         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
2876
2877 2007-02-04  Bruno Haible  <bruno@clisp.org>
2878
2879         New module mbsstr. Remove module strstr.
2880         * modules/mbsstr: New file.
2881         * modules/strstr: Remove file.
2882         * lib/mbsstr.c: Renamed from lib/strstr.c.
2883         (mbsstr): Renamed from strstr.
2884         * lib/string_.h (strstr): Remove declaration. Change the conditional
2885         link warning.
2886         (mbsstr): New declaration.
2887         * m4/mbsstr.m4: New file.
2888         * m4/strstr.m4: Remove file.
2889         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
2890         REPLACE_STRSTR.
2891         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
2892         Don't initialize GNULIB_STRSTR.
2893         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
2894         substitute GNULIB_STRSTR and REPLACE_STRSTR.
2895         * MODULES.html.sh (Internationalization functions): Add mbsstr.
2896         (Support for systems lacking ANSI C 89): Remove strstr.
2897
2898 2007-02-04  Bruno Haible  <bruno@clisp.org>
2899
2900         New module mbsrchr.
2901         * modules/mbsrchr: New file.
2902         * lib/mbsrchr.c: New file.
2903         * lib/string_.h (strrchr): Add a conditional link warning.
2904         (mbsrchr): New declaration.
2905         * m4/mbsrchr.m4: New file.
2906         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2907         GNULIB_MBSRCHR.
2908         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
2909         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
2910
2911 2007-02-04  Bruno Haible  <bruno@clisp.org>
2912
2913         New module mbschr.
2914         * modules/mbschr: New file.
2915         * lib/mbschr.c: New file.
2916         * lib/string_.h (strchr): Add a conditional link warning.
2917         (mbschr): New declaration.
2918         * m4/mbschr.m4: New file.
2919         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2920         GNULIB_MBSCHR.
2921         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
2922         * MODULES.html.sh (Internationalization functions): Add mbschr.
2923
2924 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
2925
2926         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
2927
2928         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
2929
2930 2007-02-04  Bruno Haible  <bruno@clisp.org>
2931
2932         New module description section 'configure.ac-early'.
2933         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
2934         (func_get_autoconf_early_snippet): New function.
2935         (func_import, func_create_testdir): Use it. Remove special cases for
2936         modules 'extensions' and 'lock'.
2937         * modules/extensions (configure.ac-early): Require
2938         gl_USE_SYSTEM_EXTENSIONS.
2939         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
2940
2941 2007-02-04  Bruno Haible  <bruno@clisp.org>
2942
2943         Make use of gcj-4.3's -fsource and -ftarget option.
2944         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
2945         and if so try the options -fsource and -ftarget.
2946         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
2947         source_version, ftarget_option, target_version arguments.
2948         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
2949         (is_envjavac_oldgcj_14_14_usable): Renamed from
2950         is_envjavac_gcj_14_14_usable.
2951         (is_envjavac_oldgcj_14_13_usable): Renamed from
2952         is_envjavac_gcj_14_13_usable.
2953         (is_gcj_present): Update.
2954         (is_gcj_43, is_gcj43_usable): New functions.
2955         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
2956         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
2957         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
2958         try the options -fsource and -ftarget.
2959
2960 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
2961
2962         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
2963         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
2964         larger value.
2965
2966 2007-02-03  Jim Meyering  <jim@meyering.net>
2967
2968         Give tools a better chance to allocate space for very large buffers.
2969         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
2970
2971         Make pwd and readlink work also when run with an unreadable parent dir
2972         on systems with openat support.
2973         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
2974         provided getcwd function, even when we have openat support.
2975         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
2976
2977 2007-02-02  Bruno Haible  <bruno@clisp.org>
2978
2979         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
2980         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
2981         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
2982         portability problems if one of these functions is only used on specific
2983         platforms.
2984         Reported by Paul Eggert.
2985
2986 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
2987
2988         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
2989         is causing more trouble than it's curing.
2990         * lib/regex_internal.h (__mempcpy): Remove.
2991         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
2992         (and make the code a tad smaller to boot).
2993         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
2994
2995 2007-02-02  Jim Meyering  <jim@meyering.net>
2996
2997         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
2998         section, not in the Makefile.am: one.
2999
3000 2007-02-02  Eric Blake  <ebb9@byu.net>
3001
3002         * lib/strchrnul.c: Always include config.h first.
3003
3004         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
3005         gnulib strstr is not necessary here.
3006
3007 2007-02-02  Simon Josefsson  <simon@josefsson.org>
3008
3009         * m4/socklen.m4: Fix typo.
3010
3011 2007-02-02  Eric Blake  <ebb9@byu.net>
3012
3013         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
3014         * modules/netinet_in (Makefile.am): Likewise.
3015
3016 2007-02-01  Bruno Haible  <bruno@clisp.org>
3017
3018         * lib/string_.h (GL_LINK_WARNING): New macro.
3019         (strcasecmp, strstr, strcasestr): If provided by the system,
3020         conditionally define as a macro that leads to a warning instead of to
3021         an error.
3022         (strncasecmp): Conditionally define as a macro that leads to a warning.
3023
3024 2007-02-01  Karl Berry  <karl@gnu.org>
3025
3026         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
3027
3028 2007-02-01  Bruno Haible  <bruno@clisp.org>
3029
3030         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
3031         renamings.
3032
3033 2007-02-01  Eric Blake  <ebb9@byu.net>
3034
3035         * modules/regex (Depends-on): Revert dependence on mempcpy.
3036         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
3037         module's definition of mempcpy.
3038         Reported by Paul Eggert.
3039
3040 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
3041
3042         * lib/string_.h: If the gnulib module XYZ is not present, undefine
3043         the symbol XYZ before redefining it.  This fixes a problem with
3044         programs that don't use XYZ, when compiled on systems that define
3045         XYZ to something else.
3046
3047 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
3048
3049         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
3050         occurs when "mkdir -m foo" creates a setgid directory that is (1)
3051         writeable to group or other and (2) is intended to have a special
3052         mode bit that is set or cleared.  In such a case, the directory
3053         should be neither group- nor other-writeable until the special
3054         mode bits are right.
3055
3056 2007-01-31  Eric Blake  <ebb9@byu.net>
3057
3058         * modules/mountlist (Depends-on): Add strstr.
3059
3060         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
3061         bug.
3062         * modules/string (Makefile.am): Remove redundant replacement.
3063         * modules/regex (Depends-on): Add mempcpy.
3064
3065 2007-01-31  Bruno Haible  <bruno@clisp.org>
3066
3067         New module description field 'Link'.
3068         * gnulib-tool (func_usage): Document --extract-link-directive.
3069         (sed_extract_prog): Recognize 'Link' directive.
3070         (func_get_link_directive): New function.
3071         (func_import): Show summary of link directives.
3072         Handle --extract-link-directive option.
3073         * modules/acl (Link): New section.
3074         * modules/clock-time (Link): New section.
3075         * modules/euidaccess (Link): New section.
3076         * modules/gettext (Link): New section.
3077         * modules/iconv (Link): New section.
3078         * modules/lock (Link): New section.
3079         * modules/nanosleep (Link): New section.
3080         * modules/readline (Link): New section.
3081
3082 2007-01-27  Bruno Haible  <bruno@clisp.org>
3083
3084         Enforce the use of gnulib modules for unportable <string.h> functions.
3085         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
3086         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
3087         (gl_HEADER_STRING_H_BODY): Require it.
3088         * lib/string_.h: If the gnulib module XYZ is not present, redefine
3089         the symbol XYZ to one that gives a link error.
3090         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
3091         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
3092         * modules/mempcpy (configure.ac): Likewise.
3093         * modules/memrchr (configure.ac): Likewise.
3094         * modules/stpcpy (configure.ac): Likewise.
3095         * modules/stpncpy (configure.ac): Likewise.
3096         * modules/strcase (configure.ac): Likewise.
3097         * modules/strcasestr (configure.ac): Likewise.
3098         * modules/strchrnul (configure.ac): Likewise.
3099         * modules/strdup (configure.ac): Likewise.
3100         * modules/strndup (configure.ac): Likewise.
3101         * modules/strnlen (configure.ac): Likewise.
3102         * modules/strpbrk (configure.ac): Likewise.
3103         * modules/strsep (configure.ac): Likewise.
3104         * modules/strstr (configure.ac): Likewise.
3105         * modules/strtok_r (configure.ac): Likewise.
3106
3107 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
3108
3109         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
3110
3111 2007-01-30  Jim Meyering  <jim@meyering.net>
3112
3113         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
3114
3115 2007-01-29  Bruno Haible  <bruno@clisp.org>
3116
3117         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
3118         * lib/execute.c: Likewise.
3119         * lib/pipe.c: Likewise.
3120         * lib/printf-args.h: Likewise.
3121         * lib/printf-args.c: Likewise.
3122         * lib/printf-parse.c: Likewise.
3123         * lib/vasnprintf.c: Likewise.
3124
3125 2007-01-29  Eric Blake  <ebb9@byu.net>
3126
3127         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
3128         declaration.
3129
3130 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
3131
3132         * lib/strptime.h (strptime): Use 'restrict' for args where
3133         POSIX requires this.
3134         * lib/strptime.c (strptime): Likewise.
3135         Change license notice from LGPL to GPL, since gnulib-tool will
3136         change this as needed.
3137         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
3138         defined.
3139         Include "strptime.h" first, to check interface.
3140         Do not #undef _LIBC and _NL_CURRENT.
3141         Do not include <stdlib.h>; no longer needed.
3142         Include "time_r.h" and declare ptime_locale_status
3143         only if _LIBC is not defined.
3144         (__P): Remove unused macro.
3145         (match_string): Bring back glibc version, but use it only if _LIBC
3146         is defined.
3147         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
3148         Remove unnecessary assertion and abort() call.
3149         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
3150         * m4/strptime.m4: Fix serial number comment.
3151         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
3152         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
3153         (Depends-on): Add time_r.
3154
3155 2007-01-29  Bruno Haible  <bruno@clisp.org>
3156
3157         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
3158         strptime.
3159         * modules/strptime (Depends-on): Add stdbool.
3160         * lib/strptime.h: Include <time.h> always. Add comments.
3161
3162 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
3163
3164         * modules/strptime: New file.
3165         * lib/strptime.h: New file.
3166         * lib/strptime.c: New file.
3167         * m4/strptime.m4: New file.
3168
3169 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
3170
3171         * MODULES.html.sh: New module mpsort.
3172         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
3173
3174         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
3175         a circularity problem with HP-UX ia64 reported by Bob Proulx in
3176         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
3177         All uses changed.
3178         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
3179         All uses changed.
3180         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
3181         to _Restrict_.
3182         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
3183         the parameter matches the prototype.
3184
3185 2007-01-28  Jim Meyering  <jim@meyering.net>
3186
3187         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
3188         sys/time.h here, reverting that part of the previous patch:
3189         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
3190
3191 2007-01-28  Bruno Haible  <bruno@clisp.org>
3192
3193         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
3194         value of $(SYS_TIME_H).
3195         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
3196         remove it conditionally, too. [added by Jim Meyering]
3197         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
3198         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
3199         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
3200         GETTIMEOFDAY_REPLACEMENT to 1.
3201
3202 2007-01-28  Bruno Haible  <bruno@clisp.org>
3203
3204         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
3205         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
3206         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
3207         Set UNISTD_H instead of UNISTD_H2.
3208         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
3209
3210 2007-01-28  Bruno Haible  <bruno@clisp.org>
3211
3212         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
3213         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
3214
3215 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3216
3217         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
3218         (func_create_testdir): Ensure C locale for `grep' and `tr'
3219         character ranges.
3220         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
3221         ACLOCAL_AMFLAGS parsing state machine.
3222
3223 2007-01-27  Bruno Haible  <bruno@clisp.org>
3224
3225         * modules/unistr/base: Update.
3226
3227 2007-01-27  Bruno Haible  <bruno@clisp.org>
3228
3229         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
3230         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
3231         * modules/unistr/u32-mbtouc-unsafe: Renamed from
3232         modules/unistr/u32-mbtouc.
3233         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
3234         * lib/unistr.h: Update.
3235         * lib/linebreak.c: Update.
3236         * modules/unistr/u32-mbtouc: Renamed from
3237         modules/unistr/u32-mbtouc-safe.
3238         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
3239         * lib/unistr.h: Update.
3240         * lib/unistr/u32-to-u8.c: Update.
3241         * lib/unistr/u32-to-u16.c: Update.
3242
3243 2007-01-27  Bruno Haible  <bruno@clisp.org>
3244
3245         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
3246         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
3247         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
3248         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
3249         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
3250         * modules/unistr/u16-mbtouc-unsafe: Renamed from
3251         modules/unistr/u16-mbtouc.
3252         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
3253         * lib/unistr.h: Update.
3254         * lib/linebreak.c: Update.
3255         * modules/linebreak: Update.
3256         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
3257         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
3258         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
3259         * modules/unistr/u16-mbtouc: Renamed from
3260         modules/unistr/u16-mbtouc-safe.
3261         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
3262         * lib/unistr.h: Update.
3263         * lib/unistr/u16-to-u8.c: Update.
3264         * modules/unistr/u16-to-u8: Update.
3265         * lib/unistr/u16-to-u32.c: Update.
3266         * modules/unistr/u16-to-u32: Update.
3267
3268 2007-01-27  Bruno Haible  <bruno@clisp.org>
3269
3270         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
3271         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
3272         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
3273         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
3274         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
3275         * modules/unistr/u8-mbtouc-unsafe: Renamed from
3276         modules/unistr/u8-mbtouc.
3277         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
3278         * lib/unistr.h: Update.
3279         * lib/striconveh.c: Update.
3280         * modules/striconveh: Update.
3281         * lib/linebreak.c: Update.
3282         * modules/linebreak: Update.
3283         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
3284         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
3285         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
3286         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
3287         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
3288         * lib/unistr.h: Update.
3289         * lib/striconveh.c: Update.
3290         * modules/striconveh: Update.
3291         * lib/unistr/u8-to-u16.c: Update.
3292         * modules/unistr/u8-to-u16: Update.
3293         * lib/unistr/u8-to-u32.c: Update.
3294         * modules/unistr/u8-to-u32: Update.
3295
3296 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3297
3298         Sync from Libtool.
3299         * lib/argz.c: Do not include strings.h nor memory.h, include
3300         string.h unconditionally.  Patch by Simon Josefsson.
3301
3302 2007-01-27  Bruno Haible  <bruno@clisp.org>
3303
3304         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
3305         from gl_HEADER_STRING_H_BODY.
3306         (gl_HEADER_STRING_H_BODY): Require it.
3307         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
3308         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
3309         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
3310         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
3311         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
3312         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
3313         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
3314         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
3315         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
3316         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
3317         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
3318         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
3319         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
3320         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
3321         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
3322
3323 2007-01-27  Bruno Haible  <bruno@clisp.org>
3324
3325         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
3326         check_PROGRAMS into noinst_PROGRAMS.
3327         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
3328         check_PROGRAMS in this case.
3329         (func_import): Set for_test to false.
3330         (func_create_testdir): Set for_test to true.
3331
3332 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
3333             Bruno Haible  <bruno@clisp.org>
3334
3335         * modules/strcasestr (Files): Remove lib/strcasestr.h.
3336         (Depends-on): Add string.
3337         (Includes): Use <string.h> instead of strcasestr.h.
3338         * modules/string (Makefile.am): Also substitute the value of
3339         REPLACE_STRCASESTR.
3340         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
3341         assume strcasestr is declared in <string.h> not <strings.h>. Also
3342         set REPLACE_STRCASESTR.
3343         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
3344         REPLACE_STRCASESTR.
3345         * lib/strcasestr.h: Remove file.
3346         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
3347         * lib/string_.h (strcasestr): New declaration.
3348
3349 2007-01-27  Bruno Haible  <bruno@clisp.org>
3350
3351         * lib/string_.h: Use 'extern'.
3352
3353 2007-01-27  Jim Meyering  <jim@meyering.net>
3354
3355         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
3356         of set-but-not-used local, "q".
3357
3358         * lib/mempcpy.c: Include <config.h> before <string.h>.
3359         This fixes a compilation error on HP-UX, due to the system's
3360         "restrict"-using mempcpy prototype.
3361
3362 2007-01-26  Bruno Haible  <bruno@clisp.org>
3363
3364         Small optimization.
3365         * lib/javacomp.c: Include c-strstr.h.
3366          (is_envjavac_gcj): Use c_strstr instead of strstr.
3367         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
3368
3369 2007-01-26  Bruno Haible  <bruno@clisp.org>
3370
3371         * MODULES.html.sh (Unicode string functions): Add the new modules.
3372
3373         * modules/uniconv/u32-strconv-to-locale: New file.
3374         * lib/uniconv/u32-strconv-to-locale.c: New file.
3375
3376         * modules/uniconv/u16-strconv-to-locale: New file.
3377         * lib/uniconv/u16-strconv-to-locale.c: New file.
3378
3379         * modules/uniconv/u8-strconv-to-locale: New file.
3380         * lib/uniconv/u8-strconv-to-locale.c: New file.
3381
3382         * modules/uniconv/u32-strconv-from-locale: New file.
3383         * lib/uniconv/u32-strconv-from-locale.c: New file.
3384
3385         * modules/uniconv/u16-strconv-from-locale: New file.
3386         * lib/uniconv/u16-strconv-from-locale.c: New file.
3387
3388         * modules/uniconv/u8-strconv-from-locale: New file.
3389         * lib/uniconv/u8-strconv-from-locale.c: New file.
3390
3391         * modules/uniconv/u32-strconv-to-enc: New file.
3392         * lib/uniconv/u32-strconv-to-enc.c: New file.
3393         * modules/uniconv/u32-strconv-to-enc-tests: New file.
3394         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
3395
3396         * modules/uniconv/u16-strconv-to-enc: New file.
3397         * lib/uniconv/u16-strconv-to-enc.c: New file.
3398         * lib/uniconv/u-strconv-to-enc.h: New file.
3399         * modules/uniconv/u16-strconv-to-enc-tests: New file.
3400         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
3401
3402         * modules/uniconv/u8-strconv-to-enc: New file.
3403         * lib/uniconv/u8-strconv-to-enc.c: New file.
3404         * modules/uniconv/u8-strconv-to-enc-tests: New file.
3405         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
3406
3407         * modules/uniconv/u32-strconv-from-enc: New file.
3408         * lib/uniconv/u32-strconv-from-enc.c: New file.
3409         * modules/uniconv/u32-strconv-from-enc-tests: New file.
3410         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
3411
3412         * modules/uniconv/u16-strconv-from-enc: New file.
3413         * lib/uniconv/u16-strconv-from-enc.c: New file.
3414         * modules/uniconv/u16-strconv-from-enc-tests: New file.
3415         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
3416
3417         * modules/uniconv/u8-strconv-from-enc: New file.
3418         * lib/uniconv/u8-strconv-from-enc.c: New file.
3419         * lib/uniconv/u-strconv-from-enc.h: New file.
3420         * modules/uniconv/u8-strconv-from-enc-tests: New file.
3421         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
3422
3423         * modules/uniconv/u32-conv-from-enc: New file.
3424         * lib/uniconv/u32-conv-from-enc.c: New file.
3425         * modules/uniconv/u32-conv-from-enc-tests: New file.
3426         * tests/uniconv/test-u32-conv-from-enc.c: New file.
3427
3428         * modules/uniconv/u16-conv-from-enc: New file.
3429         * lib/uniconv/u16-conv-from-enc.c: New file.
3430         * lib/uniconv/u-conv-from-enc.h: New file.
3431         * modules/uniconv/u16-conv-from-enc-tests: New file.
3432         * tests/uniconv/test-u16-conv-from-enc.c: New file.
3433
3434         * modules/uniconv/u8-conv-from-enc: New file.
3435         * lib/uniconv/u8-conv-from-enc.c: New file.
3436         * modules/uniconv/u8-conv-from-enc-tests: New file.
3437         * tests/uniconv/test-u8-conv-from-enc.c: New file.
3438
3439         * modules/uniconv/base: New file.
3440         * lib/uniconv.h: New file.
3441
3442 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
3443
3444         * doc/gnulib-tool.texi (Initial import): Update to match current
3445         behavior with strdup module.
3446         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
3447         * lib/memmem.h: Remove; all uses removed.  This is now done
3448         by <string.h>.
3449         * lib/mempcpy.h: Likewise.
3450         * lib/memrchr.h: Likewise.
3451         * lib/stpcpy.h: Likewise.
3452         * lib/stpncpy.h: Likewise.
3453         * lib/strcase.h: Likewise.
3454         * lib/strchrnul.h: Likewise.
3455         * lib/strdup.h: Likewise.
3456         * lib/strndup.h: Likewise.
3457         * lib/strnlen.h: Likewise.
3458         * lib/strpbrk.h: Likewise.
3459         * lib/strsep.h: Likewise.
3460         * lib/strstr.h: Likewise.
3461         * lib/strtok_r.h: Likewise.
3462         * lib/string_.h: New file.
3463         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
3464         Rely on <string.h> instead.
3465         * lib/canon-host.c: Likewise.
3466         * lib/chdir-long.c: Likewise.
3467         * lib/concatpath.c: Likewise.
3468         * lib/exclude.c: Likewise.
3469         * lib/fchdir.c: Likewise.
3470         * lib/getaddrinfo.c: Likewise.
3471         * lib/getcwd.c: Likewise.
3472         * lib/getsubopt.c: Likewise.
3473         * lib/glob.c: Likewise.
3474         * lib/hard-locale.c: Likewise.
3475         * lib/iconvme.c: Likewise.
3476         * lib/javacomp.c: Likewise.
3477         * lib/mempcpy.c: Likewise.
3478         * lib/memrchr.c: Likewise.
3479         * lib/regex_internal.h: Likewise.
3480         * lib/stpncpy.c: Likewise.
3481         * lib/strcasecmp.c: Likewise.
3482         * lib/strchrnul.c: Likewise.
3483         * lib/strdup.c: Likewise.
3484         * lib/striconv.c: Likewise.
3485         * lib/striconveh.c: Likewise.
3486         * lib/striconveha.c: Likewise.
3487         * lib/strncasecmp.c: Likewise.
3488         * lib/strndup.c: Likewise.
3489         * lib/strnlen.c: Likewise.
3490         * lib/strsep.c: Likewise.
3491         * lib/strstr.c: Likewise.
3492         * lib/strtok_r.c: Likewise.
3493         * lib/userspec.c: Likewise.
3494         * lib/w32spawn.h: Likewise.
3495         * lib/xstrndup.c: Likewise.
3496         * lib/mountlist.c (strstr): Remove decl.
3497         * m4/string_h.m4: New file.
3498         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
3499         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
3500         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
3501         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
3502         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
3503         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
3504         Set REPLACE_STRCASECMP if necessary.
3505         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
3506         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
3507         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
3508         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
3509         HAVE_DECL_STRDUP if necessary.
3510         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
3511         since gl_FUNC_STRNDUP does that now.
3512         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
3513         Check for decl here...
3514         (gl_PREREQ_STRNLEN): ... not here.
3515         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
3516         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
3517         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
3518         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
3519         necessary.
3520         * modules/string: New file.
3521         * modules/memmem (Files): Remove special-purpose include file.
3522         (Depends-on): Add string.
3523         (Include): Include <string.h>, not the removed file.
3524         * modules/mempcpy: Likewise.
3525         * modules/memrchr: Likewise.
3526         * modules/stpcpy: Likewise.
3527         * modules/stpncpy: Likewise.
3528         * modules/strcase: Likewise.
3529         * modules/strchrnul: Likewise.
3530         * modules/strdup: Likewise.
3531         * modules/strndup: Likewise.
3532         * modules/strnlen: Likewise.
3533         * modules/strpbrk: Likewise.
3534         * modules/strsep: Likewise.
3535         * modules/strstr: Likewise.
3536         * modules/strtok_r: Likewise.
3537         * tests/test-dirname.c: Don't include "strdup.h", since
3538         <string.h> now suffices.
3539         * tests/test-memmem.c: Don't include "memmem.h", since
3540         <string.h> now suffices.
3541
3542 2007-01-25  Bruno Haible  <bruno@clisp.org>
3543
3544         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
3545         *resultp is 0.
3546
3547         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
3548         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
3549         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
3550         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
3551
3552         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
3553         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
3554         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
3555         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
3556         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
3557         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
3558
3559 2007-01-24  Bruno Haible  <bruno@clisp.org>
3560
3561         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
3562         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
3563         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
3564         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
3565         gl_FUNC_FTS_CORE.
3566         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
3567         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
3568         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
3569         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
3570         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
3571         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
3572         gl_FUNC_FCHOWNAT.
3573         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
3574         gl_FUNC_STRFTIME.
3575         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
3576         Reported by Ralf Wildenhues.
3577
3578 2007-01-24  Bruno Haible  <bruno@clisp.org>
3579
3580         Drop AC_REQUIRE calls that are redundant with the module dependencies.
3581         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
3582         gl_GETADDRINFO.
3583         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
3584         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
3585         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
3586
3587 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
3588
3589         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
3590         Don't use 'exit'; just return from 'main'.
3591         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
3592
3593         * lib/fnmatch_.h: Readjust white space and comments to match
3594         glibc, to avoid spurious diffs.
3595
3596 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
3597
3598         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
3599         2004-12-01 change by Jakub Jelinek, since this code won't compile
3600         if !LIBC.  Problem reported by Bob Proulx.
3601
3602 2007-01-23  Bruno Haible  <bruno@clisp.org>
3603
3604         * lib/striconveh.c: Include c-strcaseeq.h.
3605         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
3606         * modules/striconveh (Depends-on): Add c-strcaseeq.
3607
3608 2007-01-23  Bruno Haible  <bruno@clisp.org>
3609
3610         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
3611
3612         * modules/c-strcaseeq: New file.
3613         * lib/c-strcaseeq.h: New file.
3614
3615         * modules/streq: New file.
3616         * lib/streq.h: New file.
3617
3618 2007-01-23  Bruno Haible  <bruno@clisp.org>
3619
3620         * modules/striconveha-tests: New file.
3621         * tests/test-striconveha.c: New file.
3622
3623         * lib/striconveha.h: Include <stdbool.h>.
3624         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
3625         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
3626         (mem_iconveha_notranslit): Renamed from mem_iconveha.
3627         (mem_iconveha): New function.
3628         (str_iconveha_notranslit): Renamed from str_iconveha.
3629         (str_iconveha): New function.
3630         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
3631         c-strcase.
3632
3633 2007-01-23  Bruno Haible  <bruno@clisp.org>
3634
3635         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
3636         encodings without forgiving before trying any encoding with handler.
3637         (str_iconveha): Try all encodings without forgiving before trying any
3638         encoding with handler.
3639
3640 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
3641
3642         Import the following changes from libc.
3643
3644         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
3645
3646         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
3647
3648         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
3649
3650         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
3651         normal_bracket label.
3652
3653         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
3654
3655         [BZ #361]
3656         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
3657         to normal_bracket after fetching the next character.
3658
3659 2007-01-22  Bruno Haible  <bruno@clisp.org>
3660
3661         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
3662         argument.
3663         * lib/striconveh.c (iconv_carefully_1): New function.
3664         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
3665         argument.
3666         (str_cd_iconveh): Update.
3667         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
3668         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
3669         * tests/test-striconveh.c (MAGIC): New macro.
3670         (new_offsets): New function.
3671         (main): Test call with and without offsets.
3672
3673 2007-01-22  Bruno Haible  <bruno@clisp.org>
3674
3675         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
3676         * modules/sys_select (Makefile.am): Likewise.
3677         * modules/sys_socket (Makefile.am): Likewise.
3678         * modules/sys_time (Makefile.am): Likewise.
3679
3680 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
3681
3682         * modules/gettimeofday (License): Change from GPL to LGPL, since
3683         gettimeofday is a library function.
3684
3685 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3686
3687         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
3688
3689 2007-01-21  Bruno Haible  <bruno@clisp.org>
3690
3691         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
3692
3693 2007-01-21  Bruno Haible  <bruno@clisp.org>
3694
3695         * modules/striconveha: New file.
3696         * lib/striconveha.h: New file.
3697         * lib/striconveha.c: New file.
3698         * MODULES.html.sh (Internationalization functions): Add striconveha.
3699         * lib/striconv.c (str_iconv): Optimize the case of an empty input
3700         string.
3701         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
3702
3703 2007-01-21  Bruno Haible  <bruno@clisp.org>
3704
3705         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
3706         * lib/striconveh.c (str_iconveh): Likewise.
3707
3708 2007-01-21  Bruno Haible  <bruno@clisp.org>
3709
3710         * lib/striconveh.h (mem_iconveh): New declaration.
3711         * lib/striconveh.c (mem_iconveh): New function.
3712         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
3713
3714 2007-01-21  Bruno Haible  <bruno@clisp.org>
3715
3716         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
3717
3718         * lib/striconveh.h (mem_cd_iconveh): Change specification.
3719         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
3720         original result buffer.
3721         (str_cd_iconveh): Update.
3722         * tests/test-striconveh.c (main): Update.
3723
3724         * lib/striconv.h (mem_cd_iconv): Change specification.
3725         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
3726         result buffer.
3727         (str_cd_iconv): Update.
3728         * tests/test-striconv.c (main): Update.
3729
3730 2007-01-21  Bruno Haible  <bruno@clisp.org>
3731
3732         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
3733
3734 2007-01-20  Jim Meyering  <jim@meyering.net>
3735
3736         * lib/userspec.c (parse_with_separator): If a user or group string
3737         starts with "+", skip the corresponding name-to-ID look-up, since
3738         such a look-up must fail: user and group names may not include "+".
3739
3740 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
3741
3742         * lib/poll.c: Include sys/time.h and time.h unconditionally,
3743         since we now assume the sys_time module.
3744         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
3745         check for sys/time.h; no longer needed.
3746         * modules/poll (Depends-on): Depend on sys_time.
3747
3748 2007-01-18  Bruno Haible  <bruno@clisp.org>
3749
3750         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
3751         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
3752
3753         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
3754         gettimeofday.
3755
3756         * tests/test-gettimeofday.c: Include <time.h>.
3757         (dummy): Remove variable.
3758
3759         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
3760         gl_HEADER_SYS_TIME_H.
3761         (gl_HEADER_SYS_TIME_H): New macro.
3762
3763         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
3764         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3765         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
3766         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
3767         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3768         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
3769         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
3770         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3771         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
3772         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
3773         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3774
3775         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
3776         last change; it caused a compilation error when cross-compiling to
3777         Cygwin.
3778
3779 2007-01-18  Jim Meyering  <jim@meyering.net>
3780
3781         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
3782         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
3783         than the race-prone "test -d sys || mkdir sys".
3784         (configure.ac): Use AC_PROG_MKDIR_P.
3785         * modules/sys_select: Likewise.
3786         * modules/sys_socket: Likewise.
3787         * modules/sys_time: Likewise.
3788
3789 2007-01-18  Eric Blake  <ebb9@byu.net>
3790
3791         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
3792         replace gettimeofday.
3793         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
3794         name, to avoid infinite recursion.
3795
3796 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
3797
3798         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
3799         module sys_time.
3800         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
3801         assume timespec.h defines struct timeval.
3802         * lib/settime.c: Likewise.
3803         * lib/utimens.c: Likewise.
3804         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
3805         since we now assume the gettimeofday module.
3806         * lib/tempname.c (__gen_tempname): Likewise.
3807         * lib/gettimeofday.h: Remove.
3808         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
3809         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
3810         Include <time.h>, for 'time()'.
3811         (localtime_buffer_addr): Also use this workaround if
3812         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
3813         to simplify the uses.  All uses changed.
3814         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
3815         that #undef is inside {}, and 'const' follows type name consistently.
3816         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
3817         (gettimeofday): Do not use the maximum possible value for
3818         tv->tv_usec, since that might break usages other than ls.c.
3819         Instead, we'll leave ls.c alone.  This undoes today's patch
3820         by Bruno.  Add a compile-time warning for 1s-clock resolution;
3821         we've never observed the problem but might as well keep the
3822         canary.
3823         * lib/nanosleep.c: Include timespec.h first, for interface check.
3824         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
3825         now assume the sys_time module.
3826         * lib/tempname.c: Likewise.
3827         * lib/timespec.h: Likewise.
3828         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
3829         needed.
3830         * lib/strftime.c: Likewise.
3831         * lib/timespec.h: Likewise.
3832         * lib/posixtm.c: Include posixtm.h first, for interface check.
3833         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
3834         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
3835         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
3836         * lib/sys_time_.h: New file.
3837         * lib/timespec.h (struct timespec): Use long int, not long.
3838         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
3839         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
3840         Remove obsolescent call to AC_HEADER_TIME.
3841         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
3842         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
3843         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
3844         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
3845         Likewise.
3846         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
3847         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
3848         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
3849         into the sys_time module.  Check for gettimeofday just once.
3850         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
3851         for gettimeofday signature to just check the signature.  Merely
3852         compile it, since linking doesn't test signature.  Improve test for
3853         whether gettimeofday.o is actually needed.
3854         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
3855         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
3856         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
3857         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3858         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
3859         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
3860         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
3861         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
3862         than worrying about sys/time.h.
3863         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
3864         Don't bother worrying about TIME_WITH_SYS_TIME.
3865         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
3866         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
3867         * m4/sys_time_h.m4: New file.
3868         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
3869         Don't include sys/time.h.  Return from main rather than exiting.
3870         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
3871         all uses changed.
3872         * modules/gethrxtime (Depends-on): Add sys_time.
3873         * modules/gettime (Depends-on): Likewise.
3874         * modules/gettimeofday (Depends-on): Likewise.
3875         * modules/nanosleep (Depends-on): Likewise.
3876         * modules/settime (Depends-on): Likewise.
3877         * modules/tempname (Depends-on): Likewise.
3878         * modules/utimens (Depends-on): Likewise.
3879         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
3880         (Include:) Change back to <sys/time.h>.
3881         (Maintainer:) Add self.
3882         * modules/sys_time: New file.
3883         * modules/tempname (Depends-on): Add gettimeofday.
3884         * tests/test-gettimeofday.c: Include <sys/time.h>
3885         rather than gettimeofday.h.
3886
3887 2007-01-17  Bruno Haible  <bruno@clisp.org>
3888
3889         * gnulib-tool (func_get_license): Revert last patch. Instead, let
3890         the license default to GPL.
3891         (func_create_testdir): Don't complain if a module is LGPL and its
3892         tests module depends on GPLed modules.
3893
3894 2007-01-17  Bruno Haible  <bruno@clisp.org>
3895
3896         * lib/gettimeofday.c (gettimeofday): Add code for the case
3897         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
3898         maximum possible value for tv->tv_usec, rather than the minimum one.
3899
3900 2005-10-08  Martin Lambers  <marlam@marlam.de>
3901 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
3902 2007-01-16  Bruno Haible  <bruno@clisp.org>
3903
3904         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
3905         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
3906         gl_FUNC_GETTIMEOFDAY.
3907         (Include): Add gettimeofday.h.
3908         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
3909         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
3910         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
3911         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
3912         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
3913         * lib/gettimeofday.h: New file.
3914         * lib/gettimeofday.c: Include <sys/timeb.h>.
3915         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
3916         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3917         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
3918         fall back on time().
3919
3920         * tests/test-gettimeofday.c: New file.
3921         * modules/gettimeofday-tests: New file.
3922
3923 2007-01-16  Eric Blake  <ebb9@byu.net>
3924
3925         * modules/fnmatch (Depends-on): Depend on wchar.
3926         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
3927         * m4/fnmatch.m4: Likewise.
3928         * modules/mbchar (Makefile.am): Assume <wchar.h>.
3929         * m4/mbchar.m4: Likewise.
3930         * modules/mbswidth (Depends-on): Depend on wchar.
3931         * lib/mbswidth.c: Assume <wchar.h>.
3932         * m4/mbswidth.m4: Likewise.
3933         * modules/quotearg (Depends-on): Depend on wchar.
3934         * lib/quotearg.c: Assume <wchar.h>.
3935         * m4/quotearg.m4: Likewise.
3936         * modules/regex (Depends-on): Depend on wchar.
3937         * lib/regex_internal.h: Assume <wchar.h>.
3938         * m4/regex.m4: Likewise.
3939         * modules/stdint (Depends-on): Depend on wchar.
3940         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
3941         * m4/stdint.m4: Likewise.
3942         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
3943         * modules/strftime (Depends-on): Depend on wchar.
3944         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
3945         * modules/strtol (Depends-on): Depend on wchar.
3946         * lib/strtol.c: Assume <wchar.h>.
3947         * modules/wcwidth (Depends-on): Depend on wchar.
3948         * lib/wcwidth.h: Assume <wchar.h>.
3949         * m4/wcwidth.m4: Likewise.
3950
3951 2007-01-16  Bruno Haible  <bruno@clisp.org>
3952
3953         * modules/csharpexec-script: New, created from...
3954         * modules/csharpexec: ... this.
3955
3956 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
3957
3958         * modules/javaexec-script: New, created from...
3959         * modules/javaexec: ... this.
3960
3961 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3962
3963         * modules/poll (Dependencies): Add sys_select.
3964
3965 2007-01-15  Jim Meyering  <jim@meyering.net>
3966
3967         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
3968         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
3969         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
3970         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
3971
3972 2007-01-15  Bruno Haible  <bruno@clisp.org>
3973
3974         * modules/striconveh: New file.
3975         * lib/striconveh.h: New file.
3976         * lib/striconveh.c: New file.
3977         * MODULES.html.sh (Internationalization functions): Add striconveh.
3978
3979         * modules/striconveh-tests: New file.
3980         * tests/test-striconveh.c: New file.
3981
3982 2007-01-15  Bruno Haible  <bruno@clisp.org>
3983
3984         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
3985         not from GNU libiconv or GNU libc.
3986
3987 2007-01-15  Bruno Haible  <bruno@clisp.org>
3988
3989         * doc/gnulib-intro.texi (Copyright): Explain the different license
3990         terms for module descriptions, autoconf macros, tests, documentation.
3991
3992 2007-01-14  Bruno Haible  <bruno@clisp.org>
3993
3994         * modules/striconv-tests: New file.
3995         * tests/test-striconv.c: New file.
3996
3997 2007-01-14  Bruno Haible  <bruno@clisp.org>
3998
3999         * modules/iconv-tests: New file.
4000         * tests/test-iconv.c: New file.
4001
4002 2007-01-14  Bruno Haible  <bruno@clisp.org>
4003
4004         * gnulib-tool (func_get_license): For test modules, use the license of
4005         the main module.
4006
4007 2007-01-14  Bruno Haible  <bruno@clisp.org>
4008
4009         * modules/iconv (Include): Clarify that <iconv.h> can only be included
4010         if iconv is found to exist.
4011
4012 2007-01-14  Bruno Haible  <bruno@clisp.org>
4013
4014         * modules/c-ctype-tests: New file.
4015         * tests/test-c-ctype.c: New file.
4016
4017 2007-01-14  Bruno Haible  <bruno@clisp.org>
4018
4019         * modules/binary-io-tests: New file.
4020         * tests/test-binary-io.sh: New file.
4021         * tests/test-binary-io.c: New file.
4022
4023 2007-01-14  Bruno Haible  <bruno@clisp.org>
4024
4025         * modules/array-oset-tests: New file.
4026         * tests/test-array_oset.c: New file.
4027
4028 2007-01-14  Bruno Haible  <bruno@clisp.org>
4029
4030         * modules/array-list-tests: New file.
4031         * tests/test-array_list.c: New file.
4032
4033 2007-01-14  Bruno Haible  <bruno@clisp.org>
4034
4035         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
4036         and make.
4037         Reported by Simon Josefsson in
4038         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
4039
4040 2007-01-14  Bruno Haible  <bruno@clisp.org>
4041
4042         * modules/allocsa-tests: New file.
4043         * tests/test-allocsa.c: New file.
4044
4045 2007-01-14  Bruno Haible  <bruno@clisp.org>
4046
4047         * modules/fchdir (Depends-on): Add absolute-header.
4048         * modules/unistd (Depends-on): Likewise.
4049
4050 2006-12-30  Bruno Haible  <bruno@clisp.org>
4051
4052         * modules/fchdir: New file.
4053         * modules/unistd (Files): Add lib/unistd_.h.
4054         (Makefile.am): Generate unistd.h from unistd_.h.
4055         * lib/fchdir.c: New file.
4056         * lib/dirent_.h: New file.
4057         * lib/unistd_.h: New file.
4058         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
4059         * m4/fchdir.m4: New file.
4060         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
4061         (gl_HEADER_UNISTD): Invoke it.
4062         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
4063         function.
4064         * lib/backupfile.c (opendir, closedir): Undefine.
4065         * lib/chown.c (open, close): Undefine.
4066         * lib/clean-temp.c (open, close): Undefine.
4067         * lib/copy-file.c (open, close): Undefine.
4068         * lib/execute.c (open, close): Undefine.
4069         * lib/fsusage.c (open, close): Undefine.
4070         * lib/gc-gnulib.c (open, close): Undefine.
4071         * lib/getcwd.c (opendir, closedir): Undefine.
4072         * lib/glob.c (opendir, closedir): Undefine.
4073         * lib/javacomp.c (open, close): Undefine.
4074         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
4075         * lib/openat-proc.c (open, close): Undefine.
4076         * lib/pagealign_alloc.c (open, close): Undefine.
4077         * lib/pipe.c (open, close): Undefine.
4078         * lib/progreloc.c (open, close): Undefine.
4079         * lib/savedir.c (opendir, closedir): Undefine.
4080         * lib/utime.c (open, close): Undefine.
4081         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
4082
4083 2007-01-10  Bruno Haible  <bruno@clisp.org>
4084
4085         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
4086
4087 2007-01-12  Eric Blake  <ebb9@byu.net>
4088
4089         Provide a robust <wchar.h>.  Further simplifications are now
4090         possible in other modules, but not included here.
4091         * modules/wchar: New module.
4092         * m4/wchar.m4: New file.
4093         * lib/wchar_.h: Likewise.
4094         * modules/mbchar (Depends-on): Depend on wchar, as the first use
4095         of the new module.
4096         * MODULES.html.sh (Extended multibyte and wide character utilities):
4097         New section.
4098
4099 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
4100
4101         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
4102         to a reasonable default for memory allocation.
4103         (xreadlink): Don't allocate a huge buffer, to work around a buggy
4104         file system that reports garbage st_size values for symlinks.
4105         Problem reported by Liyang Hu.
4106
4107 2007-01-11  Simon Josefsson  <simon@josefsson.org>
4108
4109         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
4110         Emacs .#* auto-save files).
4111
4112 2007-01-11  Bruno Haible  <bruno@clisp.org>
4113
4114         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
4115         directory.
4116
4117 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
4118
4119         Use @...@ consistently in lib/wctype_.h.
4120         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
4121         on it being set to 1 or 0.
4122         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
4123         go back to AC_SUBSTing it.
4124         * modules/wctype (Makefile.am): Undo previous change.
4125
4126 2007-01-10  Eric Blake  <ebb9@byu.net>
4127
4128         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
4129         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
4130         * modules/wctype (Makefile.am): Likewise.
4131         Reported by Chris McGuire.
4132
4133 2007-01-10  Jim Meyering  <jim@meyering.net>
4134
4135         fts.c: a small readability/maintainability improvement
4136         * lib/fts.c (fts_read): Make this code slightly more readable and
4137         maintainable by hoisting the "sp->fts_cur = p" assignments to
4138         immediately follow the statements that set P.  Derived from
4139         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
4140
4141 2007-01-10  Eric Blake  <ebb9@byu.net>
4142
4143         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
4144         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
4145         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
4146         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
4147         Reported by Chris McGuire.
4148
4149 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4150
4151         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
4152         in sed script.
4153
4154 2007-01-09  Bruno Haible  <bruno@clisp.org>
4155
4156         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
4157         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
4158         variables.
4159         (func_module): Use them.
4160
4161 2007-01-09  Bruno Haible  <bruno@clisp.org>
4162
4163         * modules/unistr/base: New file.
4164         * lib/unistr.h: New file.
4165
4166         * modules/unistr/u8-to-u16: New file.
4167         * lib/unistr/u8-to-u16.c: New file.
4168
4169         * modules/unistr/u8-to-u32: New file.
4170         * lib/unistr/u8-to-u32.c: New file.
4171
4172         * modules/unistr/u16-to-u8: New file.
4173         * lib/unistr/u16-to-u8.c: New file.
4174
4175         * modules/unistr/u16-to-u32: New file.
4176         * lib/unistr/u16-to-u32.c: New file.
4177
4178         * modules/unistr/u32-to-u8: New file.
4179         * lib/unistr/u32-to-u8.c: New file.
4180
4181         * modules/unistr/u32-to-u16: New file.
4182         * lib/unistr/u32-to-u16.c: New file.
4183
4184         * modules/unistr/u8-check: New file.
4185         * modules/unistr/u16-check: New file.
4186         * modules/unistr/u32-check: New file.
4187         * lib/unistr/u8-check.c: New file.
4188         * lib/unistr/u16-check.c: New file.
4189         * lib/unistr/u32-check.c: New file.
4190
4191         * modules/unistr/u8-chr: New file.
4192         * modules/unistr/u16-chr: New file.
4193         * modules/unistr/u32-chr: New file.
4194         * lib/unistr/u8-chr.c: New file.
4195         * lib/unistr/u16-chr.c: New file.
4196         * lib/unistr/u32-chr.c: New file.
4197
4198         * modules/unistr/u8-cmp: New file.
4199         * modules/unistr/u16-cmp: New file.
4200         * modules/unistr/u32-cmp: New file.
4201         * lib/unistr/u8-cmp.c: New file.
4202         * lib/unistr/u16-cmp.c: New file.
4203         * lib/unistr/u32-cmp.c: New file.
4204
4205         * modules/unistr/u8-cpy: New file.
4206         * modules/unistr/u16-cpy: New file.
4207         * modules/unistr/u32-cpy: New file.
4208         * lib/unistr/u8-cpy.c: New file.
4209         * lib/unistr/u16-cpy.c: New file.
4210         * lib/unistr/u32-cpy.c: New file.
4211         * lib/unistr/u-cpy.h: New file.
4212
4213         * modules/unistr/u8-cpy-alloc: New file.
4214         * modules/unistr/u16-cpy-alloc: New file.
4215         * modules/unistr/u32-cpy-alloc: New file.
4216         * lib/unistr/u8-cpy-alloc.c: New file.
4217         * lib/unistr/u16-cpy-alloc.c: New file.
4218         * lib/unistr/u32-cpy-alloc.c: New file.
4219         * lib/unistr/u-cpy-alloc.h: New file.
4220
4221         * modules/unistr/u8-endswith: New file.
4222         * modules/unistr/u16-endswith: New file.
4223         * modules/unistr/u32-endswith: New file.
4224         * lib/unistr/u8-endswith.c: New file.
4225         * lib/unistr/u16-endswith.c: New file.
4226         * lib/unistr/u32-endswith.c: New file.
4227         * lib/unistr/u-endswith.h: New file.
4228
4229         * modules/unistr/u8-mblen: New file.
4230         * modules/unistr/u16-mblen: New file.
4231         * modules/unistr/u32-mblen: New file.
4232         * lib/unistr/u8-mblen.c: New file.
4233         * lib/unistr/u16-mblen.c: New file.
4234         * lib/unistr/u32-mblen.c: New file.
4235
4236         * modules/unistr/u8-mbtouc: New file.
4237         * modules/unistr/u16-mbtouc: New file.
4238         * modules/unistr/u32-mbtouc: New file.
4239         * lib/unistr/u8-mbtouc.c: New file.
4240         * lib/unistr/u16-mbtouc.c: New file.
4241         * lib/unistr/u32-mbtouc.c: New file.
4242
4243         * modules/unistr/u8-mbtouc-safe: New file.
4244         * modules/unistr/u16-mbtouc-safe: New file.
4245         * modules/unistr/u32-mbtouc-safe: New file.
4246         * lib/unistr/u8-mbtouc-safe.c: New file.
4247         * lib/unistr/u16-mbtouc-safe.c: New file.
4248         * lib/unistr/u32-mbtouc-safe.c: New file.
4249
4250         * modules/unistr/u8-move: New file.
4251         * modules/unistr/u16-move: New file.
4252         * modules/unistr/u32-move: New file.
4253         * lib/unistr/u8-move.c: New file.
4254         * lib/unistr/u16-move.c: New file.
4255         * lib/unistr/u32-move.c: New file.
4256         * lib/unistr/u-move.h: New file.
4257
4258         * modules/unistr/u8-next: New file.
4259         * modules/unistr/u16-next: New file.
4260         * modules/unistr/u32-next: New file.
4261         * lib/unistr/u8-next.c: New file.
4262         * lib/unistr/u16-next.c: New file.
4263         * lib/unistr/u32-next.c: New file.
4264
4265         * modules/unistr/u8-prev: New file.
4266         * modules/unistr/u16-prev: New file.
4267         * modules/unistr/u32-prev: New file.
4268         * lib/unistr/u8-prev.c: New file.
4269         * lib/unistr/u16-prev.c: New file.
4270         * lib/unistr/u32-prev.c: New file.
4271
4272         * modules/unistr/u8-set: New file.
4273         * modules/unistr/u16-set: New file.
4274         * modules/unistr/u32-set: New file.
4275         * lib/unistr/u8-set.c: New file.
4276         * lib/unistr/u16-set.c: New file.
4277         * lib/unistr/u32-set.c: New file.
4278         * lib/unistr/u-set.h: New file.
4279
4280         * modules/unistr/u8-startswith: New file.
4281         * modules/unistr/u16-startswith: New file.
4282         * modules/unistr/u32-startswith: New file.
4283         * lib/unistr/u8-startswith.c: New file.
4284         * lib/unistr/u16-startswith.c: New file.
4285         * lib/unistr/u32-startswith.c: New file.
4286         * lib/unistr/u-startswith.h: New file.
4287
4288         * modules/unistr/u8-stpcpy: New file.
4289         * modules/unistr/u16-stpcpy: New file.
4290         * modules/unistr/u32-stpcpy: New file.
4291         * lib/unistr/u8-stpcpy.c: New file.
4292         * lib/unistr/u16-stpcpy.c: New file.
4293         * lib/unistr/u32-stpcpy.c: New file.
4294         * lib/unistr/u-stpcpy.h: New file.
4295
4296         * modules/unistr/u8-stpncpy: New file.
4297         * modules/unistr/u16-stpncpy: New file.
4298         * modules/unistr/u32-stpncpy: New file.
4299         * lib/unistr/u8-stpncpy.c: New file.
4300         * lib/unistr/u16-stpncpy.c: New file.
4301         * lib/unistr/u32-stpncpy.c: New file.
4302         * lib/unistr/u-stpncpy.h: New file.
4303
4304         * modules/unistr/u8-strcat: New file.
4305         * modules/unistr/u16-strcat: New file.
4306         * modules/unistr/u32-strcat: New file.
4307         * lib/unistr/u8-strcat.c: New file.
4308         * lib/unistr/u16-strcat.c: New file.
4309         * lib/unistr/u32-strcat.c: New file.
4310         * lib/unistr/u-strcat.h: New file.
4311
4312         * modules/unistr/u8-strchr: New file.
4313         * modules/unistr/u16-strchr: New file.
4314         * modules/unistr/u32-strchr: New file.
4315         * lib/unistr/u8-strchr.c: New file.
4316         * lib/unistr/u16-strchr.c: New file.
4317         * lib/unistr/u32-strchr.c: New file.
4318
4319         * modules/unistr/u8-strcmp: New file.
4320         * modules/unistr/u16-strcmp: New file.
4321         * modules/unistr/u32-strcmp: New file.
4322         * lib/unistr/u8-strcmp.c: New file.
4323         * lib/unistr/u16-strcmp.c: New file.
4324         * lib/unistr/u32-strcmp.c: New file.
4325
4326         * modules/unistr/u8-strcpy: New file.
4327         * modules/unistr/u16-strcpy: New file.
4328         * modules/unistr/u32-strcpy: New file.
4329         * lib/unistr/u8-strcpy.c: New file.
4330         * lib/unistr/u16-strcpy.c: New file.
4331         * lib/unistr/u32-strcpy.c: New file.
4332         * lib/unistr/u-strcpy.h: New file.
4333
4334         * modules/unistr/u8-strcspn: New file.
4335         * modules/unistr/u16-strcspn: New file.
4336         * modules/unistr/u32-strcspn: New file.
4337         * lib/unistr/u8-strcspn.c: New file.
4338         * lib/unistr/u16-strcspn.c: New file.
4339         * lib/unistr/u32-strcspn.c: New file.
4340         * lib/unistr/u-strcspn.h: New file.
4341
4342         * modules/unistr/u8-strdup: New file.
4343         * modules/unistr/u16-strdup: New file.
4344         * modules/unistr/u32-strdup: New file.
4345         * lib/unistr/u8-strdup.c: New file.
4346         * lib/unistr/u16-strdup.c: New file.
4347         * lib/unistr/u32-strdup.c: New file.
4348         * lib/unistr/u-strdup.h: New file.
4349
4350         * modules/unistr/u8-strlen: New file.
4351         * modules/unistr/u16-strlen: New file.
4352         * modules/unistr/u32-strlen: New file.
4353         * lib/unistr/u8-strlen.c: New file.
4354         * lib/unistr/u16-strlen.c: New file.
4355         * lib/unistr/u32-strlen.c: New file.
4356         * lib/unistr/u-strlen.h: New file.
4357
4358         * modules/unistr/u8-strmblen: New file.
4359         * modules/unistr/u16-strmblen: New file.
4360         * modules/unistr/u32-strmblen: New file.
4361         * lib/unistr/u8-strmblen.c: New file.
4362         * lib/unistr/u16-strmblen.c: New file.
4363         * lib/unistr/u32-strmblen.c: New file.
4364
4365         * modules/unistr/u8-strmbtouc: New file.
4366         * modules/unistr/u16-strmbtouc: New file.
4367         * modules/unistr/u32-strmbtouc: New file.
4368         * lib/unistr/u8-strmbtouc.c: New file.
4369         * lib/unistr/u16-strmbtouc.c: New file.
4370         * lib/unistr/u32-strmbtouc.c: New file.
4371
4372         * modules/unistr/u8-strncat: New file.
4373         * modules/unistr/u16-strncat: New file.
4374         * modules/unistr/u32-strncat: New file.
4375         * lib/unistr/u8-strncat.c: New file.
4376         * lib/unistr/u16-strncat.c: New file.
4377         * lib/unistr/u32-strncat.c: New file.
4378         * lib/unistr/u-strncat.h: New file.
4379
4380         * modules/unistr/u8-strncmp: New file.
4381         * modules/unistr/u16-strncmp: New file.
4382         * modules/unistr/u32-strncmp: New file.
4383         * lib/unistr/u8-strncmp.c: New file.
4384         * lib/unistr/u16-strncmp.c: New file.
4385         * lib/unistr/u32-strncmp.c: New file.
4386
4387         * modules/unistr/u8-strncpy: New file.
4388         * modules/unistr/u16-strncpy: New file.
4389         * modules/unistr/u32-strncpy: New file.
4390         * lib/unistr/u8-strncpy.c: New file.
4391         * lib/unistr/u16-strncpy.c: New file.
4392         * lib/unistr/u32-strncpy.c: New file.
4393         * lib/unistr/u-strncpy.h: New file.
4394
4395         * modules/unistr/u8-strnlen: New file.
4396         * modules/unistr/u16-strnlen: New file.
4397         * modules/unistr/u32-strnlen: New file.
4398         * lib/unistr/u8-strnlen.c: New file.
4399         * lib/unistr/u16-strnlen.c: New file.
4400         * lib/unistr/u32-strnlen.c: New file.
4401         * lib/unistr/u-strnlen.h: New file.
4402
4403         * modules/unistr/u8-strpbrk: New file.
4404         * modules/unistr/u16-strpbrk: New file.
4405         * modules/unistr/u32-strpbrk: New file.
4406         * lib/unistr/u8-strpbrk.c: New file.
4407         * lib/unistr/u16-strpbrk.c: New file.
4408         * lib/unistr/u32-strpbrk.c: New file.
4409         * lib/unistr/u-strpbrk.h: New file.
4410
4411         * modules/unistr/u8-strrchr: New file.
4412         * modules/unistr/u16-strrchr: New file.
4413         * modules/unistr/u32-strrchr: New file.
4414         * lib/unistr/u8-strrchr.c: New file.
4415         * lib/unistr/u16-strrchr.c: New file.
4416         * lib/unistr/u32-strrchr.c: New file.
4417
4418         * modules/unistr/u8-strspn: New file.
4419         * modules/unistr/u16-strspn: New file.
4420         * modules/unistr/u32-strspn: New file.
4421         * lib/unistr/u8-strspn.c: New file.
4422         * lib/unistr/u16-strspn.c: New file.
4423         * lib/unistr/u32-strspn.c: New file.
4424         * lib/unistr/u-strspn.h: New file.
4425
4426         * modules/unistr/u8-strstr: New file.
4427         * modules/unistr/u16-strstr: New file.
4428         * modules/unistr/u32-strstr: New file.
4429         * lib/unistr/u8-strstr.c: New file.
4430         * lib/unistr/u16-strstr.c: New file.
4431         * lib/unistr/u32-strstr.c: New file.
4432         * lib/unistr/u-strstr.h: New file.
4433
4434         * modules/unistr/u8-strtok: New file.
4435         * modules/unistr/u16-strtok: New file.
4436         * modules/unistr/u32-strtok: New file.
4437         * lib/unistr/u8-strtok.c: New file.
4438         * lib/unistr/u16-strtok.c: New file.
4439         * lib/unistr/u32-strtok.c: New file.
4440         * lib/unistr/u-strtok.h: New file.
4441
4442         * modules/unistr/u8-uctomb: New file.
4443         * modules/unistr/u16-uctomb: New file.
4444         * modules/unistr/u32-uctomb: New file.
4445         * lib/unistr/u8-uctomb.c: New file.
4446         * lib/unistr/u16-uctomb.c: New file.
4447         * lib/unistr/u32-uctomb.c: New file.
4448
4449         * MODULES.html.sh (Unicode string functions): Add the new modules.
4450
4451 2007-01-08  Bruno Haible  <bruno@clisp.org>
4452
4453         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
4454         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
4455         subdirectories.
4456
4457 2007-01-08  Karl Berry  <karl@gnu.org>
4458
4459         * doc/error.texi: mention that main() fns must set program_name
4460         when progname is used.
4461
4462 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
4463
4464         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
4465         WCTYPE_H is empty, for the benefit of builds from non-distclean
4466         directories.  Problem reported by Eric Blake in
4467         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
4468
4469 2007-01-08  Bruno Haible  <bruno@clisp.org>
4470
4471         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
4472         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
4473         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
4474         PROVIDE_CANONICALIZE_FILENAME_MODE.
4475         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
4476
4477 2007-01-08  Bruno Haible  <bruno@clisp.org>
4478
4479         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
4480         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
4481         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
4482         * lib/fts.c: Likewise.
4483         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
4484
4485 2006-12-25  Bruno Haible  <bruno@clisp.org>
4486
4487         * modules/utf8-ucs4-safe: New file.
4488         * lib/utf8-ucs4-safe.h: New file.
4489         * lib/unistr/utf8-ucs4-safe.c: New file.
4490
4491         * modules/utf16-ucs4-safe: New file.
4492         * lib/utf16-ucs4-safe.h: New file.
4493         * lib/unistr/utf16-ucs4-safe.c: New file.
4494
4495         * MODULES.html.sh (Unicode string functions): Add the new modules.
4496
4497 2007-01-08  Bruno Haible  <bruno@clisp.org>
4498
4499         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
4500         (Depends-on): Add unitypes.
4501         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
4502         (u8_mbtouc_aux): Move out to separate file.
4503         (u8_mbtouc): Use ucs4_t, uint8_t types.
4504         * lib/unistr/utf8-ucs4.c: New file.
4505
4506         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
4507         (Depends-on): Add unitypes.
4508         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
4509         (u16_mbtouc_aux): Move out to separate file.
4510         (u16_mbtouc): Use ucs4_t, uint16_t types.
4511         * lib/unistr/utf16-ucs4.c: New file.
4512
4513         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
4514         (Depends-on): Add unitypes.
4515         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
4516         (u8_uctomb_aux): Move out to separate file.
4517         (u8_uctomb): Use ucs4_t, uint8_t types.
4518         * lib/unistr/ucs4-utf8.c: New file.
4519
4520         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
4521         (Depends-on): Add unitypes.
4522         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
4523         (u16_uctomb_aux): Move out to separate file.
4524         (u16_uctomb): Use ucs4_t, uint16_t types.
4525         * lib/unistr/ucs4-utf16.c: New file.
4526
4527 2006-12-25  Bruno Haible  <bruno@clisp.org>
4528
4529         * modules/unitypes: New file.
4530         * lib/unitypes.h: New file.
4531         * MODULES.html.sh (func_all_modules): New section "Unicode string
4532         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
4533         this section. Add unitypes.
4534
4535 2007-01-08  Bruno Haible  <bruno@clisp.org>
4536
4537         Avoid variable names that conflict with those from libtool.
4538         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
4539         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
4540         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
4541         library_names_spec to acl_library_names_spec, hardcode_* to
4542         acl_hardcode_*.
4543         Reported by Ralf Wildenhues.
4544
4545 2007-01-08  Bruno Haible  <bruno@clisp.org>
4546
4547         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
4548         definition.
4549         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
4550         definition.
4551         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
4552         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
4553         definition.
4554         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
4555         definition.
4556         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
4557         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
4558         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
4559         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
4560         definition.
4561         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
4562         definition.
4563         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
4564         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
4565         GC_USE_<algorithm>.
4566         * lib/gc-libgcrypt.c: Likewise.
4567         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
4568         * modules/gc-arctwo (configure.ac): Likewise.
4569         * modules/gc-des (configure.ac): Likewise.
4570         * modules/gc-hmac-md5 (configure.ac): Likewise.
4571         * modules/gc-hmac-sha1 (configure.ac): Likewise.
4572         * modules/gc-md2 (configure.ac): Likewise.
4573         * modules/gc-md4 (configure.ac): Likewise.
4574         * modules/gc-md5 (configure.ac): Likewise.
4575         * modules/gc-random (configure.ac): Likewise.
4576         * modules/gc-rijndael (configure.ac): Likewise.
4577         * modules/gc-sha1 (configure.ac): Likewise.
4578
4579 2007-01-08  Bruno Haible  <bruno@clisp.org>
4580
4581         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
4582         macro definition.
4583         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
4584         definition.
4585         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
4586         definition.
4587         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
4588         * modules/fcntl-safer (configure.ac): Likewise.
4589         * modules/fopen-safer (configure.ac): Likewise.
4590         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
4591         GNULIB_FWRITEERROR macro definition.
4592
4593 2007-01-08  Bruno Haible  <bruno@clisp.org>
4594
4595         * m4/gnulib-common.m4: New file.
4596         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
4597         (func_get_filelist): Add m4/gnulib-common.m4.
4598
4599 2007-01-08  Bruno Haible  <bruno@clisp.org>
4600
4601         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
4602         command.
4603
4604 2007-01-08  Jim Meyering  <jim@meyering.net>
4605
4606         Use a more robust test for a "can't happen" condition.
4607         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
4608         narrowed the st_size value.  Presuming the "can't happen" condition
4609         is true, that narrowing could conceivably convert an invalid st_size
4610         value into a valid one.  Instead, use a change based on Matthew
4611         Woehlke's original patch.
4612
4613         Slight readability improvement: use an assert-like macro
4614         in place of literal "abort ()" uses.
4615         * lib/fts.c (fts_assert): Define.
4616         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
4617         Use this macro instead of a bare 'abort'.
4618
4619 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
4620
4621         Don't worry about using IRIX 5.3's wctype.h broken definitions;
4622         simply work around them.
4623         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
4624         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
4625         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
4626         declaring.
4627         Don't bother to define as macros, since the standard doesn't require it.
4628         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
4629         longer worry about IRIX 5.3.
4630         (HAVE_WCTYPE_CTMP_BUG): Remove.
4631
4632 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
4633
4634         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
4635         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
4636         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
4637         Problems reported by Georg Schwarz for IRIX 5.3.
4638
4639         * gnulib-tool (autoconf_minversion): Take the maximum version number
4640         found, not the minimum.  Problem reported by James Youngman.
4641
4642 2007-01-03  Karl Berry  <karl@gnu.org>
4643
4644         * doc/error.texi: new file, explaining interaction with progname.
4645         * doc/gnulib.texi: include it.  Update copyright.
4646
4647 2007-01-03  Simon Josefsson  <simon@josefsson.org>
4648
4649         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
4650         AC_CANONICAL_HOST, to improve autobuild outputs.
4651
4652 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
4653             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
4654
4655         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
4656         sockets, server sockets, and other file descriptors.  Count errors
4657         to compute the return value.  Reorder the code a bit to be easier
4658         to follow.  Don't set event bits that were not requested (except
4659         POLLERR and POLLHUP).
4660
4661 2007-01-01  Bruno Haible  <bruno@clisp.org>
4662
4663         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
4664
4665 2007-01-03  Jim Meyering  <jim@meyering.net>
4666
4667         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
4668
4669 2007-01-02  Bruno Haible  <bruno@clisp.org>
4670
4671         * modules/settime (Include): Require timespec.h.
4672         * modules/nanosleep (Include): Likewise.
4673
4674 2007-01-01  Bruno Haible  <bruno@clisp.org>
4675
4676         * gnulib-tool (func_emit_copyright_notice): Bump year.
4677         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
4678
4679 2007-01-01  Bruno Haible  <bruno@clisp.org>
4680
4681         Improve support for OpenBSD.
4682         * build-aux/config.rpath (libname_spec): Export.
4683         (library_names_spec): New variable. Export.
4684         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
4685         library_names_spec from the config.rpath output. Locate shared library
4686         through the name pattern in library_names_spec.
4687
4688 2007-01-01  Eric Blake  <ebb9@byu.net>
4689
4690         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
4691
4692 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
4693
4694         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
4695         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
4696         assume the C locale, and avoid an "eval" that could cause trouble.
4697         Problem with SORT reported by Bob Proulx.
4698
4699         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
4700         Define.  Trivial patch from Henning Nielsen Lund, originally
4701         sent to bug-grep@gnu.org today.
4702
4703 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
4704
4705         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
4706         struct stat.  Problem reported by Henning Nielsen Lund.
4707         * lib/acl.c: Include acl.h first, to check interface.  Don't
4708         bother to include sys/types.h and sys/stat.h again.
4709
4710 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
4711
4712         Import the following change from libc; problem reported by
4713         Sven Verdoolaege.
4714
4715         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
4716
4717         [BZ #1373]
4718         * lib/argp.h: Remove __NTH for __argp_usage inline function.
4719
4720 2006-12-28  Jim Meyering  <jim@meyering.net>
4721
4722         * build-aux/announce-gen: Do not assume that the package
4723         builds any of tar.gz, tar.bz2, and .xdelta files.
4724         Suggestion from Simon Josefsson.
4725
4726 2006-12-28  Simon Josefsson  <simon@josefsson.org>
4727
4728         * modules/announce-gen: New file.
4729
4730 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
4731
4732         * lib/mbchar.h: Just include <wctype.h>; the wctype module
4733         handles its gotchas now.
4734         * lib/mbswidth.c: Likewise.
4735         * lib/wcwidth.h: Likewise.
4736         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
4737         and iswcntrl; the wctype module does this stuff now.
4738         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
4739         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
4740         * modules/mbchar (Depends-on): Add wctype.
4741         * modules/mbswidth (Depends-on): Likewise.
4742         * modules/wcwidth (Depends-on): Likewise.
4743
4744 2006-12-27  Eric Blake  <ebb9@byu.net>
4745
4746         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
4747         module uses more than what <wctype.h> is required to provide.
4748
4749 2006-12-26  Eric Blake  <ebb9@byu.net>
4750
4751         * gnulib-tool (sed_extract_prog): Avoid space-tab.
4752
4753 2006-12-26  Eric Blake  <ebb9@byu.net>
4754
4755         * modules/absolute-header: New module.
4756         * modules/fcntl (Depends-on): Depend on it.
4757         * modules/inttypes (Depends-on): Likewise.
4758         * modules/stdint (Depends-on): Likewise.
4759         * modules/sys_stat (Depends-on): Likewise.
4760         * modules/wctype (Depends-on): Likewise.
4761         * MODULES.html.sh (Support for building libraries and
4762         executables): Document it.
4763
4764 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
4765
4766         * gnulib-tool (SED): Remove, undoing previous change.
4767         The problem was that it broke coreutils on Solaris, because
4768         "sed --posix" leaked into a makefile.
4769         (sed): New alias, if 'alias' and GNU sed.
4770
4771 2006-12-24  Jim Meyering  <jim@meyering.net>
4772
4773         Work around an fchownat bug in glibc-2.4:
4774         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
4775         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
4776         in spite of the -P option.
4777         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
4778         New macros.
4779         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
4780         * modules/openat (Files): Add lib/fchownat.c.
4781         * lib/openat.c (fchownat): Don't define here.  Move to...
4782         * lib/fchownat.c: ...this new file.
4783
4784 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
4785
4786         Fix bug reported by Bruno Haible in
4787         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
4788         where quotearg.c didn't compile on Mac OS X 10.2 because it
4789         lacks <wchar.h> and wint_t.
4790         * lib/wctype_.h (__wctype_wint_t): New type.
4791         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
4792         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
4793         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
4794         Arg is now of type __wctype_wint_t, not wint_t.
4795         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
4796         substitute HAVE_WINT_T.
4797         * modules/wctype (Files): Add m4/wint_t.m4.
4798         (wctype.h): Substitute HAVE_WINT_T.
4799
4800 2006-12-23  Bruno Haible  <bruno@clisp.org>
4801
4802         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
4803
4804 2006-12-23  Bruno Haible  <bruno@clisp.org>
4805
4806         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
4807         S_ISLNK.
4808         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
4809         mingw.
4810
4811 2006-12-22  Bruno Haible  <bruno@clisp.org>
4812
4813         * lib/copy-file.c: Include acl.h.
4814         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
4815         Close the file descriptors only after being done with copy_acl.
4816         * modules/copy-file (Depends-on): Add acl.
4817
4818 2006-12-22  Bruno Haible  <bruno@clisp.org>
4819
4820         * gnulib-tool (SED): New variable.
4821         Use $SED instead of sed everywhere.
4822
4823 2006-12-22  Bruno Haible  <bruno@clisp.org>
4824
4825         * modules/no-c++: New file.
4826         * m4/no-c++.m4: New file.
4827         * MODULES.html.sh (Support for building libraries and executables):
4828         Add no-c++.
4829
4830 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
4831
4832         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
4833         Include <limits.h>, and use its INT_MAX to rewrite the
4834         j loop so that it does not overflow 'int'.  Problem reported by
4835         Ralf Wildenhues in
4836         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
4837         Play it safe by shifting left by 1 rather than multiplying by 2,
4838         as GCC is less likely to optimize this away when the value
4839         is signed (when it assumes overflow leads to undefined behavior).
4840         Also, don't assume time_t uses two's complement.
4841
4842 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
4843
4844         * MODULES.html.sh: New module wctype.
4845         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
4846         * lib/fnmatch.c: Don't bother to include <wchar.h> before
4847         <wctype.h>, since the new wctype module should fix this.
4848         * lib/quotearg.c: Include <wctype.h> unconditionally, since
4849         the wctype module should arrange for it.
4850         * lib/regex_internal.h: Likewise.
4851         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
4852         since the wctype module should handle this now.
4853         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
4854         * modules/fnmatch (Depends-on): Add wctype.
4855         * modules/quotearg (Depends-on): Likewise.
4856         * modules/regex (Depends-on): Likewise.
4857
4858 2006-12-19  Bruno Haible  <bruno@clisp.org>
4859
4860         * lib/strdup.h [C++]: Wrap definitions in extern "C".
4861         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
4862
4863 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4864
4865         * modules/savewd (Depends-on): Fix dependency on fcntl.
4866
4867 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
4868
4869         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
4870         conforms to C99, rather than relying on the user's environment
4871         setting of STDINT_H.
4872
4873 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
4874         and Eric Blake  <ebb9@byu.net>
4875
4876         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
4877         This is more consistent with the other defines here.
4878         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
4879         Port to z/OS.  Problem reported by Paul Gilmartin.
4880         Change local vars to use gl_ prefix rather than ac_.
4881         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
4882         with other defines.
4883         * modules/double-slash-root: New module.
4884         * modules/dirname (Files): Remove m4/double-slash-root.m4.
4885         (Depends-on): Add double-slash-root.
4886         * MODULES.html.sh (File system functions): Mention new module.
4887
4888 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
4889
4890         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
4891         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
4892         This is for the benefit of gzip, which doesn't do i18n.
4893
4894 2006-12-12  Jim Meyering  <jim@meyering.net>
4895
4896         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
4897         Reported by Andreas Schwab <schwab@suse.de>.
4898
4899 2006-12-12  Bruno Haible  <bruno@clisp.org>
4900
4901         Merge these changes.
4902         2006-09-05  Bruno Haible  <bruno@clisp.org>
4903         * lib/iconvme.c (iconv_string): No need to save and restore errno when
4904         iconv_alloc succeeded.
4905         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
4906         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
4907         test for " && dest " at the end - dest is always != NULL there. Call
4908         iconv with 4xNULL arguments initially, to reset the state. Call iconv
4909         with 2xNULL arguments, also to flush the state storage. Handle the
4910         IRIX iconv behaviour. Realloc the final result, to throw away unused
4911         memory.
4912
4913 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
4914
4915         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
4916         and fchmodat unconditionally, since glibc 2.4 has them.
4917         Problem reported by Arkadiusz Miskiewicz.
4918
4919 2006-12-10  Bruno Haible  <bruno@clisp.org>
4920
4921         * gnulib-tool (func_import): Show the include files only for those
4922         modules that are copied and specified.
4923         Reported by Karl Berry.
4924
4925 2006-12-08  Jim Meyering  <jim@meyering.net>
4926
4927         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
4928         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
4929
4930         * build-aux/announce-gen: Add two new options, both optional:
4931         --bootstrap-tools=TOOL_LIST
4932               a comma-separated list of tools, e.g.,
4933               autoconf,automake,bison,gnulib
4934         --gnulib-snapshot-date=DATE
4935               if gnulib is in the bootstrap tool list,
4936               then report this as the snapshot date.
4937               If not specified, use the current date/time.
4938               If you specify a date here, be sure it's UTC.
4939
4940 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4941
4942         * tests/test-argp-2.sh: Fix test to match actual output.
4943         (func_compare): Fix sed script to be portable.
4944
4945 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
4946
4947         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
4948         workaround for this case.  It is not autoconfigured now; offhand
4949         it's hard to see how to autoconfigure it.
4950
4951 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
4952
4953         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
4954         a directory that is about to be chowned.  Such a directory's
4955         initial file permissions should permit the owner only and this
4956         should not be changed until after the chown, since the group and
4957         other bits would be incorrect if they granted permission before
4958         the chown.
4959
4960         Fix porting problem for iswctype reported by Georg Schwarz in:
4961         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
4962         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
4963         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
4964         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
4965         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
4966
4967 2006-12-03  Jim Meyering  <jim@meyering.net>
4968
4969         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
4970         p->fts_statp may not yet be defined.
4971         (fts_read): Instead, set it in the caller, once p->fts_statp is
4972         sure to be defined, and corresponds to a top-level directory.
4973         This bug made du -x fail.  Here's the coreutils test case:
4974         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
4975         Reported by Mike Frysinger.
4976
4977 2006-12-01  Jim Meyering  <jim@meyering.net>
4978
4979         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
4980         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
4981         Reported by Simon Josefsson.
4982
4983 2006-11-30  Jim Meyering  <jim@meyering.net>
4984
4985         * m4/warning.m4: Use the all-permissive copyright notice
4986         recommended by RMS (rather than LGPL).
4987         * m4/vararrays.m4: Likewise.
4988         * m4/flexmember.m4: Likewise.
4989
4990 2006-11-29  Bruno Haible  <bruno@clisp.org>
4991
4992         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
4993         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
4994         using +=.
4995         Reported by Simon Josefsson <simon@josefsson.org>.
4996
4997 2006-11-28  James Youngman <jay@gnu.org>
4998
4999         * README: Advise users that they might find the bug-gnulib@gnu.org
5000         and autotools-announce@gnu.org mailing lists useful.
5001
5002 2006-11-28  Bruno Haible  <bruno@clisp.org>
5003
5004         * m4/ptrdiff_max.m4: Remove file.
5005
5006 2006-11-21  Bruno Haible  <bruno@clisp.org>
5007
5008         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
5009         _AC_COMPUTE_INT.
5010         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
5011         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
5012         _AC_COMPUTE_INT.
5013         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
5014         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
5015         _AC_COMPUTE_INT.
5016         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
5017
5018 2006-11-28  Jim Meyering  <jim@meyering.net>
5019
5020         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
5021         warning from "gcc -Wshadow" about shadowing the builtin.
5022
5023 2006-11-27  Bruno Haible  <bruno@clisp.org>
5024
5025         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
5026         _AC_COMPUTE_INT.
5027         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
5028
5029 2006-11-27  Bruno Haible  <bruno@clisp.org>
5030             Paul Eggert  <eggert@cs.ucla.edu>
5031
5032         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
5033
5034 2006-11-26  Bruno Haible  <bruno@clisp.org>
5035
5036         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
5037         noinst_LTLIBRARIES.
5038
5039 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
5040             Bruno Haible  <bruno@clisp.org>
5041
5042         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
5043         if compiling with "gcc -ansi".
5044
5045 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
5046
5047         Fix some incompatibilities with gcc -ansi -pedantic.
5048         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
5049         if compiling pedantically with GCC, unless it's C99 or later.
5050         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
5051         it mishandles gcc -ansi -pedantic as well.
5052         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
5053         if gcc -pedantic.
5054         * lib/regexec.c (check_node_accept_bytes): Don't use auto
5055         initializers for struct if -pedantic, unless it's C99 or later.
5056
5057 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
5058
5059         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
5060         Don't close an fd more than once. Identical atimes indicate
5061         success, not failure.
5062
5063 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
5064
5065         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
5066
5067 2006-11-23  Jim Meyering  <jim@meyering.net>
5068
5069         * build-aux/announce-gen: New file.  From coreutils.
5070
5071 2006-11-22  Jim Meyering  <jim@meyering.net>
5072
5073         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
5074         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
5075         (fts_read): Use a temporary to narrow the overused st_size member
5076         before using it in a switch statement.  Reported by Matthew Woehlke.
5077
5078         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
5079         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
5080
5081 2006-11-20  Bruno Haible  <bruno@clisp.org>
5082
5083         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
5084         changequote instead of pairs of brackets.
5085         Reported by Andreas Schwab <schwab@suse.de>.
5086
5087 2006-11-21  Jim Meyering  <jim@meyering.net>
5088
5089         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
5090         so as to remain compatible with older compilers.
5091         Patch from Michael Deutschmann.
5092
5093 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
5094
5095         * MODULES.html.sh (File system functions): Add openat.
5096
5097         * lib/openat.h (rpl_fstatat): New macro, if
5098         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
5099         (fstatat): Define to rpl_fstatat under the same conditions,
5100         unless COMPILING_FSTATAT.
5101         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
5102         seems to have the bug.
5103         * lib/fstatat.c: New file.
5104         * modules/openat (Files): Add it.
5105
5106 2006-11-20  Bruno Haible  <bruno@clisp.org>
5107
5108         * Makefile: New file.
5109
5110 2006-11-20  Jim Meyering  <jim@meyering.net>
5111
5112         The beginnings of syntax-related checks for gnulib.
5113         * lib/Makefile: New file.
5114         * lib/t-idcache: New script.  Ensure that the two halves of
5115         idcache.c stay in sync.
5116
5117         * lib/idcache.c: Adjust comments in user- and group- portions to
5118         be more accurate, and to be consistent with one another.
5119
5120 2006-11-20  Jim Meyering  <jim@meyering.net>
5121
5122         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
5123         continue using the flexible array member (thus, this module performs
5124         half as many malloc calls), with the addition that...
5125         (getgroup, getuser): Consistently record a non-match via an empty
5126         "name" string, and map an empty string match to a NULL return value.
5127         * modules/idcache (Depends-on): Re-add flexmember.
5128
5129         * lib/idcache.c (getuser): Remove all uses of the register keyword.
5130         (getuidbyname, getgroup, getgidbyname): Likewise.
5131
5132         Use cleaner syntax: NULL rather than 0.
5133         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
5134
5135 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
5136
5137         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
5138         It mishandled the case where the group was missing.
5139         Problem reported by Greg Schafer.
5140         * modules/idcache: Likewise.
5141
5142 2006-11-18  Jim Meyering  <jim@meyering.net>
5143
5144         * check-module (%exempt_header): Add exception for some
5145         conditionally-included headers.
5146
5147         * modules/i-ring (Depends-on): Add verify.
5148         (License): Change to LGPL.
5149
5150 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
5151
5152         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
5153         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
5154         and inttostr.h.  Use snprintf rather than uinttostr, so that
5155         LGPLed code doesn't depend on GPLed.
5156
5157 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
5158
5159         * modules/inline (License): Change from GPL to LGPL.
5160
5161 2006-11-17  Jim Meyering  <jim@meyering.net>
5162
5163         * modules/d-type (License): Switch to LGPL.
5164
5165 2006-11-15  Bruno Haible  <bruno@clisp.org>
5166
5167         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
5168
5169 2006-11-15  Eric Blake  <ebb9@byu.net>
5170
5171         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
5172         the module dependency.
5173
5174 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5175             Bruno Haible  <bruno@clisp.org>
5176
5177         * gnulib-tool (func_create_testdir): Add license consistency check.
5178
5179 2006-11-15  Eric Blake  <ebb9@byu.net>
5180
5181         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
5182         random "(cached)" in configure output.
5183
5184 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5185
5186         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
5187         test for conforming inttypes.h is both announced and cached.
5188
5189         * MODULES.html.sh (seen_modules, seen_files): New variables.
5190         (func_module): Rewrite to use a few less gnulib-tool and sed
5191         invocations.  Avoid a couple of quadratic algorithms for ...
5192         (missed_modules, missed_files): ... these, with ...
5193         (func_append, func_tmpdir): ... these new functions, from
5194         gnulib-tool.  Analogously, install traps for cleanup.
5195
5196         * tests/test-gc.c (main): Remove unused variables.
5197         * tests/test-read-file.c: Include stdlib.h, for 'free'.
5198
5199 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
5200
5201         * modules/inttostr (License): Change to LGPL.
5202
5203 2006-11-14  Eric Blake  <ebb9@byu.net>
5204
5205         * modules/tempname (License): Change to LGPL.
5206
5207 2006-11-14  Eric Blake  <ebb9@byu.net>
5208
5209         * doc/functions.texi (Function Portability): *printf functions on
5210         Cygwin now understand all POSIX size specifiers.
5211
5212 2006-11-14  Bruno Haible  <bruno@clisp.org>
5213
5214         * modules/c-ctype (License): Change to LGPL.
5215
5216 2006-11-12  Bruno Haible  <bruno@clisp.org>
5217
5218         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
5219         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
5220         for GNOME libraries, for which the include files are installed in
5221         subdirectories of $prefix/include.
5222
5223 2006-11-12  Bruno Haible  <bruno@clisp.org>
5224
5225         * m4/lib-link.m4: Require at least autoconf-2.54.
5226         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
5227         name to underscores for the --with option.
5228
5229 2006-11-13  Bruno Haible  <bruno@clisp.org>
5230
5231         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
5232         the tests directory.
5233         Reported by Ralf Wildenhues.
5234
5235 2006-11-13  Bruno Haible  <bruno@clisp.org>
5236
5237         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
5238         (func_emit_initmacro_end): Undo the override here.
5239         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
5240         Works around the famous automake error in coreutils.
5241
5242 2006-11-13  Eric Blake  <ebb9@byu.net>
5243
5244         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
5245         element, not its node.
5246
5247 2006-11-12  Bruno Haible  <bruno@clisp.org>
5248
5249         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
5250         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
5251
5252 2006-11-12  Bruno Haible  <bruno@clisp.org>
5253
5254         * gnulib-tool: New option --local-symlink.
5255         (func_usage): Document it.
5256         (lsymbolic): New variable.
5257         (func_import, func_create_testdir): If --symlink was not specified,
5258         test whether --local-symlink was specified and the file comes from
5259         the local_gnulib_dir.
5260
5261 2006-11-12  Bruno Haible  <bruno@clisp.org>
5262
5263         * gnulib-tool (func_ln): New function.
5264         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
5265
5266 2006-11-12  Bruno Haible  <bruno@clisp.org>
5267
5268         Finish support for source files in subdirectories.
5269         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
5270         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
5271         AUTOMAKE_OPTIONS.
5272         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
5273
5274 2006-11-12  Bruno Haible  <bruno@clisp.org>
5275
5276         * gnulib-tool (func_get_automake_snippet): Synthesize also an
5277         EXTRA_lib_SOURCES augmentation.
5278         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
5279
5280 2006-11-12  Jim Meyering  <jim@meyering.net>
5281
5282         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
5283         file descriptors.  This also averts a failure on systems with
5284         native openat support when a traversed directory lacks "x" access.
5285         * lib/fts_.h: Include "i-ring.h"
5286         (struct FTS) [fts_fd_ring]: New member.
5287         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
5288         (FCHDIR): Add parentheses.
5289         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
5290         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
5291         When descending, rather than simply closing the previous
5292         fts_cwd_fd value, push that file descriptor onto the ring.
5293         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
5294         (fts_open): Initialize the new fd_ring member.
5295         (fts_close): Clear the ring.
5296         (fts_safe_changedir): When possible, use our new fd_ring to skip
5297         the diropen and fstat and dev/ino comparison that would normally
5298         accompany a virtual `chdir ("..")'.
5299
5300         * modules/fts (Depends-on): Add i-ring.
5301         * modules/i-ring: New module.
5302         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
5303         * m4/i-ring.m4: New file.
5304
5305 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5306
5307         * gnulib-tool (func_create_testdir): Fix replacement of
5308         `build-aux' in configure.ac.  Run autotools in gltests
5309         subdirectory.
5310         (func_create_testdir, func_create_megatestdir, test): There is
5311         no need for '--force' in most autotool invocations in a new
5312         tree.  Actually fail the whole test if any of the tools, or the
5313         configure or make stages fail.
5314
5315         Sync from Automake.
5316         * build-aux/gnupload: Revert last change.  Add pointer to upload
5317         instructions of the GNU Maintenance Instructions.
5318         Suggestion by Karl Berry.
5319
5320 2006-11-10  Jim Meyering  <jim@meyering.net>
5321
5322         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
5323
5324 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
5325
5326         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
5327         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
5328         (bind_textdomain_codeset) [! ENABLE_NLS]:
5329         Evaluate all the arguments.  That way, callers get compatible behavior
5330         if the arguments have side effects.  Also, it avoids some GCC
5331         diagnostics in some cases; Joel E. Denny reported problems when Bison
5332         was configured with --enable-gcc-warnigs.
5333
5334 2006-11-10  Jim Meyering  <jim@meyering.net>
5335
5336         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
5337         relevant options in CFLAGS (like -O, -fno-inline) are taken into
5338         account.
5339
5340 2006-11-10  Jim Meyering  <jim@meyering.net>
5341
5342         * modules/inline: New file/module.
5343         * modules/xalloc (Files): Remove m4/inline.m4.
5344         (Depends-on): Add inline, instead.
5345         * modules/oset: Likewise.
5346         * modules/list: Likewise.
5347
5348 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
5349
5350         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
5351         Problem reported by Matthew Woehlke.
5352
5353 2006-11-09  Bruno Haible  <bruno@clisp.org>
5354
5355         * lib/tempname.c (gen_tempname): Remove variant that invokes
5356         __gen_tempname.
5357         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
5358         __gen_tempname.
5359
5360 2006-11-08  Bruno Haible  <bruno@clisp.org>
5361
5362         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
5363         to 'yes' instead of 'cross-compiling'.
5364
5365 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
5366
5367         * lib/quotearg.h (quotearg_free): New decl.
5368         * lib/quotearg.c (quotearg_free): New function.
5369         (slot0, nslots, slotvec0, slotvec):
5370         Now file-scope so that quotearg_free can get at them.
5371
5372 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5373
5374         Sync from Automake.
5375         * build-aux/gnupload: Add missing 'gnu' to example URL.
5376         Report by Karl Berry.
5377
5378 2006-11-08  Bruno Haible  <bruno@clisp.org>
5379
5380         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
5381         Suggested by Paul Eggert.
5382
5383 2006-11-08  Jim Meyering  <jim@meyering.net>
5384
5385         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
5386         It's already included if !_LIBC.
5387         (fts_safe_changedir): Add a comment.
5388
5389 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
5390
5391         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
5392         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
5393         Matthew Woehlke.
5394
5395         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
5396         definitions up, to avoid colliding with change below.
5397         (static_inline) [HAVE_INLINE]: New macro.
5398         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
5399         Provide extern decls when !HAVE_INLINE.  Do not define unless
5400         static_inline is defined, either by us or by xmalloc.c.  Use
5401         static_inline rather than static inline.
5402         (XCALLOC): Optimize sizeof(T) = 1 case.
5403         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
5404
5405 2006-11-07  Bruno Haible  <bruno@clisp.org>
5406
5407         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
5408         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
5409         AC_C_INLINE.
5410         * modules/xalloc (Files): Add m4/inline.m4.
5411
5412 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5413
5414         * README: Fix typo.
5415         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
5416         (Miscellanous Notes): ...from this.
5417
5418 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
5419
5420         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
5421         Mention that offsetof should be used instead of sizeof.
5422         From Bruno Haible.
5423
5424 2006-11-07  Bruno Haible  <bruno@clisp.org>
5425
5426         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
5427
5428 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
5429
5430         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
5431         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
5432         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
5433         (gl_tree_add_before, gl_tree_add_after):
5434         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
5435         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
5436         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
5437         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
5438         (gl_linked_add_after, gl_linked_add_at): Likewise.
5439         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
5440         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
5441         (gl_tree_add_before, gl_tree_add_after): Likewise.
5442         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
5443         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
5444         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
5445
5446 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5447
5448         * lib/gl_oset.h: Use C comment style, not C++ comment style.
5449
5450 2006-11-06  Bruno Haible  <bruno@clisp.org>
5451
5452         * m4/inline.m4: New file.
5453         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
5454         * modules/list (Files): Add m4/inline.m4.
5455         * modules/oset (Files): Likewise.
5456
5457 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
5458
5459         * lib/idcache.c: Include <stddef.h>, for offsetof.
5460         (struct userid.name): Change from char * to a flexible array member.
5461         All uses changed.
5462         * modules/idcache (Depends-on): Add flexmember.
5463
5464         * MODULES.html.sh (Core language properties): New module flexmember.
5465         * modules/flexmember, m4/flexmember.m4: New files.
5466
5467         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
5468         inline functions that are identical with the old xnmalloc_inline,
5469         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
5470         that we can avoid some unnecessary integer multiplications and
5471         divisions in the common case where the element size is known at
5472         compile time.
5473         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
5474         needed.
5475         (xnboundedmalloc): Remove.
5476         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
5477         arguments, for consistency with rest of this header.
5478         (xcharalloc): Rewrite using XNMALLOC.
5479         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
5480         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
5481         versions have been moved to lib/xalloc.h and renamed to be the
5482         non-*_inline versions.
5483         (xmalloc, xrealloc): Implement without reference to the xnmalloc
5484         and xnrealloc functions, since those functions are now inline and
5485         now call us.
5486         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
5487         renaming described above.
5488         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
5489         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
5490         captures the dependency in AC_C_INLINE.
5491
5492         New module canonicalize-lgpl, proposed by Charles Wilson in
5493         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
5494         with a few small changes afterwards.
5495         * MODULES.html.sh (File system functions): New module
5496         canonicalize-lgpl.
5497         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
5498         and canonicalize_file_name.
5499         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
5500         * modules/canonicalize-lgpl: New files.
5501
5502 2006-11-05  Bruno Haible  <bruno@clisp.org>
5503
5504         * gnulib-tool (func_import, func_create_testdir): Create directories
5505         also for files in subdirectories of lib/.
5506
5507 2006-11-05  Bruno Haible  <bruno@clisp.org>
5508
5509         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
5510         ANSI C compliant.
5511
5512 2006-11-03  Bruno Haible  <bruno@clisp.org>
5513
5514         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
5515         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
5516         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
5517         (xnboundedmalloc): New inline function.
5518         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
5519         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
5520         xmalloc.
5521         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
5522         xmalloc.
5523         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
5524         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
5525         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
5526         xmalloc.
5527         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
5528         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
5529         xmalloc.
5530         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
5531         gl_tree_add_after): Use XMALLOC instead of xmalloc.
5532         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
5533         xmalloc.
5534         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
5535         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
5536         gl_tree_add_after): Use XMALLOC instead of xmalloc.
5537         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
5538         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
5539         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
5540         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
5541
5542 2006-11-03  Bruno Haible  <bruno@clisp.org>
5543
5544         * lib/c-ctype.h [C++]: Define functions without name mangling.
5545         * lib/fwriteerror.h [C++]: Likewise.
5546         * lib/gcd.h [C++]: Likewise.
5547         * lib/linebreak.h [C++]: Likewise.
5548
5549 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
5550
5551         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
5552         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
5553         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
5554         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
5555         Check for functions and headers just once.
5556         Check for declaration of canonicalize_file_name.
5557         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
5558
5559 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
5560
5561         * gnulib-tool (func_import): Fix typo in actioncmd.
5562
5563 2006-11-02  Bruno Haible  <bruno@clisp.org>
5564
5565         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
5566         newline sequence in the Makefile.am snippet as a space, like "make"
5567         does.
5568         Reported by Roger Persson <perrog@gmail.com>.
5569
5570 2006-11-01  Bruno Haible  <bruno@clisp.org>
5571
5572         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
5573         already declared in <string.h>.
5574         * lib/strcase.h (strncasecmp): Don't declare it if yes.
5575
5576 2006-11-01  Bruno Haible  <bruno@clisp.org>
5577
5578         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
5579         * lib/strcase.h: Include <string.h>.
5580         (strcasecmp): Define to rpl_strcasecmp here.
5581
5582 2006-11-01  Bruno Haible  <bruno@clisp.org>
5583
5584         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
5585
5586 2006-11-01  Eric Blake  <ebb9@byu.net>
5587
5588         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
5589
5590         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
5591
5592 2006-10-29  Bruno Haible  <bruno@clisp.org>
5593
5594         Make it compile in C++ mode.
5595         * lib/full-write.c (full_rw): Add a cast.
5596
5597 2006-11-01  Bruno Haible  <bruno@clisp.org>
5598
5599         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
5600         be POSIX compliant.
5601         Reported by Roger Persson <perrog@gmail.com>.
5602
5603 2006-11-01  Eric Blake  <ebb9@byu.net>
5604
5605         * lib/getopt_.h: Fix comments.
5606
5607 2006-10-31  Eric Blake  <ebb9@byu.net>
5608
5609         * modules/tmpdir (Depends-on): Add sys_stat.
5610         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
5611         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
5612         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
5613         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
5614         tempname.
5615
5616 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
5617
5618         Avoid some C++ diagnostics reported by Bruno Haible.
5619         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
5620         xmalloc.
5621         (quotearg_alloc): Use xcharalloc rather than xmalloc.
5622         (struct slotvec): Move to top level.
5623         (quotearg_n_options): Rewrite to avoid xmalloc.
5624         * lib/xalloc.h (xcharalloc): New function.
5625         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
5626         [defined __cplusplus]: Add function template that provides result
5627         type propagation.  This part of the change is from Bruno Haible.
5628
5629 2006-10-29  Bruno Haible  <bruno@clisp.org>
5630
5631         Make it compile in C++ mode.
5632         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
5633         * lib/strnlen1.c (strnlen1): Cast memchr result.
5634         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
5635         * lib/clean-temp.c (string_equals, string_hash): Add casts.
5636         (create_temp_dir): Rename local variable 'template'.
5637         (compile_csharp_using_sscli): Add cast.
5638         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
5639         * lib/findprog.c (find_in_path): Likewise.
5640         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
5641         * lib/wait-process.c (register_slave_subprocess): Likewise.
5642
5643 2006-10-22  Bruno Haible  <bruno@clisp.org>
5644
5645         * modules/tsearch: New file.
5646         * lib/tsearch.h: New file.
5647         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
5648         * m4/tsearch.m4: New file.
5649         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
5650
5651 2006-10-29  Eric Blake  <ebb9@byu.net>
5652
5653         * lib/arcfour.c: Assume config.h.
5654         * lib/arctwo.c: Likewise.
5655         * lib/base64.c: Likewise.
5656         * lib/check-version.c: Likewise.
5657         * lib/crc.c: Likewise.
5658         * lib/des.c: Likewise.
5659         * lib/gc-gnulib.c: Likewise.
5660         * lib/gc-libgcrypt.c: Likewise.
5661         * lib/gc-pbkdf2-sha1.c: Likewise.
5662         * lib/getaddrinfo.c: Likewise.
5663         * lib/getdelim.c: Likewise.
5664         * lib/getline.c: Likewise.
5665         * lib/hmac-md5.c: Likewise.
5666         * lib/hmac-sha1.c: Likewise.
5667         * lib/iconvme.c: Likewise.
5668         * lib/md2.c: Likewise.
5669         * lib/md4.c: Likewise.
5670         * lib/memxor.c: Likewise.
5671         * lib/read-file.c: Likewise.
5672         * lib/readline.c: Likewise.
5673         * lib/rijndael-alg-fst.c: Likewise.
5674         * lib/rijndael-api-fst.c: Likewise.
5675         * lib/xgetdomainname.c: Likewise.
5676
5677 2006-10-28  Eric Blake  <ebb9@byu.net>
5678
5679         * lib/xstrndup.c: Assume config.h.
5680
5681 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
5682
5683         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
5684         stat-macros.h is now for our own macros, whereas stat_h is for
5685         macros in the <sys/stat.h> name space.
5686         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
5687         (STAT_MACROS_H): Remove.
5688         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
5689         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
5690         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
5691         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
5692         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
5693         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
5694         Move these macros to ...
5695         * lib/stat_.h: here.  Don't include stat-macros.h.
5696         * lib/canonicalize.c: Don't include stat-macros.h.
5697         * lib/chown.c: Likewise.
5698         * lib/euidaccess.c: Likewise.
5699         * lib/file-type.c: Likewise.
5700         * lib/filemode.c: Likewise.
5701         * lib/glob.c: Likewise.
5702         * lib/isapipe.c: Likewise.
5703         * lib/lchown.c: Likewise.
5704         * lib/lstat.c: Likewise.
5705         * lib/mkdir-p.c: Likewise.
5706         * lib/rmdir.c: Likewise.
5707         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
5708         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
5709         unless mkdir isn't declared, to speed up 'configure'.
5710         Always create sys/stat.h, since it's unlikely any real sys/stat.h
5711         would define all the S_* symbols.
5712         * modules/canonicalize (Depends-on):
5713         Depend on sys_stat, not stat-macros.
5714         * modules/chown: Likewise.
5715         * modules/euidaccess: Likewise.
5716         * modules/filemode: Likewise.
5717         * modules/file-type: Likewise.
5718         * modules/glob: Likewise.
5719         * modules/isapipe: Likewise.
5720         * modules/lchown: Likewise.
5721         * modules/lstat: Likewise.
5722         * modules/mkancesdirs: Likewise.
5723         * modules/rmdir: Likewise.
5724         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
5725         * modules/modechange: Likewise.
5726         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
5727         (configure.ac): Remove gl_STAT_MACROS.
5728         * modules/sys_stat (Depends-on): Remove stat-macros.
5729
5730 2006-10-27  Bruno Haible  <bruno@clisp.org>
5731
5732         * m4/signed.m4: Remove file.
5733         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
5734         invocation.
5735         * modules/vasnprintf (Files): Remove m4/signed.m4.
5736
5737 2006-10-27  Bruno Haible  <bruno@clisp.org>
5738
5739         Update to GNU gettext 0.16.
5740         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
5741         m4/inttypes-h.m4, m4/signed.m4.
5742         * m4/gettext.m4: Update to GNU gettext 0.16.
5743         * m4/intl.m4: New file, from GNU gettext.
5744         * m4/intldir.m4: New file, from GNU gettext.
5745         * config/srclist.txt: Update
5746
5747 2006-10-27  Eric Blake  <ebb9@byu.net>
5748
5749         * MODULES.html.sh: Document tempname.
5750         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
5751         dependencies.
5752         (Files): Move lib/tempname.c...
5753         * modules/tempname: ...to this new module.
5754         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
5755         (gl_PREREQ_TEMPNAME): Move...
5756         * m4/tempname.m4: ...to this new file.
5757         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
5758         * modules/sys_stat (Depends-on): Add stat-macros.
5759         * lib/stat_.h (includes): Pick up stat macros.
5760         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
5761         if stat macros are broken.
5762         * lib/tempname.c (includes): No need to include "stat-macros.h".
5763         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
5764         (direxists, __path_search) [!_LIBC]: Don't compile these in
5765         gnulib; the tmpdir module covers that.
5766         * lib/tempname.h: New file.
5767
5768 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
5769
5770         * COPYING: Explain how gnulib-tool converts licence headers.
5771         Almost all wording by Eric Blake.
5772
5773 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
5774
5775         * lib/mbchar.h (is_basic_table): Make read-only.
5776         * lib/mbchar.c (is_basic_table): Likewise.
5777         Reported by John Darrington.
5778
5779 2006-10-25  Bruno Haible  <bruno@clisp.org>
5780
5781         * lib/progname.h (set_program_name): Undefine before defining.
5782
5783 2006-10-25  Bruno Haible  <bruno@clisp.org>
5784
5785         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
5786         false for non-gcc C++ compilers.
5787         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
5788
5789 2006-10-24  Bruno Haible  <bruno@clisp.org>
5790
5791         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
5792         iconv implementations like Irix iconv.
5793
5794 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
5795
5796         * modules/vararrays: New file.
5797         * m4/vararrays.m4: New file, taken from diffutils.
5798         * MODULES.html.sh: New module vararrays.
5799
5800 2006-10-24  Karl Berry  <karl@gnu.org>
5801
5802         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
5803         Don't call GNU Unix.
5804
5805 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5806
5807         * users.txt: Add Libtool.
5808
5809         Sync from Libtool:
5810
5811         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
5812
5813         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
5814         to gnulib's policy of including config.h unconditionally.
5815
5816 2006-10-24  Bruno Haible  <bruno@clisp.org>
5817
5818         * modules/wcwidth (Files): Add m4/wint_t.m4.
5819         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
5820         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
5821
5822 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
5823
5824         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
5825         to pacify GCC with some -W flags enabled.  Problem reported by
5826         Bruno Haible.
5827
5828 2006-10-24  Jim Meyering  <jim@meyering.net>
5829
5830         * MODULES.html.sh: Remove uinttostr.  It's not a module.
5831         Reported by Karl Berry.
5832
5833 2006-10-23  Bruno Haible  <bruno@clisp.org>
5834
5835         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
5836
5837 2006-10-24  Bruno Haible  <bruno@clisp.org>
5838
5839         * lib/gl_list.h: Use C comment style, not C++ comment style.
5840
5841 2006-10-23  Eric Blake  <ebb9@byu.net>
5842
5843         * lib/getaddrinfo.c (includes): Add missing include.
5844
5845 2006-10-23  Bruno Haible  <bruno@clisp.org>
5846             Paul Eggert  <eggert@cs.ucla.edu>
5847
5848         Ability to rename obstack_free.
5849         * lib/obstack.h (__obstack_free): New macro. Declare instead of
5850         obstack_free.
5851         (obstack_free): Invoke the __obstack_free macro.
5852         * lib/obstack.c (obstack_free): Use __obstack_free macro.
5853
5854 2006-10-23  Bruno Haible  <bruno@clisp.org>
5855             Paul Eggert  <eggert@cs.ucla.edu>
5856
5857         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
5858         __argc, __argv from the declaration. (They are defined as macros on
5859         mingw.)
5860
5861 2006-10-22  Bruno Haible  <bruno@clisp.org>
5862
5863         * doc/gnulib-intro.texi: New file.
5864         * doc/gnulib.texi: Include it.
5865
5866 2006-10-21  Bruno Haible  <bruno@clisp.org>
5867
5868         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
5869         "Introduction", "Miscellanous Notes", "Particular Modules".
5870
5871 2006-10-21  Bruno Haible  <bruno@clisp.org>
5872
5873         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
5874         Change mostlyclean-local rule to avoid sh syntax error from bash
5875         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
5876
5877 2006-10-23  Jim Meyering  <jim@meyering.net>
5878
5879         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
5880         in place of snprintf.
5881
5882         * modules/inttostr (Files): Add lib/uinttostr.c.
5883         * lib/uinttostr.c (inttostr): New file/function.
5884         * lib/inttostr.h (uinttostr): Declare.
5885         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
5886         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
5887         Add uinttostr.
5888         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
5889
5890 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
5891
5892         * lib/canonicalize.c (ELOOP): Define if not already defined.
5893         Problem reported by Bruno Haible in
5894         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
5895
5896 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
5897
5898         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
5899         Problem reported by Perry Smith and Ville Laurikari.
5900
5901         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
5902         uses.
5903
5904 2006-10-19  Bruno Haible  <bruno@clisp.org>
5905
5906         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
5907         for mingw.
5908
5909 2006-10-19  Bruno Haible  <bruno@clisp.org>
5910
5911         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
5912         Needed for mingw.
5913
5914 2006-10-19  Bruno Haible  <bruno@clisp.org>
5915
5916         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
5917
5918 2006-10-19  Bruno Haible  <bruno@clisp.org>
5919
5920         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
5921         it.
5922
5923 2006-10-19  Bruno Haible  <bruno@clisp.org>
5924
5925         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
5926         invocation.
5927
5928 2006-10-19  Bruno Haible  <bruno@clisp.org>
5929
5930         * gnulib-tool (func_create_testdir): Don't include ftruncate and
5931         mountlist by default.
5932
5933 2006-10-16  Bruno Haible  <bruno@clisp.org>
5934
5935         * lib/c-strstr.c: Include c-strstr.h.
5936
5937 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
5938
5939         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
5940         in a slash.
5941
5942 2006-10-18  Bruno Haible  <bruno@clisp.org>
5943
5944         * lib/lock.h [C++]: Wrap definitions in extern "C".
5945
5946 2006-10-18  Bruno Haible  <bruno@clisp.org>
5947
5948         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
5949         gl_LIBOBJS list.
5950
5951 2006-10-18  Bruno Haible  <bruno@clisp.org>
5952
5953         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
5954
5955 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
5956
5957         * lib/xstrtol.h: Include gettext.h.
5958         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
5959         Problem reported by Eric Blake.
5960         * modules/xstrtol (Depends-on): Add gettext-h.
5961
5962 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
5963
5964         * lib/strftime.c (advance): New macro.
5965         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
5966         incomplete type, so you can't add 0 to it.  Problem and patch
5967         reported by Eelco Dolstra for dietlibc.
5968
5969 2006-10-18  Jim Meyering  <jim@meyering.net>
5970
5971         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
5972         type for a local, and rename it: s/up/user_proc/.
5973
5974 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
5975
5976         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
5977         READ_UTMP_USER_PROCESS.
5978         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
5979
5980 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
5981
5982         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
5983         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
5984
5985 2006-10-17  Eric Blake  <ebb9@byu.net>
5986
5987         * lib/sigprocmask.c (sigprocmask): Fix typo.
5988
5989         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
5990
5991         * modules/clean-temp (Makefile.am): Don't add to make output...
5992         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
5993         config.h.
5994
5995 2006-10-17  Bruno Haible  <bruno@clisp.org>
5996
5997         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
5998         differently if DEFAULT_TEXT_DOMAIN is set.
5999
6000 2006-10-16  Bruno Haible  <bruno@clisp.org>
6001
6002         * lib/clean-temp.c: Include fwriteerror.h.
6003
6004 2006-10-16  Bruno Haible  <bruno@clisp.org>
6005
6006         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
6007
6008 2006-10-16  Bruno Haible  <bruno@clisp.org>
6009
6010         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
6011         * lib/sigprocmask.h: Include <sys/types.h>.
6012         (sigset_t): Use the system's definition if present.
6013
6014 2006-10-17  Eric Blake  <ebb9@byu.net>
6015
6016         * lib/xvasprintf.c (includes): Assume config.h.
6017         * lib/xasprintf.c (includes): Likewise.
6018
6019 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
6020
6021         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
6022         at least as wide as intmax_t.
6023
6024 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
6025
6026         (Imported from Automake.)
6027         * build-aux/gnupload: Update to version 1.1 of directive file.
6028
6029 2006-10-16  Eric Blake  <ebb9@byu.net>
6030
6031         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
6032         match Automake 1.10a.
6033
6034 2006-10-14  Bruno Haible  <bruno@clisp.org>
6035
6036         * modules/sigprocmask: New file.
6037         * lib/sigprocmask.h: New file.
6038         * lib/sigprocmask.c: New file.
6039         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
6040         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
6041         request sigprocmask.o.
6042         (gl_PREREQ_SIGPROCMASK): New macro.
6043         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
6044         (Depends-on): Add sigprocmask.
6045         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
6046         gt_SIGNALBLOCKING. Test for 'raise' only once.
6047         * lib/fatal-signal.c: Include sigprocmask.h.
6048         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
6049         unblock_fatal_signals): Define always.
6050         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
6051         sigprocmask.
6052
6053 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
6054
6055         Sync from Automake.
6056         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
6057         which incorrectly sets the mode of an existing destination
6058         directory.  In some cases the unpatched install-sh could do the
6059         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
6060         system.  We hope this is rare in practice, but it's clearly worth
6061         fixing.  Problem reported by Alex Unleashed in
6062         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
6063         Also, don't bother to check for -m bugs unless we're using -m;
6064         suggested by Stepan Kasal.
6065
6066 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6067
6068         Sync from Automake.
6069         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
6070         `-c' flag, so they appear at the same position as in %FASTDEP%
6071         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
6072         which ignores unknown options only after the first non-option.
6073         Bug report against M4 by Nelson H. F. Beebe.
6074
6075 2006-10-13  Jim Meyering  <jim@meyering.net>
6076
6077         Fix a bug in yesterday's change.
6078         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
6079         p->fts_statp->st_dev would be used uninitialized.
6080         Ensures that we always call fts_stat on the very first entry.
6081         Miklos Szeredi reported that find -xdev stopped working.
6082
6083 2006-10-12  Bruno Haible  <bruno@clisp.org>
6084
6085         * gnulib-tool (func_get_automake_snippet): Append an automatically
6086         computed EXTRA_DIST augmentation.
6087         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
6088         * modules/alloca-opt (Makefile.am): Likewise.
6089         * modules/allocsa (Makefile.am): Likewise.
6090         * modules/arcfour (Makefile.am): Likewise.
6091         * modules/arctwo (Makefile.am): Likewise.
6092         * modules/argmatch (Makefile.am): Likewise.
6093         * modules/argz (Makefile.am): Likewise.
6094         * modules/atexit (Makefile.am): Likewise.
6095         * modules/backupfile (Makefile.am): Likewise.
6096         * modules/byteswap (Makefile.am): Likewise.
6097         * modules/c-strtod (Makefile.am): Likewise.
6098         * modules/c-strtold (Makefile.am): Likewise.
6099         * modules/calloc (Makefile.am): Likewise.
6100         * modules/canon-host (Makefile.am): Likewise.
6101         * modules/canonicalize (Makefile.am): Likewise.
6102         * modules/chdir-long (Makefile.am): Likewise.
6103         * modules/chdir-safer (Makefile.am): Likewise.
6104         * modules/check-version (Makefile.am): Likewise.
6105         * modules/chown (Makefile.am): Likewise.
6106         * modules/cloexec (Makefile.am): Likewise.
6107         * modules/close-stream (Makefile.am): Likewise.
6108         * modules/closeout (Makefile.am): Likewise.
6109         * modules/crc (Makefile.am): Likewise.
6110         * modules/csharpexec (Makefile.am): Likewise.
6111         * modules/cycle-check (Makefile.am): Likewise.
6112         * modules/des (Makefile.am): Likewise.
6113         * modules/dev-ino (Makefile.am): Likewise.
6114         * modules/dirfd (Makefile.am): Likewise.
6115         * modules/dirname (Makefile.am): Likewise.
6116         * modules/dup2 (Makefile.am): Likewise.
6117         * modules/eealloc (Makefile.am): Likewise.
6118         * modules/error (Makefile.am): Likewise.
6119         * modules/euidaccess (Makefile.am): Likewise.
6120         * modules/exclude (Makefile.am): Likewise.
6121         * modules/exitfail (Makefile.am): Likewise.
6122         * modules/fcntl-safer (Makefile.am): Likewise.
6123         * modules/fcntl (Makefile.am): Likewise.
6124         * modules/file-type (Makefile.am): Likewise.
6125         * modules/fileblocks (Makefile.am): Likewise.
6126         * modules/filemode (Makefile.am): Likewise.
6127         * modules/filenamecat (Makefile.am): Likewise.
6128         * modules/fnmatch (Makefile.am): Likewise.
6129         * modules/fopen-safer (Makefile.am): Likewise.
6130         * modules/fpending (Makefile.am): Likewise.
6131         * modules/fprintftime (Makefile.am): Likewise.
6132         * modules/free (Makefile.am): Likewise.
6133         * modules/fsusage (Makefile.am): Likewise.
6134         * modules/ftruncate (Makefile.am): Likewise.
6135         * modules/fts (Makefile.am): Likewise.
6136         * modules/gc-arcfour (Makefile.am): Likewise.
6137         * modules/gc-des (Makefile.am): Likewise.
6138         * modules/gc-hmac-md5 (Makefile.am): Likewise.
6139         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
6140         * modules/gc-md4 (Makefile.am): Likewise.
6141         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
6142         * modules/gc-sha1 (Makefile.am): Likewise.
6143         * modules/gc (Makefile.am): Likewise.
6144         * modules/getaddrinfo (Makefile.am): Likewise.
6145         * modules/getcwd (Makefile.am): Likewise.
6146         * modules/getdelim (Makefile.am): Likewise.
6147         * modules/getdomainname (Makefile.am): Likewise.
6148         * modules/getgroups (Makefile.am): Likewise.
6149         * modules/gethostname (Makefile.am): Likewise.
6150         * modules/gethrxtime (Makefile.am): Likewise.
6151         * modules/getline (Makefile.am): Likewise.
6152         * modules/getloadavg (Makefile.am): Likewise.
6153         * modules/getlogin_r (Makefile.am): Likewise.
6154         * modules/getndelim2 (Makefile.am): Likewise.
6155         * modules/getopt (Makefile.am): Likewise.
6156         * modules/getpagesize (Makefile.am): Likewise.
6157         * modules/getpass-gnu (Makefile.am): Likewise.
6158         * modules/getpass (Makefile.am): Likewise.
6159         * modules/getsubopt (Makefile.am): Likewise.
6160         * modules/gettime (Makefile.am): Likewise.
6161         * modules/gettimeofday (Makefile.am): Likewise.
6162         * modules/getugroups (Makefile.am): Likewise.
6163         * modules/getusershell (Makefile.am): Likewise.
6164         * modules/glob (Makefile.am): Likewise.
6165         * modules/group-member (Makefile.am): Likewise.
6166         * modules/hard-locale (Makefile.am): Likewise.
6167         * modules/hash (Makefile.am): Likewise.
6168         * modules/hmac-md5 (Makefile.am): Likewise.
6169         * modules/hmac-sha1 (Makefile.am): Likewise.
6170         * modules/human (Makefile.am): Likewise.
6171         * modules/idcache (Makefile.am): Likewise.
6172         * modules/imaxabs (Makefile.am): Likewise.
6173         * modules/imaxdiv (Makefile.am): Likewise.
6174         * modules/inet_ntop (Makefile.am): Likewise.
6175         * modules/inet_pton (Makefile.am): Likewise.
6176         * modules/intprops (Makefile.am): Likewise.
6177         * modules/inttostr (Makefile.am): Likewise.
6178         * modules/inttypes (Makefile.am): Likewise.
6179         * modules/isapipe (Makefile.am): Likewise.
6180         * modules/javaversion (Makefile.am): Likewise.
6181         * modules/lchmod (Makefile.am): Likewise.
6182         * modules/lchown (Makefile.am): Likewise.
6183         * modules/localcharset (Makefile.am): Likewise.
6184         * modules/long-options (Makefile.am): Likewise.
6185         * modules/lstat (Makefile.am): Likewise.
6186         * modules/malloc (Makefile.am): Likewise.
6187         * modules/mathl (Makefile.am): Likewise.
6188         * modules/mbchar (Makefile.am): Likewise.
6189         * modules/md2 (Makefile.am): Likewise.
6190         * modules/md4 (Makefile.am): Likewise.
6191         * modules/md5 (Makefile.am): Likewise.
6192         * modules/memcasecmp (Makefile.am): Likewise.
6193         * modules/memchr (Makefile.am): Likewise.
6194         * modules/memcmp (Makefile.am): Likewise.
6195         * modules/memcoll (Makefile.am): Likewise.
6196         * modules/memcpy (Makefile.am): Likewise.
6197         * modules/memmem (Makefile.am): Likewise.
6198         * modules/memmove (Makefile.am): Likewise.
6199         * modules/mempcpy (Makefile.am): Likewise.
6200         * modules/memrchr (Makefile.am): Likewise.
6201         * modules/memset (Makefile.am): Likewise.
6202         * modules/memxor (Makefile.am): Likewise.
6203         * modules/mkancesdirs (Makefile.am): Likewise.
6204         * modules/mkdir-p (Makefile.am): Likewise.
6205         * modules/mkdir (Makefile.am): Likewise.
6206         * modules/mkdtemp (Makefile.am): Likewise.
6207         * modules/mkstemp (Makefile.am): Likewise.
6208         * modules/mktime (Makefile.am): Likewise.
6209         * modules/modechange (Makefile.am): Likewise.
6210         * modules/mountlist (Makefile.am): Likewise.
6211         * modules/nanosleep (Makefile.am): Likewise.
6212         * modules/obstack (Makefile.am): Likewise.
6213         * modules/openat (Makefile.am): Likewise.
6214         * modules/pagealign_alloc (Makefile.am): Likewise.
6215         * modules/pathmax (Makefile.am): Likewise.
6216         * modules/physmem (Makefile.am): Likewise.
6217         * modules/poll (Makefile.am): Likewise.
6218         * modules/posixtm (Makefile.am): Likewise.
6219         * modules/posixver (Makefile.am): Likewise.
6220         * modules/putenv (Makefile.am): Likewise.
6221         * modules/quote (Makefile.am): Likewise.
6222         * modules/quotearg (Makefile.am): Likewise.
6223         * modules/raise (Makefile.am): Likewise.
6224         * modules/read-file (Makefile.am): Likewise.
6225         * modules/readline (Makefile.am): Likewise.
6226         * modules/readlink (Makefile.am): Likewise.
6227         * modules/readtokens (Makefile.am): Likewise.
6228         * modules/readutmp (Makefile.am): Likewise.
6229         * modules/realloc (Makefile.am): Likewise.
6230         * modules/regex (Makefile.am): Likewise.
6231         * modules/rename-dest-slash (Makefile.am): Likewise.
6232         * modules/rename (Makefile.am): Likewise.
6233         * modules/rijndael (Makefile.am): Likewise.
6234         * modules/rmdir (Makefile.am): Likewise.
6235         * modules/rpmatch (Makefile.am): Likewise.
6236         * modules/safe-read (Makefile.am): Likewise.
6237         * modules/safe-write (Makefile.am): Likewise.
6238         * modules/same-inode (Makefile.am): Likewise.
6239         * modules/same (Makefile.am): Likewise.
6240         * modules/save-cwd (Makefile.am): Likewise.
6241         * modules/savedir (Makefile.am): Likewise.
6242         * modules/setenv (Makefile.am): Likewise.
6243         * modules/settime (Makefile.am): Likewise.
6244         * modules/sha1 (Makefile.am): Likewise.
6245         * modules/sig2str (Makefile.am): Likewise.
6246         * modules/snprintf (Makefile.am): Likewise.
6247         * modules/stat-macros (Makefile.am): Likewise.
6248         * modules/stat-time (Makefile.am): Likewise.
6249         * modules/stdbool (Makefile.am): Likewise.
6250         * modules/stdint (Makefile.am): Likewise.
6251         * modules/stdlib-safer (Makefile.am): Likewise.
6252         * modules/stpcpy (Makefile.am): Likewise.
6253         * modules/stpncpy (Makefile.am): Likewise.
6254         * modules/strcase (Makefile.am): Likewise.
6255         * modules/strcasestr (Makefile.am): Likewise.
6256         * modules/strchrnul (Makefile.am): Likewise.
6257         * modules/strcspn (Makefile.am): Likewise.
6258         * modules/strdup (Makefile.am): Likewise.
6259         * modules/strerror (Makefile.am): Likewise.
6260         * modules/strftime (Makefile.am): Likewise.
6261         * modules/strndup (Makefile.am): Likewise.
6262         * modules/strnlen (Makefile.am): Likewise.
6263         * modules/strpbrk (Makefile.am): Likewise.
6264         * modules/strsep (Makefile.am): Likewise.
6265         * modules/strstr (Makefile.am): Likewise.
6266         * modules/strtod (Makefile.am): Likewise.
6267         * modules/strtoimax (Makefile.am): Likewise.
6268         * modules/strtok_r (Makefile.am): Likewise.
6269         * modules/strtol (Makefile.am): Likewise.
6270         * modules/strtoll (Makefile.am): Likewise.
6271         * modules/strtoul (Makefile.am): Likewise.
6272         * modules/strtoull (Makefile.am): Likewise.
6273         * modules/strtoumax (Makefile.am): Likewise.
6274         * modules/strverscmp (Makefile.am): Likewise.
6275         * modules/sys_socket (Makefile.am): Likewise.
6276         * modules/sys_stat (Makefile.am): Likewise.
6277         * modules/sysexits (Makefile.am): Likewise.
6278         * modules/time_r (Makefile.am): Likewise.
6279         * modules/timegm (Makefile.am): Likewise.
6280         * modules/timespec (Makefile.am): Likewise.
6281         * modules/tmpfile-safer (Makefile.am): Likewise.
6282         * modules/trim (Makefile.am): Likewise.
6283         * modules/unistd-safer (Makefile.am): Likewise.
6284         * modules/unlinkdir (Makefile.am): Likewise.
6285         * modules/unlocked-io (Makefile.am): Likewise.
6286         * modules/userspec (Makefile.am): Likewise.
6287         * modules/utime (Makefile.am): Likewise.
6288         * modules/utimecmp (Makefile.am): Likewise.
6289         * modules/utimens (Makefile.am): Likewise.
6290         * modules/vasnprintf (Makefile.am): Likewise.
6291         * modules/vasprintf (Makefile.am): Likewise.
6292         * modules/vsnprintf (Makefile.am): Likewise.
6293         * modules/xalloc (Makefile.am): Likewise.
6294         * modules/xgetcwd (Makefile.am): Likewise.
6295         * modules/xnanosleep (Makefile.am): Likewise.
6296         * modules/xreadlink (Makefile.am): Likewise.
6297         * modules/xstrtod (Makefile.am): Likewise.
6298         * modules/xstrtol (Makefile.am): Likewise.
6299         * modules/xstrtold (Makefile.am): Likewise.
6300         * modules/yesno (Makefile.am): Likewise.
6301         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
6302
6303 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
6304
6305         * modules/error (Makefile.am): Distribute files through
6306         EXTRA_DIST, not lib_SOURCES.
6307
6308 2006-10-12  Eric Blake  <ebb9@byu.net>
6309
6310         * modules/error (Makefile.am): Distribute files in /lib.
6311         * modules/obstack (Makefile.am): Likewise.
6312
6313 2006-10-12  Bruno Haible  <bruno@clisp.org>
6314
6315         * modules/acl (Makefile.am): Distribute all files in lib/ through
6316         EXTRA_DIST.
6317         * modules/arcfour (Makefile.am): Likewise.
6318         * modules/arctwo (Makefile.am): Likewise.
6319         * modules/argmatch (Makefile.am): Likewise.
6320         * modules/argz (Makefile.am): Likewise.
6321         * modules/atexit (Makefile.am): Likewise.
6322         * modules/backupfile (Makefile.am): Likewise.
6323         * modules/c-strtod (Makefile.am): Likewise.
6324         * modules/c-strtold (Makefile.am): Likewise.
6325         * modules/calloc (Makefile.am): Likewise.
6326         * modules/canon-host (Makefile.am): Likewise.
6327         * modules/canonicalize (Makefile.am): Likewise.
6328         * modules/chdir-long (Makefile.am): Likewise.
6329         * modules/chdir-safer (Makefile.am): Likewise.
6330         * modules/check-version (Makefile.am): Likewise.
6331         * modules/chown (Makefile.am): Likewise.
6332         * modules/cloexec (Makefile.am): Likewise.
6333         * modules/close-stream (Makefile.am): Likewise.
6334         * modules/closeout (Makefile.am): Likewise.
6335         * modules/crc (Makefile.am): Likewise.
6336         * modules/cycle-check (Makefile.am): Likewise.
6337         * modules/des (Makefile.am): Likewise.
6338         * modules/dirfd (Makefile.am): Likewise.
6339         * modules/dirname (Makefile.am): Likewise.
6340         * modules/dup2 (Makefile.am): Likewise.
6341         * modules/euidaccess (Makefile.am): Likewise.
6342         * modules/exclude (Makefile.am): Likewise.
6343         * modules/exitfail (Makefile.am): Likewise.
6344         * modules/fcntl-safer (Makefile.am): Likewise.
6345         * modules/file-type (Makefile.am): Likewise.
6346         * modules/fileblocks (Makefile.am): Likewise.
6347         * modules/filemode (Makefile.am): Likewise.
6348         * modules/filenamecat (Makefile.am): Likewise.
6349         * modules/fnmatch (Makefile.am): Likewise.
6350         * modules/fopen-safer (Makefile.am): Likewise.
6351         * modules/fpending (Makefile.am): Likewise.
6352         * modules/fprintftime (Makefile.am): Likewise.
6353         * modules/free (Makefile.am): Likewise.
6354         * modules/fsusage (Makefile.am): Likewise.
6355         * modules/ftruncate (Makefile.am): Likewise.
6356         * modules/fts (Makefile.am): Likewise.
6357         * modules/gc (Makefile.am): Likewise.
6358         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
6359         * modules/getaddrinfo (Makefile.am): Likewise.
6360         * modules/getcwd (Makefile.am): Likewise.
6361         * modules/getdelim (Makefile.am): Likewise.
6362         * modules/getdomainname (Makefile.am): Likewise.
6363         * modules/getgroups (Makefile.am): Likewise.
6364         * modules/gethostname (Makefile.am): Likewise.
6365         * modules/gethrxtime (Makefile.am): Likewise.
6366         * modules/getline (Makefile.am): Likewise.
6367         * modules/getloadavg (Makefile.am): Likewise.
6368         * modules/getlogin_r (Makefile.am): Likewise.
6369         * modules/getopt (Makefile.am): Likewise.
6370         * modules/getpass (Makefile.am): Likewise.
6371         * modules/getpass-gnu (Makefile.am): Likewise.
6372         * modules/getsubopt (Makefile.am): Likewise.
6373         * modules/gettime (Makefile.am): Likewise.
6374         * modules/gettimeofday (Makefile.am): Likewise.
6375         * modules/getugroups (Makefile.am): Likewise.
6376         * modules/getusershell (Makefile.am): Likewise.
6377         * modules/glob (Makefile.am): Likewise.
6378         * modules/group-member (Makefile.am): Likewise.
6379         * modules/hard-locale (Makefile.am): Likewise.
6380         * modules/hash (Makefile.am): Likewise.
6381         * modules/hmac-md5 (Makefile.am): Likewise.
6382         * modules/hmac-sha1 (Makefile.am): Likewise.
6383         * modules/human (Makefile.am): Likewise.
6384         * modules/idcache (Makefile.am): Likewise.
6385         * modules/imaxabs (Makefile.am): Likewise.
6386         * modules/imaxdiv (Makefile.am): Likewise.
6387         * modules/inet_ntop (Makefile.am): Likewise.
6388         * modules/inet_pton (Makefile.am): Likewise.
6389         * modules/inttostr (Makefile.am): Likewise.
6390         * modules/isapipe (Makefile.am): Likewise.
6391         * modules/lchown (Makefile.am): Likewise.
6392         * modules/long-options (Makefile.am): Likewise.
6393         * modules/lstat (Makefile.am): Likewise.
6394         * modules/malloc (Makefile.am): Likewise.
6395         * modules/mathl (Makefile.am): Likewise.
6396         * modules/mbchar (Makefile.am): Likewise.
6397         * modules/md2 (Makefile.am): Likewise.
6398         * modules/md4 (Makefile.am): Likewise.
6399         * modules/md5 (Makefile.am): Likewise.
6400         * modules/memcasecmp (Makefile.am): Likewise.
6401         * modules/memchr (Makefile.am): Likewise.
6402         * modules/memcmp (Makefile.am): Likewise.
6403         * modules/memcoll (Makefile.am): Likewise.
6404         * modules/memcpy (Makefile.am): Likewise.
6405         * modules/memmem (Makefile.am): Likewise.
6406         * modules/memmove (Makefile.am): Likewise.
6407         * modules/mempcpy (Makefile.am): Likewise.
6408         * modules/memrchr (Makefile.am): Likewise.
6409         * modules/memset (Makefile.am): Likewise.
6410         * modules/memxor (Makefile.am): Likewise.
6411         * modules/mkancesdirs (Makefile.am): Likewise.
6412         * modules/mkdir (Makefile.am): Likewise.
6413         * modules/mkdir-p (Makefile.am): Likewise.
6414         * modules/mkdtemp (Makefile.am): Likewise.
6415         * modules/mkstemp (Makefile.am): Likewise.
6416         * modules/mktime (Makefile.am): Likewise.
6417         * modules/modechange (Makefile.am): Likewise.
6418         * modules/mountlist (Makefile.am): Likewise.
6419         * modules/nanosleep (Makefile.am): Likewise.
6420         * modules/openat (Makefile.am): Likewise.
6421         * modules/pagealign_alloc (Makefile.am): Likewise.
6422         * modules/physmem (Makefile.am): Likewise.
6423         * modules/poll (Makefile.am): Likewise.
6424         * modules/posixtm (Makefile.am): Likewise.
6425         * modules/posixver (Makefile.am): Likewise.
6426         * modules/putenv (Makefile.am): Likewise.
6427         * modules/quote (Makefile.am): Likewise.
6428         * modules/quotearg (Makefile.am): Likewise.
6429         * modules/raise (Makefile.am): Likewise.
6430         * modules/read-file (Makefile.am): Likewise.
6431         * modules/readline (Makefile.am): Likewise.
6432         * modules/readlink (Makefile.am): Likewise.
6433         * modules/readtokens (Makefile.am): Likewise.
6434         * modules/readutmp (Makefile.am): Likewise.
6435         * modules/realloc (Makefile.am): Likewise.
6436         * modules/regex (Makefile.am): Likewise.
6437         * modules/rename (Makefile.am): Likewise.
6438         * modules/rename-dest-slash (Makefile.am): Likewise.
6439         * modules/rijndael (Makefile.am): Likewise.
6440         * modules/rmdir (Makefile.am): Likewise.
6441         * modules/rpmatch (Makefile.am): Likewise.
6442         * modules/safe-read (Makefile.am): Likewise.
6443         * modules/safe-write (Makefile.am): Likewise.
6444         * modules/same (Makefile.am): Likewise.
6445         * modules/save-cwd (Makefile.am): Likewise.
6446         * modules/savedir (Makefile.am): Likewise.
6447         * modules/setenv (Makefile.am): Likewise.
6448         * modules/settime (Makefile.am): Likewise.
6449         * modules/sha1 (Makefile.am): Likewise.
6450         * modules/sig2str (Makefile.am): Likewise.
6451         * modules/snprintf (Makefile.am): Likewise.
6452         * modules/stdlib-safer (Makefile.am): Likewise.
6453         * modules/stpcpy (Makefile.am): Likewise.
6454         * modules/stpncpy (Makefile.am): Likewise.
6455         * modules/strcase (Makefile.am): Likewise.
6456         * modules/strcasestr (Makefile.am): Likewise.
6457         * modules/strchrnul (Makefile.am): Likewise.
6458         * modules/strcspn (Makefile.am): Likewise.
6459         * modules/strdup (Makefile.am): Likewise.
6460         * modules/strerror (Makefile.am): Likewise.
6461         * modules/strftime (Makefile.am): Likewise.
6462         * modules/strndup (Makefile.am): Likewise.
6463         * modules/strnlen (Makefile.am): Likewise.
6464         * modules/strpbrk (Makefile.am): Likewise.
6465         * modules/strsep (Makefile.am): Likewise.
6466         * modules/strstr (Makefile.am): Likewise.
6467         * modules/strtod (Makefile.am): Likewise.
6468         * modules/strtoimax (Makefile.am): Likewise.
6469         * modules/strtok_r (Makefile.am): Likewise.
6470         * modules/strtol (Makefile.am): Likewise.
6471         * modules/strtoll (Makefile.am): Likewise.
6472         * modules/strtoul (Makefile.am): Likewise.
6473         * modules/strtoull (Makefile.am): Likewise.
6474         * modules/strtoumax (Makefile.am): Likewise.
6475         * modules/strverscmp (Makefile.am): Likewise.
6476         * modules/time_r (Makefile.am): Likewise.
6477         * modules/timegm (Makefile.am): Likewise.
6478         * modules/tmpfile-safer (Makefile.am): Likewise.
6479         * modules/unistd-safer (Makefile.am): Likewise.
6480         * modules/unlinkdir (Makefile.am): Likewise.
6481         * modules/userspec (Makefile.am): Likewise.
6482         * modules/utime (Makefile.am): Likewise.
6483         * modules/utimecmp (Makefile.am): Likewise.
6484         * modules/utimens (Makefile.am): Likewise.
6485         * modules/vasnprintf (Makefile.am): Likewise.
6486         * modules/vasprintf (Makefile.am): Likewise.
6487         * modules/vsnprintf (Makefile.am): Likewise.
6488         * modules/xalloc (Makefile.am): Likewise.
6489         * modules/xgetcwd (Makefile.am): Likewise.
6490         * modules/xnanosleep (Makefile.am): Likewise.
6491         * modules/xreadlink (Makefile.am): Likewise.
6492         * modules/xstrtod (Makefile.am): Likewise.
6493         * modules/xstrtol (Makefile.am): Likewise.
6494         * modules/xstrtold (Makefile.am): Likewise.
6495         * modules/yesno (Makefile.am): Likewise.
6496
6497 2006-10-12  Jim Meyering  <jim@meyering.net>
6498
6499         * m4/getloadavg.m4: Revert the change below.
6500
6501         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
6502         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
6503         fail with a symlink, which is what coreutils' ./bootstrap now
6504         creates by default.
6505
6506 2006-10-12  Bruno Haible  <bruno@clisp.org>
6507
6508         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
6509         mingw.
6510         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
6511         MSVC and mingw explicitly.
6512
6513 2006-10-11  Simon Josefsson  <jas@extundo.com>
6514             Bruno Haible  <bruno@clisp.org>
6515
6516         Add support for multiple gnulib-tool invocations in the scope of a
6517         single configure.ac file.
6518         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
6519         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
6520         with the same contents as the _LIBADD variable.
6521         (func_emit_initmacro_start, func_emit_initmacro_end,
6522         func_emit_initmacro_done): New functions.
6523         (func_import, func_create_testdir): Invoke them. Allow the identifiers
6524         gl_LIBOBJS and gl_LTLIBOBJS.
6525
6526 2006-10-11  Bruno Haible  <bruno@clisp.org>
6527
6528         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
6529         (func_create_testdir): Don't create po/Makefile.am, don't invoke
6530         autoreconf. Instead, invoke autopoint explicitly but move back the
6531         *.m4 files from gnulib.
6532
6533 2006-10-11  Bruno Haible  <bruno@clisp.org>
6534
6535         * gnulib-tool (func_usage): Make module names after --create-testdir
6536         optional.
6537         (func_create_testdir): If no module was specified, use nearly all
6538         modules.
6539
6540 2006-10-12  Jim Meyering  <jim@meyering.net>
6541
6542         Big performance improvement for fts-based tools that use FTS_NOSTAT.
6543         Avoid spurious inode-mismatch problems on non-POSIX file systems.
6544         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
6545         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
6546         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
6547         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
6548         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
6549         (fts_set_stat_required): New function.
6550         (fts_open): Defer the calls to fts_stat, if possible or requested.
6551         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
6552         into fts_stat itself.
6553         (fts_read): Perform any required (deferred) fts_stat call.
6554         (fts_build): Likewise, for the directory we're about to open and read.
6555         In the readdir loop, carefully decide whether each entry will require
6556         an eventual call to fts_stat, using dirent.d_type info if available.
6557         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
6558         a command line argument into this function.  Update all callers.
6559         Map a return value of FTS_DOT to FTS_D for a command line argument.
6560         * modules/fts (Depends-on): Add d-type.  Alphabetize.
6561         Thanks to Miklos Szeredi for his tenacity and for the initial
6562         bug report about "find" failing on a FUSE-based file system.
6563
6564         * lib/fts.c (fts_open): Use consistent indentation.
6565
6566 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
6567
6568         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
6569         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
6570         reported by Jim Meyering.  All uses of cache variables renamed
6571         to match Autoconf's.
6572         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
6573         the other one.
6574
6575         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
6576         Fix misspelling in diagnostic.
6577
6578 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
6579
6580         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
6581         defined.  Problem reported by Matthew Woehlke.
6582
6583         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
6584         Add support for Tandem NonStop R series.
6585         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
6586         Use new macro.
6587
6588         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
6589         (has_trailing_slash): Omit size arg; all callers changed.
6590         Omit 'inline', since it doesn't help performance and we'd
6591         need to configure it.
6592         Don't count //, ///, etc. as having a trailing slash.
6593         As a side effect, this removes a C99ism reported by Matthew Woehlke.
6594         (rpl_rename_dest_slash): On failure, use rename's errno rather
6595         than (in some cases) an incorrect or junk errno.
6596         Simplify code by removing need to compute length; this does
6597         cause it to make two passes instead of one over the file name,
6598         but it's worth it.
6599
6600         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
6601         change, since Autoconf's version may no longer be appropriate now
6602         that we are using CVS Autoconf's version.  Add support for Tandem.
6603
6604 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
6605             Bruno Haible  <bruno@clisp.org>
6606
6607         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
6608         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
6609         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
6610         gl_AC_TYPE_LONG_LONG.
6611
6612         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
6613         instead of HAVE_LONG_LONG.
6614         * lib/printf-args.c (printf_fetchargs): Likewise.
6615         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
6616         * lib/vasnprintf.c (VASNPRINTF): Likewise.
6617         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
6618         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
6619         gl_AC_TYPE_LONG_LONG.
6620
6621 2006-10-11  Bruno Haible  <bruno@clisp.org>
6622
6623         * m4/longlong.m4: Add comments.
6624         * m4/ulonglong.m4: Likewise.
6625
6626 2006-10-10  Bruno Haible  <bruno@clisp.org>
6627
6628         Make it possible to #define stpcpy, strdup to aliases.
6629         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
6630         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
6631
6632 2006-10-10  Bruno Haible  <bruno@clisp.org>
6633
6634         Make it possible to #define gcd to an alias.
6635         * lib/gcd.c: Include config.h.
6636
6637 2006-10-10  Bruno Haible  <bruno@clisp.org>
6638
6639         Make it possible to #define c_isascii to an alias.
6640         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
6641         defined. Undefine the macros before defining them, to avoid gcc
6642         warnings.
6643         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
6644         define NO_C_CTYPE_MACROS early.
6645
6646 2006-10-10  Bruno Haible  <bruno@clisp.org>
6647
6648         Make it possible to #define set_program_name to an alias.
6649         * lib/progname.c: Don't undefine set_program_name; instead, undefine
6650         ENABLE_RELOCATABLE early.
6651
6652 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
6653
6654         Port to Tandem NSK OSS, which has 64-bit signed int but at most
6655         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
6656         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
6657         More generally, don't assume that 64-bit signed int is available
6658         if unsigned int is, and vice versa.
6659         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
6660         unsigned symbols, not on their signed counterparts.
6661         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
6662         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
6663         (UINT64_C, UINTMAX_C):
6664         Likewise.
6665         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
6666         unsigned counterparts.
6667         (Have_long_long, Unsigned): New macros.
6668         (Int): Renamed from INT.
6669         (strtoimax): Use the new macros.
6670         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
6671         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
6672         * modules/inttypes (inttypes.h): Substitute
6673         HAVE_UNSIGNED_LONG_LONG_INT.
6674         * modules/stdint (stdint.h): Likewise.
6675         (Files): Add m4/ulonglong.m4.
6676
6677 2006-10-10  Bruno Haible  <bruno@clisp.org>
6678
6679         Fix a gcc -Wshadow warning.
6680         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
6681         to 'bucket'.
6682         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
6683         gl_linked_indexof_from_to): Likewise.
6684         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
6685         Likewise.
6686         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
6687         Likewise.
6688         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
6689         Reported by Eric Blake.
6690
6691 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
6692
6693         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
6694         for NetBSD.  Problem reported by Bruno Haible.
6695
6696 2006-10-09  Jim Meyering  <jim@meyering.net>
6697
6698         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
6699         Patch from Bruno Haible.
6700
6701 2006-10-09  Jim Meyering  <jim@meyering.net>
6702
6703         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
6704         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
6705         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
6706
6707 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
6708
6709         Don't include <config.h> twice; this doesn't work in some cases,
6710         e.g., when config.h has "#define intmax_t long long int" and
6711         we include <config.h>, <inttypes.h>, <config.h> in that order.
6712         Problem reported by Matthew Woehlke in:
6713         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
6714         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
6715         * lib/fts-cycle.c: Don't include config.h.
6716         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
6717         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
6718         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
6719         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
6720         inttypes.h.
6721         * lib/xstrtoumax.c: Likewise.
6722         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
6723         __strtol and the like, so that this module is more like its siblings.
6724         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
6725         Remove; no longer needed now that we assume gnulib inttypes.h.
6726
6727 2006-10-08  Bruno Haible  <bruno@clisp.org>
6728
6729         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
6730         option.
6731
6732 2006-10-07  Jim Meyering  <jim@meyering.net>
6733
6734         * modules/inttypes (inttypes.h): Revert what seems to have been
6735         an inadvertent part of today's change: use "|", not "/" in the
6736         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
6737
6738 2006-10-07  Bruno Haible  <bruno@clisp.org>
6739
6740         * modules/sublist: New file.
6741
6742 2006-10-07  Bruno Haible  <bruno@clisp.org>
6743
6744         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
6745         * modules/argz (argz.h): Likewise.
6746         * modules/arpa_inet (arpa/inet.h): Likewise.
6747         * modules/byteswap (byteswap.h): Likewise.
6748         * modules/configmake (configmake.h): Likewise.
6749         * modules/fcntl (fcntl.h): Likewise.
6750         * modules/fnmatch (fnmatch.h): Likewise.
6751         * modules/getopt (getopt.h): Likewise.
6752         * modules/glob (glob.h): Likewise.
6753         * modules/inttypes (inttypes.h): Likewise.
6754         * modules/netinet_in (netinet/in.h): Likewise.
6755         * modules/poll (poll.h): Likewise.
6756         * modules/stdbool (stdbool.h): Likewise.
6757         * modules/stdint (stdint.h): Likewise.
6758         * modules/sys_select (sys/select.h): Likewise.
6759         * modules/sys_socket (sys/socket.h): Likewise.
6760         * modules/sys_stat (sys/stat.h): Likewise.
6761         * modules/sysexits (sysexits.h): Likewise.
6762         * modules/unistd (unistd.h): Likewise.
6763         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6764         Add a "DO NOT EDIT" comment to the generated file.
6765         (func_import): Likewise for gnulib-comp.m4.
6766
6767 2006-10-07  Bruno Haible  <bruno@clisp.org>
6768
6769         * lib/gl_sublist.h: New file.
6770         * lib/gl_sublist.c: New file.
6771
6772 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
6773
6774         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
6775         name (relative to the original working directory) and the file
6776         name component (relative to the temporary working directory).  All
6777         callers changed.
6778         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
6779         * lib/mkdir-p.c (make_dir_parents): Likewise.
6780         * lib/mkdir-p.h (make_dir_parents): Likewise.
6781
6782 2006-10-06  Eric Blake  <ebb9@byu.net>
6783
6784         Define several macros for use by the clean-temp module.
6785         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
6786         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
6787         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
6788
6789         * lib/clean-temp.h (close_stream_temp): New declaration.
6790         * lib/clean-temp.c (includes): Pull in headers according to what
6791         other modules are in use.
6792         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
6793
6794 2006-10-06  Bruno Haible  <bruno@clisp.org>
6795
6796         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
6797         instead of fopen, fwriteerror.
6798
6799 2006-10-06  Bruno Haible  <bruno@clisp.org>
6800
6801         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
6802         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
6803         int.
6804         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
6805         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
6806         Return an error indicator.
6807         Suggested by Eric Blake.
6808
6809 2006-10-06  Bruno Haible  <bruno@clisp.org>
6810
6811         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
6812         Reported by Eric Blake.
6813
6814 2006-10-06  Bruno Haible  <bruno@clisp.org>
6815
6816         * modules/closeout (Description): Mention stderr too.
6817
6818 2006-10-06  Bruno Haible  <bruno@clisp.org>
6819         and Paul Eggert  <eggert@cs.ucla.edu>
6820
6821         * lib/closeout.c (close_stdout): Also close stderr.
6822         * lib/closeout.h: Update comment.
6823
6824 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
6825
6826         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
6827         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
6828         * lib/dirchownmod.c: Include lchown.h.
6829         * lib/lchown.c: Don't include files that lchown.h now includes.
6830         Don't declare chown, since lchown.h now does that.
6831         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
6832         (lchown): Define to rpl_chown if lchown is declared but
6833         does not exist.  Declare using a prototype if lchown is not
6834         declared.  Add a copyright notice.
6835         * lib/mkstemp.h: Include <unistd.h>.
6836         * lib/openat.c: Include lchown.h.
6837
6838         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
6839         we now test for that separately.
6840         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
6841         rather than O_NOFOLLOW, when testing whether it's possible to
6842         avoid a race condition reliably.
6843         * lib/savewd.c (savewd_chdir): Likewise.
6844
6845         Remove macros that are no longer needed now that stdint.h is
6846         reliable.
6847         * lib/fsusage.c (UINTMAX_MAX): Remove.
6848         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
6849         * lib/utimecmp.c (SIZE_MAX): Remove.
6850
6851         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
6852
6853         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
6854         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
6855         O_NOATIME works.
6856
6857 2006-10-05  Bruno Haible  <bruno@clisp.org>
6858
6859         * lib/gl_list.h (gl_sortedlist_search_from_to,
6860         gl_sortedlist_indexof_from_to): New declarations.
6861         (gl_list_implementation): New fields sortedlist_search_from_to,
6862         sortedlist_indexof_from_to.
6863         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
6864         inline functions.
6865         * lib/gl_list.c (gl_sortedlist_search_from_to,
6866         gl_sortedlist_indexof_from_to): New functions.
6867         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
6868         function.
6869         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
6870         (gl_array_sortedlist_search_from_to): New function.
6871         (gl_array_list_implementation): Update.
6872         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
6873         function.
6874         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
6875         (gl_carray_sortedlist_search_from_to): New function.
6876         (gl_carray_list_implementation): Update.
6877         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
6878         gl_linked_sortedlist_indexof_from_to): New functions.
6879         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
6880         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
6881         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
6882         gl_tree_sortedlist_indexof_from_to): New functions.
6883         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
6884         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
6885         Update.
6886         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
6887         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
6888         Update.
6889
6890 2006-10-05  Bruno Haible  <bruno@clisp.org>
6891
6892         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
6893         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
6894         (struct gl_list_implementation): Add fields search_from_to,
6895         indexof_from_to. Remove fields search, indexof.
6896         (gl_list_search): Use the search_from_to method.
6897         (gl_list_search_from, gl_list_search_from_to): New functions.
6898         (gl_list_indexof): Use the indexof_from_to method.
6899         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
6900         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
6901         (gl_list_search_from, gl_list_search_from_to): New functions.
6902         (gl_list_indexof): Use the indexof_from_to method.
6903         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
6904         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
6905         gl_array_indexof. Add start_index, end_index arguments.
6906         (gl_array_search_from_to): Renamed from gl_array_search. Add
6907         start_index, end_index arguments.
6908         (gl_array_remove, gl_array_list_implementation): Update.
6909         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
6910         gl_carray_indexof. Add start_index, end_index arguments.
6911         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
6912         start_index, end_index arguments.
6913         (gl_carray_remove, gl_carray_list_implementation): Update.
6914         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
6915         gl_linked_search. Add start_index, end_index arguments.
6916         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
6917         start_index, end_index arguments.
6918         (gl_linked_remove): Update.
6919         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
6920         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
6921         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
6922         field to 'size_t'.
6923         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
6924         gl_tree_search. Add start_index, end_index arguments.
6925         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
6926         start_index, end_index arguments.
6927         (gl_tree_remove): Update.
6928         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
6929         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
6930         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
6931         function.
6932         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
6933         gl_tree_search. Add start_index, end_index arguments.
6934         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
6935         start_index, end_index arguments.
6936         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
6937         Update.
6938         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
6939
6940 2006-10-05  Bruno Haible  <bruno@clisp.org>
6941
6942         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
6943
6944         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
6945         fwriteerror_temp): New declarations.
6946         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
6947         (descriptors): New variable.
6948         (cleanup): First, close the descriptors.
6949         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
6950         fclose_temp, fwriteerror_temp): New functions.
6951
6952 2006-10-04  Jim Meyering  <jim@meyering.net>
6953
6954         * lib/fts.c (fts_open): Tiny comment change.
6955
6956 2006-10-04  Bruno Haible  <bruno@clisp.org>
6957
6958         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
6959         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
6960         gl_LOCK_BODY.
6961         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
6962         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
6963         gl_LOCK_EARLY_BODY.
6964         (gl_LOCK): Require gl_LOCK_BODY.
6965
6966 2006-10-04  Bruno Haible  <bruno@clisp.org>
6967
6968         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
6969         (gl_oset_search_atleast): New declaration.
6970         (struct gl_oset_implementation): Add field 'search_atleast'.
6971         (gl_oset_search_atleast): New inline function.
6972         * lib/gl_oset.c (gl_oset_search_atleast): New function.
6973         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
6974         (gl_array_oset_implementation): Update.
6975         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
6976         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
6977         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
6978
6979 2006-10-04  Bruno Haible  <bruno@clisp.org>
6980
6981         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
6982
6983 2006-10-03  Bruno Haible  <bruno@clisp.org>
6984
6985         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
6986         from gl_avltreehash_list_implementation.
6987
6988 2006-10-03  Bruno Haible  <bruno@clisp.org>
6989
6990         * lib/gl_oset.c (gl_oset_add): Fix return type.
6991
6992 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
6993
6994         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
6995
6996 2006-10-02  Eric Blake  <ebb9@byu.net>
6997
6998         * modules/strnlen (Depends-on): Add extensions.
6999
7000 2006-10-02  Eric Blake  <ebb9@byu.net>
7001
7002         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
7003         definition in 2.60+.
7004
7005 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
7006
7007         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
7008         checks.
7009
7010 2006-10-02  Bruno Haible  <bruno@clisp.org>
7011
7012         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
7013         to the AUTOMAKE_OPTIONS.
7014         Reported by Jim Meyering.
7015
7016 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
7017
7018         Work around bug in Solaris 10 /proc file system:
7019         /proc/self/fd/NNN/.. isn't the parent directory of
7020         the directory whose file descriptor is NNN.  This needs to
7021         be worked around at run time, not compile time, since a
7022         program might be built on Solaris 8, where things work, and
7023         run on Solaris 10.
7024         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
7025         to use the following interface instead:
7026         (OPENAT_BUFFER_SIZE): New macro.
7027         (openat_proc_name): New function.
7028         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
7029         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
7030         Likewise.
7031         * lib/openat-proc.c: New file.
7032         * modules/openat (Files): Add lib/openat-proc.c.
7033         (Depends-on): Add same-inode, stdbool.
7034         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
7035
7036 2006-09-29  Bruno Haible  <bruno@clisp.org>
7037
7038         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
7039         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
7040         argument. Set stdout_closed before testing for ferror, not after.
7041         (fwriteerror, fwriteerror_no_ebadf): New functions.
7042
7043 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7044
7045         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
7046
7047 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
7048
7049         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
7050         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
7051
7052 2006-09-28  Jim Meyering  <jim@meyering.net>
7053
7054         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
7055         Include <unistd.h>.
7056
7057 2006-09-28  Bruno Haible  <bruno@clisp.org>
7058
7059         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
7060         * modules/linkedhash-list (Depends-on): Likewise.
7061         * modules/rbtreehash-list (Depends-on): Likewise.
7062
7063 2006-09-28  Bruno Haible  <bruno@clisp.org>
7064
7065         * lib/strndup.h: Simplify the redefinition of strndup.
7066         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
7067         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
7068
7069 2006-09-28  Bruno Haible  <bruno@clisp.org>
7070
7071         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
7072         * lib/gl_linkedhash_list.c: Likewise.
7073         * lib/gl_rbtreehash_list.c: Likewise.
7074
7075 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
7076
7077         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
7078         getaddrinfo.
7079
7080         * lib/__fpending.h: Don't include <stdio_ext.h> unless
7081         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
7082         it causes <stdio_ext.h> to cause a compile-time error.
7083         Problem reported by Nelson H. F. Beebe.
7084         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
7085         of HAVE_DECL___PENDING.
7086
7087         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
7088         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
7089         declaration.
7090
7091 2006-09-27  Jim Meyering  <jim@meyering.net>
7092
7093         This file could end up with a definition for a function
7094         named __strndup, rather than rpl_strndup on a system with
7095         incomplete weak_alias support.
7096         * lib/strndup.c (strndup): Rename from __strndup.
7097         Remove #defines that used to map __strndup to strndup.
7098         Don't use K&R prototypes.
7099         Remove LIBC-related code, since this file is not sync'd with glibc.
7100         * lib/strndup.h: Revamp, accordingly.
7101         * m4/strndup.m4: Modernize.
7102
7103 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
7104
7105         * modules/savewd (Depends-on): Add 'raise'.
7106         * lib/savewd.c: Include <signal.h>, for 'raise'.
7107
7108 2006-09-26  Jim Meyering  <jim@meyering.net>
7109
7110         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
7111         when we detect Darwin 8.7.0's acl_get_file bug.
7112         Rearrange to perform the new (below) run-test while $LIBS
7113         contains any acl-related library.  Set USE_ACL at the end.
7114         (gl_ACL_GET_FILE): New function.
7115
7116 2006-09-26  Eric Blake  <ebb9@byu.net>
7117
7118         * lib/verror.c: Include <config.h> unconditionally.
7119
7120 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
7121
7122         * modules/clock-time (Maintainer): Add self.
7123         * modules/getlogin_r (Depends-on): Add extensions.
7124
7125 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7126
7127         * modules/clock-time: New module.
7128         * modules/nanosleep (Depends-on): Add clock-time.
7129         * modules/gethrxtime (Depends-on): Likewise.
7130         * modules/gettime (Depends-on): Likewise.
7131         * modules/settime (Depends-on): Likewise.
7132
7133         * modules/fts-lgpl: Depend on openat.
7134         * modules/mkancesdirs: Depend on savewd.
7135         * modules/mkdir-p: Likewise.
7136
7137 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7138
7139         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
7140
7141         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
7142         `gl_have_arbitrary_file_name_length_limit' to
7143         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
7144         actually works between configure runs.
7145
7146 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7147             Bruno Haible  <bruno@clisp.org>
7148
7149         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
7150
7151 2006-09-25  Jim Meyering  <jim@meyering.net>
7152
7153         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
7154         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
7155
7156 2006-09-25  Eric Blake  <ebb9@byu.net>
7157
7158         * gnulib-tool (func_import, func_create_testdir): Fix typos in
7159         exec's in 2006-09-18 patch when shuffling fds.
7160
7161 2006-09-25  Bruno Haible  <bruno@clisp.org>
7162
7163         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
7164         Reported by Jim Meyering.
7165
7166 2006-09-24  Jim Meyering  <jim@meyering.net>
7167
7168         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
7169         compare a pointer against a literal "0".  That caused failures with
7170         at least HP-UX's hpcc.
7171
7172 2006-09-22  Simon Josefsson  <jas@extundo.com>
7173
7174         * modules/gc-sha1:
7175         * modules/gc-md4:
7176         * modules/gc-hmac-sha1:
7177         * modules/gc-hmac-md5:
7178         * modules/gc-des:
7179         * modules/gc-arcfour: Distribute more files.
7180
7181 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7182
7183         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
7184         (gl_linked_iterator_from_to): Initialize struct completely.
7185         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
7186         (gl_tree_iterator_from_to): Likewise
7187         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
7188         * lib/gl_array_list.c [lint] (gl_array_iterator)
7189         (gl_array_iterator_from_to): Likewise.
7190         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
7191         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
7192         (gl_carray_iterator_from_to): Likewise.
7193
7194         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
7195         * lib/md4.c (md4_process_block): Remove unused variable.
7196         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
7197         parentheses for clarity.
7198
7199 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7200
7201         * modules/bison-i18n (Depends-on): Add gettext.
7202
7203 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7204
7205         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
7206         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
7207         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
7208         also add missing comma that caused broken test.
7209         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
7210         stdlib.h, for `abort'.
7211         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
7212         variables.
7213         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
7214         include unistd.h if present, for `rmdir'.
7215         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
7216         variables.
7217         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
7218         in the process include standard headers for prototypes.
7219         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
7220         gets declared on GNU/Linux.
7221         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
7222         unistd.h, for `rmdir'.
7223         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
7224
7225         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
7226         always true.
7227         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
7228
7229         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
7230
7231 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7232
7233         * gnulib-tool (func_version): Create output all at once.  This
7234         may help avoid triggering unnecessary SIGPIPEs, and at any
7235         rate it doesn't hurt.
7236
7237 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7238             Bruno Haible  <bruno@clisp.org>
7239
7240         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
7241         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
7242         * m4/signed.m4 (bh_C_SIGNED): Likewise.
7243
7244         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
7245         (gl_FUNC_VASPRINTF): Invoke it.
7246
7247 2006-09-22  Bruno Haible  <bruno@clisp.org>
7248
7249         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
7250         getloadavg.c as first argument.
7251
7252 2006-09-22  Bruno Haible  <bruno@clisp.org>
7253
7254         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
7255         at the beginning of the gl_INIT macro.
7256         * modules/getloadavg (configure.ac): Pass $gl_source_base to
7257         gl_GETLOADAVG.
7258
7259 2006-09-22  Bruno Haible  <bruno@clisp.org>
7260
7261         * gnulib-tool (func_create_megatestdir): Don't include the config-h
7262         module.
7263         Suggested by Ralf Wildenhues.
7264
7265 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
7266
7267         Import this patch from libc:
7268
7269         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
7270
7271         * lib/regex_internal.c (re_string_reconstruct): Handle
7272         offset < pstr->valid_raw_len && pstr->offsets_needed case.
7273         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
7274         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
7275         re_string_context_at.
7276
7277         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
7278         now requires it.
7279         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
7280         gl_REGEX now does it for us.
7281         (gl_REGEX): Add test taken from
7282         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
7283
7284         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
7285         Check that large offsets work.  Modernize Autoconf usages.
7286         Prefer "yes" to mean a good thing rather than a bad.
7287         Don't put "#define mkstemp" in config.h, as this might interfere
7288         with standard system headers that "#define mkstemp mkstemp64".
7289
7290         * modules/mkstemp (Depends-on): Add extensions, so that
7291         mkstemp is visible on some platforms.
7292         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
7293         (Include): Change to "mkstemp.h" from <stdlib.h>.
7294         (Files): Add mkstemp.h.
7295
7296         * lib/mkstemp.h: New file, since some standard headers
7297         #define mkstemp.
7298         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
7299         Include "mkstemp.h".
7300         Make the _LIBC code resemble glibc original more,
7301         e.g., use K&R style.
7302         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
7303         (mkstemp): Remove, since mkstemp.h does this for us.
7304         * lib/stdlib--.h: Include mkstemp.h.
7305
7306         Import this patch from libc:
7307
7308         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
7309
7310         * lib/tempname.c (__gen_tempname): Change attempts_min
7311         into a macro.  Use preprocessor to decide how to initialize
7312         attempts [Coverity CID 67].
7313
7314 2006-09-20  Bruno Haible  <bruno@clisp.org>
7315
7316         * lib/mkdtemp.c: Import from libc.
7317         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
7318                 * sysdeps/posix/tempname.c (__gen_tempname): Change
7319                 attempts_min into a macro.  Use preprocessor to decide how to
7320                 initialize attempts [Coverity CID 67].
7321         2001-11-27  Paul Eggert  <eggert@twinsun.com>
7322                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
7323                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
7324
7325 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7326
7327         * gnulib-tool (func_exit): New function, to allow to pass the
7328         exit status portably through the trap.  Use everywhere.
7329         (--help, --version): Signal a write error.
7330         (trap): catch SIGPIPE, for write errors.
7331         Exit at the end of the trap, with the correct exit status.
7332
7333 2006-09-19  Karl Berry  <karl@gnu.org>
7334
7335         * doc/gnulib.texi: note about the license texinfo files.
7336
7337 2006-09-19  Eric Blake  <ebb9@byu.net>
7338
7339         * gnulib-tool: Avoid space-tab.
7340
7341 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
7342
7343         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
7344         that prevented coreutils 6.1 from building.  Problem reported
7345         by Petter Reinholdtsen.
7346
7347 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
7348
7349         * gnulib-tool (avoidlist): Fix typo that broke options like
7350         --avoid=lock that are used by coreutils bootstrap.
7351
7352 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
7353
7354         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
7355         more systematically.
7356
7357 2006-09-18  Jim Meyering  <jim@meyering.net>
7358
7359         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
7360
7361 2006-09-18  Bruno Haible  <bruno@clisp.org>
7362
7363         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
7364
7365 2006-09-18  Bruno Haible  <bruno@clisp.org>
7366
7367         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
7368         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
7369         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
7370         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
7371         * m4/gettext.m4: Require autoconf >= 2.52.
7372         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
7373         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
7374         of gl_cv_header_inttypes_h.
7375
7376 2006-09-18  Bruno Haible  <bruno@clisp.org>
7377
7378         * lib/javaversion.c: Include configmake.h.
7379
7380 2006-09-18  Bruno Haible  <bruno@clisp.org>
7381
7382         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
7383         avoid that the while loops be executed in a subshell.
7384
7385 2006-09-18  Bruno Haible  <bruno@clisp.org>
7386
7387         * MODULES.html.sh (func_module): Break long lines.
7388         Suggested by Bruce Korb <bkorb@gnu.org>.
7389
7390 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7391
7392         Speed up by a factor of 1.12.
7393         * gnulib-tool (nl): New variable.
7394         (func_import): Rewrite include directive extraction to only read each
7395         directive once.
7396
7397 2006-09-17  Bruno Haible  <bruno@clisp.org>
7398
7399         * modules/javaversion (Makefile.am): Remove DEFS setting.
7400         (Depends-on): Add configmake, for PKGDATADIR definition.
7401
7402 2006-09-17  Bruno Haible  <bruno@clisp.org>
7403
7404         * gnulib-tool (func_create_testdir): Rewrite all files at once.
7405
7406 2006-09-17  Bruno Haible  <bruno@clisp.org>
7407
7408         * gnulib-tool (func_append): New function, stolen from libtool.m4.
7409         (func_modules_transitive_closure, func_modules_add_dummy,
7410         func_modules_to_filelist, func_import, func_create_testdir,
7411         func_create_megatestdir, ...): Use it wherever possible.
7412         Suggested by Ralf Wildenhues.
7413
7414 2006-09-16  Karl Berry  <karl@gnu.org>
7415
7416         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
7417         to avoid sectioning errors.
7418         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
7419         [ifinfo]: blank line after @center-ed titles.
7420         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
7421         Spell FSF address consistently with others.
7422         (These changes approved by rms.)
7423
7424 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7425
7426         Speed up by a factor of 1.61.
7427         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
7428         already checked module names again.
7429
7430 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7431
7432         Speed up by a factor of 1.13.
7433         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
7434         for new_files, and the input to func_add_or_update.
7435
7436 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7437
7438         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
7439         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
7440
7441 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
7442
7443         * modules/mkancesdirs (Depends-on): Add fcntl.
7444         * modules/savewd: New file.
7445         * MODULES.html.sh (File system functions): Add savewd.
7446
7447         * modules/configmake (Makefile.am): Add support for the
7448         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
7449
7450 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
7451
7452         * m4/savewd.m4: New file.
7453
7454 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
7455
7456         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
7457         (dirchownmod): New arg FD.  All callers changed.
7458         Use FD rather than opening the directory ourself, as opening is
7459         now the caller's responsibility.
7460         * lib/dirchownmod.h: Likewise.
7461         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
7462         hosts that require <sys/types.h> before <sys/stat.h>.  Include
7463         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
7464         (test_dir): Remove.
7465         (mkancesdirs): Return length of prefix of FILE that has already
7466         been made, or -2 if there is a child doing the work.  Redo
7467         algorithm so that it is O(N) rather than O(N**2).  Optimize away
7468         ".", and treat ".." specially since it might stray back into
7469         already-created areas.  Use a subprocess if necessary.  New arg
7470         WD; all users changed.  MAKE_DIR function should now return 1
7471         if it creates a directory that is not readable.  Return -2 if
7472         a child process is spun off.
7473         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
7474         Adjust signature to match code.
7475         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
7476         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
7477         all users changed.
7478         * lib/savewd.c, lib/savewd.h: New files.
7479
7480 2006-09-15  Jim Meyering  <jim@meyering.net>
7481
7482         * modules/rename-dest-slash: New module.
7483         * MODULES.html.sh (posix_compat): Add it here.
7484
7485         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
7486
7487 2006-09-15  Jim Meyering  <jim@meyering.net>
7488
7489         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
7490         file.
7491
7492         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
7493
7494 2006-09-15  Jim Meyering  <jim@meyering.net>
7495
7496         * lib/rename-dest-slash.c (has_trailing_slash): Use
7497         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
7498         (rpl_rename_dest_slash): Perform the cheaper trailing slash
7499         test before testing whether SRC is a directory.
7500         Suggestions from Bruno Haible.
7501
7502         Avoid a warning about an unused variable.
7503         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
7504         into the #ifdef block where it's used.
7505
7506         * lib/rename-dest-slash.c: New file.
7507
7508 2006-09-14  Bruno Haible  <bruno@clisp.org>
7509
7510         * lib/allocsa.c: Include <config.h> unconditionally.
7511         * lib/asnprintf.c: Likewise.
7512         * lib/asprintf.c: Likewise.
7513         * lib/c-strcasecmp.c: Likewise.
7514         * lib/c-strcasestr.c: Likewise.
7515         * lib/c-strncasecmp.c: Likewise.
7516         * lib/c-strstr.c: Likewise.
7517         * lib/classpath.c: Likewise.
7518         * lib/clean-temp.c: Likewise.
7519         * lib/concatpath.c: Likewise.
7520         * lib/copy-file.c: Likewise.
7521         * lib/csharpcomp.c: Likewise.
7522         * lib/csharpexec.c: Likewise.
7523         * lib/execute.c: Likewise.
7524         * lib/fatal-signal.c: Likewise.
7525         * lib/findprog.c: Likewise.
7526         * lib/fwriteerror.c: Likewise.
7527         * lib/gl_array_list.c: Likewise.
7528         * lib/gl_array_oset.c: Likewise.
7529         * lib/gl_avltree_list.c: Likewise.
7530         * lib/gl_avltree_oset.c: Likewise.
7531         * lib/gl_avltreehash_list.c: Likewise.
7532         * lib/gl_carray_list.c: Likewise.
7533         * lib/gl_linked_list.c: Likewise.
7534         * lib/gl_linkedhash_list.c: Likewise.
7535         * lib/gl_list.c: Likewise.
7536         * lib/gl_oset.c: Likewise.
7537         * lib/gl_rbtree_list.c: Likewise.
7538         * lib/gl_rbtree_oset.c: Likewise.
7539         * lib/gl_rbtreehash_list.c: Likewise.
7540         * lib/imaxabs.c: Likewise.
7541         * lib/imaxdiv.c: Likewise.
7542         * lib/javacomp.c: Likewise.
7543         * lib/javaexec.c: Likewise.
7544         * lib/javaversion.c: Likewise.
7545         * lib/linebreak.c: Likewise.
7546         * lib/localcharset.c: Likewise.
7547         * lib/lock.c: Likewise.
7548         * lib/mbchar.c: Likewise.
7549         * lib/mbswidth.c: Likewise.
7550         * lib/mkdtemp.c: Likewise.
7551         * lib/pipe.c: Likewise.
7552         * lib/printf-args.c: Likewise.
7553         * lib/printf-parse.c: Likewise.
7554         * lib/progname.c: Likewise.
7555         * lib/progreloc.c: Likewise.
7556         * lib/readlink.c: Likewise.
7557         * lib/sh-quote.c: Likewise.
7558         * lib/stpcpy.c: Likewise.
7559         * lib/stpncpy.c: Likewise.
7560         * lib/strcasecmp.c: Likewise.
7561         * lib/strcasestr.c: Likewise.
7562         * lib/strcspn.c: Likewise.
7563         * lib/striconv.c: Likewise.
7564         * lib/strncasecmp.c: Likewise.
7565         * lib/strnlen1.c: Likewise.
7566         * lib/strstr.c: Likewise.
7567         * lib/strtok_r.c: Likewise.
7568         * lib/tls.c: Likewise.
7569         * lib/tmpdir.c: Likewise.
7570         * lib/unicodeio.c: Likewise.
7571         * lib/unsetenv.c: Likewise.
7572         * lib/vasnprintf.c: Likewise.
7573         * lib/vasprintf.c: Likewise.
7574         * lib/wait-process.c: Likewise.
7575         * lib/xallocsa.c: Likewise.
7576         * lib/xsetenv.c: Likewise.
7577         * lib/xstriconv.c: Likewise.
7578
7579 2006-09-13  Simon Josefsson  <jas@extundo.com>
7580
7581         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
7582         that internally, suggested by Ralf Wildenhues
7583         <Ralf.Wildenhues@gmx.de>.
7584
7585 2006-09-13  Simon Josefsson  <jas@extundo.com>
7586
7587         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
7588         @LIBOBJS@.
7589         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7590
7591 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
7592
7593         * lib/_fpending.c: Include <config.h> unconditionally, since we no
7594         longer worry about uses that don't define HAVE_CONFIG_H.
7595         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
7596         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
7597         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
7598         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
7599         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
7600         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
7601         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
7602         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
7603         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
7604         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
7605         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
7606         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
7607         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
7608         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
7609         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
7610         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
7611         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
7612         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
7613         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
7614         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
7615         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
7616         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
7617         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
7618         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
7619         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
7620         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
7621         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
7622         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
7623         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
7624         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
7625         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
7626         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
7627         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
7628         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
7629         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
7630         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
7631         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
7632         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
7633         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
7634         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
7635         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
7636         Likewise.
7637
7638 2006-09-13  Eric Blake  <ebb9@byu.net>
7639
7640         * lib/getopt.c: Fix typo in last commit.
7641
7642 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
7643
7644         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
7645         dgettext.
7646
7647 2006-09-12  Jim Meyering  <jim@meyering.net>
7648
7649         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
7650         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
7651         Reported by Nelson H. F. Beebe.
7652
7653 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
7654
7655         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
7656         program_invocation_name and program_invocation_short_name are
7657         initialized.
7658         * lib/argp-namefrob.h: Move declarations of program_invocation_name
7659         and program_invocation_short_name to argp.h, so they are visible
7660         to user programs.
7661         * lib/argp.h: Likewise
7662
7663 2006-09-10  Bruno Haible  <bruno@clisp.org>
7664
7665         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
7666         m4/inttypes_h.m4, m4/uintmax_t.m4.
7667
7668 2006-09-10  Bruno Haible  <bruno@clisp.org>
7669
7670         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
7671         gl_AC_TYPE_UINTMAX_T.
7672
7673 2006-09-10  Bruno Haible  <bruno@clisp.org>
7674
7675         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
7676
7677 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
7678
7679         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
7680         convention.  Text proposed by Bruno Haible.
7681         (struct argp_option): Document the use of N_() wrappers.
7682
7683         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
7684         '\v', and translate the two parts separately, instead of feeding
7685         the whole string to gettext.  This allows to exclude
7686         '\v' from the strings visible to the translator by writing doc
7687         strings as N_("..") "\v" N_("..").
7688
7689 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
7690
7691         * config/srclist.txt: Undo latest change; the bug was fixed.
7692
7693 2006-09-09  Bruno Haible  <bruno@clisp.org>
7694
7695         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
7696         assignments if building a library without libtool.
7697         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
7698         in func_emit_lib_Makefile_am.
7699         (func_import): When building a static library libfoo.a, arrange to
7700         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
7701         (func_create_testdir): Likewise.
7702         * modules/gc (configure.ac, Makefile.am): If building statically,
7703         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
7704         * modules/iconvme (configure.ac, Makefile.am): Likewise.
7705         * modules/striconv (configure.ac, Makefile.am): Likewise.
7706         Based on a suggestion by Ralf Wildenhues.
7707
7708 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
7709
7710         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
7711         Check for unistd.h too, since Autoconf doesn't assume POSIX.
7712         Also:
7713
7714         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
7715         Add year_2050_test to catch glibc bug 2821
7716         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
7717
7718         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
7719         Prefer #ifdef to #if.
7720
7721         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
7722         Return from 'main' instead of calling 'exit'.
7723
7724 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
7725
7726         * lib/mktime.c (guess_time_tm): Fix bug where mktime
7727         returned the maximum time_t value rather than (time_t) -1.
7728         Problem originally reported by William Bardwell
7729         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
7730
7731         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
7732         Moved to here ...
7733         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
7734         ... from here.
7735
7736 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
7737
7738         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
7739         2821 is fixed.
7740
7741 2006-09-08  Jim Meyering  <jim@meyering.net>
7742
7743         Don't make generated files read-only.  That would bother too many
7744         people.  However, do retain the ability to work when targets are
7745         read-only: remove the destination and temporary files before writing
7746         them (when generated via sed or echo), or by using the -f option for
7747         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
7748         * modules/alloca-opt, modules/argz, modules/arpa_inet:
7749         * modules/byteswap, modules/configmake, modules/fcntl:
7750         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
7751         * modules/localcharset, modules/netinet_in, modules/poll:
7752         * modules/stdbool, modules/stdint, modules/sys_select:
7753         * modules/sys_socket, modules/sys_stat, modules/sysexits:
7754
7755 2006-09-08  Jim Meyering  <jim@meyering.net>
7756
7757         Avoid new build failure on FreeBSD 6.0.
7758         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
7759         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
7760         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
7761
7762 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7763
7764         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
7765
7766 2006-09-07  Jim Meyering  <jim@meyering.net>
7767
7768         Fix global typo in last change: use chmod u-w, not chmod u-x.
7769         Spotted by Paul Eggert and Bruce Korb.
7770         * modules/alloca-opt, modules/argz, modules/arpa_inet:
7771         * modules/byteswap, modules/configmake, modules/fcntl:
7772         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
7773         * modules/localcharset, modules/netinet_in, modules/poll:
7774         * modules/stdbool, modules/stdint, modules/sys_select:
7775         * modules/sys_socket, modules/sys_stat, modules/sysexits:
7776
7777 2006-09-06  Jim Meyering  <jim@meyering.net>
7778
7779         Make generated files be read-only.
7780         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
7781         Ensure that each generated file is now read-only.
7782         * modules/argz: Likewise.
7783         * modules/arpa_inet: Likewise.
7784         * modules/byteswap: Likewise.
7785         * modules/configmake: Likewise.
7786         * modules/fcntl: Likewise.
7787         * modules/fnmatch: Likewise.
7788         * modules/getopt: Likewise.
7789         * modules/glob: Likewise.
7790         * modules/inttypes: Likewise.
7791         * modules/netinet_in: Likewise.
7792         * modules/poll: Likewise.
7793         * modules/stdbool: Likewise.
7794         * modules/stdint: Likewise.
7795         * modules/sys_select: Likewise.
7796         * modules/sys_socket: Likewise.
7797         * modules/sys_stat: Likewise.
7798         * modules/sysexits: Likewise.
7799         * modules/localcharset: Same as above, but continue using temporary
7800         file named "t-$@" (why different?) rather than the "$@-t" used
7801         everywhere else.
7802
7803         * modules/sysexits (Makefile.am): Replace literal occurrences
7804         of "sysexit.h" more readable, and more consistent, "$@".
7805
7806 2006-09-06  Bruno Haible  <bruno@clisp.org>
7807
7808         * modules/striconv: New file.
7809         * modules/xstriconv: New file.
7810         * MODULES.html.sh (Internationalization functions): Add striconv,
7811         xstriconv.
7812
7813 2006-09-06  Bruno Haible  <bruno@clisp.org>
7814
7815         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
7816         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
7817         not using libtool correctly.
7818
7819 2006-09-06  Bruno Haible  <bruno@clisp.org>
7820
7821         * lib/striconv.h: New file.
7822         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
7823         iconvstring.c.
7824         * lib/xstriconv.h: New file.
7825         * lib/xstriconv.c: New file.
7826
7827 2006-09-06  Bruno Haible  <bruno@clisp.org>
7828
7829         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
7830         lib_..._LDFLAGS.
7831
7832 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7833
7834         * lib/argz_.h: Sync from Libtool.
7835
7836         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
7837                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7838
7839         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
7840
7841 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
7842
7843         * modules/trim: New file.
7844
7845 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
7846
7847         * lib/trim.h: New file.
7848         * lib/trim.c: New file.
7849
7850 2006-09-05  Bruno Haible  <bruno@clisp.org>
7851
7852         * MODULES.html.sh (String handling): Add trim.
7853
7854 2006-09-04  Karl Berry  <karl@gnu.org>
7855
7856         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
7857         until next release.
7858
7859 2006-09-03  Bruno Haible  <bruno@clisp.org>
7860
7861         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
7862         correctly.
7863
7864 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
7865
7866         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
7867         not gl_GETLOADAVG.  Omit unneeded semicolons.
7868         Problems reported by Ralf Wildenhues in
7869         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
7870         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
7871         at the end, which is the usual gnulib style.
7872
7873         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
7874         of doing all the work ourselves.
7875         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
7876         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
7877
7878 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
7879
7880         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
7881         Problem reported by Ralf Wildenhues in
7882         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
7883
7884         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
7885         HAVE_STRUCT_STATFS_F_FSTYPENAME.
7886
7887 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
7888
7889         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
7890         yesterday's patch by changing test -n to test -z.
7891
7892 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
7893
7894         * modules/getloadavg (Files): Add m4/getloadavg.m4.
7895         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
7896         the former is now obsolescent.
7897
7898         * modules/chdir-long (Depends-on): Add fcntl.
7899
7900 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
7901
7902         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
7903         obsolescent, and programs should use gnulib instead.
7904         * m4/getloadavg.m4: New file, with contents taken from Autoconf
7905         but with prefixes changed.
7906
7907 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
7908
7909         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
7910         or stdbool.h, because they might not exist while configuring.
7911
7912         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
7913         Don't include unistd.h or limits.h; not needed, since chdir-long.h
7914         does that for us.
7915         (O_DIRECTORY): Remove.
7916
7917 2006-08-31  Eric Blake  <ebb9@byu.net>
7918
7919         * gnulib-tool: Don't let emacs change spaces to TAB.
7920
7921 2006-08-31  Bruno Haible  <bruno@clisp.org>
7922
7923         * gnulib-tool: When calling func_import more than once, do it in a
7924         subshell.
7925         Reported by Eric Blake <ebb9@byu.net>.
7926
7927 2006-08-31  Bruno Haible  <bruno@clisp.org>
7928
7929         * gnulib-tool (nl): Remove variable.
7930         (sed_transform_lib_file): Use more robust test for config-h module.
7931         (func_import): Fix typo in 2006-08-25 patch.
7932
7933 2006-08-31  Bruno Haible  <bruno@clisp.org>
7934
7935         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
7936         specified, augment Makefile.am variables instead of assigning them.
7937
7938 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
7939
7940         Work around a bug in both the Linux and SunOS 64-bit kernels:
7941         nanosleep mishandles sleeps for longer than 2**31 seconds.
7942         Problem reported by Frank v Waveren in
7943         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
7944         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
7945         Check for nanosleep bug.
7946         (LIB_NANOSLEEP): Append clock_gettime library if needed.
7947
7948 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
7949
7950         Work around a bug in both the Linux and SunOS 64-bit kernels:
7951         nanosleep mishandles sleeps for longer than 2**31 seconds.
7952         Problem reported by Frank v Waveren in
7953         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
7954         * lib/nanosleep.c (BILLION): New constant.
7955         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
7956         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
7957         implementation.
7958
7959 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
7960
7961         * modules/nanosleep (Depends-on): Add gettime.
7962
7963 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
7964         and Simon Josefsson  <jas@extundo.com>
7965         and Oskar Liljeblad  <oskar@osk.mine.nu>
7966
7967         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
7968         * gnulib-tool (func_import): New license type 'unmodifiable license
7969         text'.
7970         * modules/fdl: Use it.  Longer description.
7971         * module/gpl, module/lgpl: New files.
7972
7973 2006-08-30  Jim Meyering  <jim@meyering.net>
7974
7975         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
7976         shadowing the parameter.
7977
7978 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7979
7980         Sync from Libtool:
7981
7982         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7983
7984         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
7985         sharing with gnulib.  Report by Eric Blake.
7986
7987 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
7988
7989         * modules/isapipe: New file.
7990         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
7991
7992 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
7993
7994         * modules/configmake (Makefile.am): Add a comment, and omit
7995         the CONFIGMAKE_ prefix from generated macro names.  Suggested
7996         by Bruno Haible.
7997
7998 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
7999
8000         * m4/isapipe.m4: New file.
8001
8002 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
8003
8004         * lib/isapipe.c, lib/isapipe.h: New files.
8005
8006 2006-08-29  Jim Meyering  <jim@meyering.net>
8007
8008         * modules/configmake (Makefile.am): Make configmake.h depend on
8009         Makefile.  Otherwise, a stale configmake.h could hang around.
8010
8011 2006-08-29  Eric Blake  <ebb9@byu.net>
8012
8013         * lib/error.c (error_at_line, print_errno_message): Match libc, after
8014         resolution of upstream bug 3044.
8015
8016 2006-08-29  Bruno Haible  <bruno@clisp.org>
8017
8018         * modules/localcharset (Depends-on): Add configmake.
8019         (Makefile.am): Remove setting of LIBDIR through DEFS.
8020
8021 2006-08-29  Bruno Haible  <bruno@clisp.org>
8022
8023         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
8024         defined.
8025
8026 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
8027
8028         * modules/fcntl: New file.
8029         * modules/chdir-safer (Depends-on): Add fcntl.
8030         * modules/fts: Likewise.
8031         * modules/mkdir-p: Likewise.
8032
8033         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
8034         This undoes the most recent change, since we're now addressing the
8035         problem in a different way.
8036
8037         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
8038         into output, since the output might be called Makefile.am even
8039         if $makefile_name is something different.
8040         (func_import): Use $makefile_am rather than
8041         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
8042         empty.
8043
8044         * modules/inttypes (Files): Add m4/inttypes-h.m4.
8045
8046 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
8047
8048         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
8049         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
8050         recent change to stdint.m4, since we're now addressing the problem in a
8051         different way.
8052
8053 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
8054
8055         * m4/fcntl_h.m4: New file.
8056
8057 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
8058
8059         * lib/fcntl_.h: New file.
8060         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
8061         the fcntl module.
8062         * lib/dirchownmod.c: Likewise.
8063         * lib/fts.c: Likewise.
8064
8065         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
8066         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
8067         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
8068         just before including <inttypes.h>, to avoid circular inclusion.
8069
8070 2006-08-28  Jim Meyering  <jim@meyering.net>
8071
8072         * doc/visibility.texi: Actually read and correct the grammar of the
8073         sentence affected by yesterday's change.
8074
8075 2006-08-28  Eric Blake  <ebb9@byu.net>
8076
8077         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
8078         needs wrapper.
8079
8080 2006-08-28  Eric Blake  <ebb9@byu.net>
8081
8082         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
8083
8084 2006-08-28  Eric Blake  <ebb9@byu.net>
8085
8086         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
8087
8088 2006-08-28  Bruno Haible  <bruno@clisp.org>
8089
8090         * modules/c-strstr: New file, from GNU gettext.
8091         * MODULES.html.sh (String handling): Add c-strstr.
8092
8093 2006-08-28  Bruno Haible  <bruno@clisp.org>
8094
8095         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
8096         macros.
8097         Reported by Eric Blake.
8098
8099 2006-08-28  Bruno Haible  <bruno@clisp.org>
8100
8101         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
8102         (VASNPRINTF): Return a string of length > INT_MAX without failing.
8103         * lib/vasprintf.c: Include errno.h, limits.h.
8104         (EOVERFLOW): New fallback definition.
8105         (vasprintf): Test here whether the string length is > INT_MAX.
8106         * lib/vsnprintf.c: Include errno.h, limits.h.
8107         (EOVERFLOW): New fallback definition.
8108         (vsnprintf): Fix bug when generated string was too long for the buffer.
8109         Test here whether the string length is > INT_MAX.
8110
8111 2006-08-28  Bruno Haible  <bruno@clisp.org>
8112
8113         * lib/inttypes_.h (SCNX*): Remove definitions.
8114         Reported by Eric Blake.
8115
8116 2006-08-28  Bruno Haible  <bruno@clisp.org>
8117
8118         * lib/c-strstr.h: New file, from GNU gettext.
8119         * lib/c-strstr.c: New file, from GNU gettext.
8120
8121 2006-08-28  Bruno Haible  <bruno@clisp.org>
8122
8123         * gnulib-tool: Reorder some statements.
8124
8125 2006-08-28  Bruno Haible  <bruno@clisp.org>
8126
8127         * gnulib-tool: New option --makefile-name.
8128         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
8129         $makefile_name.
8130         (func_import): Write $makefile_name to the cache file, and read it from
8131         there unless explicitly specified. Use $makefile_name as file name
8132         instead of Makefile.am. Adjust the recommendations accordingly.
8133
8134 2006-08-28  Bruno Haible  <bruno@clisp.org>
8135
8136         * gnulib-tool (func_verify_module): Check against misapplying patch.
8137
8138 2006-08-28  Bruno Haible  <bruno@clisp.org>
8139
8140         * gnulib-tool (func_relativize, func_relconcat): New functions.
8141         Give an error if --local-dir is given with --update.
8142         Remove trailing slashes from $local_gnulib_dir.
8143         (func_import): Store the relativized $local_gnulib_dir in
8144         gnulib-cache.m4, and read it from there if not specified explicitly.
8145
8146 2006-08-28  Bruno Haible  <bruno@clisp.org>
8147
8148         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
8149         is the current directory. Respect also $local_gnulib_dir.
8150
8151 2006-08-28  Bruno Haible  <bruno@clisp.org>
8152             Simon Josefsson  <jas@extundo.com>
8153
8154         BeOS portability.
8155         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
8156
8157 2006-08-27  Jim Meyering  <jim@meyering.net>
8158
8159         * doc/visibility.texi: Remove duplicate word: "pointer".
8160
8161 2006-08-26  Bruno Haible  <bruno@clisp.org>
8162
8163         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
8164         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
8165         (Makefile.am): Create inttypes.h from inttypes_.h.
8166         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
8167
8168         * modules/imaxabs: New file.
8169
8170         * modules/imaxdiv: New file.
8171
8172 2006-08-26  Bruno Haible  <bruno@clisp.org>
8173
8174         * m4/inttypes.m4: New file.
8175         * m4/_inttypes_h.m4: Remove file.
8176         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
8177         PRI_MACROS_BROKEN.
8178         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
8179
8180         * m4/imaxabs.m4: New file.
8181
8182         * m4/imaxdiv.m4: New file.
8183
8184 2006-08-26  Bruno Haible  <bruno@clisp.org>
8185
8186         * lib/inttypes_.h: New file.
8187         * lib/inttypes.h: Remove file.
8188         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
8189
8190         * lib/imaxabs.c: New file.
8191
8192         * lib/imaxdiv.c: New file.
8193
8194 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
8195
8196         New config-h module, so that "make" output needn't be cluttered
8197         by -DHAVE_CONFIG_H.
8198         * MODULES.html.sh (Support for building libraries and executables):
8199         Add config-h.
8200         * modules/config-h: New file.
8201         * gnulib-tool (nl, sed_transform_lib_file): New vars.
8202         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
8203         the config-h module is used.
8204
8205         New configmake module, so that "make" output needn't be cluttered
8206         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
8207         * MODULES.html.sh (Support for building libraries and executables):
8208         Add configmake.
8209         * modules/configmake: New file.
8210
8211 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
8212
8213         * m4/config-h.m4: New file.
8214
8215 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
8216
8217         * config/srclist.txt: Add elisp-comp.
8218
8219 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
8220
8221         * MODULES.html.sh (Support for building libraries and executables):
8222         Add elisp-comp.
8223         * build-aux/elisp-comp: New file.
8224         * modules/elisp-comp: New file.
8225
8226 2006-08-24  Bruno Haible  <bruno@clisp.org>
8227
8228         * gnulib-tool (func_create_testdir): Use non-default values of
8229         sourcebase and m4base.
8230
8231 2006-08-24  Bruno Haible  <bruno@clisp.org>
8232
8233         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
8234         HTML structure.
8235
8236 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
8237
8238         * modules/openat (Depends-on): Add lchown.
8239
8240 2006-08-23  Bruno Haible  <bruno@clisp.org>
8241
8242         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
8243         of gl_LOCK_EARLY instead of gl_LOCK.
8244
8245 2006-08-23  Bruno Haible  <bruno@clisp.org>
8246
8247         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
8248         on OSF/1 to no.
8249         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
8250
8251 2006-08-23  Bruno Haible  <bruno@clisp.org>
8252
8253         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
8254         as unusable.
8255
8256         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
8257         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
8258         (gl_LOCK): New macro.
8259
8260 2006-08-22  Simon Josefsson  <jas@extundo.com>
8261
8262         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
8263         to md5 module.
8264
8265 2006-08-22  Simon Josefsson  <jas@extundo.com>
8266
8267         * MODULES.html.sh: Add "Support for maintaining and release
8268         projects".
8269
8270         * build-aux/gnupload: New file, from coreutils.
8271
8272 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
8273
8274         Avoid the need for AC_LIBSOURCES in m4 macros.
8275         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
8276         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
8277         * modules/check-version (EXTRA_DIST): Add check-version.h.
8278         * modules/crc (EXTRA_DIST): Add crc.h.
8279         * modules/des (EXTRA_DIST): Add des.h.
8280         * modules/gc (EXTRA_DIST): Add gc.h.
8281         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
8282         * modules/getline (EXTRA_DIST): Add getline.h.
8283         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
8284         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
8285         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
8286         * modules/md2 (EXTRA_DIST): Add md2.h.
8287         * modules/md4 (EXTRA_DIST): Add md4.h.
8288         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
8289         * modules/read-file (EXTRA_DIST): Add read-file.h.
8290         * modules/readline (EXTRA_DIST): Add readline.h.
8291         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
8292         rijndael-api-fst.h.
8293
8294 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
8295
8296         * m4/rijndael.m4 (gl_ARCFOUR):
8297         * m4/arctwo.m4 (gl_ARCTWO):
8298         * m4/check-version.m4 (gl_CHECK_VERSION):
8299         * m4/crc.m4 (gl_CRC):
8300         * m4/des.m4 (gl_DES):
8301         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
8302         * m4/gc.m4 (gl_GC):
8303         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
8304         * m4/getline.m4 (gl_FUNC_GETLINE):
8305         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
8306         * m4/hmac-md5.m4 (gl_HMAC_MD5):
8307         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
8308         * m4/md2.m4 (gl_MD2):
8309         * m4/md4.m4 (gl_MD4):
8310         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
8311         * m4/read-file.m4 (gl_FUNC_READ_FILE):
8312         * m4/readline.m4 (gl_FUNC_READLINE):
8313         * m4/rijndael.m4 (gl_RIJNDAEL):
8314         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
8315         to get the necessary .h files and whatnot.
8316
8317 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
8318
8319         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
8320         gnulib rather than the other way around.
8321         * config/srclistvars.sh (COREUTILS): Remove.
8322
8323 2006-08-22  Jim Meyering  <jim@meyering.net>
8324
8325         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
8326
8327         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
8328
8329 2006-08-22  Eric Blake  <ebb9@byu.net>
8330
8331         * modules/regexprops-generic: New file.
8332         * MODULES.html.sh (Support for building documentation): List it.
8333
8334 2006-08-22  Eric Blake  <ebb9@byu.net>
8335
8336         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
8337         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
8338         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
8339         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
8340
8341 2006-08-22  Bruno Haible  <bruno@clisp.org>
8342
8343         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
8344         and lib_LTLIBRARIES like the other lib_* variables.
8345
8346 2006-08-22  Bruno Haible  <bruno@clisp.org>
8347
8348         * build-aux/x-to-1.in: New file, from GNU gettext.
8349
8350 2006-08-22  Bruno Haible  <bruno@clisp.org>
8351
8352         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
8353         <utmpx.h> exists.
8354
8355 2006-08-22  Bruno Haible  <bruno@clisp.org>
8356
8357         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
8358         <utmpx.h> exists.
8359
8360 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
8361
8362         BeOS portability.
8363         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
8364         exist.
8365         Problem reported by Bruno Haible.
8366
8367 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
8368
8369         Avoid the need for AC_LIBSOURCES in m4 macros.
8370         * modules/acl (EXTRA_DIST): Add acl.h.
8371         * modules/argmatch (Files): Add m4/argmatch.m4.
8372         (configure.ac): Add gl_ARGMATCH.
8373         (EXTRA_DIST): Renamed from lib_SOURCES, for
8374         consistency with the other modules.  Remove argmatch.c.
8375         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
8376         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
8377         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
8378         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
8379         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
8380         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
8381         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
8382         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
8383         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
8384         * modules/closeout (EXTRA_DIST): Add closeout.h.
8385         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
8386         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
8387         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
8388         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
8389         dirname.h; remove basename.c and stripslash.c.
8390         * modules/exclude (EXTRA_DIST): Add exclude.h.
8391         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
8392         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
8393         * modules/file-type (EXTRA_DIST): Add file-type.h.
8394         * modules/filemode (EXTRA_DIST): Add filemode.h.
8395         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
8396         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
8397         * modules/fpending (EXTRA_DIST): Add __fpending.h.
8398         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
8399         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
8400         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
8401         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
8402         * modules/getdate (EXTRA_DIST): Add getdate.c.
8403         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
8404         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
8405         * modules/getpass (EXTRA_DIST): Add getpass.h.
8406         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
8407         * modules/group-member (EXTRA_DIST): Add group-member.h.
8408         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
8409         * modules/hash (EXTRA_DIST): Add hash.h.
8410         * modules/human (EXTRA_DIST): Add human.h.
8411         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
8412         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
8413         * modules/lchown (EXTRA_DIST): Add lchown.h.
8414         * modules/long-options (EXTRA_DIST): Add long-options.h.
8415         * modules/lstat (EXTRA_DIST): Add lstat.h.
8416         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
8417         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
8418         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
8419         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
8420         * modules/memxor (EXTRA_DIST): Add memxor.h.
8421         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
8422         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
8423         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
8424         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
8425         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
8426         * modules/physmem (EXTRA_DIST): Add physmem.h.
8427         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
8428         * modules/posixver (EXTRA_DIST): Add posixver.h.
8429         * modules/quote (EXTRA_DIST): Add quote.h.
8430         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
8431         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
8432         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
8433         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
8434         regex_internal.h regexec.c.
8435         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
8436         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
8437         * modules/same (EXTRA_DIST): Add same.h.
8438         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
8439         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
8440         * modules/savedir (EXTRA_DIST): Add savedir.h.
8441         * modules/sha1 (EXTRA_DIST): Add sha1.h.
8442         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
8443         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
8444         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
8445         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
8446         * modules/strdup (EXTRA_DIST): Add strdup.h.
8447         * modules/strftime (EXTRA_DIST): Add strftime.h.
8448         * modules/strndup (EXTRA_DIST): Add strndup.h.
8449         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
8450         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
8451         * modules/time_r (EXTRA_DIST): Add time_r.h.
8452         * modules/timespec (EXTRA_DIST): Add timespec.h.
8453         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
8454         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
8455         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
8456         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
8457         * modules/userspec (EXTRA_DIST): Add userspec.h.
8458         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
8459         * modules/utimens (EXTRA_DIST): Add utimens.h.
8460         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
8461         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
8462         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
8463         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
8464         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
8465         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
8466         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
8467         * modules/yesno (EXTRA_DIST): Add yesno.h.
8468
8469 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
8470
8471         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
8472
8473         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
8474         * m4/dev-ino.m4, same-inode.m4: Remove.
8475
8476         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
8477         * m4/acl.m4 (AC_FUNC_ACL):
8478         * m4/backupfile.m4 (gl_BACKUPFILE):
8479         * m4/c-strtod.m4 (gl_C99_STRTOLD):
8480         * m4/canon-host.m4 (gl_CANON_HOST):
8481         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
8482         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
8483         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
8484         * m4/cloexec.m4 (gl_CLOEXEC):
8485         * m4/close-stream.m4 (gl_CLOSE_STREAM):
8486         * m4/closeout.m4 (gl_CLOSEOUT):
8487         * m4/dirfd.m4 (gl_FUNC_DIRFD):
8488         * m4/dirname.m4 (gl_DIRNAME):
8489         * m4/exclude.m4 (gl_EXCLUDE):
8490         * m4/exitfail.m4 (gl_EXITFAIL):
8491         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
8492         * m4/file-type.m4 (gl_FILE_TYPE):
8493         * m4/filemode.m4 (gl_FILEMODE):
8494         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
8495         * m4/fpending.m4 (gl_FUNC_FPENDING):
8496         * m4/fprintftime.m4 (gl_FPRINTFTIME):
8497         * m4/fts.m4 (gl_FUNC_FTS):
8498         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
8499         * m4/getdate.m4 (gl_GETDATE):
8500         * m4/gethrxtime.m4 (gl_GETHRXTIME):
8501         * m4/getpagesize.m4 (gl_GETPAGESIZE):
8502         * m4/getpass.m4 (gl_FUNC_GETPASS):
8503         * m4/gettime.m4 (gl_GETTIME):
8504         * m4/getugroups.m4 (gl_GETUGROUPS):
8505         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
8506         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
8507         * m4/hard-locale.m4 (gl_HARD_LOCALE):
8508         * m4/hash.m4 (gl_HASH):
8509         * m4/idcache.m4 (gl_IDCACHE):
8510         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
8511         * m4/lchown.m4 (gl_FUNC_LCHOWN):
8512         * m4/long-options.m4 (gl_LONG_OPTIONS):
8513         * m4/lstat.m4 (gl_FUNC_LSTAT):
8514         * m4/md5.m4 (gl_MD5):
8515         * m4/memcasecmp.m4 (gl_MEMCASECMP):
8516         * m4/memcoll.m4 (gl_MEMCOLL):
8517         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
8518         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
8519         * m4/memxor.m4 (gl_MEMXOR):
8520         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
8521         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
8522         * m4/modechange.m4 (gl_MODECHANGE):
8523         * m4/mountlist.m4 (gl_MOUNTLIST):
8524         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
8525         * m4/openat.m4 (gl_FUNC_OPENAT):
8526         * m4/pathmax.m4 (gl_PATHMAX):
8527         * m4/physmem.m4 (gl_PHYSMEM):
8528         * m4/posixtm.m4 (gl_POSIXTM):
8529         * m4/posixver.m4 (gl_POSIXVER):
8530         * m4/quote.m4 (gl_QUOTE):
8531         * m4/quotearg.m4 (gl_QUOTEARG):
8532         * m4/readtokens.m4 (gl_READTOKENS):
8533         * m4/readutmp.m4 (gl_READUTMP):
8534         * m4/regex.m4 (gl_REGEX):
8535         * m4/safe-read.m4 (gl_SAFE_READ):
8536         * m4/safe-write.m4 (gl_SAFE_WRITE):
8537         * m4/same.m4 (gl_SAME):
8538         * m4/save-cwd.m4 (gl_SAVE_CWD):
8539         * m4/savedir.m4 (gl_SAVEDIR):
8540         * m4/settime.m4 (gl_SETTIME):
8541         * m4/sha1.m4 (gl_SHA1):
8542         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
8543         * m4/stat-macros.m4 (gl_STAT_MACROS):
8544         * m4/stat-time.m4 (gl_STAT_TIME):
8545         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
8546         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
8547         * m4/strdup.m4 (gl_FUNC_STRDUP):
8548         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
8549         * m4/strndup.m4 (gl_FUNC_STRNDUP):
8550         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
8551         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
8552         * m4/time_r.m4 (gl_TIME_R):
8553         * m4/timespec.m4 (gl_TIMESPEC):
8554         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
8555         * m4/unlinkdir.m4 (gl_UNLINKDIR):
8556         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
8557         * m4/userspec.m4 (gl_USERSPEC):
8558         * m4/utimecmp.m4 (gl_UTIMECMP):
8559         * m4/utimens.m4 (gl_UTIMENS):
8560         * m4/xalloc.m4 (gl_XALLOC):
8561         * m4/xgetcwd.m4 (gl_XGETCWD):
8562         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
8563         * m4/xreadlink.m4 (gl_XREADLINK):
8564         * m4/xstrtod.m4 (gl_XSTRTOD):
8565         * m4/yesno.m4 (gl_YESNO):
8566         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
8567         to get the necessary .h files and whatnot.
8568
8569 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
8570             Bruno Haible  <bruno@clisp.org>
8571
8572         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
8573         /bin/sh understanding of '!' conditional negation.
8574
8575 2006-08-21  Jim Meyering  <jim@meyering.net>
8576
8577         * modules/openat (Depends-on): Really alphabetize.
8578
8579         * modules/acl (Depends-on): Add error and quote.
8580
8581         * check-module (find_included_lib_files): Add at-func.c to the
8582         ok-to-include-more-than-once white list.
8583
8584         * modules/openat (Depends-on): Add lstat.  Alphabetize.
8585
8586 2006-08-21  Bruno Haible  <bruno@clisp.org>
8587
8588         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
8589         Emit a pkgdata_DATA variable only if some snippets add contents to it.
8590         Reported by Martin Lambers <marlam@marlam.de>.
8591
8592 2006-08-21  Bruno Haible  <bruno@clisp.org>
8593
8594         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
8595         specify an installation location, don't emit a noinst_LIBRARIES or
8596         noinst_LTLIBRARIES assignment.
8597
8598 2006-08-21  Bruno Haible  <bruno@clisp.org>
8599
8600         BeOS portability.
8601         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
8602         BeOS has mbrtowc() but no <wctype.h>.
8603
8604 2006-08-21  Bruno Haible  <bruno@clisp.org>
8605
8606         BeOS portability.
8607         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
8608         exist.
8609
8610 2006-08-21  Bruno Haible  <bruno@clisp.org>
8611
8612         BeOS portability.
8613         * lib/mbchar.h: Include <wctype.h> only if it exists.
8614
8615 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
8616
8617         Remove files that are no longer needed by their respective modules.
8618         * m4/obstack.m4: Remove.
8619         * m4/strerror_r.m4: Remove.
8620         * m4/uint32_t.m4: Remove.
8621         * m4/uintptr_t.m4: Remove.
8622         * m4/ullong_max.m4: Remove.
8623         * m4/xstrtoimax.m4: Remove.
8624         * m4/xstrtoumax.m4: Remove.
8625
8626         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
8627         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
8628         dependencies now capture this.
8629
8630         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
8631         Do not use AC_LIBSOURCES, since gnulib modules now do this.
8632         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
8633         * m4/human.m4 (gl_HUMAN): Likewise.
8634         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
8635         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
8636
8637         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
8638
8639         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
8640         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
8641         stdint.
8642         * m4/human.m4 (gl_HUMAN): Likewise.
8643         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
8644         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
8645         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
8646         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
8647         * m4/xstrtol (gl_XSTRTOL): Likewise.
8648
8649         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
8650         AC_TYPE_LONG_LONG_INT.
8651         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
8652         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
8653         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
8654         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
8655
8656         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
8657         on stdbool.
8658
8659         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
8660         (gl_PREREQ_XSTRTOUL): Remove.
8661
8662         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
8663
8664         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
8665         mode.
8666
8667 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
8668
8669         Add and change modules to make it easier for coreutils to use
8670         gnulib-tool.
8671         * modules/backupfile (Files): Remove m4/d-ino.m4.
8672         (Depends-on): Add d-ino.
8673         * modules/cycle-check (Depends-on): Add stdint.
8674         (lib_SOURCES): Add cycle-check.h.
8675         * modules/d-ino: New module.
8676         * modules/d-type: New module.
8677         * modules/error (Files): Remove m4/strerror_r.m4.
8678         * modules/filemode (Files): Add m4/st_dm_mode.m4.
8679         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
8680         m4/inttypes_h.m4, m4/uintmax_t.m4.
8681         (Depends-on): Add stdint.
8682         (lib_SOURCES): Add fsusage.h.
8683         * modules/getcwd (Files): Remove d-ino.m4.
8684         (Depends-on): Add d-ino.
8685         * modules/getndelim2 (Depends-on): Add stdint.
8686         * modules/glob (Files): Remove m4/d-type.m4.
8687         (Depends-on): Add d-type.
8688         * modules/host-os: New module.
8689         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
8690         m4/inttypes_h.m4, m4/uintmax_t.m4.
8691         * Depends-on: Add stdint.
8692         (lib_SOURCES): Add human.h.
8693         * modules/inttostr (Files): Remove m4/intmax_t.m4,
8694         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
8695         m4/uintmax_t.m4, m4/ulonglong.m4.
8696         (Depends-on): Add stdint.
8697         (EXTRA_DIST): Add inttostr.h.
8698         * modules/lchmod: New module.
8699         * modules/link-follow: New module.
8700         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
8701         (Depends-on): Add lchmod.
8702         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
8703         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
8704         (Depends-on): Add stdint.
8705         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
8706         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
8707         (Depends-on): Add stdint.
8708         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
8709         * modules/perl: New module.
8710         * modules/regex (Depends-on): Add stdint.
8711         * modules/rmdir-errno: New module.
8712         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
8713         m4/intmax_t.m4.
8714         (Depends-on): Add stdint.
8715         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
8716         m4/uintmax_t.m4.
8717         (Depends-on): Add stdint.
8718         * modules/unlink-busy: New module.
8719         * modules/utimecmp (Depends-on): Add stdint.
8720         * modules/uptime: New module.
8721         * modules/winsz-ioctl: New module.
8722         * modules/winsz-termios: New module.
8723         * modules/xnanosleep (Depends-on): Add nanosleep.
8724         * modules/ullong_max: Remove.
8725         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
8726         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
8727         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
8728         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
8729         (Depends-on): Add inttypes.
8730         (lib_SOURCES): Add xstrtol.h.
8731         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
8732         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
8733         * MODULES.html.sh: Move 'assert' into the assert section.
8734         Move 'dummy' into the linking section.
8735         Remove ullong_max.
8736         Add section for compatibility checks for POSIX:2001 functions,
8737         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
8738         winsz-ioctl, and winsz-termios into it.
8739         Add lchmod.
8740         Add top-level Misc section and put host-os, perl, and uptime
8741         into it.
8742
8743 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
8744
8745         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
8746         now assume the stdint module.  Do not include inttypes.h.
8747         * lib/fsusage.h: Likewise.
8748         * lib/getndelim2.c: Likewise.
8749         * lib/human.h: Likewise.
8750         * lib/inttostr.h: Likewise.
8751         * lib/obstack.c: Likewise.
8752         * lib/regex_internal.h: Likewise.
8753         * lib/tempname.c: Likewise.
8754         * lib/utimecmp.c: Likewise.
8755         * lib/xstrtol.h: Likewise.
8756
8757         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
8758
8759         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
8760         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
8761         * lib/xtime.h: Likewise.
8762
8763 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
8764
8765         * modules/openat (Files): Add lib/fchmodat.c.
8766         Fixes problem reported by Jay Youngman.
8767
8768 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
8769
8770         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
8771         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
8772
8773 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
8774             Bruno Haible  <bruno@clisp.org>
8775
8776         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
8777         and is a script that invokes bison. Tighten the code. Add comments.
8778
8779 2006-08-18  Jim Meyering  <jim@meyering.net>
8780
8781         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
8782         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
8783         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
8784         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
8785
8786 2006-08-18  Bruno Haible  <bruno@clisp.org>
8787
8788         * modules/bison-i18n: New file.
8789         * MODULES.html.sh (Internationalization functions): Add it.
8790
8791 2006-08-18  Bruno Haible  <bruno@clisp.org>
8792
8793         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
8794         sys/statvfs.h. When getmntinfo was found, check its declaration and
8795         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
8796
8797 2006-08-18  Bruno Haible  <bruno@clisp.org>
8798
8799         * m4/bison-i18n.m4: New file, from bison.
8800
8801 2006-08-18  Bruno Haible  <bruno@clisp.org>
8802
8803         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
8804         (ME_DUMMY): Treat "kernfs" as a dummy.
8805         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
8806
8807 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
8808
8809         Update from coreutils.
8810
8811         2006-08-15  Jim Meyering  <jim@meyering.net>
8812
8813         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
8814
8815         2006-01-17  Jim Meyering  <jim@meyering.net>
8816
8817         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
8818
8819         2006-01-11  Jim Meyering  <jim@meyering.net>
8820
8821         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
8822         Check for the lchmod function.
8823
8824 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
8825
8826         Update from coreutils.
8827
8828         * lib/__fpending.h: Add copyright notice.
8829         * lib/fprintftime.h: Likewise.
8830         * lib/savedir.c: Use (C) in copyright notice.
8831         * lib/savedir.h: Likewise.
8832
8833         2006-08-15  Jim Meyering  <jim@meyering.net>
8834
8835         * lib/at-func.c: New file, with the logic of all emulated at-functions.
8836         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
8837         in support of the EXPECTED_ERRNO macro.
8838         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
8839         definitions.  Instead, define the appropriate symbols and include
8840         "at-func.c".
8841         * lib/mkdirat.c (mkdirat): Likewise.
8842         * lib/fchmodat.c (fchmodat): Likewise.
8843         (ENOSYS): Remove definition.
8844         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
8845         it.  Don't include "unistd--.h" -- it wasn't ever used.
8846
8847         2006-01-17  Jim Meyering  <jim@meyering.net>
8848
8849         Rewrite fts.c not to change the current working directory,
8850         by using openat, fstatat, fdopendir, etc..
8851
8852         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
8853         (HAVE_OPENAT_SUPPORT): Define.
8854         [_LIBC] (fchdir): Don't undef or define; no longer used.
8855         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
8856         Now, this `function' always succeeds, and consumes its file descriptor
8857         parameter -- so callers must not close such FDs.  Update callers.
8858         (diropen_fd, opendirat, cwd_advance_fd): New functions.
8859         (diropen): Add parameter, SP.  Adjust all callers.
8860         Implement using diropen_fd, rather than open.
8861         (fts_open): Initialize new member, fts_cwd_fd.
8862         Remove fts_rft-setting code.
8863         (fts_close): Close fts_cwd_fd, if necessary.
8864         (__opendir2): Define in terms of opendir or opendirat,
8865         depending on whether the FST_NOCHDIR flag is set.
8866         (fts_build): Since fts_safe_changedir consumes its FD, and since
8867         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
8868         and close the dup'd file descriptor upon failure.
8869         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
8870         (fts_safe_changedir): Tweak semantics to reflect that this function
8871         now calls cwd_advance_fd and hence consumes its FD argument.
8872         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
8873         [struct FTS] (fts_rft): Remove now-unused member.
8874         [struct FTS] (fts_cycle.state): Improve comment.
8875
8876         * lib/openat.c (openat_needs_fchdir): New function.
8877         * lib/openat.h (openat_needs_fchdir): Declare it.
8878
8879 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
8880
8881         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
8882         Problem and fix reported by Pádraig Brady in
8883         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
8884
8885 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
8886
8887         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
8888
8889 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
8890
8891         * lib/memcoll.c (memcoll): Optimize for the common case where the
8892         arguments are bytewise equal.
8893
8894 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
8895
8896         * doc/regexprops-generic.texi: Add a copyright notice.
8897
8898 2006-08-15  Bruno Haible  <bruno@clisp.org>
8899
8900         * modules/tmpdir (License): Change to LGPL.
8901
8902 2006-08-15  Bruno Haible  <bruno@clisp.org>
8903
8904         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
8905         module.
8906
8907 2006-08-14  Simon Josefsson  <jas@extundo.com>
8908
8909         * config/srclist.txt: Add gnupload.
8910
8911 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
8912
8913         Change copyright notice from LGPL 2 to GPL 2, since that's the
8914         standard form used in the gnulib repository.
8915         * tests/test-lock.c: Likewise.
8916         * tests/test-stdint.c: Likewise.
8917         * tests/test-tls.c: Likewise.
8918
8919         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
8920         prelude-manager.  User shorter URLs for GNU projects, without '?'.
8921         Add copyright notice.
8922
8923         * check-module: Add copyright notice.  Output a copyright
8924         notice if "--version" is specified.
8925         * modules/COPYING: New file.
8926         * tests/test-getaddrinfo.c: Add copyright notice.
8927         * tests/test-verify.c: Likewise.
8928
8929 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
8930
8931         Change copyright notice from LGPL 2 to GPL 2, since that's the
8932         standard form used in the gnulib repository.
8933         * lib/lock.c: LGPL -> GPL.
8934         * lib/lock.h: Likewise.
8935         * lib/strnlen1.c: Likewise.
8936         * lib/strnlen1.h: Likewise.
8937         * lib/tls.c: Likewise.
8938         * lib/tls.h: Likewise.
8939         * lib/tmpdir.c: Likewise.
8940
8941         * lib/TODO: Remove; this belongs only in coreutils.
8942
8943 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
8944
8945         Add copyright notices to long-enough files that lack them, since
8946         otherwise the files aren't clearly free.  Use the same notice that
8947         getdate.texi already uses.
8948         * doc/alloca-opt.texi: Add copyright notice.
8949         * doc/alloca.texi: Likewise.
8950         * doc/ctime.texi: Likewise.
8951         * doc/functions.texi: Likewise.
8952         * doc/gcd.texi: Likewise.
8953         * doc/gnulib-tool.texi: Likewise.
8954         * doc/inet_ntoa.texi: Likewise.
8955         * doc/visibility.texi: Likewise.
8956
8957         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
8958         * doc/quote.texi: Add copyright notice.
8959
8960         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
8961         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
8962         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
8963         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
8964         is now obsolete, and give a pointer to the Sun list.
8965         Add copyright notice.
8966
8967 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
8968
8969         * config/srclistvars.sh: Add copyright notice.
8970
8971 2006-08-14  Eric Blake  <ebb9@byu.net>
8972
8973         Import the following change from libc:
8974
8975         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
8976
8977         Upstream bug 2997.
8978         * lib/misc/error.c: Add space between program name and message if file
8979         name is missing.
8980
8981 2006-08-12  Karl Berry  <karl@gnu.org>
8982
8983         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
8984         remove, these originate in gnulib now.
8985
8986 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8987
8988         * doc/Makefile (standards.info standards.html standards.dvi):
8989         Also depend on make-stds.texi.
8990
8991 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
8992
8993         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
8994         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
8995
8996         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
8997         in wchar_t.  Problem reported by Eric Blake.
8998
8999         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
9000         LEN is smaller than SIZE.  Suggested by Bruno Haible.
9001         Also, help the compiler to keep LEN in a register.
9002
9003 2006-08-11  Eric Blake  <ebb9@byu.net>
9004
9005         * users.txt: Sort.  Add tar.
9006
9007 2006-08-11  Bruno Haible  <bruno@clisp.org>
9008
9009         * users.txt: New file.
9010
9011 2006-08-11  Bruno Haible  <bruno@clisp.org>
9012
9013         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
9014         before <wchar.h>. Needed for OSF/1 and BSD/OS.
9015
9016 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
9017
9018         * modules/snprintf (Depends-on): Remove minmax.
9019         (Maintainer): Add self and Bruno.
9020
9021 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
9022
9023         * lib/.cppi-disable: Add snprintf.h, socket_.h.
9024         * lib/snprintf.c: Include <errno.h> and <limits.h>.
9025         (EOVERFLOW): Define if the system does not.
9026         Do not include "minmax.h"; it wasn't used.
9027         (snprintf): Don't assume size_t promotes to an unsigned type.
9028         Fix bug when generated string was too long for the buffer: the
9029         buffer's contents are supposed to be the initial prefix of the
9030         output.  Don't assume vasnprintf returns EOVERFLOW if the size
9031         exceeds INT_MAX; do the check ourselves.
9032
9033         Import the following changes from libc:
9034
9035         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
9036
9037         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
9038         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
9039         set wc to the byte which couldn't be converted.
9040         (re_string_reconstruct): Don't clear valid_raw_len before calling
9041         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
9042         tip_context using re_string_context_at.
9043
9044         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
9045
9046         * lib/posix/regex.h: g++ still cannot handled [restrict].
9047
9048         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
9049
9050         * lib/posix/regex.h: Remove special handling for VMS.
9051
9052 2006-08-10  Jim Meyering  <jim@meyering.net>
9053
9054         * modules/same-inode: New module.
9055         * modules/dev-ino: New module.
9056         * modules/cycle-check: Depend on these modules, rather than simply
9057         including their .h files.
9058         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
9059         required via m4/cycle-check.m4.
9060         * modules/same: Depend on new same-inode module, rather than
9061         including same-inode.h.
9062         * modules/chdir-safer: New file.
9063
9064         * modules/chown (Depends-on): Add stat-macros.
9065
9066 2006-08-10  Jim Meyering  <jim@meyering.net>
9067
9068         * m4/cycle-check.m4: New file.
9069         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
9070         * m4/dev-ino.m4, m4/same-inode.m4: New files.
9071
9072 2006-08-10  Eric Blake  <ebb9@byu.net>
9073
9074         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
9075         in from original proposal.
9076
9077 2006-08-10  Eric Blake  <ebb9@byu.net>
9078         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9079
9080         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
9081         namespace.
9082
9083 2006-08-10  Bruno Haible  <bruno@clisp.org>
9084
9085         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
9086         as well.
9087
9088 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
9089
9090         Sync from coreutils.
9091
9092         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
9093
9094         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
9095         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
9096
9097 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
9098
9099         * modules/restrict: Remove; no longer needed now that we assume
9100         Autoconf 2.59 or later.
9101         * MODULES.html.sh: Remove 'restrict'.
9102         * modules/argp (Depends-on): Remove 'restrict'.
9103         * modules/base64 (Depends-on): Likewise.
9104         * modules/gc (Depends-on): Likewise.
9105         * modules/getaddrinfo (Depends-on): Likewise.
9106         * modules/glob (Depends-on): Likewise.
9107         * modules/inet_ntop (Depends-on): Likewise.
9108         * modules/inet_pton (Depends-on): Likewise.
9109         * modules/memxor (Depends-on): Likewise.
9110         * modules/regex (Depends-on): Likewise.
9111         * modules/strtok_r (Depends-on): Likewise.
9112         * modules/time_r (Depends-on): Likewise.
9113
9114 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
9115
9116         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
9117         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
9118         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
9119         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
9120         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
9121         * m4/memxor.m4 (gl_MEMXOR): Likewise.
9122         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
9123         gl_C_RESTRICT replaced by AC_C_RESTRICT.
9124
9125         Merge from coreutils.
9126         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
9127         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
9128         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
9129         * m4/time_r.m4 (gl_TIME_R): Likewise.
9130
9131 2006-08-09  Karl Berry  <karl@gnu.org>
9132
9133         * config/srclist.txt: no more gettext-tools, per Bruno.
9134
9135 2006-08-08  Eric Blake  <ebb9@byu.net>
9136
9137         * modules/verror: New module.
9138         * MODULES.html.sh: Document it.
9139
9140 2006-08-08  Eric Blake  <ebb9@byu.net>
9141
9142         * lib/verror.h, lib/verror.c: New files.
9143
9144 2006-08-08  Eric Blake  <ebb9@byu.net>
9145
9146         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
9147         verror_at_line output complies with GNU Coding Standards even when
9148         file is NULL.
9149
9150 2006-08-07  Bruno Haible  <bruno@clisp.org>
9151
9152         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
9153         versions of AIX.
9154         Reported by Ralf Wildenhues.
9155
9156 2006-08-07  Bruno Haible  <bruno@clisp.org>
9157
9158         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
9159         in an AC_DEFUN. Needed so that the autoconf snippets can use
9160         AC_REQUIRE.
9161
9162 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9163
9164         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9165         Initialize pkgdata_DATA.
9166         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
9167         overriding it.
9168
9169 2006-08-06  Eric Blake  <ebb9@byu.net>
9170
9171         * lib/error.h: Fold in some upstream changes from glibc.
9172         * lib/error.c: Likewise.
9173
9174 2006-08-04  Bruno Haible  <bruno@clisp.org>
9175
9176         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9177         Make the mostlyclean-local rule depend on mostlyclean-generic.
9178         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
9179
9180 2006-07-31  Bruno Haible  <bruno@clisp.org>
9181
9182         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
9183         <stdlib.h>, <string.h>.
9184
9185 2006-07-30  Bruno Haible  <bruno@clisp.org>
9186
9187         * modules/readlink (License): Change to LGPL.
9188
9189 2006-07-30  Bruno Haible  <bruno@clisp.org>
9190
9191         * modules/javaversion (Makefile.am): Distribute javaversion.java and
9192         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
9193         set PKGDATADIR to point to it.
9194
9195 2006-07-30  Bruno Haible  <bruno@clisp.org>
9196
9197         * modules/csharpexec (configure.ac): Comment out macro invocation.
9198         * modules/javaexec (configure.ac): Likewise.
9199         * modules/javacomp-script (configure.ac): Likewise.
9200
9201         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
9202
9203 2006-07-30  Bruno Haible  <bruno@clisp.org>
9204
9205         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
9206         linked-list.
9207
9208 2006-07-30  Bruno Haible  <bruno@clisp.org>
9209
9210         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
9211
9212 2006-07-30  Bruno Haible  <bruno@clisp.org>
9213
9214         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9215         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
9216         get removed.
9217
9218 2006-07-29  Bruno Haible  <bruno@clisp.org>
9219
9220         Make it possible for gnulib-tool to work with locally modified or
9221         augmented gnulib repositories.
9222         * gnulib-tool (func_usage): Document --local-dir option.
9223         (local_gnulib_dir): New variable.
9224         Handle --local-dir option.
9225         (func_lookup_file): New function.
9226         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
9227         (func_get_description, func_get_filelist, func_get_description,
9228         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
9229         func_get_automake_snippet, func_get_include_directive,
9230         func_get_license, func_get_maintainer): Use func_lookup_file.
9231         (func_import, func_create_testdir): Use func_lookup_file.
9232
9233 2006-07-29  Bruno Haible  <bruno@clisp.org>
9234
9235         * modules/setenv (Depends-on): Add unistd.
9236
9237 2006-07-29  Bruno Haible  <bruno@clisp.org>
9238
9239         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
9240
9241 2006-07-29  Bruno Haible  <bruno@clisp.org>
9242
9243         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
9244
9245 2006-07-29  Bruno Haible  <bruno@clisp.org>
9246
9247         * gnulib-tool (import, update): If there is no Makefile.am, look at
9248         aclocal.m4, instead of bailing out.
9249
9250 2006-07-29  Bruno Haible  <bruno@clisp.org>
9251
9252         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
9253         Categorize the options by when they are useful.
9254
9255 2006-07-29  Bruno Haible  <bruno@clisp.org>
9256
9257         * gnulib-tool (func_usage): Document option --no-libtool.
9258         Handle option --no-libtool.
9259         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
9260         for changed semantics of $libtool variable.
9261         (func_import): Likewise. If libtool is not used, show this through
9262         an option --no-libtool.
9263         (func_create_testdir): Update.
9264
9265 2006-07-29  Bruno Haible  <bruno@clisp.org>
9266
9267         * gnulib-tool (func_import): Extend error message about missing
9268         --doc-base.
9269
9270 2006-07-29  Bruno Haible  <bruno@clisp.org>
9271
9272         * gnulib-tool (func_import): Don't create the $docbase directory if
9273         there is no file to store there.
9274
9275 2006-07-29  Bruno Haible  <bruno@clisp.org>
9276
9277         * gnulib-tool (autoconf_minversion): If a --dir option is given and
9278         relevant, look for configure.ac there, not in the current directory.
9279         Also use a simple search for AC_PREREQ, not "autoconf --trace".
9280
9281 2006-07-29  Bruno Haible  <bruno@clisp.org>
9282
9283         * gnulib-tool (SORT): New variable.
9284         (func_usage): Undocument --assume-autoconf option.
9285         Remove --assume-autoconf option handling.
9286         (autoconf_minversion): Determine from the contents of configure.ac.
9287         (func_import): Remove autoconf_minversion handling.
9288         Suggested by Eric Blake.
9289
9290 2006-07-29  Bruno Haible  <bruno@clisp.org>
9291
9292         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
9293
9294 2006-07-29  Bruno Haible  <bruno@clisp.org>
9295
9296         * config/srclist.txt (*setenv.[ch]): Remove rules.
9297
9298 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9299
9300         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
9301
9302 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9303
9304         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
9305         arpa/inet.h.
9306
9307 2006-07-28  Simon Josefsson  <jas@extundo.com>
9308
9309         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
9310         * modules/inet_pton (Depends-on): Likewise.
9311
9312 2006-07-28  Simon Josefsson  <jas@extundo.com>
9313
9314         * m4/netinet_in_h.m4: New file.
9315
9316 2006-07-28  Simon Josefsson  <jas@extundo.com>
9317
9318         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
9319         #include's.
9320
9321 2006-07-28  Simon Josefsson  <jas@extundo.com>
9322
9323         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
9324         #include's.
9325
9326 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
9327
9328         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
9329         setgid on directories only if they set these bits.
9330         * lib/modechange.h: Remove obsolete comment about masks.
9331
9332 2006-07-28  Eric Blake  <ebb9@byu.net>
9333
9334         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
9335         macro expansion.
9336
9337 2006-07-28  Bruno Haible  <bruno@clisp.org>
9338
9339         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
9340
9341 2006-07-28  Bruno Haible  <bruno@clisp.org>
9342
9343         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
9344
9345 2006-07-28  Bruno Haible  <bruno@clisp.org>
9346
9347         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
9348         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
9349         Define fallbacks.
9350         Avoids link error on FreeBSD 4.x.
9351         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
9352
9353         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
9354         encoding.
9355         * lib/mbswidth.c (iswcntrl): Likewise.
9356
9357 2006-07-27  Bruno Haible  <bruno@clisp.org>
9358
9359         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
9360         test.
9361
9362 2006-07-27  Bruno Haible  <bruno@clisp.org>
9363
9364         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
9365         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
9366         defined.
9367
9368 2006-07-26  Eric Blake  <ebb9@byu.net>
9369
9370         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
9371
9372 2006-07-26  Eric Blake  <ebb9@byu.net>
9373
9374         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
9375         like mingw that lack mkstemp.
9376         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
9377         avoid compilation warning on mingw.
9378
9379 2006-07-26  Bruno Haible  <bruno@clisp.org>
9380
9381         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
9382         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
9383         INT_FAST*_MIN, INTPTR_MIN.
9384
9385 2006-07-25  Bruno Haible  <bruno@clisp.org>
9386
9387         * modules/version-etc (Depends-on): Add stdarg.
9388
9389 2006-07-25  Bruno Haible  <bruno@clisp.org>
9390
9391         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
9392         complex commands.
9393
9394 2006-07-25  Bruno Haible  <bruno@clisp.org>
9395
9396         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
9397         defined in <stdarg.h> or config.h.
9398
9399 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
9400
9401         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
9402         (gl_STDIO_SAFER): Remove.
9403
9404 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
9405
9406         * MODULES.html.sh (File stream based Input/Output):
9407         Add fopen-safer, tmpfile-safer; remove stdio-safer.
9408         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
9409         * modules/fopen-safer, modules/tmpfile-safer: New files.
9410         * modules/stdio-safer: Remove.
9411
9412 2006-07-24  Bruno Haible  <bruno@clisp.org>
9413
9414         * modules/tmpdir: New file.
9415         * MODULES.html.sh (File system functions): Add it.
9416
9417 2006-07-24  Bruno Haible  <bruno@clisp.org>
9418
9419         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
9420         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
9421
9422 2006-07-24  Bruno Haible  <bruno@clisp.org>
9423
9424         * modules/clean-temp: New file.
9425
9426 2006-07-24  Bruno Haible  <bruno@clisp.org>
9427
9428         * m4/tmpdir.m4: New file, from GNU gettext.
9429
9430 2006-07-24  Bruno Haible  <bruno@clisp.org>
9431
9432         * lib/tmpdir.h: New file, from GNU gettext.
9433         * lib/tmpdir.c: New file, from GNU gettext.
9434
9435 2006-07-24  Bruno Haible  <bruno@clisp.org>
9436
9437         * lib/clean-temp.h: New file, from GNU gettext.
9438         * lib/clean-temp.c: New file, from GNU gettext.
9439
9440 2006-07-23  Eric Blake  <ebb9@byu.net>
9441
9442         * modules/stdio-safer (Files): Add tmpfile-safer.c.
9443         (Depends-on): Add binary-io.
9444
9445 2006-07-23  Eric Blake  <ebb9@byu.net>
9446
9447         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
9448
9449 2006-07-23  Eric Blake  <ebb9@byu.net>
9450
9451         * lib/tmpfile-safer.c: New file.
9452         * lib/stdio-safer.h (fopen_safer): Add prototype.
9453         * lib/stdio--.h (tmpfile): Make safer.
9454
9455 2006-07-23  Bruno Haible  <bruno@clisp.org>
9456
9457         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
9458         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
9459         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
9460         gl_linked_remove_at): Use it.
9461
9462 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9463         and Simon Josefsson <jas@extundo.com>
9464
9465         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
9466
9467         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
9468
9469 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
9470
9471         * modules/close-stream: New file.
9472         * modules/closeout (Description): Make it clear that it exits
9473         with a diagnostic on error.
9474         (Depends-on): Add close-stream.  Remove fpending, stdbool.
9475         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
9476
9477 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
9478
9479         * m4/close-stream.m4: New file.
9480
9481 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
9482
9483         * lib/close-stream.c, lib/close-stream.h: New files.
9484
9485 2006-07-22  Bruno Haible  <bruno@clisp.org>
9486
9487         Merge from GNU gettext 0.15.
9488
9489         2006-05-01  Bruno Haible  <bruno@clisp.org>
9490
9491                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
9492
9493         2006-07-22  Bruno Haible  <bruno@clisp.org>
9494
9495                 * modules/javaversion: New file.
9496                 * MODULES.html.sh (Java): Add javaversion.
9497
9498         2006-03-12  Bruno Haible  <bruno@clisp.org>
9499
9500                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
9501
9502         2005-12-04  Bruno Haible  <bruno@clisp.org>
9503
9504                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
9505                 (untested).
9506
9507         2006-06-21  Bruno Haible  <bruno@clisp.org>
9508
9509                 Avoid warnings from recent versions of mcs.
9510                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
9511                 -o, -L, -r any more. Use options documented since mcs-1.0
9512                 instead. Similarly for -g.
9513
9514         2005-12-04  Bruno Haible  <bruno@clisp.org>
9515
9516                 * build-aux/csharpcomp.sh.in: Suffix for resources is
9517                 .resources, not .resource.
9518
9519         2005-07-09  Bruno Haible  <bruno@clisp.org>
9520
9521                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
9522                 add a .dll suffix.
9523                 Reported by Mark Junker <mjscod@gmx.de>.
9524
9525         2006-07-22  Bruno Haible  <bruno@clisp.org>
9526
9527                 * modules/gettext: Upgrade to gettext-0.15.
9528                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
9529                 m4/visibility.m4.
9530                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
9531
9532 2006-07-22  Bruno Haible  <bruno@clisp.org>
9533
9534         Merge from GNU gettext 0.15.
9535
9536         2006-03-25  Bruno Haible  <bruno@clisp.org>
9537
9538                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
9539
9540         2006-07-21  Bruno Haible  <bruno@clisp.org>
9541
9542                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
9543                 "1.1".
9544
9545         2006-05-09  Bruno Haible  <bruno@clisp.org>
9546
9547                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
9548                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
9549                 for the conftestver execution.
9550
9551         2006-05-01  Bruno Haible  <bruno@clisp.org>
9552
9553                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
9554                 optional target-version argument. Verify that the compiler
9555                 groks source of the specified source-version, or add -source
9556                 option as necessary. Verify that the compiler produces
9557                 bytecode in the specified target-version, or add -target and
9558                 -source options as necessary. Make the result of the test
9559                 available as variable CONF_JAVAC. Also log error output in
9560                 config.log.
9561
9562         2006-03-11  Bruno Haible  <bruno@clisp.org>
9563
9564                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
9565
9566         2006-05-09  Bruno Haible  <bruno@clisp.org>
9567
9568                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
9569                 CLASSPATH_SEPARATOR to a semicolon.
9570
9571         2006-03-12  Bruno Haible  <bruno@clisp.org>
9572
9573                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
9574                 available as variable CONF_JAVA, for subsequent autoconf
9575                 tests. Also log error output in config.log.
9576
9577         2006-07-19  Bruno Haible  <bruno@clisp.org>
9578
9579                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
9580                 that getline works on glibc2 systems. Needed to avoid trouble
9581                 in relocatable.c.
9582                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
9583
9584         2005-12-04  Bruno Haible  <bruno@clisp.org>
9585
9586                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
9587                 launcher (untested).
9588
9589         2005-12-04  Bruno Haible  <bruno@clisp.org>
9590
9591                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
9592
9593         2006-07-22  Bruno Haible  <bruno@clisp.org>
9594
9595                 * gettext.m4: Update from GNU gettext-0.15.
9596                 * nls.m4: Likewise.
9597                 * po.m4: Likewise.
9598                 * inttypes-pri.m4: Likewise.
9599                 * inttypes-h.m4: Renamed from inttypes.m4.
9600                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
9601
9602 2006-07-22  Bruno Haible  <bruno@clisp.org>
9603
9604         Merge from GNU gettext 0.15.
9605
9606         2005-07-05  Bruno Haible  <bruno@clisp.org>
9607
9608                 * printf-args.c (printf_fetchargs): Work around broken
9609                 definition of wint_t on mingw.
9610
9611         2005-02-12  Bruno Haible  <bruno@clisp.org>
9612
9613                 * xallocsa.h: Add extern "C" for C++.
9614
9615         2006-05-17  Bruno Haible  <bruno@clisp.org>
9616
9617                 Cygwin portability.
9618                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
9619
9620         2006-04-30  Bruno Haible  <bruno@clisp.org>
9621
9622                 * progreloc.c: Include <mach-o/dyld.h> if available.
9623                 (find_executable): Use _NSGetExecutablePath when possible.
9624
9625         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
9626
9627                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
9628                 function.
9629
9630         2005-12-29  Bruno Haible  <bruno@clisp.org>
9631
9632                 * progreloc.c (set_program_name_and_installdir): Fix
9633                 compilation error.
9634
9635         2005-12-04  Bruno Haible  <bruno@clisp.org>
9636
9637                 Cygwin portability.
9638                 * progreloc.c: Include <windows.h> also on Cygwin.
9639                 (find_executable): Add support for Cygwin.
9640                 (set_program_name_and_installdir): Handle also platforms with
9641                 nonempty EXEEXT.
9642
9643         2006-07-11  Bruno Haible  <bruno@clisp.org>
9644
9645                 * javacomp.c: Fix a comment.
9646                 Reported by Jim Meyering.
9647
9648         2006-04-30  Bruno Haible  <bruno@clisp.org>
9649
9650                 * javacomp.h (compile_java_class): Add source_version,
9651                 target_version arguments.
9652                 * javacomp.c: Rewritten to choose only a compiler that
9653                 respects the specified source_version and target_version.
9654
9655         2006-06-27  Bruno Haible  <bruno@clisp.org>
9656
9657                 Assume correct S_ISDIR macro.
9658                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
9659
9660         2006-07-22  Bruno Haible  <bruno@clisp.org>
9661
9662                 * javaversion.h: New file, from GNU gettext.
9663                 * javaversion.c: New file, from GNU gettext.
9664                 * javaversion.java: New file, from GNU gettext.
9665                 * javaversion.class: New file, from GNU gettext.
9666
9667         2006-05-17  Bruno Haible  <bruno@clisp.org>
9668
9669                 Cygwin portability.
9670                 * javaexec.c (execute_java_class): Test for jview program
9671                 also on Cygwin.
9672
9673         2006-04-09  Bruno Haible  <bruno@clisp.org>
9674
9675                 * fatal-signal.c: Don't include string.h.
9676                 (at_fatal_signal): Use a copying loop instead of memcpy.
9677
9678         2005-12-04  Bruno Haible  <bruno@clisp.org>
9679
9680                 * csharpexec.c: Add support for 'clix' launcher (untested).
9681                 (execute_csharp_using_sscli): New function.
9682                 (execute_csharp_program): Call it.
9683
9684         2006-06-21  Bruno Haible  <bruno@clisp.org>
9685
9686                 Avoid warnings from recent versions of mcs.
9687                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
9688                 -o, -L, -r any more. Use options documented since mcs-1.0
9689                 instead. Similarly for -g.
9690
9691         2005-07-09  Bruno Haible  <bruno@clisp.org>
9692
9693                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
9694                 add a .dll suffix.
9695                 Reported by Mark Junker <mjscod@gmx.de>.
9696
9697         2006-06-17  Bruno Haible  <bruno@clisp.org>
9698
9699                 * config.charset: Update for NetBSD 3.0.
9700
9701         2006-05-17  Bruno Haible  <bruno@clisp.org>
9702
9703                 Cygwin portability.
9704                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
9705
9706         2006-05-16  Bruno Haible  <bruno@clisp.org>
9707
9708                 * localcharset.c [CYGWIN]: Include <windows.h>.
9709                 (get_charset_aliases): For Cygwin, return the same CPxxx
9710                 aliases list as under WIN32.
9711                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
9712                 the environment variables. Fall back to GetACP().
9713
9714         2006-04-05  Bruno Haible  <bruno@clisp.org>
9715
9716                 * config.charset: Update Juan Manuel Guerrero's address.
9717
9718         2005-02-12  Bruno Haible  <bruno@clisp.org>
9719
9720                 * allocsa.h: Add extern "C" for C++.
9721
9722         2005-02-10  Bruno Haible  <bruno@clisp.org>
9723
9724                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
9725                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
9726
9727         2006-07-22  Bruno Haible  <bruno@clisp.org>
9728
9729                 * gettext.h: Update to GNU gettext-0.15.
9730
9731 2006-07-22  Bruno Haible  <bruno@clisp.org>
9732
9733         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
9734         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
9735         lib-prefix.m4, longdouble.m4, ssize_t.m4.
9736
9737 2006-07-21  Eric Blake  <ebb9@byu.net>
9738
9739         * modules/stdlib-safer: New file.
9740         * MODULES.html.sh (File stream based Input/Output): Add
9741         stdlib-safer.
9742
9743 2006-07-21  Eric Blake  <ebb9@byu.net>
9744
9745         * lib/stdlib-safer.h: New file from coreutils, required by
9746         stdlib--.h.
9747
9748 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
9749
9750         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
9751
9752 2006-07-20  Bruno Haible  <bruno@clisp.org>
9753
9754         * gnulib-tool: Recognize new option --assume-autoconf.
9755         (autoconf_minversion): New variable.
9756         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
9757
9758 2006-07-20  Bruno Haible  <bruno@clisp.org>
9759
9760         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
9761
9762 2006-07-19  Derek R. Price  <derek@ximbiot.com>
9763
9764         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
9765         Reindent and repaginate.
9766
9767 2006-07-19  Derek Price  <derek@ximbiot.com>
9768
9769         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
9770         Correct grammar.
9771
9772 2006-07-17  Bruno Haible  <bruno@clisp.org>
9773
9774         * modules/list: New file.
9775         * modules/array-list: New file.
9776         * modules/carray-list, modules/carray-list-tests: New files.
9777         * modules/linked-list, modules/linked-list-tests: New files.
9778         * modules/avltree-list, modules/avltree-list-tests: New files.
9779         * modules/rbtree-list, modules/rbtree-list-tests: New files.
9780         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
9781         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
9782         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
9783         * modules/oset: New file.
9784         * modules/array-oset: New file.
9785         * modules/avltree-oset, modules/avltree-oset-tests: New files.
9786         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
9787         * tests/test-carray_list.c: New file.
9788         * tests/test-linked_list.c: New file.
9789         * tests/test-avltree_list.c: New file.
9790         * tests/test-rbtree_list.c: New file.
9791         * tests/test-linkedhash_list.c: New file.
9792         * tests/test-avltreehash_list.c: New file.
9793         * tests/test-rbtreehash_list.c: New file.
9794         * tests/test-avltree_oset.c: New file.
9795         * tests/test-rbtree_oset.c: New file.
9796         * MODULES.html.sh (Container data structures): New section.
9797
9798 2006-07-17  Bruno Haible  <bruno@clisp.org>
9799
9800         * m4/gl_list.m4: New file.
9801
9802 2006-07-17  Bruno Haible  <bruno@clisp.org>
9803
9804         * lib/gl_list.h: New file.
9805         * lib/gl_list.c: New file.
9806         * lib/gl_array_list.h: New file.
9807         * lib/gl_array_list.c: New file.
9808         * lib/gl_carray_list.h: New file.
9809         * lib/gl_carray_list.c: New file.
9810         * lib/gl_linked_list.h: New file.
9811         * lib/gl_linked_list.c: New file.
9812         * lib/gl_anylinked_list1.h: New file.
9813         * lib/gl_anylinked_list2.h: New file.
9814         * lib/gl_avltree_list.h: New file.
9815         * lib/gl_avltree_list.c: New file.
9816         * lib/gl_anyavltree_list1.h: New file.
9817         * lib/gl_anyavltree_list2.h: New file.
9818         * lib/gl_rbtree_list.h: New file.
9819         * lib/gl_rbtree_list.c: New file.
9820         * lib/gl_anyrbtree_list1.h: New file.
9821         * lib/gl_anyrbtree_list2.h: New file.
9822         * lib/gl_anytree_list1.h: New file.
9823         * lib/gl_anytree_list2.h: New file.
9824         * lib/gl_linkedhash_list.h: New file.
9825         * lib/gl_linkedhash_list.c: New file.
9826         * lib/gl_anyhash_list1.h: New file.
9827         * lib/gl_anyhash_list2.h: New file.
9828         * lib/gl_avltreehash_list.h: New file.
9829         * lib/gl_avltreehash_list.c: New file.
9830         * lib/gl_rbtreehash_list.h: New file.
9831         * lib/gl_rbtreehash_list.c: New file.
9832         * lib/gl_anytreehash_list1.h: New file.
9833         * lib/gl_anytreehash_list2.h: New file.
9834
9835         * lib/gl_oset.h: New file.
9836         * lib/gl_oset.c: New file.
9837         * lib/gl_array_oset.h: New file.
9838         * lib/gl_array_oset.c: New file.
9839         * lib/gl_avltree_oset.h: New file.
9840         * lib/gl_avltree_oset.c: New file.
9841         * lib/gl_rbtree_oset.h: New file.
9842         * lib/gl_rbtree_oset.c: New file.
9843         * lib/gl_anytree_oset.h: New file.
9844
9845 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
9846
9847         * m4/mkancesdirs.m4: New file.
9848         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
9849         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
9850         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
9851         it.
9852
9853 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
9854
9855         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
9856         * lib/mkancesdirs.h: New files.
9857         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
9858         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
9859         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
9860         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
9861         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
9862         callers changed.  Revamp internals significantly, by not
9863         attempting to create directories that are temporarily more
9864         permissive than the final results.  Do not attempt to use
9865         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
9866         This removes some race conditions, fixes some bugs, and simplifies
9867         things.  Use new dirchownmod function to do owner and mode changes.
9868         * lib/mkdir-p.h: Likewise.
9869         * lib/modechange.c (octal_to_mode): New function.
9870         (struct mode_change): New member mentioned.
9871         (make_node_op_equals): New arg mentioned.  All callers changed.
9872         (mode_compile): Keep track of which mode bits the user has explicitly
9873         mentioned.
9874         (mode_adjust): New arg DIR, so that we implement the X op correctly.
9875         New arg PMODE_BITS, to keep track of which mode bits the user
9876         mentioned; it treats S_ISUID and S_ISGID speciall.
9877         All callers changed.
9878         * lib/modechange.h: Likewise.
9879
9880 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
9881
9882         * MODULES.html.sh: Add mkancestors.
9883         * modules/mkancesdirs: New module.
9884         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
9885         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
9886         The chdir-safer and afs files are now orphans; I'll remove them
9887         unless someone speaks up.
9888         Add lib/dirchownmod.c, lib/dirchownmod.h.
9889         (Depends-on): Remove alloca, chown, save-cwd, dirname.
9890         Add lchown, mkancesdirs.
9891         (Maintainer): Add self.
9892
9893 2006-07-15  Karl Berry  <karl@gnu.org>
9894
9895         * gnulib-tool: help message wording/arrangement.
9896
9897 2006-07-14  Simon Josefsson  <jas@extundo.com>
9898
9899         * doc/gnulib.texi (Libtool and Windows): New section.
9900
9901 2006-07-12  Simon Josefsson  <jas@extundo.com>
9902
9903         * modules/gendocs (License): Fix license, approved by Karl.
9904
9905 2006-07-12  Eric Blake  <ebb9@byu.net>
9906
9907         * MODULES.html.sh: Add gendocs.
9908
9909 2006-07-11  Eric Blake  <ebb9@byu.net>
9910
9911         * modules/fdl: New module, to install doc/fdl.texi.
9912         * MODULES.html.sh: Add new section for documentation modules.
9913         * gnulib-tool: Avoid space-tab.
9914         (--doc-base): New option, to manage files from doc.
9915
9916 2006-07-11  Eric Blake  <ebb9@byu.net>
9917
9918         * m4/absolute-header.m4: Fix comments to match recent change.
9919
9920 2006-07-11  Eric Blake  <ebb9@byu.net>
9921
9922         * gnulib-tool: List --doc-base before --tests-base.
9923
9924 2006-07-11  Derek R. Price  <derek@ximbiot.com>
9925
9926         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
9927
9928 2006-07-11  Bruno Haible  <bruno@clisp.org>
9929
9930         * README: Mention where to put documentation.
9931
9932 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9933
9934         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
9935
9936 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
9937
9938         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
9939         to stdint.m4.
9940
9941 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
9942
9943         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
9944         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
9945         "no/such/file/stdint.h" when there is no such file, so that
9946         the resulting C code can be parsed by dodgy compilers.
9947         Problems reported by Bob Proulx.
9948
9949 2006-07-10  Derek R. Price  <derek@ximbiot.com>
9950
9951         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
9952         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
9953         macros into the GNU _D_EXACT_NAMLEN.
9954         * lib/savedir.c:  Likewise.
9955         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
9956
9957 2006-07-10  Derek R. Price  <derek@ximbiot.com>
9958         and Paul Eggert  <eggert@cs.ucla.edu>
9959
9960         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
9961         * m4/savedir.m4:
9962         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
9963         macros into the GNU _D_EXACT_NAMLEN.
9964
9965 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
9966
9967         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
9968         around the absolute name, to work around a problem with the HP-UX
9969         11.23 native C compiler, reported by Bob Proulx.
9970
9971 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
9972
9973         * doc/maintain.texi, make-stds.texi: Sync from
9974         <http://savannah.gnu.org/projects/gnustandards>.
9975
9976 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
9977
9978         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
9979
9980 2006-07-09  Jim Meyering  <jim@meyering.net>
9981
9982         * m4/glob.m4: Remove a doubled word in a comment.
9983
9984 2006-07-09  Jim Meyering  <jim@meyering.net>
9985
9986         * lib/argp-pv.c: Remove a doubled word in a comment.
9987         * lib/check-version.c (check_version): Likewise.
9988         * lib/javacomp.c (compile_java_class): Likewise.
9989
9990 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
9991
9992         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
9993         for the benefit of people using Autoconf 2.60.  If you want to
9994         support older Autoconf versions you can copy m4/onceonly_2_57.m4
9995         (or m4/onceonly.m4, if pre-2.57) manually.
9996
9997 2006-07-08  Jim Meyering  <jim@meyering.net>
9998
9999         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
10000         comment.
10001         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
10002         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
10003         comment.
10004
10005 2006-07-08  Jim Meyering  <jim@meyering.net>
10006
10007         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
10008
10009 2006-07-07  Simon Josefsson  <jas@extundo.com>
10010
10011         * tests/test-crc.c: Change expected crc value, the test vector
10012         were probably computed using the old broken crc.c?
10013
10014 2006-07-06  Simon Josefsson  <jas@extundo.com>
10015
10016         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
10017         now the canonical place for the M4 file).
10018
10019         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
10020         from the sys_socket dependency now.
10021
10022         * modules/inet_pton (Files): Ditto.
10023
10024         * modules/inet_ntop (Files): Ditto.
10025
10026 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
10027
10028         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
10029         not gl_PREREQ_GETUSERSHELL.
10030
10031 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10032
10033         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
10034         with only one argument, for Autoconf 2.60.
10035         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
10036         expand to nothing, so add a shell command to avoid syntax error.
10037         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
10038
10039 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10040
10041         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
10042
10043 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
10044
10045         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
10046         no longer needed.  Check for isblank decl.
10047         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
10048         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
10049         of existence.
10050
10051 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
10052
10053         * lib/getloadavg.c: Use __VMS, not VMS.
10054         * lib/getopt.c: Likewise.
10055         * lib/getpagesize.h: Likewise.
10056         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
10057         and probably does not work.
10058
10059 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
10060
10061         * lib/.cppi-disable: Add wcwidth.
10062         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
10063         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
10064         (ISGRAPH): Remove.  All uses changed to isgraph.
10065         (FOLD) [!defined _LIBC]: Remove special case.
10066         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
10067         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
10068         HAVE_ISBLANK.
10069         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
10070         case.
10071
10072 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
10073
10074         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
10075         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
10076         brackets.  Other minor changes to suppress some compiler
10077         warnings.
10078
10079 2006-07-06  Derek R. Price  <derek@ximbiot.com>
10080         and Paul Eggert  <eggert@cs.ucla.edu>
10081
10082         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
10083         of invoking obsolescent AC_HEADER_DIRENT macro.
10084         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
10085         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
10086         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
10087         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
10088         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
10089         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
10090         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
10091         * m4/readdir.m4: Remove; no longer needed.
10092
10093 2006-07-06  Derek R. Price  <derek@ximbiot.com>
10094         and Paul Eggert  <eggert@cs.ucla.edu>
10095
10096         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
10097         Don't worry about this obsolete case any more.
10098         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
10099         directories.
10100         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
10101         worry about this obsolete case any more.
10102         * lib/fts.c: Likewise.
10103         * lib/getcwd.c: Likewise.
10104         * lib/glob.h: Likewise.
10105         * lib/savedir.c: Likewise.
10106
10107 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
10108
10109         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
10110         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
10111         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
10112         needed.
10113         All uses removed.
10114         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
10115         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
10116         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
10117         needed.
10118         * m4/getdate.m4 (gl_GETDATE): Likewise.
10119         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
10120         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
10121         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
10122         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
10123         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
10124         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
10125         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
10126         needed.
10127
10128 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
10129
10130         * lib/memcasecmp.c: Include <limits.h>.
10131         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
10132         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
10133         Don't assume isdigit succeeds only on '0' through '9'.
10134
10135 2006-07-05  Eric Blake  <ebb9@byu.net>
10136
10137         * modules/getaddrinfo (Depends-on): Add snprintf.
10138
10139 2006-07-05  Eric Blake  <ebb9@byu.net>
10140
10141         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
10142         to avoid 'header present but could not be compiled' on cygwin.
10143
10144 2006-07-05  Eric Blake  <ebb9@byu.net>
10145
10146         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
10147         missing from netdb.h.
10148         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
10149
10150 2006-07-05  Derek R. Price  <derek@ximbiot.com>
10151
10152         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
10153         no longer needed.
10154         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
10155         * m4/getdate.m4 (gl_GETDATE): Likewise.
10156         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
10157         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
10158         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
10159         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
10160         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
10161
10162 2006-07-05  Derek R. Price  <derek@ximbiot.com>
10163
10164         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
10165         All uses of is_space replaced by isspace.
10166         * lib/exit.h: Don't talk about STDC_HEADERS.
10167         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
10168         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
10169         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
10170         replaced by isprint etc.
10171         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
10172         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
10173         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
10174         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
10175         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
10176         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
10177
10178 2006-07-05  Bruno Haible  <bruno@clisp.org>
10179
10180         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
10181         the function exists, before testing against AIX.
10182         Reported by Martin Lambers <marlam@marlam.de>.
10183
10184 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
10185
10186         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
10187         From Mark D. Baushke.
10188
10189 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
10190
10191         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
10192         to the absolute name, not just one, to bypass Sun C 5.8's
10193         "warning: #include of /usr/include/... may be non-portable".
10194
10195 2006-07-04  Eric Blake  <ebb9@byu.net>
10196
10197         * modules/dirname-tests: New test module.
10198         * tests/test-dirname.c: New file, replacing dirname.c
10199         TEST_DIRNAME section that was recently deleted.
10200
10201 2006-07-04  Bruno Haible  <bruno@clisp.org>
10202
10203         Assume ANSI C header files and <ctype.h> functions.
10204         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
10205         (mbsnwidth): Use isprint, iscntrl instead.
10206
10207 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
10208
10209         Merge from coreutils.
10210         * MODULES.html.sh: Add xstrtold.
10211         * modules/xstrtold: New file.
10212         * modules/cycle-check (Files): Add lib/same-inode.h.
10213         * modules/dirname (Files): Add m4/double-slash-root.m4.
10214         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
10215         * modules/mkdir-p (Files): Add lib/same-inode.h.
10216         * modules/same (Files): Add lib/same-inode.h.
10217
10218 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
10219
10220         * m4/absolute-header.m4: Renamed from full-header-path.m4.
10221         This is to keep the terminology clean; POSIX talks about
10222         "absolute pathnames", not "full pathnames", but the GNU
10223         Coding Standards say to use "path" for something else;
10224         so use "absolute" to keep both sides happy.
10225         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
10226         Set gl_absolute_header, not gl_full_header_path.
10227         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
10228         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
10229         All uses changed.
10230
10231         Merge from coreutils.
10232
10233         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
10234
10235         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
10236         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
10237         want to require the building of c-strtod.o.
10238         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
10239         needs -lm directly.
10240         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
10241
10242         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
10243
10244         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
10245         --as-needed option if available.  Problem reported by Albert Chin in
10246         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
10247         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
10248         cc merely issues a bunch of annoying warnings for --as-needed
10249         (this problem was reported by Bob Proulx).  Also, try linking with
10250         -lm to detect a bug in binutils 2.16 (this problem was reported
10251         by Ralf Wildenhues).
10252
10253         2006-06-18  Jim Meyering  <jim@meyering.net>
10254
10255         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
10256         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
10257         macro.
10258         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
10259         also check for glibc-2.4's abort-inducing bug.
10260
10261         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
10262         Low-probability clean-up should be to use rmdir to get rid of
10263         the just-created directory, not unlink.
10264
10265         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
10266         configure fail, and request a bug report to inform us about it.
10267         Add a comment that, barring reports to the contrary, in 2007 we'll
10268         assume ftruncate is universally available.
10269
10270         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
10271
10272         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
10273
10274         2006-03-12  Jim Meyering  <jim@meyering.net>
10275
10276         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
10277         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
10278         * m4/same.m4 (gl_SAME): Likewise.
10279         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
10280
10281         2006-03-11  Eric Blake  <ebb9@byu.net>
10282
10283         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
10284         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
10285         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
10286         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
10287
10288 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
10289
10290         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
10291         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
10292         reported by Mark D. Baushke, one in
10293         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
10294
10295         Merge from coreutils.
10296
10297         * lib/.cppi-disable: Add stdint_.h.
10298         * lib/.cvsignore: Add stdint.h.
10299
10300         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
10301
10302         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
10303         both double and long double versions.
10304         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
10305         * lib/xstrtold.c: New file.
10306         * lib/xstrtod.h (xstrtold): New decl.
10307
10308         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
10309
10310         * lib/filemode.c (setst): Remove.
10311         (strmode): Rewrite to avoid setst.  This makes the code shorter,
10312         (arguably) clearer, and the generated code is a bit smaller on my
10313         Debian GNU/Linux stable x86 host.
10314
10315         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
10316
10317         * lib/filemode.c: Include "filemode.h" first, to test the interface.
10318         Assume that filemode.h includes sys/types.h and sys/stat.h.
10319         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
10320         (ftypelet): Reorder to put common cases first, for efficiency.
10321         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
10322         to do 'M'.
10323         (strmode): Renamed from mode_string, and now stores 12 bytes instead
10324         of 10, for compatibility with FreeBSD.  All callers changed.
10325         (filemodestring): Now stores 12 bytes instead of 10, and sets file
10326         types that can't be deduced solely from st_mode.  First arg is now a
10327         const pointer.
10328         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
10329         (strmode): Renamed from mode_string.
10330         (filemodestring): New decl.
10331         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
10332         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
10333         needed.
10334         (S_ISPORT, S_ISWHT): New macros, if not already defined.
10335
10336         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
10337
10338         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
10339         fsusage.h now does that.  Include fsusage.h first, to test interface.
10340         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
10341         at most one method (the old code could have generated decls that
10342         didn't conform to C89, not that this was ever exercised).
10343         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
10344
10345         2006-03-19  Jim Meyering  <jim@meyering.net>
10346
10347         Work even in a chroot where d_ino values for entries in "/"
10348         don't match the stat.st_ino values for the same names.
10349         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
10350         number, iterate through all entries again, using lstat instead.
10351         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
10352         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
10353
10354         * lib/getcwd.c (__getcwd): Clarify a comment.
10355         Use memcpy in place of a call to strcpy.
10356
10357         2006-03-12  Jim Meyering  <jim@meyering.net>
10358
10359         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
10360         matches that of the current directory (which we're about to chdir ".."
10361         out of), then save the dev-ino of the parent, instead.
10362
10363         * lib/same-inode.h (SAME_INODE): New file/macro.
10364         * lib/chdir-safer.c (SAME_INODE): Remove definition.
10365         Include "same-inode.h", instead.
10366         * lib/same.c: Likewise.
10367         * lib/cycle-check.h: Include "same-inode.h".
10368         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
10369         * lib/cycle-check.c (SAME_INODE): Remove definition.
10370         * lib/root-dev-ino.h: Include "same-inode.h".
10371
10372         2006-03-11  Eric Blake  <ebb9@byu.net>
10373
10374         * lib/same.c (same_name): s/base_name/last_component/
10375         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
10376         * lib/filenamecat.c (file_name_concat): Likewise.
10377
10378         2006-03-11  Eric Blake  <ebb9@byu.net>,
10379                     Paul Eggert  <eggert@cs.ucla.edu>
10380
10381         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
10382         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
10383         drive prefix.
10384         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
10385         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
10386         (last_component): New method.
10387         * lib/dirname.c (dir_len): Determine when drive letters need a
10388         subsequent slash.  Preserve // when it is special.
10389         (dir_name): Don't append dot when drive letter is absolute.
10390         [TEST_DIRNAME]: Move into a full-blown gnulib test.
10391         * lib/basename.c (base_name): New semantics - malloc the result.
10392         Preserve // when it is special.  Preserve relative files that look
10393         like drive letters.
10394         (base_len): Preserve // when it is special.
10395         (last_component): New method, similar to old base_name semantics.
10396         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
10397         base_name.  Strip redundant slashes from ///.
10398
10399 2006-07-03  Jim Meyering  <jim@meyering.net>
10400
10401         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
10402         macro is used before the first cycle_check call.
10403
10404 2006-07-03  Eric Blake  <ebb9@byu.net>
10405
10406         * modules/dirname (Depends-on): Add xstrndup.
10407
10408 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
10409
10410         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
10411         test cases, so that config.log is a bit easier to follow.
10412
10413 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
10414
10415         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
10416         both are 64 bits, since this seems to be the tradition, and this
10417         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
10418         we ever run into a host that prefers long long to long in this
10419         case, we'll need another configure-time test.  Problem reported by
10420         Jim Meyering.
10421
10422 2006-07-02  Eric Blake  <ebb9@byu.net>
10423
10424         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
10425
10426 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
10427
10428         * modules/inttypes (Depends-on): No longer depends on stdint.
10429         * modules/stdint (Description): Say more about assumptions.
10430         Say that the fast types might differ.  Say macros are used.
10431         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
10432         (Makefile.am): Revise list of substituted symbols to match
10433         new stdint.m4.
10434         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
10435         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
10436         * tests/test-stdint.c (verify_same_types)
10437         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
10438         the code conforms to C99/C89.
10439         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
10440         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
10441
10442 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
10443
10444         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
10445         but fix a bug, by requiring at least 64 bits.
10446         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
10447         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
10448         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
10449         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
10450
10451         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
10452         changes.  Make 2.59 a prerequisite.  Check and substitute for
10453         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
10454         inttypes.h.  Do not use special include files; just use the
10455         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
10456         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
10457         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
10458         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
10459         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
10460         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
10461         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
10462         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
10463         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
10464         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
10465         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
10466         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
10467         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
10468         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
10469         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
10470         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
10471         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
10472         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
10473         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
10474         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
10475         WINT_MAX.  Check for C99 conformance more strictly, by detecting
10476         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
10477         not check for things that C99 does not require, e.g., int8_t.  If
10478         a test isn't needed unless <stdint.h> isn't working, and is
10479         unlikely to be needed for any other reason, then don't do it
10480         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
10481         size_t, since we assume C89 freestanding at least.  Do not check
10482         for sig_atomic_t, wchar_t, or wint_t, since the code now does
10483         the right thing even if the types are not defined.  Instead use:
10484         (gl_STDINT_TYPE_PROPERTIES): New macro.
10485         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
10486         testing whether <sys/types.h> clashes, as Autoconf does this for
10487         us now.  All uses removed.
10488         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
10489         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
10490         (gl_CHECK_TYPE_SAME):
10491         Remove; no longer needed.
10492         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
10493         exists, since we'll return 0 anyway in that case.
10494         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
10495
10496 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
10497
10498         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
10499         possible collision with system files.
10500         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
10501         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
10502         WCHAR_MIN and WCHAR_MAX in this case.
10503         (<stddef.h>): Do not include; no longer needed.
10504         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
10505         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
10506         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
10507         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
10508         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
10509         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
10510         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
10511         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
10512         !defined(__c99))]: Include in this case too, since it's harmless
10513         now.
10514         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
10515         dangerous to do so.
10516         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
10517         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
10518         (_STDINT_MIN, _STDINT_MAX): New macros.
10519         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
10520         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
10521         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
10522         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
10523         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
10524         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
10525         macros, not typedefs; this simplifies things quite a bit.
10526         Use long int for all types narrower than int64_t.
10527         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
10528         Define in terms of long long int or int64_t or long int,
10529         not int64_t or int32_t.  This saves some compile-time testing.
10530         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
10531         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
10532         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
10533         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
10534         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
10535         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
10536         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
10537         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
10538         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
10539         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
10540         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
10541         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
10542         undef any previous version and define our own version, for
10543         simplicity and consistency with the new macros for types.
10544         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
10545         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
10546         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
10547         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
10548         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
10549         @WINT_T_SUFFIX@ to keep things simple here.
10550         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
10551         Simplify by assuming typical 8/16/32/64 host, since we're
10552         already doing that elsewhere anyway.
10553         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
10554         and assume long long int is 64 bits if available.  This
10555         speeds up 'configure'.
10556
10557 2006-07-01  Eric Blake  <ebb9@byu.net>
10558
10559         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
10560         Reported by Andreas Buening.
10561
10562 2006-07-01  Eric Blake  <ebb9@byu.net>
10563
10564         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
10565
10566 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
10567
10568         * lib/getaddrinfo.c: fixed typo
10569
10570 2006-06-29  Jim Meyering  <jim@meyering.net>
10571
10572         * modules/strftime (Maintainer): Add my name, since with the
10573         FPRINTFTIME changes strftime.c has forked from glibc.
10574
10575 2006-06-29  Eric Blake  <ebb9@byu.net>
10576
10577         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
10578
10579 2006-06-29  Eric Blake  <ebb9@byu.net>
10580
10581         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
10582
10583 2006-06-29  Eric Blake  <ebb9@byu.net>
10584
10585         * lib/stat_.h: New file.
10586
10587 2006-06-29  Eric Blake  <ebb9@byu.net>
10588
10589         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
10590         unused static function.
10591
10592 2006-06-29  Eric Blake  <ebb9@byu.net>
10593
10594         * doc/functions.texi (Function Portability): Document missing lstat
10595         on mingw.
10596
10597 2006-06-29  Eric Blake  <ebb9@byu.net>
10598
10599         * MODULES.html.sh: Add sys_stat.
10600         * modules/sys_stat: New module.
10601         * modules/mkstemp (Depends-on): Add sys_stat.
10602
10603 2006-06-29  Derek R. Price  <derek@ximbiot.com>
10604
10605         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
10606
10607 2006-06-29  Derek R. Price  <derek@ximbiot.com>
10608
10609         * m4/c-bs-a.m4: Removed.
10610
10611 2006-06-29  Derek R. Price  <derek@ximbiot.com>
10612
10613         * lib/strftime.c: Assume strftime() exists.
10614
10615 2006-06-29  Derek Price  <derek@ximbiot.com>
10616
10617         * modules/c-bs-a: Removed - \a is C89.
10618         * MODULES.html.sh: Remove c-bs-a.
10619
10620 2006-06-29  Bruno Haible  <bruno@clisp.org>
10621
10622         * modules/wcwidth (License): Change to LGPL.
10623
10624 2006-06-28  Simon Josefsson  <jas@extundo.com>
10625
10626         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
10627         on _WIN32.
10628
10629         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
10630         getnameinfo.
10631
10632 2006-06-28  Simon Josefsson  <jas@extundo.com>
10633
10634         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
10635
10636 2006-06-28  Simon Josefsson  <jas@extundo.com>
10637
10638         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
10639         functions there.  It will succeed on Windows XP, but on Windows
10640         2000 and (presumably) earlier, it will fail, and use the internal
10641         re-implementation.
10642         (use_win32_p): New function.
10643         (getaddrinfo): Use strtoul on servname, to support numeric ports.
10644         Support AI_NUMERICSERV to disable getservbyname.
10645         (getnameinfo): New function, only supports
10646         NI_NUMERICHOST|NI_NUMERICSERV for now.
10647
10648         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
10649         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
10650         getnameinfo.
10651
10652 2006-06-28  Eric Blake  <ebb9@byu.net>
10653
10654         * modules/wcwidth: New file.
10655         * modules/mbchar (Depends-on): Add wcwidth.
10656         * modules/mbswidth (Depends-on): Add wcwidth.
10657         * MODULES.html.sh: Add wcwidth.
10658
10659 2006-06-28  Eric Blake  <ebb9@byu.net>
10660
10661         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
10662         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
10663
10664 2006-06-28  Eric Blake  <ebb9@byu.net>
10665
10666         * lib/xvasprintf.h: Fix comments.
10667
10668 2006-06-28  Eric Blake  <ebb9@byu.net>
10669
10670         * lib/mbchar.h (wcwidth): Include wcwidth.h.
10671         * lib/mbswidth.c (wcwidth): Move from here...
10672         * lib/wcwidth.h: ...to this new file.
10673
10674 2006-06-28  Derek R. Price  <derek@ximbiot.com>
10675
10676         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
10677
10678         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
10679         it's obsolete.
10680         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
10681
10682 2006-06-28  Derek R. Price  <derek@ximbiot.com>
10683
10684         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
10685         Autoconf 2.60 says this stuff was obsolete.
10686
10687 2006-06-28  Bruno Haible  <bruno@clisp.org>
10688
10689         * modules/wcwidth (Files): Add m4/wchar_t.m4.
10690
10691 2006-06-28  Bruno Haible  <bruno@clisp.org>
10692
10693         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
10694         gt_TYPE_WCHAR_T.
10695
10696 2006-06-28  Bruno Haible  <bruno@clisp.org>
10697
10698         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
10699         declaration for wcwidth.
10700         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
10701
10702 2006-06-28  Bruno Haible  <bruno@clisp.org>
10703
10704         * lib/mkdtemp.c [MINGW]: Include <io.h>.
10705         (mkdir): Define using _mkdir.
10706
10707 2006-06-28  Bruno Haible  <bruno@clisp.org>
10708
10709         * lib/getaddrinfo.h: Fix POSIX URL.
10710         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
10711         _WIN32.
10712         (use_win32_p): Make static.
10713         (getaddrinfo): Reject service name if it is empty or does not consist
10714         solely of decimal digits, or if its value is > 65535.
10715         (getnameinfo): Remove useless casts.
10716
10717 2006-06-27  Simon Josefsson  <jas@extundo.com>
10718
10719         * modules/sys_select: New file, suggested by Bruno Haible, Paul
10720         Eggert and Martin Lambers.
10721
10722 2006-06-27  Simon Josefsson  <jas@extundo.com>
10723
10724         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
10725         Eggert and Martin Lambers.
10726
10727 2006-06-27  Bruno Haible  <bruno@clisp.org>
10728
10729         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
10730         result to 0, not to empty.
10731         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
10732
10733 2006-06-27  Bruno Haible  <bruno@clisp.org>
10734
10735         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
10736
10737 2006-06-26  Simon Josefsson  <jas@extundo.com>
10738
10739         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
10740         present.
10741
10742 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
10743
10744         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
10745         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
10746         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
10747
10748 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
10749
10750         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
10751
10752 2006-06-26  Bruno Haible  <bruno@clisp.org>
10753
10754         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
10755
10756 2006-06-26  Bruno Haible  <bruno@clisp.org>
10757
10758         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
10759
10760 2006-06-26  Bruno Haible  <bruno@clisp.org>
10761
10762         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
10763         SGI C compiler in pre-C99 mode.
10764         Suggested by Mark D. Baushke and Larry Jones.
10765
10766 2006-06-26  Bruno Haible  <bruno@clisp.org>
10767
10768         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
10769         WCHAR_MAX.
10770         Reported by Mark D. Baushke and Larry Jones.
10771
10772 2006-06-26  Bruno Haible  <bruno@clisp.org>
10773
10774         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
10775         in pre-C99 mode.
10776         Suggested by Mark D. Baushke and Larry Jones.
10777
10778 2006-06-23  Simon Josefsson  <jas@extundo.com>
10779             Bruno Haible  <bruno@clisp.org>
10780
10781         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
10782         Emit mostlyclean-local rule.
10783         (func_emit_tests_Makefile_am): Likewise.
10784         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
10785
10786 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
10787
10788         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
10789
10790 2006-06-23  Bruno Haible  <bruno@clisp.org>
10791
10792         * tests/test-stdint.c: Update to match ISO C 99 Technical
10793         Corrigendum 1.
10794
10795 2006-06-23  Bruno Haible  <bruno@clisp.org>
10796
10797         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
10798
10799 2006-06-23  Bruno Haible  <bruno@clisp.org>
10800
10801         * lib/stdint_.h: Treat IRIX like OpenBSD.
10802
10803 2006-06-23  Bruno Haible  <bruno@clisp.org>
10804
10805         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
10806         ISO C 99 Technical Corrigendum 1.
10807
10808 2006-06-22  Simon Josefsson  <jas@extundo.com>
10809
10810         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
10811         MinGW.
10812
10813 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
10814
10815         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
10816         needed.  Some compiler complained about some of them.  Problem reported
10817         by Larry Jones in
10818         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
10819
10820 2006-06-21  Simon Josefsson  <jas@extundo.com>
10821
10822         * tests/test-getaddrinfo.c: New file.
10823
10824         * modules/getaddrinfo-tests: New file.
10825
10826         * MODULES.html.sh: Add inet_pton.
10827
10828         * modules/inet_pton: New file.
10829
10830 2006-06-21  Simon Josefsson  <jas@extundo.com>
10831
10832         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
10833         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
10834         of using the (limited) gnulib implementation on Windows XP.
10835
10836         * m4/inet_pton.m4: New file.
10837
10838 2006-06-21  Simon Josefsson  <jas@extundo.com>
10839
10840         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
10841         variable.
10842
10843         * lib/socket_.h: Don't define WINVER.
10844
10845         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
10846         slightly modified to work in gnulib.
10847
10848 2006-06-21  Simon Josefsson  <jas@extundo.com>
10849
10850         * doc/gnulib.texi (Windows sockets): Add.
10851
10852 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
10853
10854         * lib/read-file.c (fread_file): Start with buffer allocation of
10855         0 bytes rather than 1 byte; this simplifies the code.
10856         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
10857         code to free buffer and save/restore errno.
10858         (internal_read_file): Remove unused local.
10859
10860 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
10861
10862         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
10863         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
10864         Problem reported by Denis Excoffier in
10865         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
10866
10867 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
10868
10869         * modules/sys_socket, modules/socklen: Include sys/types since
10870         FreeBSD 4.x's sys/socket.h needs it.
10871
10872 2006-06-19  Simon Josefsson  <jas@extundo.com>
10873
10874         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
10875
10876 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
10877
10878         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
10879
10880 2006-06-19  Bruno Haible  <bruno@clisp.org>
10881
10882         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
10883         and FULL_PATH_INTTYPES_H in angle brackets.
10884         Reported by Mark D. Baushke <mdb@gnu.org>.
10885
10886 2006-06-17  Eric Blake  <ebb9@byu.net>
10887
10888         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
10889         errno.
10890
10891 2006-06-17  Bruno Haible  <bruno@clisp.org>
10892
10893         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
10894         <sys/inttypes.h>.
10895
10896 2006-06-17  Bruno Haible  <bruno@clisp.org>
10897
10898         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
10899         whether errno is declared. Assume <errno.h> declares errno.
10900
10901 2006-06-17  Bruno Haible  <bruno@clisp.org>
10902
10903         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
10904
10905 2006-06-17  Bruno Haible  <bruno@clisp.org>
10906
10907         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
10908         problem on Solaris 2.5.1.
10909
10910 2006-06-16  Eric Blake  <ebb9@byu.net>
10911
10912         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
10913         * lib/unicodeio.c [!defined errno]: Likewise.
10914         * lib/strtol.c [!defined errno]: Likewise.
10915         * lib/strtod.c [!defined errno]: Likewise.
10916
10917 2006-06-15  Eric Blake  <ebb9@byu.net>
10918
10919         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
10920
10921 2006-06-15  Eric Blake  <ebb9@byu.net>
10922
10923         * config/srclist.txt (ssize_t.m4): Lose sync.
10924
10925 2006-06-15  Bruno Haible  <bruno@clisp.org>
10926
10927         * modules/stdint (Files): Include m4/full-header-path.m4,
10928         m4/size_max.m4, m4/wchar_t.m4.
10929         (Makefile.am): Many more substitutions.
10930         * modules/stdint-tests: New file.
10931         * tests/test-stdint.c: New file.
10932
10933 2006-06-15  Bruno Haible  <bruno@clisp.org>
10934
10935         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
10936         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
10937         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
10938         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
10939         gl_CHECK_TYPE_SAME): New macros.
10940
10941 2006-06-15  Bruno Haible  <bruno@clisp.org>
10942
10943         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
10944
10945 2006-06-15  Bruno Haible  <bruno@clisp.org>
10946
10947         * lib/stdint_.h: Rewritten to be fully auto-configured.
10948         Fixes bug on HP-UX/IA64.
10949
10950 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
10951
10952         * lib/getdate.y (__attribute__): Don't define if already defined.
10953         Problem reported by Larry Jones.
10954         * lib/utimens.c (__attribute__): Likewise.
10955
10956 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
10957
10958         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
10959         reported by Andreas Schwab.
10960
10961 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10962             Bruno Haible  <bruno@clisp.org>
10963
10964         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
10965         check for the declaration of strnlen and a run test that exposes the
10966         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
10967         rpl_strndup.
10968
10969 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10970             Bruno Haible  <bruno@clisp.org>
10971
10972         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
10973
10974 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10975
10976         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
10977         compile test, for Tru64 4.0D.
10978
10979 2006-05-28  Karl Berry  <karl@gnu.org>
10980
10981         * config/srclist.txt (printf-args.c): lose sync.
10982
10983 2006-05-26  Martin Lambers  <marlam@marlam.de>
10984
10985         * lib/getpass.c: Updates the test for the native W32 API, and adds
10986         missing includes, thus fixing compilation warnings.
10987
10988 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
10989
10990         * lib/exclude.c (exclude_fnmatch): New function.
10991         (excluded_file_name): Call exclude_fnmatch.
10992         * lib/exclude.h (excluded_file_name): New prototype
10993
10994 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
10995
10996         * lib/tempname.c (small_open, large_open): New macros.
10997         (__open, __open64) [!_LIBC]: Remove.
10998         (__gen_tempname): Use small_open and large_open instead of __open
10999         and __open64.  This fixes a portability bug on HP-UX 11.11i
11000         reported by Simon Wing-Tang in
11001         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
11002
11003 2006-05-24  Bruno Haible  <bruno@clisp.org>
11004
11005         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
11006         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
11007         Reported by Thorsten Maerz <torte@netztorte.de> via
11008         Aaron Stone <aaron@serendipity.cx>.
11009
11010 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
11011
11012         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
11013         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
11014         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
11015         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
11016         not really conditional on the cache.
11017         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
11018
11019 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
11020
11021         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
11022         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
11023         (my_usleep): Don't mishandle maximum value.
11024
11025 2006-05-19  Jim Meyering  <jim@meyering.net>
11026
11027         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
11028
11029 2006-05-17  Bruno Haible  <bruno@clisp.org>
11030
11031         Cygwin portability.
11032         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
11033
11034 2006-05-17  Bruno Haible  <bruno@clisp.org>
11035
11036         * lib/stdint_.h: Fix recognition of Cygwin.
11037
11038 2006-05-15  Bruno Haible  <bruno@clisp.org>
11039
11040         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
11041         on libtool patch by Ralf Wildenhues.
11042
11043 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
11044
11045         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
11046         test for C99 conformance; (bool) 0.5 is an integer constant
11047         expression, but (bool) -0.5 is not.  Problem reported by Fedor
11048         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
11049
11050 2006-05-11  Simon Josefsson  <jas@extundo.com>
11051
11052         * m4/xvasprintf.m4: Fix obvious typo.
11053
11054 2006-05-11  Jim Meyering  <jim@meyering.net>
11055
11056         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
11057         James Lemley.
11058
11059 2006-05-10  Simon Josefsson  <jas@extundo.com>
11060
11061         * lib/md4.c: Typo fix, update copyright years.
11062         (K1, K2): Don't use L because it turn computations into 64-bit on
11063         64-bit platforms.
11064
11065 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
11066
11067         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
11068         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
11069         unwanted sign propagation, e.g., on hosts with 64-bit int.
11070         There still are some problems with reeelly weird theoretical hosts
11071         (e.g., 33-bit int) but it's not worth worrying about now.
11072         * lib/sha1.c (rol): Likewise.
11073         (K1, K2, K3, K4): Remove unnecessary L suffix.
11074
11075 2006-05-10  Bruno Haible  <bruno@clisp.org>
11076
11077         * lib/des.c: Cast to avoid warnings.
11078
11079 2006-05-09  Bruno Haible  <bruno@clisp.org>
11080
11081         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
11082         (Depends-on): Depend also on xsize, stdarg.
11083         (configure.ac): Add gl_XVASPRINTF.
11084
11085 2006-05-09  Bruno Haible  <bruno@clisp.org>
11086
11087         * m4/xvasprintf.m4: New file.
11088
11089 2006-05-09  Bruno Haible  <bruno@clisp.org>
11090
11091         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
11092         (EOVERFLOW): Define fallback value.
11093         (xstrcat): New function.
11094         (xvasprintf): Recognize the special case of a string concatenation.
11095
11096 2006-05-08  Eric Blake  <ebb9@byu.net>
11097
11098         * gnulib-tool (func_version): Base copyright year on CVS date.
11099         (func_emit_copyright_notice): New function.
11100         (func_emit_lib_Makefile_am): Use it.
11101         (func_emit_tests_Makefile_am): Likewise.
11102         (func_import): Likewise.
11103
11104 2006-05-08  Bruno Haible  <bruno@clisp.org>
11105
11106         * modules/stdarg: New file.
11107         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
11108
11109 2006-05-08  Bruno Haible  <bruno@clisp.org>
11110
11111         * m4/stdarg.m4: New file, from GNU gettext.
11112
11113 2006-05-08  Bruno Haible  <bruno@clisp.org>
11114
11115         * config/srclist.txt (build-aux/config.rpath): different from latest
11116         release.
11117
11118 2006-05-08  Bruno Haible  <bruno@clisp.org>
11119
11120         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
11121
11122 2006-05-05  Jim Meyering  <jim@meyering.net>
11123
11124         * m4/warning.m4: New file, derived from bison's file by the same name.
11125
11126 2006-05-03  Bruno Haible  <bruno@clisp.org>
11127
11128         * lib/stdint_.h: Shorter URL.
11129         * lib/inttypes.h: Likewise.
11130
11131 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
11132
11133         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
11134
11135 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
11136
11137         * lib/verify.h: Document the internals better.  Most of this change
11138         was written by Bruno Haible.
11139
11140 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
11141
11142         * doc/verify.texi: New file, partly based on a proposal by
11143         Bruno Haible.
11144
11145 2006-05-02  Bruno Haible  <bruno@clisp.org>
11146
11147         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
11148         test from here...
11149         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
11150
11151 2006-04-29  Bruno Haible  <bruno@clisp.org>
11152
11153         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
11154         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
11155
11156 2006-04-29  Bruno Haible  <bruno@clisp.org>
11157
11158         * gnulib-tool: Make --update option actually work.
11159
11160 2006-04-29  Bruno Haible  <bruno@clisp.org>
11161
11162         * doc/gcd.texi: New file.
11163         * doc/gnulib.texi: Include it.
11164
11165 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
11166
11167         * lib/getdate.y (get_date): When adding relative date, start with the
11168         initial time, not with the result of the first mktime call.
11169
11170 2006-04-25  Bruno Haible  <bruno@clisp.org>
11171
11172         * gnulib-tool (func_import): Output the include directives in three
11173         blocks, sorted separately.
11174         Reported by Ben Pfaff <blp@cs.stanford.edu>.
11175
11176 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
11177
11178         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
11179         to define main with arguments, for C++.  Reported by Eric Blake.
11180         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
11181         Prefer 'int main ()' to 'int main (void)', for C++.
11182         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
11183         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
11184         for 'main', for C99 and C++.
11185
11186 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
11187
11188         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
11189         Don't assume that exit status -1 is valid.
11190         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
11191         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
11192         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
11193         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
11194         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
11195         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
11196         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
11197         functions can be used without declaring them, or that you can
11198         exit with status -1.
11199         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
11200
11201 2006-04-24  Karl Berry  <karl@gnu.org>
11202
11203         * config/srclist.txt (longdouble.m4): sync lost.
11204
11205 2006-04-24  Eric Blake  <ebb9@byu.net>
11206
11207         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
11208
11209 2006-04-24  Bruno Haible  <bruno@clisp.org>
11210
11211         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
11212         poll() implementation in AIX.
11213         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11214
11215 2006-04-24  Bruno Haible  <bruno@clisp.org>
11216
11217         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
11218         assigned exactly once.
11219
11220 2006-04-23  Claudio Fontana  <claudio@gnu.org>
11221             Bruno Haible  <bruno@clisp.org>
11222
11223         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
11224         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
11225         for AM_CPPFLAGS.
11226
11227 2006-04-23  Bruno Haible  <bruno@clisp.org>
11228
11229         * modules/copy-file: Depend on unistd.
11230         * modules/execute: Likewise.
11231         * modules/fatal-signal: Likewise.
11232         * modules/findprog: Likewise.
11233         * modules/mkdtemp : Likewise.
11234         * modules/pipe: Likewise.
11235         * modules/wait-process: Likewise.
11236
11237 2006-04-23  Bruno Haible  <bruno@clisp.org>
11238
11239         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
11240         condition was already detected.
11241         Reported by Ben Pfaff <blp@cs.stanford.edu>.
11242
11243 2006-04-23  Bruno Haible  <bruno@clisp.org>
11244
11245         * lib/copy-file.c: Include <unistd.h> unconditionally.
11246         * lib/execute.c: Likewise.
11247         * lib/fatal-signal.c: Likewise.
11248         * lib/findprog.c: Likewise.
11249         * lib/mkdtemp.c: Likewise.
11250         * lib/pipe.h: Likewise.
11251         * lib/pipe.c: Likewise.
11252         * lib/wait-process.h: Likewise.
11253
11254 2006-04-23  Bruno Haible  <bruno@clisp.org>
11255
11256         * gnulib-tool (func_usage): Fix --import description. Document
11257         --update.
11258         (func_import): Create temporary file in a temporary directory, if
11259         --dry-run is specified. Silence errors from 'grep' when there are no
11260         m4 files in $m4dir.
11261         (func_create_testdir): Silence errors from 'grep' when there are no
11262         m4 files in $m4dir.
11263         Reported by Karl Berry <karl@freefriends.org>.
11264
11265 2006-04-20  Bruno Haible  <bruno@clisp.org>
11266
11267         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
11268         one argument, so that the code will be portable to Autoconf 2.60.
11269         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
11270         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
11271         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
11272
11273 2006-04-19  Derek Price  <derek@ximbiot.com>
11274             Eric Blake  <ebb9@byu.net>
11275
11276         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
11277         rather than "/full/path.h".  Update comment to match.  Shorten &
11278         generalize m4_translit call via AS_TR_CPP.
11279
11280 2006-04-19  Derek Price  <derek@ximbiot.com>
11281             Eric Blake  <ebb9@byu.net>
11282
11283         * lib/inttypes.h: Correct grammar in comment.
11284
11285 2006-04-18  Derek Price  <derek@ximbiot.com>
11286             Paul Eggert  <eggert@cs.ucla.edu>
11287
11288         * modules/inttypes: New file.
11289         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
11290
11291 2006-04-18  Derek Price  <derek@ximbiot.com>
11292             Paul Eggert  <eggert@cs.ucla.edu>
11293
11294         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
11295         New files.
11296
11297 2006-04-18  Derek Price  <derek@ximbiot.com>
11298             Paul Eggert  <eggert@cs.ucla.edu>
11299
11300         * lib/inttypes.h: New file.
11301         * lib/strtoimax.c: Assume <inttypes.h>.
11302
11303 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
11304
11305         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
11306         isn't mounted.  Problem reported by Kir Kolyshkin.
11307
11308 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
11309
11310         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
11311         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
11312         Derek R. Price.
11313         * lib/regex.h (RE_DUP_MAX): Update comment to match current
11314         implementation.
11315
11316 2006-04-12  Eric Blake  <ebb9@byu.net>
11317
11318         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
11319         is now done automatically by the corresponding Autoconf macro.
11320
11321 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
11322
11323         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
11324         time_r.h.
11325
11326 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
11327
11328         Merge regex changes from libc, removing some of our
11329         POSIX-conformance changes that were rejected and redoing them in a
11330         less-intrusive way.
11331
11332         * lib/regcomp.c (re_compile_internal, init_dfa):
11333         Length arg is now size_t, not Idx.  All uses changed.
11334         (peek_token): Forward decl now says internal_function.
11335         (__re_error_msgid, __re_error_msgid_idx):
11336         Now static rather than extern with attribute_hidden.
11337         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
11338         For some reason libc prefers K&R style defns for external functions.
11339         (regerror) [!defined _LIBC]: Likewise.
11340         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
11341         (seek_collating_symbol_entry, lookup_collation_sequence_value):
11342         (build_range_exp, build_collating_symbol):
11343         Use K&R-style defn.
11344         (re_compile_fastmap): Use '\0' to memset, not 0.
11345         (utf8_sb_map): Make the calculations more obvious.
11346         (init_dfa, parse_bracket_exp, build_charclass_op):
11347         Call calloc and cast result, as glibc does.
11348         (init_word_char, fetch_token, peek_token, peek_token_bracket):
11349         (build_range_exp, build_collating_symbol):
11350         Now internal functions.
11351
11352         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
11353
11354         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
11355         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
11356         Don't depend on VMS; depend on __VMS instead, for POSIX
11357         namespace cleanness.
11358         (regoff_t): Define to ssize_t, not long int.
11359
11360         Remove the REG_ macros named below.  Instead, make the old names
11361         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
11362         __USE_GNU_REGEX.
11363         (REG_BACKSLASH_ESCAPE_IN_LISTS):
11364         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
11365         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
11366         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
11367         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
11368         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
11369         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
11370         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
11371         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
11372         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
11373         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
11374         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
11375         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
11376         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
11377         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
11378         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
11379         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
11380         (REG_NREGS):
11381         Remove.  All uses replaced by the old RE_* names.
11382         (RE_BACKSLASH_ESCAPE_IN_LISTS):
11383         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
11384         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
11385         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
11386         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
11387         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
11388         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
11389         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
11390         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
11391         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
11392         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
11393         Don't bother having these macros be independent of each others'
11394         values, since they no longer exist in the POSIX name space.
11395
11396         Rename the following member names back to their old names,
11397         unless !__USE_GNU_REGEX.  All uses changed back.
11398         (buffer): Renamed from re_buffer.
11399         (allocated): Renamed from re_allocated.
11400         (used): Renamed from re_used.
11401         (syntax): Renamed from re_syntax.
11402         (fastmap): Renamed from re_fastmap.
11403         (translate): Renamed from re_translate.
11404         (can_be_null): Renamed from re_can_be_null.
11405         (regs_allocated): Renamed from re_regs_allocated.
11406         (fastmap_accurate): Renamed from re_fastmap_accurate.
11407         (no_sub): Renamed from re_no_sub.
11408         (not_bol): Renamed from re_not_bol.
11409         (not_eol): Renamed from re_not_eol.
11410         (newline_anchor): Renamed from re_newline_anchor.
11411         (num_regs): Renamed from rm_num_regs.
11412         (start): Renamed from rm_start.
11413         (end): Renamed from rm_end.
11414
11415         (free_state): Move up a bit.
11416
11417         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
11418         #define to be empty.
11419         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
11420         when that is what is intended.
11421         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
11422         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
11423         (MAX): New macro.
11424         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
11425         All uses changed back to re_malloc, etc.  It's now the caller's
11426         responsibility to check for overflow; all callers changed.
11427         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
11428         (re_x2nrealloc): Remove.
11429         (free_state): Remove decl.
11430
11431         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
11432         (re_set_registers, re_exec):
11433         Use K&R-style defn.
11434
11435         2006-01-31  Roland McGrath  <roland@redhat.com>
11436
11437         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
11438         Reported by Mike Frysinger <vapier@gentoo.org>.
11439
11440         2006-01-15  Andreas Jaeger  <aj@suse.de>
11441
11442         [BZ #1950]
11443         * lib/regex_internal.c (re_string_reconstruct): Adjust for
11444         build_wcs_upper_buffer change.
11445         (build_wcs_upper_buffer): Change return type.
11446
11447         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
11448
11449         * lib/regex_internal.h: Include <stdint.h> if available.
11450
11451         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
11452
11453         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
11454
11455         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
11456
11457         * lib/regcomp.c: Adjust for changed secondary hash function.
11458
11459         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
11460
11461         * lib/regex.h: Pretty printing.
11462         Clean up namespace a bit.
11463
11464         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
11465
11466         * lib/regexec.c (update_cur_sifted_state, check_arrival,
11467         check_arrival_add_next_nodes): Avoid using uninitialized variable.
11468
11469         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
11470                     Ulrich Drepper  <drepper@redhat.com>
11471
11472         [BZ #1302]
11473         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
11474         changed.
11475         (bitset_word_t): Renamed from bitset_word.  All uses changed.
11476
11477         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
11478
11479         [BZ #281]
11480         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
11481         * lib/regcomp.c: Remove unnecessary uses of
11482         unsigned RE_TRANSLATE_TYPE.
11483         * lib/regex_internal.h: Likewise.
11484         * lib/regex_internal.c: Likewise.
11485         * lib/regexec.c: Likewise.
11486         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
11487
11488         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
11489
11490         * lib/regexec.c (find_recover_state): Remove unnecessary
11491         initialization.
11492         (transit_state_bkref): Make DFA a const pointer.
11493         (get_subexp): Likewise.
11494         (check_arrival): Likewise.
11495         (update_cur_sifted_state): Likewise.
11496         (re_search_internal): Likewise.
11497         (prune_impossible_nodes): Likewise.
11498         (acquire_init_state_context): Likewise.
11499         (proceed_next_node): Likewise.
11500         (set_regs): Likewise.
11501         (free_fail_stack_return): Likewise.
11502         (check_arrival_expand_ecl): Mark DFA parameter as const.
11503         (check_arrival_expand_ecl_sub): Likewise.
11504         (check_subexp_limits): Likewise.
11505         (sub_epsilon_src_nodes):  Likewise.
11506         (add_epsilon_src_nodes):  Likewise.
11507         (merge_state_array): Likewise.
11508         (update_regs): Likewise.
11509         (build_trtable): Likewise.
11510         (sift_states_backward): Mark MCTX parameter as const.
11511         (build_sifted_states): Likewise.
11512         (update_cur_sifted_state): Likewise.
11513         (sift_states_mkref): Likewise.
11514         (check_arrival_expand_ecl): Mark eclosure as const.
11515         (check_dst_limits_calc_pos_1): Likewise.
11516         * lib/regex_internal.h (re_match_context_t): Make dfa a const
11517         pointer.
11518
11519         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
11520
11521         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
11522         (transit_state_sb): Likewise.
11523         (transit_state_mb): Likewise.
11524         (sift_states_iter_mb): Likewise.
11525         (check_arrival_add_next_nodes): Likewise.
11526         (check_node_accept_bytes): Change first parameter to pointer-to-const.
11527         [_LIBC] (re_search_2_stub): Use mempcpy.
11528
11529         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
11530         mbrtowc for very simple UTF-8 case.
11531
11532         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
11533         a pointer-to-const.
11534         (re_acquire_state_context): Likewise.
11535         * lib/regex_internal.h: Adjust prototypes.
11536
11537         * lib/regex.c: Prevent using C++ compilers.
11538
11539         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
11540         (re_acquire_state_context): Likewise.
11541
11542 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
11543
11544         * modules/regex (Depends-on): Add ssize_t.
11545
11546 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
11547
11548         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
11549         translation table.
11550
11551 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
11552
11553         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
11554
11555 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
11556             Bruno Haible  <bruno@clisp.org>
11557
11558         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
11559         <sys/types.h> and <inttypes.h>.
11560
11561 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11562
11563         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
11564         `__error_t_defined', so argp.h will not typedef the former.
11565
11566 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
11567
11568         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
11569         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
11570         glibc names.  Even if glibc is changed to conform to POSIX, the
11571         traditional names will be available anyway, since regex depends on
11572         the extensions module.  Also, fix a longstanding typo in the
11573         implementation of Spencer ERE test #75 from grep 2.3.  Problems
11574         reported by Emanuele Giaquinta.  Also, change sense of cached
11575         variable, so that the message makes sense.
11576
11577 2006-03-24  Simon Josefsson  <jas@extundo.com>
11578
11579         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
11580         including some doc fixes.
11581         (base64_encode_alloc): Fix +1 bug on allocation failures.
11582
11583 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11584
11585         * lib/base64.c (base64_encode): Do not read past end of array with
11586         unsanitized input on systems with CHAR_BIT > 8.
11587
11588 2006-03-24  Eric Blake  <ebb9@byu.net>
11589
11590         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
11591
11592 2006-03-22  Karl Berry  <karl@gnu.org>
11593
11594         * config/srclist.txt (*setenv.[ch]): get from coreutils.
11595         * config/srclistvars.sh (COREUTILS): new var.
11596
11597 2006-03-17  Jim Meyering  <jim@meyering.net>
11598
11599         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
11600         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
11601
11602 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
11603
11604         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
11605         no longer needs it.  Instead, check that regoff_t is as least
11606         as wide as ptrdiff_t.
11607
11608         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
11609         so that our regex.h stays compatible with the installed regex.
11610         This is helpful for installers who configure --without-included-regex.
11611         Problem reported by Emanuele Giaquinta.
11612
11613 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
11614
11615         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
11616         Typedef to long int, not to off_, as POSIX will likely change
11617         in that direction.
11618
11619 2006-03-15  Eric Blake  <ebb9@byu.net>
11620
11621         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
11622
11623 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
11624
11625         * lib/argp-help.c (validate_uparams): Fix typo
11626         * lib/argp-parse.c (argp_default_options): Consistently begin help
11627         messages with a lowercase letter.
11628
11629 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
11630
11631         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
11632         overrun buffers and shouldn't be used (much as gets shouldn't be
11633         used).
11634         * lib/time_r.c (asctime_r, ctime_r): Likewise.
11635
11636 2006-03-08  Simon Josefsson  <jas@extundo.com>
11637
11638         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
11639         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11640
11641 2006-03-08  Simon Josefsson  <jas@extundo.com>
11642
11643         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
11644         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11645
11646 2006-03-08  Simon Josefsson  <jas@extundo.com>
11647
11648         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
11649         signal that configure disabled the device.
11650
11651 2006-03-08  Simon Josefsson  <jas@extundo.com>
11652
11653         * build-aux/maint.mk: Fix refresh-po, to handle no translated
11654         languages.
11655
11656 2006-03-07  Simon Josefsson  <jas@extundo.com>
11657
11658         * modules/getopt (Depends-on): Add unistd.
11659
11660         * modules/unistd: New file.
11661
11662 2006-03-07  Simon Josefsson  <jas@extundo.com>
11663
11664         * modules/gc-random: New file.
11665
11666 2006-03-07  Simon Josefsson  <jas@extundo.com>
11667
11668         * m4/unistd_h.m4: New file.
11669
11670 2006-03-07  Simon Josefsson  <jas@extundo.com>
11671
11672         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
11673         test to be side-effect free by storing the result in the cache
11674         variable gl_cv_lib_readline, and moving the assignment of
11675         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
11676         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11677
11678 2006-03-07  Simon Josefsson  <jas@extundo.com>
11679
11680         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
11681         error on missing devices (the functions will return an error).
11682
11683         * m4/gc.m4: Move random stuff to gc-random.m4
11684
11685 2006-03-07  Simon Josefsson  <jas@extundo.com>
11686
11687         * lib/unistd_.h: New file.
11688
11689 2006-03-07  Simon Josefsson  <jas@extundo.com>
11690
11691         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
11692
11693 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
11694
11695         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
11696         Problem reported by Juan Manuel Guerrero.
11697
11698 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
11699
11700         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
11701         the unistd module.
11702         * lib/getlogin_r.c: Likewise.
11703         * lib/getlogin_r.h: Likewise.
11704         * lib/glob.c: Likewise.
11705         * lib/pagealign_alloc.c: Likewise.
11706         * lib/unistd_.h: Remove; no longer needed.
11707
11708 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
11709
11710         * MODULES.html.sh (Support for systems lacking POSIX:2001):
11711         Add unistd.
11712         * modules/c-stack (Depends-on): Add unistd.
11713         * modules/getlogin_r: Likewise.
11714         * modules/glob: Likewise.
11715         * modules/pagealign_alloc: Likewise.
11716         * modules/unistd (Files): Remove lib/unistd_.h.
11717         (EXTRA_DIST): Remove.
11718         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
11719         need unistd_.h.
11720         (MOSTLYCLEANFILES): Remove unistd.h-t.
11721
11722 2006-03-03  Simon Josefsson  <jas@extundo.com>
11723
11724         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
11725
11726 2006-03-03  Simon Josefsson  <jas@extundo.com>
11727
11728         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
11729         libidn and bison.
11730
11731 2006-03-03  Simon Josefsson  <jas@extundo.com>
11732
11733         * build-aux/maint.mk: Add indent target.
11734
11735 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
11736
11737         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
11738         our replacement poll.h in any case, to avoid a differing
11739         declaration from a system header.  Seen on AIX.
11740
11741 2006-03-01  Simon Josefsson  <jas@extundo.com>
11742
11743         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
11744         <kasal@ucw.cz>.
11745
11746 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
11747
11748         * modules/gettime (Depends-on): Add extensions module.
11749         * modules/nanosleep (Depends-on): Likewise.
11750         * modules/settime (Depends-on): Likewise.
11751
11752 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
11753
11754         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
11755         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
11756         pedantically.
11757         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
11758         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
11759
11760         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
11761         not "==".  Reported by Ralf Wildenhues.
11762
11763 2006-03-01  Karl Berry  <karl@gnu.org>
11764
11765         * doc/Copyright/request-*: new files, synced from gnuorg.
11766
11767 2006-03-01  Karl Berry  <karl@gnu.org>
11768
11769         * config/srclist.txt (Copyright/*): new entries.
11770
11771 2006-02-28  Simon Josefsson  <jas@extundo.com>
11772
11773         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
11774
11775 2006-02-27  Simon Josefsson  <jas@extundo.com>
11776
11777         * lib/base64.h: Indent #define's.  From Jim Meyering
11778         <jim@meyering.net>.
11779
11780 2006-02-27  Jim Meyering  <jim@meyering.net>
11781
11782         Revert the change of 2006-02-24, so these files can continue
11783         to be sync'd from gettext.
11784         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
11785         of `config.h'.
11786
11787 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
11788
11789         * modules/intprops: New file.
11790         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
11791         Add intprops.
11792         * modules/getloadavg (Files): Remove lib/intprops.h.
11793         (Depends-on): Add intprops.
11794         * modules/human: Likewise.
11795         * modules/inttostr: Likewise.
11796         * modules/openat: Likewise.
11797         * modules/sig2str: Likewise.
11798         * modules/userspec: Likewise.
11799         * modules/utimecmp: Likewise.
11800         * modules/xnanosleep: Likewise.
11801         * modules/xstrtol: Likewise.
11802
11803 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
11804
11805         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
11806         * modules/lock-tests (TESTS): Use $(EXEEXT).
11807         * modules/tls-tests: Likewise.
11808         * modules/argp-tests: Likewise.
11809         (check_PROGRAMS): New var, replacing...
11810         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
11811
11812 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11813
11814         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
11815         `config.h'.
11816
11817 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
11818
11819         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
11820
11821 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11822
11823         Sync from coreutils.
11824         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
11825         gl_CHDIR_SAFER.
11826
11827 2006-02-22  Jim Meyering  <jim@meyering.net>
11828
11829         Sync from coreutils.
11830         * m4/chdir-safer.m4: New file.
11831
11832 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
11833
11834         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
11835         AT_FDCWD exceeds INT_MAX.
11836         * lib/openat.h (AT_FDCWD): Likewise.
11837
11838 2006-02-17  Eric Blake  <address@hidden>
11839
11840         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
11841
11842 2006-02-16  Simon Josefsson  <jas@extundo.com>
11843
11844         * modules/getaddrinfo (Depends-on): Add sys_socket.
11845
11846 2006-02-15  Simon Josefsson  <jas@extundo.com>
11847
11848         * build-aux/maint.mk: Add dsyntax-check rule.
11849
11850 2006-02-15  Eric Blake  <ebb9@byu.net>
11851
11852         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
11853         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
11854         'present but cannot compile' warnings on cygwin.
11855         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
11856         use ws2tcpip.h if sys/socket.h works.
11857         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
11858         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
11859
11860 2006-02-14  Simon Josefsson  <jas@extundo.com>
11861
11862         * modules/maintainer-makefile (Files): Rename.
11863
11864         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
11865         and (the local) Makefile.cfg to maint-cfg.mk.
11866
11867         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
11868         to the latter.
11869
11870         * modules/maintainer-makefile: New module.
11871
11872         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
11873         severaly stripped to make it possible to build it up from scratch
11874         with reliable tests.
11875
11876         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
11877         fixes to permit overriding the default actions when configure and
11878         makefile are not available.
11879
11880 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
11881
11882         Sync from coreutils.
11883         * modules/lstat (Depends-on): Don't depend on xalloc.
11884         (License): Change from GPL to LGPL, since this is now simply a
11885         replacement for a libc function.
11886
11887 2006-02-14  Jim Meyering  <jim@meyering.net>
11888
11889         Sync from coreutils.
11890
11891         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
11892         failure on deficient systems, and simplify gnulib lgpl dependencies.
11893         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
11894         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
11895
11896         * lib/xalloc-die.c: Remove unused definition of N_.
11897
11898 2006-02-14  Jim Meyering  <jim@meyering.net>
11899
11900         Sync from coreutils.
11901         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
11902         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
11903         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
11904         double-quote uses of that variable, to accommodate the rare case in
11905         which getmntent is available in none of the libraries checked.  This
11906         happens at least on FreeBSD 5.0.
11907
11908 2006-02-13  Simon Josefsson  <jas@extundo.com>
11909
11910         * gnulib-tool (Usage): Fix --import, from
11911         karl@freefriends.org (Karl Berry).
11912
11913 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
11914
11915         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
11916
11917 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
11918
11919         * lib/argp-namefrob.h: Restore changes accidentally lost during the
11920         "autoupdate" on 2005-12-12.
11921
11922 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
11923
11924         * modules/closeout (Depends-on): Remove atexit.
11925
11926 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
11927
11928         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
11929         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
11930
11931 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
11932
11933         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
11934         __EXTENSIONS__ if this causes compilation to fail.  Problem
11935         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
11936         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
11937
11938 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
11939
11940         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
11941         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
11942         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
11943         All uses changed.
11944
11945 2006-01-26  Simon Josefsson  <jas@extundo.com>
11946
11947         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
11948         prototype is visible on mingw32.
11949
11950         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
11951         for mingw32.
11952
11953         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
11954         mingw32).
11955
11956 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
11957
11958         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
11959         attempt to open for write; this always fails, at least on POSIX
11960         hosts.  This reinstates the 2006-01-09 change, which was
11961         inadvertently removed.
11962
11963 2006-01-26  Bruno Haible  <bruno@clisp.org>
11964
11965         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
11966         Reported by Paul Eggert.
11967
11968 2006-01-26  Bruno Haible  <bruno@clisp.org>
11969             Paul Eggert  <eggert@cs.ucla.edu>
11970
11971         * lib/stdbool_.h (_Bool)
11972         [(! (defined __cplusplus || defined __BEOS__)
11973           && !defined __GNUC__
11974           && !(defined __HP_cc || defined __xlc__
11975                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
11976                || defined __sgi))]:
11977         #define to signed char in these cases too; this simplifies
11978         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
11979         etc., separately) and makes it more conservative.
11980
11981 2006-01-25  Simon Josefsson  <jas@extundo.com>
11982
11983         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
11984         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
11985         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
11986
11987 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
11988
11989         * lib/argp-namefrob.h: Bugfix. Remove stray #
11990
11991 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
11992
11993         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
11994         so that we test the test.
11995         Check for yet another HP-UX cc bug involving *bool |= bool.
11996
11997 2006-01-25  Karl Berry  <karl@gnu.org>
11998
11999         * config/srclist.txt (vasnprintf.c): sync lost.
12000
12001 2006-01-25  Jim Meyering  <jim@meyering.net>
12002
12003         Sync from the stable (b5) branch of coreutils:
12004
12005         * lib/fts.c (fts_children): Don't let close() clobber errno from
12006         failed fchdir().
12007
12008         * lib/fts.c (fts_stat): When following a symlink-to-directory,
12009         don't necessarily interpret stat-fails+lstat-succeeds as indicating
12010         a dangling symlink.  That can also happen at least for ELOOP.
12011         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
12012         FYI, this bug predates the inclusion of fts.c in coreutils.
12013
12014         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
12015         in their own block, so pre-c99 compilers don't object.
12016
12017         Avoid the double-free (first in fts_read, second in fts_close) that
12018         would occur when an `active' directory is made inaccessible (e.g.,
12019         via chmod a-x) during a traversal.
12020         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
12021         before returning.  Reproduce this failure by
12022         mkdir -p a/b; cd a; chmod a-x . b
12023         Reported by Stavros Passas.
12024
12025 2006-01-25  Jim Meyering  <jim@meyering.net>
12026
12027         * lib/fileblocks.c: Remove more useless parentheses.
12028         * lib/readutmp.h: Likewise.
12029
12030 2006-01-25  Bruno Haible  <bruno@clisp.org>
12031
12032         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
12033         warnings.
12034         Reported by Paul Eggert.
12035
12036 2006-01-25  Bruno Haible  <bruno@clisp.org>
12037
12038         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
12039         rid of a trap command. For Solaris sh.
12040         Reported by Mark D. Baushke <mdb@gnu.org>.
12041
12042 2006-01-24  Simon Josefsson  <jas@extundo.com>
12043
12044         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
12045         Bruno.
12046
12047 2006-01-24  Karl Berry  <karl@gnu.org>
12048
12049         * config/srclist.txt (argp-namefrob.h): sync lost.
12050
12051 2006-01-24  Jim Meyering  <jim@meyering.net>
12052
12053         * modules/openat (Files): Add lib/intprops.h.
12054         From Mark D. Baushke.
12055
12056 2006-01-24  Jim Meyering  <jim@meyering.net>
12057
12058         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
12059         Reported by Mark D. Baushke.
12060
12061 2006-01-24  Jim Meyering  <jim@meyering.net>
12062
12063         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
12064
12065 2006-01-24  Bruno Haible  <bruno@clisp.org>
12066
12067         * modules/strnlen (Maintainer): Change from glibc to all.
12068
12069 2006-01-24  Bruno Haible  <bruno@clisp.org>
12070
12071         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
12072         Patch by Paul Eggert.
12073
12074 2006-01-24  Bruno Haible  <bruno@clisp.org>
12075
12076         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
12077         already has it.
12078         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
12079         2005-11-26.
12080
12081         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
12082         'signed char' to avoid problems with the built-in _Bool type.
12083         Reported by Paul Eggert on 2005-11-26.
12084
12085 2006-01-24  Bruno Haible  <bruno@clisp.org>
12086
12087         * gnulib-tool (func_import): Avoid constructing complicated sed
12088         expressions inside backquote.
12089         Report and solution by Mark D. Baushke <mdb@gnu.org>.
12090
12091 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
12092
12093         These changes imported from libc.
12094         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
12095         test and two separate function calls.
12096         * lib/strndup.c (__strndup): Add libc_hidden_def.
12097
12098 2006-01-23  Simon Josefsson  <jas@extundo.com>
12099
12100         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
12101         Remove the test_*_SOURCES variable: automake infers it by default.
12102         * modules/tls-tests: Likewise.
12103
12104 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
12105
12106         Work around porting bugs reported by Dieter in
12107         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
12108         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
12109         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
12110         Include "getopt.h" first, to check interface.
12111         (getenv): Declare only if defined HAVE_DECL_GETENV &&
12112         !HAVE_DECL_GETENV.
12113         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
12114         (__strndup): Revert to K&R-style function dfns, the glibc style.
12115         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
12116         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
12117         Include strnlen.h first, to get prototype properly.
12118         (strnlen): Renamed from __strnlen.
12119         Remove weak alias.
12120
12121 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
12122
12123         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
12124
12125 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
12126
12127         * config/srclist.txt: Adjust to reflect glibc reorganization.
12128         This affects only comments.
12129
12130 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
12131
12132          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
12133          Reported by Bruce Korb <bkorb@gnu.org>.
12134
12135 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
12136
12137         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
12138         to pacify gcc -Wswitch-default.
12139
12140 2006-01-22  Bruno Haible  <bruno@clisp.org>
12141
12142         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
12143         temporary buffer for sprintf, take into account the precision also
12144         for 'd', 'i', 'u', 'o', 'x', 'X'.
12145
12146 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
12147
12148         * modules/argp-tests: New module
12149         * tests/test-argp.c: New file
12150         * tests/test-argp-2.sh: New file
12151
12152 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
12153
12154         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
12155         (__argp_base_name): Removed
12156         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
12157         typo.
12158         (__argp_base_name): Provide macro definition or extern declaration
12159         depending on the configuration
12160
12161 2006-01-20  Simon Josefsson  <jas@extundo.com>
12162
12163         * modules/inet_ntop (Depends-on): Depend on sys_socket.
12164
12165 2006-01-20  Simon Josefsson  <jas@extundo.com>
12166
12167         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
12168
12169 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
12170
12171         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
12172         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
12173         Suggested by Bruno Haible.
12174
12175 2006-01-20  Karl Berry  <karl@gnu.org>
12176
12177         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
12178         until changes propagate, I guess.
12179
12180 2006-01-19  Simon Josefsson  <jas@extundo.com>
12181
12182         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
12183
12184 2006-01-19  Simon Josefsson  <jas@extundo.com>
12185
12186         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
12187
12188 2006-01-19  Simon Josefsson  <jas@extundo.com>
12189
12190         * gnulib-tool: Set check_PROGRAMS.
12191
12192         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
12193         modules/des-tests, modules/gc-arcfour-tests,
12194         modules/gc-arctwo-tests, modules/gc-des-tests,
12195         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
12196         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
12197         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
12198         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
12199         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
12200         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
12201         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
12202         test_*_SOURCES.
12203
12204 2006-01-18  Simon Josefsson  <jas@extundo.com>
12205
12206         * modules/socklen (Depends-on): Depend on sys_socket.
12207
12208 2006-01-18  Simon Josefsson  <jas@extundo.com>
12209
12210         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
12211         modules/des-tests, modules/gc-arcfour-tests,
12212         modules/gc-arctwo-tests, modules/gc-des-tests,
12213         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
12214         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
12215         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
12216         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
12217         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
12218         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
12219         $(EXEEXT) to automake TESTS variable, for mingw32.
12220
12221 2006-01-17  Simon Josefsson  <jas@extundo.com>
12222
12223         * modules/socklen (Include): Need sys/socket.h.
12224
12225 2006-01-17  Bruno Haible  <bruno@clisp.org>
12226
12227         * modules/ssize_t (Include): Add <sys/types.h>.
12228
12229 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
12230
12231         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
12232         it's not portable and it doesn't work with cross-compiles.
12233         Problem reported by Bruno Haible.  Fix missing-$ typo in
12234         'test "gl_cv_ignore_unused_libraries" ...' that prevented
12235         -zignore from being used with Sun's C compiler.
12236
12237 2006-01-12  Simon Josefsson  <jas@extundo.com>
12238
12239         * lib/base64.c: Fix warning, reported by Bruno Haible
12240         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
12241
12242 2006-01-12  Bruno Haible  <bruno@clisp.org>
12243
12244         * modules/ldd: New file.
12245         * build-aux/ldd.sh.in: New file.
12246         * MODULES.html.sh (Support for building libraries and executables): Add
12247         ldd.
12248
12249 2006-01-12  Bruno Haible  <bruno@clisp.org>
12250
12251         * m4/ldd.m4: New file.
12252
12253 2006-01-12  Bruno Haible  <bruno@clisp.org>
12254
12255         * gnulib-tool (func_import, func_create_testdir): Don't go into an
12256         endless loop while replacing $auxdir with build-aux.
12257
12258 2006-01-11  Simon Josefsson  <jas@extundo.com>
12259
12260         * lib/stdint_.h (SIZE_MAX): Add missing (.
12261
12262 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
12263
12264         Sync from coreutils.
12265         * lib/md5.c: Fix commentary typos.
12266         (alignof, UNALIGNED_P): No need for a GCC-specific version.
12267         * lib/md5.h (__attribute__): Remove; unused.
12268         * lib/sha1.c: Fix commentary to match md5 better.
12269         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
12270         so that we don't need to worry about alignment.  All uses changed.
12271         This merges the 2005-10-28 md5 change into sha1.
12272
12273 2006-01-11  Jim Meyering  <jim@meyering.net>
12274
12275         Sync from coreutils.
12276         * lib/md5.c (OP): Fix spacing.
12277
12278 2006-01-11  Bruno Haible  <bruno@clisp.org>
12279
12280         Ensure automatic ordering between gl_LOCK and gl_ARGP.
12281         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
12282         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
12283
12284 2006-01-11  Bruno Haible  <bruno@clisp.org>
12285
12286         Ensure automatic ordering between gl_LOCK and gl_ARGP.
12287         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
12288         the "early" section as well.
12289
12290 2006-01-11  Bruno Haible  <bruno@clisp.org>
12291
12292         Avoid "ar: no archive members specified" error on MacOS X.
12293         * gnulib-tool (func_modules_add_dummy): New function.
12294         (func_import, func_create_testdir): Invoke it.
12295
12296 2006-01-11  Bruno Haible  <bruno@clisp.org>
12297
12298         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
12299         with $auxdir in AC_CONFIG_FILES statements.
12300
12301 2006-01-11  Bruno Haible  <bruno@clisp.org>
12302
12303         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12304         Initialize also noinst_HEADERS to empty.
12305
12306 2006-01-11  Bruno Haible  <bruno@clisp.org>
12307
12308         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
12309         variables.
12310         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
12311         autoreconf.
12312
12313 2006-01-11  Bruno Haible  <bruno@clisp.org>
12314
12315         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
12316         overridable by the user.
12317         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12318
12319 2006-01-10  Simon Josefsson  <jas@extundo.com>
12320
12321         * modules/sys_socket: New file.
12322
12323 2006-01-10  Simon Josefsson  <jas@extundo.com>
12324
12325         * m4/sys_socket_h.m4: New file.
12326
12327 2006-01-10  Simon Josefsson  <jas@extundo.com>
12328
12329         * lib/socket_.h: New file.
12330
12331 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
12332
12333         * modules/readutmp (Maintainer): Add myself.
12334
12335 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
12336
12337         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
12338         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
12339         People who are still concerned with buggy memcmp implementations
12340         can invoke gl_FUNC_MEMCMP themselves.
12341
12342 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
12343
12344         * lib/regex_internal.h (BITSET_WORD_BITS):
12345         Work around a bug in 64-bit PGC (before version 6.1-2), where the
12346         preprocessor mishandles large unsigned values as if they were signed.
12347         Problem reported by Claudio Fontana in
12348         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
12349
12350 2006-01-10  Jim Meyering  <jim@meyering.net>
12351
12352         Avoid the double-free (first in fts_read, second in fts_close) that
12353         would occur when an `active' directory is made inaccessible (e.g.,
12354         via chmod a-x) during a traversal.
12355         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
12356         before returning.  Reproduce this failure by
12357         mkdir -p a/b; cd a; chmod a-x . b
12358         Reported by Stavros Passas.
12359
12360         Sync from coreutils.
12361         * lib/sha1.c: Tweak grammar in a comment.
12362
12363 2006-01-10  Jim Meyering  <jim@meyering.net>
12364
12365         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
12366         Patch by Joerg Sonnenberger.
12367
12368 2006-01-10  Bruno Haible  <bruno@clisp.org>
12369
12370         * modules/readutmp: Depend on module free.
12371         * modules/strtok_r: Depend on module restrict.
12372
12373 2006-01-10  Bruno Haible  <bruno@clisp.org>
12374
12375         * modules/gettext (configure.ac): Add an invocation of
12376         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
12377
12378 2006-01-10  Bruno Haible  <bruno@clisp.org>
12379
12380         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
12381         Reported by Werner Lemberg <wl@gnu.org>.
12382
12383 2006-01-10  Bruno Haible  <bruno@clisp.org>
12384
12385         * lib/localcharset.c: Update from GNU gettext.
12386
12387 2006-01-10  Bruno Haible  <bruno@clisp.org>
12388
12389         * lib/argp.h (__const): Remove macro. Use const instead.
12390         * lib/argp-fmtstream.h (__const): Likewise.
12391         * lib/glob_.h (__const): Remove macro.
12392         * lib/glob-libc.h: Use const instead of __const.
12393
12394 2006-01-10  Bruno Haible  <bruno@clisp.org>
12395
12396         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
12397         variable.
12398         Needed to avoid an automake error regarding the 'gettext' module.
12399
12400 2006-01-09  Simon Josefsson  <jas@extundo.com>
12401
12402         * modules/inet_ntop (Depends-on): Add restrict.
12403
12404 2006-01-09  Simon Josefsson  <jas@extundo.com>
12405
12406         * modules/gc-rijndael-tests (License): Put under LGPL.
12407
12408         * modules/gc-des-tests (License): Likewise.
12409
12410         * modules/gc-arcfour-tests (License): Likewise.
12411
12412         * modules/gc-arctwo-tests (License): Likewise.
12413
12414         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
12415
12416         * modules/gc-hmac-sha1-tests (Files): Likewise.
12417
12418         * modules/gc-hmac-md5-tests (License): Likewise.
12419
12420         * modules/gc-sha1-tests (License): Likewise.
12421
12422         * modules/gc-md5-tests (License): Likewise.
12423
12424         * modules/gc-md4-tests (License): Likewise.
12425
12426         * modules/gc-md2-tests (License): Likewise.
12427
12428         * modules/gc-tests (License): Likewise.
12429
12430         * modules/des-tests (License): Likewise.
12431
12432         * modules/md4-tests (License): Likewise.
12433
12434         * modules/md2-tests (License): Likewise.
12435
12436 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12437
12438         Sync from coreutils:
12439
12440         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
12441         * modules/lib-ignore: New file.
12442         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
12443         chdir-safer.m4, lchmod.m4.
12444         * modules/openat: Add mkdirat.c, openat-priv.h.
12445
12446 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12447
12448         Sync from coreutils.
12449         * m4/lib-ignore.m4: New file.
12450         * m4/lchmod.m4: New file.
12451
12452 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12453
12454         Sync from coreutils.
12455         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
12456         for write access: POSIX says that must fail.
12457         * lib/fts.c (diropen): Likewise.
12458         * lib/save-cwd.c (save_cwd): Likewise.
12459         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
12460         well, for minor improvements on hosts that lack O_DIRECTORY.
12461         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
12462         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
12463         Fall back on chown if open failed with EACCES.
12464
12465         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
12466         Report an error at compile-time if only a 1-second nominal clock
12467         resolution is found.
12468
12469         * lib/lchmod.h: New file.
12470         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
12471         (make_dir_parents): Use lchown rather than chown, and
12472         lchmod rather than chmod.
12473
12474         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
12475         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
12476         "proc" reported by n0dalus.
12477
12478         * lib/mountlist.c: Include <limits.h>.
12479         (dev_from_mount_options)
12480         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
12481         New function.  It no longer assumes "dev=" has the System V meaning
12482         on Linux (since it doesn't).  It also parses "dev=" more carefully.
12483         (read_file_system_list)
12484         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
12485         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
12486         dev= in that case.
12487
12488         * lib/posixtm.h (PDS_PRE_2000): New macro.
12489         * lib/posixtm.c (year): Arg is now syntax_bits rather than
12490         allow_century.  All usages changed.  Reject dates outside the range
12491         1969-1999 if PDS_PRE_2000 is used.
12492
12493 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12494
12495         Sync from coreutils.
12496         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
12497         (Time of day items): Mention the possibility of leap seconds.
12498         Problem reported by Dr. David Alan Gilbert.
12499
12500 2006-01-09  Jim Meyering  <jim@meyering.net>
12501
12502         Sync from coreutils.
12503
12504         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
12505
12506         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
12507
12508         * lib/modechange.c (mode_compile): Reject an invalid mode string
12509         that starts with an octal digit.  From Andreas Gruenbacher.
12510
12511         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
12512         and dup to open_safer and dup_safer, respectively.
12513         (openat_permissive): Fix typo in comment.
12514
12515         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
12516         "gettext.h"; either no longer needed or are guaranteed by openat.h.
12517         (_): Remove; no longer needed.
12518         (openat): Renamed from rpl_openat; no need for rpl_openat
12519         since openat.h renames openat for us.
12520         Replace most of the body with a call to openat_permissive,
12521         to avoid duplicate code.
12522         Port to (probably hypothetical) environments were mode_t is
12523         wider than int.
12524         (openat_permissive): Require mode arg, so that we can check
12525         types better.  Put it just after flags.  Change cwd failure
12526         indicator from pointer-to-bool to pointer-to-errno-value.
12527         All callers changed.
12528         Invoke openat_save_fail and/or openat_restore_fail if
12529         cwd_errno is null, so that openat can call us.
12530         (openat_permissive, fdopendir, fstatat, unlinkat):
12531         Simplify errno handling to avoid some duplicate code,
12532         as it's OK to set errno on success.
12533         * lib/openat.h: Revamp code so that function macros depend on
12534         __OPENAT_PREFIX only, not also on AT_FDCWD.
12535         (openat_ro): Remove.  Caller changed to use openat_permissive.
12536         (openat_permissive): Now a macro, if not a function.
12537         (openat_restore_fail, openat_save_fail): Now always functions,
12538         since mkdirat needs them even if __OPENAT_PREFIX is defined.
12539
12540         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
12541         and openat.c.
12542         * lib/mkdirat.c: Include openat-priv.h.
12543         Remove definitions of macros defined therein.
12544         * lib/openat.c: Likewise.
12545
12546         * lib/mkdirat.c (mkdirat): New file and function.
12547         * lib/openat.h (mkdirat): Declare.
12548
12549         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
12550
12551         * lib/openat.h (openat_permissive): Declare.
12552         (openat_ro): Define.
12553
12554         * lib/openat.c (EXPECTED_ERRNO): New macro.
12555         (openat_permissive): New function -- used in remove.c rewrite.
12556         (all functions): Set errno just before returning, only if there
12557         was an actual failure.
12558         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
12559
12560         Emulate openat-family functions using Linux's procfs, if possible.
12561         Idea and some code based on Ulrich Drepper's glibc changes.
12562
12563         * lib/openat.c: (BUILD_PROC_NAME): New macro.
12564         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
12565         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
12566         before falling back on save_cwd and restore_cwd.
12567         (fdopendir, fstatat, unlinkat): Likewise.
12568
12569         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
12570         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
12571
12572         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
12573         as second argument to va_arg.  Otherwise, some versions of gcc
12574         warn that `if this code is reached, the program will abort'.
12575
12576 2006-01-09  Jim Meyering  <jim@meyering.net>
12577
12578         Sync from coreutils.
12579         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
12580         Require openat-priv.h.
12581
12582 2006-01-09  Bruno Haible  <bruno@clisp.org>
12583
12584         * modules/strnlen (Include): Use strnlen.h.
12585
12586 2006-01-09  Bruno Haible  <bruno@clisp.org>
12587
12588         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
12589
12590 2006-01-09  Bruno Haible  <bruno@clisp.org>
12591
12592         * lib/sysexit_.h (EX_OK): New macro.
12593         Suggested by Martin Lambers <marlam@marlam.de>.
12594
12595 2006-01-09  Bruno Haible  <bruno@clisp.org>
12596
12597         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
12598         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
12599
12600 2006-01-09  Bruno Haible  <bruno@clisp.org>
12601
12602         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
12603         numbers.
12604
12605 2006-01-09  Bruno Haible  <bruno@clisp.org>
12606
12607         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
12608         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
12609         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
12610         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
12611
12612 2006-01-09  Bruno Haible  <bruno@clisp.org>
12613
12614         * build-aux/javacomp.sh.in: New file, moved from lib/.
12615         * modules/javacomp-script (Files): Update.
12616         (configure.ac): Add AC_CONFIG_FILES invocation.
12617         (EXTRA_DIST): Remove variable.
12618
12619         * build-aux/javaexec.sh.in: New file, moved from lib/.
12620         * modules/javaexec (Files): Update.
12621         (configure.ac): Add AC_CONFIG_FILES invocation.
12622         (EXTRA_DIST): Remove javaexec.sh.in.
12623
12624         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
12625         * modules/csharpcomp-script (Files): Update.
12626         (configure.ac): Add AC_CONFIG_FILES invocation.
12627         (EXTRA_DIST): Remove variable.
12628
12629         * build-aux/csharpexec.sh.in: New file, moved from lib/.
12630         * modules/csharpexec (Files): Update.
12631         (configure.ac): Add AC_CONFIG_FILES invocation.
12632         (EXTRA_DIST): Remove csharpexec.sh.in.
12633
12634 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
12635
12636         Sync from coreutils.
12637
12638         Add POSIX ACL support
12639         * lib/acl.h (copy_acl, set_acl): Add declarations.
12640         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
12641         systems other than Linux.
12642         (chmod_or_fchmod): New function: use fchmod when possible,
12643         and chmod otherwise.
12644         (file_has_acl): Add a POSIX ACL implementation, with a
12645         Linux-specific subcase.
12646         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
12647         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
12648         acls are unsupported.
12649         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
12650         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
12651         are unsupported.
12652
12653 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
12654
12655         Sync from coreutils.
12656         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
12657
12658 2006-01-07  Bruno Haible  <bruno@clisp.org>
12659
12660         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
12661         gl_EARLY.
12662
12663 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
12664
12665         * lib/strftime.c (tzname): Don't declare if it is already #defined.
12666         Problem reported for Mingw by Mark Junker.
12667
12668 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
12669
12670         * README: Gnulib normally doesn't generate a tarball.
12671
12672 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
12673
12674         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
12675         long int, not int, for nanosecond counts, so that people who are
12676         used to POSIX struct timespec won't be surprised.  Reported by Jim
12677         Meyering.
12678
12679 2005-12-28  Bruno Haible  <bruno@clisp.org>
12680
12681         * build-aux/config.rpath: Update from GNU gettext.
12682
12683 2005-12-16  Jim Meyering  <jim@meyering.net>
12684
12685         * modules/fprintftime: New module.
12686         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
12687
12688 2005-12-16  Jim Meyering  <jim@meyering.net>
12689
12690         * m4/fprintftime.m4: New file.
12691
12692 2005-12-16  Jim Meyering  <jim@meyering.net>
12693
12694         * lib/fprintftime.c, lib/fprintftime.h: New files.
12695
12696 2005-12-15  Simon Josefsson  <jas@extundo.com>
12697
12698         * modules/socklen (configure.ac): Fix M4 macro name, to align with
12699         new m4/socklen.m4.
12700
12701 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
12702
12703         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
12704         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
12705
12706 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
12707
12708         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
12709         * lib/argp-help.c (fill_in_uparams): Check if the constructed
12710         struct uparams is valid. Fall back to the default values if it is
12711         not.
12712
12713 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
12714
12715         * modules/argp (Files): Add argp-pin.c
12716         (Depends-on): dirname
12717         (lib_SOURCES): Add argp-pin.c
12718
12719 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
12720
12721         * m4/argp.m4:  Check if program_invocation_name and
12722         program_invocation_short_name are declared and define appropriate
12723         macros if they are not.
12724
12725 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
12726
12727         * lib/argp-help.c (__argp_base_name): New function
12728         (__argp_short_program_name): Rewrite using __argp_base_name
12729         * lib/argp-namefrob.h: Define program_invocation_name and
12730         program_invocation_short_name if requested
12731         (__argp_base_name): Add prototype
12732         * lib/argp-parse.c (argp_def): Use gettext wrappers
12733         (argp_default_parser): Use __argp_base_name
12734         * lib/argp-pin.c: New file. Defines program_invocation_name and
12735         program_invocation_short_name on systems that lack them.
12736
12737 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
12738
12739         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
12740         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
12741         porting problem reported by Georg Schwarz in
12742         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
12743
12744 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
12745
12746         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
12747         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
12748         porting problem reported by Georg Schwarz in
12749         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
12750
12751 2005-12-05  Bruno Haible  <bruno@clisp.org>
12752
12753         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
12754         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
12755         Reported by Mark Junker <mjscod@gmx.de>.
12756
12757 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
12758
12759         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
12760         Use implementation from Albert Chin, with some
12761         comments/corrections by Stepan Kasal and myself.
12762
12763 2005-12-02  Bruno Haible  <bruno@clisp.org>
12764
12765         * gnulib-tool (func_import): Accept GPLed build tool modules when
12766         --lgpl is given.
12767         * modules/csharpcomp-script: New file.
12768         * modules/csharpcomp: Depend on it.
12769         * modules/javacomp-script: New file.
12770         * modules/javacomp: Depend on it.
12771         Suggested by Simon Josefsson.
12772
12773 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
12774
12775         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
12776         statement, to work around an HP-UX 10.20 compiler bug reported by
12777         Peter O'Gorman.
12778
12779 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
12780
12781         * modules/savedir (Depends-on): Add openat.
12782
12783 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
12784
12785         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
12786         (uintmax_t) [defined uintmax_t]: Do not declare.
12787         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
12788         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
12789         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
12790         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
12791         sake of portability to weird hosts that C allows (though we don't
12792         know of any practical examples).
12793
12794         * lib/savedir.h (fdsavedir): New decl.
12795         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
12796         contains most of the former guts of savedir.
12797         (savedir): Use savedirstream.
12798         Include "openat.h".
12799
12800 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
12801
12802         * modules/obstack (Files): Add m4/ulonglong.m4.
12803         Problem reported by Davide Angelocola.
12804
12805 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
12806
12807         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
12808         coreutils no longer futzes with rounding modes.
12809
12810 2005-11-14  Jim Meyering  <jim@meyering.net>
12811
12812         * lib/mkstemp-safer.c: Include <config.h>, required for possible
12813         replacement of mkstemp.
12814
12815 2005-11-10  Simon Josefsson  <jas@extundo.com>
12816
12817         * lib/readline.c: Remove EOL.
12818
12819 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
12820
12821         * modules/gethrxtime (Depends-on): Add gettime.
12822
12823 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
12824
12825         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
12826         or gettimeofday; no longer needed.
12827
12828 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
12829
12830         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
12831         time business.
12832         (gethrxtime) [! (HAVE_NANOUPTIME
12833         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
12834         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
12835         our own approximation.
12836
12837 2005-11-08  Eric Blake  <ebb9@byu.net>
12838
12839         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
12840
12841 2005-11-08  Eric Blake  <ebb9@byu.net>
12842
12843         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
12844
12845 2005-11-04  Bruno Haible  <bruno@clisp.org>
12846
12847         * gnulib-tool: Implement --update mode.
12848
12849 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
12850
12851         Fix porting problem reported by Theodoros V. Kalamatianos.
12852         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
12853         Don't assume that futimes failing means we must fail.
12854
12855 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
12856
12857         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
12858         variables to suggest the intended function of the PATH_MAX check.
12859
12860 2005-10-30  Kean Johnston  <jkj@sco.com>
12861
12862         Trivial changes to support SCO systems.
12863         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
12864         as PATH_MAX.
12865         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
12866         where __ptr is null when no I/O is pending.
12867
12868 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
12869
12870         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
12871         leave errno alone.  Problem reported by Dmitry V. Levin.
12872
12873 2005-10-28  Simon Josefsson  <jas@extundo.com>
12874
12875         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
12876         Test more.
12877
12878         * tests/test-gc-md2.c, tests/test-md2.c: New files.
12879
12880         * modules/md2, modules/md2-tests: New files.
12881
12882 2005-10-28  Simon Josefsson  <jas@extundo.com>
12883
12884         * m4/inet_ntop.m4: More tests.
12885
12886         * m4/gc-md2.m4, md2.m4: New file.
12887
12888 2005-10-28  Simon Josefsson  <jas@extundo.com>
12889
12890         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
12891         "restrict" keywords, as per POSIX.  Protect the function
12892         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
12893         Don't use K&R prototypes.  Check the sprintf return values.
12894         Re-define EAFNOSUPPORT if not present.  Indent.
12895
12896         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
12897         suggested by Bruno Haible <bruno@clisp.org>.
12898
12899         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
12900
12901         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
12902
12903         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
12904         libgcrypt).
12905
12906         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
12907
12908         * lib/md2.h, lib/md2.c: New files.
12909
12910 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
12911
12912         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
12913         errno alone.  Problem reported by Frederic Jolliton.
12914
12915 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
12916
12917         * modules/verify (License): Change from GPL to LGPL.  This is a
12918         tiny module and there are apparently near-equivalents that are
12919         under the BSD license.
12920
12921 2005-10-24  Simon Josefsson  <jas@extundo.com>
12922
12923         * modules/sha1: Relicense to LGPL.
12924
12925 2005-10-24  Simon Josefsson  <jas@extundo.com>
12926
12927         * lib/md4.h: Shrink buffer size, now that we changed the type.
12928
12929 2005-10-23  Simon Josefsson  <jas@extundo.com>
12930
12931         * gnulib-tool (func_import): Fix --tests-base.
12932
12933 2005-10-22  Simon Josefsson  <jas@extundo.com>
12934
12935         * modules/arcfour (Depends-on): Need stdint.
12936
12937 2005-10-22  Simon Josefsson  <jas@extundo.com>
12938
12939         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
12940         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
12941
12942 2005-10-22  Simon Josefsson  <jas@extundo.com>
12943
12944         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
12945         suggested by Bruno Haible <bruno@clisp.org>.
12946
12947 2005-10-22  Simon Josefsson  <jas@extundo.com>
12948
12949         * lib/crc.h: Include stddef.h, for size_t.
12950
12951 2005-10-22  Simon Josefsson  <jas@extundo.com>
12952
12953         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
12954         arcfour_context struct (simplify test vector testing in GNU
12955         Shishi).
12956
12957 2005-10-21  Simon Josefsson  <jas@extundo.com>
12958
12959         * modules/des, modules/des-tests: New files.
12960
12961         * modules/gc-des, modules/gc-des-tests: New files.
12962
12963         * tests/test-des.c, tests/test-gc-des.c: New file.
12964
12965 2005-10-21  Simon Josefsson  <jas@extundo.com>
12966
12967         * modules/arctwo, modules/arctwo-tests: New files.
12968
12969         * tests/test-arctwo.c: New file.
12970
12971         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
12972
12973         * tests/test-gc-arctwo.c: New file.
12974
12975 2005-10-21  Simon Josefsson  <jas@extundo.com>
12976
12977         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
12978         Bruno Haible <bruno@clisp.org>.
12979
12980         * m4/gc-des.m4: New file.
12981
12982 2005-10-21  Simon Josefsson  <jas@extundo.com>
12983
12984         * m4/arctwo.m4: New file.
12985
12986         * m4/gc-arctwo.m4: New file.
12987
12988 2005-10-21  Simon Josefsson  <jas@extundo.com>
12989
12990         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
12991         block.
12992
12993 2005-10-21  Simon Josefsson  <jas@extundo.com>
12994
12995         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
12996         <bruno@clisp.org>.
12997
12998         * lib/hmac-sha1.c (hmac_sha1): Likewise.
12999
13000         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
13001         Bruno Haible <bruno@clisp.org>.
13002
13003         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
13004         <bruno@clisp.org>.
13005
13006 2005-10-21  Simon Josefsson  <jas@extundo.com>
13007
13008         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
13009
13010 2005-10-21  Simon Josefsson  <jas@extundo.com>
13011
13012         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
13013
13014 2005-10-21  Simon Josefsson  <jas@extundo.com>
13015
13016         * lib/des.h, lib/des.c: New files.
13017
13018         * lib/gc-gnulib.c: Support DES.c
13019
13020 2005-10-21  Simon Josefsson  <jas@extundo.com>
13021
13022         * lib/arctwo.h, lib/arctwo.c: New files.
13023
13024         * lib/gc-gnulib.c: Support ARCTWO.
13025
13026 2005-10-21  Simon Josefsson  <jas@extundo.com>
13027
13028         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
13029         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
13030
13031 2005-10-21  Simon Josefsson  <jas@extundo.com>
13032
13033         * gnulib-tool (func_import, func_create_testdir): Define automake
13034         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
13035         Makefile.am snippet),
13036         suggested by Bruno Haible <bruno@clisp.org>.
13037
13038         * modules/gc (Makefile.am): Use it.
13039
13040 2005-10-21  Bruno Haible  <bruno@clisp.org>
13041
13042         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
13043         patch.
13044
13045 2005-10-19  Simon Josefsson  <jas@extundo.com>
13046
13047         * tests/test-gc-rijndael.c: New file.
13048
13049         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
13050
13051 2005-10-19  Simon Josefsson  <jas@extundo.com>
13052
13053         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
13054         interface too.
13055
13056 2005-10-19  Simon Josefsson  <jas@extundo.com>
13057
13058         * tests/test-gc-arcfour.c: New file.
13059
13060         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
13061
13062 2005-10-19  Simon Josefsson  <jas@extundo.com>
13063
13064         * modules/gc-md4, modules/gc-md4-tests: New file.
13065
13066         * tests/test-gc-md4.c: New file.
13067
13068 2005-10-19  Simon Josefsson  <jas@extundo.com>
13069
13070         * m4/gc-md4.m4: New file.
13071
13072 2005-10-19  Simon Josefsson  <jas@extundo.com>
13073
13074         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
13075         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
13076         <kasal@ucw.cz>.
13077
13078 2005-10-19  Simon Josefsson  <jas@extundo.com>
13079
13080         * m4/gc-arcfour.m4: New file.
13081
13082         * m4/gc-rijndael.m4: New file.
13083
13084 2005-10-19  Simon Josefsson  <jas@extundo.com>
13085
13086         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
13087
13088 2005-10-19  Simon Josefsson  <jas@extundo.com>
13089
13090         * lib/gc-gnulib.c: Support ARCFOUR.
13091
13092 2005-10-19  Simon Josefsson  <jas@extundo.com>
13093
13094         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
13095         support.
13096
13097         * lib/gc.h: Add ECB enum type.
13098
13099         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
13100
13101 2005-10-18  Simon Josefsson  <jas@extundo.com>
13102
13103         * tests/test-md5.c: New file.
13104
13105         * modules/md5-tests: New file.
13106
13107 2005-10-18  Simon Josefsson  <jas@extundo.com>
13108
13109         * tests/test-md4.c: New file.
13110
13111         * modules/md4, modules/md4-tests: New files.
13112
13113 2005-10-18  Simon Josefsson  <jas@extundo.com>
13114
13115         * m4/md4.m4: New file.
13116
13117 2005-10-18  Simon Josefsson  <jas@extundo.com>
13118
13119         * lib/md4.h, lib/md4.c: New files, based on md5.?.
13120
13121 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
13122
13123         * gnulib-tool (func_create_testdir): Omit the second check whether
13124         BUILT_SOURCES in nonempty.
13125
13126 2005-10-17  Simon Josefsson  <jas@extundo.com>
13127
13128         * tests/test-rijndael.c: New file.
13129
13130 2005-10-17  Simon Josefsson  <jas@extundo.com>
13131
13132         * modules/sha1: Depend on stdint instead of md5.
13133
13134         * modules/md5: Depend on stdint, remove uint32_t.
13135
13136 2005-10-17  Simon Josefsson  <jas@extundo.com>
13137
13138         * modules/gc-sha1-tests: New file.
13139
13140         * tests/test-gc-sha1.c: New file.
13141
13142 2005-10-17  Simon Josefsson  <jas@extundo.com>
13143
13144         * m4/md5.m4: Remove call to uint32_t.m4.
13145
13146 2005-10-17  Simon Josefsson  <jas@extundo.com>
13147
13148         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
13149
13150         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
13151         md5.h.
13152
13153         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
13154
13155         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
13156
13157 2005-10-17  Simon Josefsson  <jas@extundo.com>
13158
13159         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
13160
13161 2005-10-17  Simon Josefsson  <jas@extundo.com>
13162
13163         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
13164
13165 2005-10-17  Simon Josefsson  <jas@extundo.com>
13166
13167         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
13168
13169         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
13170
13171 2005-10-17  Bruno Haible  <bruno@clisp.org>
13172
13173         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
13174         that it can also be used in a test.
13175
13176 2005-10-16  Bruno Haible  <bruno@clisp.org>
13177
13178         * gnulib-tool (func_emit_tests_Makefile_am): Also define
13179         TESTS_ENVIRONMENT, so that individual tests can augment it.
13180
13181         * gnulib-tool (func_create_testdir): Use an intermediate target for
13182         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
13183         macros, like $(ALLOCA_H), which cannot be passed through the command
13184         line.
13185
13186 2005-10-15  Simon Josefsson  <jas@extundo.com>
13187
13188         * modules/rijndael-tests: New file.
13189
13190         * modules/rijndael: New file.
13191
13192 2005-10-15  Simon Josefsson  <jas@extundo.com>
13193
13194         * m4/rijndael.m4: New file.
13195
13196 2005-10-15  Simon Josefsson  <jas@extundo.com>
13197
13198         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
13199
13200         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
13201
13202 2005-10-14  Simon Josefsson  <jas@extundo.com>
13203
13204         * tests/test-arcfour.c: New file.
13205
13206         * modules/arcfour, modules/arcfour-tests: New files.
13207
13208 2005-10-14  Simon Josefsson  <jas@extundo.com>
13209
13210         * m4/arcfour.m4: New file.
13211
13212 2005-10-14  Simon Josefsson  <jas@extundo.com>
13213
13214         * lib/arcfour.h, lib/arcfour.c: New files.
13215
13216 2005-10-14  Roland McGrath  <roland@redhat.com>
13217
13218         Import from libc.  [BZ #1331]
13219         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
13220         macro argument.
13221         Reported by Matej Vela <vela@debian.org>.
13222
13223 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
13224
13225         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
13226         include <wchar.h>; no longer needed.
13227
13228 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
13229
13230         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
13231
13232 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
13233         and  Ulrich Drepper  <drepper@redhat.com>
13234
13235         Import from libc.
13236         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
13237         instead of inline stream orientation test and two separate
13238         function calls.  Pay no attention to USE_IN_LIBIO.
13239
13240 2005-10-13  Simon Josefsson  <jas@extundo.com>
13241
13242         * modules/gc-hmac-md5-tests: New file.
13243
13244         * tests/test-gc-hmac-sha1.c: New file.
13245
13246         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
13247
13248         * modules/gc-hmac-md5-tests: New file.
13249
13250         * tests/test-gc-md5.c: New file.
13251
13252         * modules/gc-md5-tests: New file.
13253
13254 2005-10-13  Simon Josefsson  <jas@extundo.com>
13255
13256         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
13257         Move memory allocation outside of loop.
13258
13259 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
13260
13261         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
13262         intermediate directory is in a read-only file system.  Problem
13263         reported by Eric Blake.
13264
13265 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
13266
13267         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
13268
13269 2005-10-12  Simon Josefsson  <jas@extundo.com>
13270
13271         * tests/test-hmac-sha1.c: New file.
13272
13273         * modules/hmac-sha1-tests: New file.
13274
13275         * modules/hmac-sha1: New file.
13276
13277 2005-10-12  Simon Josefsson  <jas@extundo.com>
13278
13279         * modules/gc-sha1: New file.
13280
13281 2005-10-12  Simon Josefsson  <jas@extundo.com>
13282
13283         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
13284
13285         * tests/test-gc-pbkdf2-sha1.c: New file.
13286
13287 2005-10-12  Simon Josefsson  <jas@extundo.com>
13288
13289         * modules/gc-md5, modules/gc-hmac-md5: New files.
13290
13291         * modules/gc (Files): Remove md5, memxor and hmac files.
13292
13293 2005-10-12  Simon Josefsson  <jas@extundo.com>
13294
13295         * m4/gc-pbkdf2-sha1.m4: New file.
13296
13297         * m4/gc-hmac-sha1.m4: New file.
13298
13299         * m4/gc-sha1: New file.
13300
13301         * m4/hmac-sha1.m4: New file.
13302
13303 2005-10-12  Simon Josefsson  <jas@extundo.com>
13304
13305         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
13306
13307         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
13308
13309 2005-10-12  Simon Josefsson  <jas@extundo.com>
13310
13311         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
13312         suggested by Bruno Haible <bruno@clisp.org>.
13313
13314 2005-10-12  Simon Josefsson  <jas@extundo.com>
13315
13316         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
13317
13318 2005-10-12  Simon Josefsson  <jas@extundo.com>
13319
13320         * lib/gc-pbkdf2-sha1.c: New file.
13321
13322         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
13323
13324 2005-10-12  Simon Josefsson  <jas@extundo.com>
13325
13326         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
13327
13328         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
13329
13330 2005-10-12  Simon Josefsson  <jas@extundo.com>
13331
13332         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
13333         GC_USE_HMAC_MD5, respectively.
13334
13335         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
13336         (gc_md5): Fix typo.
13337
13338         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
13339
13340         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
13341
13342         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
13343
13344 2005-10-12  Bruno Haible  <bruno@clisp.org>
13345
13346         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
13347         Reported by Stepan Kasal <kasal@ucw.cz>.
13348
13349 2005-10-11  Simon Josefsson  <jas@extundo.com>
13350
13351         * tests/test-crc.c: New file.
13352
13353         * modules/crc, modules/crc-tests: New files.
13354
13355 2005-10-11  Simon Josefsson  <jas@extundo.com>
13356
13357         * m4/crc.m4: New file.
13358
13359 2005-10-11  Simon Josefsson  <jas@extundo.com>
13360
13361         * lib/gc.h: Add gc_hash and gc_hash_buffer.
13362
13363         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
13364
13365         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
13366
13367 2005-10-11  Simon Josefsson  <jas@extundo.com>
13368
13369         * lib/crc.h, lib/crc.c: New files.
13370
13371         * lib/gc.h (gc_hash_buffer): Add doc.
13372
13373 2005-10-11  Bruno Haible  <bruno@clisp.org>
13374
13375         * modules/c-strcasestr: New file.
13376         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
13377
13378 2005-10-11  Bruno Haible  <bruno@clisp.org>
13379
13380         * modules/c-strcase: New file.
13381         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
13382
13383 2005-10-11  Bruno Haible  <bruno@clisp.org>
13384
13385         * lib/strcasecmp.c: Include limits.h.
13386         (strcasecmp): Avoid integer overflow on exotic platforms.
13387         * lib/strncasecmp.c: Include limits.h.
13388         (strncasecmp): Avoid integer overflow on exotic platforms.
13389         Reported by Paul Eggert.
13390
13391 2005-10-11  Bruno Haible  <bruno@clisp.org>
13392
13393         * lib/c-strcasestr.h: New file, from GNU gettext.
13394         * lib/c-strcasestr.c: New file, from GNU gettext.
13395
13396 2005-10-11  Bruno Haible  <bruno@clisp.org>
13397
13398         * lib/c-strcase.h: New file, from GNU gettext.
13399         * lib/c-strcasecmp.c: New file, from GNU gettext.
13400         * lib/c-strncasecmp.c: New file, from GNU gettext.
13401
13402 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
13403
13404         * modules/mempcpy (License): GPL -> LGPL.
13405         * modules/strchrnul (License): Likewise.
13406         * modules/sysexits (License): Likewise.
13407
13408 2005-10-08  Simon Josefsson  <jas@extundo.com>
13409
13410         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
13411
13412 2005-10-07  Simon Josefsson  <jas@extundo.com>
13413
13414         * m4/memxor.m4: Remove gl_C_RESTRICT call.
13415
13416 2005-10-06  Simon Josefsson  <jas@extundo.com>
13417
13418         * tests/test-hmac-md5.c: New file.
13419
13420         * modules/hmac-md5-tests: New file.
13421
13422         * modules/hmac-md5: New file.
13423
13424 2005-10-06  Simon Josefsson  <jas@extundo.com>
13425
13426         * m4/hmac-md5.m4: New file.
13427
13428         * m4/memxor.m4: Require gl_C_RESTRICT.
13429
13430 2005-10-06  Simon Josefsson  <jas@extundo.com>
13431
13432         * lib/memxor.c (memxor): Avoid casts and warnings.
13433
13434 2005-10-06  Simon Josefsson  <jas@extundo.com>
13435
13436         * lib/hmac-md5.c: New file.
13437
13438         * lib/hmac.h: New file.
13439
13440 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
13441
13442         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
13443         promotes to int, not unsigned int, to catch the AIX 5.3
13444         compiler bug.
13445
13446 2005-10-05  Simon Josefsson  <jas@extundo.com>
13447
13448         * modules/memxor: New file.
13449
13450         * modules/iconv (Files): Move config.rpath to havelib, it is used
13451         there.
13452
13453         * modules/havelib (Files): Add config.rpath.
13454
13455 2005-10-05  Simon Josefsson  <jas@extundo.com>
13456
13457         * m4/memxor.m4: New file.
13458
13459 2005-10-05  Simon Josefsson  <jas@extundo.com>
13460
13461         * lib/memxor.c (memxor): Fix compiler error.
13462
13463         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
13464         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
13465
13466         * lib/memxor.h, lib/memxor.c: New files.
13467
13468         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
13469         we assume all systems have it, suggested by Jim Meyering
13470         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
13471         any systems lack sys/socket.h; mingw32 is known to lack it, but we
13472         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
13473         same reasons.
13474
13475 2005-10-05  Simon Josefsson  <jas@extundo.com>
13476
13477         * config/srclist.txt: Add glibc bug 1423 for md5.h.
13478
13479 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
13480
13481         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
13482         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
13483         needed, since the source code now assumes these .h files.
13484
13485 2005-10-05  Derek Price  <derek@ximbiot.com>
13486
13487         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
13488
13489 2005-10-05  Bruno Haible  <bruno@clisp.org>
13490
13491         * modules/stdint (License): Change to LGPL.
13492
13493 2005-10-04  Simon Josefsson  <jas@extundo.com>
13494
13495         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
13496         D. Baushke" <mdb@gnu.org>.
13497
13498 2005-10-04  Bruno Haible  <bruno@clisp.org>
13499
13500         * lib/verify.h (verify_true): Provide alternative definition for C++.
13501
13502 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
13503
13504         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
13505         (SSIZE_MAX): New macro, if not already defined.
13506         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
13507         than 2 GiB.
13508
13509 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
13510
13511         Sync from coreutils.
13512         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
13513         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
13514         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
13515         ULLONG_MAX doesn't work with 2.7.2.1.
13516
13517 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
13518
13519         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
13520         From Ben Pfaff.
13521
13522         * modules/exclude (Depends-on): Depend on verify.
13523         * modules/strtoimax (Depends-on): Likewise.
13524         * modules/utimecmp (Depends-on): Likewise.
13525
13526 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
13527
13528         * lib/exclude.c: Include verify.h.
13529         (verify): Remove.  All callers changed to use verify.h's version.
13530         * lib/strtoimax.c: Likewise.
13531         * lib/utimecmp.c: Likewis.e
13532
13533         Sync from coreutils.
13534         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
13535         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
13536         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
13537         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
13538         bother returning ENOSYS if settimeofday or stime fails; just let
13539         them return whatever errno they want to return.
13540         * lib/utimens.c: Include unistd.h, for dup2.
13541         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
13542         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
13543
13544 2005-10-02  Jim Meyering  <jim@meyering.net>
13545
13546         Sync from coreutils.
13547         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
13548         from glibc-2.2.5 that fails for read-only files.
13549
13550 2005-10-02  Jim Meyering  <jim@meyering.net>
13551
13552         Sync from coreutils.
13553         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
13554         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
13555         `#if HAVE_CONFIG_H'.
13556         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
13557         Remove AT_FDCWD test.
13558         Do not consume the fd unless successful.
13559         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
13560         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
13561         block, so that we don't even try to compile it if settimeofday is
13562         available.  This works around a compilation failure on OSF1 V5.1,
13563         due to stime requiring a `long int*' while tv_sec is `int'.
13564
13565 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
13566
13567         Sync from coreutils.
13568         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
13569         against `yes', rather than just testing for nonempty.
13570
13571 2005-10-01  Simon Josefsson  <jas@extundo.com>
13572
13573         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
13574         and Darwin.
13575
13576         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
13577         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
13578         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
13579         freeaddrinfo and gai_strerror are declared by the POSIX headers.
13580         Check if struct addrinfo is declared.
13581
13582 2005-10-01  Simon Josefsson  <jas@extundo.com>
13583
13584         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
13585         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
13586         AI_* and EAI_* definitions.  Protect function declarations.
13587
13588 2005-10-01  Jim Meyering  <jim@meyering.net>
13589
13590         Sync from coreutils.
13591
13592         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
13593         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
13594         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
13595         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
13596         in the inet and nsl libraries.  Required on Solaris 5.7.
13597
13598 2005-10-01  Jim Meyering  <jim@meyering.net>
13599
13600         Sync from coreutils.
13601         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
13602         in the inet and nsl libraries.  Required on Solaris 5.7.
13603
13604 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
13605
13606         * lib/getdelim.c (getdelim): Remove unused variables.
13607
13608 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
13609
13610         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
13611         so that the code works even with ancient cpp.  Portability problem
13612         with GCC 2.7.2.1 reported by Thomas M.Ott.
13613
13614 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
13615
13616         * modules/regex (Depends-on): Add strcase.
13617
13618         * modules/gethostname (Licence): Change from GPL to LGPL, since
13619         gethostname.c is a trivial implementation of a standard library
13620         function.
13621         * modules/poll (License): Change from GPL to LGPL, since it's
13622         derived from LGPL code.
13623
13624 2005-09-27  Jim Meyering  <jim@meyering.net>
13625
13626         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
13627         HAVE_CONFIG_H.
13628
13629         * lib/intprops.h (signed_type_or_expr__): Define.
13630         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
13631         for unsigned types.
13632
13633 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
13634
13635         * lib/verify.h (verify_expr): Remove, replacing with:
13636         (verify_true): New macro that returns true instead of void.
13637         (verify_type__): Remove.
13638         (verify): Use verify_true rather than verify_type__.
13639
13640 2005-09-26  Bruno Haible  <bruno@clisp.org>
13641
13642         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
13643         is necessary.
13644         (lib_SOURCES): Remove mbchar.c.
13645         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
13646         (Files): Add m4/mbrtowc.m4.
13647         * modules/mbiter: Likewise.
13648         * modules/mbuiter: Likewise.
13649
13650 2005-09-26  Bruno Haible  <bruno@clisp.org>
13651
13652         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
13653         compile mbchar.c if they are not both present.
13654         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
13655         * m4/mbiter.m4 (gl_MBITER): Likewise.
13656         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
13657         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
13658         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
13659
13660 2005-09-25  Jim Meyering  <jim@meyering.net>
13661
13662         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
13663         also uses socklen_t.
13664
13665 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
13666
13667         * lib/utimens.c (ENOSYS): Define if not already defined.
13668         (futimens): Support having a null PATH if the file descriptor
13669         is nonnegative.
13670
13671         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
13672         Remove.
13673         (__attribute): Define to empty unless GCC 3.1 or later.
13674         This works around a core dump on OpenBSD 3.4, which has GCC
13675         2.95.3, which dumps core when given __attribute__(()).  It also
13676         simplifies other tests, since we really don't want to bother with
13677         worrying about which ancient version of GCC supported what.
13678         Original problem reported by Yoann Vandoorselaere, with part of
13679         the fix suggested by Derek Price.
13680
13681 2005-09-24  Jim Meyering  <jim@meyering.net>
13682
13683         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
13684         so we can once again use a positive bitfield width of 1 -- now we
13685         don't have to explain why we were using a bitfield width of 2.
13686
13687 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
13688
13689         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
13690         and similarly for the other external symbols.  Problem reported
13691         by James Gallager.
13692
13693         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
13694         bug reported by Jim Meyering.
13695
13696         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
13697         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
13698         not needed, since socklen is a prerequisite module.
13699
13700 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
13701
13702         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
13703         Problem reported by Eric Blake.
13704         (getaddrinfo): Initialize se so that it's not garbage.
13705         Redo internal storage allocation so that it doesn't make unportable
13706         assumptions about alignment.
13707         Fix a memory leak.
13708
13709         * lib/utimens.c (futimens): Use futimesat if available.
13710         Prefer it to futimes since it doesn't have the futimes bug.
13711
13712         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
13713         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
13714         Instead, declare a function that returns a pointer to an array,
13715         and use verify_type__ to declare the size of the array.
13716         Problem and germ of a solution reported by Bruno Haible.
13717         (verify_type__): Use 2, not 1, for bitfield size, to avoid
13718         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
13719
13720 2005-09-23  Jim Meyering  <jim@meyering.net>
13721
13722         Sync from coreutils.
13723         Correct build failure (socklen_t not defined) on at least
13724         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
13725         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
13726
13727 2005-09-23  Jim Meyering  <jim@meyering.net>
13728
13729         * modules/getaddrinfo (Depends-on): Add socklen.
13730
13731 2005-09-23  Bruno Haible  <bruno@clisp.org>
13732
13733         * tests/test-verify.c: New file.
13734
13735 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
13736
13737         Sync from coreutils.
13738
13739         * modules/argmatch (Depends-on): Add verify.
13740         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
13741         unistd-safer.
13742         * modules/save-cwd (Depends-on): Likewise.
13743
13744         * modules/openat (Files): Add lib/openat-die.c.
13745         (Depends-on): Remove error, exitfail.
13746         Add dirname.
13747
13748         * modules/verify: New file.
13749         * MODULES.html.sh (Diagnostics <assert.h>): New section,
13750         with "verify" module.
13751
13752 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
13753
13754         Sync from coreutils.
13755
13756         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
13757         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
13758         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
13759         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
13760         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
13761         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
13762         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
13763         Don't bother checking for string.h, stdlib.h, unistd.h.
13764         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
13765         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
13766         module's job.
13767         * m4/jm-macros.m4 (gl_MACROS): Likewise.
13768         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
13769
13770         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
13771         (gl_GETDATE): Use it.
13772
13773         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
13774
13775 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
13776
13777         Sync from coreutils.
13778
13779         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
13780         stat-time.h.
13781         * lib/argmatch.h: Include verify.h
13782         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
13783         (ARGMATCH_ASSERT): Remove; unused.
13784         * lib/canonicalize.c: Assume STDC_HEADERS.
13785         * lib/exclude.c: Include "strcase.h".
13786         * lib/regex_internal.h [!defined _LIBC]: Likewise.
13787         * lib/getusershell.c: Include stdio--.h rather than stdio.h
13788         and stdio-safer.h.
13789         (getusershell): Call fopen, not fopen_safer.
13790         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
13791         Do not include unistd-safer.h.
13792         (save_cwd): Don't call fd_safer; no longer needed
13793         now that we include fcntl--.h.
13794
13795         * lib/getdate.y (relative_time): New type.
13796         (RELATIVE_TIME_0): New constant.
13797         (parser_control): Use relative_time instead of doing it ourselves.
13798         (%union): Add new relative_time rel member.
13799         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
13800         Now typeless.
13801         (relunit, relunit_snumber): Now of type rel.
13802         (zone, rel, relunit, get_date): Adjust to above changes.
13803
13804         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
13805         Do not include unistd-safer.h.
13806         (getloadavg): Don't call fd_safer; no longer needed
13807         now that we include fcntl--.h.
13808
13809         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
13810         (make_dir_parents): Treat ENOSYS like EEXIST.
13811
13812         Improve quality of diagnostics on restore_cwd failure.
13813         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
13814         (make_dir_parents): Last arg is now int * (for errno), not bool *.
13815         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
13816         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
13817         each time through the loop.  Do not diagnose restore_cwd failure;
13818         that is the caller's job (and perhaps the caller does not care).
13819
13820         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
13821         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
13822         If the file already exists but is not a directory, don't bother
13823         to try to make its parents.
13824         Close potential file descriptor leak if we can't chdir("/") (!).
13825         Don't always return true if chdir($PWD) fails; return true only
13826         if the requested action was done successfully (except for the
13827         chdir($PWD)).
13828         Don't log final directory unless we actually made it.
13829         Refactor to avoid duplicate code to fix up permissions.
13830         Don't attempt to fix up parent permissions if chdir($PWD) fails.
13831
13832         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
13833         to make it a bit faster and (I hope) clearer.
13834         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
13835         Fix bug in formats like %2N.
13836
13837         * lib/verify.h: New file.
13838
13839 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
13840
13841         Sync from coreutils.
13842         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
13843
13844 2005-09-22  Jim Meyering  <jim@meyering.net>
13845
13846         Sync from coreutils.
13847
13848         * m4/lstat.m4 (gl_FUNC_LSTAT):
13849         Use AC_LIBSOURCES to require lstat.c and lstat.h.
13850         Remove obsolete comment.
13851         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
13852         * m4/xstrtod.m4: Likewise.
13853
13854         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
13855
13856 2005-09-22  Jim Meyering  <jim@meyering.net>
13857
13858         Sync from coreutils.
13859
13860         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
13861
13862         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
13863         the .tm_year member, since otherwise gcc-4.0 would now warn about
13864         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
13865
13866         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
13867         order to avoid an unsuppressible warning from gcc on 64-bit systems.
13868
13869         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
13870         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
13871         when run in a time zone for which daylight savings time is in effect
13872         for the starting date.
13873
13874         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
13875         stop us from restricting permissions of just-created absolute-named
13876         directories.
13877         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
13878         to restore initial working directory.
13879         * lib/mkdir-p.c (make_dir_parents): New parameter:
13880         different_working_dir, to tell caller if/when we change the working
13881         directory and are unable to return to the initial one.
13882         * lib/mkdir-p.h (make_dir_parents): Update prototype.
13883         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
13884         `return false'.  This fixes a bug introduced on 2004-07-30.
13885
13886         * lib/openat.c (fdopendir): Be sure to close the supplied
13887         file descriptor before returning.  This makes our replacement
13888         implementation a little closer to Solaris's, where fdopendir
13889         ties the file descriptor to the returned DIR* pointer.
13890         * lib/openat.c (unlinkat): New function.
13891         * lib/openat.h (unlinkat): Add prototype.
13892         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
13893         (openat_restore_fail): Rename from openat_restore_die.
13894         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
13895
13896         Provide an alternative to exiting immediately upon save_cwd or
13897         restore_cwd failure.  Now, an application can arrange e.g.,
13898         to perform a longjump in that case.
13899         * lib/openat.c: Include dirname.h.
13900         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
13901         (rpl_openat, fdopendir, fstatat): Call openat_save_die
13902         and openat_restore_die rather than calling error directly.
13903         Don't include "error.h" or "exitfail.h"; they're no longer needed.
13904
13905         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
13906         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
13907         define.
13908
13909         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
13910         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
13911                             int utc, int nanoseconds);
13912         Background:
13913         date should not have to allocate a megabyte of virtual memory to
13914         handle a format argument like +%1048575T.  When implemented with
13915         strftime, it must allocate such a buffer, use strftime to fill it
13916         in, print it, then free it.
13917         With fprintftime, it simply prints everything and exits.
13918         With no need for memory allocation, that's one fewer way to fail.
13919         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
13920         optional field width, not before, so we accept %9:z, not %:9z.
13921         (my_strftime): Be sure to use L_('x') for literals.
13922
13923         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
13924         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
13925         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
13926         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
13927         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
13928         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
13929         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
13930         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
13931         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
13932         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
13933         * lib/xgethostname.c, lib/xreadlink.c:
13934         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
13935
13936         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
13937         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
13938         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
13939         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
13940         and don't include <sys/file.h>).
13941
13942 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
13943
13944         Sync from coreutils.
13945
13946         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
13947         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
13948         [!LDAV_DONE]: Avoid unused variable warning.
13949
13950 2005-09-21  Bruno Haible  <bruno@clisp.org>
13951
13952         * lib/unicodeio.h (unicode_to_mb): New declaration.
13953
13954 2005-09-20  Derek Price  <derek@ximbiot.com>
13955
13956         * lib/getaddrinfo.c: Don't include <netdb.h> included from
13957         getaddrinfo.h.
13958
13959 2005-09-20  Bruno Haible  <bruno@clisp.org>
13960
13961         * gnulib-tool: Remove trailing slashes from the values specified for
13962         --source-base, --m4-base, --tests-base, --aux-dir.
13963         Suggested by Simon Josefsson <jas@extundo.com>.
13964
13965 2005-09-20  Bruno Haible  <bruno@clisp.org>
13966
13967         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
13968         func_modules_to_filelist, func_import, func_create_testdir): Make all
13969         sorting results locale-independent, so that gnulib-cache.m4 doesn't
13970         change when gnulib-tool is invoked in a different locale.
13971
13972 2005-09-19  Simon Josefsson  <jas@extundo.com>
13973
13974         * m4/socklen.m4: Fix typo.
13975
13976 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13977
13978         Use a consistent style for including <config.h>.
13979         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
13980         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
13981         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
13982         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
13983         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
13984         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
13985         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
13986         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
13987         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
13988         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
13989         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
13990         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
13991         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
13992         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
13993         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
13994         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
13995         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
13996         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
13997         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
13998         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
13999         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
14000         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
14001         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
14002         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
14003         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
14004         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
14005         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
14006         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
14007         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
14008         lib/xstrtoumax.c, lib/yesno.c:
14009         Standardize inclusion of config.h.
14010         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
14011         lib/inttostr.h:  Removed inclusion of config.h from header files.
14012         * lib/inttostr.c:  Adjusted in-tree users.
14013         * lib/timespec.h: Remove superfluous warning to include config.h.
14014         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
14015         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
14016         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
14017         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
14018         config.h with HAVE_CONFIG_H.
14019
14020 2005-09-19  Jim Meyering  <jim@meyering.net>
14021
14022         * modules/pathmax (License): Change to LGPL.
14023
14024 2005-09-19  Derek Price  <derek@ximbiot.com>
14025
14026         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
14027
14028 2005-09-19  Bruno Haible  <bruno@clisp.org>
14029
14030         * gnulib-tool (import): Provide default for --tests-base.
14031
14032 2005-09-19  Bruno Haible  <bruno@clisp.org>
14033
14034         * doc/quote.texi: New file, extracted from gnulib.texi.
14035         * doc/ctime.texi: New file, extracted from gnulib.texi.
14036         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
14037         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
14038         * doc/gnulib.texi: Include them.
14039
14040 2005-09-18  Bruno Haible  <bruno@clisp.org>
14041
14042         Portability fix.
14043         * gnulib-tool (func_readlink): New function.
14044         (func_ln_if_changed): Use it.
14045
14046 2005-09-18  Bruno Haible  <bruno@clisp.org>
14047
14048         * gnulib-tool: Support --with-tests also with --import.
14049         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
14050         (func_import): Use variables $testsbase and $inctests. Emit a
14051         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
14052         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
14053         SUBDIRS += $testsdir.
14054         (func_create_testdir): Update.
14055
14056 2005-09-18  Bruno Haible  <bruno@clisp.org>
14057
14058         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
14059         instead of $dry_run.
14060         (func_cp_if_changed, func_mv_if_changed): Remove functions.
14061         (func_ln_if_changed): Don't handle dry-run here.
14062         (func_import): In dry-run mode, detect more precisely which actions
14063         would be performed, and don't use "...ing" verbs.
14064
14065 2005-09-18  Bruno Haible  <bruno@clisp.org>
14066
14067         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
14068         (func_import): Use join on two temporary files instead of three nested
14069         loops, in order to determine which files are new or old.
14070
14071 2005-09-18  Bruno Haible  <bruno@clisp.org>
14072
14073         * gnulib-tool (func_import): Comment out code that spits out the
14074         new files with --dry-run.
14075
14076 2005-09-18  Bruno Haible  <bruno@clisp.org>
14077
14078         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
14079
14080 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
14081
14082         * lib/stat-time.h: New file.
14083         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
14084         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
14085         in a different way.
14086         (timespec_cmp): New function.
14087         * lib/utimecmp.c: Include stat-time.h.
14088         (SYSCALL_RESOLUTION): Depend on whether various struct stat
14089         members exist, not on the obsolescent ST_MTIM_NSEC.
14090         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
14091
14092 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
14093
14094         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
14095
14096 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
14097
14098         * MODULES.html.sh (File system functions): Add stat-time.
14099         * modules/stat-time: New file.
14100         * modules/timespec (Files): Remove m4/st_mtim.m4; this
14101         is now done in a different way, by the stat-time module.
14102         * modules/utimecmp (Depends-on): Add stat-time.
14103
14104 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
14105
14106         * m4/st_mtim.m4: Remove.  Superseded by...
14107         * m4/stat-time.m4: New file.
14108         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
14109         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
14110
14111 2005-09-15  Derek Price  <derek@ximbiot.com>
14112
14113         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
14114
14115 2005-09-15  Derek Price  <derek@ximbiot.com>
14116
14117         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
14118         * lib/regex_internal.c: Ditto, using this...
14119         (__GNUC_PREREQ): ...new macro.
14120         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
14121         using...
14122         (__GNUC_PREREQ): ...this new macro.
14123
14124         * lib/strstr.h: Include string.h. Define strstr as a macro here.
14125
14126 2005-09-15  Derek Price  <derek@ximbiot.com>
14127             Paul Eggert  <eggert@cs.ucla.edu>
14128
14129         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
14130         changes, consolidating in...
14131         * lib/regex_internal.h: ...this file.
14132
14133 2005-09-13  Jim Meyering  <jim@meyering.net>
14134
14135         * lib/canon-host.c: Filter through gnu indent and reword comments
14136         slightly.
14137         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
14138
14139 2005-09-13  Derek Price  <derek@ximbiot.com>
14140
14141         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
14142         failure.
14143         Reported by Jim Meyering  <jim@meyering.net>.
14144
14145 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
14146
14147         * lib/base64.c: Typo.
14148         (base64_encode): Put b64str in initialized data section.
14149
14150 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
14151
14152         Merge glibc and coreutils changes into gnulib, plus a few
14153         extra fixes.
14154         * lib/md5.c: Use #error rather than a string.
14155         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
14156         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
14157         (__attribute__): Define to empty for non recent-GCC.
14158         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
14159         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
14160         Renamed from their non-__ counterparts, with new macros replacing
14161         them if not _LIBC.  Add __THROW attribute.
14162         (rol): Remove.
14163         (struct md5_ctx): Align buffer if using GCC.
14164         * lib/sha1.h (struct sha1_ctx): Likewise.
14165         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
14166         The old name was backwards.
14167         (NOTSWAP): Remove; not used.
14168         (rol): New macro, moved here from md5.h.
14169         (sha1_process_block): Remove a FIXME that doesn't make sense.
14170
14171 2005-09-12  Derek Price  <derek@ximbiot.com>
14172
14173         Return usable errors from canon-host.
14174         * lib/canon-host.h: New file.
14175         * lib/canon-host.c (canon_host): Wrap...
14176         (canon_host_r): ...this new function, which now relies exclusively on
14177         getaddrinfo.
14178         (ch_strerror): New function.
14179         (last_cherror): New global.
14180         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
14181         interface.
14182         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
14183         void *.
14184         (freeaddrinfo): Free ai->ai_canonname when set.
14185
14186 2005-09-12  Derek Price  <derek@ximbiot.com>
14187
14188         Make canon-host require getaddrinfo.
14189         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
14190         AC_LIBSOURCE canon-host.h.  Call...
14191         (gl_PREREQ_CANON_HOST): ...this new function, which requires
14192         gl_GETADDRINFO.
14193         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
14194
14195 2005-09-12  Derek Price  <derek@ximbiot.com>
14196
14197         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
14198         LGPL.
14199         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
14200
14201 2005-09-12  Derek Price  <derek@ximbiot.com>
14202
14203         * lib/gai_strerror.c: Include config.h when available.  Include
14204         getaddrinfo.h before other headers to test interface.
14205         Reported by Larry Jones <lawrence.jones@ugs.com>.
14206
14207 2005-09-12  Derek Price  <derek@ximbiot.com>
14208             Paul Eggert  <eggert@cs.ucla.edu>
14209
14210         * modules/glob (Files): Add glob-libc.h.
14211
14212 2005-09-12  Derek Price  <derek@ximbiot.com>
14213             Paul Eggert  <eggert@cs.ucla.edu>
14214
14215         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
14216         glob_.h, glob-libc.h.
14217         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
14218
14219 2005-09-12  Derek Price  <derek@ximbiot.com>
14220             Paul Eggert  <eggert@cs.ucla.edu>
14221
14222         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
14223         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
14224         protecting things that should be done only in gnulib contexts.
14225         * lib/glob_.h: New file, containing only the glob things needed for
14226         gnulib.
14227         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
14228         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
14229         (glob, globfree, glob_pattern_p): Now defined simply in terms of
14230         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
14231         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
14232         and to respect the namespace rules better.
14233
14234 2005-09-08  Simon Josefsson  <jas@extundo.com>
14235
14236         * modules/socklen: New file.
14237
14238 2005-09-08  Simon Josefsson  <jas@extundo.com>
14239
14240         * m4/socklen.m4: New file.
14241
14242 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
14243
14244         * modules/utimens (Files): Add m4/utimbuf.m4, since
14245         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
14246         Reported by Sergey Poznyakoff.
14247
14248 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
14249
14250         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
14251         definitions, since that's the preferred style in glibc.
14252         Fix a minor spacing issue, and update copyright notice to match
14253         glibc's.
14254
14255 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
14256
14257         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
14258
14259 2005-09-06  Simon Josefsson  <jas@extundo.com>
14260
14261         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
14262         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
14263
14264 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
14265
14266         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
14267         warning.
14268
14269 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
14270
14271         * config/srclist.txt: Add glibc bug 1302.
14272
14273 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
14274
14275         Change bitset word type from unsigned int to unsigned long int,
14276         as this has better performance on typical 64-bit hosts.
14277         Port bitset code to hosts with unusual word sizes.
14278         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
14279         (build_collating_symbol):
14280         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
14281         argument is a bitset.  This is merely a style issue, but it makes
14282         it clearer that an entire array is expected.
14283         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
14284         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
14285         Port to the case where bitset_word is not the same as unsigned int.
14286         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
14287         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
14288         Likewise.
14289         * lib/regexec.c (check_dst_limits_calc_pos_1,
14290         check_subexp_matching_top):
14291         (build_trtable, group_nodes_into_DFAstates):
14292         Likewise.
14293         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
14294         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
14295         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
14296         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
14297         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
14298         * lib/regcomp.c (optimize_subexps, lower_subexp):
14299         Work even if bitset_word has holes in its bitwise representation.
14300         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
14301         * lib/regexec.c (check_dst_limits_calc_pos_1,
14302         check_subexp_matching_top):
14303         Likewise.
14304         * lib/regex_internal.c (re_string_reconstruct):
14305         Don't assume UCHAR_MAX == 255.
14306         * lib/regex_internal.h (bitset_set_all): Likewise.
14307         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
14308         All uses changed.
14309         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
14310         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
14311         All uses changed.
14312         (BITSET_WORD_MAX): New macro.
14313         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
14314         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
14315         (bitset_empty, bitset_copy):
14316         Prefer sizeof (bitset) to multiplying it out ourselves.
14317         (bitset_not_merge): Remove; unused.
14318         (bitset_contain): Return bool, not unsigned int with one bit on.
14319         All callers changed.
14320         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
14321         alignment than re_node_set; do this by defining a new internal
14322         type struct dests_alloc and using it to allocate memory.
14323
14324 2005-09-05  Bruno Haible  <bruno@clisp.org>
14325
14326         * gnulib-tool (func_import): Fix comparison in handling of symbolic
14327         links.
14328
14329 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
14330
14331         * modules/size_max (Makefile.am): Add size_max.h
14332
14333 2005-09-04  Derek Price  <derek@ximbiot.com>
14334
14335         * gnulib-tool (func_import): Fix reversed $symbolic logic.
14336
14337 2005-09-03  Simon Josefsson  <jas@extundo.com>
14338
14339         * gnulib-tool: Fix typo.
14340
14341 2005-09-03  Simon Josefsson  <jas@extundo.com>
14342
14343         * config/srclist.txt: Add glibc bug 1293.
14344
14345 2005-09-03  Derek Price  <derek@ximbiot.com>
14346
14347         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
14348         From Larry Jones <lawrence.jones@ugs.com>.
14349
14350 2005-09-02  Simon Josefsson  <jas@extundo.com>
14351
14352         * modules/socklen: New file.
14353
14354 2005-09-02  Simon Josefsson  <jas@extundo.com>
14355
14356         * modules/havelib: New module.
14357
14358         * modules/gettext, modules/iconv, modules/lock, modules/readline:
14359         Use havelib.
14360
14361 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
14362
14363         Check for arithmetic overflow when calculating sizes, to prevent
14364         some buffer-overflow issues.  These patches are conservative, in the
14365         sense that when I couldn't determine whether an overflow was possible,
14366         I inserted a run-time check.
14367         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
14368         macros.
14369         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
14370         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
14371         (re_xnrealloc, re_x2nrealloc): New inline functions.
14372         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
14373         parse_bracket_exp):
14374         (build_equiv_class, build_charclass): Check for arithmetic overflow
14375         in size expression calculations.
14376         * lib/regex_internal.c (re_string_realloc_buffers):
14377         (build_wcs_upper_buffer, re_node_set_add_intersect):
14378         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
14379         (re_dfa_add_node, register_state): Likewise.
14380         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
14381         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
14382         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
14383         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
14384
14385 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
14386
14387         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
14388         m4/ulonglong.m4.  Problem reported by Martin Lambers.
14389
14390 2005-09-02  Bruno Haible  <bruno@clisp.org>
14391
14392         Support for lib vs. lib64 distinction on biarch platforms.
14393         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
14394         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
14395         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
14396
14397 2005-09-02  Bruno Haible  <bruno@clisp.org>
14398
14399         * gnulib-tool (import): In the other first-use case, provide defaults
14400         as well.
14401
14402 2005-09-02  Bruno Haible  <bruno@clisp.org>
14403
14404         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
14405         patches not yet found in the latest gettext release.
14406
14407 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
14408
14409         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
14410         to avoid a collision with bits/local_lim.h in glibc.
14411         All uses changed.  Problem reported by Dmitry V. Levin in
14412         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
14413
14414         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
14415         bugs in int versus size_t comparisons.
14416         (re_string_context_at): Fix bug where the code assumed that
14417         Idx is signed.
14418
14419         Use bool where appropriate.
14420         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
14421         All callers changed.
14422         (calc_eclosure_iter): Likewise, for ROOT arg.
14423         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
14424         (build_charclass_op): Likewise, for NON_MATCH arg.
14425         * lib/regex_internal.c (re_string_allocate, re_string_construct):
14426         (re_string_construct_common): Likewise, for ICASE arg.
14427         * lib/regexec.c (re_search_2_stub, re_search_stub):
14428         Likewise, for RET_LEN arg.
14429         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
14430         (set_regs): Likewise, for FL_BACKTRACK arg.
14431         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
14432         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
14433         (calc_eclosure_iter, parse_bracket_exp):
14434         Use bool for internal variables that are booleans.
14435         * lib/regexec.c (re_search_internal, check_matching,
14436         proceed_next_node):
14437         (set_regs, build_sifted_states, sift_states_bkref):
14438         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
14439         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
14440         (find_collation_sequence_value):
14441         Likewise.
14442         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
14443         (re_node_set_compare):
14444         Return bool, not int. All callers changed.
14445         * lib/regexec.c (check_halt_node_context, check_dst_limits):
14446         (build_trtable, check_node_accept): Likewise.
14447         * lib/regex_internal.h: Include stdbool.h.
14448
14449         Fix bugs uncovered when converting to bool.
14450         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
14451         failure instead of charging ahead blindly.
14452         * lib/regex_internal.c (register_state): Likewise.
14453         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
14454         for freeing internal storage.
14455         (group_nodes_into_DFA_states): Use unsigned int, not int, for
14456         bitset pieces used as boolean, to avoid undefined behavior
14457         on hosts that do int overflow checking.
14458
14459 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
14460
14461         * config/srclist.txt: Add glibc bugs 1285-1287.
14462
14463 2005-09-01  Jim Meyering  <jim@meyering.net>
14464
14465         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
14466         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
14467         Require gl_STAT_MACROS, too.
14468
14469 2005-09-01  Bruno Haible  <bruno@clisp.org>
14470
14471         * gnulib-tool (import): In the first-use case, provide defaults.
14472
14473 2005-09-01  Bruno Haible  <bruno@clisp.org>
14474
14475         * gnulib-tool (func_import): Remove the .tmp files.
14476
14477 2005-09-01  Bruno Haible  <bruno@clisp.org>
14478
14479         * gnulib-tool (func_import): Fix handling of symbolic links.
14480
14481 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14482
14483         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
14484         old glibc regex code mishandles strings longer than 2**31 bytes.
14485         This patch fixes this when the regex code is used in gnulib
14486         (i.e., outside glibc).
14487
14488         This patch should not affect the use of the regex code inside
14489         glibc.  No doubt this problem also needs to be handled for glibc
14490         as well, but the result will be an incompatible change to the
14491         glibc ABI, and the old ABI will have to be supported too.  That
14492         can be the the subject for another patch.
14493
14494         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
14495         governing whether the rest of this patch is active.  By default,
14496         the macro is disabled and the patch has no effect.
14497         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
14498         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
14499         (struct re_pattern_buffer, re_search, re_search_2, re_match):
14500         (re_match_2, re_set_registers): Use the new types.
14501         * lib/regex_internal.h (Idx, re_hashval_t): New types.
14502         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
14503         New macros.
14504         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
14505         (re_string_context_at, bin_tree_t, re_dfastate_t):
14506         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
14507         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
14508         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
14509         (re_string_char_size_at, re_string_wchar_at):
14510         (re_string_elem_size_at):
14511         Use the new types and macros to port to 64-bit hosts.
14512         Use unsigned types for internal values, so that the code
14513         mostly works even for arrays larger than SSIZE_MAX.
14514         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
14515         (search_duplicated_node, calc_eclosure_iter, fetch_number):
14516         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
14517         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
14518         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
14519         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
14520         (calc_inveclosure, parse_dup_op, build_range_exp):
14521         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
14522         (fetch_number, create_token_tree, mark_opt_subexp):
14523         Likewise.
14524         * lib/regex_internal.c (re_string_construct_common,
14525         create_ci_newstate):
14526         (create_cd_newstate, re_string_allocate, re_string_construct):
14527         (re_string_realloc_buffers, build_wcs_upper_buffer):
14528         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
14529         (re_string_reconstruct, re_string_peek_byte_case):
14530         (re_string_fetch_byte_case, re_string_context_at):
14531         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
14532         (re_node_set_init_copy, re_node_set_add_intersect):
14533         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
14534         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
14535         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
14536         (re_acquire_state, re_acquire_state_context, register_state):
14537         Likewise.
14538         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
14539         search_cur_bkref_entry):
14540         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
14541         (re_search_internal, re_search_2_stub, re_search_stub)
14542         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
14543         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
14544         (update_cur_sifted_state, check_dst_limits):
14545         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
14546         (check_subexp_limits, sift_states_bkref, merge_state_array):
14547         (check_subexp_matching_top, get_subexp, get_subexp_sub):
14548         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
14549         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
14550         (expand_bkref_cache, check_node_accept_bytes):
14551         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
14552         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
14553         (acquire_init_state_context, check_halt_node_context):
14554         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
14555         (sift_states_backward, clean_state_log_if_needed):
14556         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
14557         (find_recover_state, transit_state_sb, transit_state_mb):
14558         (transit_state_bkref, build_trtable, match_ctx_clean):
14559         Likewise.
14560         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
14561         to work around an assumption that REG_MISSING is negative.
14562
14563         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
14564         (seek_collating_symbol_entry) [defined _LIBC]:
14565         (lookup_collation_sequence_value) [defined _LIBC]:
14566         (build_range_exp, build_collating_symbol) [defined _LIBC]:
14567         Use prototypes rather than old-style function definitions.
14568         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
14569         (transit_state_sb) [0]:
14570         (find_collation_sequence_value) [defined _LIBC]: Likewise.
14571
14572         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
14573         rm_eo.
14574
14575         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
14576         (optimize_subexps, lower_subexp):
14577         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
14578         since the signed shift might overflow.  Use 1u<<31 instead.
14579         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
14580         Likewise.
14581         * lib/regexec.c (check_dst_limits_calc_pos_1,
14582         check_subexp_matching_top): Likewise.
14583
14584         * lib/regcomp.c (optimize_subexps, lower_subexp):
14585         Use CHAR_BIT rather than 8, for clarity.
14586         * lib/regexec.c (check_dst_limits_calc_pos_1):
14587         (check_subexp_matching_top): Likewise.
14588         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
14589         have to worry about portability issues when shifting it left.
14590         Remove no-longer-needed test for table_size > 0.
14591         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
14592         in a word, as the resulting behavior is undefined.
14593         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
14594         in one case, a <= should have been an <, and in another case the
14595         whole test was missing.
14596         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
14597         the standard name CHAR_BIT.
14598         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
14599         this is not true on one's complement and signed-magnitude hosts.
14600
14601         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
14602         next_last_offset.
14603         (struct re_dfa_t): Remove unused member states_alloc.
14604         * lib/regcomp.c (init_dfa): Don't initialize unused members.
14605
14606 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14607
14608         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
14609         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
14610         and large-file glibc and in 32-bit large-file Solaris.
14611
14612 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14613
14614         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
14615         lengths fit in regoff_t; this isn't true if regoff_t is the same
14616         width as size_t.
14617         * lib/regex.c (re_search_internal): 5th arg is LAST_START
14618         (= START + RANGE) instead of RANGE.  This avoids overflow
14619         problems when regoff_t is the same width as size_t.
14620         All callers changed.
14621         (re_search_2_stub): Check for overflow when adding the
14622         sizes of the two strings.
14623         (re_search_stub): Check for overflow when adding START
14624         to RANGE; if it occurs, substitute the extreme value.
14625
14626 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14627
14628         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
14629
14630 2005-08-31  Jim Meyering  <jim@meyering.net>
14631
14632         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
14633         a pointer-to-const.
14634         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
14635         (register_state): Likewise.
14636         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
14637         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
14638         (group_nodes_into_DFAstates): Likewise.
14639
14640 2005-08-31  Jim Meyering  <jim@meyering.net>
14641
14642         * check-module: Add a FIXME comment.
14643
14644 2005-08-31  Eric Blake  <ebb9@byu.net>
14645
14646         * modules/unistd-safer (Files): Add unistd--.h.
14647         * modules/stdio-safer (Files): Add stdio--.h.
14648
14649 2005-08-31  Derek Price  <derek@ximbiot.com>
14650
14651         * lib/getdelim.c (getdelim): Return EOF on EOF.
14652         Reported by Larry Jones <lawrence.jones@ugs.com>.
14653
14654 2005-08-31  Bruno Haible  <bruno@clisp.org>
14655
14656         Avoid unnecessary diffs in the generated lib/Makefile.am.
14657         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
14658         the generated files.
14659         (func_import): Don't set cmd.
14660
14661 2005-08-31  Bruno Haible  <bruno@clisp.org>
14662
14663         * lib/strstr.c: Include <stddef.h>, for NULL.
14664         * lib/strcasestr.c: Likewise.
14665         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
14666
14667 2005-08-31  Bruno Haible  <bruno@clisp.org>
14668
14669         * gnulib-tool: New option --macro-prefix.
14670         (func_import): Use macro_prefix.
14671         (import): Handle option --macro-prefix.
14672
14673 2005-08-31  Bruno Haible  <bruno@clisp.org>
14674
14675         * gnulib-tool (import): Rename most ac_* variables to cached_*.
14676         Also use new variables cached_lgpl, cached_libtool.
14677
14678 2005-08-31  Bruno Haible  <bruno@clisp.org>
14679
14680         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
14681         always instantiating them.
14682
14683 2005-08-31  Bruno Haible  <bruno@clisp.org>
14684
14685         * gnulib-tool (func_import): Read the previous cached settings
14686         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
14687         earlier added by gnulib but are now dropped. Warn when a gnulib file
14688         overwrites a non-gnulib file.
14689
14690 2005-08-31  Bruno Haible  <bruno@clisp.org>
14691
14692         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
14693         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
14694         projects that don't keep autogenerated files in CVS. Put into
14695         actioncmd only the specified modules, not the transitive closure.
14696
14697 2005-08-31  Bruno Haible  <bruno@clisp.org>
14698
14699         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
14700         Create directories that shall be filled.
14701         (import): Don't look for gl_* macros in configure.ac. Recurse across
14702         all directories containing a gnulib-cache.m4 files, if meaningful.
14703
14704 2005-08-31  Bruno Haible  <bruno@clisp.org>
14705
14706         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
14707         (import): Set seen_libtool when we see gl_LIBTOOL.
14708
14709 2005-08-31  Bruno Haible  <bruno@clisp.org>
14710
14711         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
14712         declaration macro definitions from generated gnulib.m4.
14713
14714 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
14715
14716         * lib/iconvme.h: Add prototype for iconv_alloc.
14717
14718 2005-08-29  Simon Josefsson  <jas@extundo.com>
14719
14720         * lib/iconvme.c: Fix errno.
14721
14722 2005-08-29  Bruno Haible  <bruno@clisp.org>
14723
14724         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
14725         that it works when the directory contains spaces.
14726
14727 2005-08-29  Bruno Haible  <bruno@clisp.org>
14728
14729         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
14730
14731 2005-08-29  Bruno Haible  <bruno@clisp.org>
14732
14733         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
14734         Emit more advice.
14735
14736 2005-08-29  Bruno Haible  <bruno@clisp.org>
14737         and Stepan Kasal  <kasal@ucw.cz>
14738
14739         * check-module: If more parameters are given, check each of them
14740         separately; add more exceptions, as noted by Jim Meyering.
14741         (check_module): New procedure.
14742         (%exempt_header): Now contains all exceptions.
14743
14744 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
14745
14746         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
14747
14748 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
14749
14750         * lib/iconvme.c: Split iconv_string into iconv_alloc.
14751
14752 2005-08-28  Bruno Haible  <bruno@clisp.org>
14753
14754         * m4/gnulib-tool.m4: New file.
14755
14756 2005-08-27  Jim Meyering  <jim@meyering.net>
14757
14758         * modules/unistd-safer (Files): Add pipe-safer.c.
14759         * modules/fcntl-safer (Files): Add creat-safer.c.
14760
14761 2005-08-27  Jim Meyering  <jim@meyering.net>
14762
14763         * m4/stdlib-safer.m4: New file.  From coreutils.
14764         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
14765         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
14766         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
14767         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
14768         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
14769
14770 2005-08-27  Jim Meyering  <jim@meyering.net>
14771
14772         * lib/fopen-safer.c: Merge minor changes from coreutils.
14773         * lib/dup-safer.c: Likewise.
14774         * lib/fd-safer.c: Likewise.
14775
14776         Merge from coreutils.
14777         * lib/stdio--.h: New file.
14778         * lib/stdlib--.h: New file.
14779         * lib/mkstemp-safer.c: New file.
14780
14781         GNU tar needs these.
14782         * lib/pipe-safer.c: New file.
14783         * lib/creat-safer.c: New file.
14784         * lib/fcntl--.h (creat): Define to creat_safer.
14785         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
14786         * lib/unistd--.h (pipe): Define to pipe_safer.
14787         * lib/unistd-safer.h: Declare pipe_safer.
14788
14789 2005-08-26  Simon Josefsson  <jas@extundo.com>
14790
14791         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
14792         Haible <bruno@clisp.org>.
14793
14794 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
14795
14796         * lib/regex_internal.h: Remove all references to
14797         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
14798         or better.
14799         (bitset_not, bitset_merge, bitset_not_merge):
14800         (bitset_mask, re_string_allocate, re_string_construct):
14801         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
14802         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
14803         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
14804         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
14805         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
14806         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
14807         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
14808         (re_acquire_state_context):
14809         Remove unnecessary forward decls.
14810         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
14811         Put __attribute at function definition,
14812         now that the function decl has been removed.
14813         * lib/regex_internal.c (re_string_peek_byte_case):
14814         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
14815         Likewise.
14816
14817 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
14818
14819         * m4/regex.m4: Add AC_PREREQ(2.50).
14820         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
14821
14822 2005-08-25  Simon Josefsson  <jas@extundo.com>
14823
14824         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
14825         __fsetlocking.
14826
14827 2005-08-25  Simon Josefsson  <jas@extundo.com>
14828
14829         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
14830         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
14831         GLIBC specific code.
14832
14833 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
14834
14835         Make regex safe for g++.  This fixes one real bug (an "err"
14836         that should have been "*err").  g++ problem reported by
14837         Sam Steingold.
14838         * lib/regex_internal.h (re_calloc): New macro, consistent with
14839         re_malloc etc.  All callers of calloc changed to use re_calloc.
14840         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
14841         not int.  All callers changed.
14842         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
14843         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
14844         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
14845         (find_recover_state): Change "err" to "*err"; this fixes what
14846         appears to be a real bug.
14847         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
14848         versus int.
14849
14850 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
14851
14852         * modules/regex (Depends-on): Add malloc, since the code
14853         assumes that !malloc(0) means failure.
14854
14855 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
14856
14857         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
14858
14859         alloca modernization/simplification for regex.
14860         * lib/regex.c: Remove portability cruft for alloca.  This no longer
14861         needs to be at the start of the file, and can be moved into
14862         regex_internal.h and simplified.
14863         * lib/regex_internal.h: Include <alloca.h>.
14864         (__libc_use_alloca) [!defined _LIBC]: New macro.
14865         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
14866         now works outside glibc.
14867
14868 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
14869
14870         * config/srclist.txt: Add glibc bugs 1241, 1245.
14871
14872 2005-08-25  Jim Meyering  <jim@meyering.net>
14873
14874         * lib/open-safer.c: Include <config.h>.
14875         Otherwise, we'd lose LARGEFILE support in any file using
14876         e.g. "fcntl--.h"
14877
14878 2005-08-25  Bruno Haible  <bruno@clisp.org>
14879
14880         * m4/minmax.m4: Require autoconf 2.52.
14881         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
14882         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
14883         alternatives of translit over the alphabet.
14884         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
14885
14886 2005-08-24  Simon Josefsson  <jas@extundo.com>
14887
14888         * tests/test-getpass.c: New file.
14889
14890 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
14891
14892         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
14893         for GNU regex features.
14894
14895 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
14896
14897         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
14898         * lib/regex.h (regerror): Likewise.
14899
14900         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
14901         requires this.  (The code never needed it.)
14902
14903         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
14904         All uses of recently-renamed identifiers changed to use the new,
14905         POSIX-compliant names.  The code will build and run just fine
14906         without these changes, but it's better to eat our own dog food
14907         and use the standard-conforming names.
14908
14909         * lib/regex.h: Fix a multitude of POSIX name space violations.
14910         These changes have an effect only for programs that define
14911         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
14912         do not change anything for programs compiled in the normal way.
14913         Also, there is no effect on the ABI.
14914
14915         (_REGEX_SOURCE): New macro.
14916         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
14917         defined and _GNU_SOURCE is not; this fixes a name space violation.
14918
14919         Rename the following macros to obey POSIX requirements.
14920         The old names are still visible as macros if _REGEX_SOURCE is defined.
14921         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
14922         RE_BACKSLASH_ESCAPE_IN_LISTS.
14923         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
14924         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
14925         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
14926         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
14927         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
14928         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
14929         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
14930         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
14931         (REG_INTERVALS): renamed from RE_INTERVALS.
14932         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
14933         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
14934         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
14935         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
14936         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
14937         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
14938         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
14939         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
14940         RE_UNMATCHED_RIGHT_PAREN_ORD.
14941         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
14942         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
14943         (REG_DEBUG): renamed from RE_DEBUG.
14944         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
14945         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
14946         unusual, since we can't clash with the POSIX REG_ICASE.
14947         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
14948         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
14949         (REG_NO_SUB): renamed from RE_NO_SUB.
14950         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
14951         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
14952         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
14953         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
14954         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
14955         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
14956         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
14957         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
14958         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
14959         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
14960         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
14961         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
14962         RE_SYNTAX_POSIX_MINIMAL_BASIC.
14963         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
14964         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
14965         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
14966         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
14967         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
14968         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
14969         (REG_FIXED): Renamed from REGS_FIXED.
14970         (REG_NREGS): Renamed from RE_NREGS.
14971
14972         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
14973         of other REG_* macros, since POSIX says the user is allowed to
14974         #undef these macros selectively.
14975
14976         (reg_errcode_t): Update comment stating what other tables need
14977         to be consistent.
14978
14979         Rename the following enum values to obey POSIX requirements.
14980         The old names are still visible as macros.
14981         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
14982         is not defined, since GNU is supposed to be a superset of POSIX as
14983         much as possible, and since we want reg_errcode_t to be a signed
14984         type for implementation consistency.
14985         (_REG_NOERROR): Renamed from REG_NOERROR.
14986         (_REG_NOMATCH): Renamed from REG_NOMATCH.
14987         (_REG_BADPAT): Renamed from REG_BADPAT.
14988         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
14989         (_REG_ECTYPE): Renamed from REG_ECTYPE.
14990         (_REG_EESCAPE): Renamed from REG_EESCAPE.
14991         (_REG_ESUBREG): Renamed from REG_ESUBREG.
14992         (_REG_EBRACK): Renamed from REG_EBRACK.
14993         (_REG_EPAREN): Renamed from REG_EPAREN.
14994         (_REG_EBRACE): Renamed from REG_EBRACE.
14995         (_REG_BADBR): Renamed from REG_BADBR.
14996         (_REG_ERANGE): Renamed from REG_ERANGE.
14997         (_REG_ESPACE): Renamed from REG_ESPACE.
14998         (_REG_BADRPT): Renamed from REG_BADRPT.
14999         (_REG_EEND): Renamed from REG_EEND.
15000         (_REG_ESIZE): Renamed from REG_ESIZE.
15001         (_REG_ERPAREN): Renamed from REG_ERPAREN.
15002         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
15003         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
15004         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
15005         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
15006
15007         (_REG_RE_NAME, _REG_RM_NAME): New macros.
15008         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
15009         changed.  But support the old name if the new one is not defined
15010         and if _REGEX_SOURCE.
15011
15012         Change the following member names in struct re_pattern_buffer.
15013         The old names are still supported if !_REGEX_SOURCE.
15014         The new names are always supported, regardless of _REGEX_SOURCE.
15015         (re_buffer): Renamed from buffer.
15016         (re_allocated): Renamed from allocated.
15017         (re_used): Renamed from used.
15018         (re_syntax): Renamed from syntax.
15019         (re_fastmap): Renamed from fastmap.
15020         (re_translate): Renamed from translate.
15021         (re_can_be_null): Renamed from can_be_null.
15022         (re_regs_allocated): Renamed from regs_allocated.
15023         (re_fastmap_accurate): Renamed from fastmap_accurate.
15024         (re_no_sub): Renamed from no_sub.
15025         (re_not_bol): Renamed from not_bol.
15026         (re_not_eol): Renamed from not_eol.
15027         (re_newline_anchor): Renamed from newline_anchor.
15028
15029         Change the following member names in struct re_registers.
15030         The old names are still supported if !_REGEX_SOURCE.
15031         The new names are always supported, regardless of _REGEX_SOURCE.
15032         (rm_num_regs): Renamed from num_regs.
15033         (rm_start): Renamed from start.
15034         (rm_end): Renamed from end.
15035
15036         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
15037         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
15038         Prepend __ to parameter names.
15039
15040         Undo yesterday's changes.
15041
15042 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
15043
15044         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
15045         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
15046         lib/regex.c.
15047
15048 2005-08-24  Jim Meyering  <jim@meyering.net>
15049
15050         Sync from coreutils.
15051         * m4/fcntl-safer.m4: New file.
15052
15053         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
15054         and object files for this module.
15055
15056 2005-08-24  Jim Meyering  <jim@meyering.net>
15057
15058         Sync from coreutils.
15059         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
15060
15061 2005-08-24  Jim Meyering  <jim@meyering.net>
15062
15063         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
15064         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
15065
15066 2005-08-24  Jim Meyering  <jim@meyering.net>
15067
15068         * modules/fcntl-safer: New module.
15069         * modules/fts (Depends-on): Add fcntl-safer.
15070         * MODULES.html.sh (File descriptor based Input/Output):
15071         Add fcntl-safer.
15072
15073 2005-08-24  Bruno Haible  <bruno@clisp.org>
15074
15075         Support for unit test modules.
15076         * modules/README: Mention tests modules.
15077         * modules/TEMPLATE-TESTS: New file.
15078         * gnulib-tool: New options --extract-tests-module, --with-tests and
15079         --tests-base (unused for the moment).
15080         (testsbase, inctests): New variables.
15081         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
15082         (func_verify_module): Exclude TEMPLATE-TESTS.
15083         (func_verify_nontests_module, func_verify_tests_module): New functions.
15084         (func_get_dependencies): Add implicit dependency for tests modules.
15085         (func_get_tests_module): New function.
15086         (func_modules_transitive_closure): When --with-tests was specified,
15087         include the unit tests as well, unless explicitly avoided.
15088         (func_emit_lib_Makefile_am): Ignore the tests modules here.
15089         (func_emit_tests_Makefile_am): New function.
15090         (func_create_testdir): When --with-tests was specified, emit a
15091         tests/ directory.
15092         * MODULES.html.sh (Future developments): Update.
15093
15094 2005-08-24  Bruno Haible  <bruno@clisp.org>
15095
15096         * modules/tls-tests: New file.
15097         * tests/test-tls.c: New file, from GNU gettext.
15098
15099 2005-08-24  Bruno Haible  <bruno@clisp.org>
15100
15101         * modules/lock-tests: New file.
15102         * tests/test-lock.c: New file, from GNU gettext.
15103
15104 2005-08-24  Bruno Haible  <bruno@clisp.org>
15105
15106         * lib/lock.h: Add multiple inclusion guard.
15107         * lib/tls.h: Add multiple inclusion guard.
15108
15109 2005-08-24  Bruno Haible  <bruno@clisp.org>
15110
15111         * gnulib-tool: Add support for the --aux-dir option to
15112         --create-testdir, --create-megatestdir, --test, --megatest.
15113         (func_create_testdir, func_create_megatestdir): Optionally emit a
15114         AC_CONFIG_AUX_DIR directive.
15115         (create-testdir, create-megatestdir, test, megatest): Provide a
15116         default value for $auxdir.
15117
15118 2005-08-24  Bruno Haible  <bruno@clisp.org>
15119
15120         * gnulib-tool (import): Use compound statement instead of subshell
15121         where possible.
15122
15123 2005-08-24  Bruno Haible  <bruno@clisp.org>
15124
15125         * gnulib-tool (import): Change --aux-dir default to "build-aux".
15126
15127 2005-08-24  Bruno Haible  <bruno@clisp.org>
15128
15129         * gnulib-tool (func_version): Update.
15130
15131 2005-08-24  Bruno Haible  <bruno@clisp.org>
15132
15133         * gnulib-tool (func_import, func_create_testdir,
15134         func_create_megatestdir): Quote all autoconf macro arguments.
15135
15136 2005-08-24  Bruno Haible  <bruno@clisp.org>
15137
15138         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
15139         option --force, because --force causes the aclocal.m4 of each
15140         subdirectory to be newer than the corresponding config.h.in.
15141
15142 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
15143
15144         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
15145         All contents moved to gl_REGEX.
15146         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
15147         assume that it does.
15148
15149 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
15150
15151         * lib/regex.h (REG_NOSYS)
15152         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
15153         Define, since POSIX requires it as of 2001.
15154         (_REG_ENOSYS)
15155         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
15156         New private symbol, used to keep the enum signed in all cases.
15157         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
15158         Youngman in
15159         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
15160
15161         * lib/regex_internal.c (re_string_skip_chars, register_state):
15162         (calc_state_hash):
15163         Remove forward decls; no longer needed now that we use prototypes.
15164         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
15165         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
15166         (clean_state_log_if_needed): Likewise.
15167
15168 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
15169
15170         * config/srclist.txt: Add glibc bugs 1231-1233.
15171
15172 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
15173
15174         Fix problems reported by Sam Steingold in
15175         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
15176         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
15177         assumed that reg_errcode_t is a signed type, which is not
15178         necessarily true if _XOPEN_SOURCE is not defined.
15179         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
15180         since some compilers warn about it otherwise.
15181
15182 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
15183
15184         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
15185         (init_word_char, create_initial_state, duplicate_node_closure):
15186         (fetch_token, peek_token_bracket, build_range_exp):
15187         (build_collating_symbol): Remove forward decls; no longer needed
15188         now that we use prototypes.
15189
15190         * lib/regcomp.c:
15191         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
15192         (re_compile_fastmap_iter, regcomp, regerror, regfree):
15193         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
15194         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
15195         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
15196         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
15197         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
15198         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
15199         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
15200         (build_range_exp, build_collating_symbol, parse_bracket_exp):
15201         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
15202         (build_charclass, build_charclass_op, fetch_number, create_tree):
15203         (create_token_tree, mark_opt_subexp, duplicate_tree):
15204         Use prototypes rather than old-style definitions.
15205
15206         * lib/regex_internal.c:
15207         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
15208         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
15209         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
15210         (re_string_reconstruct, re_string_peek_byte_case):
15211         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
15212         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
15213         (re_node_set_init_copy, re_node_set_add_intersect):
15214         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
15215         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
15216         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
15217         (re_acquire_state, re_acquire_state_context, register_state):
15218         (create_ci_newstate, create_cd_newstate, free_state):
15219         Likewise.
15220         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
15221         re_search_2):
15222         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
15223         (re_search_internal, prune_impossible_nodes):
15224         (acquire_init_state_context, check_matching, static):
15225         (check_halt_node_context, check_halt_state_context, proceed_next_node):
15226         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
15227         (update_regs, sift_states_backward, build_sifted_states):
15228         (clean_state_log_if_needed, merge_state_array):
15229         (update_cur_sifted_state, add_epsilon_src_nodes):
15230         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
15231         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
15232         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
15233         (find_recover_state, check_subexp_matching_top, transit_state_mb):
15234         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
15235         (check_arrival, check_arrival_add_next_nodes):
15236         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
15237         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
15238         (check_node_accept_bytes, check_node_accept, extend_buffers):
15239         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
15240         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
15241         (sift_ctx_init):
15242         Likewise.
15243
15244         * lib/regex_internal.h:
15245         (re_string_allocate, re_string_construct, re_string_reconstruct):
15246         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
15247         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
15248         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
15249         (re_string_context_at, re_string_peek_byte_case):
15250         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
15251         is defined, since we now use prototypes always.
15252
15253         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
15254         C89 or better.  All uses removed.
15255
15256 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
15257
15258         * config/srclist.txt: Add glibc bugs 1220-1227.
15259
15260 2005-08-20  Jim Meyering  <jim@meyering.net>
15261
15262         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
15263         of unused local, dfa.
15264
15265 2005-08-20  Bruno Haible  <bruno@clisp.org>
15266
15267         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
15268
15269 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15270
15271         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
15272         (re_node_set_insert_last, re_dfa_add_node):
15273         Rename local variables to avoid GCC shadowing warnings.
15274
15275 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15276
15277         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
15278         [defined lint]: Suppress bogus uninitialized-variable warnings.
15279
15280         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
15281         and let the caller return REG_ESPACE if out of space.  This
15282         removes an uninitialied-variable warning with GCC 4.0.1, and also
15283         avoids taking the address of a local variable.  All callers
15284         changed.
15285
15286 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15287
15288         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
15289         $LIBCSRC/posix/regexec.c.
15290         Add glibc bug 1217 for regcomp.c.
15291
15292 2005-08-19  Jim Meyering  <jim@meyering.net>
15293
15294         * lib/regexec.c (proceed_next_node): Redo local variables to
15295         avoid GCC shadowing warnings.
15296
15297 2005-08-18  Bruno Haible  <bruno@clisp.org>
15298
15299         * lib/strstr.c (strstr): Fix return value in multibyte case.
15300         * lib/strcasestr.c (strcasestr): Likewise.
15301
15302 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
15303
15304         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
15305
15306 2005-08-17  Jim Meyering  <jim@meyering.net>
15307
15308         Make the %s format (seconds since the epoch) work for a negative
15309         number and when used with a zero-padded field width, e.g. %015s.
15310
15311         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
15312         label so that it precedes the code to set `digits'.  Otherwise,
15313         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
15314         print `00-22'.  Now, it prints `-0022', as it should.
15315
15316 2005-08-17  Bruno Haible  <bruno@clisp.org>
15317
15318         * modules/strstr (Files): Add m4/mbrtowc.m4.
15319         (Depends-on): Add mbuiter.
15320
15321 2005-08-17  Bruno Haible  <bruno@clisp.org>
15322
15323         * modules/strcasestr: New file.
15324         * MODULES.html.sh (String handling, based on ANSI C 89): Add
15325         strcasestr.
15326
15327 2005-08-17  Bruno Haible  <bruno@clisp.org>
15328
15329         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
15330
15331 2005-08-17  Bruno Haible  <bruno@clisp.org>
15332
15333         * modules/mbuiter: New file.
15334         * MODULES.html.sh (Extended multibyte and wide character utilities):
15335         Add mbuiter.
15336
15337 2005-08-17  Bruno Haible  <bruno@clisp.org>
15338
15339         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
15340         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
15341
15342 2005-08-17  Bruno Haible  <bruno@clisp.org>
15343
15344         * m4/strcasestr.m4: New file.
15345
15346 2005-08-17  Bruno Haible  <bruno@clisp.org>
15347
15348         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
15349         * lib/strstr.c: Completely rewritten, with multibyte locale support.
15350
15351 2005-08-17  Bruno Haible  <bruno@clisp.org>
15352
15353         * lib/strcasestr.h: New file.
15354         * lib/strcasestr.c: New file.
15355
15356 2005-08-17  Bruno Haible  <bruno@clisp.org>
15357
15358         * lib/strcasecmp.c: Use mbuiter.h.
15359
15360 2005-08-17  Bruno Haible  <bruno@clisp.org>
15361
15362         * lib/mbuiter.h: New file.
15363
15364 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
15365
15366         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
15367         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
15368         and gl_GETOPT are both invoked via different paths (as happens
15369         with GNU tar CVS because it uses both argp and getopt), the former
15370         wins.
15371
15372 2005-08-16  Bruno Haible  <bruno@clisp.org>
15373
15374         * modules/tls: New file.
15375         * MODULES.html.sh (Multithreading): Add tls.
15376
15377 2005-08-16  Bruno Haible  <bruno@clisp.org>
15378
15379         * modules/strnlen1: New file.
15380         * MODULES.html.sh (String handling): Add strnlen1.
15381
15382 2005-08-16  Bruno Haible  <bruno@clisp.org>
15383
15384         * modules/strcase (Files): Add m4/mbrtowc.m4.
15385         (Depends-on): Add strnlen1, mbchar.
15386
15387 2005-08-16  Bruno Haible  <bruno@clisp.org>
15388
15389         * modules/mbiter: New file.
15390         * MODULES.html.sh (Extended multibyte and wide character utilities):
15391         Add mbiter.
15392
15393 2005-08-16  Bruno Haible  <bruno@clisp.org>
15394
15395         * modules/mbfile: New file.
15396         * MODULES.html.sh (Extended multibyte and wide character utilities):
15397         Add mbfile.
15398
15399 2005-08-16  Bruno Haible  <bruno@clisp.org>
15400
15401         * modules/mbchar: New file.
15402         * MODULES.html.sh (Extended multibyte and wide character utilities):
15403         New section.
15404
15405 2005-08-16  Bruno Haible  <bruno@clisp.org>
15406
15407         * m4/tls.m4: New file, from GNU gettext.
15408
15409 2005-08-16  Bruno Haible  <bruno@clisp.org>
15410
15411         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
15412         always.
15413         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
15414
15415 2005-08-16  Bruno Haible  <bruno@clisp.org>
15416
15417         * m4/mbiter.m4: New file.
15418
15419 2005-08-16  Bruno Haible  <bruno@clisp.org>
15420
15421         * m4/mbfile.m4: New file.
15422
15423 2005-08-16  Bruno Haible  <bruno@clisp.org>
15424
15425         * m4/mbchar.m4: New file.
15426
15427 2005-08-16  Bruno Haible  <bruno@clisp.org>
15428
15429         * lib/tls.h: New file, from GNU gettext.
15430         * lib/tls.c: New file, from GNU gettext.
15431
15432 2005-08-16  Bruno Haible  <bruno@clisp.org>
15433
15434         * lib/strnlen1.h: New file.
15435         * lib/strnlen1.c: New file.
15436
15437 2005-08-16  Bruno Haible  <bruno@clisp.org>
15438
15439         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
15440         (mbi_init): Update.
15441         (mbi_avail, mbi_advance): Let the iteration end before the terminating
15442         NUL byte, not after it.
15443
15444 2005-08-16  Bruno Haible  <bruno@clisp.org>
15445
15446         * lib/strcase.h (strcasecmp): Add note in comments.
15447         * lib/strncasecmp.c: Use code from strcasecmp.c.
15448         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
15449         (strcasecmp): Work correctly in multibyte locales.
15450
15451 2005-08-16  Bruno Haible  <bruno@clisp.org>
15452
15453         * lib/mbiter.h: New file.
15454
15455 2005-08-16  Bruno Haible  <bruno@clisp.org>
15456
15457         * lib/mbfile.h: New file.
15458
15459 2005-08-16  Bruno Haible  <bruno@clisp.org>
15460
15461         * lib/mbchar.h: New file.
15462         * lib/mbchar.c: New file.
15463
15464 2005-08-16  Bruno Haible  <bruno@clisp.org>
15465
15466         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
15467         the valid ones. Makes the comparison operations transitive:
15468         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
15469         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
15470
15471 2005-08-15  Simon Josefsson  <jas@extundo.com>
15472
15473         * modules/ssize_t (License): Change to 'unlimited'.
15474
15475         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
15476
15477 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
15478
15479         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
15480         Add comments for each pending glibc patch.
15481
15482 2005-08-15  Bruno Haible  <bruno@clisp.org>
15483
15484         * lib/regex.h (__restrict_arr): Don't define to __restrict if
15485         __cplusplus is defined.
15486
15487 2005-08-14  Jim Meyering  <jim@meyering.net>
15488
15489         Sync from coreutils.
15490
15491         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
15492         Use the hash-table-based cycle-detection code not just when
15493         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
15494         Reported by James Youngman in
15495         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
15496         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
15497         FTS_TIGHT_CYCLE_CHECK.
15498         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
15499         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
15500         once again.
15501         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
15502         * lib/fts.c (fd_safer): Remove decl.
15503         Include fcntl--.h rather than unistd-safer.h
15504         (fts_safe_changedir): Don't call fd_safer; no longer needed
15505         now that we include fcntl--.h.
15506
15507 2005-08-12  Simon Josefsson  <jas@extundo.com>
15508
15509         * modules/getndelim2: Use ssize_t module.
15510         * modules/getnline: Likewise.
15511         * modules/safe-read: Likewise.
15512         * modules/xreadlink: Likewise.
15513
15514         * modules/ssize_t: New file.
15515
15516 2005-08-12  Simon Josefsson  <jas@extundo.com>
15517
15518         * m4/readline.m4: Look for termcap, curses or ncurses if required.
15519
15520 2005-08-12  Simon Josefsson  <jas@extundo.com>
15521
15522         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15523         ssize_t.
15524
15525 2005-08-12  Simon Josefsson  <jas@extundo.com>
15526
15527         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
15528         readline, getdelim and check_version.
15529         (Support for systems lacking ISO C 99: Sizes of integer types):
15530         Add size_max.
15531
15532 2005-08-12  Bruno Haible  <bruno@clisp.org>
15533
15534         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
15535
15536 2005-08-11  Simon Josefsson  <jas@extundo.com>
15537
15538         * modules/readline: New file.
15539
15540         * modules/strnlen (Files): Add strnlen.h.
15541
15542 2005-08-11  Simon Josefsson  <jas@extundo.com>
15543
15544         * m4/readline.m4: New file.
15545
15546 2005-08-11  Simon Josefsson  <jas@extundo.com>
15547
15548         * lib/readline.h, readline.c: New file.
15549
15550 2005-08-11  Simon Josefsson  <jas@extundo.com>
15551
15552         * doc/gnulib.texi (Initial import, Finishing touches): Mention
15553         gl_AVOID.
15554
15555 2005-08-11  Bruno Haible  <bruno@clisp.org>
15556
15557         * lib/strnlen.h (strnlen): Change parameter name to match comment.
15558
15559 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
15560
15561         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
15562
15563 2005-08-10  Simon Josefsson  <jas@extundo.com>
15564
15565         * tests/test-iconvme.c: New file.
15566
15567 2005-08-10  Simon Josefsson  <jas@extundo.com>
15568
15569         * m4/strnlen.m4: New file.
15570
15571         * m4/strndup.m4: Don't check for strnlen declaration, done in
15572         strnlen.m4.
15573
15574 2005-08-10  Simon Josefsson  <jas@extundo.com>
15575
15576         * lib/strndup.c: Use strnlen.h.
15577
15578         * lib/strnlen.h: New file.
15579
15580 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
15581
15582         * README: Typos.
15583
15584 2005-08-02  Simon Josefsson  <jas@extundo.com>
15585
15586         * modules/readline: New file.
15587
15588 2005-08-02  Simon Josefsson  <jas@extundo.com>
15589
15590         * modules/getdelim: New file.
15591
15592         * modules/getline: Rewrite, don't use getndelim2.
15593
15594 2005-08-02  Simon Josefsson  <jas@extundo.com>
15595
15596         * m4/getline.m4: Separate out getdelim stuff into separate module.
15597
15598         * m4/getdelim.m4: New file.
15599
15600 2005-08-02  Simon Josefsson  <jas@extundo.com>
15601
15602         * lib/getline.h, getline.c: Rewrite.
15603
15604         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
15605
15606 2005-07-31  Bruno Haible  <bruno@clisp.org>
15607
15608         * lib/lock.h (gl_lock_initializer): New macro.
15609         (gl_lock_define_initialized): Use it.
15610         (gl_rwlock_initializer): New macro.
15611         (gl_rwlock_define_initialized): Use it.
15612         (gl_recursive_lock_initializer): New macro.
15613         (gl_recursive_lock_define_initialized): Use it.
15614
15615 2005-07-30  Karl Berry  <karl@gnu.org>
15616
15617         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
15618         Report from Ben Pfaff, regarding getopt.
15619
15620 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
15621
15622         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
15623         normal way.
15624         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
15625         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
15626         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
15627         (gl_GETOPT): Use the new macros.  Most of the implementation
15628         is moved to the new macros.  This is for programs like Emacs
15629         that don't want all the functionality of gl_GETOPT.
15630
15631 2005-07-26  Bruno Haible  <bruno@clisp.org>
15632
15633         * m4/lock.m4: Update from GNU gettext.
15634
15635 2005-07-26  Bruno Haible  <bruno@clisp.org>
15636
15637         * lib/lock.h: Update from GNU gettext.
15638         * lib/lock.c: Update from GNU gettext.
15639
15640 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
15641
15642         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
15643         obsolescent AC_TRY_RUN.  Include the default includes files, for
15644         'exit'.
15645
15646 2005-07-24  Bruno Haible  <bruno@clisp.org>
15647
15648         * modules/visibility: New file.
15649         * MODULES.html.sh (Misc): Add visibility.
15650
15651 2005-07-24  Bruno Haible  <bruno@clisp.org>
15652
15653         * m4/visibility.m4: New file.
15654
15655 2005-07-24  Bruno Haible  <bruno@clisp.org>
15656
15657         * doc/visibility.texi: New file.
15658
15659 2005-07-22  Bruno Haible  <bruno@clisp.org>
15660
15661         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
15662         $(ALLOCA_H), redundant through BUILT_SOURCES.
15663         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
15664         redundant through BUILT_SOURCES.
15665         * modules/byteswap (Makefile.am): Remove explicit dependency on
15666         $(BYTESWAP_H), redundant through BUILT_SOURCES.
15667         * modules/fnmatch (Makefile.am): Remove explicit dependency on
15668         $(FNMATCH_H), redundant through BUILT_SOURCES.
15669         * modules/getopt (Makefile.am): Remove explicit dependency on
15670         $(GETOPT_H), redundant through BUILT_SOURCES.
15671         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
15672         redundant through BUILT_SOURCES.
15673         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
15674         redundant through BUILT_SOURCES.
15675         * modules/stdbool (Makefile.am): Remove explicit dependency on
15676         $(STDBOOL_H), redundant through BUILT_SOURCES.
15677         * modules/stdint (Makefile.am): Remove explicit dependency on
15678         $(STDINT_H), redundant through BUILT_SOURCES.
15679         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
15680         Remove explicit dependency on $(SYSEXITS_H).
15681         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
15682
15683 2005-07-18  Simon Josefsson  <jas@extundo.com>
15684
15685         * lib/check-version.c (check_version): Accept identical versions too.
15686
15687 2005-07-18  Bruno Haible  <bruno@clisp.org>
15688
15689         * modules/lock: New file.
15690         * MODULES.html.sh (Multithreading): New section.
15691
15692 2005-07-18  Bruno Haible  <bruno@clisp.org>
15693
15694         * m4/lock.m4: New file, from GNU gettext.
15695
15696 2005-07-18  Bruno Haible  <bruno@clisp.org>
15697
15698         * lib/lock.h: New file, from GNU gettext.
15699         * lib/lock.c: New file, from GNU gettext.
15700
15701 2005-07-18  Bruno Haible  <bruno@clisp.org>
15702
15703         * lib/lock.h (gl_once_t): New type.
15704         (gl_once_define, gl_once): New macros.
15705         * lib/lock.c (fresh_once): New variable.
15706         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
15707         functions.
15708
15709 2005-07-16  Simon Josefsson  <jas@extundo.com>
15710
15711         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
15712         workaround, suggested by Bruno.
15713
15714 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
15715
15716         * modules/xalloc (Depends-on): Add xalloc-die.
15717         * modules/xvasprintf (Depends-on): Add xalloc-die.
15718
15719 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
15720
15721         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
15722         with a minor change.
15723
15724 2005-07-15  Bruno Haible  <bruno@clisp.org>
15725
15726         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
15727         When using lib/poll.c, define poll as rpl_poll.
15728
15729 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
15730
15731         * modules/argp (Depends-on): Remove unlocked-io.
15732
15733 2005-07-14  Derek Price  <derek@ximbiot.com>
15734
15735         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
15736         for glob symlink bug.
15737
15738 2005-07-14  Bruno Haible  <bruno@clisp.org>
15739
15740         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
15741         Instead, test for *_unlocked function declarations directly.
15742
15743 2005-07-11  Simon Josefsson  <jas@extundo.com>
15744
15745         * modules/size_max: New file.
15746
15747         * modules/xsize: Depend on size_max module for size_max.m4.
15748
15749 2005-07-11  Simon Josefsson  <jas@extundo.com>
15750
15751         * lib/size_max.h: New file.
15752
15753 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
15754
15755         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
15756         copyright symbol and the year.
15757         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
15758         (version_etc_va): Use parameterized copyright notice.
15759         Reword to conform to the current GNU coding standards.
15760
15761 2005-07-11  Karl Berry  <karl@gnu.org>
15762
15763         * doc/gnulib.texi (Quoting): new node.
15764         (Initial import): more info, from Patrice.
15765
15766 2005-07-11  Bruno Haible  <bruno@clisp.org>
15767
15768         * gnulib-tool (func_usage): Document option --avoid.
15769         (Command line options): Handle --avoid.
15770         (func_acceptable): New function.
15771         (func_modules_transitive_closure): Use it.
15772
15773 2005-07-11  Bruno Haible  <bruno@clisp.org>
15774
15775         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
15776         Reported by Jim Meyering.
15777
15778 2005-07-10  Bruno Haible  <bruno@clisp.org>
15779
15780         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
15781         Needed when size_t is smaller than 'unsigned int'.
15782         Reported by Paul Eggert.
15783
15784 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15785
15786         * modules/argp (Depends-on): Add unlocked-io
15787
15788 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15789
15790         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
15791         block of defines.
15792
15793 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
15794
15795         * config/srclist.txt: Comment out regcomp.c, since we have a porting
15796         fix now.
15797
15798 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
15799         and Paul Eggert  <eggert@cs.ucla.edu>
15800
15801         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
15802         in wint_t, not wchar_t.  Remove now-unnecessary cast.
15803
15804 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
15805
15806         * modules/regex (Files): Add lib/regex_internal.c,
15807         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
15808         (Depends-on): Add extensions.
15809         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
15810
15811 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
15812
15813         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
15814         pathconf.
15815         * m4/same.m4 (gl_SAME): Likewise.
15816         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
15817
15818         * m4/regex.m4: Adjust to new libc regex implementation.
15819         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
15820         all the .c and .h parts of (the new) regex.
15821         Quote the m4 stuff better.
15822         Check for RE_ICASE bug of old gnulib.
15823         Check for REG_STARTEND of recent libc.
15824         Rename local variables from jm_* to gl_*.
15825         Quote operand of "test -f".
15826         Say "recent enough" version of libc, not "version 2".
15827         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
15828         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
15829         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
15830         Remove check for btowc, isascii.
15831         Require AM_LANGINFO_CODESET.
15832
15833 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
15834
15835         * lib/regex.c, regex.h: Sync from libc.
15836         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
15837         * lib/regexec.c:
15838         New files, synced from libc, except that regex_internal.h
15839         currently has a small porting fix.
15840
15841 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
15842
15843         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
15844         regex_internal.c, regexec.c.
15845         Add regex_internal.h too, but as a comment, since the libc version
15846         is currently broken in gnulib mode.
15847
15848 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
15849
15850         Support programs like Emacs that use gnulib but not gettext.
15851         * MODULES.html.sh (Internationalization functions): Add gettext-h.
15852         * modules/gettext-h: New file.
15853         * modules/gettext (Files): Remove lib/gettext.h.
15854         (Depends-on): Add gettext-h.
15855         (Makefile.am): Remove lib_SOURCES.
15856         * modules/argmatch, modules/c-stack, modules/closeout:
15857         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
15858         * modules/execute, modules/file-type, modules/getaddrinfo:
15859         * modules/getopt, modules/human, modules/javacomp:
15860         * modules/javaexec, modules/mkdir-p, modules/obstack:
15861         * modules/openat, modules/pagealign_alloc, modules/pipe:
15862         * modules/quotearg, modules/regex, modules/rpmatch:
15863         * modules/unicodeio, modules/userspec, modules/version-etc:
15864         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
15865         * modules/xsetenv:
15866         Depend on gettext-h, not gettext.
15867
15868 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
15869
15870         * gnulib-tool (func_import): Add support for 'public domain' license.
15871         * modules/alloca, modules/atexit, modules/memmove:
15872         Now public domain, not GPL.
15873         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
15874         * modules/realloc, modules/strerror, modules/strtod:
15875         Now LGPL, not GPL.
15876
15877 2005-07-05  Bruno Haible  <bruno@clisp.org>
15878
15879         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
15880         autoconf CVS. Needed for mingw.
15881
15882 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
15883
15884         Remove the dependency of the strftime module on the tzset module.
15885         * modules/strftime (Depends-on): Remove dependency on tzset.
15886
15887 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
15888
15889         Remove the dependency of the strftime module on the tzset module.
15890         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
15891         gl_FUNC_TZSET_CLOBBER.
15892
15893 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
15894
15895         Remove the dependency of the strftime module on the tzset module.
15896         * lib/strftime.c (my_strftime)
15897         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
15898         Copy the input structure, to work around some of the bug with
15899         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
15900         Solaris releases, you should also use the tzset module, but we won't
15901         require it as a dependency any more since we don't want LGPLed code
15902         to depend on GPLed code.
15903
15904 2005-07-02  Jim Meyering  <jim@meyering.net>
15905
15906         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
15907         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
15908         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
15909         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
15910
15911 2005-07-02  Jim Meyering  <jim@meyering.net>
15912
15913         * lib/backupfile.c (backup_args): Change a `0' to NULL.
15914
15915 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
15916
15917         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
15918         declares only 'struct timespec;' (!).
15919
15920 2005-07-01  Jim Meyering  <jim@meyering.net>
15921
15922         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
15923         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
15924         * lib/save-cwd.c, tempname.c:
15925         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
15926         and don't include <sys/file.h>).
15927
15928 2005-06-29  Jim Meyering  <jim@meyering.net>
15929
15930         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
15931         type name.  Use the variable name instead.
15932         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
15933         Likewise.
15934
15935 2005-06-28  Simon Josefsson  <jas@extundo.com>
15936
15937         * modules/check-version (Files): Add check-version.m4.
15938
15939 2005-06-28  Simon Josefsson  <jas@extundo.com>
15940
15941         * m4/check-version.m4: New file, suggested by Jim Meyering
15942         <jim@meyering.net>.
15943
15944 2005-06-28  Simon Josefsson  <jas@extundo.com>
15945
15946         * lib/check-version.h, lib/check-version.c: New files.
15947
15948 2005-06-28  Simon Josefsson  <jas@extundo.com>
15949
15950         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
15951         collision with global variable.  Better indentation.  Don't
15952         increment buffer pointer beyond buffer end.  Based on comments
15953         from Paul Eggert <eggert@cs.ucla.edu>.
15954
15955         * lib/base64.h: Indent.
15956
15957 2005-06-28  Simon Josefsson  <jas@extundo.com>
15958
15959         * doc/gnulib.texi (Library version handling): New section.
15960
15961 2005-06-28  Jim Meyering  <jim@meyering.net>
15962
15963         * check-module (find_included_lib_files): Hard-code another
15964         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
15965         but modules/fts-lgpl (correctly) does not list those files.
15966
15967         * modules/canonicalize (Files): Add lib/pathmax.h.
15968
15969 2005-06-25  Simon Josefsson  <jas@extundo.com>
15970
15971         * modules/check-version: New file.
15972
15973 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
15974
15975         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
15976         initializer of struct addrinfo, as an indication that we don't
15977         care how many members the structure has.
15978
15979 2005-06-24  Derek Price  <derek@ximbiot.com>
15980         and Bruno Haible  <bruno@clisp.org>
15981
15982         Remove stat module & update lstat.
15983         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
15984         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
15985         * m4/stat.m4: Remove this file.
15986
15987 2005-06-24  Derek Price  <derek@ximbiot.com>
15988         and Bruno Haible  <bruno@clisp.org>
15989
15990         Remove stat module & update lstat.
15991         * lib/stat.c: Remove this file...
15992         (slash_aware_lstat): ...moving this content and its support...
15993         * lib/lstat.c (rpl_lstat): ...into here.
15994         * lib/lstat.h: New file.
15995
15996 2005-06-24  Derek Price  <derek@ximbiot.com>
15997         and Bruno Haible  <bruno@clisp.org>
15998
15999         Remove stat module & update lstat.
16000         * config/srclist.txt (libc sources): Remove stat.
16001
16002 2005-06-24  Derek Price  <derek@ximbiot.com>
16003         and Bruno Haible  <bruno@clisp.org>
16004
16005         Remove stat module & update lstat.
16006         * MODULES.html.sh (stat): Remove.
16007         * MODULES.html: Regenerated.
16008         * modules/lstat (Description): Correct function name.
16009         (Files): Add "lstat.h".
16010         (Depends-on): Remove stat, add xalloc, stat-macros.
16011         * modules/stat: Remove this file.
16012         (Include): Add "lstat.h", remove <sys/stat.h>.
16013
16014 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
16015
16016         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
16017         (ranged_convert): Don't save conversion in a temporary struct.
16018         This causes a warning with GCC 4.0.0, and anyway in the typical
16019         case it's not worth the extra 100 bytes or so of code.
16020         (ranged_convert, __mktime_internal): When calling a function via a
16021         pointer P, use P () rather than (*P) (), as we now assume C89 or
16022         better.
16023
16024 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16025
16026         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
16027         "who -r" failed to give output.  Problem reported by Tim Waugh.
16028
16029         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
16030         (xcalloc): Use it to avoid needless tests.
16031         Problem reported by Jim Meyering.
16032
16033 2005-06-20  Derek Price  <derek@ximbiot.com>
16034
16035         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
16036         unnecessary for Autoconfs > 2.59c.
16037
16038 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16039
16040         * lib/argp.h (__option_is_short): Check upper limit of
16041         __key. Isprint() requires its argument to have the value
16042         of an unsigned char or EOF.
16043
16044 2005-06-16  Jim Meyering  <jim@meyering.net>
16045
16046         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
16047         when either N or S is zero.
16048
16049 2005-06-16  Derek Price  <derek@ximbiot.com>
16050
16051         * m4/bison.m4: Declare YACC & YFLAGS precious.
16052
16053 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
16054
16055         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
16056         multibyte string or pattern, fall back on unibyte matching.
16057         Problem reported by James Youngman.
16058
16059 2005-06-08  Bruno Haible  <bruno@clisp.org>
16060
16061         * modules/csharpcomp: New file.
16062         * MODULES.html.sh (C#): Add csharpcomp.
16063
16064 2005-06-08  Bruno Haible  <bruno@clisp.org>
16065
16066         * m4/csharpcomp.m4: New file, from GNU gettext.
16067
16068 2005-06-08  Bruno Haible  <bruno@clisp.org>
16069
16070         * lib/csharpcomp.h: New file, from GNU gettext.
16071         * lib/csharpcomp.c: New file, from GNU gettext.
16072         * lib/csharpcomp.sh.in: New file, from GNU gettext.
16073
16074 2005-06-08  Bruno Haible  <bruno@clisp.org>
16075
16076         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
16077         warning on mingw.
16078
16079 2005-06-07  Derek Price  <derek@ximbiot.com>
16080
16081         Sync from CVS.
16082         * lib/glob_.h: Indent nested #ifdef.
16083
16084 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
16085
16086         Sync from coreutils.
16087         Use "file name" when talking about file names, instead of "filename"
16088         or "path", as per the GNU coding standards.
16089         * lib/mkdir-p.c: Renamed from makepath.c.
16090         (make_dir_parents): Renamed from make_path.  All callers changed.
16091         * lib/mkdir-p.h: Likewise.  All includers changed.
16092         * lib/filenamecat.c: Renamed from path-concat.c.
16093         (file_name_concat): Renamed from path_concat.  All callers changed.
16094         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
16095         * lib/filenamecat.h: Likewise.  All includers changed.
16096         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
16097         in comments or local variable names.
16098         * lib/basename.c: Likewise.
16099         * lib/canonicalize.c, canonicalize.h: Likewise.
16100         * lib/dirname.c, dirname.h: Likewise.
16101         * lib/euidaccess.c: Likewise.
16102         * lib/exclude.c: Likewise
16103         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
16104         * lib/fsusage.c, fsuage.h: Likewise.
16105         * lib/fts.c, fts_.h: Likewise.
16106         * lib/getcwd.c: Likewise.
16107         * lib/getloadavg.c: Likewise.
16108         * lib/mkstemp.c: Likewise.
16109         * lib/mountlist.c, mountlist.h: Likewise.
16110         * lib/openat.c, openat.h: Likewise.
16111         * lib/readlink-stub.c: Likewise.
16112         * lib/readutmp.c, readutmp.h: Likewise.
16113         * lib/rename.c: Likewise.
16114         * lib/rmdir.c: Likewise.
16115         * lib/same.c: Likewise.
16116         * lib/savedir.c: Likewise.
16117         * lib/stripslash.c: Likewise.
16118         * lib/tempname.c: Likewise.
16119         * lib/xreadlink.c: Likewise.
16120         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
16121         All uses changed.
16122         * lib/exclude.h: Likewise.
16123
16124         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
16125         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
16126         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
16127         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
16128         * lib/pathmax.h: Include <limits.h> unconditionally, since other
16129         files have been getting away with it for years (MORE/BSD 4.3
16130         is extinct now).
16131         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
16132         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
16133
16134         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
16135         Define to 256, not 255, as per modern POSIX.
16136
16137 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
16138
16139         Sync from coreutils.
16140         Use "file name" when talking about file names, instead of "filename"
16141         or "path", as per the GNU coding standards.
16142         * MODULES.html.sh: mkdir-p renamed from makepath.
16143         filenamecat renamed from path-concat.
16144         * modules/filenamecat: Renamed from modules/path-concat.
16145         (Files): filenamecat.h and filenamecat.c renamed from
16146         path-concat.h and path-concat.c.
16147         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
16148         (Include): filenamecat.h, not path-concat.h.
16149         * modules/mkdir-p: Renamed from modules/makepath.
16150         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
16151         makepath.c.
16152         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
16153         (Include): mkdir-p.h, not makepath.h.
16154
16155 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
16156
16157         Sync from coreutils.
16158         * m4/mkdir-p.m4: Renamed from makepath.m4.
16159         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
16160         Rename files from makepath.c to mkdir-p.c, and from
16161         makepath.h to mkdir-p.h.
16162         * m4/filenamecat.m4: Renamed from path-concat.m4.
16163         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
16164         Rename files from path-concat.c to filenamecat.c,
16165         and from path-concat.h to filenamecat.h.
16166         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
16167         "file name" in local variables or comments.
16168         * m4/rename.m4: Likewise.
16169
16170 2005-06-01  Bruno Haible  <bruno@clisp.org>
16171
16172         * modules/csharpexec: New file.
16173         * MODULES.html.sh (C#): New section.
16174
16175 2005-06-01  Bruno Haible  <bruno@clisp.org>
16176
16177         * m4/csharp.m4: New file, from GNU gettext.
16178         * m4/csharpexec.m4: New file, from GNU gettext.
16179
16180 2005-06-01  Bruno Haible  <bruno@clisp.org>
16181
16182         * lib/csharpexec.h: New file, from GNU gettext.
16183         * lib/csharpexec.c: New file, from GNU gettext.
16184         * lib/csharpexec.sh.in: New file, from GNU gettext.
16185
16186 2005-05-31  Derek Price  <derek@ximbiot.com>
16187             Paul Eggert  <eggert@cs.ucla.edu>
16188
16189         Sync from cvs.
16190         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
16191
16192 2005-05-31  Derek Price  <derek@ximbiot.com>
16193             Paul Eggert  <eggert@cs.ucla.edu>
16194
16195         Sync from cvs.
16196         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
16197
16198 2005-05-29  Derek Price  <derek@ximbiot.com>
16199
16200         * config/srclist.txt (glob_.h, glob.c): Add these files.
16201
16202 2005-05-29  Derek Price  <derek@ximbiot.com>
16203
16204         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
16205         * modules/glob: New file.
16206         * modules/getlogin_r: Add link to POSIX spec in description.
16207
16208 2005-05-29  Derek Price  <derek@ximbiot.com>
16209             Paul Eggert  <eggert@cs.ucla.edu>
16210
16211         * m4/glob.m4: New file.
16212
16213 2005-05-29  Derek Price  <derek@ximbiot.com>
16214             Paul Eggert  <eggert@cs.ucla.edu>
16215
16216         * lib/glob_.h, lib/glob.c: New files.
16217
16218 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
16219
16220         * modules/fts (Files): Remove m4/inttypes-pri.m4.
16221         * modules/fts-lgpl (Depends-on): Remove gettext.
16222
16223 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
16224
16225         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
16226         and don't require gt_INTTYPES_PRI.
16227
16228 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
16229
16230         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
16231
16232         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
16233         the configuration hassle isn't worth it.
16234         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
16235         (LONGEST_MODIFIER, PRIuMAX): Remove.
16236
16237 2005-05-27  Bruno Haible  <bruno@clisp.org>
16238
16239         * lib/getlogin_r.h: Remove second include of <stddef.h>.
16240
16241 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
16242
16243         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
16244         _POSIX_PTHREAD_SEMANTICS for Solaris.
16245
16246 2005-05-25  Derek Price  <derek@ximbiot.com>
16247
16248         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
16249
16250 2005-05-25  Derek Price  <derek@ximbiot.com>
16251             Paul Eggert  <eggert@cs.ucla.edu>
16252
16253         * modules/getlogin_r, m4/getlogin_r.m4: New files.
16254         * lib/getlogin_r.c, getlogin_r.h: New files.
16255
16256 2005-05-25  Bruno Haible  <bruno@clisp.org>
16257             Derek Price  <derek@ximbiot.com>
16258
16259         * lib/getlogin_r.h: Simplify API documentation.
16260
16261 2005-05-23  Derek Price  <derek@ximbiot.com>
16262
16263         * modules/minmax (Files): Add m4/minmax.m4.
16264         (configure.ac): Add gl_MINMAX.
16265
16266 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
16267
16268         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
16269         so that unistd-safer.h (GPL'ed code) need not be included.
16270
16271 2005-05-22  Bruno Haible  <bruno@clisp.org>
16272
16273         * m4/minmax.m4: New file.
16274         Based on a patch by Derek Price <derek@ximbiot.com>.
16275
16276 2005-05-22  Bruno Haible  <bruno@clisp.org>
16277
16278         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
16279         (INT64_MIN): Fix definition.
16280         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
16281
16282         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
16283         NEED_SIGNED_INT_TYPES.
16284
16285         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
16286         HAVE_SYSTEM_INTTYPES.
16287
16288 2005-05-22  Bruno Haible  <bruno@clisp.org>
16289
16290         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
16291         Also include <sys/param.h> if it defines MIN, MAX.
16292         Based on a patch by Derek Price <derek@ximbiot.com>.
16293
16294 2005-05-21  Jim Meyering  <jim@meyering.net>
16295
16296         * modules/fts (Files): Add m4/inttypes-pri.m4.
16297         (Depends-on): Add lstat and remove gettext.  Alphabetize.
16298
16299 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
16300
16301         New fts module.
16302         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
16303         (setup_dir, free_dir): New functions.
16304         (enter_dir, leave_dir): Define trivial
16305         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
16306         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
16307         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
16308         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
16309         Move to fts-cycle.c.
16310         (fts_open): Use setup_dir.
16311         (fts_close): Use free_dir.
16312         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
16313         This adds a label and some gotos, but the alternatives were messier.
16314         Check for memory allocation failure when entering a dir.
16315         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
16316         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
16317         (FTS): New member fts_cycle, that is a union that contains the
16318         old active_dir_ht and cycle_state.  All uses changed to mention
16319         fts_cycle.ht and fts_cycle.state.
16320         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
16321         fts.c, with the following changes:
16322         (setup_dir, free_dir): New functions.
16323         (enter_dir): Now returns bool.  Return true if successful, false
16324         if memory exhausted.  All callers changed.
16325         Do not bother partly cleaning up on
16326         memory allocation failure; that is free_dir's job.
16327         However, free ad if hash_insert fails, to avoid memory leak.
16328         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
16329         fts->fts_options to see which union member to use.
16330
16331 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
16332
16333         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
16334         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
16335
16336 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
16337
16338         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
16339
16340 2005-05-20  Jim Meyering  <jim@meyering.net>
16341
16342         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
16343         Now a macro, to pacify GCC.
16344
16345 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
16346
16347         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
16348         of -1.
16349
16350 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
16351
16352         * lib/chown.c (rpl_chown): Return -1 on failure.
16353
16354 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
16355
16356         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
16357         Don't check for stddef.h.
16358         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
16359         don't use its results.
16360         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
16361         since we include them unconditionally.  Don't require
16362         AM_STDBOOL_H, since stdbool is a prerequisite.
16363         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
16364         since we assume C89 or better.
16365         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
16366         as we don't use their results.
16367         Don't check for fchdir, memmove, memset, strrchr, as we use
16368         them unconditionally.
16369         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
16370         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
16371
16372 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
16373
16374         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
16375         Include <stddef.h> unconditionally, since we assume C89 now.
16376         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
16377         * lib/fts.c: Include fts_.h first, to check interface.
16378         Do not include intprops.h; no longer needed.
16379         Include cycle-check.h and hash.h, since fts_.h no longer does.
16380         Remove unnecessary casts of closedir to void.
16381         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
16382         decide whether to decrement nlinks.
16383         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
16384         (FTS): Use struct hash_table * instead of Hash_table, so that
16385         we no longer need to include hash.h here.
16386
16387 2005-05-18  Jim Meyering  <jim@meyering.net>
16388
16389         * modules/dirfd (License): Change to LGPL.  Most of the code
16390         is already in the public domain.
16391
16392 2005-05-18  Jim Meyering  <jim@meyering.net>
16393
16394         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
16395         Reported by Yoann Vandoorselaere.
16396
16397 2005-05-17  Jim Meyering  <jim@meyering.net>
16398
16399         * m4/fts.m4: New file, from coreutils.
16400
16401 2005-05-17  Jim Meyering  <jim@meyering.net>
16402
16403         * lib/fts.c, lib/fts_.h: New files, from coreutils.
16404
16405 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
16406
16407         Sync from coreutils.
16408         * m4/unlinkdir.m4: New file.
16409
16410 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
16411
16412         Sync from coreutils.
16413         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
16414         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
16415         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
16416         White space changes only.
16417         * lib/makepath.c (make_path): Port to hosts where leading "//" is
16418         special.
16419         * lib/yesno.c: Include getline.h, not ctype.h.
16420         (yesno): Don't remove leading white space; POSIX doesn't allow it.
16421         Use getline to remove arbitrary restriction on response length.
16422
16423 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
16424
16425         * config/srclist-update: Spell out "Street" in FSF postal
16426         mail address; this is the style the FSF seems to prefer.
16427
16428         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
16429         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
16430         this updates FSF postal mail address.
16431
16432         Sync from coreutils.
16433         * modules/unlinkdir: New file.
16434         * modules/yesno (Depends-on): Add getline.
16435         * MODULES.html.sh (File system functions): Add unlinkdir.
16436
16437 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
16438
16439         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
16440         lib/strsep.h:
16441         Change the initial comment to refer to GPL, not LGPL.
16442         gnulib-tool will change it to LGPL as needed.
16443
16444         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
16445         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
16446         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
16447         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
16448         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
16449         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
16450         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
16451         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
16452         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
16453         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
16454         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
16455         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
16456         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
16457         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
16458         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
16459         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
16460         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
16461         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
16462         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
16463         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
16464         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
16465         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
16466         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
16467         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
16468         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
16469         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
16470         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
16471         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
16472         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
16473         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
16474         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
16475         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
16476         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
16477         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
16478         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
16479         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
16480         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
16481         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
16482         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
16483         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
16484         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
16485         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
16486         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
16487         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
16488         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
16489         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
16490         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
16491         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
16492         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
16493         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
16494         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
16495         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
16496         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
16497         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
16498         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
16499         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
16500         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
16501         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
16502         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
16503         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
16504         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
16505         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
16506         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
16507         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
16508         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
16509         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
16510         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
16511         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
16512         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
16513         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
16514         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
16515         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
16516         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
16517         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
16518         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
16519         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
16520         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
16521         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
16522         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
16523         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
16524         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
16525         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
16526         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
16527         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
16528         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
16529         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
16530         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
16531         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
16532         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
16533         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
16534         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
16535         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
16536         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
16537         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
16538         lib/yesno.c, lib/yesno.h:
16539         Update FSF postal mail address.
16540
16541 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
16542
16543         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
16544         tests/test-memmem.c, tests/test-stpncpy.c:
16545         Update FSF postal mail address.
16546
16547 2005-05-13  Bruno Haible  <bruno@clisp.org>
16548
16549         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
16550         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
16551         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
16552         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
16553         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
16554         Add support for 64-bit integers in the MSVC compiler.
16555
16556 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16557
16558         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
16559
16560 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
16561
16562         * gnulib-tool (func_import): Sort and uniquify recommended includes.
16563
16564 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
16565
16566         * doc/getdate.texi (General date syntax): Don't say that date
16567         date --iso-8601=ns generates acceptable dates; it doesn't yet.
16568         Problem reported by Nic Ferrier.
16569
16570 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16571
16572         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
16573         specified in ai_socktype. Fix invalid ai_protocol
16574         check. ai_protocol is usually set to 0 or depending on
16575         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
16576         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
16577         ai_socktype / ai_protocol in the returned addrinfo structure.
16578
16579 2005-05-10  Simon Josefsson  <jas@extundo.com>
16580
16581         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
16582         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
16583
16584 2005-05-10  Karl Berry  <karl@gnu.org>
16585
16586         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
16587         (from http://www.gnu.org/licenses).
16588         * doc/COPYING.LIB: also rename to COPYING.LESSER.
16589         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
16590         fdl.texi suffices.
16591
16592 2005-05-10  Karl Berry  <karl@gnu.org>
16593
16594         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
16595         (COPYING.DOC): remove.
16596
16597         * config/srclist-update: new FSF address.
16598
16599 2005-05-10  Derek Price  <derek@ximbiot.com>
16600
16601         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
16602         possible.
16603
16604 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16605             Bruno Haible  <bruno@clisp.org>
16606
16607         * modules/inet_ntop: New file.
16608         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16609         inet_ntop.
16610
16611 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16612             Bruno Haible  <bruno@clisp.org>
16613
16614         * m4/inet_ntop.m4: New file.
16615
16616 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16617             Bruno Haible  <bruno@clisp.org>
16618
16619         * lib/inet_ntop.h: New file.
16620         * lib/inet_ntop.c: New file, from glibc with modifications.
16621
16622 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
16623
16624         * modules/time_r (License): Change to LGPL.
16625         * modules/extensions (License): Change to LGPL.  Actually,
16626         the license is more permissive than that, but currently gnulib-tool
16627         doesn't know how to handle more-permissive licenses.
16628
16629         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
16630         Problem reported by Dave Love.
16631
16632 2005-05-08  Jim Meyering  <jim@meyering.net>
16633
16634         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
16635         blank.
16636
16637 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
16638
16639         * modules/argmatch (Depends-on): Add stdbool.
16640         * modules/backupfile (Depends-on): Likewise.
16641         * modules/chdir-long (Depends-on): Likewise.
16642         * modules/closeout (Depends-on): Likewise.
16643         * modules/cycle-check (Depends-on): Likewise.
16644         * modules/dirname (Depends-on): Likewise.
16645         * modules/fnmatch (Depends-on): Likewise.
16646         * modules/fsusage (Depends-on): Likewise.
16647         * modules/fwriteerror (Depends-on): Likewise.
16648         * modules/getcwd (Depends-on): Likewise.
16649         * modules/getloadavg (Depends-on): Likewise.
16650         * modules/hard-locale (Depends-on): Likewise.
16651         * modules/makepath (Depends-on): Likewise.
16652         * modules/mountlist (Depends-on): Likewise.
16653         * modules/nanosleep (Depends-on): Likewise.
16654         * modules/posixtm (Depends-on): Likewise.
16655         * modules/quotearg (Depends-on): Likewise.
16656         * modules/readtokens (Depends-on): Likewise.
16657         * modules/readtokens0 (Depends-on): Likewise.
16658         * modules/readutmp (Depends-on): Likewise.
16659         * modules/save-cwd (Depends-on): Likewise.
16660         * modules/strftime (Depends-on): Likewise.
16661         * modules/userspec (Depends-on): Likewise.
16662         * modules/utimecmp (Depends-on): Likewise.
16663         * modules/xgetcwd (Depends-on): Likewise.
16664         * modules/xnanosleep (Depends-on): Likewise.
16665         * modules/xstrtod (Depends-on): Likewise.
16666         * modules/yesno (Depends-on): Likewise.
16667
16668 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
16669
16670         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
16671         needless checks.
16672
16673 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
16674
16675         Merge from coreutils.  Among other things,
16676         add bulletproofing for cases where stdin, stdout, or stderr are closed.
16677         * lib/fd-safer.c: New file.
16678         * lib/fcntl-safer.h, open-safer.c: Remove.
16679         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
16680         * lib/dup-safer.c: Include unistd-safer.h first.
16681         Don't include errno.h.
16682         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
16683         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
16684         * lib/file-type.c: Rely on file-type.h change.
16685         * lib/getloadavg.c: Include unistd-safer.h.
16686         (getloadavg): Use safer open.
16687         * lib/getusershell.c: Include "stdio-safer.h".
16688         (getusershell): Use safer fopen.
16689         * lib/long-options.c (long_options): Use NULL rather than 0.
16690         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
16691         'free'.
16692         * lib/modechange.c: Likewise.
16693         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
16694         (MODE_DONE): New constant.
16695         (struct mode_change): Remove 'next' member.
16696         (make_node_op_equals): New function; like the old one of the
16697         same name, except it allocates an array.
16698         (mode_compile, mode_create_from_ref): Use it.
16699         (mode_compile): Allocate result as an array, not a linked list.
16700         Parse octal string ourself, so that we catch mistakes like "+0".
16701         (mode_adjust): Arg is an array, not a linked list.
16702         * lib/modechange.c: Include stat-macros.h, xalloc.h.
16703         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
16704         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
16705         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
16706         Remove.  This is now stat-macros.h's job.
16707         (talloc): Remove.  All callers replaced by xalloc, so that
16708         our invokers don't have to worry about reporting memory failures.
16709         (make_node_op_equals): Remove.
16710         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
16711         New constants.
16712         (struct mode_change): Moved here from modechange.h.
16713         (mode_append_entry): Remove.
16714         (mode_compile): Remove MASKED_OPS arg, since it encouraged
16715         apps to have incorrect behavior.  Use simpler algorithm for head
16716         and tail.  Don't futz with umask; that's now the job of mode_adjust.
16717         Detect more invalid usages rather than having somewhat-random behavior.
16718         Don't insert an "a=" action, as that leads to incorrect behavior.
16719         (mode_compile, mode_create_from_ref): Return NULL on error instead
16720         of an enum, since now there's only one way to have an error.  All
16721         callers changed.
16722         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
16723         at the correct time.  Simplify calculation of "+u" and its ilk.
16724         Don't mishandle "+X".
16725         (mode_free): Remove "register" and localize decls.
16726         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
16727         (struct mode_change): Move to modechange.c; callers don't
16728         need to see this stuff.
16729         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
16730         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
16731         (mode_change, mode_adjust): Reflect the new signatures noted above.
16732         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
16733         that might redefine system include files.
16734         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
16735         (my_usleep): Use NULL rather than (void *) 0.
16736         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
16737         Use siginterrupt to specify that system calls should be interrupted.
16738         (rpl_nanosleep): Move initialization of suspended closer to call of
16739         my_usleep.
16740         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
16741         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
16742         (desirable_utmp_entry): New function.
16743         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
16744         using x2nrealloc, to simplify logic.
16745         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
16746         size calculation.  Do not assume utmp file is a regular file.
16747         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
16748         (READ_UTMP_CHECK_PIDS): New constant.
16749         * lib/save-cwd.c: Include unistd-safer.h.
16750         (save_cwd): Use fd_safer.
16751         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
16752         [!_LIBC] Include "stat-macros.h" instead.
16753         * lib/unistd-safer.h (fd_safer): New decl.
16754
16755 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
16756
16757         * modules/getloadavg (Depends-on): Add unistd-safer.
16758         * modules/getusershell (Depends-on): Add stdio-safer.
16759         * modules/lstat (Depends-on): Remove xalloc.
16760         * modules/mkstemp (Depends-on): Add stat-macros.
16761         * modules/modechange (Depends-on): Remove xstrtol.
16762         Add stat-macros, xalloc.
16763         * modules/save-cwd (Depends-on): Add unistd-safer.
16764         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
16765         * modules/unistd-safer (Files): Add lib/fd-safer.c
16766         (Makefile.am): Remove lib_SOURCES.
16767
16768         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
16769         Remove fcntl-safer; unistd-safer supersedes it.
16770
16771 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
16772
16773         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
16774         AC_HEADER_STAT.
16775         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
16776         (gl_PREREQ_CHOWN): Remove.
16777         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
16778         it.  Don't require AC_HEADER_STAT.
16779         (gl_PREREQ_LSTAT): Remove.
16780         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
16781         Don't require AC_HEADER_STAT.
16782         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
16783         (gl_PREREQ_RMDIR): Remove.
16784         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
16785         mention stat-macros.h or AC_HEADER_STAT, since we'll make
16786         the stat-macros module a prerequisite.
16787         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
16788         * m4/filemode.m4 (gl_FILEMODE): Likewise.
16789         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
16790         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
16791         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
16792         variable names.
16793         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
16794         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
16795         variable prefixes.
16796         * m4/fcntl-safer.m4: Remove.
16797         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
16798         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
16799         Invoke gl_PREREQ_FD_SAFER.
16800         (gl_PREREQ_FD_SAFER): New macro.
16801         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
16802         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
16803         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
16804         Remove duplicate call to AC_LIBOBJ(readutmp).
16805         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
16806
16807         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
16808         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
16809
16810 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
16811
16812         * MODULES.html.sh (Misc): Add byteswap.
16813
16814 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
16815
16816         * modules/getcwd (Depends-on): Add extensions.
16817         * modules/openat (Depends-on): Likewise.
16818
16819 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
16820
16821         * modules/byteswap: New file.
16822
16823 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
16824
16825         * m4/byteswap.m4: New file.
16826
16827 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
16828
16829         * lib/byteswap_.h: New file.
16830
16831 2005-04-25  Karl Berry  <karl@gnu.org>
16832
16833         * m4/gettext.m4: Update from GNU gettext 0.14.4.
16834
16835 2005-04-25  Albert Chin  <china@thewrittenword.com>
16836
16837         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
16838         Toolkit C bug.
16839
16840 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
16841
16842         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
16843         (func_ln_if_changed) Remove forcibly for no error message
16844         in case file does not exist.
16845
16846 2005-04-19  Simon Josefsson  <jas@extundo.com>
16847
16848         * gnulib-tool (Options): Make --symlink mean --symbolic.
16849
16850 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
16851
16852         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
16853
16854 2005-04-16  Simon Josefsson  <jas@extundo.com>
16855
16856         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
16857
16858 2005-04-15  Simon Josefsson  <jas@extundo.com>
16859
16860         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
16861
16862 2005-04-15  Simon Josefsson  <jas@extundo.com>
16863
16864         * gnulib-tool: Rename --symlink to --symbolic.
16865
16866 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
16867
16868         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
16869         symbolic links to files instead of copying/moving.  Add --aux-dir,
16870         specifying directory relative --dir where auxiliary build tools
16871         are placed.
16872
16873 2005-04-14  Bruno Haible  <bruno@clisp.org>
16874
16875         * modules/allocsa (License): Change to LGPL.
16876         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
16877
16878 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
16879
16880         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
16881         that "UTC +1 second" continues to work.  Problem reported
16882         by Dmitry V. Levin.
16883         (relunit_snumber): New rule.
16884         (relunit): Use it.
16885
16886 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
16887
16888         * lib/getdate.y (universal_time_zone_table): New constant.
16889         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
16890         universal_time_zone_table.
16891         (lookup_zone): Prefer universal_time_zone_table to
16892         local_time_zone_table, so that "GMT" time stamps are allowed in
16893         London during the summer.  Problem reported by Ian Abbott.
16894
16895 2005-04-12  Jim Meyering  <jim@meyering.net>
16896
16897         * lib/human.c (humblock): Set *options even when returning due to
16898         xstrtoumax conversion failure.  Thanks to a used-uninitialized
16899         warning from gcc-4.
16900
16901 2005-04-09  Jim Meyering  <jim@meyering.net>
16902
16903         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
16904         -Wuninitialized: initialize tm0.tm_year.
16905
16906 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
16907
16908         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
16909         count, since there's no maximum.  All uses changed.
16910         Add member dsts_seen.
16911         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
16912         not being INT_MAX.
16913         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
16914         Use pc_rels_seen to decide whther a date is absolute.
16915
16916         * lib/getdate.y (number): Don't overwrite year.
16917         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
16918         check.
16919
16920 2005-04-02  Simon Josefsson  <jas@extundo.com>
16921
16922         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
16923         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
16924
16925 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
16926
16927         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
16928         where no absolute path name can be longer than PATH_MAX.
16929
16930 2005-03-27  Jim Meyering  <jim@meyering.net>
16931
16932         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
16933
16934 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
16935
16936         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
16937         "one's complement" -> "ones' complement" in comment, as per Knuth.
16938         "value of type" -> "type or expression" in comment.
16939         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
16940
16941 2005-03-26  Jim Meyering  <jim@meyering.net>
16942
16943         Comment nits.
16944         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
16945         Correct typos: s/or/of/.
16946
16947 2005-03-26  Jim Meyering  <jim@meyering.net>
16948
16949         * modules/check-include-files: Move to ../ and rename to...
16950         * check-module: ...this.
16951
16952 2005-03-25  Jim Meyering  <jim@meyering.net>
16953
16954         * modules/xvasprintf (Files): Add xalloc.h.
16955
16956 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
16957
16958         * modules/gettext (Files): config/config.rpath ->
16959         build-aux/config.rpath
16960         * modules/iconv (Files): Likewise.
16961         Problem reported by Oskar Liljeblad.
16962
16963 2005-03-23  Jim Meyering  <jim@meyering.net>
16964
16965         * modules/check-include-files: New script to check for
16966         missing dependencies, multiple includes, etc.
16967
16968         * modules/c-strtold (Depends-on): Add xalloc.
16969         * modules/c-strtod (Depends-on): Add xalloc.
16970         * modules/hash (Depends-on): Add xalloc.
16971         (Files): Remove lib/xalloc.h.
16972
16973         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
16974         * modules/userspec (Files): Add lib/inttostr.h.
16975
16976 2005-03-23  Jim Meyering  <jim@meyering.net>
16977
16978         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
16979
16980 2005-03-22  Jim Meyering  <jim@meyering.net>
16981
16982         * modules/stat-macros: New module.
16983         * modules/canonicalize, modules/euidaccess, modules/file-type,
16984         * modules/filemode, modules/lchown, modules/makepath,
16985         * modules/rmdir, modules/stat: Depend on new stat-macros module
16986         rather than listing lib/stat-macros.h manually.
16987         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
16988
16989 2005-03-22  Jim Meyering  <jim@meyering.net>
16990
16991         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
16992
16993 2005-03-22  Bruno Haible  <bruno@clisp.org>
16994
16995         * config/srclist.txt: Replace target directory 'config' with
16996         'build-aux'.
16997         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
16998         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
16999         ../build-aux/.
17000
17001 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
17002
17003         * modules/chdir-long (Depends-on): Add mempcpy.
17004
17005         * modules/acl, modules/backupfile, modules/c-strtod,
17006         modules/c-strtold, modules/canon-host, modules/canonicalize,
17007         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
17008         modules/exclude, modules/exitfail, modules/file-type,
17009         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
17010         modules/getdate, modules/getline, modules/getpagesize,
17011         modules/getpass, modules/getugroups, modules/group-member,
17012         modules/hard-locale, modules/hash, modules/human, modules/idcache,
17013         modules/inttostr, modules/long-options, modules/makepath,
17014         modules/md5, modules/memcasecmp, modules/memcoll,
17015         modules/modechange, modules/mountlist, modules/path-concat,
17016         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
17017         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
17018         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
17019         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
17020         modules/strftime, modules/strndup, modules/strverscmp,
17021         modules/timespec, modules/unlocked-io, modules/userspec,
17022         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
17023         modules/yesno:
17024         Remove lib_SOURCES line from Makefile.am section, as this is now
17025         done automatically by the corresponding Autoconf macro.
17026
17027 2005-03-21  Jim Meyering  <jim@meyering.net>
17028
17029         Changes imported from coreutils.
17030
17031         * lib/cycle-check.c: Don't include xalloc.h.
17032
17033         * lib/path-concat.c: Don't include assert.h.
17034         (path_concat): Remove assertion that would have triggered
17035         for ABASE starting with more than one slash.
17036         Reported by Andreas Schwab.
17037
17038         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
17039         properly when ABASE is an absolute file name.
17040         Correct the description of this function.
17041         Include <assert.h>.
17042         Add an assertion and a test driver.
17043         This fixes a bug introduced on 2004-07-02.
17044         Andreas Schwab reported the resulting failure of cp --parents:
17045         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
17046
17047 2005-03-21  Jim Meyering  <jim@meyering.net>
17048
17049         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
17050         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
17051
17052 2005-03-21  Jim Meyering  <jim@meyering.net>
17053         and  Paul Eggert  <eggert@cs.ucla.edu>
17054
17055         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
17056         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
17057         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
17058         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
17059         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
17060         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
17061         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
17062         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
17063         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
17064         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
17065         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
17066         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
17067         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
17068         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
17069         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
17070         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
17071         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
17072         for these modules.
17073
17074 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
17075
17076         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
17077         (which shouldn't happen), generate nothing instead of returning 0
17078         immediately, so that nstrftime (NULL, ...) doesn't return 0.
17079
17080 2005-03-16  Bruno Haible  <bruno@clisp.org>
17081
17082         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
17083         HAVE_LONGLONG_64BIT.
17084
17085 2005-03-16  Bruno Haible  <bruno@clisp.org>
17086
17087         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
17088         HAVE_LONGLONG_64BIT.
17089
17090 2005-03-16  Bruno Haible  <bruno@clisp.org>
17091
17092         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
17093         HAVE_LONGLONG_64BIT.
17094
17095 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
17096
17097         * lib/strftime.c (my_strftime): Prepend space to format so that we can
17098         reliably distinguish strftime failure from empty output on POSIX
17099         hosts.
17100
17101 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
17102
17103         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
17104         (iconv_string): Don't guess a size-zero buffer, as that might cause
17105         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
17106         result would be 'too large', where 'too large' is (heuristically)
17107         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
17108         overflow concerns.  This will prevent some unwanted malloc failures
17109         when the inputs are very large.
17110
17111 2005-03-15  Karl Berry  <karl@gnu.org>
17112
17113         * config/srclist.txt (config.rpath): from gettext.
17114         * config/config.rpath: update.
17115
17116 2005-03-15  Bruno Haible  <bruno@clisp.org>
17117
17118         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
17119         to 'negate'.
17120
17121         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
17122         variable.
17123
17124         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
17125         results.
17126
17127 2005-03-14  Simon Josefsson  <jas@extundo.com>
17128
17129         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
17130         <fx@gnu.org>.
17131
17132 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
17133
17134         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
17135         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
17136         intprops.h.
17137         * lib/strtol.c: Likewise.
17138
17139 2005-03-14  Jim Meyering  <jim@meyering.net>
17140
17141         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
17142         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
17143         to be nonzero so that we (and caller) can detect the difference
17144         between a valid zero-length expansion and an error return, even
17145         when the underlying strftime fails before writing anything into
17146         that location.
17147
17148 2005-03-14  Bruno Haible  <bruno@clisp.org>
17149
17150         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
17151         Update from GNU gettext 0.14.3.
17152
17153 2005-03-10  Jim Meyering  <jim@meyering.net>
17154
17155         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
17156
17157 2005-03-10  Jim Meyering  <jim@meyering.net>
17158
17159         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
17160         so that this module works on systems without fchdir.
17161
17162 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
17163
17164         Factor int-properties macros into a single file, except for
17165         glibc-related files.
17166         * lib/intprops.h: New file.
17167         * lib/getloadavg.c: Include it instead of limits.h.
17168         (INT_STRLEN_BOUND): Remove.
17169         * lib/human.c: Include intprops.h.
17170         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
17171         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
17172         302/1000.
17173         * lib/inttostr.h: Include intprops.h instead of limits.h.
17174         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
17175         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
17176         for consistency with intprops.h.
17177         (time_t_is_integer, twos_complement_arithmetic): Use them.
17178         * lib/sig2str.h: Include <signal.h>, intprops.h.
17179         (INT_STRLEN_BOUND): Remove.
17180         * lib/strftime.c (TYPE_SIGNED): Remove.
17181         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
17182         * lib/strtol.c: Adjust comments to match intprops.h.
17183         * lib/userspec.c: Include intprops.h.
17184         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
17185         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
17186         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
17187         instead of rolling our own expressions.
17188         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
17189
17190         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
17191         instead of int.
17192         (my_strftime): Do not mishandle years close to INT_MAX, by doing
17193         the right thing even if adding 1900 would overflow.  Similarly
17194         for tm_mon + 1 and tm_yday + 1.
17195         Make %Y always equivalent to %C%y, and similarly for %G and %g.
17196         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
17197         (DO_SIGNED_NUMBER): New macro.
17198         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
17199
17200 2005-03-07  Bruno Haible  <bruno@clisp.org>
17201
17202         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
17203
17204 2005-03-07  Bruno Haible  <bruno@clisp.org>
17205
17206         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
17207
17208 2005-03-04  Derek R. Price  <derek@ximbiot.com>
17209
17210         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
17211         (func_import): Only replace files via --import when they have actually
17212         changed.
17213
17214 2005-03-03  Derek R. Price  <derek@ximbiot.com>
17215
17216         * m4/mmap-anon.m4: New file.
17217         * m4/pagealign_alloc.m4: New file.
17218
17219 2005-03-03  Derek R. Price  <derek@ximbiot.com>
17220             Bruno Haible  <bruno@clisp.org>
17221
17222         * modules/pagealign_alloc: New file.
17223         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
17224
17225 2005-03-03  Derek R. Price  <derek@ximbiot.com>
17226             Bruno Haible  <bruno@clisp.org>
17227
17228         * lib/pagealign_alloc.h: New file.
17229         * lib/pagealign_alloc.c: New file.
17230
17231 2005-03-03  Bruno Haible  <bruno@clisp.org>
17232
17233         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
17234         Use an all-permissive copyright notice, recommended by RMS.
17235
17236 2005-03-02  Bruno Haible  <bruno@clisp.org>
17237
17238         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
17239         of AIX, the replacement has to be done only after <string.h> is
17240         included, therefore not in config.h. stpncpy.h does the replacement,
17241         and stpncpy.c uses it.
17242
17243 2005-03-02  Bruno Haible  <bruno@clisp.org>
17244
17245         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
17246         stpncpy.c uses it.
17247
17248 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17249
17250         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
17251         The workaround isn't strictly needed for POSIX conformance, and
17252         it's too much of a pain to configure and maintain.  We'll ask
17253         people to fix their kernels instead.
17254         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
17255         (NANOSLEEP_BUG_WORKAROUND): Remove.
17256         (xnanosleep): Remove the workaround.
17257
17258 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17259
17260         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
17261         Reported by Derek Price.
17262         (Include): Add "timespec.h".
17263
17264         * modules/xnanosleep (Depends-on): Remove gethrxtime.
17265
17266 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17267
17268         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
17269         to detect nanosleep bug.
17270
17271 2005-03-01  Bruno Haible  <bruno@clisp.org>
17272
17273         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
17274
17275 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
17276
17277         * modules/gethrxtime: New file.
17278         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
17279         (Depends-on): Add gethrxtime.
17280         (configure.ac): Add gl_XNANOSLEEP.
17281         (Makefile.am): Remove lib_SOURCES line.
17282
17283 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
17284
17285         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
17286         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
17287
17288 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
17289
17290         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
17291         * lib/timespec.h (gettime): Return void, since it always
17292         succeeds now.  All uses changed.
17293         * lib/gettime.c (gettime) Likewise.
17294         [HAVE_NANOTIME]: Prefer nanotime.
17295         Assume gettimeofday succeeds, as POSIX requires.
17296         Assime time () succeeds, since other code already does.
17297         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
17298         (timespec_subtract): Remove.
17299         (NANOSLEEP_BUG_WORKAROUND): New constant.
17300         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
17301         things considerably.  Use it only on GNU/Linux hosts, since the
17302         workaround shouldn't be needed elsewhere.
17303
17304 2005-02-24  Bruno Haible  <bruno@clisp.org>
17305
17306         * modules/gettext (Files): Add m4/glibc2.m4.
17307
17308 2005-02-24  Bruno Haible  <bruno@clisp.org>
17309
17310         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
17311         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
17312         * m4/progtest.m4:
17313         Update from GNU gettext 0.14.2.
17314         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
17315
17316 2005-02-24  Bruno Haible  <bruno@clisp.org>
17317
17318         * lib/localcharset.c: Update from GNU gettext 0.14.2.
17319         * lib/config.charset: Update from GNU gettext 0.14.2.
17320
17321 2005-02-24  Bruno Haible  <bruno@clisp.org>
17322
17323         * lib/gettext.h: Update from GNU gettext 0.14.2.
17324
17325 2005-02-23  Simon Josefsson  <jas@extundo.com>
17326
17327         * m4/iconvme.m4: New file.
17328
17329 2005-02-23  Jim Meyering  <jim@meyering.net>
17330
17331         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
17332         change.
17333         Thanks to Bruno Haible for catching it.
17334
17335 2005-02-22  Simon Josefsson  <jas@extundo.com>
17336
17337         * modules/iconvme: New file.
17338
17339         * MODULES.html.sh: Add iconvme.
17340
17341 2005-02-22  Simon Josefsson  <jas@extundo.com>
17342
17343         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
17344
17345 2005-02-22  Simon Josefsson  <jas@extundo.com>
17346
17347         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
17348
17349 2005-02-22  Jim Meyering  <jim@meyering.net>
17350
17351         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
17352         s/ifndef/ifdef/.
17353
17354 2005-02-20  Neil Conway  <neilc@samurai.com>
17355
17356         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
17357         returned by OSX/Darwin if the specified buffer is not large
17358         enough for the hostname.
17359
17360 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17361
17362         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
17363         pass it to _help, otherwise the latter coredumps trying to
17364         dereference state.root_argp.
17365
17366 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
17367
17368         * modules/chdir-long (Depends-on): Add memrchr.
17369         * modules/memrchr (Files): Add lib/memrchr.h.
17370         (Include): "memrchr.h".
17371
17372 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
17373
17374         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
17375
17376 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
17377
17378         * lib/memrchr.h: New file.
17379         * lib/chdir-long.c: Include it.
17380         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
17381         Don't bother including stddef.h.
17382
17383 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
17384
17385         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
17386         inclusion.
17387         Include <sys/types.h>, for dev_t.
17388         (ME_DUMMY, ME_REMOTE): Move from here....
17389         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
17390         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
17391         Dmitry V. Levin.
17392         Include mountlist.h first, to test the interface.
17393
17394 2005-01-29  Bruno Haible  <bruno@clisp.org>
17395
17396         * lib/progname.c (program_name): Initialize.
17397         Needed when linking statically on MacOS X.
17398
17399 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
17400
17401         Sync from coreutils.
17402         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
17403         (Depends-on): Add c-strtod.
17404         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
17405
17406 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
17407
17408         Sync from coreutils.
17409         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
17410
17411         Remove files that are specific to coreutils.
17412         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
17413
17414 2005-01-28  Bruno Haible  <bruno@clisp.org>
17415
17416         * modules/javacomp: New file.
17417         * MODULES.html.sh (Java): Add javacomp.
17418
17419 2005-01-28  Bruno Haible  <bruno@clisp.org>
17420
17421         * m4/javacomp.m4: New file, from GNU gettext.
17422
17423 2005-01-28  Bruno Haible  <bruno@clisp.org>
17424
17425         * lib/javacomp.sh.in: New file, from GNU gettext.
17426         * lib/javacomp.h: New file, from GNU gettext.
17427         * lib/javacomp.c: New file, from GNU gettext.
17428
17429 2005-01-26  Simon Josefsson  <jas@extundo.com>
17430
17431         * lib/gai_strerror.c: Use GPL in header.
17432
17433 2005-01-26  Bruno Haible  <bruno@clisp.org>
17434
17435         * modules/javaexec: New file.
17436         * MODULES.html.sh (Java): Add javaexec.
17437
17438 2005-01-26  Bruno Haible  <bruno@clisp.org>
17439
17440         * m4/javaexec.m4: New file, from GNU gettext.
17441
17442 2005-01-26  Bruno Haible  <bruno@clisp.org>
17443
17444         * lib/javaexec.sh.in: New file, from GNU gettext.
17445         * lib/javaexec.h: New file, from GNU gettext.
17446         * lib/javaexec.c: New file, from GNU gettext.
17447
17448 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17449
17450         * modules/lchown (Depends-on): Remove lchown.h
17451
17452 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17453
17454         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
17455         must be defined if the header file was not found, in order
17456         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
17457
17458 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17459
17460         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
17461         initializers for struct pentry_state.
17462         (__argp_error): Check return value of __asprintf
17463         (__argp_failure): Translate error message
17464
17465         * lib/argp-parse.c: Removed braces around the expansion of N_()
17466
17467 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
17468
17469         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
17470         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
17471         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
17472         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
17473         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
17474         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
17475         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
17476         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
17477         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
17478         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
17479         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
17480         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
17481         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
17482         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
17483         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
17484         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
17485         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
17486         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
17487         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
17488         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
17489         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
17490         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
17491         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
17492         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
17493         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
17494         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
17495         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
17496         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
17497         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
17498         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
17499         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
17500         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
17501         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
17502         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
17503         xstrtol.m4, xstrtoumax.m4, yesno.m4:
17504         Use an all-permissive copyright notice, recommended by RMS.
17505
17506 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
17507
17508         * modules/chdir-long (Depends-on): Remove mempcpy.
17509
17510 2005-01-21  Jim Meyering  <jim@meyering.net>
17511
17512         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
17513         same value as for Solaris 9.
17514
17515         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
17516         component length.  This included changing the parameter to be
17517         of type `char *' rather than `char const *'.
17518         * lib/chdir-long.h (chdir_long): Update prototype.
17519
17520         * lib/openat.c (fdopendir, fstatat): New functions.
17521         * lib/openat.h: Include headers required for use of DIR and struct
17522         stat.
17523         [AT_SYMLINK_NOFOLLOW]: Define.
17524         (fdopendir, fstatat): Add prototypes.
17525
17526 2005-01-21  Bruno Haible  <bruno@clisp.org>
17527
17528         * modules/classpath: New file.
17529         * MODULES.html.sh (Java): Add classpath.
17530
17531 2005-01-21  Bruno Haible  <bruno@clisp.org>
17532
17533         * lib/classpath.h: New file, from GNU gettext.
17534         * lib/classpath.c: New file, from GNU gettext.
17535
17536 2005-01-20  Simon Josefsson  <jas@extundo.com>
17537
17538         * modules/version-etc-fsf: New file.
17539
17540 2005-01-20  Simon Josefsson  <jas@extundo.com>
17541
17542         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
17543         * lib/version-etc.c: Remove version_etc_copyright.
17544         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
17545         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
17546
17547 2005-01-20  Simon Josefsson  <jas@extundo.com>
17548
17549         * lib/base64.h (isbase64): Add.
17550
17551         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
17552         using a unsigned prototype, don't inline.
17553         (base64_decode): Use it.
17554
17555 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
17556
17557         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
17558         it.
17559
17560 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
17561
17562         * lib/save-cwd.c (save_cwd): Remove code to support the case
17563         where fchdir is missing or flaky.
17564
17565 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
17566
17567         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
17568
17569 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
17570
17571         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
17572         AC_LIBSOURCES now does this.
17573         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
17574         with new ullong_max module.
17575
17576 2005-01-19  Bruno Haible  <bruno@clisp.org>
17577
17578         * modules/sh-quote: New file.
17579         * MODULES.html.sh (Executing programs): Add sh-quote.
17580
17581 2005-01-19  Bruno Haible  <bruno@clisp.org>
17582
17583         * lib/sh-quote.h: New file, from GNU gettext.
17584         * lib/sh-quote.c: New file, from GNU gettext.
17585
17586 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
17587
17588         Merge from coreutils.
17589         * m4/ullong_max.m4: New file.
17590         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
17591         (gl_MACROS): Assume localeconv exists.
17592
17593 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
17594
17595         Merge changes from coreutils, as described below in several
17596         changelogs dated today.
17597
17598         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
17599         (O_DIRECTORY): Remove; not needed here, since "." must be
17600         a directory.  All uses removed.
17601         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
17602         universal on Suns, and we also need to test for IRIX.
17603         Revamp code to use 'if' rather than '#if'.
17604         Avoid unnecessary comparison of cwd->desc to 0.
17605
17606         * lib/utimens.c (futimens): Robustify the previous patch, by checking
17607         for known valid error numbers rather than observed invalid ones.
17608
17609 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
17610
17611         * modules/ullong_max: New file.
17612
17613         * modules/chdir-long, modules/openat: New files.
17614         * modules/save-cwd (Depends-on): Depend on chdir-long.
17615         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
17616
17617 2005-01-18  Jim Meyering  <jim@meyering.net>
17618
17619         Merge from coreutils.
17620         * m4/chdir-long.m4, m4/openat.m4: New files.
17621         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
17622         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
17623         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
17624         is sane and DOES follow symlinks.  Besides, testing 20 different
17625         systems found no broken chown implementations.
17626         Prompted by a change in rsync's copy of this macro.
17627         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
17628
17629         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
17630
17631         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
17632         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
17633         NULL-means-set-to-current-time semantics.
17634         Remove temporary file immediately, rather than waiting
17635         for configure's at-exit trap code to do it.
17636
17637 2005-01-18  Jim Meyering  <jim@meyering.net>
17638
17639         * lib/version-etc.c (version_etc_copyright): Update copyright date.
17640
17641         * lib/utimens.c (futimens): Account for the fact that futimes
17642         can also fail with errno == ENOSYS or errno == ENOENT.
17643         Patch from Dmitry V. Levin.
17644
17645         Change the name of the robust chdir function from chdir to chdir_long.
17646         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
17647         (restore_cwd): Use chdir_long, not chdir.
17648         * lib/chdir-long.c: Renamed from chdir.c.
17649         * lib/chdir-long.h: Renamed from chdir.h.
17650         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
17651         Hurd.
17652
17653 2005-01-18  Bruno Haible  <bruno@clisp.org>
17654
17655         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
17656         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
17657         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
17658         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
17659         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
17660         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
17661         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
17662         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
17663         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
17664         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
17665         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
17666         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
17667         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
17668         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
17669         Use an all-permissive copyright notice, recommended by RMS.
17670
17671 2005-01-18  Bob Proulx  <bob@proulx.com>
17672
17673         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
17674         simplify offsetof() macro construct to avoid compile failure with
17675         native HP-UX 11.0 ANSI C compiler.
17676
17677 2005-01-17  Bruno Haible  <bruno@clisp.org>
17678
17679         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
17680         redundant because stpncpy.m4 takes care of it.
17681
17682 2005-01-17  Bruno Haible  <bruno@clisp.org>
17683
17684         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
17685
17686 2005-01-17  Bruno Haible  <bruno@clisp.org>
17687
17688         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
17689         used.
17690
17691 2005-01-17  Bruno Haible  <bruno@clisp.org>
17692
17693         * lib/fwriteerror.h (fwriteerror): Change specification to include
17694         fclose.
17695         * lib/fwriteerror.c: Include <stdbool.h>.
17696         (fwriteerror): At the end, close the file stream. Record whether
17697         stdout was already closed.
17698
17699 2005-01-17  Bruno Haible  <bruno@clisp.org>
17700
17701         * lib/execute.c (environ): Declare if needed.
17702         * lib/pipe.c (environ): Likewise.
17703         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
17704
17705 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17706
17707         * modules/argp: Depend on vsnprintf
17708
17709 2005-01-10  Jim Meyering  <jim@meyering.net>
17710
17711         * modules/closeout (Depends-on): Add atexit.
17712
17713 2005-01-06  Bruno Haible  <bruno@clisp.org>
17714
17715         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
17716
17717 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
17718
17719         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
17720         definitions to be after all include files, to avoid collisions.
17721         Problem reported by Bob Proulx.
17722
17723 2005-01-04  Jim Meyering  <jim@meyering.net>
17724
17725         Changes imported from coreutils.
17726         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
17727         as the mkstemp template, use a temporary directory and an
17728         8.3-friendly template to avoid trouble on systems like DJGPP.
17729         Reported by Juan M. Guerrero via Stepan Kasal.
17730         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
17731         close. Remove the temporary directory right away, rather than waiting
17732         for configure's at-exit trap code to do it.
17733         Suggestion from Stepan Kasal.
17734
17735 2005-01-01  Simon Josefsson  <jas@extundo.com>
17736
17737         * gnulib-tool: Print #include directives when --import'ing.
17738
17739 2004-12-28  Simon Josefsson  <jas@extundo.com>
17740
17741         * tests/test-base64.c: Include required header files.  Remove
17742         unused variables.
17743
17744 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
17745
17746         * modules/error (Depends-on): Remove gettext.
17747
17748 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
17749
17750         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
17751         not needed.  This removes a dependency on the gettext module.
17752         [defined _LIBC]: Do not include <libintl.h>; not needed.
17753
17754 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
17755
17756         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
17757         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
17758
17759 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
17760
17761         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
17762         HAVE_DECL_STRTOLD.
17763
17764 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
17765
17766         * modules/getdate (Depends-on): Remove alloca-opt.
17767
17768 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
17769
17770         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
17771
17772 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
17773
17774         * lib/argp-parse.c: Include <stddef.h>.
17775         (alignof, alignto): New macros.
17776         (parser_init): Don't assume that void * is aligned sufficiently
17777         for struct option.
17778
17779         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
17780         need to extend the stack.
17781         (YYINITDEPTH): New macro, so that the initial stack isn't overly
17782         large.
17783
17784 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17785
17786         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
17787
17788 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
17789
17790         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
17791         (2004-10-24) change.  Apparently this was a false alarm.
17792
17793         * modules/getdate: Depend on alloca-opt, not alloca.
17794
17795 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
17796
17797         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
17798         Remove now-obsolete comment about AIX.
17799         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
17800         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
17801         (YYMAXDEPTH): New macro.
17802
17803 2004-12-18  Simon Josefsson  <jas@extundo.com>
17804
17805         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
17806
17807 2004-12-18  Bruno Haible  <bruno@clisp.org>
17808
17809         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
17810
17811 2004-12-18  Bruno Haible  <bruno@clisp.org>
17812
17813         * lib/fatal-signal.c (fatal_signals): Make non-const.
17814         (init_fatal_signals): New function.
17815         (uninstall_handlers, install_handlers): Ignore signals that were set to
17816         SIG_IGN.
17817         (at_fatal_signal): Call init_fatal_signals.
17818         (init_fatal_signal_set): Likewise. Ignore signals that were set to
17819         SIG_IGN.
17820         Reported by Paul Eggert.
17821
17822 2004-12-18  Bruno Haible  <bruno@clisp.org>
17823
17824         * doc/alloca.texi: New file.
17825         * doc/alloca-opt.texi: New file.
17826
17827 2004-12-17  Jim Meyering  <jim@meyering.net>
17828
17829         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
17830         Otherwise, install-sh could exit with improper exit status when
17831         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
17832
17833 2004-12-16  Simon Josefsson  <jas@extundo.com>
17834
17835         * tests/test-base64.c: Add license.
17836
17837 2004-12-15  Stepan Kasal  <address@hidden>
17838
17839         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
17840
17841 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
17842
17843         * modules/getcwd (Files): Add m4/d-ino.m4.
17844         Suggested by Mark D. Baushke.
17845
17846 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
17847
17848         * lib/getdate.y (textint): New member "negative".
17849         (time_zone_hhmm): New function.
17850         Expect 14 shift-reduce conflicts, not 13.
17851         (o_colon_minutes): New rule.
17852         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
17853         (yylex): Set the "negative" member of signed numbers.
17854
17855 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
17856
17857         * doc/getdate.texi (Time of day items, Time zone items):
17858         Describe new formats +00:00, UTC+00:00.
17859
17860 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
17861
17862         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
17863         spurious "-l"s.  Problem reported by Stepan Kasal.
17864
17865 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
17866
17867         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
17868         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
17869
17870 2004-12-04  Simon Josefsson  <jas@extundo.com>
17871
17872         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
17873         Vandoorselaere <yoann@prelude-ids.org>.
17874
17875 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
17876
17877         Changes imported from coreutils.
17878         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
17879         exist.
17880         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
17881
17882 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
17883
17884         Changes imported from coreutils.
17885         * lib/hard-locale.c: Assume <locale.h> exists.
17886         Include "strdup.h".
17887         (GLIBC_VERSION): New macro.
17888         (hard_locale): Assume setlocale exists.
17889         Rewrite to avoid #ifdef.
17890         Use strdup rather than malloc + strcpy.
17891         * lib/human.c: Assume <locale.h> exists.
17892         (human_readable): Assume localeconv exists.
17893
17894 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
17895
17896         * modules/hard-locale (Depends-on): Add strdup.
17897
17898 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
17899
17900         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
17901         convert T2, not T.  (Imported from libc.)
17902
17903 2004-11-30  Simon Josefsson  <jas@extundo.com>
17904
17905         * modules/restrict (License): Change to LGPL.
17906
17907 2004-11-30  Simon Josefsson  <jas@extundo.com>
17908
17909         * m4/restrict.m4: Add copyright and copying conditions.
17910
17911 2004-11-30  Simon Josefsson  <jas@extundo.com>
17912
17913         * m4/base64.m4: New file.
17914
17915 2004-11-30  Simon Josefsson  <jas@extundo.com>
17916
17917         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
17918         base64.
17919
17920         * tests/test-base64.c: New file.
17921
17922         * modules/base64: New file.
17923
17924 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
17925
17926         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
17927         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
17928
17929         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
17930
17931 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
17932
17933         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
17934         (__getcwd.c): Don't restore errno; glibc doesn't.
17935         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
17936         first, falling back to our code only if its results look suspicious.
17937         Ensure that the resulting buffer is only as large as necessary.
17938
17939         * lib/readutmp.c: Include readutmp.h first.
17940         Include <errno.h>, since readutmp.h no longer does that.
17941         * lib/readutmp.h: Don't include <errno.h>,
17942         <sys/param.h>, <time.h>; not needed to establish interface.
17943         (errno): Remove decl.
17944         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
17945         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
17946         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
17947
17948 2004-11-28  Simon Josefsson  <jas@extundo.com>
17949
17950         * lib/base64.h, base64.c: New file.
17951
17952 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
17953
17954         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
17955
17956 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
17957
17958         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
17959         (Depends-on): Remove pathmax, same.  Add mempcpy.
17960         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
17961         (Makefile.am): Append getcwd.h to lib_SOURCES.
17962         (Include): Add getcwd.h.
17963         (Maintainer): Change from Jim Meyering to "all, glibc",
17964         since getdate now uses intended-for-glibc code.
17965         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
17966         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
17967
17968 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
17969
17970         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
17971         HP's ANSI C compiler.
17972         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
17973         Declaring int functions causes warnings on some modern systems and
17974         shouldn't be needed to compile on ancient ones.
17975         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
17976         defined.
17977
17978         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
17979         with the following changes.
17980         (__set_errno): Parenthesize properly.
17981         Include <stdbool.h>.
17982         (MIN, MAX, MATCHING_INO): New macros.
17983         (__getcwd): Define with prototype, not K&R form.
17984         Use heuristics to allocate default buffer on stack if possible.
17985         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
17986         behavior, and to avoid the PATH_MAX limit when computing
17987         ../../../../...
17988         Use MATCHING_INO to compare inode number to file.
17989         Check for arithmetic overflow in size calculations.
17990         Fix bug in reallocation of dot array that caused getcwd to fail
17991         on directories nested deeper than 75.
17992         Be more careful about saving errno on error.
17993         Do not use realloc; use only free+malloc, as this is a bit
17994         more flexible and avoids a needless copy operation.
17995         Do not inspect st_dev and st_ino for symbolic links; POSIX
17996         doesn't specify the latter.
17997         Check for closedir errors.
17998         Avoid needless casts.
17999         Use "#ifdef weak_alias" around weak_alias, to be like other
18000         glibc code.
18001         The following changes to getcwd.c have effect only when used in
18002         gnulib; they have no effect inside glibc proper.
18003         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
18004         as alloca isn't used.
18005         (alloca, __alloca): Likewise.
18006         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
18007         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
18008         unconditionally, as gnulib assumes C89 or better.
18009         Do not include <sys/param.h>.
18010         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
18011         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
18012         better.
18013         (NULL) [!defined NULL]: Remove; we assume C89 or better.
18014         Include <dirent.h> in a way that is compatible with modern Autoconf.
18015         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
18016         New macros, if not already defined.
18017         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
18018         Use "_LIBC", not "defined _LIBC", for consistency.
18019         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
18020         a mempcpy module.
18021         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
18022         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
18023         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
18024         credit only to Jim Meyering and adjust the copyright dates.
18025         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
18026         <stdlib.h>, <unistd.h>, "pathmax.h".
18027         Instead, include "xgetcwd.h" (first) and "getcwd.h".
18028         (INITIAL_BUFFER_SIZE): Remove.
18029         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
18030
18031 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
18032
18033         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
18034         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
18035         Use the _ONCE methods, for efficiency.
18036         Check for fcntl.h.  In test program, include <errno.h>
18037         and <fcntl.h> if available.  Remove old K&R cruft from
18038         test program.  Check for common errors in GNU/Linux,
18039         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
18040         don't do AC_LIBOBJ, as that's getcwd.m4's job.
18041         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
18042         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
18043         name accordingly.
18044         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
18045         accommodate new getcwd.c.
18046         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
18047         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
18048         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
18049         that's all we need now.
18050
18051 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18052
18053         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
18054         argp-parse.c depends on getopt internals, that means we should
18055         always use our getopt, to be on the safe side.
18056         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
18057         order not to spoil the result of an eventual previous invocation
18058         of gl_GETOPT_SUBSTITUTE.
18059
18060 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18061
18062         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
18063         redefinition warnings. To avoid them, include the defines
18064         in `#if !defined __need_getopt ... #endif'. The only place
18065         where __getopt_argv_const is used is in definitions
18066         of getopt_long and getopt_long_only below, which are as well
18067         protected by `#ifndef __need_getopt'.
18068         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
18069         __need_getopt after including <stdio.h> and <unistd.h> These
18070         headers might have defined it.
18071
18072 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
18073
18074         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
18075
18076 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
18077
18078         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
18079         (futimens): New function, which uses futimes if available.
18080         (futimens, utimens): Support timespec==NULL, with same semantics
18081         as utime and utimens.
18082         * lib/utimens.h (futimens): New decl.
18083
18084 2004-11-23  Jim Meyering  <jim@meyering.net>
18085
18086         * lib/getopt_.h: Remove trailing blanks.
18087
18088 2004-11-23  Jim Meyering  <jim@meyering.net>
18089
18090         * lib/__fpending.c: Add comment.
18091
18092 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
18093
18094         * modules/canonicalize (Depends-on): Add xreadlink.
18095         Problem reported by James Youngman.
18096
18097 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
18098
18099         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
18100         New macros.
18101         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
18102         optopt): Use them instead of invoking ## directly; otherwise, the
18103         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
18104
18105 2004-11-19  Bruno Haible  <bruno@clisp.org>
18106
18107         * lib/strtok_r.c: Move comments from here...
18108         * lib/strtok_r.h: ... to here.
18109
18110 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
18111
18112         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
18113         implementations that mishandle size_t overflow.
18114
18115 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
18116
18117         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
18118         might fail.  Problem reported by Yoann Vandoorselaere.
18119         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
18120         implementations that mishandle size_t overflow.
18121
18122 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
18123
18124         * modules/canon-host (Depends-on): Add strdup.
18125
18126 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
18127
18128         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
18129
18130 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
18131
18132         * lib/canon-host.c: Include "strdup.h".
18133         (canon_host): Use getaddrinfo if available, so that IPv6 works.
18134         Use strdup instead of malloc/strcpy to duplicate strings.
18135
18136         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
18137         (human_space_before_unit): New constant.
18138         * lib/human.c (human_readable): Support it.
18139
18140         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
18141         (xgetcwd): Set errno correctly when failing.
18142         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
18143         the failure is actually due to a PATH_MAX problem.
18144
18145         Further getopt changes to make it more likely that glibc will
18146         buy the changes back.
18147         * lib/getopt.c (POSIXLY_CORRECT): New constant.
18148         (getopt): Use it, so to preserve glibc semantic
18149         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
18150         when compiling for libc.
18151         * lib/getopt_.h (__getopt_argv_const): Bring it back.
18152         (getopt_long, getopt_long_only): Use it.
18153
18154         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
18155         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
18156         (getopt): Argv is now char * const *, as per standard.
18157         (_getopt_internal_r, _getopt_internal): Argv is now char **,
18158         not char *__getopt_argv_const *.
18159         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
18160         _getopt_long_only_r): Likewise.
18161         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
18162         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
18163         _getopt_long_r, _getopt_long_only_r): Likewise.
18164         * lib/getopt_.h (__getopt_argv_const): Remove.
18165         (getopt): Argv is now char * const *, as per standard.
18166
18167         * lib/getdate.y (tORDINAL): New token.
18168         (day, relunit): Allow it for relative times.
18169         (relative_time_table): Use tORDINAL for ordinals.
18170
18171 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
18172
18173         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
18174         Document that "second" isn't allowed as an ordinal number.
18175
18176 2004-11-16  Jim Meyering  <jim@meyering.net>
18177
18178         * modules/closeout (Depends-on): Add fpending.
18179
18180 2004-11-15  Jim Meyering  <jim@meyering.net>
18181
18182         * lib/closeout.c: Include "__fpending.h" once again.
18183         Include <stdbool.h>.
18184         (close_stdout): Don't fail just because stdout was closed initially,
18185         since some programs don't write to stdout in the normal course of
18186         operation (other than --version and --help), and we don't want this
18187         function to make e.g. `touch file >&-' fail.
18188         But do fail if it was closed and someone has tried to write to it.
18189         E.g., `printf foo >&-' must fail.
18190
18191 2004-11-13  Jim Meyering  <jim@meyering.net>
18192
18193         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
18194
18195 2004-11-12  Simon Josefsson  <jas@extundo.com>
18196
18197         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
18198         small doc fix is still pending.
18199
18200 2004-11-11  Simon Josefsson  <jas@extundo.com>
18201
18202         * modules/strtok_r: New file.
18203
18204         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18205         strtok_r.
18206
18207 2004-11-11  Simon Josefsson  <jas@extundo.com>
18208
18209         * m4/strtok_r.m4: New file.
18210
18211         * m4/getopt.m4: Replace opterr.
18212
18213 2004-11-11  Simon Josefsson  <jas@extundo.com>
18214
18215         * lib/strtok_r.h, strtok_r.c: New file.
18216
18217 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
18218
18219         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
18220         of replacing opterr, getopt, etc.  This should handle the
18221         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
18222
18223 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
18224
18225         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
18226         we can stop lying to compilers about the constness of argv when we
18227         are compiled outside glibc.
18228         (getopt, getopt_long, getopt_long_only): Use it.
18229         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
18230         _getopt_internal, getopt): Likewise.
18231         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
18232         _getopt_long_only_r): Likewise.
18233         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
18234         _getopt_long_r, _getopt_long_only_r): Likewise.
18235
18236         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
18237         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
18238         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
18239         the other external symbols.
18240         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
18241         declaration, since the above renaming now works around collisions.
18242
18243 2004-11-11  Jim Meyering  <jim@meyering.net>
18244
18245         * lib/linebreak.c: Remove trailing blanks.
18246         * lib/alloca_.h: Likewise.
18247         * lib/acosl.c: Likewise.
18248         * lib/euidaccess.c: Likewise.
18249         * lib/allocsa.h: Likewise.
18250
18251 2004-11-10  Simon Josefsson  <jas@extundo.com>
18252
18253         * m4/getaddrinfo.m4: New file.
18254
18255 2004-11-10  Simon Josefsson  <jas@extundo.com>
18256
18257         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
18258
18259 2004-11-10  Simon Josefsson  <jas@extundo.com>
18260
18261         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18262         getaddrinfo.
18263
18264         * modules/getaddrinfo: New file.
18265
18266 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
18267
18268         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
18269
18270 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
18271
18272         * lib/mktime.c (SHR): New macro, which is a portable
18273         substitute for >> that should work even on Crays.
18274         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
18275         Problem reported by Mark D. Baushke in
18276         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
18277         * lib/getdate.y (SHR): Likewise.
18278         (tm_diff): Use it.
18279         * lib/strftime.c (SHR): Likewise.
18280         (tm_diff): Use it.
18281         * lib/quotearg.c (struct quoting_options): Use unsigned int for
18282         quote_these_too, so that right shifts are well defined.  All uses
18283         changed.
18284
18285 2004-11-10  Jim Meyering  <jim@meyering.net>
18286
18287         Ensure that no close failure goes unreported.
18288         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
18289         return early when it seems there's nothing to flush.
18290         Don't include __fpending.h.
18291
18292 2004-11-10  Jim Meyering  <jim@meyering.net>
18293
18294         * modules/closeout (Depends-on): Remove fpending.
18295
18296 2004-11-10  Jim Meyering  <jim@meyering.net>
18297
18298         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
18299
18300 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
18301
18302         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
18303         gl_FUNC_STRFTIME.
18304         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
18305         and AC_REQUIRE when possible, to avoid duplicate checks.
18306         Check for <wchar.h>.
18307
18308 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
18309
18310         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
18311
18312 2004-11-09  Bruno Haible  <bruno@clisp.org>
18313
18314         * m4/sockpfaf.m4: New file.
18315
18316 2004-11-05  Bruno Haible  <bruno@clisp.org>
18317
18318         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
18319         Reported by Mark D. Baushke <mdb@cvshome.org>.
18320
18321 2004-11-04  Bruno Haible  <bruno@clisp.org>
18322
18323         2004-09-11  Bruno Haible  <bruno@clisp.org>
18324                 * allocsa.valgrind: New file.
18325         2004-02-06  Bruno Haible  <bruno@clisp.org>
18326                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
18327                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
18328                 Reported by Christopher Seip <chris.seip@hp.com>.
18329
18330 2004-11-04  Bruno Haible  <bruno@clisp.org>
18331
18332         * modules/allocsa (Files): Add lib/allocsa.valgrind.
18333         (Makefile.am): Distribute it.
18334
18335 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
18336
18337         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
18338         with errno == ERANGE if the buffer is too small.
18339         Problem reported by Mark D. Baushke.
18340
18341 2004-11-03  Albert Chin  <china@thewrittenword.com>
18342             Paul Eggert  <eggert@cs.ucla.edu>
18343
18344         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
18345         equivalent, substitute $ac_type for equivalent type rather than
18346         blindly using uint32_t *always* which won't work if uint32_t is not
18347         available.  Define _UINT32_T to work around typedef of uint32_t if
18348         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
18349         2.5.1.
18350
18351 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
18352
18353         * m4/jm-macros.m4: Sync from coreutils.
18354         (gl_MACROS): Check for mbrlen, for pathchk.
18355         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
18356
18357 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
18358
18359         * lib/xreadlink.c (MAXSIZE): New macro.
18360         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
18361         size does not exceed MAXSIZE.  Avoid cast.
18362         As suggested by Mark D. Baushke in
18363         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
18364         if readlink fails with buffer size just under MAXSIZE, try again
18365         with MAXSIZE.
18366
18367 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
18368
18369         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
18370
18371 2004-11-02  Derek R. Price  <derek@ximbiot.com>
18372         and  Paul Eggert  <eggert@cs.ucla.edu>
18373
18374         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
18375         (get_date): Overparenthesize to avoid GCC warning.
18376
18377 2004-11-02  Bruno Haible  <bruno@clisp.org>
18378
18379         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
18380         returns void.
18381
18382 2004-11-02  Bruno Haible  <bruno@clisp.org>
18383
18384         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
18385         function returns void.
18386
18387 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
18388
18389         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
18390         fflush_unlocked, flockfile, funlockfile, funlockfile,
18391         fputs_unlocked, putc_unlocked.
18392
18393 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
18394
18395         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
18396         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
18397         already declared.
18398
18399 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
18400
18401         * modules/getdate (Files): Add doc/getdate.texi.
18402         (Depends-on): Add setenv, xalloc.
18403
18404 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
18405
18406         * lib/getdate.y: Add support for TZ="foo" within a date string.
18407         Fix some bugs near time_t boundaries.  Reject dates with
18408         out-of-range components, e.g., "Sept 31".
18409         Include <stdlib.h>, "setenv.h", "xalloc.h".
18410         (ISDIGIT_LOCALE): Remove; unused.
18411         Note that the TZ and time functions used here are not reentrant.
18412         (mktime_ok, get_tz): New functions.
18413         (TZBUFSIZE): New constant.
18414         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
18415         This requires that we sometimes generate our own TZ="XXX..." setting.
18416
18417 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
18418
18419         * doc/getdate.texi: New file, from coreutils with modifications for
18420         the new TZ parsing.
18421
18422 2004-10-27  Derek R. Price  <derek@ximbiot.com>
18423
18424         * lib/mktime.c (not_equal_tm): Remove redundant check.
18425
18426 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
18427
18428         * modules/regex (lib_SOURCES): Add regex.c.
18429         Reported by James Youngman in
18430         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
18431
18432 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
18433
18434         * lib/getdate.y: Use Bison 1.875 features, and some minor
18435         code cleanups.  This change does not affect semantics.
18436         Don't include <stdlib.h>; no longer needed.
18437         Don't include unlocked-io.h; only the "#if TEST" code uses
18438         stdio, and performance isn't crucial there.
18439         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
18440         Bison 1.875 features as described below.
18441         All uses of "PC." replaced by "pc->".
18442         (YYSTYPE): Add a forward declaration.
18443         (yylex, yyerror): Use full prototypes in forward decls.
18444         Use "%pure-parser" rather than obsolescent "%pure_parser".
18445         Use %parse-param and %lex-param instead of obsolescent
18446         YYPARSE_PARAM and YYLEX_PARAM.
18447         (meridian_table, month_and_day_table, time_units_table,
18448         relative_time_table, time_zone_table, military_table,
18449         lookup_zone, lookup_word, get_date):
18450         Use NULL instead of 0 where appropriate.
18451         (to_hour): Avoid abort (), to avoid a dependency on
18452         stdlib.h.
18453         (yyerror, yylex): Now accepts parser_control * arg.
18454         (main) [TEST]: Use '\0' rather than 0 for char.
18455
18456 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
18457
18458         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
18459
18460 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
18461
18462         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
18463         It's now the caller's responsibility to handle the case where
18464         !HAVE_GETPAGESIZE && !defined getpagesize.
18465
18466         * lib/mktime.c (leapyear): Arg is long int, not int.
18467
18468 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
18469
18470         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
18471
18472 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
18473
18474         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
18475         missing.  Problem reported by James Youngman.
18476
18477 2004-10-16  Simon Josefsson  <jas@extundo.com>
18478
18479         * gnulib-tool: Fix comments.  Fix parse problem.
18480         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
18481
18482 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
18483
18484         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
18485         implementation of getopt_long.  Problem reported by Alexander Taler in:
18486         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
18487
18488 2004-10-15  Bruno Haible  <bruno@clisp.org>
18489
18490         * gnulib-tool: Untabify. Initialize supplied_libname.
18491         (func_usage): More homogenous output.
18492         (func_modules_transitive_closure, func_modules_to_filelist,
18493         func_emit_lib_Makefile_am): New functions.
18494         (func_import): New function, extracted from big case statement. Use
18495         func_get_license, func_modules_transitive_closure,
18496         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
18497         opt_lgpl. Don't use test -a, as it's not portable.
18498         (func_create_testdir): Use func_modules_transitive_closure,
18499         func_modules_to_filelist, func_emit_lib_Makefile_am.
18500
18501 2004-10-15  Bruno Haible  <bruno@clisp.org>
18502
18503         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
18504
18505 2004-10-15  Bruno Haible  <bruno@clisp.org>
18506
18507         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
18508         the portions belonging to each module.
18509         Suggested by Derek Robert Price <derek@ximbiot.com>.
18510
18511 2004-10-12  Simon Josefsson  <jas@extundo.com>
18512
18513         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
18514         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
18515         to real functions.
18516
18517 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18518
18519         * modules/vsnprintf: New file.
18520
18521 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18522
18523         * m4/vsnprintf.m4: New file.
18524
18525 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18526
18527         * lib/vsnprintf.h: New file.
18528         * lib/vsnprintf.c: New file.
18529
18530 2004-10-11  Bruno Haible  <bruno@clisp.org>
18531
18532         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
18533         vsnprintf.
18534
18535 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
18536
18537         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
18538
18539 2004-10-07  Bruno Haible  <bruno@clisp.org>
18540
18541         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
18542         fits into the provided buffer.
18543
18544 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
18545
18546         * lib/diacrit.c, diacrit.h: Add GPL notice.
18547
18548         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
18549         notice.
18550         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
18551         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
18552         This avoids a potential constant-folding bug.
18553
18554 2004-10-05  Bruno Haible  <bruno@clisp.org>
18555
18556         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
18557         for the declaration of strsep.
18558
18559 2004-10-05  Bruno Haible  <bruno@clisp.org>
18560
18561         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
18562
18563 2004-10-04  Simon Josefsson  <jas@extundo.com>
18564
18565         * modules/memmem: New file.
18566         * tests/test-memmem.c: New file.
18567         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
18568
18569 2004-10-04  Simon Josefsson  <jas@extundo.com>
18570
18571         * m4/memmem.m4: New file.
18572
18573 2004-10-04  Simon Josefsson  <jas@extundo.com>
18574
18575         * lib/memmem.h: New file.
18576         * lib/memmem.c: New file, taken from glibc.
18577
18578 2004-10-04  Simon Josefsson  <jas@extundo.com>
18579
18580         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
18581         '#ifdef USE_UNLOCKED_IO'.
18582
18583 2004-10-04  Simon Josefsson  <jas@extundo.com>
18584
18585         * config/srclist.txt: Add memmem from glibc.
18586
18587 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
18588
18589         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
18590
18591         * modules/argmatch, modules/argp, modules/closeout, modules/error,
18592         modules/exclude, modules/getdate, modules/getline,
18593         modules/getndelim2, modules/getpass, modules/getpass-gnu,
18594         modules/getusershell, modules/linebuffer, modules/md5,
18595         modules/mountlist, modules/posixtm, modules/readtokens,
18596         modules/readutmp, modules/regex, modules/sha1,
18597         modules/version-etc, modules/yesno:
18598         Remove dependency on unlocked-io.
18599
18600 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
18601
18602         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
18603
18604         * m4/unlocked-io.m4: Add copyright notice.
18605         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
18606
18607 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
18608
18609         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
18610         * lib/xmalloc.c (xmemdup): Likewise.
18611         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
18612         XFREE): Remove these long-obsolescent macros.
18613         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
18614         * lib/xstrdup.c: Remove.
18615
18616         * lib/regex.c (re_comp): Cast gettext return value to char *,
18617         Problem reported by Martin Neitzel via Mark D. Baushke.
18618
18619 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
18620
18621         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
18622         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
18623         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
18624         regex.c, sha1.c, version-etc.c, yesno.c:
18625         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
18626         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
18627         the includer's responsibility.
18628
18629         Sync from coreutils.
18630
18631         * lib/modechange.c (mode_compile): Don't decrement a pointer that
18632         points to the start of a string, as the C Standard says the
18633         resulting behavior is undefined.
18634
18635         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
18636         simple -> simple_backups, numbered_existing ->
18637         numbered_existing_backups, numbered -> numbered_backups
18638         to avoid shadowing problems.  All uses changed.
18639         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
18640         * lib/backupfile.c (check_extension, numbered_backup):
18641         Rename locals to avoid shadowing 'basename'.
18642         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
18643         once.
18644
18645         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
18646         * lib/.cvsignore: Add getopt.h.
18647
18648 2004-10-04  Bruno Haible  <bruno@clisp.org>
18649
18650         * modules/README: New file.
18651         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
18652         not a module.
18653
18654 2004-10-02  Jim Meyering  <jim@meyering.net>
18655
18656         * lib/dirfd.h, getpagesize.h: Add copyright notice.
18657
18658 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18659
18660         * modules/strsep: New file.
18661
18662 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18663
18664         * m4/strsep.m4: New file.
18665
18666 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18667
18668         * lib/strsep.h: New file.
18669         * lib/strsep.c: New file.
18670
18671 2004-10-01  Simon Josefsson  <jas@extundo.com>
18672
18673         * lib/snprintf.c (snprintf): Handle size==0.
18674
18675 2004-10-01  Simon Josefsson  <jas@extundo.com>
18676             Bruno Haible  <bruno@clisp.org>
18677
18678         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
18679         (snprintf): Declare 'args'.
18680
18681 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
18682
18683         * lib/snprintf.c: Remove comments as to why each header is needed.
18684
18685 2004-10-01  Bruno Haible  <bruno@clisp.org>
18686
18687         * MODULES.html.sh: Add strsep.
18688
18689 2004-09-30  Simon Josefsson  <jas@extundo.com>
18690
18691         * modules/snprintf: New file.
18692
18693 2004-09-30  Simon Josefsson  <jas@extundo.com>
18694
18695         * m4/snprintf.m4: New file.
18696
18697 2004-09-30  Simon Josefsson  <jas@extundo.com>
18698
18699         * lib/snprintf.h, lib/snprintf.c: New files.
18700
18701 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18702
18703         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
18704         (hol_entry_help): Never translate an empty string.
18705         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
18706         * lib/argp.h (OPTION_NO_TRANS): New option.
18707
18708 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
18709
18710         * modules/argp (Maintainer): Replace Simon Josefsson
18711         by Sergey Poznyakoff.
18712
18713 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
18714
18715         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
18716         changes merged back into glibc.
18717
18718 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
18719
18720         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
18721
18722 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
18723
18724         * lib/xvasprintf.c: Include xalloc.h.
18725         (xvasprintf): Use xalloc_die, not xmalloc_die.
18726
18727 2004-09-29  Bruno Haible  <bruno@clisp.org>
18728
18729         * modules/alloca-opt: New file, derived from modules/alloca.
18730         * modules/allocsa: Depend on alloca-opt instead of alloca.
18731         * modules/setenv: Likewise.
18732         * modules/vasnprintf: Likewise.
18733         * MODULES.html.sh: Add alloca-opt.
18734
18735 2004-09-28  Simon Josefsson  <jas@extundo.com>
18736
18737         * gnulib-tool: New parameter --lgpl, to asseert that modules are
18738         LGPL, and to replace license template from GPL to LGPL.
18739
18740 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
18741
18742         * modules/dummy: Change license to LGPL.
18743
18744 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
18745
18746         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
18747
18748 2004-09-24  Simon Josefsson  <jas@extundo.com>
18749
18750         * modules/minmax (License): Change from GPL to LGPL.
18751
18752 2004-09-23  Simon Josefsson  <jas@extundo.com>
18753
18754         * gnulib-tool (--import): Typo.
18755
18756 2004-09-23  Simon Josefsson  <jas@extundo.com>
18757
18758         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
18759
18760 2004-09-22  Bruno Haible  <bruno@clisp.org>
18761
18762         * modules/*: Add 'License' field.
18763         * gnulib-tool: Accept --extract-license option.
18764         (func_get_license): New function.
18765
18766 2004-09-21  Bruno Haible  <bruno@clisp.org>
18767
18768         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
18769         Reported by Simon Josefsson.
18770
18771 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
18772
18773         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
18774         gl_AC_TYPE_LONG_LONG.
18775
18776 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
18777
18778         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
18779
18780 2004-09-18  Simon Josefsson  <jas@extundo.com>
18781         and  Paul Eggert  <eggert@cs.ucla.edu>
18782
18783         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
18784         calls with autoreconf.  Define GL_LIB.
18785
18786 2004-09-14  Karl Berry  <karl@gnu.org>
18787
18788         * config/srclist.txt: unsync setenv.c, sigh.
18789
18790 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
18791
18792         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
18793         Problem reported by Bruno Haible in:
18794         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
18795
18796 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
18797
18798         * config/srclist.txt: Comment out argp-pvh.c.
18799
18800 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
18801
18802         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
18803         in case some system header has #define'd it.  Problem reported by
18804         Soeren D. Schulze in
18805         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
18806
18807 2004-09-09  Karl Berry  <karl@gnu.org>
18808
18809         * regex.[ch]: delete from the root.  These were supposed to be
18810                 synced with emacs cvs, but this has not happened for about
18811                 a year, and anyway nothing else uses emacs regex.[ch].
18812                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
18813                 lib/regex[.ch] is untouched.
18814
18815 2004-09-09  Bruno Haible  <bruno@clisp.org>
18816
18817         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
18818
18819 2004-09-09  Bruno Haible  <bruno@clisp.org>
18820
18821         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
18822         modifications.
18823         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
18824
18825 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
18826
18827         * modules/xvasprintf: New file.
18828         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
18829
18830 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
18831
18832         * lib/xvasprintf.h: New file.
18833         * lib/xvasprintf.c: New file.
18834         * lib/xasprintf.c: New file.
18835
18836 2004-09-08  Bruno Haible  <bruno@clisp.org>
18837
18838         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
18839
18840 2004-09-08  Bruno Haible  <bruno@clisp.org>
18841
18842         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
18843         length is > INT_MAX.
18844         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
18845         more.
18846
18847 2004-09-08  Bruno Haible  <bruno@clisp.org>
18848
18849         * lib/stdint_.h: New file, taken from GNU clisp.
18850
18851 2004-09-08  Bruno Haible  <bruno@clisp.org>
18852             Oskar Liljeblad  <oskar@osk.mine.nu>
18853
18854         * modules/stdint: New file.
18855         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
18856
18857 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18858
18859         Import from coreutils.
18860         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
18861         strings on unbounded length.  alloca's performance benefits aren't
18862         that important here.
18863         (V_STRDUP): Remove.
18864         (parse_with_separator): New function, with most of the internals
18865         of the old parse_user_spec.  Allow user to omit both user and group,
18866         for compatibility with FreeBSD.
18867         Clone only the user name, not the entire spec.
18868         Do not set *uid, *gid unless entirely successful.
18869         Avoid memory leak in some failing cases.
18870         Fix regression for USER.GROUP reported by Dmitry V. Levin in
18871         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
18872         (parse_user_spec): Rewrite to use parse_with_separator.
18873
18874 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18875
18876         * modules/userspec: Don't depend on alloca.
18877
18878 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18879
18880         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
18881
18882 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
18883
18884         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
18885         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
18886         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
18887
18888 2004-08-16  Simon Josefsson  <jas@extundo.com>
18889
18890         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
18891         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
18892         Add --dry-run for --import.
18893         Let user provided command line parameters override configure.ac
18894         settings.
18895
18896 2004-08-12  Simon Josefsson  <jas@extundo.com>
18897
18898         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
18899         as discussed with Paul Eggert in threads rooted at
18900         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
18901         and
18902         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
18903         Before, the test was empty, and relied on ELIDE_CODE in source
18904         code.)
18905         (gl_PREREQ_GETOPT): New macro.
18906         (gl_GETOPT): Use them.
18907
18908 2004-08-12  Simon Josefsson  <jas@extundo.com>
18909
18910         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
18911         * lib/getopt_.h: Renamed from getopt.h.
18912
18913 2004-08-12  Simon Josefsson  <jas@extundo.com>
18914
18915         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
18916         Change default library name from libfoo to libgnu.
18917         Now, if you have a configure.ac that says:
18918                 gl_SOURCE_BASE(gl)
18919                 gl_M4_BASE(gl/m4)
18920                 gl_MODULES(error getopt etcetera)
18921                 gl_INIT
18922         you can import all you need by running:
18923                 ../gnulib/gnulib-tool --import
18924
18925         * modules/getopt (Files): Rename getopt.h to getopt_.h.
18926         (Makefile.am): Rewrite, use logic from argz.
18927         (Include): Use <getopt.h> instead of "getopt.h".
18928
18929 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
18930
18931         * modules/argp (Files): Add m4/unlocked-io.m4.
18932         (Depends-on): Add extensions.
18933
18934 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
18935
18936         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
18937         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
18938         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
18939         Check for program_invocation_name, program_invocation_short_name,
18940         flockfile, funlockfile, features.h, _getopt_long_only_r.
18941
18942 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
18943
18944         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
18945         its complicated substitute.
18946         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
18947         and program_invocation_name.
18948         (__argp_basename) [!_LIBC]: Remove; the only use was
18949         replaced by its body.
18950         (__argp_short_program_name): Change condition from
18951         !defined __argp_short_program_name to
18952         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
18953         to match argp-namefrob.h.
18954         (__argp_failure): Don't assume strerror_r returns char *.
18955         * lib/argp-parse.c (N_): Define unconditionally.
18956         (argp_default_options): Fill out initializers with 0 to avoid
18957         gcc warnings.
18958
18959 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
18960
18961         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
18962         getopt1.c.
18963
18964 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
18965
18966         Merge from coreutils.
18967
18968         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
18969
18970         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
18971         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
18972
18973 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
18974
18975         Merge from coreutils.
18976
18977         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
18978         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
18979         for Reliant Unix 5.43.
18980
18981         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
18982         (union fooround): Use uintmax_t, not long int.
18983         The rest is a merge from libc:
18984         [defined _LIBC]: Include <shlib-compat.h>.
18985         (_obstack) [defined _LIBC]: Remove after 2.3.4.
18986
18987         * lib/settime.c (settime): Recode to avoid warning with
18988         Sun Forte C 6U2.
18989
18990         * lib/strverscmp.c: Convert to UTF-8.
18991
18992 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
18993
18994         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
18995         m4/uintmax_t.m4.
18996
18997 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
18998
18999         * modules/xalloc-die: New file.
19000         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
19001
19002         * modules/md5 (Files): Add m4/uint32_t.m4.
19003         * modules/sha1: Renamed from modules/sha.
19004         (Files):
19005         Rename lib/sha.h to lib/sha1.h.
19006         Rename lib/sha.c to lib/sha1.c.
19007         Rename m4/sha.m4 to m4/sha1.m4.
19008         (lib_SOURCES): Likewise.
19009         (configure.ac): Rename gl_SHA to gl_SHA1.
19010         (Include): sha.h -> sha1.h.
19011
19012 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
19013
19014         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
19015         * m4/sha1.m4: Renamed from sha.m4.
19016         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
19017
19018 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
19019
19020         * lib/obstack.h (obstack_empty_p):
19021         Don't assume that chunk->contents is suitably aligned.
19022         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
19023         Likewise. Problem reported by Benno in
19024         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
19025
19026         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
19027         readable.  This could be improved further but it'd take some work.
19028
19029 2004-08-08  Simon Josefsson  <jas@extundo.com>
19030
19031         * modules/xgethostname (Depends-on): Remove exit and error (not
19032         used).
19033
19034         * modules/getpass-gnu: Add getpass.h.
19035         (Depends-on): Add stdbool.
19036         * modules/getpass: Add getpass.h.
19037
19038 2004-08-08  Simon Josefsson  <jas@extundo.com>
19039
19040         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
19041         Check getpass declaration.
19042
19043 2004-08-08  Simon Josefsson  <jas@extundo.com>
19044
19045         * lib/xgethostname.c: Don't include error.h (not used).
19046
19047         * lib/getpass.h: Add.
19048         * lib/getpass.c: Include getpass.h first.
19049
19050 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
19051
19052         * lib/xalloc-die.c: New file.
19053         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
19054         All uses removed.
19055         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
19056         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
19057         xalloc-die.c.
19058         (_, N_, xalloc_die): Move to xalloc-die.c.
19059         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
19060         so that we needn't mess with xalloc_msg_memory_exhausted.
19061
19062         * lib/sha1.h: Renamed from sha.h.
19063         (SHA1_H): Renamed from _SHA_H.
19064         (sha1_ctx): Renamed from sha_ctx.
19065         (sha1_init_ctx): Renamed from sha_init_ctx.
19066         (sha1_process_block): Renamed from sha_process_block.
19067         (sha1_process_bytes): Renamed from sha_process_bytes.
19068         (sha1_finish_ctx): Renamed from sha_finish_ctx.
19069         (sha1_read_ctx): Renamed from sha_read_ctx.
19070         (sha1_stream): Renamed from sha_stream.
19071         (sha1_buffer): Renamed from sha_buffer.
19072         * lib/sha1.c: Likewise; renamed from sha.c.
19073         Do not include <sys/types.h>.
19074         Include <stddef.h> rather than <stdlib.h>.
19075
19076 2004-08-08  Bruno Haible  <bruno@clisp.org>
19077
19078         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
19079         FILESYSTEM_PREFIX_LEN.
19080         * lib/progreloc.c: Likewise.
19081         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
19082
19083 2004-08-06  Simon Josefsson  <jas@extundo.com>
19084
19085         * modules/progname (Depends-on): Don't depend on stdbool.
19086
19087 2004-08-06  Simon Josefsson  <jas@extundo.com>
19088
19089         * modules/getsubopt: New file.
19090         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
19091         getsubopt.
19092
19093 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
19094
19095         More merge from coreutils.
19096
19097         * m4/utimens.m4, m4/utimecmp.m4: New files.
19098         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
19099         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
19100         prereq.m4, sha.m4: Import changes from coreutils.
19101
19102 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
19103
19104         More merge from coreutils.
19105         * modules/raise, modules/readtokens0, modules/utimens:
19106         * modules/utimecmp, module/xnanosleep: New files.
19107         * modules/strftime: Add lib/strftime.h.
19108         Change include from <time.h> to "strftime.h".
19109         * modules/yesno: Add lib/yesno.h.
19110         * modules/backupfile: Remove lib/addext.c.
19111         * modules/euidaccess: Add stat-macros.h.
19112         * modules/canonicalize, modules/euidaccess,
19113         modules/filemode, modules/lchown, modules/makepath,
19114         modules/rmdir, modules/stat: Likewise.
19115
19116 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
19117
19118         Merge from tar.
19119         * lib/argp-help.c (make_hol, hol_append): Don't assume that
19120         SIZE_MAX is a valid preprocessor constant.
19121         (__argp_basename): Change from "#ifndef _LIBC"
19122         to "#ifndef __argp_short_program_name", so that
19123         we don't compile these functions for tar.
19124
19125         More merges from coreutils.
19126         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
19127         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
19128         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
19129         * lib/addext.c: Remove; no longer needed.
19130         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
19131         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
19132         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
19133         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
19134         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
19135         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
19136         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
19137         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
19138         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
19139         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
19140         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
19141         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
19142         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
19143         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
19144         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
19145         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
19146         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
19147         Import changes from coreutils.
19148
19149 2004-08-05  Simon Josefsson  <jas@extundo.com>
19150
19151         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
19152
19153 2004-08-05  Simon Josefsson  <jas@extundo.com>
19154
19155         * m4/getsubopt.m4: New file.
19156
19157 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
19158
19159         Merge from coreutils.
19160
19161         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
19162         * m4/getcwd-path-max.m4: New files.
19163
19164         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
19165         FILESYSTEM_PREFIX_LEN ->
19166         FILE_SYSTEM_PREFIX_LEN.
19167         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
19168         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
19169         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
19170         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
19171
19172         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
19173         prerequisite modules now handle the DOS stuff.
19174         Don't check for unistd.h.
19175
19176 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
19177
19178         Merge from coreutils.
19179
19180         * lib/.gdb-history: Remove; this doesn't belong here.
19181
19182         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
19183         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
19184         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
19185         * lib/getcwd.c: New files.
19186
19187         * lib/dirname.h: Include <stdbool.h>.
19188         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
19189         for consistency with POSIX terminology.  All uses changed.
19190         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
19191         (strip_trailing_slashes): Use bool for booleans.
19192         * lib/stripslash.c (strip_trailing_slashes): Likewise.
19193
19194         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
19195         sometimes returns a positive errno value even when it succeeds.
19196         (print_errno_message) [!LIBC]: Fall back on strerror if
19197         __strerror_r fails.
19198
19199         * lib/path-concat.c (mempcpy): Don't define if a system header defines
19200         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
19201         (longest_relative_suffix): New function.
19202         (path_concat): Use it.  Assume first argument is not NULL.
19203         Port to DOS.  Omit redundant separators.
19204         Report an error instead of returning NULL.
19205         Use mempcpy instead of memcpy.
19206         (xpath_concat): Remove: not declared or used.
19207
19208         * lib/same.h: Include <stdbool.h>
19209         (same_name): Return bool, not int.
19210         * lib/same.c (same_name): Likewise.
19211         (errno): Don't declare; we assume C89 or better now.
19212
19213         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
19214         if not already defined.
19215
19216         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
19217         * lib/dup-safer.c (errno): Likewise.
19218
19219 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
19220
19221         Merge from coreutils.
19222         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
19223         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
19224         * modules/path-concat: Don't depend on strdup.
19225
19226 2004-08-03  Simon Josefsson  <jas@extundo.com>
19227
19228         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
19229         * lib/progname.h: Don't include stdbool.h.
19230
19231 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
19232
19233         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
19234         * MODULES.html.sh (func_all_modules): Remove fatal.
19235
19236 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
19237
19238         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
19239
19240 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
19241
19242         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
19243         working.
19244
19245 2004-08-02  Simon Josefsson  <jas@extundo.com>
19246
19247         * lib/getsubopt.h: New file, with comments from Bruno Haible.
19248         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
19249         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
19250
19251 2004-08-01  Simon Josefsson  <jas@extundo.com>
19252
19253         * lib/xgetdomainname.c: Include stdlib.h, for free().
19254
19255 2004-07-19  Bruno Haible  <bruno@clisp.org>
19256
19257         * MODULES.html.sh (func_all_modules): Add dummy.
19258
19259 2004-07-16  Simon Josefsson  <jas@extundo.com>
19260
19261         * modules/dummy: New file.
19262
19263 2004-07-16  Simon Josefsson  <jas@extundo.com>
19264
19265         * lib/dummy.c: New file.
19266
19267 2004-07-16  Bruno Haible  <bruno@clisp.org>
19268
19269         * lib/backupfile.h: Add extern "C" for C++.
19270         * lib/closeout.h: Likewise.
19271         * lib/copy-file.h: Likewise.
19272         * lib/findprog.h: Likewise.
19273         * lib/full-write.h: Likewise.
19274         * lib/pathname.h: Likewise.
19275         * lib/progname.h: Likewise.
19276         * lib/stpcpy.h: Likewise.
19277         * lib/stpncpy.h: Likewise.
19278         * lib/strcase.h: Likewise.
19279         * lib/strstr.h: Likewise.
19280         * lib/xalloc.h: Likewise.
19281
19282         * lib/mbswidth.h: Add extern "C" for C++.
19283         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
19284
19285 2004-07-13  Robert Millan  <robertmh@gnu.org>
19286
19287         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
19288
19289 2004-07-09  Simon Josefsson  <jas@extundo.com>
19290
19291         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
19292         failed without this.)
19293
19294 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
19295
19296         * modules/chown (Files): Add lib/fchown-stub.c, since
19297         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
19298
19299 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
19300
19301         * lib/fchown-stub.c: New file.
19302
19303 2004-06-24  Jim Meyering  <jim@meyering.net>
19304
19305         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
19306
19307 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19308
19309         * modules/argz: Omit "#include".
19310
19311         * MODULES.html.sh (func_all_modules): Add calloc, to match
19312         2004-06-01 addition of calloc module.
19313
19314 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19315
19316         * m4/argz.m4: New file, which is autoupdated from libtool.
19317
19318 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19319
19320         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
19321         libtool.
19322
19323 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19324
19325         * config/srclist-update: Don't insist on "USA." before the
19326         close-comment, as libtool omits the period and puts the */ on a
19327         separate line.
19328         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
19329         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
19330
19331 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
19332
19333         * modules/argz: New file.
19334         * MODULES.html.sh (func_all_modules): Add argz.
19335
19336 2004-06-12  Jim Meyering  <jim@meyering.net>
19337         and  Paul Eggert  <eggert@cs.ucla.edu>
19338
19339         * modules/hash (Files): Add lib/xalloc.h.
19340         * modules/pipe (Depends-on): Add wait-process.
19341         * modules/stat (Depends-on): Add xalloc.
19342         * modules/userspec (Files): Add lib/userspec.h.
19343         * modules/xstrto
19344
19345         Upgrade from gettext-0.13.
19346         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
19347         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
19348         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
19349
19350 2004-06-10  Jim Meyering  <jim@meyering.net>
19351
19352         * lib/calloc.c: New file.
19353
19354 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
19355
19356         * lib/getdate.y (yylex): Allow space between sign and number.
19357         Problem reported by Dan Jacobson.
19358
19359 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
19360
19361         Merge from coreutils CVS.
19362
19363         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
19364         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
19365         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
19366         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
19367         xstrtol.m4: Fix copyright date and/or serial number.
19368
19369         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
19370         See if we need an fchown replacement.
19371         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
19372         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
19373         and use the replacement function if we detect either defect.
19374
19375         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
19376         gl_UTIMECMP.
19377
19378 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
19379         and  Jim Meyering  <jim@meyering.net>
19380
19381         Merge from coreutils CVS.
19382
19383         * lib/stat-macros.h: New file, with contents from file-type.h
19384         and coreutils' system.h.
19385         * lib/file-type.c: Include "stat-macros.h".
19386         * lib/file-type.h (file_type): Move all macro definitions to new file,
19387         stat-macros.h.
19388
19389         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
19390         Wrap old code with this conditional.
19391         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
19392         function that does not dereference symlinks.
19393         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
19394
19395         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
19396         dependency problems.
19397         (xreadlink): Accept new arg SIZE, for efficiency.
19398         All decls and uses changed.
19399         * lib/xreadlink.h: Include <stddef.h>, for size_t.
19400
19401         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
19402         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
19403
19404         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
19405         sysexits.h.
19406
19407 2004-06-01  Jim Meyering  <jim@meyering.net>
19408
19409         * m4/calloc.m4: New file.
19410
19411 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
19412
19413         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
19414         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
19415         Also, fix a typo in a diagnostic.
19416
19417 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
19418
19419         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
19420         or AC_FUNC_REALLOC.
19421
19422 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
19423
19424         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
19425         macros to be defined.
19426         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
19427         the allocator returns NULL because the requested size is zero.
19428
19429 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
19430
19431         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
19432         var.  Add comment explaining why libc still defines it.  This
19433         merges the following patch from glibc:
19434         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
19435
19436 2004-05-20  Andreas Schwab  <schwab@suse.de>
19437
19438         * m4/free.m4: Replace free if it not known to work, not the other
19439         way round.
19440
19441 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
19442
19443         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
19444         present in glibc since revision 1.1 of this file.
19445         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
19446         obstack_alignment_mask, obstack_alloc, obstack_base,
19447         obstack_blank, obstack_blank_fast, obstack_chunk_size,
19448         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
19449         obstack_grow0, obstack_init, obstack_int_grow,
19450         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
19451         obstack_next_free, obstack_object_size, obstack_ptr_grow,
19452         obstack_ptr_grow_fast, obstack_room): Remove declarations of
19453         nonexistent functions.
19454
19455 2004-05-18  Karl Berry  <karl@gnu.org>
19456
19457         * config/srclist.txt: break link for vasnprintf.c.
19458
19459 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
19460
19461         Port obstack to the AS/400, where pointers are 16 bytes wide and
19462         you cannot cast an integer to a valid pointer.  This patch is
19463         currently waiting to be integrated into glibc; see
19464         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
19465
19466         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
19467         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
19468         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
19469         (struct obstack): temp member is now a union of a pointer and
19470         an integer, instead of an integer.  All integer uses changed.
19471         This does not affect the physical layout of struct obstack,
19472         except on hosts (like the AS/400) where the size or alignment of
19473         void * is greater than that of ptrdiff_t.
19474         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
19475         __STDC__)]: Store temporary in pointer member of union, not
19476         integer member.
19477         * lib/obstack.c: Include <stddef.h>, for offsetof.
19478         (struct fooalign): Remove; it doesn't need a name.
19479         (union fooround): Change double to long double, and add void *.
19480         (DEFAULT_ALIGNMENT): Use offsetof to compute.
19481         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
19482         not a macro.  Hence the values are always int; so remove all
19483         casts-to-int in uses.
19484
19485 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
19486
19487         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
19488         we can get this patch merged into glibc.
19489
19490 2004-05-17  Derek R. Price  <derek@ximbiot.com>
19491             Paul Eggert  <eggert@cs.ucla.edu>
19492
19493         * m4/argp: Depend on alloca.
19494
19495 2004-05-17  Derek R. Price  <derek@ximbiot.com>
19496             Paul Eggert  <eggert@cs.ucla.edu>
19497
19498         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
19499         freecoding.
19500
19501 2004-05-17  Bruno Haible  <bruno@clisp.org>
19502
19503         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
19504         precision that consists of a '.' followed by an empty digit string.
19505         Patch by Tor Lillqvist <tml@iki.fi>.
19506
19507 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
19508
19509         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
19510         for backward compatibility with older code.  We need our own
19511         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
19512         it under some other name, and our alloca.h will define it.
19513
19514 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
19515             Derek Price  <derek@ximbiot.com>
19516
19517         * lib/alloca.c: Include <alloca.h>, to get our interface.
19518         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
19519         include <alloca.h> first.  Use C89 prototype for alloca; this
19520         requires including <stddef.h> for size_t.  Use extern "C" if C++.
19521         Use #elif for simplicity, since we can assume C89 now.
19522         Don't try to source the system alloca.h since it will not be found
19523         and to prevent recursively including its replacement.
19524         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
19525         * lib/regex.c: Likewise.
19526
19527 2004-05-16  Derek Price  <derek@ximbiot.com>
19528             Paul Eggert  <eggert@cs.ucla.edu>
19529
19530         getline cleanup.  This changes the getndelim2 API: both order of
19531         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
19532         no delimiter).
19533
19534         * lib/getline.c: Don't include stddef.h or stdio.h, since our
19535         interface does that.
19536         (getline): Always use getdelim, so that we don't have two
19537         copies of this code.
19538         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
19539         if available.
19540         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
19541         (GETNDELIM2_MAXIMUM): New macro.
19542         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
19543         instead of the old practice of delim2==0.  All callers changed.
19544         Return -1 on overflow, instead of returning junk.
19545         Do not set *linesize unless allocation succeeds.
19546         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
19547         that we include sys/types.h.
19548         * lib/getnline.h: Likewise.
19549         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
19550         (getndelim2): Reorder arguments.
19551         * lib/getnline.c (getnline, getndelim):
19552         Don't discard the NMAX argument.
19553         (getnline): Invoke getndelim, to avoid code duplication.
19554         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
19555         of (size_t) -1 by callers of the getnline family.
19556
19557 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
19558
19559         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
19560         Check for gettimeofday.
19561         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
19562         Check for settimeofday, stime.
19563
19564 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
19565
19566         * lib/nanosleep.c (suspended): Change its type from int to
19567         sig_atomic_t volatile.
19568         (first_call): Make it private to rpl_nanosleep, and have it
19569         be zero initially as that's a bit faster.
19570         (my_usleep): Round up fractional times instead of truncating them,
19571         as this is the usual meaning for 'sleep'.
19572
19573         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
19574         doesn't work.
19575         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
19576         (ENOSYS): Define if not defined.
19577         (settime): Fall back on stime if it exists and settimeofday fails.
19578         But don't bother with fallbacks if a method fails with errno == EPERM.
19579
19580 2004-05-11  Jim Meyering  <jim@meyering.net>
19581
19582         Prior to this change, the save_cwd caller required read access to the
19583         current directory on most systems (ones with the fchdir function).
19584
19585         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
19586         fails, try write-only, and finally, resort to using xgetcwd.
19587
19588 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
19589
19590         * lib/obstack.c, obstack.h: Import changes from libc.
19591
19592 2004-04-28  Bruno Haible  <bruno@clisp.org>
19593
19594         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
19595         also implicitly appends .exe to executables.
19596         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
19597         accepts Windows pathnames.
19598         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
19599         Treat Cygwin like Windows, since it now accepts Windows pathnames.
19600         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
19601         Treat Cygwin like Windows, since it now accepts Windows pathnames.
19602         Reported by Derek Robert Price <derek@ximbiot.com>.
19603
19604 2004-04-21  Karl Berry  <karl@gnu.org>
19605
19606         * config/srclist.txt (localcharset.c): break sync.
19607
19608 2004-04-20  Paul Eggert  <eggert@twinsun.com>
19609
19610         * m4/host-os.m4: Add a copyright notice.
19611
19612 2004-04-20  Jim Meyering  <jim@meyering.net>
19613
19614         Change UTILS_ to gl_ in AC_DEFINE'd names.
19615         Change utils_- and jm_-prefixed variables, too.
19616         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
19617         UTILS_FUNC_MKDIR_TRAILING_SLASH.
19618         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
19619
19620         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
19621         Don't emit trailing blanks.
19622         Also rename jm_-prefixed variables to have gl_ prefix.
19623
19624         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
19625         Also rename jm_-prefixed variables to have gl_ prefix.
19626
19627         * m4/jm-macros.m4: Reflect the renamings.
19628         * m4/prereq.m4: Likewise.
19629
19630 2004-04-20  Jim Meyering  <jim@meyering.net>
19631
19632         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
19633         memory.
19634
19635 2004-04-20  Jim Meyering  <jim@meyering.net>
19636             Bruno Haible  <bruno@clisp.org>
19637
19638         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
19639         memory when realloc fails.
19640
19641 2004-04-19  Jim Meyering  <jim@meyering.net>
19642
19643         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
19644         now that readutmp.c may call `free (0)'.
19645
19646 2004-04-19  Bruno Haible  <bruno@clisp.org>
19647
19648         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
19649         * m4/inttypes_h.m4: Likewise.
19650         * m4/stdint_h.m4: Likewise.
19651         * m4/intmax_t.m4: Likewise.
19652         * m4/uintmax_t.m4: Likewise.
19653
19654 2004-04-18  Jim Meyering  <jim@meyering.net>
19655
19656         * m4/prereq.m4: Don't forbid jm_ prefix.
19657
19658         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
19659         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
19660         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
19661         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
19662         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
19663         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
19664         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
19665         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
19666         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
19667         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
19668         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
19669         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
19670         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
19671         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
19672         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
19673         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
19674         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
19675         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
19676         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
19677
19678 2004-04-18  Jim Meyering  <jim@meyering.net>
19679
19680         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
19681         failure, don't leak memory and do call END_UTMP_ENT.
19682
19683 2004-04-16  Jim Meyering  <jim@meyering.net>
19684
19685         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
19686         coreutils' stat program.
19687         (gl_PREREQ): Don't require jm_PREREQ_STAT.
19688
19689 2004-04-11  Paul Eggert  <eggert@twinsun.com>
19690
19691         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
19692         C89.
19693         (CHAR_BIT): Remove, since we assume C89.
19694         Include <stdint.h> if available, as per current Autoconf CVS advice.
19695
19696 2004-03-31  Jim Meyering  <jim@meyering.net>
19697
19698         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
19699         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
19700         * m4/xalloc.m4: Likewise.
19701
19702 2004-03-30  Paul Eggert  <eggert@twinsun.com>
19703
19704         Merge from coreutils.
19705
19706         * m4/inttostr.m4: New file.
19707         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
19708         Require AM_STDBOOL_H and gl_TIMESPEC instead.
19709         Require gl_CLOCK_TIME.
19710         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
19711
19712 2004-03-30  Paul Eggert  <eggert@twinsun.com>
19713
19714         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
19715         not bool, to be more consistent with Unix conventions.
19716         Suggested by Bruno Haible.
19717
19718         Merge from coreutils.
19719
19720         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
19721         * lib/umaxtostr.c: New files.
19722
19723         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
19724         the usual <time.h> dance.
19725         (get_date): Change signature to support fractional time stamps.
19726         All callers changed.
19727         * lib/getdate.y: Include "getdate.h" first, as we can now
19728         assume C89 and don't need to worry about 'const'.
19729         Similarly, include "unlocked-io.h" near start, not in middle.
19730         Include <limits.h>.
19731         (textint.value): Use long int rather than int.
19732         (textint.digits): Use size_t rather than int.
19733         (BILLION, LOG10_BILLION): New constants.
19734         (parser_control): New member rel_ns.  Members day_ordinal,
19735         time_zone, month, day, hour, minutes, rel_year, rel_month,
19736         rel_day, rel_hour, rel_minutes, rel_seconds
19737         are now long int, not int.  Member seconds is now struct timespec,
19738         not int.  New member timespec_seen.  Members dates_seen, days_seen,
19739         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
19740         not int.
19741         (%union.intval): Now long int, not int.
19742         New member timespec.
19743         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
19744         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
19745         (spec): Now is a timespec or an item list.
19746         (timespec, items): New nonterminals.
19747         (time, rel, relunit, number, get_date):
19748         Add support for fractional seconds.
19749         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
19750         (gmtime, localtime, mktime): Remove decls; not needed with C89.
19751         (to_hour): First arg is now long int, not int.
19752         (to_year): Returns long int, not int.
19753         Don't treat year -70 like 70.
19754         (tm_diff): Returns long int, not int.
19755         (lookup_word): Use bool instead of int when appropriate.
19756         (yylex): Use size_t for count, not int.
19757         Detect overflow when parsing large integer constants.
19758         Add support for fractions.
19759         (get_date): Make pointers 'const' if possible.
19760         Use more-portable code to detect integer overflow.
19761         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
19762         Don't use ctime; it's not reliable if the year has >4 digits.
19763
19764         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
19765         This is for compatibility with BSD.
19766
19767         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
19768         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
19769         From coreutils' system.h.
19770
19771         * lib/userspec.c: Don't include "posixver.h".
19772         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
19773         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
19774         compatible extension.  Simplify code by removing a boolean int
19775         that was always nonzero if a string was nonnull.
19776
19777 2004-03-30  Jim Meyering  <jim@meyering.net>
19778
19779         Merge from coreutils.
19780
19781         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
19782         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
19783         on some systems one must include <grp.h> before it.
19784         Reported by Christian Krackowizer.
19785
19786 2004-03-30  Jim Meyering  <jim@meyering.net>
19787
19788         Merge from coreutils.
19789
19790         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
19791
19792         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
19793         an empty input stream.
19794
19795         * lib/readtokens.c: Include <stdbool.h>.
19796         (readtoken): Use `size_t' rather than int/long.
19797         All callers adjusted.
19798         Use `bool' rather than `int' where appropriate.
19799         Use memset rather than an explicit loop.
19800         Use x2nrealloc rather than xrealloc.
19801         Allow the use of `\0' as a delimiter.
19802         (readtokens): Likewise.
19803         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
19804
19805 2004-03-30  Jim Meyering  <jim@meyering.net>
19806
19807         * m4/realloc.m4: Remove file, since now it does no more than
19808         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
19809         the `configure.ac' section of module/realloc.
19810         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
19811
19812 2004-03-30  Bruno Haible  <bruno@clisp.org>
19813
19814         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
19815         nonnull.
19816
19817 2004-03-29  Paul Eggert  <eggert@twinsun.com>
19818
19819         Merge changes to getloadavg.c from coreutils and Emacs.
19820
19821         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
19822         Define to an expression, not to the empty string.
19823         Include cloexec.h and xalloc.h.
19824         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
19825         Use set_cloexec_flag rather than rolling our own.
19826         * lib/cloexec.c, lib/cloexec.h: New files.
19827
19828 2004-03-29  Paul Eggert  <eggert@twinsun.com>
19829
19830         * m4/cloexec.m4: New file.
19831
19832 2004-03-18  Paul Eggert  <eggert@twinsun.com>
19833
19834         * lib/getopt.h: Sync with libc CVS.
19835
19836 2004-03-18  Paul Eggert  <eggert@twinsun.com>
19837             Bruno Haible  <bruno@clisp.org>
19838
19839         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
19840         mbswidth.
19841
19842 2004-03-18  Paul Eggert  <eggert@twinsun.com>
19843             Bruno Haible  <bruno@clisp.org>
19844
19845         * lib/mbswidth.h: Include <wchar.h> only if
19846         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
19847         <wchar.h>.
19848         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
19849
19850 2004-03-09  Paul Eggert  <eggert@twinsun.com>
19851
19852         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
19853         Sync with libc CVS.
19854         * lib/getopt_int.h: New file, also synced from libc.
19855
19856 2004-03-09  Paul Eggert  <eggert@twinsun.com>
19857
19858         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
19859         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
19860         Bring back getopt.c, getopt.h, getopt1.c.
19861
19862 2004-03-07  Paul Eggert  <eggert@twinsun.com>
19863
19864         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
19865         All uses changed.  Check for sa_sigaction member; this fixes
19866         a bug first reported by Jason Andrade in
19867         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
19868
19869 2004-03-07  Paul Eggert  <eggert@twinsun.com>
19870
19871         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
19872         '#if' expressions.  Unlike the code it replaces, it does not
19873         depend on (defined _SC_PAGESIZE).  However, it does depend on
19874         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
19875         first reported by Jason Andrade in
19876         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
19877
19878 2004-02-25  Simon Josefsson  <jas@extundo.com>
19879
19880         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
19881
19882 2004-02-25  Simon Josefsson  <jas@extundo.com>
19883
19884         * lib/strdup.h: New file.
19885         * lib/strdup.c: Include it.
19886         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
19887         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
19888
19889 2004-02-23  Karl Berry  <karl@gnu.org>
19890
19891         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
19892         (from fencepost.gnu.org:/gd/gnuorg).
19893
19894 2004-02-23  Karl Berry  <karl@gnu.org>
19895
19896         * config/srclistvars.sh (GNUORG) [karl]: redefine.
19897         * config/srclist.txt: add maintain/standards documents.
19898
19899 2004-02-18  Bruno Haible  <bruno@clisp.org>
19900
19901         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
19902         Reported by Derek Robert Price <derek@ximbiot.com>.
19903
19904 2004-02-16  Karl Berry  <karl@gnu.org>
19905
19906         * config/mkinstalldirs, install-sh: update from automake.
19907
19908 2004-02-06  Karl Berry  <karl@gnu.org>
19909
19910         * m4/po.m4: update from gettext 0.14.1.
19911
19912 2004-02-06  Karl Berry  <karl@gnu.org>
19913
19914         * lib/config.charset: update from gettext 0.14.1.
19915
19916 2004-02-05  Paul Eggert  <eggert@twinsun.com>
19917
19918         Add comments and code, prompted by suggestions from Bruno Haible
19919         for sh-quote.
19920         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
19921         describing the enum quoting_style values.
19922         * lib/quotearg.c (quotearg_alloc): New function.
19923         (quotearg_buffer_restyled): Treat lone { and } as special.
19924         Treat = as special.  Work around bug with older shells
19925         that "see" a '\' that is really the 2nd byte of a multibyte char.
19926         Quote empty string with shell_quoting_style.
19927
19928 2004-02-03  Bruno Haible  <bruno@clisp.org>
19929
19930         * m4/pipe.m4: New file, from GNU gettext.
19931
19932 2004-02-03  Bruno Haible  <bruno@clisp.org>
19933
19934         * lib/pipe.h: New file, from GNU gettext.
19935         * lib/pipe.c: New file, from GNU gettext.
19936
19937 2004-01-27  Bruno Haible  <bruno@clisp.org>
19938
19939         * m4/execute.m4: New file, from GNU gettext.
19940
19941 2004-01-27  Bruno Haible  <bruno@clisp.org>
19942
19943         * lib/execute.h: New file, from GNU gettext.
19944         * lib/execute.c: New file, from GNU gettext.
19945         * lib/w32spawn.h: New file, from GNU gettext.
19946
19947 2004-01-24  Paul Eggert  <eggert@twinsun.com>
19948
19949         Merge from diffutils.
19950
19951         * lib/file-type.c (file_type): Add typed memory objects.
19952         * lib/file-type.h (S_TYPEISTMO): New macro.
19953
19954         * lib/c-stack.h (c_stack_action): Remove argv argument.
19955         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
19956         (die): Don't calculate message unless segv_action returns.
19957         (get_stack_location, min_address_from_argv, max_address_from_argv,
19958         volatile stack_base, volatile_stack_size): Remove.
19959         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
19960         that every segmentation violation is a stack overflow.  (Ouch!)
19961         See Debian bug 136249 (still outstanding) for more info about why
19962         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
19963
19964 2004-01-24  Paul Eggert  <eggert@twinsun.com>
19965
19966         Exit-status fix from coreutils.
19967
19968         Use exit_failure consistently in place of EXIT_FAILURE,
19969         so that program exit statuses are consistent on failure.
19970
19971         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
19972         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
19973         * lib/argmatch.h: Comment fix to match the above.
19974         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
19975         Now a macro referring to exit_failure, instead of a separate
19976         variable.  Include "exitfail.h" to get it.
19977         * lib/xstrtol.h: Include "exitfail.h".
19978         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
19979
19980         * lib/long-options.c (parse_long_options): Use prototype
19981         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
19982         for clarity.
19983
19984 2004-01-21  Jim Meyering  <jim@meyering.net>
19985
19986         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
19987         so as not to conflict with a different-sized __mktime_internal
19988         function in GNU libc.
19989         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
19990         Problem building statically-linked `ls' reported by Michael Brunnbauer.
19991
19992 2004-01-20  Karl Berry  <karl@gnu.org>
19993
19994         * config/config.guess: update from config.
19995
19996         * config/srclistvars.sh: GNUWWWLICENSES for karl.
19997
19998 2004-01-20  Bruno Haible  <bruno@clisp.org>
19999
20000         Safer stack allocation.
20001         * lib/setenv.c: Include allocsa.h.
20002         (alloca): Remove fallback definition.
20003         (freea): Remove macro.
20004         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
20005         instead of freea.
20006
20007 2004-01-20  Bruno Haible  <bruno@clisp.org>
20008
20009         * m4/eealloc.m4: New file, from GNU gettext.
20010
20011 2004-01-20  Bruno Haible  <bruno@clisp.org>
20012
20013         * m4/allocsa.m4: New file, from GNU gettext.
20014
20015 2004-01-20  Bruno Haible  <bruno@clisp.org>
20016
20017         * lib/xallocsa.h: New file, from GNU gettext.
20018         * lib/xallocsa.c: New file, from GNU gettext.
20019
20020 2004-01-20  Bruno Haible  <bruno@clisp.org>
20021
20022         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
20023
20024 2004-01-20  Bruno Haible  <bruno@clisp.org>
20025
20026         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
20027         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
20028         specially.
20029
20030 2004-01-20  Bruno Haible  <bruno@clisp.org>
20031
20032         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
20033         patch.
20034
20035 2004-01-20  Bruno Haible  <bruno@clisp.org>
20036
20037         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
20038
20039 2004-01-20  Bruno Haible  <bruno@clisp.org>
20040
20041         * lib/eealloc.h: New file.
20042
20043 2004-01-20  Bruno Haible  <bruno@clisp.org>
20044
20045         * lib/binary-io.h: Avoid warnings on Cygwin.
20046
20047 2004-01-20  Bruno Haible  <bruno@clisp.org>
20048
20049         * lib/allocsa.h: New file, from GNU gettext.
20050         * lib/allocsa.c: New file, from GNU gettext.
20051
20052 2004-01-18  Karl Berry  <karl@gnu.org>
20053
20054         * doc/gpl.texi, doc/lgpl.texi: new files.
20055
20056 2004-01-18  Karl Berry  <karl@gnu.org>
20057
20058         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
20059         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
20060
20061 2004-01-15  Paul Eggert  <eggert@twinsun.com>
20062
20063         Merge from coreutils.
20064
20065         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
20066         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
20067         (gl_DEFAULT_POSIX2_VERSION): Move
20068         the documentation from 'configure' into 'config.hin',
20069         so that 'configure --help' isn't burdened by it and
20070         we don't have to worry about its formatting there.
20071         Reword the documentation so that it's more succinct
20072         and can be run together into a single paragraph.
20073         * m4/same.m4 (gl_SAME): Check for pathconf.
20074
20075 2004-01-15  Paul Eggert  <eggert@twinsun.com>
20076
20077         Merge from coreutils.
20078
20079         * lib/posixver.c: Include posixver.h.
20080
20081         * lib/same.c: Include <stdbool.h>, <limits.h>.
20082         (_POSIX_NAME_MAX): Define if not defined.
20083         (MIN): New macro.
20084         (same_name): If file names are silently truncated, report
20085         that the file names are the same if they are the same after
20086         the silent truncation.
20087
20088         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
20089         conversion function.
20090         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
20091         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
20092         longer needed.
20093
20094 2004-01-15  Jim Meyering  <jim@meyering.net>
20095
20096         Merge from coreutils.
20097
20098         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
20099         if no library is required.
20100         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
20101         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
20102         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
20103         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
20104         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
20105         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
20106         value, $ac_cv_search_crypt, if it's "none required".
20107         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
20108         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
20109         not gl_FUNC_GETLOADAVG.
20110         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
20111         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
20112
20113 2004-01-15  Jim Meyering  <jim@meyering.net>
20114
20115         Merge from coreutils.
20116
20117         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
20118         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
20119         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
20120
20121         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
20122         optional configure-time default.
20123
20124         * lib/version-etc.c (version_etc_copyright): Update copyright date.
20125
20126         * lib/xreadlink.c (xreadlink): Correct outdated comment.
20127
20128 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
20129
20130         Merge from coreutils.
20131
20132         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
20133         value, $ac_cv_search_nanosleep, if it's "none required".
20134
20135 2004-01-14  Paul Eggert  <eggert@twinsun.com>
20136
20137         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
20138         with like-named macro in fnmatch.c.
20139         (EXT): Use an internal constant instead.
20140
20141         Merge fnmatch patches from glibc.
20142         * lib/fnmatch.c (mbsinit): Remove define.
20143         Add libc_hidden_ver (__fnmatch, fnmatch).
20144         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
20145         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
20146
20147 2004-01-14  Karl Berry  <karl@gnu.org>
20148
20149         * config/install-sh: update from automake.
20150
20151 2004-01-13  Karl Berry  <karl@gnu.org>
20152
20153         * config/install-sh: update from automake.
20154
20155 2004-01-09  Karl Berry  <karl@gnu.org>
20156
20157         * config/install-sh: update from automake.
20158
20159 2004-01-05  Karl Berry  <karl@gnu.org>
20160
20161         * config/config.{sub,guess}: update from config.
20162
20163 2003-12-31  Karl Berry  <karl@gnu.org>
20164
20165         * config/depcomp: update from automake.
20166
20167 2003-12-14  Karl Berry  <karl@gnu.org>
20168
20169         * lib/config.charset: update from gettext-runtime.
20170
20171 2003-12-03  Paul Eggert  <eggert@twinsun.com>
20172
20173         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
20174         Bug reported by Alfred M. Szmidt.
20175
20176 2003-12-03  Bruno Haible  <bruno@clisp.org>
20177
20178         * m4/gettext.m4: Upgrade from gettext-0.13.
20179         * m4/po.m4: Upgrade from gettext-0.13.
20180         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
20181         * m4/intmax.m4: New file, from gettext-0.13.
20182         * m4/printf-posix.m4: New file, from gettext-0.13.
20183
20184 2003-11-29  Karl Berry  <karl@gnu.org>
20185
20186         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
20187
20188 2003-11-25  Paul Eggert  <eggert@twinsun.com>
20189             Bruno Haible  <bruno@clisp.org>
20190
20191         * lib/printf-parse.h: Don't include sys/types.h.
20192         (ARG_NONE): New macro.
20193         (char_directive): Change type of *arg_index fields to size_t.
20194         * lib/printf-parse.c: Don't include sys/types.h.
20195         (SSIZE_MAX): Remove macro.
20196         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
20197         Remove unnecessary overflow check.
20198         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
20199         fields.
20200
20201 2003-11-25  Bruno Haible  <bruno@clisp.org>
20202
20203         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
20204
20205 2003-11-25  Bruno Haible  <bruno@clisp.org>
20206
20207         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
20208         gt_TYPE_SSIZE_T.
20209
20210 2003-11-24  Paul Eggert  <eggert@twinsun.com>
20211
20212         * modules/alloca: Remove dependency on xalloc.
20213
20214 2003-11-24  Paul Eggert  <eggert@twinsun.com>
20215
20216         * lib/alloca.c: Remove dependency on xalloc module.
20217         (xalloc_die): Remove.
20218         (memory_full) [!defined emacs]: New macro.
20219         [!defined emacs]: Don't include xalloc.h.
20220         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
20221         address arithmetic overflows.  Change datatypes a bit to avoid
20222         unnecessary casts.
20223
20224 2003-11-22  Jim Meyering  <jim@meyering.net>
20225
20226         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
20227         s/size/size_t/.
20228
20229 2003-11-21  Karl Berry  <karl@gnu.org>
20230
20231         * config/config.{sub,guess}: update from config.
20232
20233 2003-11-18  Karl Berry  <karl@gnu.org>
20234
20235         * config/config.{sub,guess}: update from config.
20236
20237         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
20238
20239 2003-11-17  Paul Eggert  <eggert@twinsun.com>
20240
20241         * README: Mention that S+T cannot overflow if S is the size of
20242         an existing object and T is sufficiently small.
20243
20244 2003-11-17  Jim Meyering  <jim@meyering.net>
20245
20246         On systems without utime and without a utimes function capable of
20247         dealing with a NULL struct utimbuf* argument, this utime replacement
20248         could -- in unusual circumstances -- leak a file descriptor.
20249         * lib/utime.c: Include <unistd.h> and <errno.h>.
20250         (utime_null): Be sure to close `fd' and to preserve errno.
20251         Reported by Geoff Collyer via Arnold Robbins.
20252
20253 2003-11-17  Bruno Haible  <bruno@clisp.org>
20254
20255         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
20256         (Depends-on): Add xsize.
20257
20258 2003-11-17  Bruno Haible  <bruno@clisp.org>
20259
20260         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
20261
20262 2003-11-17  Bruno Haible  <bruno@clisp.org>
20263
20264         * lib/vasnprintf.c (alloca): Remove fallback definition.
20265         (freea): Remove definition.
20266         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
20267         Reported by Paul Eggert.
20268
20269 2003-11-16  Paul Eggert  <eggert@twinsun.com>
20270             Bruno Haible  <bruno@clisp.org>
20271
20272         Protect against address arithmetic overflow.
20273         * lib/printf-args.h: Include stddef.h.
20274         (arguments): Change type of field 'count' to size_t.
20275         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
20276         'unsigned int' where appropriate.
20277         * lib/printf-parse.h: Include sys/types.h.
20278         (char_directive): Change type of *arg_index fields to ssize_t.
20279         (char_directives): Change type of fields 'count', max_*_length to
20280         size_t.
20281         * lib/printf-parse.c: Include sys/types.h and xsize.h.
20282         (SSIZE_MAX): Define fallback value.
20283         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
20284         instead of 'int' where appropriate. Check a_allocated, d_allocated
20285         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
20286         * lib/vasnprintf.c: Include xsize.h.
20287         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
20288         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
20289         overflow. Avoid wraparound when converting a width or precision from
20290         decimal to binary.
20291
20292 2003-11-16  Bruno Haible  <bruno@clisp.org>
20293
20294         Update from GNU gettext.
20295         * lib/printf-parse.c: Generalize to it can be compiled for wide
20296         strings.
20297         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
20298         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
20299         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
20300         SNPRINTF): New macros.
20301         Don't include <alloca.h> if the file is used inside libintl.
20302         (local_wcslen): New function, for Solaris 2.5.1.
20303         (VASNPRINTF): Use it instead of wcslen.
20304
20305 2003-11-16  Bruno Haible  <bruno@clisp.org>
20306
20307         * lib/xsize.h (xmax): New function.
20308         (xsum, xsum3, xsum4): Declare as "pure" functions.
20309
20310 2003-11-12  Paul Eggert  <eggert@twinsun.com>
20311
20312         * modules/xalloc (Files): Undo latest change, since xalloc.h
20313         no longer needs SIZE_MAX or PTRDIFF_MAX.
20314
20315 2003-11-12  Paul Eggert  <eggert@twinsun.com>
20316
20317         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
20318         gl_PTRDIFF_MAX.
20319
20320 2003-11-12  Paul Eggert  <eggert@twinsun.com>
20321
20322         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
20323         "return", to pacify some unknown compiler.  Problem reported
20324         by Joerg Schilling.
20325
20326 2003-11-12  Paul Eggert  <eggert@twinsun.com>
20327
20328         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
20329         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
20330         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
20331         heuristic is just as accurate as far as we know, and it removes a
20332         dependency on size_max.m4 and ptrdiff_max.m4.
20333
20334 2003-11-11  Bruno Haible  <bruno@clisp.org>
20335
20336         * modules/xsize (Files): Add m4/size_max.m4.
20337         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
20338
20339 2003-11-11  Bruno Haible  <bruno@clisp.org>
20340
20341         * m4/size_max.m4: New file.
20342         * m4/ptrdiff_max.m4: New file.
20343         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
20344         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
20345         (gl_XALLOC): Invoke it.
20346
20347 2003-11-11  Bruno Haible  <bruno@clisp.org>
20348
20349         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
20350         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
20351         defined.
20352
20353 2003-11-10  Paul Eggert  <eggert@twinsun.com>
20354
20355         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
20356         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
20357         rejected some allocations of exactly SIZE_MAX - 2 bytes.
20358         From Bruno Haible.
20359         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
20360         not (size_t) -1, since it's defined here.
20361
20362 2003-11-09  Karl Berry  <karl@gnu.org>
20363
20364         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
20365
20366 2003-11-06  Paul Eggert  <eggert@twinsun.com>
20367
20368         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
20369         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
20370         Reject sizes of exactly SIZE_MAX bytes.
20371         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
20372         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
20373
20374 2003-11-05  Bruno Haible  <bruno@clisp.org>
20375
20376         * lib/xsize.h: Include limits.h, to avoid a possible collision with
20377         SIZE_MAX defined in <limits.h> on Solaris.
20378
20379 2003-11-04  Jim Meyering  <jim@meyering.net>
20380
20381         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
20382         variable names, rather than @VAR@.
20383         * modules/poll: Likewise.
20384
20385 2003-11-04  Bruno Haible  <bruno@clisp.org>
20386
20387         * modules/xsize: New file.
20388         * modules/linebreak: Depend on xsize.
20389         * MODULES.html.sh (func_all_modules): Add xsize.
20390
20391 2003-11-04  Bruno Haible  <bruno@clisp.org>
20392
20393         * m4/xsize.m4: New file.
20394
20395 2003-11-04  Bruno Haible  <bruno@clisp.org>
20396
20397         * lib/xsize.h: New file.
20398         * lib/linebreak.c: Include xsize.h.
20399         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
20400         argument for overflow.
20401         Suggested by Paul Eggert.
20402
20403 2003-11-03  Karl Berry  <karl@gnu.org>
20404
20405         * config/config.{guess,sub}: update from config.
20406
20407 2003-11-03  Jim Meyering  <jim@meyering.net>
20408
20409         * modules/userspec (lib_SOURCES): Add userspec.h.
20410         (Include): Add "userspec.h".
20411         Improve description.
20412
20413 2003-11-03  Jim Meyering  <jim@meyering.net>
20414
20415         * lib/userspec.c: Include "userspec.h".
20416         * lib/userspec.h: New file.
20417
20418 2003-11-03  Bruno Haible  <bruno@clisp.org>
20419
20420         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
20421
20422 2003-11-03  Bruno Haible  <bruno@clisp.org>
20423
20424         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
20425         available, to avoid (extremely rare) race condition.
20426         Suggested by Paul Eggert.
20427
20428 2003-11-02  Karl Berry  <karl@gnu.org>
20429
20430         * config/srclist.txt (vasprintf.c): sync broken, sigh.
20431
20432 2003-10-31  Paul Eggert  <eggert@twinsun.com>
20433
20434         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
20435         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
20436         (read_filesystem_list): Set and use me_type_malloced.
20437         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
20438         whatever the type happens to be), for brevity and consistency.
20439         Check for size calculation overflow on Alphas running OSF/1.
20440
20441 2003-10-31  Jim Meyering  <jim@meyering.net>
20442
20443         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
20444
20445         * lib/linebuffer.c: Include <string.h> for declaration of memset.
20446
20447 2003-10-30  Paul Eggert  <eggert@twinsun.com>
20448             Bruno Haible  <bruno@clisp.org>
20449
20450         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
20451         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
20452
20453 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
20454
20455         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
20456         netbsd*-gnu*.  Suggested by Robert Millan.
20457
20458 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20459
20460         * modules/group-member: Depend on stdbool.
20461
20462 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20463
20464         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
20465
20466 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20467
20468         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
20469         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
20470         after the 'gnu' in these cases.  This fixes some bugs in the
20471         previous change, and is based on suggestions by Robert Millan.
20472
20473 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20474
20475         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
20476         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
20477         no longer needed.
20478         * lib/quotearg.c (quotearg_n_options): Use it.
20479         * lib/group-member.c: Include <stdbool.h>.
20480         (free_group_info): Arg is now const *; don't free arg.
20481         (get_group_info): Now returns bool and accepts struct group_info *,
20482         rather than returning a malloc'ed struct group_info *.
20483         All uses changed.  Check for overflow in internal size calculation.
20484
20485         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
20486         rather than xmalloc/xrealloc.
20487         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
20488         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
20489         conformance bug: the old code used a pointer after freeing the
20490         storage that it addressed.
20491         * lib/hash.c (hash_initialize): Simplify the code by using
20492         xalloc_oversized rather than doing it by hand.
20493         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
20494         the buffer preserved.  Use free and xmalloc instead.
20495         * lib/quotearg.c (quotearg_n_options): Likewise.
20496         Use a simpler test for size overflow.  Don't use xalloc_oversized
20497         because unsigned int might be wider than size_t (!); this suggests
20498         that we should switch from unsigned int to size_t for slot numbers.
20499
20500 2003-10-28  Paul Eggert  <eggert@twinsun.com>
20501
20502         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
20503         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
20504         NetBSD kernels.  Requested by Richard Stallman.
20505
20506 2003-10-27  Paul Eggert  <eggert@twinsun.com>
20507
20508         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
20509         to allocate the returned structure.  Do not allocate a subarray,
20510         as x2nrealloc will do that.
20511         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
20512         instead of xnrealloc.
20513         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
20514
20515 2003-10-27  Bruno Haible  <bruno@clisp.org>
20516
20517         * lib/stdbool_.h: Better support for BeOS.
20518
20519 2003-10-26  Paul Eggert  <eggert@twinsun.com>
20520
20521         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
20522         now uses inline.
20523
20524 2003-10-26  Paul Eggert  <eggert@twinsun.com>
20525
20526         * lib/xalloc.h (xalloc_oversized): New static inline function, for
20527         callers that want to do their own size-overflow checking.  Include
20528         <stdbool.h>, since xalloc_oversized returns bool.
20529         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
20530         to use xalloc_oversized.
20531
20532         Add two functions x2realloc, x2nrealloc, for programs that grow
20533         arrays dynamically by doubling their sizes.
20534         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
20535         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
20536         New functions.
20537
20538         Port to C99 semantics for 'inline' of external functions.
20539         Bug reported by Bruno Haible.
20540         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
20541         with the old contents of xnmalloc.
20542         (xnmalloc, xmalloc): Use it.
20543         (xnrealloc_inline): New static inline function,
20544         with the old contents of xnrealloc.
20545         (xnrealloc, xrealloc): Use it.
20546
20547         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
20548         that.
20549
20550 2003-10-26  Karl Berry  <karl@gnu.org>
20551
20552         * config/srclist.txt (COPYING.DOC): no longer available from
20553         /gd/gnuorg; don't know where the ultimate source is.
20554
20555 2003-10-25  Paul Eggert  <eggert@twinsun.com>
20556
20557         Fix several address-calculation bugs in the hash modules,
20558         plus some minor code cleanup.
20559
20560         * lib/hash.h: Include <stdbool.h>, for bool.
20561         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
20562         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
20563         hash_get_n_entries, hash_get_max_bucket_length,
20564         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
20565         hash_rehash): Use size_t rather than unsigned.
20566         * lib/hash.c (struct hash_table, hash_get_n_buckets,
20567         hash_get_n_buckets_used, hash_get_n_entries,
20568         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
20569         hash_get_entries, hash_do_for_each, hash_string, is_prime,
20570         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
20571         Likewise.
20572         (SIZE_MAX): Define if not defined.
20573         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
20574         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
20575         hash_print):
20576         Use const * when possible.
20577         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
20578         (check_tuning): Fix bug: if tuning parameters were very close to
20579         0 or 1, rounding errors could have caused subscript violations.
20580         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
20581         (hash_initialize): Add 'fail:' label
20582         to free table and return NULL, and use it to simplify code.
20583         Use calloc rather than clearing the storage ourself.
20584         (hash_initialize, hash_rehash): Check for arithmetic overflow in
20585         buffer size calculations.
20586         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
20587         Include <stddef.h>, for size_t.
20588         * lib/hash-pjw.c (hash_pjw): Likewise.
20589         Switch to method described by Bruno Haible.
20590         Include <limits.h>, for CHAR_BIT.
20591         (SIZE_BITS): New macro.
20592
20593 2003-10-23  Paul Eggert  <eggert@twinsun.com>
20594
20595         * m4/getline.m4 (AM_FUNC_GETLINE):
20596         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
20597         hosts.  Problem reported by Derek Robert Price in
20598         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
20599         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
20600         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
20601
20602 2003-10-21  Paul Eggert  <eggert@twinsun.com>
20603
20604         * lib/getndelim2.c (getndelim2): When size calculation overflows,
20605         ceiling the allocation at NMAX bytes rather than silently
20606         discarding input bytes before NMAX is reached.  This makes
20607         a difference only if NMAX exceeds SIZE_MAX / 2.
20608
20609         * lib/obstack.c: Merge from glibc.
20610         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
20611         Add libc_hidden_def (_obstack_newchunk).
20612         (_obstack_free) [! defined _LIBC]: Remove.
20613         [defined _LIBC]: Make a strong alias from obstack_free, rather than
20614         a clone of the function body.
20615         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
20616         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
20617
20618         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
20619         glibc.
20620         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
20621         arg to memcpy.
20622
20623         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
20624         (obstack_ptr_grow_fast, obstack_int_grow_fast):
20625         Don't use lvalue casts, as GCC plans to remove support for them
20626         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
20627         was also present in the non-GCC version, indicating that this
20628         code had always been buggy and had never been widely used.
20629         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
20630         Use the fast variant of each macro, rather than copying the
20631         definiens of the fast variant; that way, we'll be more likely to
20632         catch future bugs in the fast variants.
20633
20634 2003-10-20  Bruno Haible  <bruno@clisp.org>
20635
20636         * modules/wait-process: New file.
20637         * MODULES.html.sh (func_all_modules): Add wait-process.
20638
20639 2003-10-20  Bruno Haible  <bruno@clisp.org>
20640
20641         * m4/wait-process.m4: New file.
20642
20643 2003-10-20  Bruno Haible  <bruno@clisp.org>
20644
20645         * lib/wait-process.h: New file, from GNU gettext.
20646         * lib/wait-process.c: New file, from GNU gettext.
20647
20648 2003-10-19  Jim Meyering  <jim@meyering.net>
20649
20650         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
20651         HPUX 10.20.
20652
20653 2003-10-18  Karl Berry  <karl@gnu.org>
20654
20655         * config/config.guess: update from config.
20656
20657 2003-10-16  Paul Eggert  <eggert@twinsun.com>
20658
20659         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
20660         (getgroups): First arg is int, not size_t.
20661         Don't let 'free' mangle errno.
20662
20663 2003-10-16  Paul Eggert  <eggert@twinsun.com>
20664
20665         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
20666
20667 2003-10-16  Karl Berry  <karl@gnu.org>
20668
20669         * config/config.{guess,sub}: update from config.
20670
20671 2003-10-16  Jim Meyering  <jim@meyering.net>
20672
20673         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
20674         memcpy.
20675
20676 2003-10-15  Paul Eggert  <eggert@twinsun.com>
20677
20678         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
20679         (SIZE_MAX): Remove.
20680         (new_exclude, add_exclude_file): Initial size no longer needs to
20681         be a power of 2.
20682         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
20683         our own address arithmetic overflow checking.
20684
20685         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
20686         (fnmatch): Do not alloca more than 2000 wide characters;
20687         instead, use malloc for large buffers.
20688         Check for address arithmetic overflow, and return -1
20689         with errno set to ENOMEM in that case.
20690         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
20691         (NEW_PATTERN): Do not alloca more than 8000 bytes;
20692         instead, return -1.  Check for address arithmetic overflow.
20693
20694 2003-10-14  Paul Eggert  <eggert@twinsun.com>
20695
20696         Handle invalid suffixes and overflow independently, so that
20697         callers can treat them independently as needed.  Fix some bugs in
20698         suffix handling, e.g., "100k@" was not diagnosed as an invalid
20699         suffix for a human-readable blocksize.  The major caller-visible
20700         change is the addition of a new
20701         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
20702         that both overflow and suffix chars were found.
20703
20704         * lib/human.c (humblock): Don't check separately for invalid suffix
20705         char; that is xstrtoumax's job (now that its bug is fixed).
20706         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
20707         INTMAX_MAX]: New macros.
20708         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
20709         TYPE_MAXIMUM): New macros.
20710         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
20711         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
20712         if overflow occurs, as it's what __strtol does and it's more useful
20713         in practice.
20714         (__xstrtol): If __strtol reports some error other than ERANGE,
20715         reflect it to the caller as LONGINT_INVALID.  If it reports
20716         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
20717         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
20718         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
20719         value.
20720         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
20721         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
20722         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
20723         [defined UINTMAX_MAX]: New macros.
20724
20725 2003-10-14  Bruno Haible  <bruno@clisp.org>
20726
20727         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
20728
20729 2003-10-14  Bruno Haible  <bruno@clisp.org>
20730
20731         * m4/sig_atomic_t: New file, from GNU gettext.
20732         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
20733
20734 2003-10-14  Bruno Haible  <bruno@clisp.org>
20735
20736         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
20737         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
20738         Also use volatile where needed.
20739
20740 2003-10-12  Paul Eggert  <eggert@twinsun.com>
20741
20742         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
20743         Change maintainer from Bruno Haible to 'all'.
20744
20745 2003-10-12  Paul Eggert  <eggert@twinsun.com>
20746
20747         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
20748
20749 2003-10-12  Paul Eggert  <eggert@twinsun.com>
20750
20751         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
20752         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
20753         and define in terms of the other primitives.
20754         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
20755         (SIZE_MAX): Define if not already defined.
20756         (array_size_overflow): New function.
20757         (xalloc_die): Abort instead of exiting if 'error' returns.
20758         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
20759         (xmalloc, xrealloc): Use them.
20760         (xcalloc): Check for address arithmetic overflow.
20761         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
20762         a bit faster than strcpy.
20763
20764 2003-10-10  Simon Josefsson  <jas@extundo.com>
20765
20766         * modules/argp (Depends-on): Add restrict and strcase.
20767
20768 2003-10-10  Simon Josefsson  <jas@extundo.com>
20769
20770         * m4/argp.m4: Add AC_C_INLINE.
20771
20772 2003-10-08  Paul Eggert  <eggert@twinsun.com>
20773
20774         Merge getpass from libc, plus a few fixes.
20775
20776         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
20777         Include <stdbool.h>.
20778         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
20779         __fsetlocking to empty.
20780         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
20781         do include <bits/libc-lock.h>.
20782         Do not include <fcntl.h>; not needed.
20783         [_LIBC]: Include <wchar.h>.
20784         (NOTCANCEL_MODE): New macro.
20785         (flockfile, funlockfile) [_LIBC]: New macros.
20786         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
20787         [!_LIBC]: New macros.
20788         (call_fclose): New function.
20789         (getpass): Use it.  Save tty stream separately; this simplifies the
20790         code and makes it more reliable if stdin happens to equal stdout.
20791         Invoke __fsetlocking on tty.
20792         Handle thread cancellation if needed.
20793         Namespace cleanup (use __tcgetattr, __getline).
20794         Use bool for Booleans.
20795         [USE_IN_LIBIO]: Handle wide streams.
20796         [!_LIBC]: Unconditionally do the fseek, since we don't know what
20797         stream might go where.
20798
20799         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
20800         doesn't have to include <stdio.h> before us.
20801         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
20802         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
20803         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
20804         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
20805         if not declared, so that we can use getpass.c code from libc without
20806         rewriting it.
20807         (flockfile, ftrylockfile, funlockfile): New macros.
20808
20809 2003-10-08  Paul Eggert  <eggert@twinsun.com>
20810
20811         * modules/getpass: Depend on stdbool.
20812
20813 2003-10-08  Paul Eggert  <eggert@twinsun.com>
20814
20815         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
20816
20817 2003-10-07  Karl Berry  <karl@gnu.org>
20818
20819         * config/config.{guess,sub}: update from config.
20820
20821 2003-10-06  Jim Meyering  <jim@meyering.net>
20822             Bruno Haible  <bruno@clisp.org>
20823
20824         This lets translators provide better translations for the
20825         "Written by ..." part of --version output.
20826         * lib/version-etc.h: Include stdarg.h.
20827         (version_etc_copyright): Declare as readonly.
20828         (version_etc): Make this function variadic with a NULL-terminated list
20829         of author name strings.
20830         (version_etc_va): New declaration.
20831         * lib/version-etc.c: Include stdarg.h, stdlib.h.
20832         (version_etc_copyright): Declare as readonly.
20833         (version_etc_va): New function. Provide a different translatable string
20834         for each possible number of authors < 10. Abbreviate when there are 10
20835         authors or more.
20836         (version_etc): Make this function variadic. Call version_etc_va.
20837         Suggestion from Gary V. Vaughan.
20838
20839         * lib/long-options.h (parse_long_options): Change prototype: the
20840         authors string is moved to the end and becomes variadic.
20841         * lib/long-options.c: Include stdarg.h.
20842         (parse_long_options): Make this function variadic, too.
20843         Call version_etc_va, not version_etc.
20844
20845 2003-10-06  Bruno Haible  <bruno@clisp.org>
20846
20847         * modules/version-etc-2: Remove file.
20848         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
20849
20850 2003-10-06  Bruno Haible  <bruno@clisp.org>
20851
20852         * modules/fatal-signal: New file.
20853         * MODULES.html.sh (func_all_modules): Add fatal-signal.
20854
20855 2003-10-06  Bruno Haible  <bruno@clisp.org>
20856
20857         * m4/fatal-signal.m4: New file.
20858         * m4/signalblocking.m4: New file, from GNU gettext.
20859
20860 2003-10-06  Bruno Haible  <bruno@clisp.org>
20861
20862         * lib/version-etc-2.h: Remove file.
20863         * lib/version-etc-2.c: Remove file.
20864
20865 2003-10-06  Bruno Haible  <bruno@clisp.org>
20866
20867         * lib/fatal-signal.h: New file, from GNU gettext.
20868         * lib/fatal-signal.c: New file, from GNU gettext.
20869
20870 2003-10-05  Paul Eggert  <eggert@twinsun.com>
20871
20872         * README: Rework advice for preventing empty .o files.
20873         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
20874         not <sys/types.h>.
20875
20876 2003-10-04  Karl Berry  <karl@gnu.org>
20877
20878         * lib/argp*: update from libc.
20879
20880 2003-10-04  Karl Berry  <karl@gnu.org>
20881
20882         * config/config.{guess,sub}: update from config.
20883
20884 2003-10-02  Bruno Haible  <bruno@clisp.org>
20885
20886         * modules/lchown (Include): Add lchown.h.
20887         * modules/time_r (Include): Use "..." syntax.
20888         * modules/xgetdomainname (Include): Add xgetdomainname.h.
20889
20890 2003-10-01  Simon Josefsson  <jas@extundo.com>
20891
20892         * MODULES.html.sh (func_all_modules): Move gethostname from section
20893         'based on' to section 'lacking' POSIX:2001.
20894
20895 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
20896
20897         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
20898         to output mode on the same stream.
20899
20900 2003-09-29  Paul Eggert  <eggert@twinsun.com>
20901
20902         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
20903         Fix arg typo in previous patch.
20904
20905 2003-09-28  Jim Meyering  <jim@meyering.net>
20906
20907         * lib/error.c: Correct cpp indentation.
20908
20909 2003-09-27  Paul Eggert  <eggert@twinsun.com>
20910
20911         * modules/free: New file.
20912
20913 2003-09-27  Paul Eggert  <eggert@twinsun.com>
20914
20915         * m4/free.m4: New file.
20916
20917 2003-09-27  Paul Eggert  <eggert@twinsun.com>
20918
20919         * lib/minmax.h (MIN, MAX)
20920         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
20921         Omit the special code that used __typeof__, since we worry that
20922         it could be more trouble than it's worth.  See:
20923         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
20924         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
20925
20926         * lib/free.c: New file.
20927
20928 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
20929
20930         Trivial fixes to Makefile.am parts of module listings.
20931         * modules/strstr: Append strstr.h to lib_SOURCES.
20932         * modules/strcase: Likewise, for strcase.h.
20933
20934 2003-09-27  Karl Berry  <karl@gnu.org>
20935
20936         * config/mkinstalldirs: update from automake.
20937
20938 2003-09-26  Paul Eggert  <eggert@twinsun.com>
20939
20940         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
20941         (error_tail): Do not loop, reallocating temporary buffer, since
20942         the output cannot contain more wide characters than the input
20943         contains bytes, the size must be big enough already.  This avoids
20944         one potential size overflow calculation.  Check for size overflow
20945         when calculating temporary buffer size.  Free temporary buffer
20946         when done, if it was allocated with malloc; this plugs a memory
20947         leak.  Remove casts from void * to pointers, that are no longer
20948         needed now that we're assuming C89 or better.
20949
20950         Merge error changes from glibc.
20951
20952         * lib/error.c, error.h: Update copyright notice header to match glibc.
20953         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
20954         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
20955         Disable cancellation while printing error.
20956         * lib/error.h: Prepend __ to parameter names.
20957
20958 2003-09-26  Jim Meyering  <jim@meyering.net>
20959
20960         * lib/error.c (error_tail): Move some declarations
20961         into inner scope where the local variables are used.
20962
20963 2003-09-26  Bruno Haible  <bruno@clisp.org>
20964
20965         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
20966         stpncpy().
20967         Don't define stpncpy through config.h; it's now done through stpncpy.h.
20968
20969 2003-09-26  Bruno Haible  <bruno@clisp.org>
20970
20971         * lib/stpncpy.h (gnu_stpncpy): New declaration.
20972         (stpncpy): Define as alias for gnu_stpncpy.
20973         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
20974
20975 2003-09-25  Simon Josefsson  <jas@extundo.com>
20976
20977         * lib/xgetdomainname.h: New file.
20978         * lib/xgetdomainname.c: New file.
20979
20980 2003-09-25  Simon Josefsson  <jas@extundo.com>
20981             Bruno Haible  <bruno@clisp.org>
20982
20983         * modules/getdomainname: New file.
20984         * modules/xgetdomainname: New file.
20985         * MODULES.html.sh (func_all_modules): Add getdomainname,
20986         xgetdomainname.
20987
20988 2003-09-25  Simon Josefsson  <jas@extundo.com>
20989             Bruno Haible  <bruno@clisp.org>
20990
20991         * m4/getdomainname.m4: New file.
20992
20993 2003-09-25  Simon Josefsson  <jas@extundo.com>
20994             Bruno Haible  <bruno@clisp.org>
20995
20996         * lib/getdomainname.h: New file.
20997         * lib/getdomainname.c: New file.
20998
20999 2003-09-25  Karl Berry  <karl@gnu.org>
21000
21001         * lib/argp-fmtstream.c, argp-help.c: update from libc.
21002
21003 2003-09-25  Karl Berry  <karl@gnu.org>
21004
21005         * config/install-sh: update from automake.
21006
21007 2003-09-25  Bruno Haible  <bruno@clisp.org>
21008
21009         * modules/version-etc-2: New file, from modules/version-etc with
21010         modifications.
21011         * MODULES.html.sh (func_all_modules): Add version-etc-2.
21012
21013 2003-09-25  Bruno Haible  <bruno@clisp.org>
21014
21015         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
21016         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
21017
21018 2003-09-24  Simon Josefsson  <jas@extundo.com>
21019
21020         * modules/xgethostname: Add xgethostname.h.
21021
21022 2003-09-24  Paul Eggert  <eggert@twinsun.com>
21023
21024         * lib/linebuffer.c (freebuffer): Don't free the argument, just
21025         the buffer associated with the argument.  Bug reported by
21026         Simon Josefsson.
21027
21028 2003-09-24  Paul Eggert  <eggert@twinsun.com>
21029
21030         * README: Document assumptions that 'int' is at least 32 bits
21031         wide, that integer arithmetic is 2's complement without overflow,
21032         that there are no holes in integer values, that adding sizes of
21033         two nonoverlapping objects can't overflow, and that all-bits-zero
21034         yields scalar zero.  Fix spelling and capitalization typos.
21035
21036 2003-09-19  Karl Berry  <karl@gnu.org>
21037
21038         * lib/argp.h: update from libc.
21039
21040 2003-09-17  Paul Eggert  <eggert@twinsun.com>
21041
21042         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
21043         to avoid spurious warnings like "AC_RUN_IFELSE was called before
21044         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
21045
21046 2003-09-17  Paul Eggert  <eggert@twinsun.com>
21047
21048         * gnulib-tool: Use "test -h", not "test -L", for portability
21049         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
21050         (tags_regexp): Remove, since \| doesn't conform to POSIX.
21051         (sed_extract_prog): Issue s commands one-by-one, rather than
21052         using \| in one s command.
21053
21054 2003-09-16  Paul Eggert  <eggert@twinsun.com>
21055
21056         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
21057         input error, instead of returning NULL the next time we are called
21058         (and therefore losing track of errno).
21059
21060 2003-09-16  Bruno Haible  <bruno@clisp.org>
21061
21062         * gnulib-tool (func_create_testdir): Warn about duplicated
21063         dependencies.
21064
21065 2003-09-15  Paul Eggert  <eggert@twinsun.com>
21066
21067         * modules/argmatch, modules/fatal, modules/obstack,
21068         modules/xalloc, modules/xgethostname: Sort dependencies by
21069         importance, not alphabetically.
21070
21071 2003-09-15  Paul Eggert  <eggert@twinsun.com>
21072
21073         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
21074         fails, so that the caller gets the proper errno.
21075
21076         * lib/readutmp.c (read_utmp): Likewise.
21077         Check for fstat error.  Close stream and free storage
21078         when failing.
21079
21080 2003-09-14  Karl Berry  <karl@gnu.org>
21081
21082         * config/srclist.txt (strdup.c): disable for c89 changes.
21083
21084 2003-09-14  Jim Meyering  <jim@meyering.net>
21085
21086         * lib/getloadavg.c: Correct cpp indentation.
21087         * lib/strdup.c: Likewise.
21088         * lib/vasnprintf.c: Likewise.
21089
21090 2003-09-14  Bruno Haible  <bruno@clisp.org>
21091
21092         * modules/fwriteerror: New file.
21093         * MODULES.html.sh (func_all_modules): Add fwriteerror.
21094
21095 2003-09-14  Bruno Haible  <bruno@clisp.org>
21096
21097         * lib/fwriteerror.h: New file.
21098         * lib/fwriteerror.c: New file.
21099
21100 2003-09-12  Paul Eggert  <eggert@twinsun.com>
21101
21102         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
21103         modules/xgethostname, modules/xalloc: Depend on exit.
21104
21105 2003-09-12  Paul Eggert  <eggert@twinsun.com>
21106
21107         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
21108
21109         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
21110         and AC_MINIX, too, so that their extensions are available.
21111
21112         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
21113         This macro has been superseded by gl_BACKUPFILE.
21114
21115         More patches to assume C89 or better.
21116
21117         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
21118
21119         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
21120         unconditionally.
21121         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
21122         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
21123         Include <string.h>, <stdlib.h> unconditionally.
21124         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
21125         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
21126         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
21127         headers or for string.h.
21128         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
21129         or strtoul.
21130
21131         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
21132         headers.
21133         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
21134         * m4/userspec.m4 (gl_USERSPEC): Likewise.
21135         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
21136         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
21137         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
21138         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
21139         memcpy, memset.
21140         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
21141         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
21142         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
21143         strtol.
21144         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
21145         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
21146         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
21147         strtoul.
21148
21149 2003-09-12  Paul Eggert  <eggert@twinsun.com>
21150
21151         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
21152         * lib/obstack.c [!defined _LIBC]: Likewise.
21153         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
21154         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
21155         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
21156
21157         More changes to assume C89 or better.
21158
21159         * lib/error.c (error_tail): Assume vprintf.
21160
21161         * lib/argmatch.c (getenv): Remove decl.
21162         * lib/progreloc.c (get_full_program_name): Define via prototype.
21163         * lib/setenv.c (clearenv): Likewise.
21164         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
21165         needed.
21166         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
21167         (malloc, memcpy): Remove decls.
21168         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
21169         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
21170         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
21171         (memcpy): Remove macro.
21172         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
21173         (__P): Remove.  All uses removed.
21174         (PTR): Remove.  All uses changed to void *.
21175         (CHAR_BIT, NULL): Remove.
21176         (spaces, zeros, memset_space, memset_zero)
21177         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
21178         Remove.
21179         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
21180         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
21181         Define with prototype.
21182         Remove now-unnecessary prototype decl.
21183         (extra_args_spec): Assume ANSI C.  All uses changed.
21184         (extra_args_spec_iso): Remove.
21185         (my_strftime, emacs_strftimeu): Define via prototype.
21186         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
21187         unconditionally.
21188         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
21189         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
21190         (strtoul, strtol): Remove decls.
21191         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
21192         LONG_MAX): Remove.
21193         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
21194         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
21195         (LOCALE_PARAM_PROTO): New macro.
21196         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
21197         (INTERNAL (strtol), strtol): Define with a prototype.
21198         (PARAMS): Remove.  All uses removed.
21199         * lib/tempname.c: Include <string.h> unconditionally.
21200         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
21201         * lib/xgethostname.c (main): Define with a prototype.
21202         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
21203         Include <stdlib.h> unconditionally.
21204         (calloc, malloc, realloc, free): Remove decls.
21205         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
21206         Include <stdlib.h> unconditionally.  Sort include file names.
21207         (strtod): Remove.
21208         (xstrtod): Define with a prototype.
21209         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
21210         (strtol, strtoul): Remove decls.
21211
21212 2003-09-11  Paul Eggert  <eggert@twinsun.com>
21213
21214         More patches to assume C89 or better.
21215         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
21216         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
21217         string.h, memchr, STDC_HEADERS.
21218
21219 2003-09-11  Paul Eggert  <eggert@twinsun.com>
21220
21221         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
21222         Include <stdlib.h>, <string.h> unconditionally.
21223         Remove now-unnecessary cast to char *.
21224         * lib/strnlen.c: Include <string.h> unconditionally.
21225         * lib/yesno.c (yesno): Define with a prototype.
21226
21227 2003-09-11  Bruno Haible  <bruno@clisp.org>
21228
21229         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
21230
21231 2003-09-10  Jim Meyering  <jim@meyering.net>
21232
21233         * lib/error.c: Correct indentation of cpp directives.
21234
21235 2003-09-10  Bruno Haible  <bruno@clisp.org>
21236
21237         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
21238         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
21239         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
21240         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
21241         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
21242         <stdlib.h> and <string.h> checks.
21243         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
21244         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
21245
21246 2003-09-10  Bruno Haible  <bruno@clisp.org>
21247
21248         * lib/strcspn.c: Include <string.h> unconditionally.
21249         * lib/strpbrk.c: Include <string.h> unconditionally.
21250         * lib/strstr.c: Include <string.h> unconditionally.
21251         * lib/unicodeio.c: Include <string.h> unconditionally.
21252         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
21253         * lib/unsetenv.c: Likewise.
21254         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
21255         * lib/yesno.c: Include <stdlib.h> unconditionally.
21256         (rpmatch): Add prototype.
21257
21258 2003-09-09  Paul Eggert  <eggert@twinsun.com>
21259
21260         More patches to assume C89 or better.
21261         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
21262         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
21263         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
21264         or for string.h.
21265         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
21266         stdlib.h.
21267         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
21268         C headers.
21269         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
21270         string.h.
21271         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
21272         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
21273         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
21274         or for string.h.
21275         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
21276         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
21277         C headers.
21278         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
21279         memcpy.
21280         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
21281         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
21282         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
21283         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
21284         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
21285         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
21286         string.h, free.
21287         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
21288         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
21289         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
21290         C headers, or for string.h.
21291         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
21292         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
21293         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
21294         headers, memory.h, stdlib.h, string.h, strings.h.
21295         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
21296         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
21297         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
21298         strchr.
21299         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
21300         headers, memory.h, string.h.
21301         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
21302         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
21303         free.
21304         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
21305         headers.
21306         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
21307         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
21308         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
21309         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
21310         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
21311
21312 2003-09-09  Paul Eggert  <eggert@twinsun.com>
21313
21314         More K&R removal.
21315
21316         * lib/acosl.c (main): Use a prototype.
21317         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
21318         tanl.c: Likewise.
21319
21320         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
21321
21322         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
21323         (getopt, etopt_long, getopt_long_only, _getopt_internal)
21324         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
21325         with a prototype.
21326         * lib/getopt.c (const): Remove macro.
21327         Include <string.h> unconditionally.
21328         (my_index): Remove; all uses changed to strchr.
21329         (strlen): Remove decl.
21330         (exchange): Remove forward decl; no longer needed.
21331         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
21332         Define with prototype.
21333         * lib/getopt1.c (const): Remove macro.
21334         (getopt_long, getopt_long_only, main): Define with prototype.
21335
21336         * lib/getugroups.c: Include <string.h> unconditionally.
21337
21338         * lib/getusershell.c: Include <stdlib.h> unconditionally.
21339         (getusershell, setusershell, endusershell, readname, main):
21340         Define with prototypes.
21341
21342         * lib/group-member.c: Include group-member.h first.
21343         Include <stdlib.h> unconditionally.
21344
21345         * lib/hard-locale.c: Include hard-locale.h first.
21346         Include <stdlib.h>, <string.h> unconditionally.
21347
21348         * lib/hash.c (free, malloc): Remove decls.
21349         Include <stdlib.h> unconditionally.
21350
21351         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
21352         (getenv): Do not declare.
21353
21354         * lib/idcache.c: Include <string.h> unconditionally.
21355
21356         * lib/long-options.c: Include long-options.h first, to test interface.
21357         Include <stdlib.h> unconditionally.
21358
21359         * lib/makepath.c: Include makepath.h first, to test interface.
21360         Include <stdlib.h> and <string.h> unconditionally.
21361
21362         * lib/linebuffer.c: Include <stdlib.h>.
21363         (free): Remove decl.
21364
21365         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
21366         stddef.h. rpl_malloc returns void *, not char *.
21367         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
21368         prototype.
21369
21370         * lib/md5.h: Include <limits.h> unconditionally.
21371         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
21372         (__P): Remove; all uses removed.
21373         * lib/md5.c: Include "md5.h" first.
21374         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
21375         md5_buffer, md5_process_bytes, md5_process_block):
21376         Define with prototypes.
21377         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
21378         * lib/sha.c: Include "sha.h" first.
21379         Include <stdlib.h>, <string.h> unconditionally.
21380
21381         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
21382         * lib/memcmp.c (__ptr_t): Likewise.
21383         * lib/memrchr.c (__ptr_t): Likewise.
21384         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
21385         Include <string.h> unconditionally.
21386         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
21387         * lib/memchr.c: Include <stdlib.h> unconditionally.
21388         * lib/memchr.c (LONG_MAX): Remove.
21389         * lib/memrchr.c (LONG_MAX): Likewise.
21390         * lib/memchr.c (__memchr): Define via a prototype.
21391         * lib/memrchr.c (__memrchr): Likewise.
21392         * lib/memcmp.c (__P): Remove, and remove all uses.
21393         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
21394         Remove forward decls; no longer needed.
21395         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
21396         Use types required by C89 in prototype.
21397
21398         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
21399         * lib/savedir.c: Likewise.
21400         * lib/mkdir.c (free): Remove decl.
21401         * lib/rmdir.c (rmdir): Define with a prototype.
21402         * lib/savedir.c: Include savedir.h first, to test interface.
21403
21404         * lib/mktime.c (STDC_HEADERS): Remove.
21405         Include <stdlib.h>, <string.h> unconditionally.
21406
21407         * lib/modechange.c: Include <stdlib.h> unconditionally.
21408         (malloc): Remove decl.
21409
21410         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
21411         (free): Remove decl.
21412
21413         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
21414         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
21415         (This type really should be intptr_t, but that's a C99ism.)
21416         (_obstack_memcpy): Remove: all uses changed to memcpy.
21417         Include <string.h> unconditionally.
21418         (struct obstack): Assume __STDC__ for types of members
21419         chunkfun, freefun, extra_arg.
21420         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
21421         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
21422         obstack_begin, obstack_specify_allocation,
21423         obstack_specify_allocation_with_arg, obstack_chunkfun,
21424         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
21425         Remove unprototyped decls and the macros that use them.
21426         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
21427         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
21428         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
21429         (defined __STDC__ && __STDC__)]:
21430         Remove nonprototyped code.
21431         Include <stdlib.h> unconditionally.
21432         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
21433         _obstack_allocated_p, _obstack_free, obstack_free,
21434         _obstack_memory_used, print_and_abort):
21435         Define using prototypes.
21436         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
21437         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
21438         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
21439         obstack_next_free, obstack_object_size, obstack_room) [0]:
21440         Remove unused, unprototyped code.
21441
21442         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
21443
21444         * lib/physmem.c (physmem_total, physmem_available, main): Define
21445         with prototypes.
21446
21447         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
21448         (main): Define with a prototype.
21449
21450         * lib/posixver.c (getenv): Remove decl.
21451
21452         * lib/putenv.c (malloc): Returns void *, not char *.
21453         Include <string.h> unconditionally.
21454         (strchr, memcpy, NULL): Do not define.
21455
21456         * lib/readtokens.c: Include readtokens.h first, to test interface.
21457         Include <stdlib.h>, <string.h> unconditionally.
21458         (init_tokenbuffer): Define with a prototype.
21459
21460         * lib/regex.c (PARAMS): Remove.  All uses removed.
21461         All uses of _RE_ARGS removed, too.
21462         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
21463         unconditionally.
21464         (bzero): Assume memset exists.
21465         (memcmp, memcpy, NULL): Remove.
21466         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
21467         char, or assignments to local vars of type signed char.
21468         (init_syntax_once, PREFIX(extract_number_and_incr),
21469         PREFIX(print_partial_compiled_pattern),
21470         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
21471         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
21472         PREFIX(regex_grow_registers), PREFIX(regex_compile),
21473         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
21474         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
21475         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
21476         wcs_compile_range, byte_compile_range, truncate_wchar,
21477         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
21478         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
21479         count_mbs_length, wcs_re_match_2_internal,
21480         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
21481         PREFIX(alt_match_null_string_p),
21482         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
21483         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
21484         regfree, PREFIX(extract_number)): Define with prototype.  Remove
21485         now-unnecessary declaration, if any.
21486         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
21487         regcomp, regexec):
21488         Remove now-unnecessary casts among pointer types.
21489         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
21490
21491         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
21492         (free): Remove decl.
21493
21494         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
21495
21496         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
21497         (free): Remove decl.
21498
21499         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
21500         * lib/xgetcwd.c: Likewise.
21501
21502         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
21503         (free): Remove decl.
21504
21505         * lib/strchrnul.c (strchrnul): Define with a prototype.
21506         Fix bug: c_in was not converted to char before searching.
21507
21508         The following changes are not K&R related:
21509
21510         * lib/group-member.h: Include <sys/types.h>, so that this file is
21511         self-contained.
21512         * lib/makepath.h: Likewise.
21513
21514         * lib/getusershell.c (readname, default_index, line_size, readname):
21515         Use size_t, not int, for sizes.
21516         (readname): If the size overflows, report an error instead of
21517         looping forever.
21518
21519 2003-09-09  Paul Eggert  <eggert@twinsun.com>
21520
21521         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
21522         libc.
21523
21524 2003-09-09  Paul Eggert  <eggert@twinsun.com>
21525
21526         * README: New section: portability guidelines.
21527
21528 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
21529
21530         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
21531         C89 spec.
21532
21533 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
21534
21535         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
21536
21537 2003-09-08  Paul Eggert  <eggert@twinsun.com>
21538
21539         Assume C89 or better; remove K&R cruft.
21540         A few of these changes were first proposed by Derek Robert Price
21541         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
21542
21543         * lib/addext.c: Include <string.h> unconditionally.
21544         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
21545         Don't declare getenv or malloc.
21546
21547         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
21548         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
21549         (NULL): Remove.
21550         (find_stack_direction, alloca): Use prototypes.
21551
21552         * lib/atexit.c (atexit): Define using a prototype.
21553
21554         * lib/basename.c, dirname.c, stripslash.c:
21555         Include <string.h> unconditionally.
21556
21557         * lib/bcopy.c: Include <stddef.h>.
21558         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
21559
21560         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
21561
21562         * lib/error.h (error, error_at_line, error_print_progname)
21563         [! (defined (__STDC__) && __STDC__)]: Remove decls.
21564         * lib/error.c: Include error.h first, to check interface.
21565         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
21566         (VA_START): Remove; all uses changeed to va_start.
21567         (exit, strerror): Remove decls.
21568         (error_print_progname): Prototype uncondionally.
21569         Don't include <errno.h>; no longer needed.
21570         (private_strerror): Remove.
21571         (error_tail): Always define.
21572         (error, error_at_line): Assume C89 or better; always use prototypes.
21573         * lib/fatal.c: Include "fatal.h" first, to test interface.
21574         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
21575         (VA_START): Remove; all uses changed to va_start.
21576         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
21577         this case.
21578         (exit): Remove decl.
21579         (fatal): Prototype unconditionally.  Assume va_start works.
21580         Abort at end, to pacify gcc.
21581
21582         * lib/euidaccess.c (main): Define with a prototype.
21583
21584         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
21585
21586         * lib/exitfail.c: Include <stdlib.h> unconditionally.
21587
21588         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
21589         prototypes.
21590         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
21591         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
21592         (getenv): Remove decl.
21593         (fnmatch): Define using a prototype.
21594         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
21595         (FCT): Define using a prototype.
21596
21597         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
21598
21599         * lib/gethostname.c: Include <stddef.h>.
21600         (gethostname): Define with prototype.  Length is size_t, not int.
21601
21602 2003-09-08  Paul Eggert  <eggert@twinsun.com>
21603
21604         Assume C89 or better; remove K&R cruft.
21605         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
21606         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
21607         string.h, getenv, malloc.
21608         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
21609         headers.
21610         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
21611         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
21612         do not check for strerror.
21613         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
21614         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
21615         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
21616         do not check for doprnt or vprintf.
21617         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
21618         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
21619
21620 2003-09-08  Paul Eggert  <eggert@twinsun.com>
21621
21622         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
21623         getversion.c should have been removed then, but was accidentally
21624         preserved.
21625
21626         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
21627         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
21628
21629 2003-09-08  Karl Berry  <karl@gnu.org>
21630
21631         * config/config.sub, config.guess, srclistvars.sh: update from savannah
21632                 config, forget about prep.
21633
21634         * config/depcomp, missing: update from automake.
21635
21636 2003-09-07  Paul Eggert  <eggert@twinsun.com>
21637
21638         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
21639         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
21640
21641 2003-09-07  Paul Eggert  <eggert@twinsun.com>
21642
21643         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
21644         copy_tm_result.  Bug reported by Simon Josefsson in
21645         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
21646
21647 2003-09-06  Paul Eggert  <eggert@twinsun.com>
21648
21649         * m4/time_r.m4: New file.
21650         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
21651         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
21652         is. Check for timegm declaration.
21653         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
21654         Do not check for gmtime_r.
21655         Replace mktime if __mktime_internal does not exist and if mktime
21656         hasn't been replaced already.
21657
21658 2003-09-06  Paul Eggert  <eggert@twinsun.com>
21659
21660         * lib/time_r.c, lib/time_r.h: New files.
21661
21662         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
21663         __localtime_r.
21664         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
21665         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
21666
21667         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
21668         __gmtime_r.
21669         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
21670         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
21671         Include <time_r.h>.
21672
21673         * lib/timegm.c: Switch to glibc implementation, with the following
21674         changes:
21675         [defined HAVE_CONFIG_H]: Include <config.h>.
21676         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
21677         (__mktime_internal) [!defined _LIBC]: New decl.
21678         (__gmtime_r) [!defined _LIBC]: New macro and function.
21679         (timegm): Use a prototype, since gnulib assumes C89.
21680         Do not bother declaring tmp to be const, as it's not really usefu.
21681         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
21682         (timegm): Declare only if HAVE_DECL_TIMEGM.
21683
21684 2003-09-06  Paul Eggert  <eggert@twinsun.com>
21685
21686         * MODULES.html.sh (func_all_modules): Add time_r.
21687         * modules/time_r: New file.
21688         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
21689         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
21690
21691 2003-09-03  Paul Eggert  <eggert@twinsun.com>
21692
21693         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
21694         Bug reported by Lute Kamstra in
21695         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
21696
21697         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
21698         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
21699         course with correspondingly smaller numbers for tomorrow and
21700         yesterday.  From Tadayoshi Funaba.  Originally installed into
21701         sh-utils on 1999-08-07, but the patch got lost (I guess during the
21702         coreutils merge?).
21703
21704 2003-08-31  Simon Josefsson  <jas@extundo.com>
21705
21706         * modules/timegm: New file.
21707         * MODULES.html.sh (func_all_modules): Add timegm.
21708
21709 2003-08-31  Simon Josefsson  <jas@extundo.com>
21710
21711         * m4/timegm.m4: New file.
21712
21713 2003-08-31  Simon Josefsson  <jas@extundo.com>
21714
21715         * lib/timegm.h: New file.
21716         * lib/timegm.c: New file.  Based on
21717         wget-1.8.2/src/http.c:mktime_from_utc.
21718
21719 2003-08-31  Karl Berry  <karl@gnu.org>
21720
21721         * lib/argp.h: update from libc.
21722
21723 2003-08-28  Bruno Haible  <bruno@clisp.org>
21724
21725         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
21726         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
21727         followed by '#define fnmatch fnmatch_posix' gives an error.
21728
21729 2003-08-28  Bruno Haible  <bruno@clisp.org>
21730
21731         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
21732         warning on QNX, which defines O_BINARY to 000000.
21733
21734 2003-08-27  Jim Meyering  <jim@meyering.net>
21735
21736         * m4/mkstemp.m4: Require that the system mkstemp be able to create
21737         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
21738         would fail after 32.  Reported by Danny Levinson.  Details here:
21739         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
21740
21741 2003-08-24  Bruno Haible  <bruno@clisp.org>
21742
21743         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
21744         MSVC7 <stdio.h> is included later.
21745
21746 2003-08-22  Simon Josefsson  <jas@extundo.com>
21747
21748         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
21749
21750 2003-08-20  Karl Berry  <karl@gnu.org>
21751
21752         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
21753
21754 2003-08-20  Bruno Haible  <bruno@clisp.org>
21755
21756         * modules/progname: New file.
21757         * MODULES.html.sh (func_all_modules): Add progname.
21758
21759 2003-08-20  Bruno Haible  <bruno@clisp.org>
21760
21761         * lib/progname.h: New file, from GNU gettext.
21762         * lib/progname.c: New file, from GNU gettext.
21763         * lib/progreloc.c: New file, from GNU gettext.
21764
21765 2003-08-19  Jim Meyering  <jim@meyering.net>
21766
21767         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
21768         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
21769
21770 2003-08-19  Bruno Haible  <bruno@clisp.org>
21771
21772         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
21773         more.
21774
21775 2003-08-19  Bruno Haible  <bruno@clisp.org>
21776
21777         * lib/xstrdup.c: Assume <string.h> exists.
21778
21779 2003-08-18  Paul Eggert  <eggert@twinsun.com>
21780
21781         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
21782         in makefile rules.
21783
21784 2003-08-18  Jim Meyering  <jim@meyering.net>
21785
21786         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
21787         * m4/lib-ld.m4: Likewise.
21788
21789 2003-08-18  Jim Meyering  <jim@meyering.net>
21790
21791         * lib/setenv.h: Indent nested cpp directive.
21792         * lib/vasnprintf.c: Remove trailing blanks.
21793
21794 2003-08-17  Simon Josefsson  <jas@extundo.com>
21795
21796         * modules/xstrndup: New file.
21797         * MODULES.html.sh (func_all_modules): Add xstrndup.
21798
21799 2003-08-17  Simon Josefsson  <jas@extundo.com>
21800
21801         * modules/argp: Fix autoconf macro name. Add more dependencies.
21802
21803 2003-08-17  Simon Josefsson  <jas@extundo.com>
21804
21805         * m4/xstrndup.m4: New file.
21806
21807 2003-08-17  Simon Josefsson  <jas@extundo.com>
21808
21809         * m4/argp.m4: New file.
21810
21811 2003-08-17  Simon Josefsson  <jas@extundo.com>
21812             Bruno Haible  <bruno@clisp.org>
21813
21814         * lib/xstrndup.h: New file.
21815         * lib/xstrndup.c: New file.
21816
21817 2003-08-17  Bruno Haible  <bruno@clisp.org>
21818
21819         * modules/strndup (Files, Include): Add lib/strndup.h.
21820
21821 2003-08-17  Bruno Haible  <bruno@clisp.org>
21822
21823         * modules/euidaccess (Files): Add lib/euidaccess.h.
21824
21825 2003-08-17  Bruno Haible  <bruno@clisp.org>
21826
21827         * lib/strndup.h: New file.
21828
21829 2003-08-17  Bruno Haible  <bruno@clisp.org>
21830
21831         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
21832         like AC_GNU_SOURCE.
21833         * modules/extensions (configure.ac): Comment out the invocation of
21834         gl_USE_SYSTEM_EXTENSIONS.
21835
21836 2003-08-16  Paul Eggert  <eggert@twinsun.com>
21837
21838         Merges from coreutils, etc.
21839         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
21840         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
21841         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
21842         fixing a typo.
21843         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
21844         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
21845
21846 2003-08-16  Paul Eggert  <eggert@twinsun.com>
21847
21848         Document merge from coreutils.
21849         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
21850         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
21851         * modules/utime: Add m4/utimes-null.m4.
21852
21853 2003-08-16  Paul Eggert  <eggert@twinsun.com>
21854
21855         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
21856         space, undoing this 2003-08-12 change:
21857         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
21858
21859 2003-08-16  Paul Eggert  <eggert@twinsun.com>
21860
21861         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
21862         strtoul.c from libc, undoing this 2003-08-12 change:
21863         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
21864
21865 2003-08-16  Jim Meyering  <jim@meyering.net>
21866
21867         Merges from coreutils.
21868         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
21869         prefix.  Adjust cache variables similarly.  Create 500 rather than
21870         just 300 files, to exercise bug on Darwin6.5, too.
21871         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
21872         $missing_dir.
21873         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
21874         AM_SYS_POSIX_TERMIOS.
21875         Reported by mkc@mathdogs.com.
21876         Also change use of $am_cv_sys_posix_termios
21877         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
21878         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
21879         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
21880         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
21881         in /proc/mounts until it finds one with matching device number.  This
21882         is unnecessary when the FILE argument *is* a mount point.  No stat call
21883         is necessary in that case.  So, disable the statvfs-testing code on
21884         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
21885         as RedHat bug# 84846.
21886         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
21887         to 1MB, so as not to render systems with no stack size limit (e.g.,
21888         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
21889         Include <unistd.h>.  On some systems,
21890         it is required for the definition of _SC_PAGESIZE.
21891
21892 2003-08-16  Jim Meyering  <jim@meyering.net>
21893
21894         Merge from coreutils.
21895         * lib/xstrtoimax.c: #else #if -> #elif.
21896         * lib/xstrtoumax.c: Likewise.
21897
21898 2003-08-16  Jim Meyering  <jim@meyering.net>
21899
21900         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
21901         * m4/utimes.m4: Removed.
21902         * m4/utimes-null.m4: Renamed from utimes.m4.
21903
21904         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
21905         to 1MB, so as not to render systems with no stack size limit (e.g.,
21906         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
21907         Include <unistd.h>.  On some systems,
21908         it is required for the definition of _SC_PAGESIZE.
21909
21910 2003-08-16  Jim Meyering  <jim@meyering.net>
21911         and Paul Eggert  <eggert@cs.ucla.edu>
21912
21913         Merges from coreutils, etc.
21914
21915         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
21916         using the latest version from cvs.  This avoids problems with #line
21917         directives using a vendor (Sun) compiler.
21918         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
21919         Don't set GETGROUPS_LIB here; now it's
21920         done via getgroups.m4's wrapper function.
21921         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
21922         rather than just in sh-util/configure.in, so that the
21923         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
21924         same.
21925         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
21926         AC_FUNC_GETLOADAVG where to find getloadavg.c.
21927         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
21928         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
21929         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
21930         Remove code that is now done by the newly-required macros.
21931         Append $(EXEEXT) to DF_PROG.
21932         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
21933         Do not invoke or require the following here,
21934         since prereq.m4 or some gnulib .m4 now does this for us:
21935         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
21936         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
21937         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
21938         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
21939         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
21940         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
21941         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
21942         AC_FUNC_OBSTACK.
21943         Do not replace the following functions, as this is now the job
21944         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
21945         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
21946         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
21947         atexit getpass, strdup, getpagesize.
21948         Replace 'raise'.
21949         Do not check for the following functions, as this is now the job
21950         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
21951         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
21952         setregid.
21953         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
21954         Check for sys/sysctl.h.
21955         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
21956         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
21957         of checking for ssize_t ourselves.
21958
21959         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
21960         Require every macro that gnulib/modules/* suggests for us.
21961         (jm_PREREQ_ADDEXT): New macro.
21962         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
21963         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
21964
21965         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
21966         (gl_PHYSMEM): Use it.
21967         Also check for `table' function.
21968         Check for new headers and functions.
21969         Add check for sys/sysmp.h.
21970         With suggestions from Kaveh Ghazi.
21971         Ignore headers that are present but cannot be compiled.  This
21972         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
21973         C 5.4.
21974
21975 2003-08-15  Paul Eggert  <eggert@twinsun.com>
21976
21977         Document merge from coreutils.
21978         * modules/userspec: Depend on posixver.
21979         * modules/strftime: Depend on tzset.
21980
21981 2003-08-15  Paul Eggert  <eggert@twinsun.com>
21982
21983         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
21984         rather than tab, after '#' in shell-script copyright notices.
21985         Suggested by Bruno Haible.
21986
21987 2003-08-15  Paul Eggert  <eggert@twinsun.com>
21988
21989         * config/srclist-update: Use three spaces, rather than tab, after '#'
21990         in shell-script copyright notices.  Suggested by Bruno Haible.
21991         Remove unnecessary parenthesization in regular expression.
21992
21993 2003-08-15  Jim Meyering  <jim@meyering.net>
21994
21995         Merge from coreutils.
21996         * lib/xgethostname.c: Include <stdlib.h>.
21997         (xghostname): Don't exit for anything other than memory-related
21998         failure; just return NULL.
21999         * lib/userspec.c: Include "posixver.h".
22000         (parse_user_spec): Accept `.' as a separator only
22001         in pre-POSIX-200112 mode.
22002         * lib/strtoimax.c: Use #elif rather than #else #if.
22003         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
22004         Remove function, now that we can rely on a working tzset function.
22005         [!_LIBC]: Ensure that the required autoconf test has been run.
22006         [!defined _NL_CURRENT && HAVE_STRFTIME]:
22007         Use underlying_strftime for %r.
22008         * lib/sha.c: Merge in some clean-up and optimization changes from
22009         glibc.
22010         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
22011         Ensure that it is a multiple of 64.
22012         Rearrange loop exit tests so as to avoid performing an
22013         additional fread after encountering an error or EOF.
22014         * lib/realloc.c: Update copyright date.
22015
22016 2003-08-15  Jim Meyering  <jim@meyering.net>
22017         and Paul Eggert  <eggert@twinsun.com>
22018
22019         Merge from coreutils.
22020         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
22021         member but strut utmpx does not.  Needed for AIX 4.3.3.
22022         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
22023
22024 2003-08-15  Jim Meyering  <jim@meyering.net>
22025         and Paul Eggert  <eggert@cs.ucla.edu>
22026
22027         Merges from coreutils, etc.
22028         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
22029         Require gl_FUNC_TZSET_CLOBBER.
22030         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
22031         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
22032         members.
22033
22034 2003-08-14  Paul Eggert  <eggert@twinsun.com>
22035
22036         Help the merge from coreutils.
22037         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
22038         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
22039         * m4/tzset.m4: Use it too.
22040
22041 2003-08-14  Paul Eggert  <eggert@twinsun.com>
22042
22043         * modules/tzset: New file.
22044
22045 2003-08-14  Jim Meyering  <jim@meyering.net>
22046
22047         Merges from coreutils.
22048         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
22049         variable names, rather than @FNMATCH_H@.
22050         * modules/alloca: Likewise for $(ALLOCA_H).
22051
22052         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
22053         the three copies of the literal target, `fnmatch.h'.
22054         * modules/alloca (alloca.h): Likewise.
22055
22056 2003-08-14  Jim Meyering  <jim@meyering.net>
22057
22058         Merge from coreutils.
22059         * m4/tzset.m4: New file.
22060         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
22061         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
22062         otherwise, AIX 5.1 systems would end up using the latter.
22063         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
22064         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
22065         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
22066         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
22067
22068 2003-08-14  Jim Meyering  <jim@meyering.net>
22069
22070         Merge from coreutils.
22071         * lib/obstack.h: Whitespace changes.
22072         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
22073         and xcalloc return values.
22074         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
22075         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
22076         hang on OSF/1 5.1 for DIR on both local and remote file systems.
22077         Reported by (and fix confirmed by) Nelson H. F. Beebe.
22078         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
22079         error from mntctl.
22080         Use mntctl's return value to drive the entry-processing loop, since
22081         we can't rely on the value of the vmt_length member in the last
22082         entry.  On some systems doing so could result in exhausting
22083         virtual memory.  Based in part on a patch from Mike Jetzer.
22084
22085 2003-08-14  Jim Meyering  <jim@meyering.net>
22086         and Paul Eggert  <eggert@twinsun.com>
22087
22088         Merges from coreutils, plus other fixes.
22089         * lib/physmem.c: Merge in portability changes from gcc/libiberty
22090         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
22091         for credits and details.  Thanks to Kaveh Ghazi for helping
22092         to keep these files in sync.
22093         (ARRAY_SIZE): Define it.
22094         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
22095         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
22096         (memcasecmp): Don't assume size_t fits in unsigned int.
22097         Remove casts and duplicate code.
22098         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
22099         (memcpy): Remove definition.
22100         Merge in some clean-up and optimization changes from glibc.
22101         [BLOCKSIZE]: Move definition to top of file.
22102         Ensure that it is a multiple of 64.
22103         Rearrange loop exit tests so as to avoid performing an
22104         additional fread after encountering an error or EOF.
22105         * lib/md5.h (md5_uintptr): Define.
22106         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
22107         return to the initial working directory.  Preserve errno
22108         for caller.
22109         * lib/idcache.c: Include "xalloc.h".
22110         (xmalloc, xrealloc): Remove decls.
22111         (getuser): Remove casts no longer required in C89.
22112         * lib/human.c: Include stdio.h, for sprintf.
22113         * lib/group-member.c: Include "xalloc.h".
22114         (xmalloc, xrealloc): Remove decls.
22115         (get_group_info): Remove casts no longer required in C89.
22116         * lib/getusershell.c (readname): Remove casts no longer required in
22117         C89.
22118         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
22119         * lib/getline.c: Whitespace fix, from coreutils.
22120
22121 2003-08-13  Paul Eggert  <eggert@twinsun.com>
22122
22123         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
22124         Check for isascii.
22125
22126         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
22127         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
22128         Undo previous (whitespace-only) change.
22129
22130 2003-08-13  Paul Eggert  <eggert@twinsun.com>
22131
22132         * lib/exclude.c: Include <ctype.h>
22133         (IN_CTYPE_DOMAIN): New macro.
22134         (is_space): New fn.
22135         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
22136         and empty lines.
22137
22138         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
22139         Undo previous (whitespace-only) change.
22140
22141 2003-08-13  Paul Eggert  <eggert@twinsun.com>
22142
22143         * config/srclist-update: Change update back to the old behavior,
22144         leaving whitespace alone.  Use one 'sed' command rather than a
22145         pipeline.
22146         (fixlicense): Now a variable, not a function.
22147         (remove_trailing_blanks): Remove.
22148         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
22149         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
22150         Undo previous (whitespace-only) change.
22151
22152 2003-08-12  Paul Eggert  <eggert@twinsun.com>
22153
22154         Merge from coreutils.
22155         * modules/euidaccess: Add lib_SOURCES, include for new
22156         file euidaccess.h
22157
22158 2003-08-12  Paul Eggert  <eggert@twinsun.com>
22159
22160         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
22161         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
22162         Normalize leading white space and remove trailing white space.
22163
22164         Merge from coreutils
22165         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
22166
22167         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
22168         0.12.1.  These files are now being upgraded automatically by
22169         ../config/srclist-update.
22170
22171 2003-08-12  Paul Eggert  <eggert@twinsun.com>
22172
22173         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
22174         Normalize leading white space and remove trailing white space.
22175         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
22176         notice, as per ../config/srclist-update.
22177
22178         Merge from coreutils.
22179         * lib/euidaccess.h: New file.
22180         * lib/euidaccess.c: Include it.
22181         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
22182         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
22183         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
22184
22185 2003-08-12  Paul Eggert  <eggert@twinsun.com>
22186
22187         * config/srclist-update: Add copyright notice.
22188         (remove_id_lines, remove_trailing_blanks): New constants.
22189         (fixfile): Use them to normalize spacing a bit in copied files.
22190         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
22191         Normalize leading white space and remove trailing white space.
22192
22193         * config/texinfo.tex: Sync with texinfo.
22194
22195         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
22196         strtoul.c from libc, to merge coreutils whitespace changes.
22197
22198         * config/srclist.txt: Get the following m4 files from gettext:
22199         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
22200         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
22201         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
22202         wint_t.m4.
22203
22204 2003-08-12  Karl Berry  <karl@gnu.org>
22205
22206         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
22207         been made.
22208
22209 2003-08-11  Paul Eggert  <eggert@twinsun.com>
22210
22211         * modules/gnu-source, m4/gnu-source.m4:
22212         Remove; we're assuming Autoconf 2.54 or later now.
22213         Suggested by Bruno Haible.
22214         * MODULES.html.sh (func_all_modules): Remove gnu-source.
22215
22216 2003-08-11  Bruno Haible  <bruno@clisp.org>
22217
22218         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
22219
22220 2003-08-11  Bruno Haible  <bruno@clisp.org>
22221
22222         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
22223         (vasnprintf): Use it instead of wcslen.
22224
22225 2003-08-11  Bruno Haible  <bruno@clisp.org>
22226
22227         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
22228         value to ensure that _Bool promotes to int. Use #define for _Bool when
22229         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
22230
22231 2003-08-10  Karl Berry  <karl@gnu.org>
22232
22233         * lib/regex.h: update from libc (whitespace fix).
22234
22235 2003-08-09  Paul Eggert  <eggert@twinsun.com>
22236
22237         Merge some files from coreutils.  These changes were
22238         originally made by Jim Meyering.
22239         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
22240         many older Unixes require this.
22241         * lib/alloca.c (alloca): Remove cast to argument of free;
22242         no longer needed in C89.
22243         * lib/alloca_.h, regex.h: Fix white space to match
22244         what GNU indent does.
22245
22246 2003-08-09  Paul Eggert  <eggert@twinsun.com>
22247
22248         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
22249         apparently Emacs's Unicode mode got confused before my 2003-08-05
22250         checkin.
22251
22252 2003-08-08  Paul Eggert  <eggert@twinsun.com>
22253
22254         * m4/extensions.m4: New file.
22255         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
22256         Require gl_USE_SYSTEM_EXTENSIONS.
22257         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
22258         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
22259
22260 2003-08-08  Paul Eggert  <eggert@twinsun.com>
22261
22262         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
22263         * modules/extensions, modules/gnu-source: New files.
22264         * modules/timespec, modules/unlocked-io: Depend on extensions.
22265
22266 2003-08-07  Paul Eggert  <eggert@twinsun.com>
22267
22268         * modules/restrict: New file.
22269         * MODULES.html.sh (func_all_modules): Add restrict.
22270         * modules/regex: Depend on restrict.
22271
22272 2003-08-07  Paul Eggert  <eggert@twinsun.com>
22273
22274         * m4/restrict.m4: New file.
22275         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
22276
22277 2003-08-07  Bruno Haible  <bruno@clisp.org>
22278
22279         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
22280         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
22281
22282 2003-08-07  Bruno Haible  <bruno@clisp.org>
22283
22284         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
22285         makes the module 'getndelim2' compatible with the module 'getline'.
22286
22287 2003-08-05  Paul Eggert  <eggert@twinsun.com>
22288
22289         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
22290         byte with "\201" to avoid glitches when editing that source file
22291         with multi-gnome-terminal.
22292
22293 2003-08-05  Paul Eggert  <eggert@twinsun.com>
22294
22295         * lib/bumpalloc.h: Remove.
22296
22297 2003-08-05  Paul Eggert  <eggert@twinsun.com>
22298
22299         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
22300         * modules/bumpalloc: Remove.
22301
22302 2003-08-04  Paul Eggert  <eggert@twinsun.com>
22303
22304         * lib/getloadavg.c: Change copyright notice and spacing to conform to
22305         GNU coding style.
22306
22307         Merge from coreutils.
22308         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
22309         1. From glibc.
22310         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
22311         from Karl Berry, implemented by Jim Meyering.
22312         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
22313         from Dmitry V. Levin.
22314         Remove anachronistic cast of xrealloc.
22315         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
22316         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
22317         type. Otherwise, it wouldn't compile with at least /bin/cc on
22318         ymp-cray-unicos9.0.2.X.
22319         Combine two mostly-identical uses of alloca into one.
22320         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
22321
22322 2003-08-04  Dave Love  <d.love@dl.ac.uk>
22323
22324         [From Emacs.]
22325
22326         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
22327         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
22328         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
22329         obsolete NLIST_NAME_UNION.
22330         [__GNU__]: Undef BSD and FSCALE.
22331         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
22332
22333 2003-08-03  Paul Eggert  <eggert@twinsun.com>
22334
22335         * lib/stdbool_.h (_Bool): Make it signed char, instead of
22336         an enum type, so that it's guaranteed to promote to int.  See:
22337         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
22338
22339 2003-08-03  Karl Berry  <karl@gnu.org>
22340
22341         * config/depcomp: update from automake.
22342
22343 2003-07-31  Paul Eggert  <eggert@twinsun.com>
22344
22345         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
22346         (strerror): Don't assume that a printable int fits in 14 bytes.
22347
22348 2003-07-31  Bruno Haible  <bruno@clisp.org>
22349
22350         * modules/getpass-gnu: New file.
22351         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
22352
22353 2003-07-31  Bruno Haible  <bruno@clisp.org>
22354
22355         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
22356
22357 2003-07-24  Karl Berry  <karl@gnu.org>
22358
22359         * config/missing: update from automake.
22360
22361 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
22362             Bruno Haible  <bruno@clisp.org>
22363
22364         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
22365         * lib/getline.c (getline, getdelim): Likewise.
22366         Remove _GNU_SOURCE define; now it's defined in config.h through
22367         m4/getline.m4.
22368
22369 2003-07-23  Karl Berry  <karl@gnu.org>
22370
22371         * config/config.sub: update from prep.
22372
22373 2003-07-22  Paul Eggert  <eggert@twinsun.com>
22374
22375         * modules/xalloc (Depends-on): Add exitfail.
22376         * modules/xmemcoll: Likewise.
22377
22378 2003-07-22  Paul Eggert  <eggert@twinsun.com>
22379
22380         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
22381         over-parenthesization in macros.
22382
22383         Sync with coreutils.
22384
22385         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
22386         required by C99.
22387
22388         Use `exit_failure' for xalloc and xmemcoll instead of their own
22389         private exit-failure variables.
22390         * lib/xalloc.h (xalloc_exit_failure): Remove.
22391         * lib/xmalloc.c: Likewise.  Include exitfail.h.
22392         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
22393         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
22394         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
22395         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
22396
22397 2003-07-20  Jim Meyering  <jim@meyering.net>
22398
22399         * modules/closeout (Depends-on): Add exitfail.
22400         Suggestion from Bruno Haible.
22401
22402 2003-07-19  Karl Berry  <karl@gnu.org>
22403
22404         * config/config.sub: update from prep.
22405
22406 2003-07-18  Paul Eggert  <eggert@twinsun.com>
22407
22408         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
22409         Remove.
22410         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
22411         to test that it can stand by itself.  Include "exitfail.h".
22412         Clients should set exit_failure instead.
22413         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
22414
22415 2003-07-18  Bruno Haible  <bruno@clisp.org>
22416
22417         * modules/getndelim2: New file.
22418         * modules/getline: Share files with module getndelim2.
22419         * modules/getnline: Depend on getndelim2 instead of sharing files with
22420         it. Add getnline.c to lib_SOURCES.
22421         * MODULES.html.sh (func_all_modules): Add getndelim2.
22422
22423 2003-07-18  Bruno Haible  <bruno@clisp.org>
22424
22425         * m4/getndelim2.m4: New file.
22426         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
22427         invoke gl_PREREQ_GETNDELIM2.
22428         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
22429         gl_PREREQ_GETNDELIM2.
22430         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
22431         gl_GETNDELIM2.
22432
22433 2003-07-18  Bruno Haible  <bruno@clisp.org>
22434
22435         * lib/getndelim2.h: New file.
22436         * lib/getndelim2.c: Make into a module of its own. Include config.h,
22437         getndelim2.h.
22438         (getndelim2): Make non-static. Change return type to ssize_t.
22439         * lib/getline.h: Change argument names.
22440         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
22441         * lib/getnline.c: Include getndelim2.h.
22442
22443 2003-07-18  Andreas Schwab  <schwab@suse.de>
22444
22445         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
22446
22447 2003-07-17  Karl Berry  <karl@gnu.org>
22448
22449         * config/config.sub: update from prep.
22450
22451 2003-07-17  Bruno Haible  <bruno@clisp.org>
22452
22453         * modules/getnline: New file.
22454         * modules/getline: Add lib/getndelim2.c to source file list.
22455         * MODULES.html.sh (func_all_modules): Add getnline.
22456
22457 2003-07-17  Bruno Haible  <bruno@clisp.org>
22458
22459         * m4/getnline.m4: New file.
22460
22461 2003-07-17  Bruno Haible  <bruno@clisp.org>
22462
22463         * m4/Makefile.am.in: Remove file.
22464         * m4/Makefile.am: Remove file.
22465         * m4/Makefile.in: Remove file.
22466
22467 2003-07-17  Bruno Haible  <bruno@clisp.org>
22468
22469         * lib/getnline.h: New file.
22470         * lib/getnline.c: New file.
22471         * lib/getndelim2.c: New file, extracted from getline.c.
22472         (getndelim2): Renamed from getdelim2, with added nmax argument.
22473         * lib/getline.c: Include getndelim2.c.
22474         (getdelim2): Moved out to getndelim2.c.
22475         (getline, getdelim): Update.
22476
22477 2003-07-17  Bruno Haible  <bruno@clisp.org>
22478
22479         * lib/Makefile.am: Remove file.
22480         * lib/Makefile.in: Remove file.
22481
22482 2003-07-17  Bruno Haible  <bruno@clisp.org>
22483
22484         * configure.in: Remove file.
22485         * Makefile.in: Remove file.
22486
22487 2003-07-17  Bruno Haible  <bruno@clisp.org>
22488
22489         * MODULES.html.sh: Put the </BODY> right before </HTML>.
22490
22491 2003-07-16  Karl Berry  <karl@gnu.org>
22492
22493         * config/srclist-update: was running fixlicense twice, which caused
22494                 texinfo.tex to be nullified for some reason.  Simplify,
22495                 $gplsrc is no longer needed as far as I can see?
22496
22497 2003-07-16  Jim Meyering  <jim@meyering.net>
22498
22499         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
22500
22501 2003-07-15  Paul Eggert  <eggert@twinsun.com>
22502
22503         * config/srclist.txt: Get the following files from gettext-runtime/intl
22504         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
22505         ref-del.sin.  From Bruno Haible.
22506         * config/srclist-update (fixfile): Change grep pattern again, since the
22507         previous fix didn't work (there was another trailing $).  Use
22508         '[$]' to escape the $s.
22509
22510 2003-07-15  Karl Berry  <karl@gnu.org>
22511
22512         * lib/vasnprintf.c: update from gettext.
22513
22514 2003-07-15  Karl Berry  <karl@gnu.org>
22515
22516         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
22517         gets expanded when surrounded by '$'.
22518
22519 2003-07-15  Jim Meyering  <jim@meyering.net>
22520
22521         * modules/save-cwd: Don't depend on error.  From Derek Price.
22522
22523 2003-07-15  Jim Meyering  <jim@meyering.net>
22524
22525         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
22526
22527 2003-07-14  Simon Josefsson  <jas@extundo.com>
22528
22529         * modules/mempcpy: New file.
22530         * MODULES.html.sh (func_all_modules): Add mempcpy.
22531
22532 2003-07-14  Simon Josefsson  <jas@extundo.com>
22533
22534         * m4/mempcpy.m4: New file.
22535
22536 2003-07-14  Simon Josefsson  <jas@extundo.com>
22537
22538         * lib/mempcpy.h: New file.
22539         * lib/mempcpy.c: New file.
22540
22541 2003-07-14  Paul Eggert  <eggert@twinsun.com>
22542
22543         * modules/getdate, modules/posixtm: Depend on mktime.
22544
22545 2003-07-14  Paul Eggert  <eggert@twinsun.com>
22546
22547         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
22548         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
22549         unicodeio.c, unicodeio.h, unlocked-io.h:
22550         Switch from LGPL to GPL.
22551
22552 2003-07-14  Paul Eggert  <eggert@twinsun.com>
22553
22554         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
22555         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
22556         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
22557         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
22558         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
22559         updated automatically by ../config/srclist-update.  This changes
22560         their license from LPGL to GPL.
22561
22562 2003-07-14  Paul Eggert  <eggert@twinsun.com>
22563
22564         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
22565         assumed to refer to the root of the most recent stable gettext version.
22566         * config/srclistvars.sh: Add defaults for eggert.
22567         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
22568         Match "This program" as well as "The program".  This is needed
22569         for gettext.
22570
22571 2003-07-14  Jim Meyering  <jim@meyering.net>
22572
22573         Don't emit diagnostics.  Let callers do that.
22574         * lib/save-cwd.c: Don't include "error.h".
22575         (save_cwd): Don't call error.  Ensure that errno is valid
22576         when returning nonzero.
22577
22578         * lib/save-cwd.h (restore_cwd): Update prototype.
22579         * lib/save-cwd.c (restore_cwd): Remove two parameters.
22580         Simplify.  Don't call error upon failure.  Let callers do that.
22581         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
22582         when auditing is enabled.  But don't bother updating the #if.
22583
22584 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
22585
22586         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
22587         it breaks C++ compilation.
22588         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
22589
22590 2003-07-10  Simon Josefsson  <jas@extundo.com>
22591
22592         * modules/strchrnul (Makefile.am): Add strchrnul.h.
22593
22594 2003-07-10  Jim Meyering  <jim@meyering.net>
22595
22596         * m4/clock_time.m4: Remove trailing blank.
22597         * m4/intmax_t.m4: Likewise.
22598
22599 2003-07-10  Jim Meyering  <jim@meyering.net>
22600
22601         * lib/vasnprintf.c: Remove trailing blanks.
22602         Make cpp indentation consistent.
22603
22604 2003-07-09  Paul Eggert  <eggert@twinsun.com>
22605
22606         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
22607         posixver.c, strftime.c, strnlen.c, strverscmp.c:
22608         Switch from LGPL to GPL.
22609
22610 2003-07-09  Paul Eggert  <eggert@twinsun.com>
22611
22612         * config/srclist.txt: Sort sublists.  Add
22613         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
22614         that differ from gnulib for one reason or another; we'd like this list
22615         to be smaller but for now let's document what we have.
22616
22617 2003-07-08  Paul Eggert  <eggert@twinsun.com>
22618
22619         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
22620         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
22621         and sweeter "eval x=$x".
22622         * config/srclist.txt: Get lib/argp* from glibc.
22623
22624 2003-07-07  Paul Eggert  <eggert@twinsun.com>
22625
22626         * lib/mktime.c: Fix some boundary cases and remove need for floating
22627         point.
22628
22629         Issue a compile-time diagnostic if time_t is floating point, or if
22630         two's complement arithmetic is not in effect, or if arithmetic
22631         right shift does not propagate the sign.  These assumptions were
22632         all in the original code but they weren't checked.
22633
22634         (TIME_T_MIDPOINT, verify): New macros.
22635         (__isleap): Remove; it has integer overflow problems.
22636         (leapyear): New function, without those problems.
22637         (ydhms_tm_diff): Remove; splitting into two parts.
22638         (ydhms_diff): New function, containing the arithmetic part of
22639         the old ydhms_tm_diff function.  Issue a compile-time
22640         diagnostic if we are not using C99 integer division.
22641         Avoid casts when possible.
22642         (guess_time_tm): New function, containing the checking part of
22643         the old ydhms_tm_diff function.  Return the new value, rather than
22644         the difference between it and the old.  Accept a new argument T
22645         so that *T specifies the old value.  Check for overflow in the result.
22646
22647         (__mktime_internal): Use a time_t offset, not a long int offset.
22648         This undoes the 2003-06-04 change, which is no longer needed now
22649         that we have better overflow checking.
22650         (localtime_offset): Likewise.
22651
22652         (__mktime_internal): Avoid harmful overflow on hosts where time_t
22653         and long are 64-bit but int is only 32-bit.
22654         (ydhms_diff): Use long int to store year1 and yday1.
22655         Issue a compile-time diagnostic if long int is not wide enough.
22656
22657         (__mktime_internal): Use long int to store adjusted year and yday.
22658         Use plain C rather than preprocessor commands, if that doesn't
22659         affect efficiency.
22660         Check for overflow (and try to repair) after each probe
22661         rather than checking only at the very end.  This avoids some bugs
22662         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
22663         does not equal GMT offset at maximum time).
22664         Use integer to check for overflow rather than floating point; this
22665         is more portable to non-IEEE hosts, and is a tad faster.
22666         When we detect that we are oscillating between two values,
22667         don't check whether tm_isdst has the requested value, since
22668         we already know the answer.  When tm_isdst has the wrong value,
22669         use a different heuristic to find the right one, based on the
22670         extreme values actually observed in practice in tz2003a,
22671         rather than the (overly optimistic) "previous 3 calendar quarters".
22672
22673         (not_equal_tm, print_tm, check_result): Use "const T" rather than
22674         "T const" to accommodate glibc style.
22675         (check_result): Use less-confusing report format.  "long" -> "long int.
22676         (main): Likewise.
22677         Don't loop if the iteration overflows time_t.
22678         Allow a negative step in the iteration.
22679
22680 2003-07-06  Karl Berry  <karl@gnu.org>
22681
22682         * config/depcomp: update from automake.
22683         * config/config.sub: update from prep.
22684
22685 2003-07-03  Karl Berry  <karl@gnu.org>
22686
22687         * config/config.guess: update from prep.
22688
22689 2003-07-01  Paul Eggert  <eggert@twinsun.com>
22690
22691         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
22692         xreadlink.c now includes it unconditionally.
22693
22694 2003-07-01  Paul Eggert  <eggert@twinsun.com>
22695
22696         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
22697         having it depend on HAVE_SYS_TYPES_H.
22698
22699 2003-07-01  Bruno Haible  <bruno@clisp.org>
22700
22701         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
22702         <sys/types.h> should be sufficient.
22703         Reported by Paul Eggert.
22704
22705 2003-06-26  Karl Berry  <karl@gnu.org>
22706
22707         * config/depcomp: update from automake.
22708
22709 2003-06-26  Bruno Haible  <bruno@clisp.org>
22710
22711         * modules/human: Depend on module stdbool.
22712
22713 2003-06-25  Bruno Haible  <bruno@clisp.org>
22714
22715         * modules/readlink: New file.
22716         * modules/xreadlink: Depend on it.
22717         * MODULES.html.sh (func_all_modules): Add readlink.
22718
22719 2003-06-25  Bruno Haible  <bruno@clisp.org>
22720
22721         * m4/readlink.m4: New file.
22722
22723 2003-06-25  Bruno Haible  <bruno@clisp.org>
22724
22725         * lib/readlink.c: New file.
22726
22727 2003-06-22  Karl Berry  <karl@gnu.org>
22728
22729         * config/srclist.txt: update mkinstalldirs from automake.
22730         * config/mkinstalldirs: update.
22731
22732 2003-06-22  Bruno Haible  <bruno@clisp.org>
22733
22734         Portability to mingw32.
22735         * m4/ssize_t.m4: New file, from GNU gettext.
22736         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
22737         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
22738
22739 2003-06-22  Bruno Haible  <bruno@clisp.org>
22740
22741         * modules/safe-read: Add m4/ssize_t.m4.
22742         * modules/xreadlink: Add m4/ssize_t.m4.
22743
22744 2003-06-20  Bruno Haible  <bruno@clisp.org>
22745
22746         Assume C89, so PARAMS isn't needed.
22747         * lib/unicodeio.h (PARAMS): Remove.
22748         * lib/unicodeio.c: Don't use PARAMS.
22749
22750 2003-06-18  Karl Berry  <karl@gnu.org>
22751
22752         * config/config.{guess,sub}: update from prep.
22753
22754 2003-06-18  Jim Meyering  <jim@meyering.net>
22755
22756         Merge changes from coreutils.
22757         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
22758         Remove explicit declarations of xmalloc and realloc.
22759         Include xalloc.h.
22760         (read_utmp): Remove anachronistic cast of xmalloc.
22761
22762 2003-06-17  Paul Eggert  <eggert@twinsun.com>
22763
22764         Assume C89, so PARAMS isn't needed.
22765         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
22766         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
22767         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
22768         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
22769         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
22770         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
22771         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
22772         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
22773         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
22774         lib/xstrtod.h, lib/xstrtol.h: Likewise.
22775         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
22776         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
22777         no longer needed. Anyway, config.h should always be included before any
22778         other file.
22779
22780 2003-06-11  Simon Josefsson  <jas@extundo.com>
22781
22782         * modules/sysexits: New file.
22783         * MODULES.html.sh (func_all_modules): Add sysexits.
22784
22785 2003-06-11  Simon Josefsson  <jas@extundo.com>
22786
22787         * lib/sysexit_.h: New file.
22788
22789 2003-06-11  Derek Price  <derek@ximbiot.com>
22790
22791         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
22792         necessary.
22793
22794 2003-06-11  Bruno Haible  <bruno@clisp.org>
22795
22796         * m4/sysexits.m4: New file.
22797
22798 2003-06-10  Simon Josefsson  <jas@extundo.com>
22799
22800         * lib/argp.h: New file, from glibc.
22801         * lib/argp-ba.c: New file, from glibc.
22802         * lib/argp-eexst.c: New file, from glibc.
22803         * lib/argp-fmtstream.c: New file, from glibc.
22804         * lib/argp-fmtstream.h: New file, from glibc.
22805         * lib/argp-fs-xinl.c: New file, from glibc.
22806         * lib/argp-help.c: New file, from glibc.
22807         * lib/argp-namefrob.h: New file, from glibc.
22808         * lib/argp-parse.c: New file, from glibc.
22809         * lib/argp-pv.c: New file, from glibc.
22810         * lib/argp-pvh.c: New file, from glibc.
22811         * lib/argp-xinl.c: New file, from glibc.
22812
22813 2003-06-10  Simon Josefsson  <jas@extundo.com>
22814
22815         * modules/strchrnul: New file.
22816
22817 2003-06-10  Simon Josefsson  <jas@extundo.com>
22818
22819         * modules/argp: New file.
22820
22821 2003-06-10  Simon Josefsson  <jas@extundo.com>
22822
22823         * m4/strchrnul.m4: New file.
22824
22825 2003-06-10  Simon Josefsson  <jas@extundo.com>
22826
22827         * lib/strchrnul.h: New file.
22828         * lib/strchrnul.c: New file.
22829
22830 2003-06-10  Bruno Haible  <bruno@clisp.org>
22831
22832         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
22833
22834 2003-06-07  Karl Berry  <karl@gnu.org>
22835
22836         * config/config.{guess,sub}: update from prep.
22837
22838 2003-06-07  Jim Meyering  <jim@meyering.net>
22839
22840         * modules/strtod: Use $(...) notation, not @...@ for
22841         AC_REPLACE'd variables.
22842         * modules/localcharset: Likewise.
22843
22844 2003-06-07  Jim Meyering  <jim@meyering.net>
22845
22846         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
22847         in place of my name in the copyright comment.
22848         Remove definition and uses of __P.
22849
22850         From coreutils.
22851         * lib/stat.c: Don't declare xmalloc explicitly.
22852         Instead, include "xalloc.h".
22853         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
22854         xrealloc, and xcalloc return values.
22855         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
22856         Improve comment.
22857         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
22858
22859 2003-06-07  Bruno Haible  <bruno@clisp.org>
22860
22861         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
22862         avoid AC_CONFIG_LINKS.
22863         * modules/fnmatch (Makefile.am): Use explicit creation rule for
22864         fnmatch.h, to avoid AC_CONFIG_LINKS.
22865         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
22866
22867 2003-06-07  Bruno Haible  <bruno@clisp.org>
22868
22869         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
22870         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
22871         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
22872         directory.
22873         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
22874         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
22875         directory.
22876
22877 2003-06-06  Jim Meyering  <jim@meyering.net>
22878
22879         Merge from coreutils.
22880         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
22881         Consolidate declarations and initializations of *_base* locals.
22882
22883         Merge from coreutils.
22884         This avoids a core dump on systems without GNU putenv,
22885         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
22886         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
22887         (unsetenv): New static function, from GNU libc.
22888         (rpl_putenv): Use it.
22889
22890         * lib/modechange.c: Remove trailing blanks.
22891
22892         Merge from coreutils.
22893         * lib/fsusage.c: Remove declaration of statfs.
22894         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
22895
22896         * lib/posixtm.c: Include <stdbool.h> unconditionally.
22897
22898 2003-06-06  Jim Meyering  <jim@meyering.net>
22899
22900         * lib/stdbool_.h: Renamed from stdbool.h.in.
22901
22902 2003-06-06  Jim Meyering  <jim@meyering.net>
22903             Bruno Haible  <bruno@clisp.org>
22904
22905         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
22906         Adjust Makefile.am snippet not to redirect directly to target.
22907         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
22908
22909 2003-06-05  Paul Eggert  <eggert@twinsun.com>
22910
22911         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
22912         mismatch, look in future quarters as well as past.  This fixes a
22913         bug when processing fall-backwards gaps immediately after a long
22914         period of daylight-saving time.
22915
22916         * lib/mktime.c: Assume freestanding C89 or better.
22917         (HAVE_LIMITS_H): Remove.  Assume it's 1.
22918         (__P): Remove; not used.
22919         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
22920         (mktime, not_equal_tm, print_tm, check_result,
22921         main): Use prototypes.  Use const * where appropriate.
22922         (main): Fix typo in testing code that uncovered by above changes.
22923         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
22924
22925 2003-06-04  Paul Eggert  <eggert@twinsun.com>
22926
22927         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
22928         locale.h, localeconv.  This merges changes from coreutils.
22929
22930         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
22931         It can be removed after the next Autoconf is released.
22932         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
22933         needed.
22934
22935 2003-06-04  Paul Eggert  <eggert@twinsun.com>
22936
22937         * lib/mktime.c: Fix Debian bug 177940
22938         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
22939         (localtime_offset): Now long int, not time_t, because we want it
22940         to be guaranteed to be signed.  All uses changed.
22941         (__mktime_internal): If overflow would occur when adding offset,
22942         don't add it.
22943
22944         Merge 'human' changes from coreutils.  Rewrite to support
22945         locale-specific notations like thousands separators.
22946         * lib/human.c: Simplify authorship notice.
22947         Include human.h immediately after config.h.
22948         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
22949         <limits.h>: Do not include, since human.h does.
22950         (SIZE_MAX, UINTMAX_MAX): New macros.
22951         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
22952         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
22953         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
22954         (power_letter): Renamed from suffixes.
22955         (generate_suffix_backwards): Remove.
22956         (adjust_value): Now takes int style (because of human.h changes)
22957         and long double value (for greater precision on some platforms).
22958         (group_number): New function.
22959         (human_readable): Use it.  Use integer options, not enum.
22960         Put the options before the sizes in the arg list.
22961         Support all the new options.
22962         The old human_readable function has been removed;
22963         use inttostr.h instead.
22964         (human_readable, default_block_size, humblock):
22965         Use uintmax_t, not int, for block sizes.
22966         (human_readable_inexact, block_size_types): Remove.
22967         (block_size_opts): New constant.
22968         (human_options): Renamed from human_block_size, with new signature
22969         that allows block sizes up to UINTMAX_MAX.  All callers changed.
22970         * lib/human.h: Add copyright and authorship notice.
22971         Include <limits.h> and <stdbool.h> unconditionally.
22972         (PARAMS): Remove.  All uses removed.
22973         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
22974         (enum human_inexact_style): Remove tag; now a nameless enum.
22975         (human_floor, human_ceiling, human_round_to_even): Now have
22976         values 2, 0, 1 rather than -1, 1, 0.
22977         (human_group_digits, human_suppress_point_zero, human_autoscale,
22978         human_base_1024, human_SI, human_B): New constants.
22979         (human_readable_inexact, human_block_size): Remove.
22980         (human_readable): Size args are now uintmax_t, not int.
22981         (human_options): New decl.
22982
22983         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
22984         unnecessary now that we assume C89 or better.  This change
22985         imported from coreutils.
22986
22987         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
22988         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
22989         in the 2003-05-30 sync from glibc.
22990
22991         .h files should stand alone, but we shouldn't include <sys/types.h>
22992         if we can get away with just <stddef.h>.
22993
22994         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
22995         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
22996         rather than <sys/types.h>, as we merely need size_t.
22997         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
22998         to get size_t.
22999         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
23000         Include <stdio.h>, to get FILE.
23001         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
23002         memcasecmp.h has included <stddef.h> and all we need is size_t.
23003         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
23004         our interface, instead of including <sys/types.h>
23005
23006 2003-06-04  Paul Eggert  <eggert@twinsun.com>
23007
23008         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
23009         now, as glibc mktime is buggy on non-glibc systems.
23010
23011 2003-06-03  Karl Berry  <karl@gnu.org>
23012
23013         * config/config.sub: update from prep.
23014
23015 2003-06-02  Paul Eggert  <eggert@twinsun.com>
23016
23017         [from coreutils]
23018         Fix some minor time-related bugs with POSIX time arguments.
23019         Some valid time stamps were being rejected (notably -1, and
23020         time stamps before 1900 on 64-bit hosts).  And some invalid
23021         time stamps were being accepted, e.g. September 31.
23022
23023         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
23024         that we can return (time_t) -1 successfully.
23025         * lib/posixtm.c: Likewise.
23026         [HAVE_STDBOOL_H]: Include <stdbool.h>.
23027         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
23028         (t): Remove static var.
23029         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
23030         of static var.  All uses changed.
23031         (year): Do not reject years before 1900; they can occur with
23032         64-bit time_t.
23033         (posix_time_parse): Do not check for out-of-range components;
23034         that is now the caller's responsibility, since our checks were
23035         only approximations.
23036         (posixtime): Use mktime to check for out-of-range components,
23037         since it knows them exactly.
23038         If mktime returns (time_t) -1, check whether an error actually occurred
23039         by invoking localtime on -1.
23040         (main) [TEST_POSIXTIME]: Check for input data errors, and report
23041         posixtime failures better.
23042         Improve the test data (in comments only).
23043
23044 2003-06-02  Karl Berry  <karl@gnu.org>
23045
23046         * config/mkinstalldirs (version): new variable.
23047         (--version): new option.
23048         (usage): improve message.
23049
23050 2003-05-30  Karl Berry  <karl@gnu.org>
23051
23052         * lib/mktime.c: update from libc.
23053
23054 2003-05-30  Bruno Haible  <bruno@clisp.org>
23055
23056         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
23057         * config/config.rpath: Upgrade to gettext-0.12.1.
23058
23059 2003-05-30  Bruno Haible  <bruno@clisp.org>
23060
23061         * m4/gettext.m4: Upgrade to gettext-0.12.1.
23062         * m4/nls.m4: New file, from gettext-0.12.1.
23063         * m4/po.m4: New file, from gettext-0.12.1.
23064         * m4/progtest.m4: Upgrade to gettext-0.12.1.
23065
23066 2003-05-30  Bruno Haible  <bruno@clisp.org>
23067
23068         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
23069         * lib/localcharset.h: Likewise.
23070         * lib/localcharset.c: Likewise.
23071
23072 2003-05-29  Karl Berry  <karl@gnu.org>
23073
23074         * config/config.rpath: update from gettext.
23075
23076 2003-05-28  Paul Eggert  <eggert@twinsun.com>
23077
23078         Assume the headers required for C89 freestanding compilers.
23079         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
23080         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
23081         * m4/human.m4 (gl_HUMAN): Likewise.
23082         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
23083         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
23084         * m4/userspec.m4 (gl_USERSPEC): Likewise.
23085         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
23086         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
23087         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
23088
23089 2003-05-28  Paul Eggert  <eggert@twinsun.com>
23090
23091         Assume the headers required for C89 freestanding compilers.
23092         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
23093         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
23094         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
23095         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
23096         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
23097         define, since <limits.h> is guaranteed to do that.
23098         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
23099         * lib/exclude.c: Include <stdbool.h> unconditionally.
23100         * lib/tempname.c: Include <stddef.h> unconditionally.
23101         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
23102         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
23103         <stddef.h> does that.
23104         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
23105         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
23106         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
23107         needed.
23108         * lib/xstrtol.c: Likewise.
23109         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
23110         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
23111
23112         * lib/addext.c (addext): Use assignment rather than cast, to avoid
23113         warnings on some platforms.
23114
23115         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
23116         arbitrarily.
23117
23118 2003-05-26  Jim Meyering  <jim@meyering.net>
23119
23120         Merge in a change from coreutils:
23121         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
23122         that is guaranteed to be `no'.  Use `no_such_member' to indicate
23123         that condition, rather than `-1' which is slightly misleading.
23124         Change the name of the cache variable to have the gl_ prefix.
23125         Prompted by a patch from Richard Dawe for DJGPP.
23126
23127 2003-05-24  Karl Berry  <karl@gnu.org>
23128
23129         * config/config.guess: update from prep.
23130
23131 2003-05-22  Karl Berry  <karl@gnu.org>
23132
23133         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
23134
23135 2003-05-20  Karl Berry  <karl@gnu.org>
23136
23137         * config/config.guess: update from prep.
23138
23139 2003-05-18  Karl Berry  <karl@gnu.org>
23140
23141         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
23142         might actually be set by the user.
23143
23144         * config/depcomp, install-sh, mdate-sh: update from automake.
23145
23146 2003-05-17  Bruno Haible  <bruno@clisp.org>
23147
23148         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
23149         invalid expansion for AC_EGREP_CPP.
23150         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
23151         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
23152         Suggested by Akim Demaille <akim@epita.fr> in
23153         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
23154
23155 2003-05-12  Jim Meyering  <jim@meyering.net>
23156
23157         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
23158         the space-padded-by-default conversion specifiers, %e, %k, %l.
23159
23160 2003-05-12  Bruno Haible  <bruno@clisp.org>
23161
23162         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
23163         the string is longer than 4 KB.
23164
23165 2003-05-11  Karl Berry  <karl@gnu.org>
23166
23167         * config/config.{guess,sub}: update from prep.
23168
23169 2003-05-09  Bruno Haible  <bruno@clisp.org>
23170
23171         * modules/error: Add m4/strerror_r.m4 to file list.
23172
23173 2003-05-03  Bruno Haible  <bruno@clisp.org>
23174
23175         Upgrade to Unicode-4.0.
23176         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
23177         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
23178         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
23179         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
23180         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
23181         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
23182         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
23183         Change width of U+E0100..U+E01EF from 1 to 0.
23184
23185 2003-04-25  Jim Meyering  <jim@meyering.net>
23186
23187         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
23188         of type size_t, not int.
23189
23190 2003-04-25  Bruno Haible  <bruno@clisp.org>
23191
23192         * lib/copy-file.c: Include <stddef.h>, for size_t.
23193
23194 2003-04-21  Paul Eggert  <eggert@twinsun.com>
23195
23196         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
23197         code which expansion is under static control.  Patch imported from
23198         Akim Demaille's patch to Bison; see
23199         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
23200
23201 2003-04-14  Bruno Haible  <bruno@clisp.org>
23202
23203         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
23204
23205 2003-04-11  Jim Meyering  <jim@meyering.net>
23206
23207         Merge changes from Coreutils.
23208
23209         2003-03-22  Jim Meyering  <jim@meyering.net>
23210
23211         * lib/strftime.c (widen): Cast alloca return value to proper type.
23212
23213         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
23214
23215         From GNU libc.
23216         * lib/strftime.c (my_strftime): Handle very large width
23217         specifications for numeric values correctly.  Improve checks for
23218         overflow.
23219
23220         2003-01-19  Jim Meyering  <jim@meyering.net>
23221
23222         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
23223         definitions.
23224         (nl_get_alt_digit) [! defined my_strftime]: Define.
23225         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
23226         _nl_get_alt_digit and _nl_get_walt_digit.
23227
23228         * lib/strftime.c (my_strftime): Merge in locale-related changes from
23229         libc. These changes have no effect outside of _LIBC.
23230
23231 2003-04-10  Bruno Haible  <bruno@clisp.org>
23232
23233         * modules/findprog: New file.
23234         * MODULES.html.sh (func_all_modules): Add it.
23235
23236 2003-04-10  Bruno Haible  <bruno@clisp.org>
23237
23238         * m4/findprog.m4: New file.
23239         * m4/eaccess.m4: New file.
23240
23241 2003-04-10  Bruno Haible  <bruno@clisp.org>
23242
23243         * lib/findprog.h: New file, from GNU gettext.
23244         * lib/findprog.c: New file, from GNU gettext.
23245
23246 2003-04-05  Jim Meyering  <jim@meyering.net>
23247
23248         Merge changes from Coreutils.
23249
23250         * lib/exclude.h (PARAMS): Remove definition and uses.
23251         * lib/exclude.c: Remove uses of `PARAMS'.
23252
23253         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
23254         Add test-cases for DOS filenames. Declare program_name.
23255         (main): Set up program_name.  Patch by Rich Dawe.
23256
23257         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
23258         error from mntctl.
23259         Use mntctl's return value to drive the entry-processing loop, since
23260         we can't rely on the value of the vmt_length member in the last
23261         entry.  On some systems doing so could result in exhausting
23262         virtual memory.  Based in part on a patch from Mike Jetzer.
23263
23264 2003-04-04  Bruno Haible  <bruno@clisp.org>
23265
23266         * modules/linebreak: New file.
23267         * MODULES.html.sh (func_all_modules): Add it.
23268
23269 2003-04-04  Bruno Haible  <bruno@clisp.org>
23270
23271         * m4/linebreak.m4: New file.
23272
23273 2003-04-04  Bruno Haible  <bruno@clisp.org>
23274
23275         * lib/linebreak.h: New file, from GNU gettext.
23276         * lib/linebreak.c: New file, from GNU gettext with slight
23277         modifications.
23278         * lib/lbrkprop.h: New file, from GNU gettext.
23279
23280 2003-04-03  Bruno Haible  <bruno@clisp.org>
23281
23282         * modules/utf8-ucs4: New file.
23283         * modules/utf16-ucs4: New file.
23284         * modules/ucs4-utf8: New file.
23285         * modules/ucs4-utf16: New file.
23286         * MODULES.html.sh (func_all_modules): Add them.
23287
23288 2003-04-03  Bruno Haible  <bruno@clisp.org>
23289
23290         * m4/utf-ucs4.m4: New file.
23291         * m4/ucs4-utf.m4: New file.
23292
23293 2003-04-03  Bruno Haible  <bruno@clisp.org>
23294
23295         * lib/utf8-ucs4.h: New file, from GNU gettext.
23296         * lib/utf16-ucs4.h: New file, from GNU gettext.
23297         * lib/ucs4-utf8.h: New file, from GNU gettext.
23298         * lib/ucs4-utf16.h: New file, from GNU gettext.
23299
23300 2003-04-02  Bruno Haible  <bruno@clisp.org>
23301
23302         * modules/binary-io: New file.
23303         * MODULES.html.sh (func_all_modules): Add it.
23304
23305 2003-04-02  Bruno Haible  <bruno@clisp.org>
23306
23307         * lib/binary-io.h: New file, from GNU gettext.
23308
23309 2003-04-01  Bruno Haible  <bruno@clisp.org>
23310
23311         * modules/pathname: New file.
23312         * MODULES.html.sh (func_all_modules): Add it.
23313
23314 2003-04-01  Bruno Haible  <bruno@clisp.org>
23315
23316         * lib/pathname.h: New file, from GNU gettext.
23317         * lib/concatpath.c: New file, from GNU gettext.
23318
23319 2003-03-30  Bruno Haible  <bruno@clisp.org>
23320
23321         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
23322
23323 2003-03-30  Bruno Haible  <bruno@clisp.org>
23324
23325         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
23326         function chown() doesn't exist.
23327
23328 2003-03-28  Bruno Haible  <bruno@clisp.org>
23329
23330         * modules/copy-file: New file.
23331         * MODULES.html.sh (func_all_modules): Add it.
23332
23333 2003-03-28  Bruno Haible  <bruno@clisp.org>
23334
23335         * m4/copy-file.m4: New file.
23336
23337 2003-03-28  Bruno Haible  <bruno@clisp.org>
23338
23339         * lib/copy-file.h: New file, from GNU gettext.
23340         * lib/copy-file.c: New file, from GNU gettext.
23341
23342 2003-03-18  Jim Meyering  <jim@meyering.net>
23343
23344         * lib/quote.c (quote_n): Fix typo in comment.
23345
23346 2003-03-18  Bruno Haible  <bruno@clisp.org>
23347
23348         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
23349         checking.
23350         * m4/onceonly_2_57.m4: Likewise.
23351
23352 2003-03-17  Bruno Haible  <bruno@clisp.org>
23353
23354         * m4/onceonly.m4: Require autoconf 2.54 or newer.
23355         (m4_quote): Remove macro.
23356         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
23357
23358 2003-03-14  Jim Meyering  <jim@meyering.net>
23359
23360         Merge changes from Coreutils.
23361         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
23362         to be const, in order to avoid warnings.
23363         (obstack_room): Likewise.
23364         (obstack_empty_p): Likewise.
23365
23366 2003-03-14  Bruno Haible  <bruno@clisp.org>
23367
23368         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
23369         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
23370
23371 2003-03-13  Paul Eggert  <eggert@twinsun.com>
23372
23373         Merge changes from Bison.
23374         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
23375         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
23376         when compiling Bison 1.875's `bitset bset = obstack_alloc
23377         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
23378         * lib/hash.c: Include <stdbool.h> unconditionally.
23379
23380 2003-03-13  Paul Eggert  <eggert@twinsun.com>
23381
23382         * m4/onceonly.m4 (m4_quote): New macro.
23383         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
23384         Quote AC_FOREACH variable-expansions properly.
23385
23386 2003-03-13  Paul Eggert  <eggert@twinsun.com>
23387
23388         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
23389
23390 2003-03-09  Paul Eggert  <eggert@twinsun.com>
23391
23392         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
23393         Reported by Bruce Becker; see:
23394         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
23395
23396 2003-03-03  Paul Eggert  <eggert@twinsun.com>
23397             Bruno Haible  <bruno@clisp.org>
23398
23399         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
23400         Reported by John Hughes, see
23401         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
23402
23403 2003-02-20  Bruno Haible  <bruno@clisp.org>
23404
23405         * MODULES.html.sh (func_all_modules): Add poll.
23406
23407 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
23408
23409         * modules/poll: New file.
23410
23411 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
23412
23413         * lib/poll_.h: New file.
23414         * lib/poll.c: New file.
23415
23416 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
23417
23418         * m4/poll.m4: New file.
23419
23420 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
23421
23422         * modules/mathl: New file.
23423
23424 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
23425
23426         * lib/mathl.h: New file.
23427         * lib/acosl.c: New file.
23428         * lib/asinl.c: New file.
23429         * lib/atanl.c: New file.
23430         * lib/ceill.c: New file.
23431         * lib/cosl.c: New file.
23432         * lib/expl.c: New file.
23433         * lib/floorl.c: New file.
23434         * lib/frexpl.c: New file.
23435         * lib/ldexpl.c: New file.
23436         * lib/logl.c: New file.
23437         * lib/sincosl.c: New file.
23438         * lib/sinl.c: New file.
23439         * lib/sqrtl.c: New file.
23440         * lib/tanl.c: New file.
23441         * lib/trigl.c: New file.
23442         * lib/trigl.h: New file.
23443
23444 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
23445
23446         * m4/mathl.m4: New file.
23447
23448 2003-02-18  Bruno Haible  <bruno@clisp.org>
23449
23450         * MODULES.html.sh (func_all_modules): Add mathl.
23451
23452 2003-02-17  Bruno Haible  <bruno@clisp.org>
23453
23454         * modules/mkdtemp: New module.
23455         * MODULES.html.sh (func_all_modules): Add it.
23456
23457 2003-02-17  Bruno Haible  <bruno@clisp.org>
23458
23459         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
23460
23461 2003-02-17  Bruno Haible  <bruno@clisp.org>
23462
23463         * lib/mkdtemp.h: New file, from GNU gettext.
23464         * lib/mkdtemp.c: New file, from GNU gettext.
23465
23466 2003-02-02  Jim Meyering  <jim@meyering.net>
23467
23468         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
23469         e.g. glibc-2.2.93.
23470
23471 2003-01-31  Bruno Haible  <bruno@clisp.org>
23472
23473         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
23474         'rpl_rename'.
23475         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
23476         'rpl_strnlen'.
23477         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
23478         'rpl_strtod'.
23479         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
23480         'rpl_utime'.
23481
23482 2003-01-31  Bruno Haible  <bruno@clisp.org>
23483
23484         * lib/rename.c: #undef rename before defining rpl_rename.
23485         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
23486
23487 2003-01-30  Bruno Haible  <bruno@clisp.org>
23488
23489         * modules/vasnprintf, modules/vasprintf: New modules.
23490         * MODULES.html.sh (func_all_modules): Add them.
23491
23492 2003-01-30  Bruno Haible  <bruno@clisp.org>
23493
23494         * m4/signed.m4: New file, from GNU gettext.
23495         * m4/longdouble.m4: New file, from GNU gettext.
23496         * m4/wchar_t.m4: New file, from GNU gettext.
23497         * m4/wint_t.m4: New file, from GNU gettext.
23498         * m4/vasnprintf.m4: New file.
23499         * m4/vasprintf.m4: New file.
23500
23501 2003-01-30  Bruno Haible  <bruno@clisp.org>
23502
23503         * lib/printf-args.h: New file, from GNU gettext.
23504         * lib/printf-args.c: New file, from GNU gettext.
23505         * lib/printf-parse.h: New file, from GNU gettext.
23506         * lib/printf-parse.c: New file, from GNU gettext.
23507         * lib/vasnprintf.h: New file, from GNU gettext.
23508         * lib/vasnprintf.c: New file, from GNU gettext.
23509         * lib/asnprintf.c: New file, from GNU gettext.
23510         * lib/vasprintf.h: New file, from GNU gettext with modifications.
23511         * lib/vasprintf.c: New file, from GNU gettext.
23512         * lib/asprintf.c: New file, from GNU gettext.
23513
23514 2003-01-29  Bruno Haible  <bruno@clisp.org>
23515
23516         * modules/stpncpy: New module.
23517         * MODULES.html.sh (func_all_modules): Add it.
23518
23519 2003-01-29  Bruno Haible  <bruno@clisp.org>
23520
23521         * m4/stpncpy.m4: New file.
23522
23523 2003-01-29  Bruno Haible  <bruno@clisp.org>
23524
23525         * lib/stpncpy.h: New file, from GNU gettext with modifications.
23526         * lib/stpncpy.c: New file, from GNU gettext with modifications.
23527
23528 2003-01-28  Bruno Haible  <bruno@clisp.org>
23529
23530         * modules/c-ctype: New module.
23531         * MODULES.html.sh (func_all_modules): Add it.
23532
23533 2003-01-28  Bruno Haible  <bruno@clisp.org>
23534
23535         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
23536         Paul Eggert.
23537         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
23538         Paul Eggert.
23539
23540 2003-01-27  Bruno Haible  <bruno@clisp.org>
23541
23542         * modules/xsetenv: New module.
23543         * MODULES.html.sh (func_all_modules): Add it.
23544
23545 2003-01-27  Bruno Haible  <bruno@clisp.org>
23546
23547         * lib/xsetenv.h: New file, from GNU gettext.
23548         * lib/xsetenv.c: New file, from GNU gettext.
23549
23550 2003-01-23  Jim Meyering  <jim@meyering.net>
23551
23552         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
23553         from working on systems without dirfd (at least Irix and OSF1/Tru64).
23554
23555 2003-01-23  Bruno Haible  <bruno@clisp.org>
23556
23557         * modules/minmax: New module.
23558         * MODULES.html.sh (func_all_modules): Add it.
23559
23560 2003-01-23  Bruno Haible  <bruno@clisp.org>
23561
23562         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
23563         Eggert.
23564
23565 2003-01-22  Bruno Haible  <bruno@clisp.org>
23566
23567         * modules/exit: New module.
23568         * MODULES.html.sh (func_all_modules): Add it.
23569
23570 2003-01-22  Bruno Haible  <bruno@clisp.org>
23571
23572         * lib/exit.h: New file, from GNU gettext.
23573
23574 2003-01-19  Bruno Haible  <bruno@clisp.org>
23575
23576         * gnulib-tool: Recognize option --extract-maintainer.
23577         (func_get_maintainer): New function.
23578         * modules/*: Add Maintainer entry.
23579
23580 2003-01-16  Jim Meyering  <jim@meyering.net>
23581
23582         * m4/regex.m4: The `regex' struct is both input and output.
23583         Initialize it before each use.  Patch by Tim Waugh.
23584
23585 2003-01-16  Bruno Haible  <bruno@clisp.org>
23586
23587         * MODULES.html.sh: Add a table of contents. Add the module name as
23588         leftmost column. Add hyperlinks.
23589
23590 2003-01-15  Bruno Haible  <bruno@clisp.org>
23591
23592         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
23593
23594 2003-01-15  Bruno Haible  <bruno@clisp.org>
23595
23596         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
23597         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
23598         suffix.
23599
23600 2003-01-15  Bruno Haible  <bruno@clisp.org>
23601
23602         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
23603
23604 2003-01-15  Bruno Haible  <bruno@clisp.org>
23605
23606         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
23607         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
23608
23609 2003-01-14  Jim Meyering  <jim@meyering.net>
23610
23611         * lib/same.c (same_name): Tweak a comment.
23612
23613 2003-01-14  Bruno Haible  <bruno@clisp.org>
23614
23615         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
23616         when a string comparison is sufficient.
23617
23618 2003-01-14  Bruno Haible  <bruno@clisp.org>
23619
23620         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
23621         'unsigned int'.
23622
23623 2003-01-14  Bruno Haible  <bruno@clisp.org>
23624
23625         * lib/hash-pjw.c: Add comment about low quality of this function.
23626
23627 2003-01-13  Bruno Haible  <bruno@clisp.org>
23628
23629         * modules/stpcpy: Distribute lib/stpcpy.h.
23630         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
23631
23632 2003-01-13  Bruno Haible  <bruno@clisp.org>
23633
23634         * modules/*: Add a description.
23635         * modules/strpbrk: Fix Makefile.am snippet.
23636         * modules/strtoimax: Fix dependencies.
23637         * modules/strtoumax: Likewise.
23638
23639 2003-01-13  Bruno Haible  <bruno@clisp.org>
23640
23641         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
23642         * modules/alloca (Makefile.am): All object files depend on alloca.h.
23643         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
23644
23645 2003-01-13  Bruno Haible  <bruno@clisp.org>
23646
23647         * gnulib-tool (func_create_testdir): Store config/* files in the main
23648         directory.
23649         * config.rpath: Move to ...
23650         * config/config.rpath: ... here.
23651         * modules/gettext: Contains config/config.rpath, not config.rpath.
23652         * modules/iconv: Likewise.
23653
23654 2003-01-12  Paul Eggert  <eggert@twinsun.com>
23655
23656         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
23657         to avoid collisions with libcurses and libreadline.
23658
23659         * m4/getstr.m4: Remove.
23660         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
23661
23662 2003-01-12  Paul Eggert  <eggert@twinsun.com>
23663
23664         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
23665         to avoid collisions with libcurses and libreadline.
23666
23667         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
23668         * lib/getstr.h, getstr.c: Remove.
23669         * lib/getline.c: Include "getline.h", to check interface.
23670         Move body of old getstr.c here: this defines MIN_CHUNK and
23671         declares getdelim2, which is renamed from getstr.
23672         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
23673
23674         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
23675         All uses changed.
23676         * lib/linebuffer.h: Likewise.
23677         (readline): Remove backward-compatibility macro.
23678
23679 2003-01-12  Paul Eggert  <eggert@twinsun.com>
23680
23681         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
23682         to avoid collisions with libcurses and libreadline.
23683         * getstr: Remove.
23684         * MODULES.html.sh: Remove getstr.
23685         * modules/getline: Depend on unlocked-io, not getstr.
23686
23687 2003-01-12  Jim Meyering  <jim@meyering.net>
23688
23689         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
23690
23691 2003-01-10  Bruno Haible  <bruno@clisp.org>
23692
23693         * modules/alloca: Change Makefile.am requirements. Simplify Include
23694         requirements. Add lib/alloca_.h to file list.
23695
23696 2003-01-10  Bruno Haible  <bruno@clisp.org>
23697
23698         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
23699
23700 2003-01-10  Bruno Haible  <bruno@clisp.org>
23701
23702         * lib/alloca_.h: New file.
23703         * lib/getdate.y: Unconditionally include alloca.h.
23704         * lib/makepath.c: Likewise.
23705         * lib/setenv.c: Likewise.
23706         * lib/userspec.c: Likewise.
23707
23708 2003-01-09  Karl Berry  <karl@gnu.org>
23709
23710         * MODULES.html.sh: include `dirname $0` in PATH, to find
23711         gnulib-tool.
23712
23713 2003-01-09  Bruno Haible  <bruno@clisp.org>
23714
23715         * modules/stdbool: Change configure.ac, Makefile.am requirements.
23716         Simplify Include requirements. Add lib/stdbool.h.in to file list.
23717
23718 2003-01-09  Bruno Haible  <bruno@clisp.org>
23719
23720         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
23721
23722 2003-01-09  Bruno Haible  <bruno@clisp.org>
23723
23724         * lib/stdbool.h.in: New file.
23725
23726 2003-01-09  Bruno Haible  <bruno@clisp.org>
23727
23728         * gnulib-tool (func_all_modules): Ignore files ending in ~.
23729         * MODULES.html.sh: Likewise.
23730
23731 2003-01-08  Jim Meyering  <jim@meyering.net>
23732
23733         * lib/full-write.c: Undefine and define-away `const' after inclusion
23734         of errno.h, not before.  Suggestion from Bruno Haible.
23735
23736 2003-01-08  Bruno Haible  <bruno@clisp.org>
23737
23738         * modules/full-read: Depend on full-write.
23739
23740 2003-01-08  Bruno Haible  <bruno@clisp.org>
23741
23742         * lib/safe-read.c: Include specification header first, to ensure its
23743         selfcontainedness.
23744         * lib/full-write.c: Likewise.
23745
23746 2003-01-07  Jim Meyering  <jim@meyering.net>
23747
23748         * lib/full-write.c: Rework so that it may serve to define full_read,
23749         too.
23750         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
23751
23752 2003-01-07  Bruno Haible  <bruno@clisp.org>
23753
23754         * lib/strtoimax.c: Include <stdint.h> as an alternative to
23755         <inttypes.h>.
23756         * lib/xstrtol.h: Likewise.
23757         * lib/xstrtoimax.c: Likewise.
23758         * lib/xstrtoumax.c: Likewise.
23759         * lib/human.h: Likewise.
23760
23761         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
23762         on systems that have <inttypes.h> but not <stdint.h>.
23763
23764 2003-01-07  Bruno Haible  <bruno@clisp.org>
23765
23766         * MODULES.html.sh: Add copyright notice.
23767         (missed_files): Omit CVS directory entries.
23768         (func_module): Make it work with sed-3.02.
23769         * MODULES.txt: Remove file.
23770
23771 2003-01-06  Jim Meyering  <jim@meyering.net>
23772
23773         * lib/version-etc.c: Update year in translatable copyright string.
23774
23775 2003-01-03  Karl Berry  <karl@gnu.org>
23776
23777         * config/config.{guess,sub}: update from prep.
23778
23779 2003-01-02  Karl Berry  <karl@gnu.org>
23780
23781         * doc/COPYING.DOC: belatedly updated to 1.2.
23782
23783 2003-01-01  Karl Berry  <karl@gnu.org>
23784
23785         * gnulib-tool (func_verify_module): report module name $module in
23786         error message, not $1.
23787         * gnulib-tool (create-testdir): don't complain if destdir couldn't
23788         be created, only if it doesn't exist.
23789         * gnulib-tool (last_checkin_date): don't expand the $Date here.
23790
23791 2002-12-31  Paul Eggert  <eggert@twinsun.com>
23792
23793         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
23794
23795 2002-12-31  Paul Eggert  <eggert@twinsun.com>
23796
23797         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
23798         memcmp if strcoll doesn't work.
23799
23800 2002-12-31  Bruno Haible  <bruno@clisp.org>
23801
23802         * lib/utime.c (utime_null): No need to call ftruncate if the file was
23803         nonempty.
23804
23805 2002-12-31  Bruno Haible  <bruno@clisp.org>
23806
23807         * lib/memcoll.c (STRCOLL): New macro.
23808         (memcoll): Use it.
23809
23810 2002-12-31  Bruno Haible  <bruno@clisp.org>
23811
23812         * lib/localcharset.h: New file.
23813         * lib/localcharset.c: Include it.
23814         * lib/unicodeio.c: Likewise.
23815
23816 2002-12-31  Bruno Haible  <bruno@clisp.org>
23817
23818         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
23819         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
23820
23821 2002-12-31  Bruno Haible  <bruno@clisp.org>
23822
23823         * lib/getline.h: Include <stddef.h>, for size_t.
23824
23825         * lib/unicodeio.h: Include <stddef.h>, for size_t.
23826         * lib/unicodeio.c: Don't include <stddef.h>.
23827
23828 2002-12-31  Bruno Haible  <bruno@clisp.org>
23829
23830         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
23831         HAVE_TM_ZONE.
23832
23833 2002-12-24  Karl Berry  <karl@gnu.org>
23834
23835         * config/config.guess: update from prep.
23836
23837 2002-12-24  Bruno Haible  <bruno@clisp.org>
23838
23839         General infrasructure.
23840         * m4/README: Rewritten.
23841         * m4/onceonly.m4: New file.
23842         * m4/onceonly_2_57.m4: New file.
23843
23844         Module atexit.
23845         * m4/atexit.m4: New file.
23846
23847         Module strtod.
23848         * m4/strtod.m4: New file.
23849
23850         Module strtol.
23851         * m4/strtol.m4: New file.
23852
23853         Module strtoul.
23854         * m4/strtoul.m4: New file.
23855
23856         Module memchr.
23857         * m4/memchr.m4: New file.
23858
23859         Module memcmp.
23860         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
23861         (jm_FUNC_MEMCMP): Invoke it.
23862
23863         Module memcpy.
23864         * m4/memcpy.m4: New file.
23865
23866         Module memmove.
23867         * m4/memmove.m4: New file.
23868
23869         Module memset.
23870         * m4/memset.m4: New file.
23871
23872         Module strcspn.
23873         * m4/strcspn.m4: New file.
23874
23875         Module strpbrk.
23876         * m4/strpbrk.m4: New file.
23877
23878         Module strstr.
23879         * m4/strstr.m4: New file.
23880
23881         Module strerror.
23882         * m4/strerror.m4: New file.
23883
23884         Module mktime.
23885         * m4/mktime.m4: Renamed from jm-mktime.m4.
23886         (gl_PREREQ_MKTIME): New macro.
23887         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
23888
23889         Module malloc.
23890         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
23891         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
23892         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
23893
23894         Module realloc.
23895         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
23896         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
23897         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
23898
23899         Module strftime.
23900         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
23901         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
23902         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
23903         gl_TM_GMTOFF.
23904         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
23905
23906         Module xalloc.
23907         * m4/xalloc.m4: New file.
23908
23909         Module alloca.
23910         * m4/alloca.m4: New file.
23911
23912         Module putenv.
23913         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
23914         (jm_FUNC_PUTENV): Invoke it.
23915
23916         Module setenv.
23917         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
23918         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
23919         when invoked twice.
23920         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
23921         gt_FUNC_SETENV.
23922
23923         Module memrchr.
23924         * m4/memrchr.m4: New file.
23925
23926         Module stpcpy.
23927         * m4/stpcpy.m4: New file.
23928
23929         Module strcase.
23930         * m4/strcase.m4: New file.
23931
23932         Module strdup.
23933         * m4/strdup.m4: New file.
23934
23935         Module strnlen.
23936         * m4/strnlen.m4: New file.
23937
23938         Module strndup.
23939         * m4/strndup.m4: New file.
23940
23941         Module xstrtod.
23942         * m4/xstrtod.m4: New file.
23943
23944         Module xstrtol.
23945         * m4/xstrtol.m4: New file.
23946
23947         Module getdate.
23948         * m4/getdate.m4: New file.
23949
23950         Module unlocked-io.
23951         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
23952         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
23953         * m4/jm-glibc-io.m4n: Remove file.
23954
23955         Module long-options.
23956         * m4/long-options.m4: New file.
23957
23958         Module md5.
23959         * m4/md5.m4: New file.
23960
23961         Module sha.
23962         * m4/sha.m4: New file.
23963
23964         Module getstr.
23965         * m4/getstr.m4: New file.
23966
23967         Module getline.
23968         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
23969         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
23970         <sys/types.h>, for size_t. Use the function name gnu_getline, not
23971         simply getline. Infoke gl_PREREQ_GETLINE.
23972
23973         Module obstack.
23974         * m4/obstack.m4: New file.
23975
23976         Module hash.
23977         * m4/hash.m4: New file.
23978
23979         Module readtokens.
23980         * m4/readtokens.m4: New file.
23981
23982         Module strverscmp.
23983         * m4/strverscmp.m4: New file.
23984
23985         Module stdbool.
23986         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
23987         OSF/1.
23988
23989         Module strtoll.
23990         * m4/strtoll.m4: New file.
23991
23992         Module strtoull.
23993         * m4/strtoull.m4: New file.
23994
23995         Module strtoimax.
23996         * m4/strtoimax.m4: New file.
23997
23998         Module strtoumax.
23999         * m4/strtoumax.m4: New file.
24000
24001         Module xstrtoimax.
24002         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
24003         jm_AC_PREREQ_XSTRTOIMAX.
24004         Moved the strtol prerequisites to strtol.m4.
24005         Moved the strtoll prerequisites to strtoll.m4.
24006         Moved the strtoimax prerequisites to strtoimax.m4.
24007
24008         Module xstrtoumax.
24009         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
24010         jm_AC_PREREQ_XSTRTOUMAX.
24011         Moved the strtoul prerequisites to strtoul.m4.
24012         Moved the strtoull prerequisites to strtoull.m4.
24013         Moved the strtoumax prerequisites to strtoumax.m4.
24014
24015         Module chown.
24016         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
24017         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
24018
24019         Module dup2.
24020         * m4/dup2.m4: New file.
24021
24022         Module ftruncate.
24023         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
24024         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
24025
24026         Module getgroups.
24027         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
24028         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
24029
24030         Module gettimeofday.
24031         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
24032         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
24033         gl_PREREQ_GETTIMEOFDAY.
24034
24035         Module mkdir.
24036         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
24037         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
24038
24039         Module mkstemp.
24040         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
24041         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
24042         jm_AC_TYPE_UINTMAX_T.
24043         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
24044
24045         Module stat.
24046         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
24047         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
24048
24049         Module lstat.
24050         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
24051         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
24052
24053         Module timespec.
24054         * m4/timespec.m4 (gl_TIMESPEC): New macro.
24055         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
24056         * m4/st_mtim.m4: Indentation.
24057
24058         Module nanosleep.
24059         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
24060         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
24061         gl_PREREQ_NANOSLEEP.
24062
24063         Module regex.
24064         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
24065         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
24066         (gl_REGEX): New macro.
24067
24068         Module rename.
24069         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
24070         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
24071
24072         Module rmdir.
24073         * m4/rmdir.m4: New file.
24074
24075         Module utime.
24076         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
24077         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
24078         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
24079
24080         Module dirname.
24081         * m4/dirname.m4: New file.
24082
24083         Module getopt.
24084         * m4/getopt.m4: New file.
24085
24086         Module unistd-safer.
24087         * m4/unistd-safer.m4: New file.
24088
24089         Module fnmatch.
24090         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
24091         declaration.
24092         (gl_PREREQ_FNMATCH_EXTRA): New macro.
24093         (gl_FUNC_FNMATCH_POSIX): New macro.
24094         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
24095         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
24096         simply fnmatch.
24097
24098         Module exclude.
24099         * m4/exclude.m4: New file.
24100
24101         Module human.
24102         * m4/human.m4: New file.
24103
24104         Module acl.
24105         * m4/acl.m4: Nop.
24106
24107         Module backupfile.
24108         * m4/backupfile.m4: New file.
24109         * m4/d-ino.m4: Indentation.
24110
24111         Module fsusage.
24112         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
24113         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
24114         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
24115
24116         Module dirfd.
24117         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
24118         requirements.
24119
24120         Module euidaccess.
24121         * m4/euidaccess.m4: New file.
24122
24123         Module file-type.
24124         * m4/file-type.m4: New file.
24125
24126         Module fileblocks.
24127         * m4/fileblocks.m4: New file.
24128
24129         Module filemode.
24130         * m4/filemode.m4: New file.
24131
24132         Module isdir.
24133         * m4/isdir.m4: New file.
24134
24135         Module lchown.
24136         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
24137         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
24138
24139         Module makepath.
24140         * m4/makepath.m4: New file.
24141
24142         Module modechange.
24143         * m4/modechange.m4: New file.
24144
24145         Module mountlist.
24146         * m4/mountlist.m4: New file.
24147         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
24148         Indentation.
24149
24150         Module path-concat.
24151         * m4/path-concat.m4: New file.
24152
24153         Module pathmax.
24154         * m4/pathmax.m4: New file.
24155
24156         Module same.
24157         * m4/same.m4: New file.
24158
24159         Module save-cwd.
24160         * m4/save-cwd.m4: New file.
24161
24162         Module savedir.
24163         * m4/savedir.m4: New file.
24164
24165         Module xgetcwd.
24166         * m4/xgetcwd.m4: New file.
24167         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
24168
24169         Module xreadlink.
24170         * m4/xreadlink.m4: New file.
24171
24172         Module safe-read.
24173         * m4/safe-read.m4: New file.
24174
24175         Module safe-write.
24176         * m4/safe-write.m4: New file.
24177
24178         Module closeout.
24179         * m4/closeout.m4: New file.
24180
24181         Module stdio-safer.
24182         * m4/stdio-safer.m4: New file.
24183
24184         Module getpass.
24185         * m4/getpass.m4: New file.
24186
24187         Module getugroups.
24188         * m4/getugroups.m4: New file.
24189
24190         Module group-member.
24191         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
24192         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
24193
24194         Module idcache.
24195         * m4/idcache.m4: New file.
24196
24197         Module userspec.
24198         * m4/userspec.m4: New file.
24199
24200         Module gettime.
24201         * m4/clock_time.m4: New file.
24202         * m4/gettime.m4: New file.
24203
24204         Module settime.
24205         * m4/settime.m4: New file.
24206
24207         Module posixtm.
24208         * m4/posixtm.m4: New file.
24209
24210         Module gethostname.
24211         * m4/gethostname.m4: New file.
24212
24213         Module canon-host.
24214         * m4/canon-host.m4: New file.
24215
24216         Module gettext.
24217         * m4/codeset.m4: New file, from gettext-0.11.5.
24218         * m4/gettext.m4: New file, from gettext-0.11.5.
24219         * m4/glibc21.m4: New file, from gettext-0.11.5.
24220         * m4/iconv.m4: New file, from gettext-0.11.5.
24221         * m4/intdiv0.m4: New file, from gettext-0.11.5.
24222         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
24223         * m4/inttypes.m4: New file, from gettext-0.11.5.
24224         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
24225         * m4/isc-posix.m4: New file, from gettext-0.11.5.
24226         * m4/lcmessage.m4: New file, from gettext-0.11.5.
24227         * m4/lib-ld.m4: New file, from gettext-0.11.5.
24228         * m4/lib-link.m4: New file, from gettext-0.11.5.
24229         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
24230         * m4/progtest.m4: New file, from gettext-0.11.5.
24231         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
24232         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
24233         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
24234
24235         Module localcharset.
24236         * m4/localcharset.m4: New file.
24237
24238         Module hard-locale.
24239         * m4/hard-locale.m4: New file.
24240
24241         Module mbswidth.
24242         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
24243         onceonly macros.
24244         * m4/mbrtowc.m4: Add comment.
24245
24246         Module memcasecmp.
24247         * m4/memcasecmp.m4: New file.
24248
24249         Module memcoll.
24250         * m4/memcoll.m4: New file.
24251
24252         Module unicodeio.
24253         * m4/unicodeio.m4: New file.
24254
24255         Module rpmatch.
24256         * m4/rpmatch.m4: New file.
24257
24258         Module yesno.
24259         * m4/yesno.m4: New file.
24260
24261         Module exitfail.
24262         * m4/exitfail.m4: New file.
24263
24264         Module c-stack.
24265         * m4/c-stack.m4 (gl_C_STACK): New macro.
24266         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
24267
24268         Module error.
24269         * m4/error.m4 (gl_ERROR): New macro.
24270         (jm_PREREQ_ERROR): Use onceonly macros.
24271
24272         Module fatal.
24273         * m4/fatal.m4: New file.
24274
24275         Module getloadavg.
24276         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
24277         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
24278
24279         Module getpagesize.
24280         * m4/getpagesize.m4: New file.
24281
24282         Module getusershell.
24283         * m4/getusershell.m4: New file.
24284
24285         Module physmem.
24286         * m4/physmem.m4: New file.
24287
24288         Module posixver.
24289         * m4/posixver.m4: New file.
24290
24291         Module quotearg.
24292         * m4/quotearg.m4: New file.
24293
24294         Module quote.
24295         * m4/quote.m4: New file.
24296
24297         Module readutmp.
24298         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
24299
24300         Module sig2str.
24301         * m4/sig2str.m4: New file.
24302
24303         Other.
24304         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
24305         ulonglong.m4.
24306         * m4/intmax_t.m4: New file.
24307         * m4/d-type.m4: Indentation.
24308         * m4/jm-macros.m4: Update.
24309         * m4/prereq.m4 (jm_PREREQ): Update.
24310         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
24311         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
24312         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
24313         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
24314         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
24315         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
24316         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
24317         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
24318         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
24319         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
24320         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
24321         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
24322         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
24323         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
24324         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
24325         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
24326         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
24327         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
24328         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
24329
24330 2002-12-24  Bruno Haible  <bruno@clisp.org>
24331
24332         * MODULES.txt: Update according to m4/ changes.
24333
24334         Module gettext.
24335         * config.rpath: New file, from gettext-0.11.5.
24336
24337         * modules/*: New module descriptions.
24338         * gnulib-tool: New file.
24339         * MODULES.html.sh: New file.
24340
24341 2002-12-21  Karl Berry  <karl@gnu.org>
24342
24343         * doc/fdl.texi: update to version 1.2.
24344
24345 2002-12-19  Karl Berry  <karl@gnu.org>
24346
24347         * config/config.guess: update from prep.
24348
24349 2002-12-18  Bruno Haible  <bruno@clisp.org>
24350
24351         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
24352         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
24353
24354 2002-12-17  Bruno Haible  <bruno@clisp.org>
24355
24356         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
24357         stdlib.h, string.h.
24358
24359 2002-12-17  Bruno Haible  <bruno@clisp.org>
24360
24361         * lib/canon-host.c (strdup): Remove unused declaration.
24362
24363         * lib/fsusage.c: Include full_read.h.
24364         (get_fs_usage): Use full_read instead of safe_read.
24365
24366         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
24367
24368 2002-12-12  Karl Berry  <karl@gnu.org>
24369
24370         * config/config.guess: update from prep.
24371
24372 2002-12-11  Bruno Haible  <bruno@clisp.org>
24373
24374         * m4/setenv.m4: New file, from gettext-0.11.5.
24375
24376 2002-12-11  Bruno Haible  <bruno@clisp.org>
24377
24378         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
24379         not unsetenv().
24380         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
24381         modifications:
24382
24383         2002-12-11  Bruno Haible  <bruno@clisp.org>
24384
24385                 * setenv.c (alloca): Fall back to malloc.
24386                 (freea): New macro.
24387                 (setenv): Use freea() to free memory allocated with alloca().
24388
24389         2002-11-13  Bruno Haible  <bruno@clisp.org>
24390
24391                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
24392                 function declarations.
24393                 * unsetenv.c (unsetenv): Likewise.
24394
24395         2002-03-04  Bruno Haible  <bruno@clisp.org>
24396
24397                 Portability to AIX 4.3.3.
24398                 * unsetenv.c: New file, extracted from setenv.c.
24399                 * setenv.c: Move the unsetenv() function to unsetenv.c.
24400
24401         2001-12-20  Bruno Haible  <bruno@clisp.org>
24402
24403                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
24404                 use malloc instead. For SunOS 4.
24405
24406         2001-12-11  Bruno Haible  <bruno@clisp.org>
24407
24408                 * setenv.c: Declare alloca.
24409                 (compar_fn_t): New typedef.
24410                 (KNOWN_VALUE, STORE_VALUE): Use it.
24411
24412         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
24413         setenv.h.
24414
24415 2002-12-10  Paul Eggert  <eggert@twinsun.com>
24416
24417         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
24418         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
24419         Choose values that are less likely to collide with system fnmatch
24420         options.
24421         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
24422         defined (e.g., a pure POSIX system).
24423         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
24424         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
24425
24426 2002-12-06  Paul Eggert  <eggert@twinsun.com>
24427
24428         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
24429         a pain in practice to deal with generated m4 files.  This change
24430         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
24431
24432         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
24433         and jm-glibc-io.m4, as they are no longer a special case.
24434         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
24435         kludge and the auto-generation stuff.  Check only whether the
24436         functions are declared, not whether they exist, since older hosts
24437         that don't declare the functions can't use the optimization anyway.
24438
24439 2002-12-06  Jim Meyering  <jim@meyering.net>
24440
24441         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
24442
24443         Merge in changes from libc's misc/error.c, in preparation
24444         for the merge of gnulib's changes back into libc.
24445
24446         * lib/error.c (_): Define only if not already defined.
24447         Move definition to follow all #include directives.
24448         Include unlocked-io.h only if !_LIBC.
24449         [_LIBC]: Include <libio/libioP.h>.
24450         [USE_IN_LIBIO]: Include <libio/iolibio.h>
24451         (fflush): Tweak definition to use INTUSE.
24452         (putc): Define.
24453
24454 2002-12-05  Paul Eggert  <eggert@twinsun.com>
24455
24456         * lib/alloca.c [defined emacs]: Include "lisp.h".
24457         (xalloc_die) [defined emacs]: New macro.
24458         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
24459         [! defined emacs]: Include <xalloc.h>.
24460         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
24461         (pointer): Typedef to POINTER_TYPE *.
24462         (malloc): Remove decl; we now always use xmalloc.
24463         (alloca): Use old-style definition, since Emacs needs this.
24464         Check for arithmetic overflow when computing combined size.
24465
24466 2002-12-04  Paul Eggert  <eggert@twinsun.com>
24467
24468         Do not generate unlocked-io.h automatically, since it's easier to
24469         maintain it by hand.
24470
24471         * lib/unlocked-io.h: New file, from GNU diffutils,
24472         but with proper copyright notice and attribution.
24473         * lib/gen-uio: Remove.
24474         * lib/Makefile.am: Add copyright notice.
24475         (libfetish_a_SOURCES): Add unlocked-io.h.
24476         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
24477         (DISTCLEANFILES, io_functions): Remove macros.
24478         (EXTRA_DIST): Remove gen_uio.
24479         (unlocked-io.h): Remove rule.
24480
24481 2002-12-04  Jim Meyering  <jim@meyering.net>
24482
24483         Reflect the fact that stat.c and lstat.c are no longer generated.
24484         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
24485         (DISTCLEANFILES): Likewise.
24486         (EXTRA_DIST): Likewise.
24487         (all_local): Don't depend on stat.c or lstat.c.
24488         (stat.c, lstat.c): Remove rules.
24489         (EXTRA_DIST): Remove xstat.in.
24490
24491         * lib/xstat.in: Remove file.  Contents moved into stat.c.
24492         * lib/stat.c: New file.  Contents mostly from xstat.in.
24493         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
24494         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
24495
24496         * lib/safe-read.c: Rework so that it may serve to define safe_write,
24497         too.
24498         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
24499
24500 2002-12-03  Jim Meyering  <jim@meyering.net>
24501
24502         * lib/safe-read.c, safe-write.c: Change variable names and comments,
24503         but not semantics, to minimize the differences between these two files.
24504         (safe_read): Change comment to mention SAFE_READ_ERROR.
24505
24506         * lib/safe-read.c (IS_EINTR): Define.
24507         (safe_read): Use IS_EINTR in place of in-function cpp directives.
24508
24509 2002-12-02  Jim Meyering  <jim@meyering.net>
24510
24511         * lib/safe-read.c (EINTR): Define.
24512         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
24513         (INT_MAX): Provide fallback.
24514         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
24515
24516         * lib/safe-read.h (SAFE_READ_ERROR): Define.
24517
24518 2002-12-02  Bruno Haible  <bruno@clisp.org>
24519
24520         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
24521         Define, taken from safe-read.c.
24522         (INT_MAX): Provide fallback.
24523         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
24524         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
24525
24526         * lib/safe-read.c (EINTR): Remove definition.
24527         (safe_read): Don't use EINTR if it is absent.
24528
24529 2002-12-01  Jim Meyering  <jim@meyering.net>
24530
24531         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
24532         zero.
24533         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
24534
24535 2002-11-27  Paul Eggert  <eggert@twinsun.com>
24536
24537         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
24538         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
24539         with `if (! (value < limit)) abort ();', for readability.
24540
24541 2002-11-26  Karl Berry  <karl@gnu.org>
24542
24543         * lib/strdup.c: copy from libc again, with jim's ok.
24544         * lib/.cppi-disable: re-add strdup.c
24545
24546 2002-11-25  Karl Berry  <karl@gnu.org>
24547
24548         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
24549         instead of "strtol.c".
24550
24551 2002-11-25  Karl Berry  <karl@gnu.org>
24552
24553         * config/install-sh: update from automake for variable quoting, $0 in
24554         error msgs, etc.
24555
24556         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
24557         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
24558         entry.
24559
24560 2002-11-25  Jim Meyering  <jim@meyering.net>
24561
24562         * lib/mktime.c: Sync from libc, now that it has the latest fix.
24563
24564 2002-11-24  Karl Berry  <karl@gnu.org>
24565
24566         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
24567         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
24568
24569 2002-11-24  Jim Meyering  <jim@meyering.net>
24570
24571         Update from coreutils:
24572
24573         * lib/mktime.c: Merge in changes from libc.
24574
24575         Avoid a link-time failure on some Linux systems.
24576         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
24577         (otherwise).
24578         (__mon_yday): Declare with the STATIC attribute.
24579         (__mktime_internal): Likewise.
24580         Based on a report from Greg Schafer.
24581
24582 2002-11-23  Jim Meyering  <jim@meyering.net>
24583
24584         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
24585         Use `unsigned', not `int', as type of index.
24586
24587         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
24588
24589         * lib/fsusage.c: Remove unneeded parentheses around operands of
24590         `defined'.
24591
24592 2002-11-22  Paul Eggert  <eggert@twinsun.com>
24593
24594         * lib/quotearg.h: Allow multiple inclusion by surrounding with
24595         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
24596         so that we can be included first.
24597         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
24598         * lib/quotearg.c: Include quotearg.h immediately after config.h.
24599         No need to include stddef.h or sys/types.h any more.
24600         Surround local include files with "", not "<>".
24601         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
24602         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
24603         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
24604         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
24605         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
24606         (ISPRINT): Remove; no longer needed now that we assume C89.
24607
24608         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
24609         Preserve errno.
24610
24611         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
24612         quotearg_char): Use SIZE_MAX rather than
24613         (size_t) -1 when we are talking about "infinity".
24614
24615         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
24616
24617 2002-11-22  Paul Eggert  <eggert@twinsun.com>
24618
24619         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
24620         hint that one should use `if (! x) abort ();' rather than `assert
24621         (x);', and anyway it's one less thing to worry about configuring.
24622         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
24623         hash_rehash, hash_insert): Use abort rather than assert.
24624
24625 2002-11-22  Bruno Haible  <bruno@clisp.org>
24626
24627         * lib/safe-read.h: Assume C89. Add comments.
24628         (safe_read): Change return type to size_t.
24629         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
24630         byte counts > SSIZE_MAX correctly.
24631         * lib/safe-write.h: New file.
24632         * lib/safe-write.c: New file.
24633         * lib/full-read.h: New file.
24634         * lib/full-read.c: New file.
24635         * lib/full-write.h: Assume C89. Add comments.
24636         * lib/full-write.c: Include safe-write.h.
24637         (full_write): Rewritten to use safe_write.
24638         Suggested by Jim Meyering and Paul Eggert.
24639
24640 2002-11-21  Jim Meyering  <jim@meyering.net>
24641
24642         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
24643
24644         Merge in changes from the coreutils.
24645
24646         2002-09-25  Paul Eggert  <eggert@twinsun.com>
24647         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
24648         <stdint.h>.
24649         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
24650         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
24651         int.  Work more efficiently if X is the same width as uintmax_t.
24652         Do not compare X to -1, to avoid bogus compiler warning.
24653         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
24654         Don't assume that f_frsize and f_bsize are the same type.
24655
24656         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
24657         warning on FreeBSD.
24658
24659         * lib/makepath.c (make_path): Restore umask *before* creating the final
24660         component.
24661         (make_path): Minor reformatting.
24662
24663         * lib/xmalloc.c: Adjust to work with new autoconf macros,
24664         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
24665         HAVE_MALLOC/HAVE_REALLOC.
24666
24667         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
24668         dummy ones.  At least on GNU/Linux systems, `auto' means something
24669         else.
24670         From Michael Stone.
24671
24672 2002-11-21  Bruno Haible  <bruno@clisp.org>
24673
24674         Remove case insensitive option matching.
24675         * lib/argmatch.h (argcasematch): Remove declaration.
24676         (ARGCASEMATCH): Remove macro.
24677         (__xargmatch_internal): Remove case_sensitive argument.
24678         (XARGMATCH): Update.
24679         (XARGCASEMATCH): Remove macro.
24680         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
24681         case_sensitive argument.
24682         (argcasematch): Remove function.
24683         (__xargmatch_internal): Remove case_sensitive argument.
24684         (main): Use XARGMATCH instead of XARGCASEMATCH.
24685
24686         * lib/xmalloc.c: Change compile-time error message. Add comment about
24687         required autoconf version.
24688
24689 2002-11-20  Paul Eggert  <eggert@twinsun.com>
24690
24691         Merge argmatch cleanups from Bison.  Assume C89.
24692
24693         * lib/argmatch.c: Include config.h here, not in argmatch.h.
24694         Include stdlib.h, for EXIT_FAILURE.
24695         Always include <string.h>, since we assume C89.
24696         (EXIT_FAILURE): Remove pre-C89 bug workaround.
24697         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
24698         Include <stddef.h> instead, since it's all we need for size_t.
24699         (PARAMS): Remove.  All uses removed.
24700         (ARRAY_CARDINALITY): Do not bother to #undef.
24701         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
24702         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
24703         Remove unnecessary parentheses.
24704         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
24705         Insert necessary parentheses.
24706         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
24707         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
24708
24709 2002-11-19  Bruno Haible  <bruno@clisp.org>
24710
24711         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
24712         * lib/mbswidth.h: Include <stddef.h>, for size_t.
24713
24714         * lib/mbswidth.h (PARAMS): Remove macro.
24715         (mbswidth, mbsnwidth): Use ANSI C function declarations.
24716         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
24717
24718         * lib/gcd.h (PARAMS): Remove macro.
24719         (gcd): Use ANSI C function declarations.
24720         * lib/gcd.c (gcd): Likewise.
24721
24722 2002-11-15  Bruno Haible  <bruno@clisp.org>
24723
24724         * lib/strcspn.c: Include <stddef.h>.
24725         (strcspn): Use ANSI C function declaration. Change return type to
24726         size_t. Use NULL.
24727         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
24728         (strpbrk): Use NULL.
24729         * lib/strpbrk.h (PARAMS): Remove macro.
24730         (strpbrk): Use ANSI C function declaration.
24731         * lib/strstr.c: Don't include <sys/types.h>.
24732         * lib/strstr.h (PARAMS): Remove macro.
24733         (strstr): Use ANSI C function declarations.
24734
24735 2002-11-14  Karl Berry  <karl@gnu.org>
24736
24737         * config/mkinstalldirs: `do' on separate line, instead of
24738         `for var; do'.
24739
24740 2002-11-06  Bruno Haible  <bruno@clisp.org>
24741
24742         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
24743         * lib/gcd.c (gcd): Likewise.
24744
24745 2002-11-05  Bruno Haible  <bruno@clisp.org>
24746
24747         * lib/gcd.h: New file, from gettext-0.11.5.
24748         * lib/gcd.c: New file, from gettext-0.11.5.
24749
24750 2002-11-05  Bruno Haible  <bruno@clisp.org>
24751
24752         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
24753         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
24754         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
24755         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
24756
24757         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
24758         <libintl.h>.
24759         * lib/makepath.c: Include gettext.h instead of <locale.h> and
24760         <libintl.h>.
24761
24762         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
24763         * lib/human.c: Include gettext.h instead of <libintl.h>.
24764         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
24765         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
24766         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
24767         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
24768         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
24769         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
24770         (textdomain): Remove definition.
24771         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
24772
24773         * lib/long-options.c: Remove include of <libintl.h> and definition of
24774         _.
24775         * lib/same.c: Remove include of <libintl.h> and definition of _.
24776
24777 2002-11-04  Owen Taylor  <otaylor@redhat.com>
24778
24779         * lib/config.charset: A few additions for Solaris.
24780
24781 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
24782
24783         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
24784         * lib/localcharset.c (locale_charset): Declare as extern "C".
24785
24786 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
24787
24788         * lib/config.charset: msdos in uk_UA uses CP1125.
24789
24790 2002-11-04  Bruno Haible  <bruno@clisp.org>
24791
24792         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
24793         * lib/strcase.h: New file, from GNU gettext-0.11.5.
24794         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
24795         * lib/strstr.h: New file, from GNU gettext-0.11.5.
24796         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
24797
24798 2002-11-04  Bruno Haible  <bruno@clisp.org>
24799
24800         * lib/localcharset.c (locale_charset): Don't return an empty string.
24801
24802 2002-11-04  Bruno Haible  <bruno@clisp.org>
24803
24804         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
24805         aliases.
24806
24807 2002-11-04  Bruno Haible  <bruno@clisp.org>
24808
24809         * lib/config.charset: Update for newest glibc. Add canonical names
24810         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
24811
24812 2002-11-04  Bruno Haible  <bruno@clisp.org>
24813
24814         * lib/config.charset: Add support for NetBSD.
24815
24816 2002-11-04  Bruno Haible  <bruno@clisp.org>
24817
24818         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
24819
24820 2002-11-01  Bruno Haible  <bruno@clisp.org>
24821
24822         * configure.in: Add AC_CONFIG_AUX_DIR call.
24823         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
24824         test/Makefile.
24825         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
24826
24827 2002-09-28  Karl Berry  <karl@gnu.org>
24828
24829         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
24830         installed automake until the next release, since changes have been
24831         made.
24832
24833 2002-09-25  Karl Berry  <karl@gnu.org>
24834
24835         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
24836         * lib/getopt*: copy from libc/posix.
24837         * lib/gettext.h: copy from gettext.
24838         * lib/.cppi-disable: add strdup.c, gettext.h.
24839
24840 2002-09-25  Karl Berry  <karl@gnu.org>
24841
24842         * config/srclist.txt: enable gettext.h check.
24843         * config/config.{guess,sub}: update from prep.
24844         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
24845                 from automake 1.6.3.
24846         See srclist*.
24847
24848 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
24849
24850         * regex.c (PATFETCH): Remove the translating fetch.
24851         (PATFETCH_RAW): Rename to PATFETCH.
24852         (set_image_of_range): New fun.
24853         (SET_RANGE_TABLE_WORK_AREA): Use it.
24854         (regex_compile): Don't translate the pattern chars so eagerly.
24855         Only do it when inserting an `exactn' bytecode or when handling
24856         a char-range.
24857         (mutually_exclusive_p): Avoid empty statement.
24858
24859 2002-07-06  Jim Meyering  <meyering@lucent.com>
24860
24861         * m4/README: Don't mention Makefile.am.in.
24862         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
24863
24864 2002-07-01  Jim Meyering  <meyering@lucent.com>
24865
24866         * lib/c-stack.c: Include sys/time.h.
24867         From Volker Borchert.
24868
24869 2002-06-26  Paul Eggert  <eggert@twinsun.com>
24870
24871         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
24872
24873 2002-06-26  Paul Eggert  <eggert@twinsun.com>
24874
24875         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
24876         New macro.  Use it uniformly instead of
24877         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
24878         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
24879         reported by Vin Shelton.
24880
24881 2002-06-22  Paul Eggert  <eggert@twinsun.com>
24882
24883         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
24884         Do not assume SA_SIGINFO behavior.
24885         Bug reported by Jim Meyering on NetBSD 1.5.2.
24886
24887 2002-06-22  Jim Meyering  <meyering@lucent.com>
24888
24889         * m4/c-stack.m4: New file, from diffutils-2.8.2.
24890         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
24891
24892         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
24893         now that configure.ac uses AC_GNU_SOURCE.
24894         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
24895         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
24896
24897         Update to latest tools.  Suggestions from Paul Eggert.
24898         * m4/stdbool.m4: New file, from diffutils-2.8.2.
24899         * m4/gnu-source.m4: Update from diffutils-2.8.2.
24900         * m4/fnmatch.m4: Likewise.
24901         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
24902         to AC_HEADER_STDBOOL
24903
24904 2002-06-22  Jim Meyering  <meyering@lucent.com>
24905
24906         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
24907         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
24908
24909 2002-06-22  Jim Meyering  <meyering@lucent.com>
24910
24911         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
24912
24913         * lib/exitfail.c, exitfail.h: Likewise.
24914         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
24915
24916         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
24917         of fnmatch.h.
24918         (EXTRA_DIST): Add fnmatch_loop.c.
24919         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
24920
24921         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
24922         * lib/fnmatch.c: Update from diffutils-2.8.2.
24923         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
24924         * lib/fnmatch.h: Remove file.
24925
24926 2002-06-21  Jim Meyering  <meyering@lucent.com>
24927
24928         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
24929         * m4/mbrtowc.m4: Likewise.
24930
24931         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
24932         * m4/mbswidth.m4: Reflect name change:
24933         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
24934         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
24935
24936         * m4/lib-link.m4: Update from gettext-0.11.2.
24937         * m4/gettext.m4: Likewise.
24938
24939         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
24940         From Alfred M. Szmidt.
24941
24942 2002-06-18  Paul Eggert  <eggert@twinsun.com>
24943
24944         * lib/file-type.h: Report an error if neither S_ISREG nor
24945         S_IFREG is defined, instead of using a test specific to glibc
24946         2.2.  This should be safe, since POSIX requires S_ISREG and
24947         Unix Version 7 had S_IFREG.  We don't need to check for
24948         <sys/types.h> since we don't use any symbols that it defines.
24949
24950 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
24951
24952         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
24953         $@-t, so that each temporary file name is unique and valid in the first
24954         8 characters, for operation under DOS.
24955
24956 2002-06-15  Paul Eggert  <eggert@twinsun.com>
24957
24958         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
24959
24960 2002-06-15  Jim Meyering  <meyering@lucent.com>
24961
24962         Work even with DJGPP 2.03, which lacks support for symlinks.
24963         From Richard Dawe.
24964         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
24965         is defined.
24966         * lib/lchown.c (S_ISLNK): Likewise.
24967
24968 2002-06-15  Jim Meyering  <meyering@lucent.com>
24969
24970         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
24971         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
24972         have been included before this file.
24973
24974 2002-06-14  Jim Meyering  <meyering@lucent.com>
24975
24976         * lib/file-type.h: Use the version from diffutils-2.8.2.
24977         * lib/file-type.c: Likewise.
24978
24979 2002-06-07  Jim Meyering  <meyering@lucent.com>
24980
24981         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
24982         They're needed at least for NetBSD 1.5.2.
24983         ($statxfs_includes): Include those same headers.
24984         ($statxfs_includes): Include sys/vfs.h if available.
24985         ($statxfs_includes): Likewise for sys/statvfs.h.
24986         Check for the following members in both structs statfs and statvfs:
24987         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
24988
24989 2002-06-01  Jim Meyering  <meyering@lucent.com>
24990
24991         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
24992         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
24993
24994 2002-05-28  Jim Meyering  <meyering@lucent.com>
24995
24996         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
24997         Reported by Volker Borchert.
24998
24999 2002-05-27  Jim Meyering  <meyering@lucent.com>
25000
25001         Fix a problem seen only on nonconforming systems whereby ls.c's
25002         use of localtime, and then of gettimeofday would cause trouble:
25003         the localtime call used to initialize rpl_gettimeofday's save
25004         mechanism would clobber ls's current local time information so
25005         that in any long listing the first file would always be listed
25006         with date 1970-01-01.  Analysis by Volker Borchert.
25007
25008         * lib/gettimeofday.c (localtime): Undefine.
25009         (rpl_localtime): New function.
25010
25011 2002-05-27  Jim Meyering  <meyering@lucent.com>
25012
25013         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
25014         localtime.
25015
25016         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
25017         use the replacement function; it wouldn't resolve at link time.
25018         Reported by Volker Borchert.
25019
25020 2002-05-22  Jim Meyering  <meyering@lucent.com>
25021
25022         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
25023         file-type.h.
25024         * lib/file-type.h: New file.
25025         * lib/file-type.c (file_type): New file/function.  Extracted from
25026         diffutils.
25027
25028 2002-04-30  Jim Meyering  <meyering@lucent.com>
25029
25030         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
25031
25032 2002-04-29  Paul Eggert  <eggert@twinsun.com>
25033
25034         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
25035
25036 2002-04-29  Paul Eggert  <eggert@twinsun.com>
25037
25038         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
25039         Do not check for alloca.h (no longer used) or stdbool.h (was never
25040         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
25041
25042 2002-04-29  Paul Eggert  <eggert@twinsun.com>
25043
25044         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
25045
25046 2002-04-29  Jim Meyering  <meyering@lucent.com>
25047
25048         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
25049         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
25050         Use AC_FUNC_STRNLEN here instead.
25051
25052         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
25053         With autoconf-2.53a, it's part of AC_PROG_CC.
25054
25055 2002-04-28  Paul Eggert  <eggert@twinsun.com>
25056
25057         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
25058         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
25059
25060 2002-04-28  Paul Eggert  <eggert@twinsun.com>
25061
25062         * lib/sig2str.h, lib/sig2str.c: New files.
25063         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
25064
25065 2002-04-28  Paul Eggert  <eggert@twinsun.com>
25066
25067         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
25068         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
25069         of 127, since 64 is the largest conceivable number for ancient
25070         nonstandard hosts.
25071         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
25072
25073 2002-04-28  Jim Meyering  <meyering@lucent.com>
25074
25075         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
25076
25077 2002-04-24  Jim Meyering  <meyering@lucent.com>
25078
25079         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
25080         (jm_PREREQ): Use it.
25081
25082         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
25083         mach/mach.h fcntl.h.
25084         Check for this function: setlocale.
25085
25086 2002-04-24  Jim Meyering  <meyering@lucent.com>
25087
25088         * lib/gettext.h: New file, from Gettext.
25089         * lib/Makefile.am (INCLUDES): Remove -I../intl.
25090         (libfetish_a_SOURCES): Add gettext.h.
25091
25092 2002-04-16  Jim Meyering  <meyering@lucent.com>
25093
25094         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
25095         ut_pid, ut_id, ut_exit.
25096
25097 2002-04-16  Jim Meyering  <meyering@lucent.com>
25098
25099         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
25100         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
25101         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
25102
25103 2002-04-12  Jim Meyering  <meyering@lucent.com>
25104
25105         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
25106         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
25107         existence of the getmntinfo function.  Needed for Darwin 5.3.
25108
25109         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
25110         This is necessary at least on Darwin 5.3.
25111
25112         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
25113         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
25114         strnlen.o in the library, and that makes some versions of ranlib
25115         object.
25116
25117 2002-04-12  Jim Meyering  <meyering@lucent.com>
25118
25119         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
25120
25121 2002-04-09  Jim Meyering  <meyering@lucent.com>
25122
25123         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
25124         to be more precise.  Rather than saying we're checking whether the
25125         function `works', say what we're testing.
25126         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
25127         Reported by Bruno Haible.
25128
25129 2002-03-10  Jim Meyering  <meyering@lucent.com>
25130
25131         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
25132         Suggestion from Santiago Vila.
25133
25134 2002-03-08  Jim Meyering  <meyering@lucent.com>
25135
25136         * lib/rename.c: Mention that this wrapper is needed also on
25137         mips-dec-ultrix4.4 systems.
25138
25139 2002-03-02  Jim Meyering  <meyering@lucent.com>
25140
25141         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
25142         not HAVE_CLOCK_SETTIME.
25143
25144 2002-02-27  Paul Eggert  <eggert@twinsun.com>
25145
25146         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
25147         Check for clock_settime.
25148
25149 2002-02-27  Paul Eggert  <eggert@twinsun.com>
25150
25151         * lib/nanosleep.h: Rename to....
25152         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
25153
25154         * lib/gettime.c: New file.
25155         * lib/settime.c: New file.
25156         * lib/stime.c: Remove.
25157
25158         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
25159         timespec.h.  Remove nanosleep.h.
25160
25161 2002-02-25  Paul Eggert  <eggert@twinsun.com>
25162
25163         * m4/acl.m4: New file.
25164         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
25165         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
25166
25167 2002-02-25  Paul Eggert  <eggert@twinsun.com>
25168
25169         * lib/acl.c, lib/acl.h: New files.
25170         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
25171
25172 2002-02-24  Jim Meyering  <meyering@lucent.com>
25173
25174         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
25175         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
25176         cause trouble.  Reported by Nelson Beebe.
25177
25178 2002-02-23  Paul Eggert  <eggert@twinsun.com>
25179
25180         * lib/path-concat.c (xpath_concat): Reorder code to pacify
25181         compilers that don't know that xalloc_die never returns.
25182
25183 2002-02-20  Jim Meyering  <meyering@lucent.com>
25184
25185         * lib/getdate.c: Regenerate using bison-1.33.
25186
25187 2002-02-17  Jim Meyering  <meyering@lucent.com>
25188
25189         * config/config.guess (main): Don't use `head -1'; it's no longer
25190         portable. Use `sed 1q' instead.
25191
25192 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
25193
25194         * m4/codeset.m4: Upgrade to gettext-0.11.
25195         * m4/gettext.m4: Upgrade to gettext-0.11.
25196         * m4/glibc21.m4: Upgrade to gettext-0.11.
25197         * m4/iconv.m4: Upgrade to gettext-0.11.
25198         * m4/isc-posix.m4: Upgrade to gettext-0.11.
25199         * m4/lcmessage.m4: Upgrade to gettext-0.11.
25200         * m4/lib-ld.m4: New file, from gettext-0.11.
25201         * m4/lib-link.m4: New file, from gettext-0.11.
25202         * m4/lib-prefix.m4: New file, from gettext-0.11.
25203         * m4/progtest.m4: Upgrade to gettext-0.11.
25204
25205 2002-02-15  Paul Eggert  <eggert@twinsun.com>
25206
25207         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
25208         (jm_PREREQ): Use it.
25209
25210 2002-02-15  Paul Eggert  <eggert@twinsun.com>
25211
25212         * lib/posixver.c, lib/posixver.h: New files.
25213         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
25214
25215 2002-02-02  Paul Eggert  <eggert@twinsun.com>
25216             Bruno Haible  <bruno@clisp.org>
25217
25218         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
25219         (fwrite_success_callback): New declaration.
25220         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
25221         print_unicode_char. Call failure callback instead of error.
25222         (fwrite_success_callback): New function.
25223         (exit_failure_callback): New function.
25224         (fallback_failure_callback): New function.
25225         (print_unicode_char): Call unicode_to_mb.
25226
25227 2002-01-26  Jim Meyering  <meyering@lucent.com>
25228
25229         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
25230         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
25231
25232 2002-01-26  Jim Meyering  <meyering@lucent.com>
25233
25234         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
25235
25236 2002-01-22  Paul Eggert  <eggert@twinsun.com>
25237
25238         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
25239
25240 2002-01-22  Jim Meyering  <meyering@lucent.com>
25241
25242         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
25243         Otherwise, some versions of automake would omit the rule that makes
25244         Makefile from Makefile.in.
25245
25246 2002-01-21  Paul Eggert  <eggert@twinsun.com>
25247
25248         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
25249         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
25250         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
25251         (memcoll): Set errno to zero if there is no error.
25252
25253         * lib/quotearg.c (quotearg_buffer_restyled):
25254         Fix bug with quoting buffers containing NUL when backslashing escapes.
25255         This bug was exposed by the other changes in this patch.
25256         (quotearg_n_options): New arg ARGSIZE.
25257         All callers changed.
25258         (quoting_options_from_style): New function.
25259         (quotearg_n_style): Use it.
25260         (quotearg_n_style_mem): New function.
25261
25262         * lib/quotearg.h (quotearg_n_style_mem): New function.
25263
25264 2002-01-19  Jim Meyering  <meyering@lucent.com>
25265
25266         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
25267         Remove useless quotes: DF_PROG="df".
25268         * m4/strnlen.m4: New file.
25269
25270 2002-01-16  Paul Eggert  <eggert@twinsun.com>
25271
25272         * lib/backupfile.c (ISDIGIT): Comment fix.
25273         * lib/getdate.y (ISDIGIT): Likewise.
25274         * lib/posixtm.c (ISDIGIT, year): Likewise.
25275         * lib/strverscmp.c (ISDIGIT): Likewise.
25276         * lib/userspec.c (ISDIGIT): Likewise.
25277
25278 2002-01-16  Jim Meyering  <meyering@lucent.com>
25279
25280         * lib/getdate.y: Add three semicolons, each just before a closing
25281         brace. Bison (as of version 1.31) no longer papers over that mistake.
25282
25283 2002-01-05  Jim Meyering  <meyering@lucent.com>
25284
25285         * lib/version-etc.c (version_etc_copyright): Update copyright year.
25286
25287 2001-12-19  Paul Eggert  <eggert@twinsun.com>
25288
25289         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
25290         not silently exit merely because the output buffer happens to
25291         have nothing pending.
25292
25293 2001-12-18  Paul Eggert  <eggert@twinsun.com>
25294
25295         See the big note in ../ChangeLog.
25296         * lib/human.c (suffixes): Prefer K to k for 1024.
25297         (generate_suffix_backwards): New function.
25298         (human_readable_inexact): Use it.
25299         * lib/xstrtol.c (__xstrtol): If there is no number but there
25300         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
25301         Accept 'K' as well as 'k'.
25302
25303 2001-12-15  Jim Meyering  <meyering@lucent.com>
25304
25305         * lib/regex.h (__restrict_arr): Update from libc.
25306
25307         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
25308         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
25309         (STREQ): Define.
25310
25311 2001-12-14  Jim Meyering  <meyering@lucent.com>
25312
25313         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
25314         Suggestion from Bruno Haible.
25315
25316 2001-12-10  Jim Meyering  <meyering@lucent.com>
25317
25318         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
25319         xrealloc, Instead, include "xalloc.h".
25320         (initbuffer): Don't cast xmalloc return value to char*.
25321         (readline): Reword comment.
25322         Don't cast xrealloc return value to char*
25323         Return NULL, not 0.
25324
25325 2001-12-09  Jim Meyering  <meyering@lucent.com>
25326
25327         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
25328         about `signed and unsigned type in conditional expression'.
25329         * lib/posixtm.c (posix_time_parse): Likewise.
25330
25331         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
25332
25333         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
25334         to avoid a pedantic warning.
25335
25336         * lib/getstr.c: Don't include assert.h.
25337         (getstr): Remove warning-evoking assertions.
25338         Return -1 if offset parameter is out of bounds.
25339         Change the type of a local from int to size_t.
25340
25341         * lib/strftime.c (my_strftime_localtime_r): Include this function
25342         definition in the `#if ! HAVE_TM_GMTOFF' block.
25343
25344         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
25345         Include xalloc.h instead.
25346
25347 2001-12-02  Jim Meyering  <meyering@lucent.com>
25348
25349         * lib/tempname.c: Don't declare getenv, thus reverting the change of
25350         2001-11-18.  It's no longer necessary, now that stdlib.h is always
25351         included.
25352
25353         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
25354         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
25355
25356 2001-11-30  Akim Demaille  <akim@epita.fr>
25357
25358         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
25359         before being defined.
25360
25361 2001-11-27  Paul Eggert  <eggert@twinsun.com>
25362
25363         * lib/quotearg.h (quotearg_n, quotearg_n_style):
25364         First arg is int, not unsigned.
25365         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
25366         (SIZE_MAX, UINT_MAX): New macros.
25367         (quotearg_n_options): Abort if N is negative.
25368         Avoid overflow check on hosts where size_t is 64 bits and int
25369         is 32 bits, as overflow is impossible there.
25370         Fix off-by-one typo that caused unnecessary reallocation.
25371
25372 2001-11-27  Jim Meyering  <meyering@lucent.com>
25373
25374         * lib/tempname.c: Merge with version from libc.
25375         * lib/regex.c: Likewise.
25376
25377         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
25378         systems for which STDC_HEADERS is 0, it was not included, resulting in
25379         a warning about an integer-to-pointer conversion problem with getenv.
25380         Reported by Volker Borchert.
25381
25382 2001-11-26  Jim Meyering  <meyering@lucent.com>
25383
25384         * lib/gtod.h: Remove file.
25385         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
25386         * lib/gettimeofday.c: Don't include gtod.h.
25387         (GTOD_init): Remove function.
25388         (rpl_gettimeofday): Do its job here instead, rather than aborting.
25389         Suggestion from Volker Borchert.
25390
25391 2001-11-23  Jim Meyering  <meyering@lucent.com>
25392
25393         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
25394         it.
25395         * lib/hash.c (struct hash_table): Define it here instead.
25396
25397 2001-11-22  Jim Meyering  <meyering@lucent.com>
25398
25399         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
25400
25401 2001-11-20  Jim Meyering  <meyering@lucent.com>
25402
25403         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
25404         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
25405
25406 2001-11-19  Jim Meyering  <meyering@lucent.com>
25407
25408         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
25409         directory.  Use "conftestXXXXXX" as the template.
25410         Suggestion from Paul Eggert.
25411
25412         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
25413         immediately, so the test doesn't mistakenly hit the max-open-files
25414         limit.
25415
25416 2001-11-18  Paul Eggert  <eggert@twinsun.com>
25417
25418         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
25419         (TEMPORARIES): New macro.
25420         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
25421         removes an artificial limitation (e.g. HP-UX 10.20, where
25422         TMP_MAX is 17576).
25423
25424 2001-11-18  Jim Meyering  <meyering@lucent.com>
25425
25426         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
25427
25428 2001-11-18  Jim Meyering  <meyering@lucent.com>
25429
25430         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
25431         on SunOS 4.
25432
25433         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
25434         files will be created before anything else.
25435
25436 2001-11-17  Paul Eggert  <eggert@twinsun.com>
25437
25438         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
25439         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
25440
25441 2001-11-17  Jim Meyering  <meyering@lucent.com>
25442
25443         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
25444         Prompted by a report from Bob Proulx.
25445
25446         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
25447         Instead, require UTILS_FUNC_MKSTEMP.
25448
25449 2001-11-17  Jim Meyering  <meyering@lucent.com>
25450
25451         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
25452         Now, that's done as part of AC_FUNC_STRTOD.
25453
25454 2001-11-17  Jim Meyering  <meyering@lucent.com>
25455
25456         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
25457         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
25458         rather than group writable.  Patch by Juan F. Codagnone.
25459
25460         * lib/readtokens.c: Remove explicit declarations of xmalloc and
25461         xrealloc, Instead, include "xalloc.h".
25462
25463         * lib/mountlist.c: Include unlocked-io.h after all system headers.
25464         Remove explicit declarations of xmalloc, xrealloc,
25465         and xstrdup.  Instead, include "xalloc.h".
25466
25467         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
25468         unlocked-io.h.
25469         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
25470         Likewise.
25471         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
25472
25473         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
25474         Reported by Padraig Brady.
25475
25476         * lib/mkstemp.c: #undef mkstemp.
25477         Include config.h.
25478         (rpl_mkstemp): Rename from mkstemp.
25479         Protoize.
25480
25481 2001-11-16  Jim Meyering  <meyering@lucent.com>
25482
25483         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
25484         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
25485         determine the amount of total physical memory, use pstat_getstatic.
25486         HPUX-11 doesn't define _SC_PHYS_PAGES.
25487         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
25488         If sysconf couldn't be used to determine the amount of available
25489         physical memory, use both pstat_getstatic and pstat_getdynamic.
25490         Based on a patch from Bob Proulx.
25491
25492 2001-11-10  Jim Meyering  <meyering@lucent.com>
25493
25494         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
25495         (jm_PREREQ): Use it.
25496
25497 2001-11-09  Jim Meyering  <meyering@lucent.com>
25498
25499         * m4/jm-macros.m4: Require autoconf-2.52f.
25500         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
25501         Use these AC_-prefixed names, not the AM_-prefixed ones.
25502
25503         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
25504
25505 2001-11-05  Jim Meyering  <meyering@lucent.com>
25506
25507         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
25508
25509 2001-11-04  Jim Meyering  <meyering@lucent.com>
25510
25511         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
25512         $DEFS.
25513
25514 2001-11-03  Jim Meyering  <meyering@lucent.com>
25515
25516         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
25517         of AC_DEFUN.
25518
25519         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
25520         know the name of the variable in the macro definition.
25521
25522 2001-11-03  Jim Meyering  <meyering@lucent.com>
25523
25524         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
25525         in argmatch_to_argument call.
25526
25527         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
25528         argument.
25529
25530         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
25531         e.g., a fault due to an attempt to free a NULL pointer.
25532
25533 2001-11-01  Jim Meyering  <meyering@lucent.com>
25534
25535         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
25536         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
25537
25538 2001-11-01  Jim Meyering  <meyering@lucent.com>
25539
25540         * lib/dirfd.c, lib/dirfd.h: New files.
25541         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
25542
25543         * lib/hash.c (hash_print) [TESTING]: Clean up.
25544
25545 2001-10-22  Paul Eggert  <eggert@twinsun.com>
25546
25547         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
25548         to avoid a warning if -Wall.
25549
25550 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
25551
25552         * README: New file
25553         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
25554         (per RMS's instructions, this is now the canonical source)
25555         * lgpl/, gpl/: New directories.
25556
25557 2001-10-21  Paul Eggert  <eggert@twinsun.com>
25558
25559         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
25560
25561 2001-10-21  Jim Meyering  <meyering@lucent.com>
25562
25563         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
25564         this code would end up calling gettext even in packages built
25565         with --disable-nls.
25566         * lib/getopt.c (_): Likewise.
25567         * lib/regex.c (_): Likewise.
25568
25569 2001-10-20  Paul Eggert  <eggert@twinsun.com>
25570
25571         * m4/error.m4 (jm_PREREQ_ERROR):
25572         Do not invoke AC_CHECK_FUNCS with strerror_r, as
25573         AC_FUNC_STRERROR_R does that.
25574         Check for strerror declaration.
25575
25576         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
25577         are supposed to have them these days.
25578         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
25579         Merge changes from latest Autoconf CVS.
25580         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
25581         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
25582         POSIX decided to standardize on the int flavor of strerror_r.
25583
25584 2001-10-20  Paul Eggert  <eggert@twinsun.com>
25585
25586         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
25587         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
25588         Use strerror_r that is only a macro, even if it is not a function.
25589         (strerror): Check for HAVE_DECL_STRERROR before declaring.
25590         (private_strerror): Use prototypes, not old-style function definition.
25591         (print_errno_message): New function.
25592         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
25593         char*-flavored one.
25594         (error_tail, error, error_at_line): Use it.
25595
25596 2001-10-11  Jim Meyering  <meyering@lucent.com>
25597
25598         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
25599         and quote_n (1, ... to avoid clobbering a buffer.
25600
25601 2001-10-05  Jim Meyering  <meyering@lucent.com>
25602
25603         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
25604         hash-pjw.h.
25605         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
25606         * lib/hash-pjw.h: New file.
25607
25608 2001-09-30  Jim Meyering  <meyering@lucent.com>
25609
25610         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
25611         `struct fsstat' has the `f_fstypename' member.
25612         Use that to define FS_TYPE, which is now used to make
25613         the getfsstat link test tighter.
25614
25615 2001-09-30  Jim Meyering  <meyering@lucent.com>
25616
25617         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
25618         Include <sys/ucred.h>, for Apple Darwin.
25619         Include sys/mount.h and sys/fs_types.h only if available.
25620         (FS_TYPE): Define.
25621         (read_filesystem_list): Use FS_TYPE.
25622
25623 2001-09-29  Paul Eggert  <eggert@twinsun.com>
25624
25625         * lib/exclude.c (excluded_filename): 0 -> false, since it's
25626         a boolean context.
25627
25628 2001-09-29  Jim Meyering  <meyering@lucent.com>
25629
25630         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
25631         [one-argument getmntent function]): Include stdio.h before mntent.h.
25632         SunOS 4.1.x needs it for the declaration of `FILE'.
25633         Patch by Volker Borchert.
25634
25635         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
25636         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
25637         sys/fs_types.h, and make the link-test for getfsstat guard #include
25638         directives with appropriate #if HAVE_*_H tests so that we can
25639         detect getfsstat on Apple Darwin1.3.7 systems.
25640         Reported by Nelson Beebe.
25641         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
25642
25643 2001-09-28  Paul Eggert  <eggert@twinsun.com>
25644
25645         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
25646         #defines strtoimax.  Also treat the other strto* functions
25647         like strtoimax.
25648
25649         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
25650         Check for strtoul and strtoumax,
25651         as those declarations are made even in the signed case.
25652         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
25653         Likewise, for strtol and strtoimax.
25654
25655 2001-09-28  Paul Eggert  <eggert@twinsun.com>
25656
25657         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
25658         #defines strtoimax.  Also treat the other strto* functions
25659         like strtoimax.
25660
25661         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
25662         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
25663         (strtoimax, strtoumax): Do not declare if already defined as a macro.
25664
25665 2001-09-26  Jim Meyering  <meyering@lucent.com>
25666
25667         Most macros in unlocked-io.h had the wrong number of arguments.
25668         * lib/gen-uio: New script.
25669         (USE_UNLOCKED_IO): Define to 1 if not already defined.
25670         * lib/unlocked-io.hin: Remove file.
25671         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
25672         rather than trying to embed it here.
25673         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
25674         Reported by Padraig Brady.
25675
25676 2001-09-25  Volker Borchert  <bt@teknon.de>
25677
25678         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
25679         `result'.
25680
25681 2001-09-24  Jim Meyering  <meyering@lucent.com>
25682
25683         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
25684
25685 2001-09-23  Jim Meyering  <meyering@lucent.com>
25686
25687         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
25688         instead of the mere test for existence of mntent.h.  The latter
25689         would get a false-positive on AIX 3.4 systems.
25690         In the outer getmntent if-block, don't die if neither of the getmntent
25691         tests succeeds.  Instead, just fall through and continue with the
25692         remaining tests.
25693
25694 2001-09-23  Jim Meyering  <meyering@lucent.com>
25695
25696         * lib/mountlist.c: Remove useless parentheses in #if directives.
25697         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
25698         the deprecated MOUNTED symbol is no longer defined in mntent.h.
25699
25700 2001-09-22  Jim Meyering  <meyering@lucent.com>
25701
25702         * m4/gettext.m4: New file.  From gettext.
25703         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
25704         * m4/progtest.m4: Likewise
25705         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
25706         * m4/glibc21.m4: Likewise.
25707
25708         * m4/libintl.m4: Remove.  No longer used.
25709
25710 2001-09-22  Jim Meyering  <meyering@lucent.com>
25711
25712         * lib/localcharset.c: Update from latest gettext.
25713         * lib/config.charset: Likewise.
25714
25715 2001-09-20  Jim Meyering  <meyering@lucent.com>
25716
25717         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
25718         strtoimax.
25719         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
25720         strtoumax.
25721
25722 2001-09-20  Jim Meyering  <meyering@lucent.com>
25723
25724         * lib/xstrtol.c (strtoimax): Guard declaration with
25725         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
25726         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
25727         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
25728         (strtoumax): Likewise, for completeness (it wasn't necessary).
25729
25730 2001-09-17  Paul Eggert  <eggert@twinsun.com>
25731
25732         * lib/strtoimax.c (HAVE_LONG_LONG):
25733         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
25734         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
25735         to work around bug in IBM C compiler.
25736
25737 2001-09-17  Jim Meyering  <meyering@lucent.com>
25738
25739         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
25740         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
25741         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
25742         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
25743         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
25744         whenever the right hand side need not be expanded by the shell.
25745
25746 2001-09-16  Paul Eggert  <eggert@twinsun.com>
25747
25748         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
25749         library.  It's not correct, as some older glibcs are buggy.
25750         fnmatch wasn't fixed until glibc 2.2.
25751
25752         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
25753         special shell magic here.
25754
25755 2001-09-16  Jim Meyering  <meyering@lucent.com>
25756
25757         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
25758         * m4/jm-macros.m4: Require it.
25759
25760 2001-09-16  Jim Meyering  <meyering@lucent.com>
25761
25762         * lib/mkdir.c: New file.
25763
25764 2001-09-15  Jim Meyering  <meyering@lucent.com>
25765
25766         * m4/jm-macros.m4: Check for help2man.
25767
25768 2001-09-11  Jim Meyering  <meyering@lucent.com>
25769
25770         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
25771         The body, by Paul Eggert, was moved here from configure.in.
25772         * m4/jm-macros.m4: Require UTILS_HOST_OS.
25773
25774 2001-09-04  Paul Eggert  <eggert@twinsun.com>
25775
25776         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
25777         (jm_PREREQ): Use it.
25778
25779 2001-09-04  Paul Eggert  <eggert@twinsun.com>
25780
25781         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
25782         Use ssize_t, not int, to store result of readlink.
25783         Check for ssize_t overflow as well as size_t overflow,
25784         as POSIX says the result of readlink is implementation-defined
25785         when ssize_t overflows.
25786         Remove unnecessary cast to char*.
25787         Use free+malloc instead of realloc, as the storage doesn't need
25788         to be preserved and it's clearer and can be more efficient that way.
25789         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
25790         * lib/xreadlink.h (xreadlink): Update prototype.
25791
25792 2001-09-04  Paul Eggert  <eggert@twinsun.com>
25793
25794         * lib/xgetcwd.c: Revert some of the previous change; intead,
25795         fix the HAVE_GETCWD_NULL code to behave more like the
25796         !HAVE_GETCWD_NULL code used to.
25797
25798         Include "xalloc.h".
25799         (xgetcwd): Do not return NULL when memory is exhausted; instead,
25800         invoke xalloc_die.
25801
25802 2001-09-03  Paul Eggert  <eggert@twinsun.com>
25803
25804         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
25805         sys/param.h, as pathmax.h includes them.
25806
25807 2001-09-03  Paul Eggert  <eggert@twinsun.com>
25808
25809         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
25810         (jm_PREREQ_XGETCWD): New macro.
25811
25812         * m4/getcwd.m4: New file.
25813
25814 2001-09-03  Paul Eggert  <eggert@twinsun.com>
25815
25816         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
25817         like the HAVE_GETCWD_NULL code.
25818         Include pathmax.h if not HAVE_GETCWD.
25819         Do not include xalloc.h.
25820         (INITIAL_BUFFER_SIZE): New symbol.
25821         Do not use xmalloc / xrealloc, since the caller is responsible for
25822         handling errors.  Preserve errno around `free' during failure.
25823         Do not overrun buffer when using getwd.
25824
25825 2001-09-03  Paul Eggert  <eggert@twinsun.com>
25826
25827         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
25828         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
25829         getcwd (NULL, 0).
25830
25831 2001-09-03  Paul Eggert  <eggert@twinsun.com>
25832
25833         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
25834         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
25835         spotted by Jim Meyering.
25836
25837 2001-09-03  Jim Meyering  <meyering@lucent.com>
25838
25839         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
25840         failure.
25841
25842 2001-09-02  Jim Meyering  <meyering@lucent.com>
25843
25844         * lib/error.c: Update from GNU libc.
25845
25846 2001-09-01  Jim Meyering  <meyering@lucent.com>
25847
25848         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
25849         Used by df.
25850
25851 2001-09-01  Jim Meyering  <meyering@lucent.com>
25852
25853         * lib/xreadlink.c: New file.
25854         * lib/xreadlink.h: New file.
25855         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
25856         xreadlink.h.
25857
25858         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
25859         doesn't conflict with sparc Solaris 7's definition in
25860         /usr/include/sys/int_types.h.
25861
25862         * lib/exclude.c: Use `""', not `<>' to #include non-system header
25863         files.
25864         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
25865         and strncasecmp as r-values.  Unixware didn't have declarations.
25866
25867 2001-08-31  Paul Eggert  <eggert@twinsun.com>
25868
25869         * lib/xstrtol.h: Add copyright notice.
25870         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
25871         LONGINT_INVALID_SUFFIX_CHAR.
25872
25873 2001-08-31  Paul Eggert  <eggert@twinsun.com>
25874
25875         * lib/xstrtol.c (strtoimax): New decl.
25876
25877 2001-08-31  Paul Eggert  <eggert@twinsun.com>
25878
25879         * lib/xgetcwd.c: Don't include pathmax.h.
25880         Include stdlib.h and unistd.h if available.
25881         Include xalloc.h.
25882         (xmalloc, xstrdup, free): Remove decls.
25883         (xgetcwd): Don't assume sizes fit in unsigned.
25884         Check for overflow when computing sizes.
25885         Simplify reallocation code.
25886
25887 2001-08-31  Paul Eggert  <eggert@twinsun.com>
25888
25889         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
25890         a directory's st_size can have an arbitrary value, so the old
25891         usage could waste an arbitrary amount of memory.  All uses
25892         changed.
25893         * lib/savedir.h: Update prototype.
25894
25895 2001-08-31  Paul Eggert  <eggert@twinsun.com>
25896
25897         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
25898
25899         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
25900         old strtoimax.c.
25901
25902         Also, make the following further changes to make this file's
25903         configuration more similar to that of strtol.c:
25904         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
25905         (strtoumax, uintmax_t, strtoull, strtol): Remove.
25906         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
25907         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
25908         changed to signed values.
25909
25910         And make the following changes as well:
25911         Fix copyright notice, as 1999 was missing.
25912         (verify): New macro.
25913         (strtoimax): Check sizes at compile-time, not run-time.
25914         Prefer strtol to strtoll if both work.
25915         (main): Remove; it was not that useful and was a pain to maintain.
25916
25917         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
25918
25919 2001-08-31  Jim Meyering  <meyering@lucent.com>
25920
25921         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
25922         Use an initial, malloc'd, buffer of length 128 rather than
25923         a statically allocated one of length 1024.
25924
25925 2001-08-30  Paul Eggert  <eggert@twinsun.com>
25926
25927         Simplify code, partly by assuming autoconf 2.52 semantics.
25928
25929         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
25930
25931         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
25932         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
25933         All uses removed.
25934         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
25935         Move AC_REQUIRE to next-to-top level, to avoid confusion.
25936         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
25937         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
25938         jm_AC_HEADER_INTTYPES_H.
25939         * m4/jm-macros.m4 (jm_MACROS): Likewise.
25940
25941         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
25942
25943         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
25944         Quote first arg of AC_DEFUN.
25945         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
25946         since they are needed to parse the include file even if we need
25947         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
25948         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
25949         but with opposite signedness.
25950
25951 2001-08-30  Paul Eggert  <eggert@twinsun.com>
25952
25953         Merge 'exclude' changes from tar 1.13.22.
25954         This fixes one or two unlikely storage allocation overflow bugs,
25955         but doesn't change user-visible behavior otherwise.
25956
25957 2001-08-30  Paul Eggert  <eggert@twinsun.com>
25958
25959         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
25960         (jm_PREREQ_EXCLUDE): New macro.
25961
25962 2001-08-30  Paul Eggert  <eggert@twinsun.com>
25963
25964         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
25965         tm to be declared.
25966
25967 2001-08-30  Paul Eggert  <eggert@twinsun.com>
25968
25969         * lib/hash.c: Remove '2001' from copyright notice.
25970
25971 2001-08-30  Paul Eggert  <eggert@twinsun.com>
25972
25973         * lib/full-write.h: New file.
25974         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
25975         * lib/full-write.c: Correct credits, as cccp.c no longer
25976         exists and anyway it was so heavily changed from the old cccp
25977         code as to be unrecognizable.  Include full-write.h.
25978         (full_write) Return size_t, with short writes meaning failure.
25979         All callers changed.  This fixes a bug with large buffers
25980         on 64-bit hosts.
25981         * lib/utime.c: Include full-write.h.
25982
25983 2001-08-30  Paul Eggert  <eggert@twinsun.com>
25984
25985         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
25986         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
25987         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
25988         Include if available.
25989         (<xalloc.h>): Include
25990         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
25991         (verify): New macro.  Use it to verify that EXCLUDE macros do not
25992         collide with FNM macros.
25993         (struct patopts): New struct.
25994         (struct exclude): Use it, as exclude patterns now come with options.
25995         (new_exclude): Support above changes.
25996         (new_exclude, add_exclude_file):
25997         Initial size must now be a power of two to simplify overflow checking.
25998         (free_exclude, fnmatch_no_wildcards): New function.
25999         (excluded_filename): No longer requires options arg, as the options
26000         are determined by add_exclude.  Now returns bool, not int.
26001         (excluded_filename, add_exclude):
26002         Add support for the fancy new exclusion options.
26003         (add_exclude, add_exclude_file): Now takes int options arg.
26004         Check for arithmetic overflow when computing sizes.
26005         (add_exclude_file): xrealloc might modify errno, so don't
26006         realloc until after errno might be used.
26007
26008         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
26009         New macros.
26010         (free_exclude): New decl.
26011         (add_exclude, add_exclude_file): Now takes int options arg.
26012         (excluded_filename): No longer requires options arg, as the options
26013         are determined by add_exclude.  Now returns bool, not int.
26014
26015 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26016
26017         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
26018
26019 2001-08-27  Jim Meyering  <meyering@lucent.com>
26020
26021         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
26022
26023         * lib/version-etc.c (N_): Remove definition.
26024         Revert most of last change.
26025         Instead, simply don't mark the `Copyright...' string for translation.
26026         Based on advice from Paul Eggert.
26027
26028         * lib/strtoxmax.c: Tweak comment.
26029
26030 2001-08-26  Jim Meyering  <meyering@lucent.com>
26031
26032         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
26033
26034         * m4/xstrtoimax.m4: New file.
26035         * m4/xstrtoumax.m4: Add comments explaining why we
26036         AC_REPLACE_FUNCS(strtol).
26037
26038 2001-08-26  Jim Meyering  <meyering@lucent.com>
26039
26040         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
26041         of copyright with `%s' so translators don't get an untranslated
26042         message in 2002.
26043         (COPYRIGHT_YEAR): Define.
26044         (version_etc): Use fprintf rather than fputs.
26045         Suggestion from Ulrich Drepper.
26046
26047         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
26048
26049         * lib/strtoll.c: New file, from GNU libc.
26050         * lib/xstrtoimax.c: New file.
26051
26052         * lib/xstrtol.h: Add xstrtoimax.
26053         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
26054         * lib/strtoimax.c: New file.  Likewise, but first define
26055         STRTOUXMAX_SIGNED.
26056
26057         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
26058         ...
26059         * lib/strtoxmax.c: ... then renamed to this.
26060
26061 2001-08-18  Paul Eggert  <eggert@twinsun.com>
26062
26063         * m4/inttypes.m4: Add AC_PREREQ(2.13).
26064         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
26065         (jm_AC_TYPE_INTMAX_T): New macro.
26066         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
26067
26068         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
26069
26070         * m4/longlong.m4: Renamed from ulonglong.m4.
26071         * m4/inttypes.m4: Renamed from inttypes_h.m4.
26072         * m4/uintmax_t.m4: Removed.
26073
26074 2001-08-13  Paul Eggert  <eggert@twinsun.com>
26075
26076         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
26077         Port to Solaris 8, where 'sed' requires a space after the 'r'
26078         command, and where sh dislikes "$/".  Clean up the spacing a bit.
26079         Redirect output to $tmp just once.
26080
26081 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
26082
26083         * lib/addext.c (<errno.h>): Include.
26084         (errno): Declare if not defined.
26085         (addext): Work correctly when pathconf returns -1 and leaves
26086         errno alone because there is no limit.  Also, work even if
26087         pathconf returns a value greater than SIZE_MAX.
26088
26089 2001-08-12  Jim Meyering  <meyering@lucent.com>
26090
26091         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
26092         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
26093         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
26094         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
26095         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
26096         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
26097         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
26098         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
26099         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
26100         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
26101         utime.m4, utimes.m4, xstrtoumax.m4:
26102         Quote the first argument in each use of AC_DEFUN.
26103
26104 2001-08-12  Jim Meyering  <meyering@lucent.com>
26105
26106         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
26107         Simply `return getcwd (NULL, 0);'.
26108         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
26109         Use 1300 as initial value for length, not PATH_MAX.
26110
26111         * lib/pathmax.h: Clean up cpp syntax.
26112
26113 2001-08-12  Jim Meyering  <meyering@lucent.com>
26114
26115         * lib/gettimeofday.c: New file.
26116         * lib/gtod.h: New file.
26117         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
26118
26119 2001-08-05  Jim Meyering  <meyering@lucent.com>
26120
26121         * m4/jm-macros.m4: Require autoconf-2.52.
26122
26123 2001-08-04  Jim Meyering  <meyering@lucent.com>
26124
26125         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
26126         stmt, to get in sync with glibc.
26127
26128 2001-08-03  Paul Eggert  <eggert@twinsun.com>
26129
26130         The following changes are from gettext 0.10.39 as maintained by
26131         Bruno Haible.
26132
26133         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
26134         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
26135         with inverted sense.  All uses changed.
26136
26137         * lib/mbswidth.c: Don't include <limits.h>.
26138         Include <stdlib.h> and <string.h> unconditionally.
26139         (iswcntrl, mbsinit, ISCNTRL): New macros.
26140         (mbsnwidth): Use K&R style function declarations.
26141         Don't bother checking for MB_LEN_MAX == 1, since the compiler
26142         can optimize it when MB_CUR_MAX == 1.
26143         The width of control characters is zero, not 1.
26144
26145 2001-08-03  Paul Eggert  <eggert@twinsun.com>
26146
26147         The following changes are from gettext 0.10.39 as maintained by
26148         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
26149
26150         * m4/codeset.m4: Upgrade to serial AM1.
26151         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
26152         all uses changed.  Quote first arg of AC_DEFUN.
26153         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
26154
26155         * m4/iconv.m4: Upgrade to serial AM2.
26156         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
26157         Add --with-libconv-prefix.
26158         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
26159         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
26160         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
26161         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
26162         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
26163
26164         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
26165         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
26166         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
26167         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
26168         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
26169         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
26170         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
26171         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
26172         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
26173
26174         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
26175         string.h any more.
26176
26177         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
26178         not the default value.
26179
26180         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
26181         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
26182         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
26183         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
26184         Also check for iswcntrl, used for wcwidth fallback.
26185         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
26186         to Autoconf 2.13.
26187
26188 2001-08-03  Jim Meyering  <meyering@lucent.com>
26189
26190         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
26191         as it was in the original.  Reported by Paul Eggert.
26192
26193 2001-07-16  Jim Meyering  <meyering@lucent.com>
26194
26195         * m4/gettimeofday.m4: New file.
26196         Prompted by a report from Bernhard Baehr.
26197
26198 2001-07-15  Jim Meyering  <meyering@lucent.com>
26199
26200         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
26201         stuff. Now it's in ../Makefile.cfg.
26202
26203 2001-07-15  Jim Meyering  <meyering@lucent.com>
26204
26205         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
26206         (BUILT_SOURCES): Add unlocked-io.h.
26207         (io_functions): Define.
26208         (unlocked-io.h): New rule.
26209         (DISTCLEANFILES): Add unlocked-io.h.
26210         (all-local): Depend on unlocked-io.h, to ensure it is created.
26211
26212         * lib/unlocked-io.hin: New file
26213
26214         * lib/regex.c: Update from glibc.
26215
26216 2001-07-05  Jim Meyering  <meyering@lucent.com>
26217
26218         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
26219         recommendation.
26220         (libfetish_a_SOURCES): Put all .h files here instead.
26221         Remove a thus-exposed (better checks in automake) duplicate and
26222         two unnecessary .h files.
26223
26224 2001-07-04  Jim Meyering  <meyering@lucent.com>
26225
26226         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
26227         that generates jm-glibc-io.m4 so that it doesn't trigger any make
26228         distcheck failure.
26229
26230 2001-07-02  Jim Meyering  <meyering@lucent.com>
26231
26232         The following changes were prompted by suggestions from Bruno Haible.
26233
26234         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
26235         is now generated.
26236         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
26237         definition of EXTRA_DIST.
26238         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
26239         ensure that the generated file is created/updated whenever the list
26240         of $(unlocked_functions) is changed.
26241         (jm-glibc-io.m4): New rule.
26242         (unlocked-io.h): New rule -- currently unused.
26243
26244 2001-06-24  Jim Meyering  <meyering@lucent.com>
26245
26246         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
26247         unmatched right bracket, rather than kludging it with an extra,
26248         falsely-matching quote in a comment.  Patch by Akim Demaille.
26249
26250 2001-06-11  Jim Meyering  <meyering@lucent.com>
26251
26252         * lib/regex.c: Update from GNU libc.
26253
26254 2001-05-27  Jim Meyering  <meyering@lucent.com>
26255
26256         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
26257         Check for ut_type in struct utmp.
26258
26259 2001-05-27  Jim Meyering  <meyering@lucent.com>
26260
26261         * lib/readutmp.h (UT_TYPE): Define.
26262
26263 2001-05-24  Jim Meyering  <meyering@lucent.com>
26264
26265         * lib/argmatch.c: Include "quote.h".
26266         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
26267         quote function.  Reported by Göran Uddeborg.
26268
26269 2001-05-22  Jim Meyering  <meyering@lucent.com>
26270
26271         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
26272         now that we use the package-supplied version unconditionally.
26273         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
26274
26275 2001-05-21  Jim Meyering  <meyering@lucent.com>
26276
26277         * m4/regex.m4: Change a couple backticks to single quotes to avoid
26278         shell syntax errors.
26279
26280 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
26281
26282         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
26283
26284 2001-05-20  Paul Eggert  <eggert@twinsun.com>
26285
26286         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
26287         Don't bother to check library strftime, since
26288         we'll be using our own my_strftime function anyway.
26289         Define my_strftime instead of strftime.
26290
26291 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
26292
26293         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
26294         which is not yet declared.
26295
26296 2001-05-15  Jim Meyering  <meyering@lucent.com>
26297
26298         * m4/regex.m4: Use proper quoting so brackets appear in the test
26299         program.
26300         Reported by, and with help from, Bruno Haible.
26301
26302 2001-05-13  Jim Meyering  <meyering@lucent.com>
26303
26304         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
26305         undefined.
26306
26307 2001-05-11  Paul Eggert  <eggert@twinsun.com>
26308
26309         dirname code cleanup.  base_name now behaves more compatibly
26310         with POSIX basename when given file names that have trailing
26311         slashes, and similarly for dir_name.  Add new primitives
26312         base_len and dir_len.  Put the directory-name-related decls
26313         into dirname.h.
26314
26315         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
26316         * lib/backupfile.c (base_name): Likewise.
26317         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
26318         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
26319         * lib/makepath.c (strip_trailing_slashes): Likewise.
26320         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
26321         ISSLASH): Likewise.
26322         * lib/rename.c (strip_trailing_slashes): Likewise.
26323         * lib/same.c (base_name): Likewise.
26324         * lib/stripslash.c (ISSLASH): Likewise.
26325
26326         * lib/addext.c: Include <dirname.h> after size_t is defined.
26327         * lib/backupfile.c: Likewise.
26328
26329         * lib/addext.c (addext): Use base_len to trim redundant
26330         trailing slashes instead of doing it ourselves.
26331         But do not trim the last slash if it is not redundant.
26332
26333         * lib/backupfile.c (find_backup_file_name,
26334         max_backup_version): Use base_len instead of rolling it ourselves.
26335         Handle the case of "" and (on DOS) "C:" correctly.
26336
26337         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
26338         needed. Include <string.h>, <dirname.h>.
26339         (base_name): Allow file names ending in slashes, other than names
26340         that are all slashes.  In this case, return the basename followed
26341         by the slashes.  This is more general, and can be used in places
26342         where the original base_name purposely had an assertion failure.
26343         (base_len): New function.
26344
26345         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
26346         Do not include <assert.h>; no longer needed.
26347         Include xalloc.h.
26348         (memrchr): Remove decl.
26349         (dir_name_r): Remove.
26350         (dir_len): Renamed from dirlen.  All callers changed.
26351         Rewrite in terms of base_name, for simplicity and consistency.
26352         (dir_name): Never return NULL.  All callers changed.
26353         Do not include <stdlib.h> in test program; no longer needed.
26354         return 0; is fine for test program.
26355
26356         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
26357         New macros.
26358         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
26359
26360         * lib/path-concat.c (path_concat): Use base_len to compute
26361         base length, not strlen; this means we cannot rely on memcpy
26362         to null-terminate.
26363
26364         * lib/same.c (STREQ): Remove.
26365         (same_name): Handle the case where the basename ends in trailing '/'.
26366
26367         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
26368         a slash was stripped.  Do not strip the last slash after a
26369         file system prefix.
26370
26371 2001-05-11  Paul Eggert  <eggert@twinsun.com>
26372
26373         * lib/Makefile.am (libfetish_a_SOURCES):
26374         Add strftime.c, since we now compile it on all hosts.
26375
26376         * lib/strftime.c (my_strftime):
26377         Define to nstrftime if emacs, but only if my_strftime is not defined.
26378         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
26379         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
26380         Add one more extra argument: a nanoseconds value.
26381         All uses changed.
26382         (ns): New macro.
26383         (my_strftime function): Add %N format.
26384         (emacs_strftimeu): Renamed from emacs_strftime,
26385         with extra ut argument.
26386
26387 2001-05-09  Paul Eggert  <eggert@twinsun.com>
26388
26389         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
26390
26391 2001-04-21  Jim Meyering  <meyering@lucent.com>
26392
26393         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
26394         doesn't interfere.
26395
26396 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
26397
26398         * m4/ftruncate.m4: Check for chsize.
26399         Link with ftruncate.o unconditionally if ftruncate is missing.
26400         This was required when cross-compiling to i586-mingw32msvc.
26401
26402 2001-04-08  Jim Meyering  <meyering@lucent.com>
26403
26404         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
26405         recomputed; that's necessary when the offset spans a DST transition.
26406         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
26407
26408 2001-04-02  Jim Meyering  <meyering@lucent.com>
26409
26410         * lib/regex.h, regex.c: Update from GNU libc.
26411
26412 2001-03-24  Jim Meyering  <meyering@lucent.com>
26413
26414         * m4/jm-macros.m4: Require autoconf-2.49d.
26415
26416 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
26417
26418         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
26419
26420 2001-03-19  Paul Eggert  <eggert@twinsun.com>
26421
26422         * lib/version-etc.c (version_etc_copyright): Update to 2001.
26423
26424 2001-03-17  Jim Meyering  <meyering@lucent.com>
26425
26426         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
26427         now that the version in autoconf is equivalent.
26428         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
26429
26430         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
26431         Suggestion from Akim Demaille.
26432
26433         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
26434         (jm_PREREQ_TEMPNAME): New function.
26435
26436 2001-03-16  Paul Eggert  <eggert@twinsun.com>
26437
26438         * lib/tempname.c (uint64_t): Define to uintmax_t if
26439         not defined, and if UINT64_MAX is not defined.
26440         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
26441         Reported by John David Anglin.
26442
26443 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
26444
26445         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
26446         resolve alias if codeset is empty.
26447         * lib/config.charset (BeOS): Use wildcard syntax.
26448
26449 2001-03-13  Jim Meyering  <meyering@lucent.com>
26450
26451         * lib/path-concat.c (path_concat)
26452         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
26453         concatenating e.g., `C:' and `foo'.
26454         From Bruno Haible.
26455
26456 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
26457
26458         * lib/localcharset.c (locale_charset): Don't use
26459         setlocale(LC_CTYPE,NULL). Don't return NULL.
26460         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
26461
26462 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
26463
26464         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
26465         support for DOS/DJGPP.
26466
26467 2001-03-01  Paul Eggert  <eggert@twinsun.com>
26468
26469         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
26470         lacks mkstemp.  Compile our own tempname.c if we compile our own
26471         mkstemp.c, as mkstemp relies on tempname.
26472
26473 2001-03-01  Jim Meyering  <meyering@lucent.com>
26474
26475         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
26476         AH_VERBATIM really does output its argument verbatim.
26477
26478 2001-02-28  Paul Eggert  <eggert@twinsun.com>
26479
26480         * lib/Makefile.am (libfetish_a_SOURCES):
26481         Add dup-safer.c, fopen-safer.c.
26482         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
26483
26484         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
26485         * lib/unistd-safer.h: New files.
26486
26487 2001-02-25  Paul Eggert  <eggert@twinsun.com>
26488
26489         The mkstemp replacement is taken from glibc 2.2.2, with some
26490         portability fixes for use outside glibc, as follows:
26491
26492         * lib/tempname.c (struct_stat64): New macro.
26493         (direxists, __gen_tempname): Use it.
26494         This avoids a portability problem with Solaris 8.
26495
26496         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
26497         (<stddef.h>, <stdint.h>, <string.h>):
26498         Include only if STDC_HEADERS || _LIBC.
26499         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
26500         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
26501         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
26502         (__set_errno): Define this macro if <errno.h> doesn't.
26503         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
26504         Define these macros if <stdio.h> doesn't.
26505         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
26506         Define these macros if <sys/stat.h>
26507         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
26508         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
26509         __xstat64): Define if not _LIBC.
26510         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
26511         (__gen_tempname): Invoke gettimeofday only if
26512         HAVE_GETTIMEOFDAY || _LIBC;
26513         otherwise, fall back on plain "time".
26514         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
26515
26516         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
26517
26518         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
26519
26520 2001-02-18  Paul Eggert  <eggert@twinsun.com>
26521
26522         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
26523
26524 2001-02-17  Paul Eggert  <eggert@twinsun.com>
26525
26526         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
26527         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
26528         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
26529         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
26530
26531 2001-02-17  Paul Eggert  <eggert@twinsun.com>
26532
26533         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
26534         Remove workaround macros for hosts that have mbrtowc but not
26535         mbstate_t, as we now insist on proper declarations for both
26536         before using mbrtowc.
26537
26538 2001-02-17  Jim Meyering  <meyering@lucent.com>
26539
26540         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
26541         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
26542         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
26543         UnixWare 7.1.1.
26544
26545         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
26546         rather than AC_CACHE_VAL.
26547
26548 2001-02-17  Jim Meyering  <meyering@lucent.com>
26549
26550         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
26551         around included file name.
26552
26553         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
26554
26555         * lib/strftime.c: Update from GNU libc (the only changes were to
26556         comments).
26557
26558 2001-02-17  Jim Meyering  <meyering@lucent.com>
26559
26560         * lib/regex.c: Update from libc.
26561
26562 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
26563
26564         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
26565         clash.
26566
26567 2001-02-16  Paul Eggert  <eggert@twinsun.com>
26568
26569         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
26570         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
26571         Reported by Mark Hounschell via Paul Eggert.
26572
26573 2001-02-07  Jim Meyering  <meyering@lucent.com>
26574
26575         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
26576
26577 2001-02-05  Jim Meyering  <meyering@lucent.com>
26578
26579         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
26580         it includes the patch required for `large file' support with at least
26581         HP-UX's 10.20 /bin/cc.
26582
26583 2001-02-03  Jim Meyering  <meyering@lucent.com>
26584
26585         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
26586         AS_IF, now that it works once again (mysteriously).
26587         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
26588
26589 2001-01-30  Jim Meyering  <meyering@lucent.com>
26590
26591         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
26592         * m4/chown.m4: Rename conftestchown to conftest.chown.
26593         * m4/rename.m4: s/conftestdir/conftest.d1/ and
26594         s/conftestdir2/conftest.d2/.
26595         * m4/utimes.m4: s/conftestdata/conftest.data/
26596         Inspired by Pavel Roskin's change in autoconf.
26597
26598 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
26599
26600         * lib/config.charset: Update for FreeBSD 4.2.
26601
26602 2001-01-27  Jim Meyering  <meyering@lucent.com>
26603
26604         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
26605         a use of AS_IF.
26606         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
26607
26608 2001-01-26  Jim Meyering  <meyering@lucent.com>
26609
26610         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
26611         quotearg.c includes it.
26612
26613 2001-01-26  Jim Meyering  <meyering@lucent.com>
26614
26615         * lib/quotearg.c: Include stddef.h.
26616         * lib/quote.c: Include stddef.h.
26617         Reported by Axel Kittenberger.
26618
26619         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
26620         line in double quotes so that it evokes a better diagnostic.
26621         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
26622         Reported by Axel Kittenberger.
26623
26624 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
26625
26626         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
26627         as if it was a `charset'.
26628
26629 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
26630
26631         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
26632         has const.
26633
26634 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
26635
26636         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
26637         to avoid a warning.  Add back 'const' to inptr.
26638
26639 2001-01-20  Jim Meyering  <meyering@lucent.com>
26640
26641         Be sure that headers are checked before used in code compiled
26642         for the type checks.
26643         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
26644         In place of that, invoke jm_CHECK_ALL_TYPES.
26645         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
26646         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
26647         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
26648         The check for ssize_t was mistakenly run before the test for unistd.h.
26649
26650         The configure-time check for stdbool.h was missing.
26651         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
26652         (jm_PREREQ_HASH): New function.
26653
26654 2001-01-17  Jim Meyering  <meyering@lucent.com>
26655
26656         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
26657         for autoconf-2.49c.
26658         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
26659
26660 2001-01-16  Jim Meyering  <meyering@lucent.com>
26661
26662         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
26663         From Bruno Haible.
26664
26665 2001-01-14  Jim Meyering  <meyering@lucent.com>
26666
26667         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
26668         foo and bar.  Create conftestdir/ in the script, not in the C code.
26669         Remove directories in the script, not in the C code.
26670         Remove conftestdir{,2} before trying to create the directory.
26671         Make the entire configure script fail if the mkdir fails.
26672
26673 2001-01-14  Jim Meyering  <meyering@lucent.com>
26674
26675         * lib/rename.c: New file.  From Volker Borchert.
26676         Include stdlib.h, string.h or strings.h, and xalloc.h.
26677         Use strip_trailing_slashes rather than open-coding it.
26678
26679 2001-01-03  Paul Eggert  <eggert@twinsun.com>
26680
26681         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
26682
26683 2001-01-03  Jim Meyering  <meyering@lucent.com>
26684
26685         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
26686         of local `inptr' to avoid warning with some system declarations of
26687         iconv.
26688
26689 2001-01-02  Volker Borchert  <bt@teknon.de>
26690
26691         * m4/rename.m4: New file.
26692         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
26693
26694 2001-01-01  Jim Meyering  <meyering@lucent.com>
26695
26696         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
26697         even on systems with utmpx.h.  It's necessary for the declaration of
26698         utmp's ut_user member.  Reported by Andreas Jaeger.
26699
26700         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
26701         available. They are required for the declarations of getgrgid and
26702         getpwuid resp.
26703         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
26704         Reported by Andreas Jaeger.
26705
26706 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
26707
26708         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
26709         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
26710         so `make install' also works in VPATH builds.
26711
26712 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
26713
26714         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
26715         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
26716         can be used in subdirectories.
26717
26718 2000-12-29  Paul Eggert  <eggert@twinsun.com>
26719
26720         * lib/modechange.c: Do not assume that mode_t uses the
26721         traditional octal encoding.  E.g. "chmod 1 FOO" should set
26722         the other-execute bit of FOO even if S_IXOTH != 1.
26723
26724         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
26725         WOTH, XOTH, ALLM): New macros.
26726         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
26727          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
26728         Use them.
26729         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
26730         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
26731         (mode_compile):
26732         No need to use uintmax_t; unsigned long is long enough.
26733         Don't bother to get suffix since we don't use it.
26734
26735 2000-12-26  Jim Meyering  <meyering@lucent.com>
26736
26737         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
26738         better with autoheader.
26739
26740 2000-12-24  Jim Meyering  <meyering@lucent.com>
26741
26742         * lib/hash.c (is_prime): Return explicit boolean values.
26743         (hash_get_first): Return NULL to appease Irix5.6's 89.
26744         Reported by Nelson Beebe.
26745
26746 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
26747
26748         * lib/localcharset.c (locale_charset): Add support for Win32.
26749
26750 2000-12-18  Paul Eggert  <eggert@twinsun.com>
26751
26752         * lib/physmem.h, lib/physmem.c: New files.
26753
26754         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
26755         (noinst_HEADERS): Add physmem.h.
26756
26757         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
26758         't' for compatibility with Solaris 8 sort.
26759
26760 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
26761
26762         * lib/config.charset: Add support for BeOS.
26763
26764 2000-12-17  Jim Meyering  <meyering@lucent.com>
26765
26766         * m4/dos.m4 (jm_AC_DOS): New file and macro.
26767         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
26768
26769 2000-12-16  Jim Meyering  <meyering@lucent.com>
26770
26771         This bug had a serious impact on chown: `chown N:M FILE' (for integer
26772         N and M) would have treated it like `chown N:N FILE'.
26773
26774         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
26775
26776 2000-12-16  Jim Meyering  <meyering@lucent.com>
26777
26778         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
26779         SHELLS_FILE to a file name that's useful on djgpp systems.
26780         Include stdlib.h.
26781         (ADDITIONAL_DEFAULT_SHELLS): Define.
26782         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
26783         Based mostly on a patch from Prashant TR.
26784
26785 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
26786
26787         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
26788         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
26789         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
26790
26791 2000-12-08  Andreas Schwab  <schwab@suse.de>
26792
26793         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
26794         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
26795
26796 2000-12-07  Jim Meyering  <meyering@lucent.com>
26797
26798         * lib/stripslash.c (ISSLASH): Define.
26799         (strip_trailing_slashes): Use ISSLASH rather than comparing against
26800         `/'.
26801         From Prashant TR.
26802
26803         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
26804         (dir_name_r): Declare this function as static.
26805         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
26806         manifest itself on a name containing a mix of slashes and
26807         backslashes.
26808         Make this function work with names starting with a DOS-style
26809         drive letter and colon prefix.
26810         (dir_name): Append `.' if necessary.
26811         Based mostly on patches from Prashant TR and Eli Zaretskii.
26812
26813         * lib/dirname.h (dir_name_r): Remove prototype.
26814
26815 2000-12-06  Paul Eggert  <eggert@twinsun.com>
26816
26817         * m4/off_t-format.m4: Remove this file.
26818         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
26819
26820 2000-12-06  Jim Meyering  <meyering@lucent.com>
26821
26822         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
26823         replacement strtoull, we may well need the replacement strtoul, too.
26824         Check for declarations of strtoul and strtoull.
26825         Check for strtol.  Mainly as a cue to cause automake to include
26826         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
26827         Check for limits.h -- strtol.c needs it.
26828
26829 2000-12-05  Jim Meyering  <meyering@lucent.com>
26830
26831         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
26832
26833 2000-12-04  Jim Meyering  <meyering@lucent.com>
26834
26835         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
26836         Also include memory.h, stdlib.h, unistd.h if appropriate.
26837         Reported by Andreas Jaeger (conflicting declaration of malloc).
26838
26839 2000-12-02  Jim Meyering  <meyering@lucent.com>
26840
26841         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
26842         * m4/jm-macros.m4 (jm_MACROS): require it.
26843
26844 2000-12-02  Jim Meyering  <meyering@lucent.com>
26845
26846         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
26847
26848 2000-12-01  Paul Eggert  <eggert@twinsun.com>
26849
26850         * lib/memrchr.c: Include <config.h> before any system include file.
26851
26852 2000-11-30  Jim Meyering  <meyering@lucent.com>
26853
26854         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
26855
26856 2000-11-30  Jim Meyering  <meyering@lucent.com>
26857
26858         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
26859
26860 2000-11-29  Paul Eggert  <eggert@twinsun.com>
26861
26862         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
26863
26864 2000-11-26  Jim Meyering  <meyering@lucent.com>
26865
26866         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
26867
26868 2000-11-22  Paul Eggert  <eggert@twinsun.com>
26869
26870         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
26871         size of (size_t) -1; it's not portable.
26872
26873 2000-11-17  Jim Meyering  <meyering@lucent.com>
26874
26875         * lib/strstr.c: Update from GNU libc.
26876
26877 2000-11-17  Akim Demaille  <akim@epita.fr>
26878
26879         * lib/obstack.h: Formatting changes.
26880         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
26881         prevent type checking.
26882         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
26883         cast the value to (void *): assigning a `foo *' to a `void *'
26884         variable is valid.
26885         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
26886
26887 2000-11-16  Jim Meyering  <meyering@lucent.com>
26888
26889         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
26890
26891 2000-11-11  Jim Meyering  <meyering@lucent.com>
26892
26893         * lib/error.c: Add a couple #includes, merging from GNU libc version.
26894
26895 2000-11-10  Jim Meyering  <meyering@lucent.com>
26896
26897         * lib/obstack.h: Update from GNU libc.
26898         * lib/obstack.c: Likewise.
26899
26900 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
26901
26902         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
26903
26904 2000-11-06  Paul Eggert  <eggert@twinsun.com>
26905
26906         * lib/getusershell.c (setusershell): Use rewind rather than
26907         fseek/fseeko, to avoid configuration hassles with fseeko.
26908         Don't bother opening SHELLS_FILE if shellstream is NULL;
26909         it's not necessary.
26910
26911 2000-11-05  Jim Meyering  <meyering@lucent.com>
26912
26913         * lib/makepath.h (make_dir): Declare.
26914         * lib/makepath.c (make_dir): Remove `static' attribute.
26915         Tweak a comment.
26916
26917 2000-11-04  Jim Meyering  <meyering@lucent.com>
26918
26919         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
26920
26921 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
26922
26923         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
26924         last one in a bucket, advance to the next bucket.
26925
26926 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
26927
26928         * lib/fnmatch.c: Do not comment out all the code if we are using
26929         the GNU C library, because in some cases we are replacing buggy
26930         code in the GNU C library itself.
26931
26932 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
26933
26934         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
26935         (regex_compile): Catch bogus \(\1\).
26936
26937 2000-10-30  Paul Eggert  <eggert@twinsun.com>
26938
26939         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
26940         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
26941         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
26942
26943 2000-10-30  Paul Eggert  <eggert@twinsun.com>
26944
26945         * lib/error.h, getline.h, modechange.h:
26946         Remove "2000" from Copyright line, as the file hasn't been
26947         changed this year other than in the copyright notice.
26948
26949         * lib/xalloc.h: Add "2000" to Copyright line, as this file
26950         was changed this year.
26951
26952 2000-10-29  Jim Meyering  <meyering@lucent.com>
26953
26954         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
26955         renaming.
26956         * m4/ls-mntd-fs.m4: Likewise
26957
26958 2000-10-29  Jim Meyering  <meyering@lucent.com>
26959
26960         * lib/xstat.in: Fix grammar in comment.
26961
26962 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
26963
26964         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
26965         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
26966         doesn't define __restrict_arr.
26967
26968 2000-10-28  Jim Meyering  <meyering@lucent.com>
26969
26970         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
26971         (jm_PREREQ_MEMCHR): New function.
26972
26973 2000-10-28  Jim Meyering  <meyering@lucent.com>
26974
26975         * lib/memchr.c: Update from libc.
26976         Adjust for portability:
26977         [HAVE_STDLIB_H]: Include stdlib.h.
26978         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
26979         Undef __memchr, too.
26980         [!weak_alias]: Define __memchr to memchr.
26981
26982         * lib/regex.c: Update from libc.
26983         * lib/regex.h: Likewise.
26984         * lib/getopt1.c: Likewise.
26985         * lib/memcmp.c: Likewise.
26986
26987         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
26988         Avoid using fseek, when possible -- it's broken by design.
26989         Patch by Ulrich Drepper.
26990
26991 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
26992
26993         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
26994         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
26995         Giving in to popular pressure to shut up the compiler with casts.
26996
26997 2000-10-26  Jim Meyering  <meyering@lucent.com>
26998
26999         * lib/strftime.c: Update from libc.
27000
27001 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
27002
27003         * regex.c: More `unsigned char' -> `re_char' changes.
27004         Also change several `int' into `re_wchar_t'.
27005         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
27006         (PUSH_FAILURE_POINTER): Don't cast any more.
27007         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
27008         We want GCC to complain, since this piece of code makes
27009         re_match non-reentrant, which *should* be fixed.
27010         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
27011         (EXTEND_BUFFER): Use RETALLOC.
27012         (SET_LIST_BIT): Don't cast.
27013         (re_wchar_t): New type.
27014         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
27015         that those two functions will always properly return.
27016         (IMMEDIATE_QUIT_CHECK): Cast to void.
27017         (analyse_first): Use recursion rather than an explicit stack.
27018         (re_compile_fastmap): Can't fail anymore.
27019         (re_search_2): Don't check re_compile_fastmap for failure.
27020         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
27021         Now also sets the new value (passed in a new argument).
27022         (re_match_2_internal): Use it.
27023         Also, use a new var `reg' of type size_t when looping through regs
27024         rather than reuse the inappropriate `mcnt'.
27025
27026 2000-10-25  Jim Meyering  <meyering@lucent.com>
27027
27028         * lib/obstack.c: Update from libc.
27029
27030 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
27031
27032         * regex.c (regex_compile): Change the way of handling a range from
27033         a char less than 256 to a char not less than 256.
27034
27035 2000-10-24  Andrew Innes  <andrewi@gnu.org>
27036
27037         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
27038         NT-Emacs only.
27039         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
27040         so that re_search functions only quit when callers expect them to.
27041
27042 2000-10-23  Jim Meyering  <meyering@lucent.com>
27043
27044         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
27045         wrong.  That set_locale call must not have any side effects.
27046         From Paul Eggert.
27047
27048 2000-10-22  Jim Meyering  <meyering@lucent.com>
27049
27050         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
27051         [CYCLIC]: Remove now-unused definition.
27052
27053         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
27054         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
27055         Suggestion from Ulrich Drepper.
27056
27057 2000-10-21  Jim Meyering  <meyering@lucent.com>
27058
27059         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
27060         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
27061         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
27062
27063 2000-10-21  Jim Meyering  <meyering@lucent.com>
27064
27065         * lib/dirname.c (memrchr): Declare if necessary.
27066         (dir_name): Remove the restriction that there be no
27067         trailing slashes.  Now, this code skips past them, effectively
27068         ignoring them.
27069         [TEST_DIRNAME] (main): New unit tests.
27070
27071         * lib/memrchr.c: New file from GNU libc.
27072         Undef __memrchr, too.
27073         [!weak_alias]: Define __memrchr to memrchr.
27074         Guard weak_alias use with `#ifdef weak_alias'.
27075
27076 2000-10-21  Jim Meyering  <meyering@lucent.com>
27077
27078         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
27079         (dir_name): Use dir_name_r.
27080         * lib/dirname.h (dir_name_r): Declare it.
27081
27082 2000-10-17  Jim Meyering  <meyering@lucent.com>
27083
27084         * lib/quote.h (PARAMS): Define and use.
27085         Reported by Akim Demaille.
27086
27087         * lib/getopt.c: Update from libc.
27088
27089 2000-10-16  Jim Meyering  <meyering@lucent.com>
27090
27091         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
27092         setlocale.
27093         From Jan Fedak.
27094
27095 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
27096
27097         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
27098
27099 2000-09-25  Jim Meyering  <meyering@lucent.com>
27100
27101         * lib/md5.h (rol): Define (from GnuPG).
27102
27103         * lib/sha.c: Give credit (GnuPG) where due.
27104         (M): Use rol rather than open-coding it.
27105         Add a FIXME comment.
27106
27107 2000-09-21  Jim Meyering  <meyering@lucent.com>
27108
27109         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
27110         Reported by Michael Stone.
27111
27112 2000-09-20  Jim Meyering  <meyering@lucent.com>
27113
27114         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
27115         (noinst_HEADERS): Add sha.h.
27116         Based on code from Scott G. Miller and from GnuPG.
27117
27118 2000-09-18  Jim Meyering  <meyering@lucent.com>
27119
27120         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
27121         LIBS. Otherwise, everyone ends up linking with -lelf for some
27122         configurations.
27123         Reported by Mike Stone.
27124
27125 2000-09-15  Jim Meyering  <meyering@lucent.com>
27126
27127         * lib/regex.c: Update from libc.
27128
27129 2000-09-10  Jim Meyering  <meyering@lucent.com>
27130
27131         * lib/getopt.c (_getopt_internal): Update from glibc.
27132
27133 2000-09-09  Jim Meyering  <meyering@lucent.com>
27134
27135         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
27136         think it should be used as a general replacement for isascii.
27137         * lib/fnmatch.c: Likewise.
27138         * lib/mbswidth.c: Likewise
27139         * lib/regex.c: Likewise.
27140
27141         Don't use atoi.
27142         * lib/userspec.c: Include sys/param.h and limits.h.
27143         Include xstrtol.h.
27144         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
27145         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
27146         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
27147         UID, GID.  Check range.
27148
27149 2000-09-06  Jim Meyering  <meyering@lucent.com>
27150
27151         * lib/getopt.c (_getopt_internal): Update from glibc.
27152
27153 2000-08-30  Jim Meyering  <meyering@lucent.com>
27154
27155         * lib/strftime.c: Merge in changes from GNU libc.
27156
27157 2000-08-26  Jim Meyering  <meyering@lucent.com>
27158
27159         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
27160         * m4/fpending.m4: New file.
27161
27162 2000-08-26  Jim Meyering  <meyering@lucent.com>
27163
27164         * lib/closeout.c: Include "__fpending.h".
27165         (close_stdout_status): Return right away if there's nothing to flush.
27166
27167         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
27168         * lib/__fpending.c: New file.
27169         * lib/__fpending.h: New file.
27170
27171 2000-08-20  Jim Meyering  <meyering@lucent.com>
27172
27173         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
27174         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
27175         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
27176
27177 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
27178
27179         Improve fileutils installation on systems where running
27180         programs (like install) can't be unlinked.
27181         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
27182         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
27183
27184 2000-08-07  Paul Eggert  <eggert@twinsun.com>
27185
27186         Standardize on "memory exhausted" instead of "Memory exhausted"
27187         or "virtual memory exhausted".
27188         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
27189         "virtual memory exhausted".
27190         * lib/same.c (same_name): Invoke xalloc_die instead of printing
27191         our own message.
27192         * lib/userspec.c (parse_user_spec): Likewise.
27193         * lib/bumpalloc.h: comment fix
27194         * lib/same.c, userspec.c: Include xalloc.h.
27195
27196         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
27197         not char *const and pointing to a constant array.
27198         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
27199         (xrealloc): Comment fix.
27200
27201         * lib/userspec.c (parse_user_spec):
27202         Don't translate a message until just before returning,
27203         to avoid unnecessary translation.
27204
27205 2000-08-07  Jim Meyering  <meyering@lucent.com>
27206
27207         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
27208         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
27209         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
27210         getgroups.c, gethostname.c, getopt.h, group-member.c,
27211         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
27212         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
27213         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
27214         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
27215         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
27216         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
27217         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
27218         yesno.c: Back out Copyright date changes for each file with no change
27219         this year.  This eases coordination with other programs using the same
27220         source code modules.  From Paul Eggert.
27221
27222 2000-08-06  Paul Eggert  <eggert@twinsun.com>
27223
27224         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
27225         not char, for compatibility with glibc 2.1.3 strftime.c.
27226
27227 2000-08-03  Greg McGary  <greg@mcgary.org>
27228
27229         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
27230         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
27231         (EXTEND_BUFFER): Use them.
27232
27233 2000-08-01  Jim Meyering  <meyering@lucent.com>
27234
27235         * lib/dirname.c (ISSLASH): Define.
27236         (BACKSLASH_IS_PATH_SEPARATOR): Define.
27237         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
27238         both `\' and `/' may be use as path separators.
27239         Based on a patch from Prashant TR.
27240
27241 2000-07-31  Paul Eggert  <eggert@twinsun.com>
27242
27243         * lib/quotearg.c (quotearg_n_options): Don't make the initial
27244         slot vector a constant, since it might get modified.
27245
27246 2000-07-31  Jim Meyering  <meyering@lucent.com>
27247
27248         * lib/xmalloc.c: Use `virtual memory exhausted', not
27249         `Memory exhausted'.
27250         * lib/obstack.c (print_and_abort): Likewise.
27251
27252 2000-07-30  Paul Eggert  <eggert@twinsun.com>
27253
27254         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
27255         buffer, so that the caller can always quote one small
27256         component of a "memory exhausted" message in slot 0.
27257         From a suggestion by Jim Meyering.
27258
27259 2000-07-30  Jim Meyering  <meyering@lucent.com>
27260
27261         * lib/makepath.c (make_path): Quote the other instance, too.
27262
27263         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
27264         (STATIC_BUF_SIZE): Define.
27265         (quotearg_n_options): Use only statically allocated storage when
27266         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
27267         than STATIC_BUF_SIZE.
27268
27269 2000-07-29  Jim Meyering  <meyering@lucent.com>
27270
27271         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
27272         * lib/dirname.c (dir_name): Likewise.
27273
27274         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
27275         `/'.
27276
27277         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
27278         (dir_name): Assert that there are no trailing slashes.
27279
27280 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
27281
27282         * lib/mbswidth.h (mbswidth): Add a flags argument.
27283         (mbswidth): New declaration.
27284         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
27285         * lib/mbswidth.c (mbswidth): Add a flags argument.
27286         (mbsnwidth): New function.
27287
27288 2000-07-24  Jim Meyering  <meyering@lucent.com>
27289
27290         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
27291
27292 2000-07-23  Paul Eggert  <eggert@twinsun.com>
27293
27294         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
27295
27296 2000-07-23  Paul Eggert  <eggert@twinsun.com>
27297
27298         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
27299         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
27300         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
27301         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
27302         invoke multibyte primitives.
27303
27304 2000-07-23  Paul Eggert  <eggert@twinsun.com>
27305
27306         * lib/quotearg.c:
27307         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
27308         so that mbstate_t is always defined.
27309
27310         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
27311         be 1 in at least one GCC installation, and this configuration
27312         error is likely to be common.  Ignoring MB_LEN_MAX hurts
27313         performance on hosts that have mbrtowc but have only unibyte
27314         locales, but I assume these hosts are rare.
27315
27316 2000-07-23  Paul Eggert  <eggert@twinsun.com>
27317
27318         * lib/mbswidth.c (_XOPEN_SOURCE):
27319         Don't define; this causes problems on Solaris 7.
27320         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
27321
27322 2000-07-23  Jim Meyering  <meyering@lucent.com>
27323
27324         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
27325         too: getgrgid, getpwuid, getuid.
27326
27327 2000-07-23  Jim Meyering  <meyering@lucent.com>
27328
27329         * lib/basename.c (base_name): Add an assertion.
27330
27331 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
27332
27333         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
27334         shadow its mbsinit function.
27335
27336 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
27337
27338         * lib/mbswidth.h: New file.
27339         * lib/mbswidth.c: New file.
27340         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
27341         (noinst_HEADERS): Add mbswidth.h.
27342
27343 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
27344
27345         * lib/config.charset: Add support for FreeBSD. Improve support for
27346         HP-UX and IRIX 6.
27347
27348 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
27349
27350         * m4/mbswidth.m4: New file.
27351         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
27352
27353 2000-07-15  Jim Meyering  <meyering@lucent.com>
27354
27355         * lib/makepath.c: Include quote.h.
27356         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
27357         corresponding argument in a `quote (...)' call.
27358         Give better diagnostics.
27359
27360         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
27361         (noinst_HEADERS): Add quote.h.
27362
27363         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
27364         from tar's src/misc.c.
27365         * lib/quote.h: New file.  Prototypes for same.
27366
27367 2000-07-14  Paul Eggert  <eggert@twinsun.com>
27368
27369         From a suggestion by Bruno Haible.
27370         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
27371         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
27372         to decide whether to define the BeOS workaround macro;
27373         this adjusts to the change to AC_MBSTATE_T.
27374
27375 2000-07-14  Jim Meyering  <meyering@lucent.com>
27376
27377         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
27378         jm_AC_TYPE_UINTMAX_T.
27379
27380 2000-07-13  Paul Eggert  <eggert@twinsun.com>
27381
27382         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
27383
27384         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
27385         quotearg_buffer_restyled): Add support for
27386         clocale_quoting_style.  Undo previous change to
27387         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
27388         and "{RIGHT QUOTATION MARK}" msgids.
27389
27390 2000-07-10  Paul Eggert  <eggert@twinsun.com>
27391
27392         From a suggestion by Bruno Haible.
27393         * m4/mbstate_t.m4 (AC_MBSTATE_T):
27394         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
27395         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
27396         and mbstate_t, to a single-part test that simply defines mbstate_t.
27397         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
27398         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
27399
27400 2000-07-10  Jim Meyering  <meyering@lucent.com>
27401
27402         * m4/strerror_r.m4: Mirror the correction made in autoconf.
27403
27404         * m4/gnu-source.m4: Output to confdefs.h directly.
27405         Suggestion from Akim Demaille.
27406
27407 2000-07-09  Paul Eggert  <eggert@twinsun.com>
27408
27409         The old behavior of quoting `like this' doesn't look good with
27410         newer, ISO-style fonts.  See:
27411         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
27412
27413         Instead, quote "like this" by default.  Let the translator
27414         tailor the locale-specific quoting behavior by providing
27415         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
27416
27417         * lib/quotearg.c (N_): New macro.
27418         (gettext_default): New function.
27419         (quotearg_buffer_restyled): Use
27420         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
27421         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
27422
27423 2000-07-09  Jim Meyering  <meyering@lucent.com>
27424
27425         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
27426         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
27427
27428         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
27429         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
27430
27431 2000-07-09  Jim Meyering  <meyering@lucent.com>
27432
27433         * lib/Most files: Update copyright dates to include 2000.
27434
27435 2000-07-08  Jim Meyering  <meyering@lucent.com>
27436
27437         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
27438         if not defined.
27439         (xgethostname): Remove now-unnecessary #ifdef.
27440         Move declaration of `err' into loop where it's used.
27441
27442 2000-07-05  Paul Eggert  <eggert@twinsun.com>
27443         and Bruno Haible  <haible@clisp.cons.org>
27444
27445         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
27446         only if the test for an object-type mbstate_t fails.  This
27447         prevents us from mistakenly reporting that mbstate_t is a
27448         system object type after we "#define mbstate_t int" to work
27449         around its lack.
27450
27451 2000-07-05  Paul Eggert  <eggert@twinsun.com>
27452         and Bruno Haible  <haible@clisp.cons.org>
27453
27454         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
27455
27456 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
27457
27458         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
27459         to strerror_r.
27460         Include <ctype.h> for use of isalpha.
27461
27462 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
27463
27464         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
27465         by allocating a larger buffer. Test the gethostname return value for
27466         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
27467         returns an error and ENAMETOOLONG isn't defined.
27468
27469 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
27470
27471         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
27472         dimension.
27473
27474 2000-07-04  Jim Meyering  <meyering@lucent.com>
27475
27476         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
27477         of the deprecated AC_CHECKING.
27478
27479 2000-07-04  Jim Meyering  <meyering@lucent.com>
27480
27481         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
27482         Reported by Bruno Haible.
27483
27484 2000-07-04  Jim Meyering  <meyering@lucent.com>
27485
27486         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
27487         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
27488         lacks mbrtowc.
27489
27490 2000-07-03  Paul Eggert  <eggert@twinsun.com>
27491
27492         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
27493         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
27494
27495 2000-07-03  Paul Eggert  <eggert@twinsun.com>
27496         and Bruno Haible  <haible@clisp.cons.org>
27497
27498         * lib/quotearg.c (mbrtowc):
27499         Assign to *pwc, and return 1 only if result is nonzero.
27500         (iswprint): Use ISPRINT when substituting our own mbrtowc.
27501
27502 2000-07-03  Jim Meyering  <meyering@lucent.com>
27503
27504         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
27505
27506 2000-07-03  Jim Meyering  <meyering@lucent.com>
27507
27508         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
27509         This is necessary to get a definition of e.g., UTMP_FILE on
27510         HP-UX 10.20.
27511         From Bob Proulx.
27512
27513 2000-07-02  Jim Meyering  <meyering@lucent.com>
27514
27515         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
27516
27517         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
27518         AC_LIBOBJ(function_name).
27519         * m4/chown.m4: Likewise.
27520         * m4/fnmatch.m4: Likewise.
27521         * m4/ftruncate.m4: Likewise.
27522         * m4/getgroups.m4: Likewise.
27523         * m4/getline.m4: Likewise.
27524         * m4/group-member.m4: Likewise.
27525         * m4/jm-macros.m4: Likewise.
27526         * m4/lstat.m4: Likewise.
27527         * m4/malloc.m4: Likewise.
27528         * m4/memcmp.m4: Likewise.
27529         * m4/nanosleep.m4: Likewise.
27530         * m4/putenv.m4: Likewise.
27531         * m4/realloc.m4: Likewise.
27532         * m4/regex.m4: Likewise.
27533         * m4/stat.m4: Likewise.
27534         * m4/strftime.m4: Likewise.
27535
27536 2000-07-02  Jim Meyering  <meyering@lucent.com>
27537
27538         * lib/quotearg.c (mbstate_t): Don't define here.
27539
27540 2000-07-02  Jim Meyering  <meyering@lucent.com>
27541
27542         * lib/nanosleep.c (SIGCONT): Define if not already defined.
27543
27544 2000-07-01  Jim Meyering  <meyering@lucent.com>
27545
27546         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
27547
27548 2000-07-01  Jim Meyering  <meyering@lucent.com>
27549
27550         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
27551         problem.
27552
27553 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
27554
27555         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
27556         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
27557
27558 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
27559
27560         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
27561         per change in ../m4/ls-mntd-fs.m4.
27562         (read_filesystem_list): Ignore symbolic links.
27563
27564 2000-06-29  Jim Meyering  <meyering@lucent.com>
27565
27566         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
27567         for declaration of strcmp.
27568
27569         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
27570
27571         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
27572         Avoid warning by casting result to `char *' to remove `const'.
27573
27574 2000-06-28  Jim Meyering  <meyering@lucent.com>
27575
27576         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
27577         included by quotearg.c, for which we perform this test.  From
27578         Bruno Haible.
27579
27580 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
27581
27582         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
27583         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
27584         <utmpx.h> exists, put readutmp.o into LIBOBJS.
27585
27586 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
27587
27588         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
27589
27590 2000-06-26  Paul Eggert  <eggert@twinsun.com>
27591
27592         savedir now sets errno on failure and invokes xmalloc to get memory.
27593         Fix a couple of other minor bugs while we're at it.
27594
27595         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
27596         (NAMLEN): Remove macro.
27597         (malloc, realloc): Remove decls.
27598         (stpcpy): Likewise.
27599         ("xalloc.h"): Include.
27600         (NAME_SIZE_DEFAULT): New macro.
27601         (savedir): Use xmalloc / xrealloc to allocate memory.
27602         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
27603         Skip "" directory entries.
27604         Use strlen to calculate directory entry length, since the old method
27605         is rarely used these days and isn't worth supporting.
27606         Don't use a pointer after freeing it.
27607         Check for integer overflow when calculating allocation size.
27608         Use memcpy to copy entries, instead of stpcpy.
27609         Set errno properly when returning NULL.
27610         Check for readdir error.
27611
27612 2000-06-26  Jim Meyering  <meyering@lucent.com>
27613
27614         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
27615
27616 2000-06-25  Jim Meyering  <meyering@lucent.com>
27617
27618         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
27619         Linux header bug when _XOPEN_SOURCE is defined to 500.
27620
27621 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
27622
27623         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
27624         deficiency.
27625
27626 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
27627
27628         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
27629         Include xalloc.h.
27630         Don't include <stdlib.h>.  Don't declare malloc, realloc.
27631
27632 2000-06-24  Jim Meyering  <meyering@lucent.com>
27633
27634         * m4/strerror_r.m4: Revive this file -- to try out an experimental
27635         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
27636         for which strerror does return char*, but which lacks a conveniently
27637         accessible declaration of the function.  If the compile-test says
27638         strerror_r doesn't work, then resort to a `run'-test that works on
27639         BeOS and segfaults on DEC Unix.
27640
27641 2000-06-24  Jim Meyering  <meyering@lucent.com>
27642
27643         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
27644
27645 2000-06-23  Paul Eggert  <eggert@twinsun.com>
27646
27647         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
27648         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
27649
27650 2000-06-23  Paul Eggert  <eggert@twinsun.com>
27651
27652         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
27653         (mbrtowc, mbstate_t): Define substitutes if
27654         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
27655         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
27656         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
27657
27658 2000-06-23  Jim Meyering  <meyering@lucent.com>
27659
27660         * m4/afs.m4: Add missing AC_MSG_RESULT.
27661         Reported by Bruno Haible.
27662
27663         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
27664         Suggestion from Bruno Haible.
27665
27666 2000-06-23  Jim Meyering  <meyering@lucent.com>
27667
27668         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
27669
27670 2000-06-21  Jim Meyering  <meyering@lucent.com>
27671
27672         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
27673
27674 2000-06-21  Jim Meyering  <meyering@lucent.com>
27675
27676         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
27677         (noinst_HEADERS): Add getstr.h.
27678
27679         * lib/getline.c (getstr): Move into a separate file.
27680         * lib/getstr.c (getstr): New file, extracted from getline.c, with
27681         the following changes: new parameter, delim2; both delim[12]
27682         parameters have type `int', not `char'.  The latter would lose
27683         with 8-bit delimiters.
27684         * lib/getstr.h: New file.
27685
27686 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
27687
27688         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
27689         than 1024, return a memory chunk of least possible size, instead
27690         of size PATH_MAX + 2. In the loop, increment the size proportionally.
27691         Use free/xmalloc instead of xrealloc to avoid copying for very long
27692         paths.
27693
27694 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
27695
27696         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
27697         the empty string.
27698
27699 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
27700
27701         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
27702         address, not strdup.  Include <stdlib.h> and don't declare free().
27703
27704 2000-06-19  Jim Meyering  <meyering@lucent.com>
27705
27706         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
27707
27708 2000-06-18  Jim Meyering  <meyering@lucent.com>
27709
27710         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
27711
27712         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
27713         `checking whether...' message to be consistent with that of the
27714         lstat test.
27715
27716 2000-06-18  Jim Meyering  <meyering@lucent.com>
27717
27718         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
27719         Besides, these days every porting target provides a mkdir function.
27720
27721         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
27722         needed. (this snippet comes from src/system.h).
27723
27724 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
27725
27726         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
27727
27728 2000-06-15  Paul Eggert  <eggert@twinsun.com>
27729
27730         * lib/human.c (adjust_value): New function.
27731         (human_readable_inexact): Apply rounding style even when
27732         printing approximate values.
27733
27734 2000-06-14  Paul Eggert  <eggert@twinsun.com>
27735
27736         * lib/human.c (human_readable_inexact): Allow an input block
27737         size that is not a multiple of the output block size, and vice versa.
27738         Reported by Piergiorgio Sartor.
27739
27740 2000-06-14  Paul Eggert  <eggert@twinsun.com>
27741
27742         * lib/getdate.y (get_date): Apply relative times after time
27743         zone indicator, not before.  Reported by Todd A. Jacobs.
27744
27745 2000-06-13  Jim Meyering  <meyering@lucent.com>
27746
27747         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
27748
27749         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
27750
27751 2000-06-12  Paul Eggert  <eggert@twinsun.com>
27752
27753         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
27754
27755 2000-06-12  Jim Meyering  <meyering@lucent.com>
27756
27757         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
27758         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
27759         optional argument.
27760         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
27761         the optional argument, `lib'.
27762
27763 2000-06-08  Jim Meyering  <meyering@lucent.com>
27764
27765         * m4/largefile.m4: Remove file (now that it's part of autoconf).
27766
27767 2000-06-04  Paul Eggert  <eggert@twinsun.com>
27768
27769         Rewrite largefile configuration so that we don't need to run
27770         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
27771         AC_CANONICAL_HOST in configure.in -- jmm]
27772
27773         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
27774         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
27775         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
27776         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
27777         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
27778         All uses changed.
27779         Instead of inspecting the output of getconf, try to compile the
27780         test program without and with the macro definition.
27781         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
27782         for getconf.  Instead, check for the needed flags by compiling
27783         test programs.
27784
27785 2000-06-04  Paul Eggert  <eggert@twinsun.com>
27786
27787         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
27788
27789 2000-06-04  Jim Meyering  <meyering@lucent.com>
27790
27791         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
27792         SunOS 4.1.4 for which gid_t is an unsigned type.
27793
27794 2000-06-03  Jim Meyering  <meyering@lucent.com>
27795
27796         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
27797         now that autoconf requires that.
27798
27799         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
27800         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
27801         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
27802
27803 2000-06-03  Jim Meyering  <meyering@lucent.com>
27804
27805         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
27806
27807 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
27808
27809         * m4/glibc21.m4: New file.
27810         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
27811
27812 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
27813
27814         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
27815         newer, don't install charset.alias.
27816         * lib/config.charset: Change the Linux/glibc rules so they become empty
27817         on glibc-2.1 or newer.
27818
27819 2000-06-02  Jim Meyering  <meyering@lucent.com>
27820
27821         * lib/mountlist.c: Back out last change.  Instead, do this...
27822         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
27823         me_dummy member using the same `ignore'-testing code.
27824         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
27825         fs_type strings.
27826         From Mark D. Roth.
27827
27828 2000-05-29  Jim Meyering  <meyering@lucent.com>
27829
27830         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
27831         mounts with the `ignore' attribute.  Based on a patch from
27832         Mark D. Roth.
27833
27834 2000-05-28  Jim Meyering  <meyering@lucent.com>
27835
27836         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
27837         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
27838         * m4/stat.m4: Likewise.
27839         * m4/lstat.m4: Likewise.
27840         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
27841
27842         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
27843         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
27844
27845 2000-05-26  Jim Meyering  <meyering@lucent.com>
27846
27847         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
27848
27849 2000-05-24  Jim Meyering  <meyering@lucent.com>
27850
27851         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
27852         autoconf requires that.
27853         * m4/lib-check.m4: Likewise.
27854         * m4/jm-macros.m4: Likewise.
27855         * m4/strftime.m4: Likewise.
27856
27857         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
27858         AC_CHECK_DECLS, now that autoconf requires that.
27859
27860 2000-05-22  Jim Meyering  <meyering@lucent.com>
27861
27862         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
27863         * m4/lstat.m4: Likewise.
27864
27865 2000-05-22  Jim Meyering  <meyering@lucent.com>
27866
27867         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
27868
27869 2000-05-20  Jim Meyering  <meyering@lucent.com>
27870
27871         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
27872         (jm_PREREQ): Use it.
27873
27874 2000-05-18  Jim Meyering  <meyering@lucent.com>
27875
27876         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
27877         back, too, since it may have been modified by allocate_entry.
27878         (hash_delete): Rewrite to use neither the assignment operator
27879         nor the comma operator in an if-expression.
27880
27881 2000-05-15  Paul Eggert  <eggert@twinsun.com>
27882
27883         * lib/closeout.c:
27884         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
27885         Remove; no longer needed.
27886         "quotearg.h": Add include.
27887         (file_name): Do not bother to explicitly initialize to NULL; it's less
27888         efficient on some hosts.
27889         (close_stdout_status): Remove test as to whether stdout was already
27890         closed; it breaks for the case "echo x | sort >&-".
27891         Quote file name colons.
27892         Do not assume that _("write error") lacks format strings.
27893
27894 2000-05-15  Jim Meyering  <meyering@lucent.com>
27895
27896         * lib/version-etc.c (version_etc_copyright): Update the copyright
27897         string used in all --version output.
27898
27899 2000-05-14  Jim Meyering  <meyering@lucent.com>
27900
27901         * lib/closeout.c (close_stdout_set_file_name): New function.
27902         (close_stdout_status): Use new file-scoped global.
27903         Return right away if fstat says the stdout file descriptor is invalid.
27904         * lib/closeout.h (close_stdout_set_file_name): Declare.
27905
27906 2000-05-10  Jim Meyering  <meyering@lucent.com>
27907
27908         * lib/closeout.c [default_exit_status]: New file-scoped variable.
27909         (close_stdout_set_status): New function.
27910         * lib/closeout.h (close_stdout_set_status): Declare.
27911
27912 2000-05-09  Jim Meyering  <meyering@lucent.com>
27913
27914         * m4/gettext.m4: Rename this...
27915         * m4/libintl.m4: ...to this.
27916
27917 2000-05-08  Jim Meyering  <meyering@lucent.com>
27918
27919         * lib/long-options.c: Don't include closeout.h.
27920         (parse_long_options): Don't call close_stdout for --version.
27921
27922 2000-05-06  Paul Eggert  <eggert@twinsun.com>
27923
27924         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
27925         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
27926         2.1.3 bug.  This avoids a clash when files like regex.c define
27927         _GNU_SOURCE.
27928
27929 2000-05-06  Jim Meyering  <meyering@lucent.com>
27930
27931         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
27932         (AC_REPLACE_FUNCS): Add strnlen.
27933
27934         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
27935         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
27936
27937         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
27938         AC_SEARCH_LIBS call for nanosleep.
27939         (LIB_NANOSLEEP): Set and AC_SUBST.
27940
27941 2000-05-06  Jim Meyering  <meyering@lucent.com>
27942
27943         * lib/strnlen.c: Undefine __strnlen and strnlen.
27944         [!weak_alias]: Define __strnlen to strnlen.
27945
27946         * lib/atexit.c: New file, from libiberty.
27947
27948 2000-05-06  Jim Meyering  <meyering@lucent.com>
27949
27950         * lib/closeout.c (close_stdout_status): Also check for errors on the
27951         stderr stream.
27952
27953 2000-05-05  Jim Meyering  <meyering@lucent.com>
27954
27955         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
27956         AC_SEARCH_LIBS call for clock_gettime.
27957         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
27958
27959         * m4/search-libs.m4: Update from autoconf.
27960
27961         su doesn't work on Solaris 2.6.
27962         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
27963         <shadow.h>.  Reported by Dragos Harabor.
27964
27965 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
27966
27967         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
27968         memcpy instead of xmalloc, xrealloc, path_concat.
27969         (locale_charset): Treat empty environment variables as absent.
27970         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
27971
27972 2000-05-04  Jim Meyering  <meyering@lucent.com>
27973
27974         * lib/getopt.c: Update from glibc.
27975         * lib/obstack.c: Likewise.
27976         * lib/obstack.h: Likewise.
27977         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
27978         file
27979
27980         * lib/regex.h: Likewise.
27981         * lib/strndup.c: Likewise.
27982         * lib/strnlen.c: New file, from glibc.
27983
27984 2000-05-03  Jim Meyering  <meyering@lucent.com>
27985
27986         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
27987
27988 2000-05-02  Paul Eggert  <eggert@twinsun.com>
27989
27990         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
27991         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
27992         compile-time test, rather than inspecting host and OS, to
27993         decide whether to define _LARGEFILE_SOURCE.
27994
27995 2000-05-01  Jim Meyering  <meyering@lucent.com>
27996
27997         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
27998
27999         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
28000         Based on a patch from Bruno Haible.
28001
28002 2000-05-01  Jim Meyering  <meyering@lucent.com>
28003
28004         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
28005
28006 2000-04-29  Jim Meyering  <meyering@lucent.com>
28007
28008         * lib/path-concat.c: Declare strdup only if it's not defined.
28009         * lib/canon-host.c: Likewise.
28010
28011 2000-04-28  Jim Meyering  <meyering@lucent.com>
28012
28013         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
28014         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
28015         is included first, then limits.h is included by locale.h by libintl.h.
28016         From John David Anglin.
28017
28018 2000-04-25  Jim Meyering  <meyering@lucent.com>
28019
28020         * lib/makepath.c (S_IRWXUGO): Define.
28021         (make_path): Always perform explicit chmod if MODE specifies any
28022         of the `special' permission bits.  Prompted by a bug report against
28023         install from Mate Wierdl and Joost van Baal.
28024
28025 2000-04-18  Jim Meyering  <meyering@lucent.com>
28026
28027         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
28028         (jm_PREREQ): Use it.
28029
28030 2000-04-18  Jim Meyering  <meyering@lucent.com>
28031
28032         * lib/README: New file.
28033
28034         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
28035         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
28036
28037 2000-04-17  Jim Meyering  <meyering@lucent.com>
28038
28039         Get it right :-)
28040         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
28041         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
28042         Suggestion from Akim Demaille.
28043
28044 2000-04-17  Jim Meyering  <meyering@lucent.com>
28045
28046         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
28047         the definition of it to rpl_strftime also defined-away the system's
28048         declaration.
28049
28050 2000-04-15  Jim Meyering  <meyering@lucent.com>
28051
28052         Use `C' to denote so-called `contiguous' files, the same way
28053         that tar does.
28054         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
28055         (ftypelet): Use S_ISCTG.
28056         From Michael Deutschmann.
28057
28058 2000-04-14  Jim Meyering  <meyering@lucent.com>
28059
28060         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
28061         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
28062         clobbered.
28063
28064 2000-04-14  Jim Meyering  <meyering@lucent.com>
28065
28066         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
28067
28068 2000-04-13  Jim Meyering  <meyering@lucent.com>
28069
28070         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
28071         AH_VERBATIM to insert required #ifndef into config.h.in.
28072         Suggestion from Akim Demaille.
28073
28074 2000-04-12  Jim Meyering  <meyering@lucent.com>
28075
28076         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
28077         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
28078         Christian Krackowizer.
28079
28080         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
28081         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
28082         (AC_SYS_LARGEFILE): Require.
28083         (AM_C_PROTOTYPES): Require.
28084
28085 2000-04-08  Jim Meyering  <meyering@lucent.com>
28086
28087         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
28088         names don't conflict.  Reported by Eli Zaretskii.
28089
28090 2000-04-07  Jim Meyering  <meyering@lucent.com>
28091
28092         * lib/putenv.c: Move inclusion of errno.h so it follows that of
28093         sys/types.h, to work around system header problems on AIX 3.2.5.
28094         From Bruno Haible.
28095
28096 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
28097
28098         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
28099         bug.  Deal with the different error behavior of Irix iconv.
28100
28101 2000-04-05  Paul Eggert  <eggert@twinsun.com>
28102
28103         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
28104         IRIX if the installer said otherwise.
28105
28106 2000-04-05  Jim Meyering  <meyering@lucent.com>
28107
28108         Portability tweaks required for ultrix4.3.
28109         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
28110         (jm_CHECK_DECLS): Add getutent to the list of functions.
28111         (_jm_DECL_HEADERS): Add utmpx.h.
28112         From John David Anglin.
28113
28114         * m4/strftime.m4: Back out the 2000-04-02 change.
28115         Instead of that change, simply undefine putenv in the test program.
28116
28117 2000-04-05  Jim Meyering  <meyering@lucent.com>
28118
28119         Portability tweaks required for ultrix4.3.
28120         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
28121         getutent.
28122         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
28123         * lib/canon-host.c: Declare strdup.
28124         * lib/path-concat.c: Likewise.
28125         From John David Anglin.
28126
28127 2000-04-04  Jim Meyering  <meyering@lucent.com>
28128
28129         Be more DOS 8.3-friendly.
28130         * lib/ref-add.sin: Renamed from ref-add.sed.in.
28131         * lib/ref-del.sin: Renamed from ref-del.sed.in.
28132         * lib/Makefile.am: Reflect renaming.
28133         Reported by Eli Zaretskii.
28134
28135         Use a temporary file name that won't clash with `charset.alias'
28136         in the DOS 8.3 name space.
28137         * lib/Makefile.am (charset_tmp): Define.
28138         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
28139         (uninstall-local): Likewise.
28140         Reported by Eli Zaretskii.
28141
28142 2000-04-03  Jim Meyering  <meyering@lucent.com>
28143
28144         * m4/gettext.m4: Fix typo in comment.
28145
28146         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
28147         textutils/configure.in).  Suggestion from Paul Eggert.
28148         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
28149
28150 2000-04-02  Paul Eggert  <eggert@twinsun.com>
28151
28152         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
28153         variable in the shell rather than using putenv, which isn't
28154         portable.  This avoids the configure-time inter-test dependency
28155         on the potentially-renamed putenv function.
28156
28157 2000-03-30  Paul Eggert  <eggert@twinsun.com>
28158
28159         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
28160         before checking struct stat.st_blksize, so that
28161         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
28162
28163 2000-03-29  Paul Eggert  <eggert@twinsun.com>
28164
28165         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
28166         since strftime.c uses HAVE_STRFTIME to decide whether to use
28167         the underlying strftime.
28168
28169 2000-03-29  Paul Eggert  <eggert@twinsun.com>
28170
28171         * lib/time/strftime.c (my_strftime): Make sure we call the system
28172         strftime, not ourselves, when invoking the underlying strftime.
28173
28174 2000-03-24  Jim Meyering  <meyering@lucent.com>
28175
28176         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
28177         (charset_alias): Define.
28178         (install-exec-local): Factor out common code.
28179         (uninstall-local): Split lines longer than 80.
28180         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
28181         (SUFFIXES): Define.
28182         (.sed.in.sed): New rule.  Don't redirect directly to $@.
28183         (CLEANFILES): Add ref-add.sed and ref-del.sed.
28184
28185 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
28186
28187         * lib/config.charset: Output a line containing "Packages using this
28188         file".
28189         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
28190         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
28191         ref-del.sed): New rules.
28192
28193 2000-03-17  Jim Meyering  <meyering@lucent.com>
28194
28195         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
28196         Otherwise, include <strings.h>
28197
28198 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
28199
28200         * lib/unicodeio.c (utf8_wctomb): New function.
28201         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
28202         format instead of in UCS-4 with platform dependent endianness.
28203
28204 2000-03-10  Jim Meyering  <meyering@lucent.com>
28205
28206         * m4/lib-check.m4: Look for getspnam in -lgen, too.
28207         From Marco Franzen.
28208
28209 2000-03-07  Paul Eggert  <eggert@twinsun.com>
28210
28211         * lib/savedir.c (savedir): Work even if directory size is
28212         negative; this can happen with some screwy NFS configurations.
28213
28214 2000-03-06  Jim Meyering  <meyering@lucent.com>
28215
28216         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
28217         if it's NULL (because we ran out of memory).  From Bruno Haible.
28218
28219 2000-03-05  Jim Meyering  <meyering@lucent.com>
28220
28221         * lib/localcharset.c ("path-concat.h"): Include.
28222         (get_charset_aliases): Use path_concat instead of ANSI string
28223         concatenation.
28224
28225         * lib/unicodeio.h (PARAMS): Define.
28226         Use it to guard prototype.
28227
28228 2000-03-04  Jim Meyering  <meyering@lucent.com>
28229
28230         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
28231         for lib/localcharset.c.
28232
28233 2000-03-04  Jim Meyering  <meyering@lucent.com>
28234
28235         * lib/Makefile.am (install-exec-local): Create $(libdir) before
28236         installing into it.
28237         (uninstall-local): Uncomment this rule so `make distcheck' works
28238         once again.
28239
28240         * lib/unicodeio.c (<errno.h>): Include it.
28241         (errno): Declare if not defined.
28242
28243         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
28244
28245         * lib/config.charset: New version, incorporating remarks from a linux
28246         i18n mailing list.  From Bruno Haible.
28247
28248 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
28249
28250         * m4/codeset.m4: New file.
28251         * m4/iconv.m4: New file.
28252         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
28253
28254 2000-03-03  Jim Meyering  <meyering@lucent.com>
28255
28256         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
28257
28258 2000-03-02  Jim Meyering  <meyering@lucent.com>
28259
28260         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
28261         the messages come out on separate lines.
28262
28263         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
28264         rather than jm_CHECK_DECLARATIONS.
28265         * m4/decl.m4: Remove now-unused file.
28266
28267         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
28268         geteuid.
28269
28270 2000-03-02  Jim Meyering  <meyering@lucent.com>
28271
28272         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
28273
28274 2000-03-01  Jim Meyering  <meyering@lucent.com>
28275
28276         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
28277         * lib/unicodeio.c: Likewise.
28278
28279 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
28280
28281         * lib/config.charset: New file.
28282         * lib/localcharset.c: New file.
28283         * lib/unicodeio.h, lib/unicodeio.c: New files.
28284         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
28285         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
28286         (noinst_HEADERS): Add unicodeio.h.
28287         (all-local, install-exec-local, charset.alias): New targets.
28288
28289 2000-02-28  Paul Eggert  <eggert@twinsun.com>
28290
28291         * lib/quotearg.c (ALERT_CHAR): New macro.
28292         (quotearg_buffer_restyled): Use it.
28293
28294 2000-02-27  Jim Meyering  <meyering@lucent.com>
28295
28296         * m4/check-decl.m4: Add getenv to the list.
28297
28298 2000-02-27  Jim Meyering  <meyering@lucent.com>
28299
28300         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
28301         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
28302
28303         * lib/backupfile.c: Guard inclusion of stdlib.h with
28304         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
28305         Declare malloc if needed.
28306
28307         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
28308         `#ifndef HAVE_DECL..'
28309         now that autoconf always defines the HAVE_DECL_ symbols.
28310         * lib/human.c: Likewise.
28311         * lib/same.c: Likewise.
28312         * lib/strtoumax.c: Likewise.
28313
28314         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
28315         declaration check was not run.
28316         * lib/hash.c: Likewise.
28317         * lib/human.c: Likewise.
28318         * lib/same.c: Likewise.
28319         * lib/strtoumax.c: Likewise.
28320
28321         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
28322         `.', then first look up the entire `.'-containing string as a login
28323         name.
28324
28325 2000-02-23  Jim Meyering  <meyering@lucent.com>
28326
28327         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
28328         in place of my hack.
28329
28330 2000-02-18  Paul Eggert  <eggert@twinsun.com>
28331
28332         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
28333         (textint): New typedef.
28334         (parser_control): Member year changed from int to textint.
28335         All uses changed.
28336         (YYSTYPE): Removed; replaced by %union with int and textint members.
28337         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
28338         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
28339         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
28340         (tSNUMBER, tUNUMBER): Now of type <textintval>.
28341         (date, number, to_year): Use width of number in digits, not its value,
28342         to determine whether it's a 2-digit year, or a 2-digit time.
28343         (yylex): Store number of digits of numeric tokens.
28344         Reported by John Kendall.
28345
28346         (parser_control): Changed from struct parser_control to typedef (for
28347         consistency).  All uses changed.
28348
28349         (tID): Removed; not used.
28350         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
28351
28352 2000-02-14  Paul Eggert  <eggert@twinsun.com>
28353
28354         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
28355         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
28356
28357 2000-02-12  Jim Meyering  <meyering@lucent.com>
28358
28359         * lib/userspec.c (ISDIGIT): Define it.
28360         (isdigit): Remove definition.
28361         (is_number): Use ISDIGIT, not isdigit.
28362         <libintl.h>: Include.
28363         (_ and N_): Define.
28364         (parse_user_spec): Mark translatable strings.
28365
28366 2000-02-10  Jim Meyering  <meyering@lucent.com>
28367
28368         With these changes, nanosleep.[ch] are finally enough like the other
28369         lib/* replacement files to compile on a few more losing systems.
28370
28371         * lib/nanosleep.h: Don't include config.h.
28372         Remove prototype from declaration of nanosleep.
28373         (PARAMS): Remove now-unneeded definition.
28374         * lib/nanosleep.c: #undef nanosleep.
28375         (rpl_nanosleep): Rename from nanosleep.
28376
28377 2000-02-10  Jim Meyering  <meyering@lucent.com>
28378
28379         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
28380         gnu_nanosleep to rpl_nanosleep.
28381
28382 2000-02-09  Jim Meyering  <meyering@lucent.com>
28383
28384         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
28385         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
28386
28387 2000-02-08  Akim Demaille  <akim@epita.fr>
28388
28389         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
28390         `[' and `]' and remove uses of `changequote'.
28391         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
28392         (AC_SYS_LARGEFILE): Likewise.
28393         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
28394         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
28395         of changequote.
28396         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
28397         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
28398         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
28399         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
28400
28401 2000-02-05  Jim Meyering  <meyering@lucent.com>
28402
28403         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
28404         Remove explicit use of AC_HEADER_TIME.  It is required by
28405         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
28406         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
28407         in autoconf whereby the expansion of the latter ended up preceding
28408         the expansion of its prerequisite, AC_HEADER_TIME.
28409         Reported by Volker Borchert.
28410
28411 2000-02-03  Jim Meyering  <meyering@lucent.com>
28412
28413         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
28414
28415 2000-02-03  Jim Meyering  <meyering@lucent.com>
28416
28417         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
28418         rather than with `#if HAVE_UTMPNAME'.
28419
28420 2000-02-02  Jim Meyering  <meyering@lucent.com>
28421
28422         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
28423         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
28424         Reported by Eli Zaretskii.
28425
28426 2000-02-01  Jim Meyering  <meyering@lucent.com>
28427
28428         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
28429
28430 2000-01-31  Jim Meyering  <meyering@lucent.com>
28431
28432         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
28433         functions.  Add the time.h and sys/time.h headers along with the
28434         AC_REQUIRE'ment of AC_HEADER_TIME.
28435
28436 2000-01-31  Jim Meyering  <meyering@lucent.com>
28437
28438         * lib/nanosleep.h (nanosleep): Guard declaration with
28439         `#if ! HAVE_DECL_NANOSLEEP'.
28440         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
28441         the declaration in that vendor's sys/timers.h.
28442         Reported by Christian Krackowizer.
28443
28444         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
28445         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
28446         (ISPRINT): Likewise.
28447         Reported by Tom Tromey.
28448
28449 2000-01-30  Jim Meyering  <meyering@lucent.com>
28450
28451         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
28452
28453         * m4/prereq.m4 (utmp_includes): Define.
28454         Check for ut_user and ut_name members in both struct utmpx
28455         and struct utmp.
28456
28457 2000-01-30  Jim Meyering  <meyering@lucent.com>
28458
28459         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
28460         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
28461         header files where only utmpx.ut_user is declared.
28462
28463         * lib/readutmp.h (UT_USER): Define.
28464
28465 2000-01-29  Jim Meyering  <meyering@lucent.com>
28466
28467         * m4/lib-check.m4: New file containing library-related checks from
28468         fileutils and sh-utils (textutils had none).
28469
28470 2000-01-28  Jim Meyering  <meyering@lucent.com>
28471
28472         * m4/perl.m4: Change format of warning message to look more like that
28473         from the missing script.  Suggestion from François Pinard.
28474
28475 2000-01-25  Jim Meyering  <meyering@lucent.com>
28476
28477         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
28478         well as time.h in the compile check.
28479         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
28480         Fix typo in cross-compiling case: s/yes/no/.
28481
28482 2000-01-23  Jim Meyering  <meyering@lucent.com>
28483
28484         * m4/jm-macros.m4: Move df-related tests here from
28485         fileutils/configure.in
28486
28487         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
28488         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
28489
28490         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
28491         s/space/ac_fsusage_space/.
28492         (jm_FILE_SYSTEM_USAGE): Take two parameters.
28493
28494         * m4/ftruncate.m4: New file (derived from part of
28495         fileutils/configure.in).
28496         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
28497         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
28498
28499         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
28500         AC_SUBST these here, rather than just in sh-util/configure.in, so
28501         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
28502         all the same.
28503         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
28504         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
28505         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
28506         (AC_SUBST(POW_LIBM)): Likewise.
28507         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
28508
28509 2000-01-23  Jim Meyering  <meyering@lucent.com>
28510
28511         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
28512         obstack.c.
28513
28514 2000-01-22  Jim Meyering  <meyering@lucent.com>
28515
28516         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
28517
28518         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
28519
28520         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
28521         configure.in
28522         (AC_CHECK_HEADERS): Likewise for sh-utils.
28523         (AC_CHECK_HEADERS): Likewise for textutils.
28524         Merge the three lists of headers.
28525
28526         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
28527         from fileutils' configure.in.
28528
28529         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
28530         code. Moved tests into their own function (_jm_DECL_HEADERS) in
28531         check-decl.m4.
28532
28533         * m4/check-decl.m4: Use #if rather than #ifdef.
28534         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
28535         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
28536         (_jm_DECL_HEADERS): Define new function.
28537         (jm_CHECK_DECLARATIONS): Require it.
28538
28539 2000-01-22  Jim Meyering  <meyering@lucent.com>
28540
28541         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
28542         [! HAVE_DECL_STRTOULL]: Declare strtoull.
28543         Required for some AIX systems.  Reported by Christian Krackowizer.
28544         [TESTING] (main): New function.
28545
28546         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
28547         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
28548         letters.
28549
28550         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
28551         iswprint.
28552
28553         * lib/strverscmp.c (ISDIGIT): Define.
28554         (strverscmp): Use ISDIGIT, not isdigit.
28555
28556 2000-01-19  Jim Meyering  <meyering@lucent.com>
28557
28558         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
28559         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
28560         defines `struct timespec' in <sys/time.h>
28561
28562         * m4/c-bs-a.m4: Remove uses of changequote altogether.
28563         Thanks to Akim for explaining.
28564
28565 2000-01-17  Paul Eggert  <eggert@twinsun.com>
28566
28567         * lib/nanosleep.c (nanosleep):
28568         Don't use SA_INTERRUPT to decide whether to call sigaction, as
28569         POSIX.1 doesn't require SA_INTERRUPT and some systems
28570         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
28571         it's been part of POSIX.1 since day 1 (in 1988).
28572
28573 2000-01-17  Jim Meyering  <meyering@lucent.com>
28574
28575         * lib/interlock: Remove unused file.  Reported by François Pinard.
28576
28577 2000-01-16  Paul Eggert  <eggert@twinsun.com>
28578
28579         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
28580         alert, backslash, formfeed, and vertical tab unnecessarily in
28581         shell quoting style.
28582
28583 2000-01-16  Jim Meyering  <meyering@lucent.com>
28584
28585         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
28586         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
28587         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
28588         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
28589
28590 2000-01-16  Jim Meyering  <meyering@lucent.com>
28591
28592         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
28593         because the latter didn't work.
28594
28595 2000-01-15  Jim Meyering  <meyering@lucent.com>
28596
28597         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
28598         (AC_REPLACE_FUNCS): Add memcpy and memset.
28599         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
28600         Add strpbrk.
28601         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
28602
28603 2000-01-12  Jim Meyering  <meyering@lucent.com>
28604
28605         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
28606         (jm_PREREQ): Use it.
28607         (jm_PREREQ_READUTMP): New macro.
28608         (jm_PREREQ): Use it.
28609
28610 2000-01-11  Paul Eggert  <eggert@twinsun.com>
28611
28612         Quote multibyte characters correctly.
28613         * m4/c-bs-a.m4: New file.
28614         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
28615         (jm_PREREQ): Use it.
28616
28617 2000-01-11  Paul Eggert  <eggert@twinsun.com>
28618
28619         * m4/uintmax_t.m4: Port to autoconf 2.13.
28620
28621 2000-01-08  Jim Meyering  <meyering@ascend.com>
28622
28623         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
28624         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
28625
28626 2000-01-04  Jim Meyering  <meyering@ascend.com>
28627
28628         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
28629         jm_STRUCT_DIRENT_D_TYPE.
28630         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
28631         jm_STRUCT_DIRENT_D_INO.
28632         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
28633         jm_STRUCT_UTIMBUF.
28634         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
28635         renamings.
28636         * m4/utime.m4: Likewise.
28637
28638         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
28639         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
28640
28641 2000-01-03  Paul Eggert  <eggert@twinsun.com>
28642
28643         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
28644         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
28645
28646 2000-01-02  Jim Meyering  <meyering@ascend.com>
28647
28648         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
28649         remember if this is necessary.
28650
28651 1999-12-26  Jim Meyering  <meyering@ascend.com>
28652
28653         * m4/jm-macros.m4: Use it here.
28654         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
28655
28656 1999-12-23  Jim Meyering  <meyering@ascend.com>
28657
28658         * m4/jm-macros.m4: Check for clock_gettime (moved from
28659         fileutils/configure.in)
28660         Check for gettimeofday.
28661
28662 1999-12-20  Jim Meyering  <meyering@ascend.com>
28663
28664         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
28665         autoconf-2.14a-1999-12-20.
28666
28667 1999-12-19  Jim Meyering  <meyering@ascend.com>
28668
28669         * m4/lstat-slash.m4: New file.
28670         * m4/jm-macros.m4: Use the new macro:
28671         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
28672
28673 1999-12-07  Jim Meyering  <meyering@ascend.com>
28674
28675         * m4/perl.m4: Require that File::Compare be available, too.
28676         Too many systems seem to lack it.
28677
28678         * m4/strftime.m4: Add checks for most of the cpp macros tested in
28679         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
28680
28681 1999-11-18  Paul Eggert  <eggert@twinsun.com>
28682
28683         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
28684         problem with the QNX 4.25 shell, which doesn't propagate exit
28685         status of failed commands inside shell assignments.
28686
28687 1999-11-17  Jim Meyering  <meyering@ascend.com>
28688
28689         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
28690
28691 1999-11-07  Jim Meyering  <meyering@ascend.com>
28692
28693         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
28694
28695 1999-11-06  Jim Meyering  <meyering@ascend.com>
28696
28697         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
28698         * m4/jm-macros.m4 (jm_MACROS): Use it here.
28699
28700 1999-11-05  Jim Meyering  <meyering@ascend.com>
28701
28702         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
28703         configure.in of textutils, fileutils, and sh-utils into this one
28704         (shared between those packages) file.
28705         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
28706         AC_STRUCT_ST_BLKSIZE.
28707
28708 1999-11-03  Jim Meyering  <meyering@ascend.com>
28709
28710         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
28711         of AC_CHECK_TYPE checks includes unistd.h.
28712         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
28713         Suggestion from Akim Demaille.
28714
28715 1999-10-30  Jim Meyering  <meyering@ascend.com>
28716
28717         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
28718         m4-quoted string.
28719         * m4/ls-mntd-fs.m4: Likewise.
28720         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
28721         * m4/jm-winsz1.m4: Likewise.
28722
28723         * m4/const.m4: Remove file, since the fix made it into the experimental
28724         version of autoconf.
28725         * m4/mktime.m4: Likewise.
28726
28727         * m4/check-type.m4: Remove file, now that the latest version of
28728         AC_CHECK_TYPE takes a third arg to specify additional #includes.
28729
28730         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
28731         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
28732         AC_CHECK_TYPE.
28733
28734 1999-10-04  Jim Meyering  <meyering@ascend.com>
28735
28736         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
28737
28738 1999-09-22  Paul Eggert  <eggert@twinsun.com>
28739
28740         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
28741         2.95.1 bug with HP-UX 10.20.
28742
28743 1999-09-17  Jim Meyering  <meyering@ascend.com>
28744
28745         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
28746         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
28747         due to missing strdup (against sh-utils-2.0).
28748
28749 1999-08-29  Jim Meyering  <meyering@ascend.com>
28750
28751         * m4/jm-macros.m4: Require jm_BISON.
28752         * m4/bison.m4: New file.
28753
28754 1999-08-17  Paul Eggert  <eggert@twinsun.com>
28755
28756         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
28757         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
28758
28759 1999-08-05  Jim Meyering  <meyering@ascend.com>
28760
28761         * m4/getline.m4: Rename test file from conftestdata to conftest.data
28762         to avoid conflicts with `conftest' on 8+3 filesystems.
28763         Suggestion from Eli Zaretskii.
28764
28765 1999-08-04  Jim Meyering  <meyering@ascend.com>
28766
28767         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
28768         fileutils and sh-utils (textutils's getline test was inadequate).
28769         (AM_FUNC_GETLINE): Run this test.
28770         (AC_CHECK_FUNCS): Check for getdelim.
28771         Reported by Bob Proulx.
28772
28773 1999-08-02  Jim Meyering  <meyering@ascend.com>
28774
28775         * m4/jm-macros.m4: Add a comment.
28776
28777 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28778
28779         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
28780         <inttypes.h> defines strtoumax as a macro (and not as a
28781         function).
28782
28783 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28784
28785         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
28786         that we can shift, multiply and divide unsigned long long
28787         values; Ultrix cc can't do it.
28788
28789 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28790
28791         * m4/mktime.m4: New file, which is a preview of what should appear
28792         in the next public autoconf release.
28793
28794 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28795
28796         * m4/lfs.m4: Remove this file.
28797         * m4/largefile.m4: New file.  It contains the old contents of
28798         lfs.m4, except that all names with prefix AC_LFS have been
28799         changed to use the prefix AC_SYS_LARGEFILE instead, to be
28800         compatible with future autoconf versions.  Also, some minor m4
28801         quoting problems have been fixed.
28802
28803 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28804
28805         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
28806         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
28807         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
28808         and simplify the shell code.
28809
28810 1999-08-01  Jim Meyering  <meyering@ascend.com>
28811
28812         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
28813         m4.
28814
28815 1999-07-20  Jim Meyering  <meyering@ascend.com>
28816
28817         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
28818
28819 1999-07-15  Jim Meyering  <meyering@ascend.com>
28820
28821         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
28822
28823 1999-05-22  Jim Meyering  <meyering@ascend.com>
28824
28825         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
28826
28827 1999-05-20  Jim Meyering  <meyering@ascend.com>
28828
28829         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
28830         Add a colon after each `then' in case $4 is empty.
28831
28832 1999-05-16  Jim Meyering  <meyering@ascend.com>
28833
28834         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
28835
28836 1999-05-10  Jim Meyering  <meyering@ascend.com>
28837
28838         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
28839
28840         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
28841         AC_FUNC_MKTIME.
28842
28843 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
28844
28845         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
28846
28847 1999-05-04  Paul Eggert  <eggert@twinsun.com>
28848
28849         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
28850         not CPPFLAGS, so that linking works correctly in IRIX.
28851
28852 1999-04-30  Paul Eggert  <eggert@twinsun.com>
28853
28854         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
28855
28856 1999-04-20  Paul Eggert  <eggert@twinsun.com>
28857
28858         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
28859         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
28860         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
28861         jm_AC_TYPE_UNSIGNED_LONG_LONG.
28862         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
28863
28864         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
28865
28866 1999-04-20  Jim Meyering  <meyering@ascend.com>
28867
28868         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
28869         AC_REPLACE xstroull if necessary.  From Paul Eggert.
28870         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
28871
28872 1999-04-18  Jim Meyering  <meyering@ascend.com>
28873
28874         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
28875         * m4/jm-macros.m4: Use it.
28876
28877 1999-04-06  Jim Meyering  <meyering@ascend.com>
28878
28879         * m4/strftime.m4: Remove test for %f.
28880
28881 1999-03-29  Jim Meyering  <meyering@ascend.com>
28882
28883         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
28884         superset of the AC_TYPE_* checks in the textutils, fileutils,
28885         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
28886         AC_TYPE_PID_T.
28887
28888 1999-03-28  Jim Meyering  <meyering@ascend.com>
28889
28890         * m4/jm-macros.m4: Define GNU_PACKAGE here.
28891         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
28892         replaced e.g., in the *.sh files of the sh-utils.
28893
28894 1999-03-20  Jim Meyering  <meyering@ascend.com>
28895
28896         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
28897         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
28898         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
28899
28900 1999-03-19  Jim Meyering  <meyering@ascend.com>
28901
28902         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
28903
28904 1999-03-12  Jim Meyering  <meyering@ascend.com>
28905
28906         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
28907
28908 1999-03-07  Jim Meyering  <meyering@ascend.com>
28909
28910         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
28911         declared.
28912
28913 1999-02-17  Jim Meyering  <meyering@ascend.com>
28914
28915         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
28916         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
28917
28918 1999-02-07  Jim Meyering  <meyering@ascend.com>
28919
28920         * m4/group-member.m4: New file -- extracted from sh-utils'
28921         configure.in.
28922
28923         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
28924         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
28925
28926 1999-02-06  Jim Meyering  <meyering@ascend.com>
28927
28928         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
28929         * m4/fnmatch.m4: Likewise.
28930         * m4/getgroups.m4: Likewise.
28931         * m4/lstat.m4: Likewise.
28932         * m4/malloc.m4: Likewise.
28933         * m4/putenv.m4: Likewise.
28934         * m4/realloc.m4: Likewise.
28935         * m4/regex.m4: Likewise.
28936         * m4/stat.m4: Likewise.
28937         * m4/strftime.m4: Likewise.
28938         Suggestion from Alain Magloire.
28939
28940         * m4/chown.m4: Use `.$ac_objext', not `.o'.
28941         * m4/fnmatch.m4: Likewise.
28942         * m4/getgroups.m4: Likewise.
28943         * m4/getline.m4: Likewise.
28944         * m4/lstat.m4: Likewise.
28945         * m4/malloc.m4: Likewise.
28946         * m4/memcmp.m4: Likewise.
28947         * m4/putenv.m4: Likewise.
28948         * m4/realloc.m4: Likewise.
28949         * m4/regex.m4: Likewise.
28950         * m4/stat.m4: Likewise.
28951         * m4/strftime.m4: Likewise.
28952         Suggestion from Alain Magloire.
28953
28954         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
28955         an argument.
28956
28957         * m4/regex.m4: Add a run-time Test for proper operation of
28958         re_compile_pattern.
28959
28960 1999-01-31  Jim Meyering  <meyering@ascend.com>
28961
28962         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
28963
28964 1999-01-30  Jim Meyering  <meyering@ascend.com>
28965
28966         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
28967
28968         * m4/jm-mktime.m4: Make this a wrapper around the official
28969         AM_FUNC_MKTIME rather than my private copy, now that the official one
28970         is up to date.
28971         * m4/mktime.m4: Remove file.
28972
28973         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
28974         * m4/uptime.m4: Likewise.
28975         * m4/uintmax_t.m4: Likewise.
28976
28977 1999-01-28  Jim Meyering  <meyering@ascend.com>
28978
28979         * m4/jm-macros.m4: Use jm_AFS.
28980         * m4/afs.m4: New file (from fileutils' configure.in).
28981
28982         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
28983         * m4/chown.m4: Likewise.
28984         * m4/d-ino.m4: Likewise.
28985         * m4/d-type.m4: Likewise.
28986         * m4/fnmatch.m4: Likewise.
28987         * m4/getgroups.m4: Likewise.
28988         * m4/gettext.m4: Likewise.
28989         * m4/jm-mktime.m4: Likewise.
28990         * m4/jm-winsz2.m4: Likewise.
28991         * m4/lcmessage.m4: Likewise.
28992         * m4/ls-mntd-fs.m4: Likewise.
28993         * m4/malloc.m4: Likewise.
28994         * m4/memcmp.m4: Likewise.
28995         * m4/putenv.m4: Likewise.
28996         * m4/realloc.m4: Likewise.
28997         * m4/st_mtim.m4: Likewise.
28998         * m4/strftime.m4: Likewise.
28999
29000 1999-01-16  Jim Meyering  <meyering@ascend.com>
29001
29002         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
29003         (ARGMATCH_DIE_DECL): Define.
29004
29005 1999-01-12  Jim Meyering  <meyering@ascend.com>
29006
29007         * m4/Makefile.am.in: Rewrite to avoid using fmt.
29008         Reported by Lars Hecking.
29009
29010 1999-01-10  Jim Meyering  <meyering@ascend.com>
29011
29012         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
29013         gross kludge.
29014         * m4/inttypes_h.m4: Likewise.
29015         * m4/lstat.m4: Likewise.
29016         * m4/malloc.m4: Likewise.
29017         * m4/readdir.m4: Likewise.
29018         * m4/realloc.m4: Likewise.
29019         * m4/st_dm_mode.m4: Likewise.
29020         * m4/stat.m4: Likewise.
29021         * m4/utimbuf.m4: Likewise.
29022         * m4/utimes.m4: Likewise.
29023
29024         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
29025         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
29026         comments in config.h.in are meaningful.
29027
29028         * m4/jm-macros.m4: Require autoconf-2.13 here.
29029
29030         * m4/regex.m4: By default, don't use the included regex.c on systems
29031         with glibc 2.  Suggestion from Uli Drepper.
29032
29033 1999-01-02  Jim Meyering  <meyering@ascend.com>
29034
29035         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
29036
29037 1998-12-18  Jim Meyering  <meyering@ascend.com>
29038
29039         * m4/Makefile.am.in (Makefile.am): Simplify rule.
29040         Based on a suggestion from Lars Hecking.
29041
29042 1998-11-16  Paul Eggert  <eggert@twinsun.com>
29043
29044         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
29045
29046 1998-11-16  Jim Meyering  <meyering@ascend.com>
29047
29048         * m4/lfs.m4: Double-quote the `uname...` expression.
29049
29050 1998-11-14  Jim Meyering  <meyering@ascend.com>
29051
29052         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
29053         * m4/stat.m4: Likewise.
29054
29055 1998-11-03  Jim Meyering  <meyering@ascend.com>
29056
29057         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
29058         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
29059
29060 1998-10-18  Jim Meyering  <meyering@ascend.com>
29061
29062         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
29063
29064 1998-10-17  Jim Meyering  <meyering@ascend.com>
29065
29066         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
29067         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
29068         calls for those previously hard-coded headers.  Instead, take a new
29069         parameter.
29070         (jm_CHECK_DECLARATIONS): Reflect interface change.
29071         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
29072         (jm_CHECK_DECL_LOCALTIME_R): New macro.
29073
29074         * m4/mktime.m4: Test for spring-forward gap before long-running test.
29075
29076 1998-10-14  Jim Meyering  <meyering@ascend.com>
29077
29078         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
29079         instead of "TZ=America/Vancouver".  From Paul Eggert.
29080
29081 1998-10-11  Jim Meyering  <meyering@ascend.com>
29082
29083         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
29084         This adds a test for a recently added compatibility fix for mktime.c.
29085         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
29086
29087 1998-09-27  Jim Meyering  <meyering@ascend.com>
29088
29089         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
29090
29091         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
29092         ../configure.in, including a change from Gordon Matzigkeit to allow
29093         cross-compiling for the Hurd.
29094
29095         * m4/glibc.m4: New file/macro to test for the GNU C Library
29096         versions 1 and 2.  From Gordon Matzigkeit.
29097         Indent.
29098
29099 1998-09-21  Jim Meyering  <meyering@ascend.com>
29100
29101         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
29102
29103 1998-08-18  Paul Eggert  <eggert@twinsun.com>
29104
29105         Port nanosecond-resolution times to UnixWare 2.1.2 and
29106         pedantic Solaris 2.6.
29107
29108         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
29109         AC_STRUCT_ST_MTIM.
29110         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
29111         Generate name of ns member, instead of just 1 or undef.
29112         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
29113
29114 1998-08-15  Jim Meyering  <meyering@ascend.com>
29115
29116         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
29117         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
29118         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
29119         instead of jm_TYPE_SSIZE_T.
29120
29121 1998-08-12  Jim Meyering  <meyering@ascend.com>
29122
29123         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
29124
29125 1998-08-02  Jim Meyering  <meyering@ascend.com>
29126
29127         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
29128         in acconfig.h manually.
29129
29130 1998-07-31  Paul Eggert  <eggert@twinsun.com>
29131
29132         * m4/st_mtim.m4: New file.
29133
29134 1998-07-28  Jim Meyering  <meyering@ascend.com>
29135
29136         * m4/utimes.m4: Undef stat.
29137
29138 1998-07-25  Jim Meyering  <meyering@ascend.com>
29139
29140         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
29141         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
29142
29143 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
29144
29145         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
29146         uid and gid actually remain unchanged.
29147
29148 1998-07-07  Jim Meyering  <meyering@ascend.com>
29149
29150         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
29151
29152 1998-07-04  Jim Meyering  <meyering@ascend.com>
29153
29154         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
29155         to prove that this macro can be used in packages without regex.c.
29156
29157 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
29158
29159         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
29160         is to be used.
29161
29162 1998-07-03  Jim Meyering  <meyering@ascend.com>
29163
29164         * m4/gettext.m4: Add -lintl if it's found to be necessary.
29165
29166         * m4/gettext.m4: New file -- from gettext-0.10.35.
29167         * m4/lcmessage.m4: Likewise.
29168         * m4/progtest.m4: Likewise.
29169
29170         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
29171         * m4/jm-macros.m4: Require the new macro.
29172
29173 1998-06-29  Jim Meyering  <meyering@ascend.com>
29174
29175         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
29176         for the definition of NGROUPS (used in a system header included
29177         by sys/mount.h).
29178
29179 1998-06-28  Jim Meyering  <meyering@ascend.com>
29180
29181         * m4/ls-mntd-fs.m4: New file.
29182         * m4/fstypename.m4: New file.
29183
29184         * m4/jm-macros.m4: Require the new macro.
29185         * m4/jm-glibc-io.m4: New file.
29186
29187 1998-05-19  Jim Meyering  <meyering@ascend.com>
29188
29189         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
29190         * m4/lchown.m4: New file.
29191
29192         * m4/Makefile.am.in: New file.
29193         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
29194
29195 1998-05-14  Jim Meyering  <meyering@ascend.com>
29196
29197         * m4/Makefile.am (EXTRA_DIST): Add them.
29198         * m4/jm-macros.m4: New file.
29199         * m4/utimbuf.m4: New file.
29200
29201 1998-05-12  Jim Meyering  <meyering@ascend.com>
29202
29203         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
29204
29205 1998-05-11  Jim Meyering  <meyering@ascend.com>
29206
29207         * m4/isc-posix.m4: New file.
29208
29209 1998-05-10  Jim Meyering  <meyering@ascend.com>
29210
29211         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
29212
29213 1998-05-09  Jim Meyering  <meyering@ascend.com>
29214
29215         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
29216         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
29217         with automake.
29218
29219         * m4/ssize_t.m4: New file.
29220         * m4/mktime.m4: Remove file -- the new automake has this now.
29221
29222 1998-04-26  Jim Meyering  <meyering@ascend.com>
29223
29224         * m4/assert.m4: New file.
29225         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
29226
29227 1998-04-05  Jim Meyering  <meyering@ascend.com>
29228
29229         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
29230         (jm_PREREQ): Use it here.
29231
29232 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
29233
29234         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
29235         in acconfig.h.
29236
29237 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
29238
29239         * m4/prereq.m4: New file.
29240         * m4/error.m4: New file.
29241         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
29242
29243 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
29244
29245         * m4/getline.m4: Don't set am_cv_func_working_getline before the
29246         cache-check for the same variable -- that defeated the purpose of
29247         the test; the test program was never run.  This was a problem only
29248         on systems with losing getline functions -- HP-UX 10.20 is one.
29249         Reported by Bjorn Helgaas.
29250
29251 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
29252
29253         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
29254
29255 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
29256
29257         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
29258
29259         * m4/const.m4: New file.  Use an initializer in this declaration
29260         typedef int charset[2]; const charset x;
29261         Reported by Bob Glickstein.
29262
29263 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
29264
29265         * m4/chown.m4: Fix reversed types on -1 args to chown.
29266         From Kaveh Ghazi.
29267
29268 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
29269
29270         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
29271         Add lseek and memchr.
29272
29273         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
29274         T.E.Dickey <dickey@clark.net> said that some older preprocessors
29275         have a 20-character limit on names.
29276
29277 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
29278
29279         * m4/inttypes_h.m4: New file.
29280         * m4/uintmax_t.m4: New file.
29281         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
29282
29283 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
29284   Free Software Foundation, Inc.
29285 Copying and distribution of this file, with or without modification,
29286 are permitted provided the copyright notice and this notice are preserved.