Regarding integer division by 0, x86_64 behaves like i386.
[pspp] / ChangeLog
1 2007-04-02  Bruno Haible  <bruno@clisp.org>
2
3         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
4         i386.
5
6 2007-04-01  Simon Josefsson  <simon@josefsson.org>
7
8         * modules/crypto/arcfour: Moved from ../.
9         * modules/crypto/arcfour-tests: Moved from ../.
10         * modules/crypto/arctwo: Moved from ../.
11         * modules/crypto/arctwo-tests: Moved from ../.
12         * modules/crypto/des: Moved from ../.
13         * modules/crypto/des-tests: Moved from ../.
14         * modules/crypto/gc-arcfour: Moved from ../.
15         * modules/crypto/gc-arcfour-tests: Moved from ../.
16         * modules/crypto/gc-arctwo: Moved from ../.
17         * modules/crypto/gc-arctwo-tests: Moved from ../.
18         * modules/crypto/gc-des: Moved from ../.
19         * modules/crypto/gc-des-tests: Moved from ../.
20         * modules/crypto/gc-hmac-md5: Moved from ../.
21         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
22         * modules/crypto/gc-hmac-sha1: Moved from ../.
23         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
24         * modules/crypto/gc-md2: Moved from ../.
25         * modules/crypto/gc-md2-tests: Moved from ../.
26         * modules/crypto/gc-md4: Moved from ../.
27         * modules/crypto/gc-md4-tests: Moved from ../.
28         * modules/crypto/gc-md5: Moved from ../.
29         * modules/crypto/gc-md5-tests: Moved from ../.
30         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
31         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
32         * modules/crypto/gc-random: Moved from ../.
33         * modules/crypto/gc-rijndael: Moved from ../.
34         * modules/crypto/gc-rijndael-tests: Moved from ../.
35         * modules/crypto/gc-sha1: Moved from ../.
36         * modules/crypto/gc-sha1-tests: Moved from ../.
37         * modules/crypto/gc-tests: Moved from ../.
38         * modules/crypto/hmac-md5: Moved from ../.
39         * modules/crypto/hmac-md5-tests: Moved from ../.
40         * modules/crypto/hmac-sha1: Moved from ../.
41         * modules/crypto/hmac-sha1-tests: Moved from ../.
42         * modules/crypto/md2: Moved from ../.
43         * modules/crypto/md2-tests: Moved from ../.
44         * modules/crypto/md4: Moved from ../.
45         * modules/crypto/md4-tests: Moved from ../.
46         * modules/crypto/md5: Moved from ../.
47         * modules/crypto/md5-tests: Moved from ../.
48         * modules/crypto/memxor: Moved from ../.
49         * modules/crypto/rijndael: Moved from ../.
50         * modules/crypto/rijndael-tests: Moved from ../.
51         * modules/crypto/sha1: Moved from ../.
52
53 2007-03-30  James Youngman  <jay@gnu.org>
54
55         * tests/test-stat-time.c (prepare_test): use chmod() rather than
56         rename() to change the ctime of a file (because ctime is unaffected
57         by rename on jfs2 on AIX 5.1).
58         (main): Start by doing cleanup, in case a previous run failed leaving
59         test files behind.
60
61 2007-03-31  Bruno Haible  <bruno@clisp.org>
62
63         Support old proprietary implementations of iconv.
64         * modules/iconv_open: New file.
65         * lib/iconv_.h: New file.
66         * m4/iconv_h.m4: New file.
67         * lib/iconv_open.c: New file.
68         * lib/iconv_open-aix.gperf: New file.
69         * lib/iconv_open-hpux.gperf: New file.
70         * lib/iconv_open-irix.gperf: New file.
71         * lib/iconv_open-osf.gperf: New file.
72         * m4/iconv_open.m4: New file.
73         * modules/linebreak (Depends-on): Add iconv_open.
74         * modules/striconv (Depends-on): Likewise.
75         * modules/striconveh (Depends-on): Likewise.
76         * modules/unicodeio (Depends-on): Likewise.
77         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
78         (iconv_t)(-1).
79         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
80         conversion if cd is (iconv_t)(-1).
81         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
82         is not possible.
83
84 2007-03-31  Bruno Haible  <bruno@clisp.org>
85
86         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
87         work on Solaris either. Protect also second use of "autodetect_jp".
88
89 2007-03-31  Bruno Haible  <bruno@clisp.org>
90
91         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
92         the function is not present.
93
94 2007-03-31  Bruno Haible  <bruno@clisp.org>
95
96         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
97         the function is not present.
98
99 2007-03-31  Bruno Haible  <bruno@clisp.org>
100
101         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
102         a bug in HP-UX iconv_open().
103
104 2007-03-31  Bruno Haible  <bruno@clisp.org>
105
106         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
107         (Mathematics <math.h>): New section, add fpieee.
108         (Input/output <stdio.h>): Add fseterr.
109         (Mathematics <math.h>): New section, add printf-frexp.
110         (Container data structures): Add sublist.
111         (Core language properties): Add fpucw, inline.
112         (Functions for greatest-width integer types <inttypes.h>): Add
113         imaxabs, imaxdiv, inttypes.
114         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
115         isnanl-nolibm, ldexp.
116         (Mathematics <math.h>): New section, add printf-frexpl.
117         (Support for systems lacking POSIX:2001): Add fprintf-posix,
118         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
119         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
120         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
121         (Unicode string functions): Add unistr/u*-mbtoucr.
122         (Java): Add javacomp-script, javaexec-script.
123         (C#): Add csharpcomp-script, csharpexec-script.
124         (Support for building libraries and executables): Add havelib,
125         relocatable-*.
126         (Support for maintaining and releasing projects): Renamed from
127         'Support for maintaining and release projects'. Add announce-gen.
128
129 2007-03-31  Bruno Haible  <bruno@clisp.org>
130
131         * README: Talk primarily about git.
132         (git and CVS): Renamed from CVS.
133         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
134         gnulib is available through git.
135         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
136
137 2007-03-30  Bruno Haible  <bruno@clisp.org>
138
139         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
140         * lib/poll_.h: Likewise.
141         * lib/stat_.h: Likewise.
142         * lib/sys_time_.h: Likewise.
143         * lib/sysexit_.h: Likewise.
144         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
145         * lib/stdbool_.h: Likewise.
146         * lib/byteswap_.h: Add double-inclusion guard.
147
148 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
149
150         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
151
152 2007-03-30  Karl Berry  <karl@gnu.org>
153
154         * config/srclist-update: double space after USA in the license
155         substitution, since that's how it's usually (?) written.
156
157 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
158
159         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
160         reported by Bruno Haible.
161
162 2007-03-29  Bruno Haible  <bruno@clisp.org>
163
164         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
165         a bug in AIX iconv().
166
167 2007-03-29  Bruno Haible  <bruno@clisp.org>
168
169         * modules/ldexpl-tests: New file.
170         * tests/test-ldexpl.c: New file.
171
172 2007-03-29  Bruno Haible  <bruno@clisp.org>
173
174         * lib/ldexpl.c: Include fpucw.h.
175         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
176         multiplication.
177         * modules/ldexpl (Depends-on): Add fpucw.
178
179 2007-03-29  Bruno Haible  <bruno@clisp.org>
180
181         * modules/ldexpl: New file.
182         * m4/ldexpl.m4: New file.
183         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
184         set.
185         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
186         REPLACE_LDEXPL.
187         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
188         REPLACE_LDEXPL.
189         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
190         gl_FUNC_LDEXPL_WORKS.
191         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
192         * modules/mathl (Files): Remove lib/ldexpl.c.
193         (Depends-on): Add ldexpl.
194
195 2007-03-29  Bruno Haible  <bruno@clisp.org>
196
197         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
198
199 2007-03-29  Bruno Haible  <bruno@clisp.org>
200
201         * tests/test-striconveh.c (main): Don't assume that a direct conversion
202         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
203         and possibly also HP-UX.
204         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
205         work on AIX, IRIX, HP-UX, OSF/1.
206         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
207         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
208         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
209         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
210         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
211         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
212
213 2007-03-29  Bruno Haible  <bruno@clisp.org>
214
215         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
216
217 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
218
219         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
220         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
221
222 2007-03-29  Eric Blake  <ebb9@byu.net>
223
224         * lib/acl-internal.h: Remove redundant include.
225         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
226         Cygwin when a file is locked.
227
228 2007-03-29  Bruno Haible  <bruno@clisp.org>
229
230         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
231         file.
232         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
233
234 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
235
236         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
237         try to remove a parent directory if the child couldn't be removed
238         (except for the first rmdir, which could fail because the child
239         doesn't exist).  Problem reported by Jeff Blaine in
240         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
241
242 2007-03-28  Bruno Haible  <bruno@clisp.org>
243
244         * lib/striconveh.c (utf8conv_carefully): New function.
245         (mem_cd_iconveh_internal): Invoke it.
246
247 2007-03-28  Bruno Haible  <bruno@clisp.org>
248
249         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
250         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
251         input.
252         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
253         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
254         unistr/u8-uctomb.
255
256 2007-03-28  Bruno Haible  <bruno@clisp.org>
257
258         * modules/unistr/u8-mbtoucr: New file.
259         * lib/unistr/u8-mbtoucr.c: New file.
260         * modules/unistr/u16-mbtoucr: New file.
261         * lib/unistr/u16-mbtoucr.c: New file.
262         * modules/unistr/u16-mbtoucr: New file.
263         * lib/unistr/u16-mbtoucr.c: New file.
264         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
265
266 2007-03-27  Simon Josefsson  <simon@josefsson.org>
267             Bruno Haible  <bruno@clisp.org>
268
269         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
270         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
271         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
272
273         * m4/stdio_h.m4: Add stubs for vasprintf too.
274
275         * modules/stdio: Support vasprintf in sed command.
276
277         * modules/vasprintf: Depend on stdio for prototypes.  Remove
278         vasprintf.h.  Add stdio module indicator.
279
280         * lib/stdio_.h: Declare asprintf and vasprintf, based on
281         vasprintf.h.
282
283         * lib/vasprintf.h: File removed.
284
285         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
286         * lib/vasprintf.c: Ditto.
287         * lib/xvasprintf.c: Ditto.
288         * tests/test-vasprintf-posix.c: Ditto.
289         * tests/test-vasprintf.c: Ditto.
290
291 2007-03-27  Bruno Haible  <bruno@clisp.org>
292
293         Make vasnprintf multithread-safe.
294         * lib/vasnprintf.c (decimal_point_char): New function.
295         (VASNPRINTF): Use it.
296         Suggested by Simon Josefsson.
297
298 2007-03-27  Eric Blake  <ebb9@byu.net>
299
300         Support sub-second birthtime on cygwin.
301         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
302         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
303         (get_stat_birthtime): Also work with st_birthtim.
304
305 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
306
307         * lib/stat-time.h (USE_BIRTHTIME): Remove.
308         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
309         (get_stat_birthtime_ns): Do not try to use "spare" fields.
310         (get_stat_birthtime_ns): Simplify compile-time tests.
311         (get_stat_birthtime): Change the API to look like
312         get_stat_mtime etc., except return a negative tv_nsec on error.
313         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
314         Don't check for "spare" fields.
315         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
316         or for struct stat.st_birthtime, as these tests aren't used.
317         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
318
319 2007-03-27  Bruno Haible  <bruno@clisp.org>
320
321         * lib/stat-time.h: Include <sys/stat.h>.
322
323 2007-03-27  James Youngman  <jay@gnu.org>
324
325         * lib/stat-time.h (get_stat_birthtime): New function for
326           retrieving st_birthtime as provided by UFS2 (hence *BSD).
327         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
328           and its variants.
329         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
330         * modules/stat-time-test: New file.
331         * tests/test-stat-time.c: New test, devised by Bruno Haible.
332
333 2007-03-26  Bruno Haible  <bruno@clisp.org>
334
335         Better support of signalling NaNs.
336         * lib/atanl.c: Include isnanl.h.
337         (atanl): Perform test for NaN at the beginning of the function and
338         through a call to isnanl.
339         * lib/cosl.c: Include isnanl.h.
340         (cosl): Perform test for NaN at the beginning of the function and
341         through a call to isnanl.
342         * lib/ldexpl.c: Include isnanl.h.
343         (ldexpl): Perform test for NaN through a call to isnanl.
344         * lib/logl.c: Include isnanl.h.
345         (logl): Perform test for NaN at the beginning of the function and
346         through a call to isnanl.
347         * lib/sinl.c: Include isnanl.h.
348         (sinl): Perform test for NaN at the beginning of the function and
349         through a call to isnanl.
350         * lib/sqrtl.c: Include isnanl.h.
351         (sqrtl): Perform test for NaN at the beginning of the function and
352         through a call to isnanl.
353         * lib/tanl.c: Include isnanl.h.
354         (tanl): Perform test for NaN at the beginning of the function and
355         through a call to isnanl.
356         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
357         * modules/mathl (Depends-on): Add isnanl.
358
359 2007-03-26  Eric Blake  <ebb9@byu.net>
360
361         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
362         regression in logic sense of previous patch.
363
364 2007-03-26  Bruno Haible  <bruno@clisp.org>
365
366         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
367         unportable shell command "if ! ...".
368         Reported by Ralf Wildenhues.
369
370 2007-03-25  Bruno Haible  <bruno@clisp.org>
371
372         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
373         <sysexits.h> file, and only add EX_CONFIG.
374         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
375         absolute file name and whether it is sufficient. Substitute also
376         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
377         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
378         ABSOLUTE_SYSEXITS_H into sysexits.h.
379
380 2007-03-25  Bruno Haible  <bruno@clisp.org>
381
382         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
383         hints is NULL.
384
385 2007-03-25  Bruno Haible  <bruno@clisp.org>
386
387         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
388         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
389
390 2007-03-25  Bruno Haible  <bruno@clisp.org>
391
392         * lib/vasnprintf.c: Include langinfo.h.
393         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
394         multithread-safe.
395         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
396         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
397         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
398         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
399         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
400         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
401         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
402         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
403         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
404         Reported by Simon Josefsson.
405
406 2007-03-25  Bruno Haible  <bruno@clisp.org>
407
408         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
409         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
410         * modules/vasnprintf (Depends-on): Add stdint.
411
412 2007-03-25  Bruno Haible  <bruno@clisp.org>
413
414         * modules/fpieee: New file.
415         * m4/fpieee.m4: New file.
416         * modules/isnan-nolibm (Depends-on): Add fpieee.
417         * modules/isnanl-nolibm (Depends-on): Add fpieee.
418         * modules/isnanl (Depends-on): Add fpieee.
419
420 2007-03-25  Bruno Haible  <bruno@clisp.org>
421
422         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
423
424 2007-03-25  Bruno Haible  <bruno@clisp.org>
425
426         Avoid test failures on IRIX 6.5.
427         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
428         (main): Use it.
429         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
430         macros.
431         (main): Use them.
432
433 2007-03-25  Bruno Haible  <bruno@clisp.org>
434
435         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
436         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
437         exists but doesn't work.
438         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
439         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
440         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
441         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
442
443 2007-03-25  Bruno Haible  <bruno@clisp.org>
444
445         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
446         returns inf. Needed on IRIX 6.5.
447
448 2007-03-25  Bruno Haible  <bruno@clisp.org>
449
450         * tests/test-frexpl.c: Include isnanl-nolibm.h.
451         (main): Use isnanl instead of x != x idiom.
452         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
453
454         * tests/test-frexp.c: Include isnan.h.
455         (main): Use isnan instead of x != x idiom.
456         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
457
458 2007-03-25  Bruno Haible  <bruno@clisp.org>
459
460         * tests/test-frexp.c (NaN): New function/macro.
461         (main): Use it instead of 0.0 / 0.0.
462         * tests/test-isnan.c (NaN): New function/macro.
463         (main): Use it instead of 0.0 / 0.0.
464         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
465         (test_function): Use it instead of 0.0 / 0.0.
466         * tests/test-vasprintf-posix.c (NaN): New function/macro.
467         (test_function): Use it instead of 0.0 / 0.0.
468         * tests/test-snprintf-posix.h (NaN): New function/macro.
469         (test_function): Use it instead of 0.0 / 0.0.
470         * tests/test-sprintf-posix.h (NaN): New function/macro.
471         (test_function): Use it instead of 0.0 / 0.0.
472         * tests/test-fprintf-posix.h (NaN): New function/macro.
473         (test_function): Use it instead of 0.0 / 0.0.
474         * tests/test-printf-posix.h (NaN): New function/macro.
475         (test_function): Use it instead of 0.0 / 0.0.
476
477         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
478
479 2007-03-25  Bruno Haible  <bruno@clisp.org>
480
481         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
482
483 2007-03-25  Bruno Haible  <bruno@clisp.org>
484
485         * lib/regexec.c (merge_state_with_log): Make static.
486
487 2007-03-25  Bruno Haible  <bruno@clisp.org>
488
489         * lib/trigl.c (kernel_rem_pio2): Make static.
490
491 2007-03-25  Bruno Haible  <bruno@clisp.org>
492
493         * lib/sincosl.c (sincosl_table): Make static.
494
495 2007-03-25  Bruno Haible  <bruno@clisp.org>
496
497         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
498         if the compiler does not support C99.
499
500 2007-03-25  Bruno Haible  <bruno@clisp.org>
501
502         * modules/time (Makefile.am): Ensure all rule action lines start with a
503         tab.
504
505 2007-03-24  Bruno Haible  <bruno@clisp.org>
506
507         * modules/tsearch-tests: New file.
508         * tests/test-tsearch.sh: New file.
509         * tests/test-tsearch.c: New file, mostly copied from glibc.
510
511         * modules/search-tests: New file.
512         * tests/test-search.c: New file.
513
514         * modules/search: New file.
515         * lib/search_.h: New file, incorporating lib/tsearch.h.
516         * m4/search_h.m4: New file.
517         * lib/tsearch.h: Remove file.
518         * lib/tsearch.c: Include search.h instead of tsearch.h.
519         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
520         HAVE_TSEARCH.
521         * modules/tsearch (Files): Remove lib/tsearch.h.
522         (Depends-on): Add search.
523         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
524         (Include): Change tsearch.h into search.h.
525
526 2007-03-24  Bruno Haible  <bruno@clisp.org>
527
528         * modules/fpucw: New file.
529         * lib/fpucw.h: New file.
530         * lib/frexp.c: Include fpucw.h.
531         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
532         (FUNC): Use them.
533         * lib/printf-frexp.c: Include fpucw.h.
534         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
535         (FUNC): Use them.
536         * lib/vasnprintf.c: Include fpucw.h.
537         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
538         'long double' calculations.
539         * tests/test-frexpl.c: Include fpucw.h.
540         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
541         * tests/test-printf-frexpl.c: Include fpucw.h.
542         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
543         * modules/frexpl (Depends-on): Add fpucw.
544         * modules/printf-frexpl (Depends-on): Likewise.
545         * modules/fprintf-posix (Depends-on): Likewise.
546         * modules/snprintf-posix (Depends-on): Likewise.
547         * modules/sprintf-posix (Depends-on): Likewise.
548         * modules/vasnprintf-posix (Depends-on): Likewise.
549         * modules/vasprintf-posix (Depends-on): Likewise.
550         * modules/vfprintf-posix (Depends-on): Likewise.
551         * modules/vsnprintf-posix (Depends-on): Likewise.
552         * modules/vsprintf-posix (Depends-on): Likewise.
553         * modules/frexpl-tests (Depends-on): Likewise.
554         * modules/printf-frexpl-tests (Depends-on): Likewise.
555
556 2007-03-24  Bruno Haible  <bruno@clisp.org>
557
558         * lib/float+.h: New file.
559         * lib/isnan.c: Include float+.h.
560         (SIZE): New macro.
561         (FUNC): Compare only SIZE bytes of the value.
562         * lib/vasnprintf.c: Include float+.h.
563         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
564         SIZEOF_LDBL or SIZEOF_DBL bytes.
565         * modules/isnan-nolibm (Files): Add lib/float+.h.
566         * modules/isnanl-nolibm (Files): Add lib/float+.h.
567         * modules/isnanl (Files): Add lib/float+.h.
568         * modules/vasnprintf (Files): Add lib/float+.h.
569
570 2007-03-24  Bruno Haible  <bruno@clisp.org>
571
572         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
573         include isnanl-nolibm.h.
574
575 2007-03-24  Bruno Haible  <bruno@clisp.org>
576
577         * tests/test-read-file.c (main): Don't produce spurious output for
578         expected situations. Make the test fail if it encountered unexpected
579         results.
580
581 2007-03-24  Bruno Haible  <bruno@clisp.org>
582
583         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
584         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
585
586 2007-03-24  Bruno Haible  <bruno@clisp.org>
587
588         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
589
590 2007-03-24  Bruno Haible  <bruno@clisp.org>
591
592         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
593         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
594
595         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
596         * modules/utf8-ucs4: Turn into a symbolic link to module
597         unistr/u8-mbtouc.
598
599         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
600         utf8-ucs4-unsafe.
601         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
602         unistr/u8-mbtouc-unsafe.
603
604         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
605         * modules/utf16-ucs4: Turn into a symbolic link to module
606         unistr/u16-mbtouc.
607
608         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
609         utf16-ucs4-unsafe.
610         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
611         unistr/u16-mbtouc-unsafe.
612
613         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
614         * modules/ucs4-utf8: Turn into a symbolic link to module
615         unistr/u8-ubtomb.
616
617         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
618         * modules/ucs4-utf16: Turn into a symbolic link to module
619         unistr/u16-ubtomb.
620
621 2007-03-24  Bruno Haible  <bruno@clisp.org>
622
623         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
624         Enable the function only if HAVE_INLINE.
625         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
626         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
627         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
628         Enable the function only if HAVE_INLINE.
629         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
630         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
631         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
632         Enable the function only if HAVE_INLINE.
633         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
634         Enable the function only if HAVE_INLINE.
635         * modules/utf8-ucs4: Update.
636         * modules/utf8-ucs4-unsafe: Update.
637         * modules/utf16-ucs4: Update.
638         * modules/utf16-ucs4-unsafe: Update.
639         * modules/ucs4-utf8: Update.
640         * modules/ucs4-utf16: Update.
641
642 2007-03-24  Bruno Haible  <bruno@clisp.org>
643
644         * lib/utf8-ucs4.h: Remove file.
645         * lib/utf8-ucs4-unsafe.h: Remove file.
646         * lib/utf16-ucs4.h: Remove file.
647         * lib/utf16-ucs4-unsafe.h: Remove file.
648         * lib/ucs4-utf8.h: Remove file.
649         * lib/ucs4-utf16.h: Remove file.
650         * lib/unistr.h: Include their previous contents.
651         * m4/utf-ucs4.m4: Remove file.
652         * m4/ucs4-utf.m4: Remove file.
653         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
654         (Depends-on): Add unistr/base.
655         (configure.ac): Remove gl_UTF_UCS4.
656         (Makefile.am): Update.
657         (Include): Change to unistr.h.
658         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
659         (Depends-on): Add unistr/base.
660         (configure.ac): Remove gl_UTF_UCS4.
661         (Makefile.am): Update.
662         (Include): Change to unistr.h.
663         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
664         (Depends-on): Add unistr/base.
665         (configure.ac): Remove gl_UTF_UCS4.
666         (Makefile.am): Update.
667         (Include): Change to unistr.h.
668         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
669         (Depends-on): Add unistr/base.
670         (configure.ac): Remove gl_UTF_UCS4.
671         (Makefile.am): Update.
672         (Include): Change to unistr.h.
673         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
674         (Depends-on): Add unistr/base.
675         (configure.ac): Remove gl_UCS4_UTF.
676         (Makefile.am): Update.
677         (Include): Change to unistr.h.
678         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
679         (Depends-on): Add unistr/base.
680         (configure.ac): Remove gl_UCS4_UTF.
681         (Makefile.am): Update.
682         (Include): Change to unistr.h.
683         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
684         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
685         utf8-ucs4-unsafe.h.
686         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
687         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
688         utf16-ucs4-unsafe.h.
689         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
690         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
691         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
692         * lib/unistr/u8-strchr.c: Likewise.
693         * lib/unistr/u8-strrchr.c: Likewise.
694         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
695         * lib/unistr/u16-strchr.c: Likewise.
696         * lib/unistr/u16-strrchr.c: Likewise.
697         * lib/striconveh.c: Update.
698         * lib/linebreak.c: Update.
699
700 2007-03-24  Bruno Haible  <bruno@clisp.org>
701
702         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
703         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
704
705 2007-03-22  Bruno Haible  <bruno@clisp.org>
706
707         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
708
709 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
710
711         * MODULES.html.sh (File system functions): New module write-any-file.
712         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
713         * m4/write-any-file.m4: New files.
714
715 2007-03-23  Eric Blake  <ebb9@byu.net>
716
717         * gnulib-tool: Rearrange space-tab sequences, since some editors
718         like to eat them.
719
720 2007-03-23  Eric Blake  <ebb9@byu.net>
721
722         * lib/version-etc.c (version_etc_va): Update license wording to
723         be more concise.  Recommended by Richard Stallman.
724
725 2007-03-22  Bruno Haible  <bruno@clisp.org>
726
727         * lib/poll.c (MSG_PEEK): New fallback definition.
728
729 2007-03-22  Bruno Haible  <bruno@clisp.org>
730
731         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
732         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
733         (main): Update.
734         Fixes a compilation error on BeOS.
735
736 2007-03-22  Bruno Haible  <bruno@clisp.org>
737
738         * modules/frexpl-tests: New file.
739         * tests/test-frexpl.c: New file.
740
741         * modules/frexpl: New file.
742         * m4/frexpl.m4: New file.
743         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
744         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
745         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
746         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
747         (Depends-on): Add frexpl. Remove isnanl-nolibm.
748         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
749
750 2007-03-22  Bruno Haible  <bruno@clisp.org>
751
752         * lib/frexpl.c: Share code with lib/frexp.c.
753         * modules/mathl (Files): Add lib/frexp.c.
754         (Depends-on): Add isnanl-nolibm.
755
756 2007-03-22  Bruno Haible  <bruno@clisp.org>
757
758         * modules/printf-frexp (Files): Add m4/frexp.m4.
759         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
760         only if the found frexp function actually works.
761
762 2007-03-22  Bruno Haible  <bruno@clisp.org>
763
764         * lib/frexp.c: Remove older implementation that uses divisions.
765
766 2007-03-21  Bruno Haible  <bruno@clisp.org>
767
768         * modules/frexp-tests: New file.
769         * tests/test-frexp.c: New file.
770
771         * modules/frexp: New file.
772         * lib/frexp.c: New file.
773         * m4/frexp.m4: New file.
774         * lib/math_.h (frexp): New declaration.
775         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
776         REPLACE_FREXP.
777         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
778
779 2007-03-21  Bruno Haible  <bruno@clisp.org>
780
781         * modules/isnanl-tests: New file.
782         * tests/test-isnanl.c: New file.
783
784         * modules/isnanl: New file.
785         * lib/isnanl.h: New file.
786         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
787         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
788         gl_FUNC_ISNANL_WORKS.
789         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
790         New macros.
791
792 2007-03-21  Bruno Haible  <bruno@clisp.org>
793
794         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
795         lib/isnanl.h.
796         (Include): Update.
797         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
798         * lib/vasnprintf.c: Update.
799         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
800         tests/test-isnanl.h, remove tests/test-isnanl.c.
801         (Makefile.am): Update.
802         * tests/test-isnanl-nolibm.c: New file.
803         * tests/test-isnanl.h: New file.
804         * tests/test-isnanl.c: Remove file.
805
806 2007-03-21  Jim Meyering  <jim@meyering.net>
807
808         When trying to open ".", treat ESTALE like EACCES.
809         * lib/savewd.c (savewd_save): Resort to forking not just upon
810         failure with EACCES, but also when errno is ESTALE.
811
812 2007-03-20  Bruno Haible  <bruno@clisp.org>
813
814         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
815         Needed on AIX 5.1. Reported by Matthew Woehlke.
816
817 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
818
819         Suggestions by Bruno Haible:
820         * lib/acl-internal.h: Include "gettext.h" rather than rolling
821         our own.
822         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
823         * modules/acl (Depends-on): Add gettext.
824
825 2007-03-19  Bruno Haible  <bruno@clisp.org>
826
827         * modules/iconvme: Remove file.
828         * lib/iconvme.h: Remove file.
829         * lib/iconvme.c: Remove file.
830         * m4/iconvme.m4: Remove file.
831
832 2007-03-19  Bruno Haible  <bruno@clisp.org>
833
834         * doc/relocatable-maint.texi: Break long shell script line.
835         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
836
837 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
838
839         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
840         handle file_has_acl.
841         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
842         * lib/acl.c: Move header inclusions and related macro defns into
843         lib/acl-internal.h.
844         (S_ISLNK): Remove defn, since that's now done for us.
845         (file_has_acl): Move to lib/file-has-acl.c.
846         Call acl_trivial if available.  This is the crucial part of the fix.
847         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
848         shared within the library.  Rewrite a bit, partly to make it compatible
849         with the GNU coding style.
850         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
851         Remove unnecessary double-quotes.
852         Don't test for acl_to_text; the build will catch that.
853         Replace acl_entries if it doesn't exist and it is needed.
854         Check for -lsec and acl_trivial (as used on Solaris 10).
855         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
856         lib/file-has-acl.c.
857         (Depends-on): Add sys_stat, for S_ISLNK.
858
859 2007-03-19  Ben Pfaff  <blp@gnu.org>
860
861         * doc/gnulib.texi: Fix typos.
862         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
863
864 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
865
866         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
867         If size is zero here, buf must be zero.
868
869 2007-03-19  Simon Josefsson  <simon@josefsson.org>
870
871         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
872         <bruno@clisp.org>.
873
874 2007-03-18  Bruno Haible  <bruno@clisp.org>
875
876         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
877         Suggested by Eric Blake.
878
879 2007-03-18  Ben Pfaff  <blp@gnu.org>
880
881         * doc/relocatable.texi: Recommend using as prefix a directory
882         that does not exist and will never be created.  Based on
883         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
884         and others.
885
886 2007-03-17  Bruno Haible  <bruno@clisp.org>
887
888         * lib/fchownat.c: Include lchown.h.
889
890 2007-03-17  Bruno Haible  <bruno@clisp.org>
891
892         Fix endless loop when the given allocated size was > INT_MAX.
893         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
894         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
895         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
896         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
897         * lib/sprintf.c (sprintf): Likewise.
898
899 2007-03-17  Bruno Haible  <bruno@clisp.org>
900
901         * tests/test-argp-2.sh (func_compare): Output a context diff.
902
903 2007-03-17  Bruno Haible  <bruno@clisp.org>
904
905         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
906         locale's decimal-point character.
907
908 2007-03-17  Bruno Haible  <bruno@clisp.org>
909
910         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
911         before comparing it. Needed because on some platforms (e.g. x86) a
912         'long double' occupies less bytes than sizeof (long double).
913
914 2007-03-17  Bruno Haible  <bruno@clisp.org>
915
916         * tests/test-crc.c (main): Make printf statements 64-bit clean.
917         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
918         * tests/test-getaddrinfo.c (simple): Likewise.
919         * tests/test-read-file.c (main): Likewise.
920
921 2007-03-17  Bruno Haible  <bruno@clisp.org>
922
923         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
924
925 2007-03-17  Bruno Haible  <bruno@clisp.org>
926
927         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
928         unused variable.
929
930 2007-03-17  Bruno Haible  <bruno@clisp.org>
931
932         * tests/test-c-strcasecmp.c: Include c-strcase.h.
933         * tests/test-c-strncasecmp.c: Likewise.
934
935 2007-03-17  Bruno Haible  <bruno@clisp.org>
936
937         * modules/stdlib (Depends-on): Add unistd.
938         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
939         Needed for MacOS X 10.3.
940
941 2007-03-17  Bruno Haible  <bruno@clisp.org>
942
943         * lib/unistr/u-strdup.h: Include <stdlib.h>.
944
945 2007-03-17  Bruno Haible  <bruno@clisp.org>
946
947         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
948
949 2007-03-17  Bruno Haible  <bruno@clisp.org>
950
951         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
952         to reflect files copied from gnulib (with or without modifications).
953         Suggested by Jim Meyering.
954
955 2007-03-17  Eric Blake  <ebb9@byu.net>
956
957         * NEWS: Document stdlib change from 2007-02-18.
958
959 2007-03-17  Jim Meyering  <jim@meyering.net>
960
961         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
962         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
963         someone uses a name containing shell meta-characters.
964         Reported by Alfred M. Szmidt.
965
966         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
967
968 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
969
970         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
971         and copy gettext configuration files only if configure.ac contains
972         a use of AM_GNU_GETTEXT_VERSION.
973
974 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
975
976         * build-aux/bootstrap (gnulib_name): New variable.
977         (gnulib_tool_options): Use it.
978
979 2007-03-13  Simon Josefsson  <simon@josefsson.org>
980
981         * tests/test-des.c: Use new namespace.
982
983 2007-03-15  Bruno Haible  <bruno@clisp.org>
984
985         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
986         Reported by James Youngman <jay@gnu.org>.
987
988 2007-03-15  Bruno Haible  <bruno@clisp.org>
989
990         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
991         declared prototype. Needed with cc on OSF/1 5.1.
992
993 2007-03-15  Bruno Haible  <bruno@clisp.org>
994
995         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
996         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
997         (struct gl_list_implementation): Add dispose_fn argument to the
998         'create_empty', 'create' methods.
999         (struct gl_list_impl_base): Add field 'dispose_fn'.
1000         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
1001         argument.
1002         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
1003         dispose_fn argument.
1004         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
1005         dispose_fn on the dropped values.
1006         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
1007         dispose_fn argument.
1008         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
1009         dropped values.
1010         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
1011         (gl_tree_remove_node): Call dispose_fn on the dropped value.
1012         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
1013         (gl_tree_remove_node): Call dispose_fn on the dropped value.
1014         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
1015         argument.
1016         (gl_tree_list_free): Call dispose_fn on the dropped values.
1017         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
1018         the dropped values.
1019         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
1020         Add dispose_fn argument.
1021         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
1022         Call dispose_fn on the dropped values.
1023         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
1024         Add dispose_fn argument.
1025         (gl_sublist_create): Initialize the 'dispose_fn' field.
1026         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
1027         * tests/test-array_list.c (main): Update.
1028         * tests/test-carray_list.c (main): Update.
1029         * tests/test-avltree_list.c (main): Update.
1030         * tests/test-rbtree_list.c (main): Update.
1031         * tests/test-avltreehash_list.c (main): Update.
1032         * tests/test-rbtreehash_list.c (main): Update.
1033         * tests/test-linked_list.c (main): Update.
1034         * tests/test-linkedhash_list.c (main): Update.
1035         * tests/test-array_oset.c (main): Update.
1036
1037 2007-03-15  Bruno Haible  <bruno@clisp.org>
1038
1039         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
1040         (gl_oset_create_empty): Add dispose_fn argument.
1041         (struct gl_oset_implementation): Add dispose_fn argument to
1042         'create_empty' method.
1043         (struct gl_oset_impl_base): Add dispose_fn field.
1044         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
1045         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
1046         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
1047         values.
1048         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
1049         (gl_tree_oset_free): Call dispose_fn on the dropped values.
1050         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
1051         dropped value.
1052         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
1053         dropped value.
1054         * tests/test-array_oset.c (main): Update.
1055         * tests/test-avltree_oset.c (main): Update.
1056         * tests/test-rbtree_oset.c (main): Update.
1057         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
1058
1059 2007-03-13  Bruno Haible  <bruno@clisp.org>
1060
1061         * tests/test-stdbool.c (i): Update after last patch.
1062
1063 2007-03-12  Bruno Haible  <bruno@clisp.org>
1064
1065         * lib/quotearg.c: Include <wctype.h> early, before the definition of
1066         the iswprint macro. Needed on Solaris 2.5.1.
1067
1068 2007-03-12  Bruno Haible  <bruno@clisp.org>
1069
1070         * tests/test-printf-frexp.c (main): Declare x as volatile.
1071
1072 2007-03-12  Simon Josefsson  <simon@josefsson.org>
1073
1074         * doc/gnulib.texi (Build robot for gnulib): New section.
1075
1076 2007-03-12  Jim Meyering  <jim@meyering.net>
1077
1078         * build-aux/bootstrap: New file.
1079         * build-aux/bootstrap.conf: New file, from coreutils.
1080
1081 2007-03-11  Bruno Haible  <bruno@clisp.org>
1082
1083         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
1084
1085 2007-03-12  Simon Josefsson  <simon@josefsson.org>
1086
1087         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
1088         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
1089         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
1090
1091 2007-03-11  Bruno Haible  <bruno@clisp.org>
1092
1093         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
1094         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
1095
1096 2007-03-11  Bruno Haible  <bruno@clisp.org>
1097
1098         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
1099         formula. Needed for SunPRO C 5.0.
1100
1101 2007-03-11  Bruno Haible  <bruno@clisp.org>
1102
1103         * modules/long-options (Depends-on): Add getopt.
1104
1105 2007-03-11  Bruno Haible  <bruno@clisp.org>
1106
1107         * modules/modechange (Depends-on): Add stdbool.
1108
1109 2007-03-11  Bruno Haible  <bruno@clisp.org>
1110
1111         * modules/i-ring (Depends-on): Add stdbool.
1112
1113 2007-03-11  Bruno Haible  <bruno@clisp.org>
1114
1115         * modules/gc-des (Depends-on): Add stdbool.
1116
1117 2007-03-11  Bruno Haible  <bruno@clisp.org>
1118
1119         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
1120
1121 2007-03-11  Bruno Haible  <bruno@clisp.org>
1122
1123         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
1124
1125 2007-03-11  Bruno Haible  <bruno@clisp.org>
1126
1127         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
1128
1129 2007-03-11  Bruno Haible  <bruno@clisp.org>
1130
1131         * lib/vasnprintf.c (sprintf): Undefine.
1132
1133 2007-03-11  Bruno Haible  <bruno@clisp.org>
1134
1135         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
1136         initializers in SunPRO C and Compaq C compilers.
1137
1138 2007-03-11  Bruno Haible  <bruno@clisp.org>
1139
1140         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
1141         decrementing code ANSI C compliant.
1142
1143 2007-03-11  Bruno Haible  <bruno@clisp.org>
1144
1145         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
1146         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
1147
1148 2007-03-11  Bruno Haible  <bruno@clisp.org>
1149
1150         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
1151         <stdbool.h> substitute doesn't pass.
1152
1153 2007-03-11  Bruno Haible  <bruno@clisp.org>
1154
1155         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
1156
1157 2007-03-11  Bruno Haible  <bruno@clisp.org>
1158
1159         * gnulib-tool (func_create_megatestdir): Create also an autobuild
1160         script, for submission to autobuild.josefsson.org.
1161
1162 2007-03-10  Bruno Haible  <bruno@clisp.org>
1163
1164         * modules/canonicalize-lgpl-tests: New file.
1165         * tests/test-canonicalize-lgpl.sh: New file.
1166         * tests/test-canonicalize-lgpl.c: New file.
1167
1168         * modules/c-strcase-tests: New file.
1169         * tests/test-c-strcase.sh: New file.
1170         * tests/test-c-strcasecmp.c: New file.
1171         * tests/test-c-strncasecmp.c: New file.
1172
1173         * modules/atexit-tests: New file.
1174         * tests/test-atexit.sh: New file.
1175         * tests/test-atexit.c: New file.
1176
1177 2007-03-10  Bruno Haible  <bruno@clisp.org>
1178
1179         * tests/test-binary-io.sh: Use temporary filenames that are not so
1180         likely to clash with those of other tests (in a parallel make).
1181         * tests/test-binary-io.c: Likewise.
1182
1183 2007-03-10  Bruno Haible  <bruno@clisp.org>
1184
1185         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
1186         fallback; use #error instead.
1187         Suggested by Simon Josefsson.
1188
1189 2007-03-10  Bruno Haible  <bruno@clisp.org>
1190
1191         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
1192         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
1193         first and the last.
1194
1195 2007-03-10  Bruno Haible  <bruno@clisp.org>
1196
1197         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
1198
1199 2007-03-10  Bruno Haible  <bruno@clisp.org>
1200
1201         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
1202         "make distcheck".
1203         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
1204         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
1205         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
1206
1207 2007-03-10  Bruno Haible  <bruno@clisp.org>
1208
1209         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
1210         variable.
1211         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
1212         variable.
1213
1214 2007-03-09  Eric Blake  <ebb9@byu.net>
1215         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
1216
1217         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
1218         types are not being provided by gnulib.
1219         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
1220         types are supported.
1221
1222 2007-03-10  Bruno Haible  <bruno@clisp.org>
1223
1224         * lib/stdio_.h (__attribute__): New macro.
1225         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
1226         vsprintf): Specify __attribute__ __format__ for GCC.
1227         Suggested by Eric Blake.
1228
1229 2007-03-09  Bruno Haible  <bruno@clisp.org>
1230
1231         * modules/printf-posix-tests: New file.
1232         * tests/test-printf-posix.sh: New file.
1233         * tests/test-printf-posix.c: New file.
1234
1235         * modules/printf-posix: New file.
1236         * lib/printf.c: New file.
1237         * m4/printf-posix-rpl.m4: New file.
1238         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
1239         REPLACE_PRINTF.
1240         * lib/stdio_.h (printf): New declaration.
1241         (format, __format__, ____printf____, ____scanf____, ____strftime____,
1242         ____strfmon____): New macros.
1243         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
1244         REPLACE_PRINTF.
1245
1246 2007-03-09  Bruno Haible  <bruno@clisp.org>
1247
1248         * tests/test-vasnprintf-posix2.sh: New file.
1249         * tests/test-vasnprintf-posix2.c: New file.
1250         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
1251         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
1252         (Makefile.am): Activate test-vasnprintf-posix2.sh.
1253
1254         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
1255         a locale dependent decimal point, rather than always '.'.
1256
1257 2007-03-09  Eric Blake  <ebb9@byu.net>
1258
1259         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
1260         spite of platforms like Tandem/NSK that define it to -1.
1261
1262 2007-03-08  Bruno Haible  <bruno@clisp.org>
1263
1264         * modules/vprintf-posix-tests: New file.
1265         * tests/test-vprintf-posix.sh: New file.
1266         * tests/test-vprintf-posix.c: New file.
1267         * tests/test-printf-posix.h: New file.
1268
1269         * modules/vprintf-posix: New file.
1270         * lib/vprintf.c: New file.
1271         * m4/vprintf-posix.m4: New file.
1272         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
1273         REPLACE_VPRINTF.
1274         * lib/stdio_.h (vprintf): New declaration.
1275         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
1276         REPLACE_VPRINTF.
1277
1278 2007-03-08  Bruno Haible  <bruno@clisp.org>
1279
1280         * modules/fprintf-posix-tests: New file.
1281         * tests/test-fprintf-posix.sh: New file.
1282         * tests/test-fprintf-posix.c: New file.
1283
1284         * modules/fprintf-posix: New file.
1285         * lib/fprintf.c: New file.
1286         * m4/fprintf-posix.m4: New file.
1287         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
1288         REPLACE_FPRINTF.
1289         * lib/stdio_.h (fprintf): New declaration.
1290         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
1291         REPLACE_FPRINTF.
1292
1293 2007-03-08  Bruno Haible  <bruno@clisp.org>
1294
1295         * modules/vfprintf-posix-tests: New file.
1296         * tests/test-vfprintf-posix.sh: New file.
1297         * tests/test-vfprintf-posix.c: New file.
1298         * tests/test-fprintf-posix.h: New file.
1299         * tests/test-fprintf-posix.out: New file.
1300
1301         * modules/vfprintf-posix: New file.
1302         * lib/vfprintf.c: New file.
1303         * m4/vfprintf-posix.m4: New file.
1304         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
1305         REPLACE_VFPRINTF.
1306         * lib/stdio_.h (vfprintf): New declaration.
1307         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
1308         REPLACE_VFPRINTF.
1309
1310 2007-03-08  Bruno Haible  <bruno@clisp.org>
1311
1312         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
1313
1314 2007-03-08  Bruno Haible  <bruno@clisp.org>
1315
1316         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
1317         instead of 'expr' invocations.
1318         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1319         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1320         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1321         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1322         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1323         Suggested by Paul Eggert.
1324
1325 2007-03-08  Bruno Haible  <bruno@clisp.org>
1326
1327         * modules/fseterr-tests: New file.
1328         * tests/test-fseterr.c: New file.
1329
1330         * modules/fseterr: New file.
1331         * lib/fseterr.h: New file.
1332         * lib/fseterr.c: New file.
1333
1334 2007-03-08  Bruno Haible  <bruno@clisp.org>
1335
1336         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
1337         * lib/getopt_.h: Likewise.
1338         * lib/mbswidth.h: Likewise.
1339         * lib/setenv.h: Likewise.
1340         * lib/vasnprintf.h: Likewise.
1341         * lib/vasprintf.h: Likewise.
1342         * lib/verror.h: Likewise.
1343         * lib/xsetenv.h: Likewise.
1344         * lib/xvasprintf.h: Likewise.
1345
1346 2007-03-08  Jim Meyering  <jim@meyering.net>
1347
1348         * users.txt: Add parted.
1349
1350         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
1351
1352 2007-03-07  Bruno Haible  <bruno@clisp.org>
1353
1354         * m4/printf.m4: Make the shell script snippets copy&pastable.
1355
1356 2007-03-02  Bruno Haible  <bruno@clisp.org>
1357
1358         * lib/netinet_in_.h: New file.
1359         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
1360         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
1361         * modules/netinet_in (Files): Add lib/netinet_in_.h.
1362         (Depends-on): Add absolute-header.
1363         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
1364         into netinet/in.h.
1365
1366 2007-03-03  Bruno Haible  <bruno@clisp.org>
1367
1368         * lib/sys_select_.h: New file.
1369         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
1370         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
1371         * modules/sys_select (Files): Add lib/sys_select_.h.
1372         (Depends-on): Add absolute-header.
1373         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
1374         into sys/select.h.
1375
1376 2007-03-02  Bruno Haible  <bruno@clisp.org>
1377
1378         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
1379         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
1380         values.
1381         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
1382         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
1383         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
1384         * modules/sys_socket (Depends-on): Add absolute-header.
1385         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
1386         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
1387         (Include): Remove requirement of inclusion of <sys/types.h>.
1388
1389 2007-03-02  Bruno Haible  <bruno@clisp.org>
1390
1391         * lib/byteswap_.h (bswap_32): Fix formula.
1392
1393 2007-03-06  Bruno Haible  <bruno@clisp.org>
1394
1395         * modules/sprintf-posix-tests: New file.
1396         * tests/test-sprintf-posix.c: New file.
1397
1398         * modules/sprintf-posix: New file.
1399         * lib/sprintf.c: New file.
1400         * m4/sprintf-posix.m4: New file.
1401         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
1402         REPLACE_SPRINTF.
1403         * lib/stdio_.h (sprintf): New declaration.
1404         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
1405         REPLACE_SPRINTF.
1406
1407 2007-03-06  Bruno Haible  <bruno@clisp.org>
1408
1409         * modules/vsprintf-posix-tests: New file.
1410         * tests/test-vsprintf-posix.c: New file.
1411         * tests/test-sprintf-posix.h: New file.
1412
1413         * modules/vsprintf-posix: New file.
1414         * lib/vsprintf.c: New file.
1415         * m4/vsprintf-posix.m4: New file.
1416         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
1417         REPLACE_VSPRINTF.
1418         * lib/stdio_.h (vsprintf): New declaration.
1419         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
1420         REPLACE_VSPRINTF.
1421
1422 2007-03-06  Bruno Haible  <bruno@clisp.org>
1423
1424         * modules/vsnprintf (Depend-on): Remove minmax.
1425
1426 2007-03-06  Bruno Haible  <bruno@clisp.org>
1427
1428         * modules/snprintf-posix-tests: New file.
1429         * tests/test-snprintf-posix.c: New file.
1430
1431         * modules/snprintf-posix: New file.
1432         * m4/snprintf-posix.m4: New file.
1433         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
1434         gl_FUNC_SNPRINTF.
1435         (gl_FUNC_SNPRINTF): Invoke it.
1436         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
1437         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
1438         is set.
1439         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
1440
1441 2007-03-06  Bruno Haible  <bruno@clisp.org>
1442
1443         * modules/vsnprintf-posix-tests: New file.
1444         * tests/test-vsnprintf-posix.c: New file.
1445         * tests/test-snprintf-posix.h: New file.
1446
1447         * modules/vsnprintf-posix: New file.
1448         * m4/vsnprintf-posix.m4: New file.
1449         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
1450         gl_FUNC_VSNPRINTF.
1451         (gl_FUNC_VSNPRINTF): Invoke it.
1452         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
1453         * lib/stdio_.h (vsnprintf): Define as a replacement if
1454         REPLACE_VSNPRINTF is set.
1455         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
1456
1457 2007-03-06  Bruno Haible  <bruno@clisp.org>
1458
1459         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
1460         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
1461
1462 2007-03-06  Bruno Haible  <bruno@clisp.org>
1463
1464         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
1465         (asinl): Declare also if HAVE_DECL_ASINL is set.
1466         (atanl): Declare also if HAVE_DECL_ATANL is set.
1467         (ceill): Declare also if HAVE_DECL_CEILL is set.
1468         (cosl): Declare also if HAVE_DECL_COSL is set.
1469         (expl): Declare also if HAVE_DECL_EXPL is set.
1470         (floorl): Declare also if HAVE_DECL_FLOORL is set.
1471         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
1472         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
1473         (logl): Declare also if HAVE_DECL_LOGL is set.
1474         (sinl): Declare also if HAVE_DECL_SINL is set.
1475         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
1476         (tanl): Declare also if HAVE_DECL_TANL is set.
1477         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
1478         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
1479         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
1480         declaration of frexpl, ldexpl.
1481         * modules/printf-frexpl (Depends-on): Add math.
1482         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
1483
1484 2007-03-05  Bruno Haible  <bruno@clisp.org>
1485
1486         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
1487         frexpl and ldexpl are declared.
1488         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
1489
1490 2007-03-05  Bruno Haible  <bruno@clisp.org>
1491
1492         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
1493         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
1494
1495 2007-03-05  Bruno Haible  <bruno@clisp.org>
1496
1497         * lib/stdio_.h: Include <stddef.h>.
1498
1499 2007-03-05  Bruno Haible  <bruno@clisp.org>
1500
1501         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
1502
1503 2007-03-05  Bruno Haible  <bruno@clisp.org>
1504
1505         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
1506         NetBSD 4, from Ralf Wildenhues.
1507
1508 2007-03-04  Bruno Haible  <bruno@clisp.org>
1509
1510         * lib/vasprintf.h: Update #if logic for the case when the functions
1511         exist but are overridden.
1512
1513 2007-03-04  Bruno Haible  <bruno@clisp.org>
1514
1515         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
1516         implementations: glibc-2.4 and MacOS X 10.3.
1517         * tests/test-vasnprintf-posix.c (test_function): Test also the case
1518         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
1519         * tests/test-vasprintf-posix.c (test_function): Likewise.
1520
1521 2007-03-04  Bruno Haible  <bruno@clisp.org>
1522
1523         * modules/vasprintf-posix-tests: New file.
1524         * tests/test-vasprintf-posix.c: New file.
1525
1526         * modules/vasprintf-posix: New file.
1527         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
1528         defined.
1529         * m4/vasprintf-posix.m4: New file.
1530         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
1531         gl_FUNC_VASPRINTF.
1532         (gl_FUNC_VASPRINTF): Invoke it.
1533         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
1534         here.
1535         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
1536
1537 2007-03-04  Bruno Haible  <bruno@clisp.org>
1538
1539         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
1540         REPLACE_GETTIMEOFDAY.
1541         * modules/sys_time (Makefile.am): Likewise.
1542         * m4/sys_time_h.m4: Likewise.
1543         * m4/gettimeofday.m4: Likewise.
1544
1545 2007-03-04  Bruno Haible  <bruno@clisp.org>
1546
1547         * modules/vasnprintf-posix-tests: New file.
1548         * tests/test-vasnprintf-posix.c: New file.
1549
1550         * modules/vasnprintf-posix: New file.
1551         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
1552         printf-frexpl.h.
1553         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
1554         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
1555         REPLACE_VASNPRINTF is defined.
1556         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
1557         gl_FUNC_VASNPRINTF.
1558         (gl_FUNC_VASNPRINTF): Invoke it.
1559         * m4/vasnprintf-posix.m4: New file.
1560         * m4/printf.m4: New file.
1561
1562 2007-03-04  Bruno Haible  <bruno@clisp.org>
1563
1564         Compile progreloc.c only if --enable-relocatable is specified.
1565         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
1566         if --enable-relocatable was specified.
1567         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
1568         lib_SOURCES.
1569
1570 2007-03-04  Jim Meyering  <jim@meyering.net>
1571
1572         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
1573         Use it consistently, rather than enumerating errno constants.
1574
1575 2007-03-04  Bruno Haible  <bruno@clisp.org>
1576
1577         * modules/xvasprintf-tests: New file.
1578         * tests/test-xvasprintf.c: New file.
1579
1580         * modules/vasprintf-tests: New file.
1581         * tests/test-vasprintf.c: New file.
1582
1583         * modules/vasnprintf-tests: New file.
1584         * tests/test-vasnprintf.c: New file.
1585
1586         * modules/vsnprintf-tests: New file.
1587         * tests/test-vsnprintf.c: New file.
1588
1589         * modules/snprintf-tests: New file.
1590         * tests/test-snprintf.c: New file.
1591
1592 2007-03-04  Bruno Haible  <bruno@clisp.org>
1593
1594         Compile relocatable.c only if --enable-relocatable is specified.
1595         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
1596         gl_RELOCATABLE_LIBRARY.
1597         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
1598         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
1599         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
1600         gl_RELOCATABLE_LIBRARY.
1601         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
1602         (Makefile.am): Remove lib_SOURCES.
1603         * modules/relocatable-lib-lgpl (configure.ac): Invoke
1604         gl_RELOCATABLE_LIBRARY.
1605         (Makefile.am): Remove lib_SOURCES.
1606         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
1607         always.
1608         * modules/relocatable-prog-wrapper (configure.ac): Invoke
1609         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
1610
1611 2007-03-04  Bruno Haible  <bruno@clisp.org>
1612
1613         * modules/argmatch-tests: New file.
1614         * tests/test-argmatch.c: New file.
1615
1616         * tests/test-allocsa.c (main): Halve the number of loop runs.
1617
1618         * modules/alloca-opt-tests: New file.
1619         * tests/test-alloca-opt.c: New file.
1620
1621 2007-03-04  Jim Meyering  <jim@meyering.net>
1622
1623         Work around difference between Linux ACLs and Solaris 10 ZFS.
1624         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
1625         for EINVAL.
1626
1627 2007-03-03  Bruno Haible  <bruno@clisp.org>
1628
1629         * modules/relocatable-prog (Depends-on): Add back progreloc's
1630         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
1631
1632 2007-03-03  Bruno Haible  <bruno@clisp.org>
1633
1634         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
1635         * modules/relocatable-lib: New file.
1636
1637 2007-03-03  Bruno Haible  <bruno@clisp.org>
1638
1639         * modules/relocatable-prog: Renamed from modules/relocatable.
1640         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
1641
1642 2007-03-03  Bruno Haible  <bruno@clisp.org>
1643
1644         * modules/relocatable-script (Files): Add doc/relocatable.texi,
1645         m4/relocatable-lib.m4.
1646         (Depends-on): Remove 'relocatable'.
1647         (configure.ac): Add gl_RELOCATABLE_NOP.
1648
1649 2007-03-03  Bruno Haible  <bruno@clisp.org>
1650
1651         * modules/relocatable-prog-wrapper: New file.
1652         * modules/relocatable (Depends-on): Add it. Remove all other
1653         dependencies except progname.
1654         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
1655
1656         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
1657         (gl_FUNC_STRERROR): Nop.
1658         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
1659
1660         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
1661         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
1662
1663         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
1664         (gl_FUNC_READLINK): Update.
1665
1666         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
1667
1668 2007-03-03  Bruno Haible  <bruno@clisp.org>
1669
1670         * lib/xreadlink.c: Include <unistd.h> unconditionally.
1671         * modules/xreadlink (Depends-on): Add unistd.
1672         * modules/xreadlink-with-size (Depends-on): Likewise.
1673
1674 2007-03-03  Bruno Haible  <bruno@clisp.org>
1675
1676         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
1677         extracted from gt_FUNC_SETENV.
1678         (gt_FUNC_SETENV): Remove macro.
1679         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
1680         remove gt_FUNC_SETENV.
1681
1682 2007-03-03  Bruno Haible  <bruno@clisp.org>
1683
1684         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
1685         ENABLE_RELOCATABLE here.
1686         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
1687
1688 2007-03-03  Bruno Haible  <bruno@clisp.org>
1689
1690         * modules/rbtreehash-list-tests (Depends-on): Add progname.
1691         * tests/test-rbtreehash_list.c: Include progname.h.
1692         (main): Call set_program_name.
1693
1694         * modules/rbtree-oset-tests (Depends-on): Add progname.
1695         * tests/test-rbtree_oset.c: Include progname.h.
1696         (main): Call set_program_name.
1697
1698         * modules/rbtree-list-tests (Depends-on): Add progname.
1699         * tests/test-rbtree_list.c: Include progname.h.
1700         (main): Call set_program_name.
1701
1702         * modules/linked-list-tests (Depends-on): Add progname.
1703         * tests/test-linked_list.c: Include progname.h.
1704         (main): Call set_program_name.
1705
1706 2007-03-03  Bruno Haible  <bruno@clisp.org>
1707
1708         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
1709         All uses of __restrict changed to _Restrict_.
1710         * lib/glob_.h (__restrict): Remove macro.
1711
1712 2007-03-02  Bruno Haible  <bruno@clisp.org>
1713
1714         * modules/gettext (configure.ac): Require gettext infrastructure
1715         from version 0.16.1.
1716
1717 2007-03-02  Bruno Haible  <bruno@clisp.org>
1718
1719         * modules/linkedhash-list-tests (Depends-on): Add progname.
1720         * tests/test-linkedhash_list.c: Include progname.h.
1721         (main): Call set_program_name.
1722
1723         * modules/carray-list-tests (Depends-on): Add progname.
1724         * tests/test-carray_list.c: Include progname.h.
1725         (main): Call set_program_name.
1726
1727         * modules/avltreehash-list-tests (Depends-on): Add progname.
1728         * tests/test-avltreehash_list.c: Include progname.h.
1729         (main): Call set_program_name.
1730
1731         * modules/avltree-oset-tests (Depends-on): Add progname.
1732         * tests/test-avltree_oset.c: Include progname.h.
1733         (main): Call set_program_name.
1734
1735         * modules/avltree-list-tests (Depends-on): Add progname.
1736         * tests/test-avltree_list.c: Include progname.h.
1737         (main): Call set_program_name.
1738
1739         * modules/array-oset-tests (Depends-on): Add progname.
1740         * tests/test-array_oset.c: Include progname.h.
1741         (main): Call set_program_name.
1742
1743         * modules/array-list-tests (Depends-on): Add progname.
1744         * tests/test-array_list.c: Include progname.h.
1745         (main): Call set_program_name.
1746
1747         * modules/argp-tests (Depends-on): Add progname.
1748         * tests/test-argp.c: Include argp.h first. Include progname.h.
1749         (main): Call set_program_name.
1750
1751 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
1752
1753         * doc/gnulib-tool.texi (Initial import): Reword description of
1754         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
1755         limited effect even if defined after the first system include.
1756
1757 2007-03-01  Bruno Haible  <bruno@clisp.org>
1758
1759         * build-aux/config.libpath: Update to libtool-1.5.22.
1760         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
1761
1762 2007-03-01  Bruno Haible  <bruno@clisp.org>
1763
1764         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
1765         foo_CFLAGS.
1766         Reported by Ralf Wildenhues.
1767
1768 2007-03-01  Bruno Haible  <bruno@clisp.org>
1769
1770         * build-aux/install-reloc: Remove object files left over by some
1771         compilers.
1772         Reported by Ralf Wildenhues.
1773
1774 2007-03-01  Bruno Haible  <bruno@clisp.org>
1775
1776         * build-aux/install-reloc: Break long lines.
1777
1778 2007-03-01  Bruno Haible  <bruno@clisp.org>
1779
1780         * doc/relocatable.texi: Document that it may not work on OpenBSD.
1781         Reported by Ralf Wildenhues.
1782
1783 2007-03-01  Bruno Haible  <bruno@clisp.org>
1784
1785         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
1786         include ordering constraints.
1787
1788 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
1789
1790         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
1791         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
1792         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
1793         as another example.
1794         * lib/time_.h: Fix misspelling.
1795         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
1796         Require gl_HEADER_TIME_H_DEFAULTS.
1797         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
1798         * m4/time_r.m4 (gl_TIME_R): Likewise.
1799         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
1800
1801 2007-03-01  Bruno Haible  <bruno@clisp.org>
1802
1803         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
1804         * m4/utimens.m4 (gl_UTIMENS): Likewise.
1805
1806 2007-03-01  Jim Meyering  <jim@meyering.net>
1807
1808         * modules/xreadlink (Maintainer): Add my name.
1809         * modules/xreadlink-with-size (Depends-on): Alphabetize.
1810
1811 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
1812             Bruno Haible  <bruno@clisp.org>
1813
1814         * build-aux/install-reloc: Compile also c-ctype.c.
1815         * build-aux/relocatable.sh.in: New file.
1816         * doc/relocatable.texi: New file.
1817         * doc/relocatable-maint.texi: New file.
1818         * doc/gnulib.texi: Include relocatable-maint.texi.
1819         * lib/progreloc.c: Include unistd.h unconditionally.
1820         * lib/relocwrapper.c: Include unistd.h unconditionally.
1821         Include c-ctype.h.
1822         (add_dotbin): Use c_tolower.
1823         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
1824         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
1825         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
1826         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
1827         to m4/relocatable-lib.m4.
1828         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
1829         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
1830         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
1831         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
1832         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
1833         * modules/relocatable: New file.
1834         * modules/relocatable-lib: New file.
1835         * modules/relocatable-script: New file.
1836
1837 2007-02-28  Bruno Haible  <bruno@clisp.org>
1838
1839         Import --enable-relocatable infrastructure.
1840         * build-aux/config.libpath: New file, from GNU gettext.
1841         * build-aux/install-reloc: New file, from GNU gettext.
1842         * build-aux/reloc-ldflags: New file, from GNU gettext.
1843         * lib/relocatable.h: New file, from GNU gettext.
1844         * lib/relocatable.c: New file, from GNU gettext.
1845         * lib/relocwrapper.c: New file, from GNU gettext.
1846         * m4/relocatable.m4: New file, from GNU gettext.
1847
1848 2007-02-28  Bruno Haible  <bruno@clisp.org>
1849
1850         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
1851
1852         * modules/xreadlink: New file, from GNU gettext with modifications.
1853         * lib/xreadlink.c: New file, from GNU gettext.
1854         * lib/xreadlink.h: Add comments.
1855         (xreadlink): New declaration.
1856
1857         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
1858         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
1859         lib/xreadlink-with-size.c.
1860         (configure.ac): Remove gl_XREADLINK invocation.
1861         (Makefile.am): Augment lib_SOURCES.
1862         * m4/xreadlink.m4: Remove file.
1863         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
1864         (xreadlink_with_size): Renamed from xreadink.
1865         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
1866         * modules/canonicalize (Depends-on): Replace xreadlink with
1867         xreadlink-with-size.
1868         * lib/canonicalize.c (canonicalize_filename_mode): Update.
1869
1870 2007-02-25  Jim Meyering  <jim@meyering.net>
1871
1872         * build-aux/announce-gen: When complaining about excess arguments,
1873         list them.
1874
1875 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
1876
1877         * README: Document signed integer overflow situation more
1878         accurately.
1879
1880 2007-02-25  Bruno Haible  <bruno@clisp.org>
1881
1882         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
1883         'a' or 'A' conversion.
1884
1885 2007-02-25  Bruno Haible  <bruno@clisp.org>
1886
1887         * modules/filename: Renamed from modules/pathname.
1888         (Files): Replace lib/pathname.h with lib/filename.h. Replace
1889         lib/concatpath.c with lib/concat-filename.c.
1890         (Makefile.am): Update.
1891         (Include): Replace pathname.h with filename.h.
1892         * lib/filename.h: Renamed from lib/pathname.h.
1893         (concatenated_filename): Renamed from concatenated_pathname.
1894         * lib/concat-filename.c: Renamed from lib/concatpath.c.
1895         (concatenated_filename): Renamed from concatenated_pathname.
1896         * lib/findprog.c: Include filename.h instead of pathname.h.
1897         (find_in_path): Update.
1898         * lib/javacomp.c: Include filename.h instead of pathname.h.
1899         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
1900         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
1901         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
1902         is_oldgcj_14_13_usable, is_javac_usable): Update.
1903         * lib/javaexec.c: Include filename.h instead of pathname.h.
1904         (execute_java_class): Update.
1905         * modules/findprog: Update.
1906         * modules/javacomp: Update.
1907         * modules/javaexec: Update.
1908         * MODULES.html.sh (File system functions): Add 'filename', remove
1909         'pathname'.
1910
1911 2007-02-25  Bruno Haible  <bruno@clisp.org>
1912
1913         * modules/printf-frexpl-tests: New file.
1914         * tests/test-printf-frexpl.c: New file.
1915
1916         * modules/printf-frexpl: New file.
1917         * lib/printf-frexpl.h: New file.
1918         * lib/printf-frexpl.c: New file.
1919         * m4/printf-frexpl.m4: New file.
1920
1921 2007-02-25  Bruno Haible  <bruno@clisp.org>
1922
1923         * modules/printf-frexp-tests: New file.
1924         * tests/test-printf-frexp.c: New file.
1925
1926         * modules/printf-frexp: New file.
1927         * lib/printf-frexp.h: New file.
1928         * lib/printf-frexp.c: New file.
1929         * m4/printf-frexp.m4: New file.
1930
1931 2007-02-25  Bruno Haible  <bruno@clisp.org>
1932
1933         Assume automake >= 1.10 for the tests.
1934         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
1935         * modules/arctwo-tests: Likewise.
1936         * modules/argp-tests: Likewise.
1937         * modules/avltree-list-tests: Likewise.
1938         * modules/avltree-oset-tests: Likewise.
1939         * modules/avltreehash-list-tests: Likewise.
1940         * modules/carray-list-tests: Likewise.
1941         * modules/crc-tests: Likewise.
1942         * modules/des-tests: Likewise.
1943         * modules/gc-arcfour-tests: Likewise.
1944         * modules/gc-arctwo-tests: Likewise.
1945         * modules/gc-des-tests: Likewise.
1946         * modules/gc-hmac-md5-tests: Likewise.
1947         * modules/gc-hmac-sha1-tests: Likewise.
1948         * modules/gc-md2-tests: Likewise.
1949         * modules/gc-md4-tests: Likewise.
1950         * modules/gc-md5-tests: Likewise.
1951         * modules/gc-pbkdf2-sha1-tests: Likewise.
1952         * modules/gc-rijndael-tests: Likewise.
1953         * modules/gc-sha1-tests: Likewise.
1954         * modules/gc-tests: Likewise.
1955         * modules/getaddrinfo-tests: Likewise.
1956         * modules/hmac-md5-tests: Likewise.
1957         * modules/hmac-sha1-tests: Likewise.
1958         * modules/linked-list-tests: Likewise.
1959         * modules/linkedhash-list-tests: Likewise.
1960         * modules/lock-tests: Likewise.
1961         * modules/md2-tests: Likewise.
1962         * modules/md4-tests: Likewise.
1963         * modules/md5-tests: Likewise.
1964         * modules/rbtree-list-tests: Likewise.
1965         * modules/rbtree-oset-tests: Likewise.
1966         * modules/rbtreehash-list-tests: Likewise.
1967         * modules/read-file-tests: Likewise.
1968         * modules/rijndael-tests: Likewise.
1969         * modules/stdint-tests: Likewise.
1970         * modules/tls-tests: Likewise.
1971
1972 2007-02-24  Bruno Haible  <bruno@clisp.org>
1973
1974         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
1975         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
1976         function; instead check whether isnan with a double argument links.
1977         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
1978         function; instead check whether isnan with a 'long double' argument
1979         links.
1980         Reported by Eric Blake <ebb9@byu.net>.
1981
1982 2007-02-24  Bruno Haible  <bruno@clisp.org>
1983
1984         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
1985         defined.
1986         * lib/isnanl.c: Remove all code. Just include isnan.c.
1987         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
1988
1989 2007-02-25  Jim Meyering  <jim@meyering.net>
1990
1991         Avoid conflicting types for 'unsetenv' on FreeBSD.
1992         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
1993         conflicting with FreeBSD's (5.0 and 6.1) function declaration
1994         in stdlib.h.
1995
1996 2007-02-24  Bruno Haible  <bruno@clisp.org>
1997
1998         * modules/isnanl-nolibm-tests: New file.
1999         * tests/test-isnanl.c: New file.
2000
2001         * modules/isnanl-nolibm: New file.
2002         * lib/isnanl.h: New file.
2003         * lib/isnanl.c: New file.
2004         * m4/isnanl.m4: New file.
2005
2006 2007-02-24  Bruno Haible  <bruno@clisp.org>
2007
2008         * modules/isnan-nolibm-tests: New file.
2009         * tests/test-isnan.c: New file.
2010
2011         * modules/isnan-nolibm: New file.
2012         * lib/isnan.h: New file.
2013         * lib/isnan.c: New file.
2014         * m4/isnan.m4: New file.
2015
2016 2007-02-24  Bruno Haible  <bruno@clisp.org>
2017
2018         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
2019         assume that an exponent fits in 20 bits.
2020
2021 2007-02-24  Jim Meyering  <jim@meyering.net>
2022
2023         * m4/regex.m4: Update the description of the configure-time option,
2024         --without-included-regex, to state accurately what the defaults are,
2025         and perhaps to give people an idea why using this option is risky.
2026
2027 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
2028
2029         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
2030         loops on small arguments.  This attempts to avoid the problem
2031         Bruno Haible reported for AIX 4.3.2 in
2032         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
2033
2034 2007-02-23  Bruno Haible  <bruno@clisp.org>
2035
2036         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
2037         Needed for help2man.
2038
2039 2007-02-23  Karl Berry  <karl@gnu.org>
2040
2041         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
2042         exists, foo.h should be cvs-ignored, not committed.
2043
2044 2007-02-23  Eric Blake  <ebb9@byu.net>
2045
2046         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
2047         * lib/stat-time.h (includes): Likewise.
2048         * lib/utimecmp.c (includes): Likewise.
2049         * lib/utimens.h (includes): Likewise.
2050         * lib/getdate.y (includes): Also include "timespec.h" for use
2051         internal to the module.
2052         * modules/utimens (Depends-on): Revert yesterday's patch.
2053         * modules/nanosleep (Depends-on): Add missing dependency.
2054
2055 2007-02-22  Bruno Haible  <bruno@clisp.org>
2056
2057         * lib/glob.c: Don't include getlogin_r.h.
2058
2059 2007-02-22  Jim Meyering  <jim@meyering.net>
2060
2061         * modules/utimens (Depends-on): Add timespec, required for
2062         utimens.h's inclusion of timespec.h.
2063
2064 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
2065
2066         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
2067         long unreadable paths in GNU/Linux.  Problem reported by Andreas
2068         Schwab in
2069         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
2070         I'll try to think of a better way to fix the Solaris problem.
2071
2072         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
2073         like glibc; on Solaris 10, it fails with errno == EINVAL.
2074         POSIX says the behavior is unspecified if the first argument is NULL,
2075         so play it safe and never pass NULL to the system getcwd.
2076
2077 2007-02-21  Jim Meyering  <jim@meyering.net>
2078
2079         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
2080         of gettimeofday.  It would conflict with the one now always
2081         provided via sys_time_.h.  Reported by Matthew Woehlke, as
2082         an IRIX 6.5 build failure.
2083
2084 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
2085
2086         Minor fixups to port to Solaris 10 with Sun C 5.8.
2087         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
2088         * modules/getcwd (Depends-on): Add dirfd.
2089         * lib/putenv.c (putenv): #undef it.
2090         (rpl_putenv): New decl.
2091         (malloc, free): Include <stdlib.h> rather than prototyping separately.
2092
2093 2007-02-20  Bruno Haible  <bruno@clisp.org>
2094
2095         * modules/stdio-tests: New file.
2096         * tests/test-stdio.c: New file.
2097
2098         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
2099         (Depends-on): Add stdio.
2100         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
2101         (Include): Use <stdio.h> instead of vsnprintf.h.
2102         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
2103         HAVE_DECL_VSNPRINTF.
2104         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
2105
2106         * modules/snprintf (Files): Remove lib/snprintf.h.
2107         (Depends-on): Add stdio.
2108         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
2109         (Include): Use <stdio.h> instead of snprintf.h.
2110         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
2111         HAVE_DECL_SNPRINTF.
2112         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
2113         * lib/getaddrinfo.c: Likewise.
2114
2115         * modules/stdio: New file.
2116         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
2117         * lib/snprintf.h: Remove file.
2118         * lib/vsnprintf.h: Remove file.
2119         * lib/.cppi-disable: Remove snprintf.h.
2120         * m4/stdio_h.m4: New file.
2121         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
2122
2123 2007-02-20  Jim Meyering  <jim@meyering.net>
2124
2125         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
2126         used by e.g., mingw.  From Bruno Haible.
2127
2128 2007-02-19  Bruno Haible  <bruno@clisp.org>
2129
2130         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
2131         warnings.
2132         Reported by Ben Pfaff <blp@cs.stanford.edu>.
2133
2134 2007-02-19  Bruno Haible  <bruno@clisp.org>
2135
2136         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
2137         from mingw users.
2138
2139 2007-02-19  Bruno Haible  <bruno@clisp.org>
2140
2141         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
2142         warnings.
2143         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
2144
2145 2007-02-19  Jim Meyering  <jim@meyering.net>
2146
2147         Don't use FD after a successful "fdopendir (fd)".
2148         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
2149         Reset it by calling dirfd on the just-obtained DIR*.
2150
2151         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
2152         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
2153
2154 2007-02-18  Bruno Haible  <bruno@clisp.org>
2155
2156         * lib/readlink.c: Include <unistd.h>.
2157         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
2158         HAVE_READLINK.
2159         * modules/readlink (Depends-on): Add unistd.
2160         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2161         (Include): Add <unistd.h>.
2162
2163         * lib/getlogin_r.h: Remove file.
2164         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
2165         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
2166         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
2167         HAVE_DECL_GETLOGIN_R.
2168         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
2169         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2170         (Include): Use <unistd.h> instead of getlogin_r.h.
2171
2172         * lib/getcwd.h: Remove file.
2173         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
2174         * lib/xgetcwd.c: Likewise.
2175         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
2176         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
2177         * modules/getcwd (Files): Remove lib/getcwd.h.
2178         (Depends-on): Add unistd.
2179         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2180         (Include): Use <unistd.h> instad of getcwd.h.
2181
2182         * lib/ftruncate.c: Include <unistd.h> first.
2183         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
2184         Set HAVE_FTRUNCATE.
2185         * modules/ftruncate (Depends-on): Add unistd.
2186         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2187
2188         * lib/fchdir.c: Include <unistd.h> first.
2189         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
2190         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
2191         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
2192         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2193         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
2194
2195         * lib/dup2.c: Include <unistd.h> first.
2196         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
2197         HAVE_DUP2.
2198         * modules/dup2 (Depends-on): Add unistd.
2199         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2200
2201         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
2202         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
2203         REPLACE_CHOWN. Don't define chown as a macro here.
2204         * modules/chown (Depends-on): Add unistd.
2205         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2206
2207         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
2208         Add definition for GL_LINK_WARNING.
2209         (chown, dup2): New declarations.
2210         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
2211         link warning.
2212         (ftruncate): New declaration.
2213         (getcwd): New declaration, taken from old getcwd.h.
2214         (getlogin_r): New declaration, taken from old getlogin_r.h.
2215         (readlink): New declaration.
2216         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
2217         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
2218         (gl_PREREQ_UNISTD): Remove macro.
2219         (gl_UNISTD_MODULE_INDICATOR): New macro.
2220         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
2221         many new variables. Don't set UNISTD_H.
2222         * modules/unistd (Description): Change.
2223         (Depends-on): Add link-warning.
2224         (configure.ac): Update.
2225         (Makefile.am): Create unistd.h always. Substitute many new variables
2226         into it.
2227
2228 2007-02-18  Bruno Haible  <bruno@clisp.org>
2229
2230         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
2231         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
2232         HAVE_GETSUBOPT.
2233         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
2234         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
2235         * lib/getsubopt.h: Remove file.
2236         * modules/getsubopt (Files): Remove lib/getsubopt.h.
2237         (Depends-on): Add stdlib.
2238         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
2239         (Includes): Use <stdlib.h> instead of getsubopt.h.
2240         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
2241         Set HAVE_GETSUBOPT.
2242         * lib/getsubopt.c: Don't include getsubopt.h.
2243
2244 2007-02-18  Bruno Haible  <bruno@clisp.org>
2245
2246         * modules/fchdir (Depends-on): Add dup2.
2247
2248 2007-02-18  Bruno Haible  <bruno@clisp.org>
2249
2250         * lib/stdlib_.h: Handle glibc's special invocation convention
2251         specially.
2252
2253 2007-02-18  Bruno Haible  <bruno@clisp.org>
2254
2255         * modules/stdlib-tests: New file.
2256         * tests/test-stdlib.c: New file.
2257
2258         * modules/mkstemp (Files): Remove lib/mkstemp.h.
2259         (Depends-on): Add stdlib.
2260         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
2261         (Includes): Use <stdlib.h> instead of mkstemp.h.
2262         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
2263         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
2264         * lib/mkstemp.c: Don't include mkstemp.h.
2265         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
2266         * lib/stdlib--.h: Don't include mkstemp.h.
2267
2268         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
2269         (Depends-on): Add stdlib.
2270         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
2271         (Includes): Use <stdlib.h> instead of mkdtemp.h.
2272         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
2273         HAVE_MKDTEMP.
2274         * lib/mkdtemp.c: Don't include mkdtemp.h.
2275         * lib/clean-temp.c: Don't include mkdtemp.h.
2276
2277         * modules/exit (Files): Remove lib/exit.h.
2278         (Depends-on): Add stdlib.
2279         (Makefile.am): Remove lib_SOURCES.
2280         (Include): Use <stdlib.h> instead of exit.h.
2281         * lib/argmatch.c: Don't include exit.h.
2282         * lib/execute.c: Likewise.
2283         * lib/pagealign_alloc.c: Likewise.
2284         * lib/pipe.c: Likewise.
2285         * lib/wait-process.c: Likewise.
2286         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
2287         * lib/exitfail.c: Likewise.
2288         * lib/savewd.c: Likewise.
2289         * lib/xsetenv.c: Likewise.
2290
2291         * modules/stdlib: New file.
2292         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
2293         and extra comments about mkstemp().
2294         * lib/exit.h: Remove file.
2295         * lib/mkdtemp.h: Remove file.
2296         * lib/mkstemp.h: Remove file.
2297         * m4/stdlib_h.m4: New file.
2298         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
2299
2300 2007-02-18  Bruno Haible  <bruno@clisp.org>
2301
2302         * modules/math-tests: New file.
2303         * tests/test-math.c: New file.
2304
2305         * modules/math: New file.
2306         * modules/mathl (Files): Remove lib/mathl.h.
2307         (Depends-on): Add math.
2308         (Makefile.am): Don't mention mathl.h.
2309         (Include): Use <math.h> instead of mathl.h.
2310         * lib/math_.h: New file.
2311         * lib/mathl.h: Remove file.
2312         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
2313         mathl.h.
2314         * lib/asinl.c: Likewise.
2315         * lib/atanl.c: Likewise.
2316         * lib/ceill.c: Likewise.
2317         * lib/cosl.c: Likewise.
2318         * lib/expl.c: Likewise.
2319         * lib/floorl.c: Likewise.
2320         * lib/frexpl.c: Likewise.
2321         * lib/ldexpl.c: Likewise.
2322         * lib/logl.c: Likewise.
2323         * lib/sincosl.c: Likewise.
2324         * lib/sinl.c: Likewise.
2325         * lib/sqrtl.c: Likewise.
2326         * lib/tanl.c: Likewise.
2327         * lib/trigl.c: Likewise.
2328         * m4/math_h.m4: New file.
2329         * MODULES.html.sh (Mathematics): Add math.
2330
2331 2007-02-17  Bruno Haible  <bruno@clisp.org>
2332
2333         * modules/wctype-tests: New file.
2334         * tests/test-wctype.c: New file.
2335
2336         * modules/wchar-tests: New file.
2337         * tests/test-wchar.c: New file.
2338
2339         * modules/unistd-tests: New file.
2340         * tests/test-unistd.c: New file.
2341
2342         * modules/time-tests: New file.
2343         * tests/test-time.c: New file.
2344
2345         * modules/sysexits-tests: New file.
2346         * tests/test-sysexits.c: New file.
2347
2348         * modules/sys_time-tests: New file.
2349         * tests/test-sys_time.c: New file.
2350
2351         * modules/sys_stat-tests: New file.
2352         * tests/test-sys_stat.c: New file.
2353
2354         * modules/sys_socket-tests: New file.
2355         * tests/test-sys_socket.c: New file.
2356
2357         * modules/sys_select-tests: New file.
2358         * tests/test-sys_select.c: New file.
2359
2360         * modules/string-tests: New file.
2361         * tests/test-string.c: New file.
2362
2363         * modules/stdbool-tests: New file.
2364         * tests/test-stdbool.c: New file.
2365
2366         * modules/netinet_in-tests: New file.
2367         * tests/test-netinet_in.c: New file.
2368
2369         * modules/inttypes-tests: New file.
2370         * tests/test-inttypes.c: New file.
2371
2372         * modules/fcntl-tests: New file.
2373         * tests/test-fcntl.c: New file.
2374
2375         * modules/byteswap-tests: New file.
2376         * tests/test-byteswap.c: New file.
2377
2378         * modules/arpa_inet-tests: New file.
2379         * tests/test-arpa_inet.c: New file.
2380
2381 2007-02-17  Bruno Haible  <bruno@clisp.org>
2382
2383         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
2384         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
2385         if the corresponding module is not enabled. Emit link warnings if
2386         the function is used nevertheless.
2387         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
2388         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
2389         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
2390         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
2391         * modules/inttypes (Depends-on): Add link-warning.
2392         (Makefile.am): Copy the contents of build-aux/link-warning.h into
2393         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
2394         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
2395         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
2396         * modules/imaxdiv (configure.ac): Likewise.
2397         * modules/strtoimax (configure.ac): Likewise.
2398         * modules/strtoumax (configure.ac): Likewise.
2399
2400 2007-02-17  Bruno Haible  <bruno@clisp.org>
2401
2402         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
2403         gl_STRING_MODULE_INDICATOR_DEFAULTS.
2404         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
2405         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
2406
2407 2007-02-17  Bruno Haible  <bruno@clisp.org>
2408
2409         * modules/link-warning: New file.
2410         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
2411         * lib/string_.h (GL_LINK_WARNING): Remove definition.
2412         * modules/string (Depends-on): Add link-warning.
2413         (Makefile.am): Copy the contents of build-aux/link-warning.h into
2414         string.h.
2415         * MODULES.html.sh (Support for building libraries and executables): Add
2416         link-warning.
2417
2418 2007-02-17  Bruno Haible  <bruno@clisp.org>
2419
2420         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
2421         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
2422         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
2423         long lines.
2424
2425 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
2426             Bruno Haible  <bruno@clisp.org>
2427
2428         * modules/tmpfile: New file.
2429         * lib/tmpfile.c: New file.
2430         * m4/tmpfile.m4: New file.
2431         * MODULES.html.sh (func_all_modules): New section "Input/output".
2432
2433 2007-02-15  Bruno Haible  <bruno@clisp.org>
2434
2435         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
2436         (supports_delete_on_close): New function.
2437         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
2438
2439 2007-02-14  Bruno Haible  <bruno@clisp.org>
2440
2441         * modules/mbspcasecmp-tests: New file.
2442         * tests/test-mbspcasecmp.sh: New file.
2443         * tests/test-mbspcasecmp.c: New file.
2444
2445         New module mbspcasecmp.
2446         * modules/mbspcasecmp: New file.
2447         * lib/mbspcasecmp.c: New file.
2448         * lib/string_.h (strncasecmp): Change warning message.
2449         (mbspcasecmp): New declaration.
2450         * m4/mbspcasecmp.m4: New file.
2451         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2452         GNULIB_MBSPCASECMP.
2453         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
2454         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
2455
2456 2007-02-14  Bruno Haible  <bruno@clisp.org>
2457
2458         * modules/mbsncasecmp-tests: New file.
2459         * tests/test-mbsncasecmp.sh: New file.
2460         * tests/test-mbsncasecmp.c: New file.
2461
2462         New module mbsncasecmp.
2463         * modules/mbsncasecmp: New file.
2464         * lib/mbsncasecmp.c: New file.
2465         * lib/string_.h (mbsncasecmp): New declaration.
2466         * m4/mbsncasecmp.m4: New file.
2467         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2468         GNULIB_MBSNCASECMP.
2469         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
2470         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
2471
2472 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
2473
2474         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
2475         Verify that it doesn't overlap with our flags.
2476         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
2477         do not have the desired effect in multibyte locales; instead, use
2478         mbscasecmp.
2479         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
2480         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
2481         we don't require GNU fnmatch ourselves (if our users require it, they
2482         should do so explicitly).
2483
2484         Fix regex code so it doesn't rely on strcasecmp.
2485         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
2486         Otherwise, include gnulib's langinfo.h.
2487         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
2488         undesirable behavior in non-C locales.  Instead, rely on localecharset.
2489         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
2490         * modules/regex (FILES): Remove m4/codeset.m4.
2491         (Depends-on): Add localcharset.  Remove strcase.
2492
2493 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2494
2495         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
2496         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
2497
2498 2007-02-13  Bruno Haible  <bruno@clisp.org>
2499
2500         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
2501         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2502
2503 2007-02-12  Bruno Haible  <bruno@clisp.org>
2504
2505         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
2506         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
2507         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
2508         time warning rather than a link error.
2509
2510 2007-02-12  Bruno Haible  <bruno@clisp.org>
2511
2512         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
2513         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
2514         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2515
2516 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
2517
2518         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
2519         args, not 2.
2520
2521 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
2522
2523         New module 'time', so that apps can include <time.h> as per
2524         POSIX and GNU instead of separate include files like time_r.h
2525         and timegm.h.  This implementation tries out a simpler approach
2526         for replacing decls in standard include files (as compared to
2527         the string module), somewhat as an experiment.
2528
2529         * config/srclist.txt: Comment out mktime.c for now.
2530         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
2531         since it doesn't apply any more.  Use generic wording instead.
2532         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
2533         'time'.
2534         * lib/time_.h, m4/time_h.m4, modules/time: New files.
2535         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
2536         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
2537         Don't include <sys/types.h>; no longer needed since we assume C89.
2538         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
2539         * lib/strftime.c: Likewise.
2540         * lib/time_r.c: Likewise.
2541         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
2542         * lib/nanosleep.c: Include <time.h> first, to check interface.
2543         * lib/strptime.c: Likewise.
2544         * lib/time_r.c: Likewise.
2545         * lib/timegm.c: Likewise.
2546         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
2547         needed.
2548         * lib/timegm.c: Don't include timegm.h; no longer needed.
2549         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
2550         time.h now handles any problems in that area.
2551         (struct timespec, nanosleep): Remove; time.h now arranges for these.
2552         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
2553         that time.h defines struct timespec.
2554         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
2555         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
2556         handles that.
2557         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
2558         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
2559         needed.  Set REPLACE_LOCALTIME.
2560         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
2561         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
2562         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
2563         nanosleep; time_h.m4 now does that.  Don't require
2564         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
2565         module handles this now.
2566         * modules/getdate (Depends-on): Remove timespec.  Add time.
2567         * modules/nanosleep (Depends-on): Likewise.
2568         * modules/stat-time (Depends-on): Likewise.
2569         * modules/nanosleep (Include): Include time.h, not timespec.h.
2570         * modules/strptime (Files): Remove lib/strptime.h.
2571         (Depends-on): Add extensions, time.
2572         (Include): Include time.h, not strptime.h.
2573         * modules/time_r (Files): Remove lib/time_r.h.
2574         (Depends-on): Add time.
2575         (Include): Include time.h, not time_r.h.
2576         * modules/timegm: Likewise.
2577         * modules/timespec (Description): Now does timespec-related decls
2578         of our own, instead of struct timespec itself.
2579         (Depends-on): Add time; remove extensions.
2580         (Maintainer): Add self.
2581         * modules/utimecmp (Depends-on): Add time; remove timespec.
2582         * modules/utimens (Depends-on): Likewise.
2583         * modules/xnanosleep (Depends-on): Likewise.
2584
2585 2007-02-11  Bruno Haible  <bruno@clisp.org>
2586
2587         * lib/c-strstr.c: Include allocsa.h.
2588         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
2589         * lib/c-strcasestr.c: Include allocsa.h.
2590         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
2591         * lib/strcasestr.c: Include allocsa.h.
2592         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
2593         * lib/mbsstr.c: Include allocsa.h.
2594         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
2595         allocsa/freesa instead of malloc/free.
2596         * lib/mbscasestr.c: Include allocsa.h.
2597         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
2598         allocsa/freesa instead of malloc/free.
2599         * modules/c-strstr (Depends-on): Add allocsa.
2600         * modules/c-strcasestr (Depends-on): Likewise.
2601         * modules/strcasestr (Depends-on): Likewise.
2602         * modules/mbsstr (Depends-on): Likewise.
2603         * modules/mbscasestr (Depends-on): Likewise.
2604
2605 2007-02-11  Bruno Haible  <bruno@clisp.org>
2606
2607         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
2608
2609         * modules/mbsspn-tests: New file.
2610         * tests/test-mbsspn.sh: New file.
2611         * tests/test-mbsspn.c: New file.
2612
2613 2007-02-11  Bruno Haible  <bruno@clisp.org>
2614
2615         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
2616
2617         * modules/mbspbrk-tests: New file.
2618         * tests/test-mbspbrk.sh: New file.
2619         * tests/test-mbspbrk.c: New file.
2620
2621 2007-02-11  Bruno Haible  <bruno@clisp.org>
2622
2623         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
2624         unneeded cast.
2625
2626         * modules/mbscspn-tests: New file.
2627         * tests/test-mbscspn.sh: New file.
2628         * tests/test-mbscspn.c: New file.
2629
2630 2007-02-11  Bruno Haible  <bruno@clisp.org>
2631
2632         * modules/mbscasecmp-tests: New file.
2633         * tests/test-mbscasecmp.sh: New file.
2634         * tests/test-mbscasecmp.c: New file.
2635
2636 2007-02-11  Bruno Haible  <bruno@clisp.org>
2637
2638         Ensure O(n) worst-case complexity of mbscasestr.
2639         * lib/mbscasestr.c: Include stdbool.h.
2640         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
2641         functions.
2642         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
2643         the bookkeeping indicates that it's worth it.
2644         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
2645
2646         * modules/mbscasestr-tests: New file.
2647         * tests/test-mbscasestr1.c: New file.
2648         * tests/test-mbscasestr2.sh: New file.
2649         * tests/test-mbscasestr2.c: New file.
2650         * tests/test-mbscasestr3.sh: New file.
2651         * tests/test-mbscasestr3.c: New file.
2652         * tests/test-mbscasestr4.sh: New file.
2653         * tests/test-mbscasestr4.c: New file.
2654         * m4/locale-tr.m4: New file.
2655
2656 2007-02-11  Bruno Haible  <bruno@clisp.org>
2657
2658         Ensure O(n) worst-case complexity of mbsstr.
2659         * lib/mbsstr.c: Include stdbool.h.
2660         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
2661         functions.
2662         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
2663         bookkeeping indicates that it's worth it.
2664         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
2665
2666         * modules/mbsstr-tests: New file.
2667         * tests/test-mbsstr1.c: New file.
2668         * tests/test-mbsstr2.sh: New file.
2669         * tests/test-mbsstr2.c: New file.
2670         * tests/test-mbsstr3.sh: New file.
2671         * tests/test-mbsstr3.c: New file.
2672         * m4/locale-fr.m4: New file.
2673
2674 2007-02-11  Bruno Haible  <bruno@clisp.org>
2675
2676         * lib/mbsrchr.c (mbsrchr): Fix bug.
2677
2678         * modules/mbsrchr-tests: New file.
2679         * tests/test-mbsrchr.sh: New file.
2680         * tests/test-mbsrchr.c: New file.
2681
2682 2007-02-11  Bruno Haible  <bruno@clisp.org>
2683
2684         * lib/mbschr.c (mbschr): Fix bug.
2685
2686         * modules/mbschr-tests: New file.
2687         * tests/test-mbschr.sh: New file.
2688         * tests/test-mbschr.c: New file.
2689         * m4/locale-zh.m4: New file.
2690
2691 2007-02-11  Bruno Haible  <bruno@clisp.org>
2692
2693         Support for copying multibyte string iterators.
2694         * lib/mbiter.h: Include <string.h>.
2695         (mbiter_multi_copy): New function.
2696         (mbi_copy): New macro.
2697         * lib/mbuiter.h: Include <string.h>.
2698         (mbuiter_multi_copy): New function.
2699         (mbui_copy): New macro.
2700
2701 2007-02-11  Bruno Haible  <bruno@clisp.org>
2702
2703         New module mbslen.
2704         * modules/mbslen: New file.
2705         * lib/mbslen.c: New file.
2706         * lib/string_.h (mbslen): New declaration.
2707         * m4/mbslen.m4: New file.
2708         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2709         GNULIB_MBSLEN.
2710         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
2711         * MODULES.html.sh (Internationalization functions): Add mbslen.
2712
2713 2007-02-11  Bruno Haible  <bruno@clisp.org>
2714
2715         Ensure O(n) worst-case complexity of strcasestr substitute.
2716         * lib/strcasestr.c: Include stdbool.h.
2717         (knuth_morris_pratt): New function.
2718         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
2719         bookkeeping indicates that it's worth it.
2720         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
2721
2722         * modules/strcasestr-tests: New file.
2723         * tests/test-strcasestr.c: New file.
2724
2725 2007-02-11  Bruno Haible  <bruno@clisp.org>
2726
2727         Ensure O(n) worst-case complexity of c_strcasestr.
2728         * lib/c-strcasestr.c: Include stdbool.h, string.h.
2729         (knuth_morris_pratt): New function.
2730         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
2731         the bookkeeping indicates that it's worth it.
2732         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
2733
2734         * modules/c-strcasestr-tests: New file.
2735         * tests/test-c-strcasestr.c: New file.
2736
2737 2007-02-11  Bruno Haible  <bruno@clisp.org>
2738
2739         Ensure O(n) worst-case complexity of c_strstr.
2740         * lib/c-strstr.c: Include stdbool.h, string.h.
2741         (knuth_morris_pratt): New function.
2742         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
2743         bookkeeping indicates that it's worth it.
2744         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
2745
2746         * lib/c-strstr.c: Complete rewrite for maintainability.
2747
2748         * modules/c-strstr-tests: New file.
2749         * tests/test-c-strstr.c: New file.
2750
2751 2007-02-11  Bruno Haible  <bruno@clisp.org>
2752
2753         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
2754         5.2.1 and earlier, whereby \055 was treated just like the range
2755         delimiter '-'.
2756         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
2757
2758 2007-02-08  Bruno Haible  <bruno@clisp.org>
2759
2760         * modules/regex (Depends-on): Add stdbool.
2761         Reported by Dalibor Topic <robilad@kaffe.org>.
2762
2763 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
2764
2765         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
2766         Prefer returning from main to exiting from it.
2767         Remove unnecessary parens after sizeof.
2768
2769 2007-02-05  Bruno Haible  <bruno@clisp.org>
2770
2771         New module mbssep.
2772         * modules/mbssep: New file.
2773         * lib/mbssep.c: New file.
2774         * lib/string_.h (strsep): Add a conditional link warning.
2775         (mbssep): New declaration.
2776         * m4/mbssep.m4: New file.
2777         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2778         GNULIB_MBSSEP.
2779         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
2780         * MODULES.html.sh (Internationalization functions): Add mbssep.
2781
2782 2007-02-05  Bruno Haible  <bruno@clisp.org>
2783
2784         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
2785         Optimize search in case of 1 delimiter.
2786
2787 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
2788
2789         * lib/acl.h: Include sys/types.h before sys/acl.h.
2790
2791 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
2792
2793         Merge upstream fix for glibc bugzilla #3957:
2794
2795         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
2796
2797         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
2798         bit for RE_HAT_LISTS_NOT_NEWLINE.
2799         (build_charclass_op): Remove bogus comment.
2800
2801 2007-02-05  Simon Josefsson  <simon@josefsson.org>
2802
2803         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
2804
2805 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
2806
2807         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
2808         * lib/memmem.c [!defined _LIBC]: Include config.h.
2809
2810 2007-02-04  Bruno Haible  <bruno@clisp.org>
2811
2812         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
2813         warning message.
2814
2815 2007-02-04  Bruno Haible  <bruno@clisp.org>
2816
2817         New module mbstok_r.
2818         * modules/mbstok_r: New file.
2819         * lib/mbstok_r.c: New file.
2820         * lib/string_.h (strtok_r): Change argument names to match the
2821         comments. Add a conditional link warning.
2822         (mbstok_r): New declaration.
2823         * m4/mbstok_r.m4: New file.
2824         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2825         GNULIB_MBSTOK_R.
2826         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
2827         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
2828
2829 2007-02-04  Bruno Haible  <bruno@clisp.org>
2830
2831         New module mbsspn.
2832         * modules/mbsspn: New file.
2833         * lib/mbsspn.c: New file.
2834         * lib/string_.h (strspn): Add a conditional link warning.
2835         (mbsspn): New declaration.
2836         * m4/mbsspn.m4: New file.
2837         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2838         GNULIB_MBSSPN.
2839         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
2840         * MODULES.html.sh (Internationalization functions): Add mbsspn.
2841
2842 2007-02-04  Bruno Haible  <bruno@clisp.org>
2843
2844         New module mbspbrk.
2845         * modules/mbspbrk: New file.
2846         * lib/mbspbrk.c: New file.
2847         * lib/string_.h (strpbrk): Add a conditional link warning.
2848         (mbspbrk): New declaration.
2849         * m4/mbspbrk.m4: New file.
2850         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2851         GNULIB_MBSPBRK.
2852         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
2853         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
2854
2855 2007-02-04  Bruno Haible  <bruno@clisp.org>
2856
2857         New module mbscspn.
2858         * modules/mbscspn: New file.
2859         * lib/mbscspn.c: New file.
2860         * lib/string_.h (strcspn): Add a conditional link warning.
2861         (mbscspn): New declaration.
2862         * m4/mbscspn.m4: New file.
2863         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2864         GNULIB_MBSCSPN.
2865         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
2866         * MODULES.html.sh (Internationalization functions): Add mbscspn.
2867
2868 2007-02-04  Bruno Haible  <bruno@clisp.org>
2869
2870         New module mbscasestr, reduced goal of strcasestr.
2871         * modules/mbscasestr: New file.
2872         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
2873         (mbscasestr): Renamed from strcasestr.
2874         * lib/strcasestr.c: Don't include mbuiter.h.
2875         (strcasestr): Remove support for multibyte locales.
2876         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
2877         Change the conditional link warning.
2878         (mbscasestr): New declaration.
2879         * m4/mbscasestr.m4: New file.
2880         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
2881         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
2882         REPLACE_STRCASESTR.
2883         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
2884         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
2885         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
2886         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
2887         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
2888         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
2889         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
2890         (Depends-on): Remove mbuiter.
2891         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
2892
2893 2007-02-04  Bruno Haible  <bruno@clisp.org>
2894
2895         Simplify handling of strncasecmp.
2896         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
2897         the conditional link warning.
2898         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
2899         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
2900         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
2901         * modules/strcase (configure.ac): Don't invoke
2902         gl_STRING_MODULE_INDICATOR.
2903         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
2904
2905 2007-02-04  Bruno Haible  <bruno@clisp.org>
2906
2907         New module mbscasecmp, reduced goal of strcasecmp.
2908         * modules/mbscasecmp: New file.
2909         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
2910         (mbscasecmp): Renamed from strcasecmp.
2911         * lib/strcasecmp.c: Don't include mbuiter.h.
2912         (strcasecmp): Remove support for multibyte locales.
2913         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
2914         Change the conditional link warning.
2915         (mbscasecmp): New declaration.
2916         * m4/mbscasecmp.m4: New file.
2917         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
2918         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
2919         REPLACE_STRCASECMP.
2920         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
2921         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2922         GNULIB_MBSCASECMP.
2923         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
2924         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
2925         * modules/strcase (Files): Remove m4/mbrtowc.m4.
2926         (Depends-on): Remove mbuiter.
2927         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
2928
2929 2007-02-04  Bruno Haible  <bruno@clisp.org>
2930
2931         New module mbsstr. Remove module strstr.
2932         * modules/mbsstr: New file.
2933         * modules/strstr: Remove file.
2934         * lib/mbsstr.c: Renamed from lib/strstr.c.
2935         (mbsstr): Renamed from strstr.
2936         * lib/string_.h (strstr): Remove declaration. Change the conditional
2937         link warning.
2938         (mbsstr): New declaration.
2939         * m4/mbsstr.m4: New file.
2940         * m4/strstr.m4: Remove file.
2941         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
2942         REPLACE_STRSTR.
2943         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
2944         Don't initialize GNULIB_STRSTR.
2945         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
2946         substitute GNULIB_STRSTR and REPLACE_STRSTR.
2947         * MODULES.html.sh (Internationalization functions): Add mbsstr.
2948         (Support for systems lacking ANSI C 89): Remove strstr.
2949
2950 2007-02-04  Bruno Haible  <bruno@clisp.org>
2951
2952         New module mbsrchr.
2953         * modules/mbsrchr: New file.
2954         * lib/mbsrchr.c: New file.
2955         * lib/string_.h (strrchr): Add a conditional link warning.
2956         (mbsrchr): New declaration.
2957         * m4/mbsrchr.m4: New file.
2958         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2959         GNULIB_MBSRCHR.
2960         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
2961         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
2962
2963 2007-02-04  Bruno Haible  <bruno@clisp.org>
2964
2965         New module mbschr.
2966         * modules/mbschr: New file.
2967         * lib/mbschr.c: New file.
2968         * lib/string_.h (strchr): Add a conditional link warning.
2969         (mbschr): New declaration.
2970         * m4/mbschr.m4: New file.
2971         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2972         GNULIB_MBSCHR.
2973         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
2974         * MODULES.html.sh (Internationalization functions): Add mbschr.
2975
2976 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
2977
2978         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
2979
2980         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
2981
2982 2007-02-04  Bruno Haible  <bruno@clisp.org>
2983
2984         New module description section 'configure.ac-early'.
2985         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
2986         (func_get_autoconf_early_snippet): New function.
2987         (func_import, func_create_testdir): Use it. Remove special cases for
2988         modules 'extensions' and 'lock'.
2989         * modules/extensions (configure.ac-early): Require
2990         gl_USE_SYSTEM_EXTENSIONS.
2991         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
2992
2993 2007-02-04  Bruno Haible  <bruno@clisp.org>
2994
2995         Make use of gcj-4.3's -fsource and -ftarget option.
2996         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
2997         and if so try the options -fsource and -ftarget.
2998         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
2999         source_version, ftarget_option, target_version arguments.
3000         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
3001         (is_envjavac_oldgcj_14_14_usable): Renamed from
3002         is_envjavac_gcj_14_14_usable.
3003         (is_envjavac_oldgcj_14_13_usable): Renamed from
3004         is_envjavac_gcj_14_13_usable.
3005         (is_gcj_present): Update.
3006         (is_gcj_43, is_gcj43_usable): New functions.
3007         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
3008         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
3009         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
3010         try the options -fsource and -ftarget.
3011
3012 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
3013
3014         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
3015         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
3016         larger value.
3017
3018 2007-02-03  Jim Meyering  <jim@meyering.net>
3019
3020         Give tools a better chance to allocate space for very large buffers.
3021         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
3022
3023         Make pwd and readlink work also when run with an unreadable parent dir
3024         on systems with openat support.
3025         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
3026         provided getcwd function, even when we have openat support.
3027         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
3028
3029 2007-02-02  Bruno Haible  <bruno@clisp.org>
3030
3031         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
3032         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
3033         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
3034         portability problems if one of these functions is only used on specific
3035         platforms.
3036         Reported by Paul Eggert.
3037
3038 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
3039
3040         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
3041         is causing more trouble than it's curing.
3042         * lib/regex_internal.h (__mempcpy): Remove.
3043         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
3044         (and make the code a tad smaller to boot).
3045         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
3046
3047 2007-02-02  Jim Meyering  <jim@meyering.net>
3048
3049         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
3050         section, not in the Makefile.am: one.
3051
3052 2007-02-02  Eric Blake  <ebb9@byu.net>
3053
3054         * lib/strchrnul.c: Always include config.h first.
3055
3056         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
3057         gnulib strstr is not necessary here.
3058
3059 2007-02-02  Simon Josefsson  <simon@josefsson.org>
3060
3061         * m4/socklen.m4: Fix typo.
3062
3063 2007-02-02  Eric Blake  <ebb9@byu.net>
3064
3065         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
3066         * modules/netinet_in (Makefile.am): Likewise.
3067
3068 2007-02-01  Bruno Haible  <bruno@clisp.org>
3069
3070         * lib/string_.h (GL_LINK_WARNING): New macro.
3071         (strcasecmp, strstr, strcasestr): If provided by the system,
3072         conditionally define as a macro that leads to a warning instead of to
3073         an error.
3074         (strncasecmp): Conditionally define as a macro that leads to a warning.
3075
3076 2007-02-01  Karl Berry  <karl@gnu.org>
3077
3078         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
3079
3080 2007-02-01  Bruno Haible  <bruno@clisp.org>
3081
3082         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
3083         renamings.
3084
3085 2007-02-01  Eric Blake  <ebb9@byu.net>
3086
3087         * modules/regex (Depends-on): Revert dependence on mempcpy.
3088         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
3089         module's definition of mempcpy.
3090         Reported by Paul Eggert.
3091
3092 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
3093
3094         * lib/string_.h: If the gnulib module XYZ is not present, undefine
3095         the symbol XYZ before redefining it.  This fixes a problem with
3096         programs that don't use XYZ, when compiled on systems that define
3097         XYZ to something else.
3098
3099 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
3100
3101         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
3102         occurs when "mkdir -m foo" creates a setgid directory that is (1)
3103         writeable to group or other and (2) is intended to have a special
3104         mode bit that is set or cleared.  In such a case, the directory
3105         should be neither group- nor other-writeable until the special
3106         mode bits are right.
3107
3108 2007-01-31  Eric Blake  <ebb9@byu.net>
3109
3110         * modules/mountlist (Depends-on): Add strstr.
3111
3112         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
3113         bug.
3114         * modules/string (Makefile.am): Remove redundant replacement.
3115         * modules/regex (Depends-on): Add mempcpy.
3116
3117 2007-01-31  Bruno Haible  <bruno@clisp.org>
3118
3119         New module description field 'Link'.
3120         * gnulib-tool (func_usage): Document --extract-link-directive.
3121         (sed_extract_prog): Recognize 'Link' directive.
3122         (func_get_link_directive): New function.
3123         (func_import): Show summary of link directives.
3124         Handle --extract-link-directive option.
3125         * modules/acl (Link): New section.
3126         * modules/clock-time (Link): New section.
3127         * modules/euidaccess (Link): New section.
3128         * modules/gettext (Link): New section.
3129         * modules/iconv (Link): New section.
3130         * modules/lock (Link): New section.
3131         * modules/nanosleep (Link): New section.
3132         * modules/readline (Link): New section.
3133
3134 2007-01-27  Bruno Haible  <bruno@clisp.org>
3135
3136         Enforce the use of gnulib modules for unportable <string.h> functions.
3137         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
3138         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
3139         (gl_HEADER_STRING_H_BODY): Require it.
3140         * lib/string_.h: If the gnulib module XYZ is not present, redefine
3141         the symbol XYZ to one that gives a link error.
3142         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
3143         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
3144         * modules/mempcpy (configure.ac): Likewise.
3145         * modules/memrchr (configure.ac): Likewise.
3146         * modules/stpcpy (configure.ac): Likewise.
3147         * modules/stpncpy (configure.ac): Likewise.
3148         * modules/strcase (configure.ac): Likewise.
3149         * modules/strcasestr (configure.ac): Likewise.
3150         * modules/strchrnul (configure.ac): Likewise.
3151         * modules/strdup (configure.ac): Likewise.
3152         * modules/strndup (configure.ac): Likewise.
3153         * modules/strnlen (configure.ac): Likewise.
3154         * modules/strpbrk (configure.ac): Likewise.
3155         * modules/strsep (configure.ac): Likewise.
3156         * modules/strstr (configure.ac): Likewise.
3157         * modules/strtok_r (configure.ac): Likewise.
3158
3159 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
3160
3161         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
3162
3163 2007-01-30  Jim Meyering  <jim@meyering.net>
3164
3165         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
3166
3167 2007-01-29  Bruno Haible  <bruno@clisp.org>
3168
3169         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
3170         * lib/execute.c: Likewise.
3171         * lib/pipe.c: Likewise.
3172         * lib/printf-args.h: Likewise.
3173         * lib/printf-args.c: Likewise.
3174         * lib/printf-parse.c: Likewise.
3175         * lib/vasnprintf.c: Likewise.
3176
3177 2007-01-29  Eric Blake  <ebb9@byu.net>
3178
3179         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
3180         declaration.
3181
3182 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
3183
3184         * lib/strptime.h (strptime): Use 'restrict' for args where
3185         POSIX requires this.
3186         * lib/strptime.c (strptime): Likewise.
3187         Change license notice from LGPL to GPL, since gnulib-tool will
3188         change this as needed.
3189         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
3190         defined.
3191         Include "strptime.h" first, to check interface.
3192         Do not #undef _LIBC and _NL_CURRENT.
3193         Do not include <stdlib.h>; no longer needed.
3194         Include "time_r.h" and declare ptime_locale_status
3195         only if _LIBC is not defined.
3196         (__P): Remove unused macro.
3197         (match_string): Bring back glibc version, but use it only if _LIBC
3198         is defined.
3199         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
3200         Remove unnecessary assertion and abort() call.
3201         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
3202         * m4/strptime.m4: Fix serial number comment.
3203         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
3204         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
3205         (Depends-on): Add time_r.
3206
3207 2007-01-29  Bruno Haible  <bruno@clisp.org>
3208
3209         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
3210         strptime.
3211         * modules/strptime (Depends-on): Add stdbool.
3212         * lib/strptime.h: Include <time.h> always. Add comments.
3213
3214 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
3215
3216         * modules/strptime: New file.
3217         * lib/strptime.h: New file.
3218         * lib/strptime.c: New file.
3219         * m4/strptime.m4: New file.
3220
3221 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
3222
3223         * MODULES.html.sh: New module mpsort.
3224         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
3225
3226         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
3227         a circularity problem with HP-UX ia64 reported by Bob Proulx in
3228         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
3229         All uses changed.
3230         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
3231         All uses changed.
3232         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
3233         to _Restrict_.
3234         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
3235         the parameter matches the prototype.
3236
3237 2007-01-28  Jim Meyering  <jim@meyering.net>
3238
3239         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
3240         sys/time.h here, reverting that part of the previous patch:
3241         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
3242
3243 2007-01-28  Bruno Haible  <bruno@clisp.org>
3244
3245         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
3246         value of $(SYS_TIME_H).
3247         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
3248         remove it conditionally, too. [added by Jim Meyering]
3249         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
3250         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
3251         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
3252         GETTIMEOFDAY_REPLACEMENT to 1.
3253
3254 2007-01-28  Bruno Haible  <bruno@clisp.org>
3255
3256         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
3257         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
3258         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
3259         Set UNISTD_H instead of UNISTD_H2.
3260         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
3261
3262 2007-01-28  Bruno Haible  <bruno@clisp.org>
3263
3264         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
3265         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
3266
3267 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3268
3269         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
3270         (func_create_testdir): Ensure C locale for `grep' and `tr'
3271         character ranges.
3272         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
3273         ACLOCAL_AMFLAGS parsing state machine.
3274
3275 2007-01-27  Bruno Haible  <bruno@clisp.org>
3276
3277         * modules/unistr/base: Update.
3278
3279 2007-01-27  Bruno Haible  <bruno@clisp.org>
3280
3281         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
3282         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
3283         * modules/unistr/u32-mbtouc-unsafe: Renamed from
3284         modules/unistr/u32-mbtouc.
3285         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
3286         * lib/unistr.h: Update.
3287         * lib/linebreak.c: Update.
3288         * modules/unistr/u32-mbtouc: Renamed from
3289         modules/unistr/u32-mbtouc-safe.
3290         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
3291         * lib/unistr.h: Update.
3292         * lib/unistr/u32-to-u8.c: Update.
3293         * lib/unistr/u32-to-u16.c: Update.
3294
3295 2007-01-27  Bruno Haible  <bruno@clisp.org>
3296
3297         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
3298         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
3299         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
3300         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
3301         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
3302         * modules/unistr/u16-mbtouc-unsafe: Renamed from
3303         modules/unistr/u16-mbtouc.
3304         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
3305         * lib/unistr.h: Update.
3306         * lib/linebreak.c: Update.
3307         * modules/linebreak: Update.
3308         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
3309         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
3310         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
3311         * modules/unistr/u16-mbtouc: Renamed from
3312         modules/unistr/u16-mbtouc-safe.
3313         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
3314         * lib/unistr.h: Update.
3315         * lib/unistr/u16-to-u8.c: Update.
3316         * modules/unistr/u16-to-u8: Update.
3317         * lib/unistr/u16-to-u32.c: Update.
3318         * modules/unistr/u16-to-u32: Update.
3319
3320 2007-01-27  Bruno Haible  <bruno@clisp.org>
3321
3322         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
3323         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
3324         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
3325         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
3326         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
3327         * modules/unistr/u8-mbtouc-unsafe: Renamed from
3328         modules/unistr/u8-mbtouc.
3329         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
3330         * lib/unistr.h: Update.
3331         * lib/striconveh.c: Update.
3332         * modules/striconveh: Update.
3333         * lib/linebreak.c: Update.
3334         * modules/linebreak: Update.
3335         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
3336         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
3337         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
3338         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
3339         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
3340         * lib/unistr.h: Update.
3341         * lib/striconveh.c: Update.
3342         * modules/striconveh: Update.
3343         * lib/unistr/u8-to-u16.c: Update.
3344         * modules/unistr/u8-to-u16: Update.
3345         * lib/unistr/u8-to-u32.c: Update.
3346         * modules/unistr/u8-to-u32: Update.
3347
3348 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3349
3350         Sync from Libtool.
3351         * lib/argz.c: Do not include strings.h nor memory.h, include
3352         string.h unconditionally.  Patch by Simon Josefsson.
3353
3354 2007-01-27  Bruno Haible  <bruno@clisp.org>
3355
3356         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
3357         from gl_HEADER_STRING_H_BODY.
3358         (gl_HEADER_STRING_H_BODY): Require it.
3359         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
3360         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
3361         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
3362         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
3363         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
3364         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
3365         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
3366         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
3367         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
3368         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
3369         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
3370         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
3371         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
3372         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
3373         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
3374
3375 2007-01-27  Bruno Haible  <bruno@clisp.org>
3376
3377         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
3378         check_PROGRAMS into noinst_PROGRAMS.
3379         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
3380         check_PROGRAMS in this case.
3381         (func_import): Set for_test to false.
3382         (func_create_testdir): Set for_test to true.
3383
3384 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
3385             Bruno Haible  <bruno@clisp.org>
3386
3387         * modules/strcasestr (Files): Remove lib/strcasestr.h.
3388         (Depends-on): Add string.
3389         (Includes): Use <string.h> instead of strcasestr.h.
3390         * modules/string (Makefile.am): Also substitute the value of
3391         REPLACE_STRCASESTR.
3392         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
3393         assume strcasestr is declared in <string.h> not <strings.h>. Also
3394         set REPLACE_STRCASESTR.
3395         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
3396         REPLACE_STRCASESTR.
3397         * lib/strcasestr.h: Remove file.
3398         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
3399         * lib/string_.h (strcasestr): New declaration.
3400
3401 2007-01-27  Bruno Haible  <bruno@clisp.org>
3402
3403         * lib/string_.h: Use 'extern'.
3404
3405 2007-01-27  Jim Meyering  <jim@meyering.net>
3406
3407         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
3408         of set-but-not-used local, "q".
3409
3410         * lib/mempcpy.c: Include <config.h> before <string.h>.
3411         This fixes a compilation error on HP-UX, due to the system's
3412         "restrict"-using mempcpy prototype.
3413
3414 2007-01-26  Bruno Haible  <bruno@clisp.org>
3415
3416         Small optimization.
3417         * lib/javacomp.c: Include c-strstr.h.
3418          (is_envjavac_gcj): Use c_strstr instead of strstr.
3419         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
3420
3421 2007-01-26  Bruno Haible  <bruno@clisp.org>
3422
3423         * MODULES.html.sh (Unicode string functions): Add the new modules.
3424
3425         * modules/uniconv/u32-strconv-to-locale: New file.
3426         * lib/uniconv/u32-strconv-to-locale.c: New file.
3427
3428         * modules/uniconv/u16-strconv-to-locale: New file.
3429         * lib/uniconv/u16-strconv-to-locale.c: New file.
3430
3431         * modules/uniconv/u8-strconv-to-locale: New file.
3432         * lib/uniconv/u8-strconv-to-locale.c: New file.
3433
3434         * modules/uniconv/u32-strconv-from-locale: New file.
3435         * lib/uniconv/u32-strconv-from-locale.c: New file.
3436
3437         * modules/uniconv/u16-strconv-from-locale: New file.
3438         * lib/uniconv/u16-strconv-from-locale.c: New file.
3439
3440         * modules/uniconv/u8-strconv-from-locale: New file.
3441         * lib/uniconv/u8-strconv-from-locale.c: New file.
3442
3443         * modules/uniconv/u32-strconv-to-enc: New file.
3444         * lib/uniconv/u32-strconv-to-enc.c: New file.
3445         * modules/uniconv/u32-strconv-to-enc-tests: New file.
3446         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
3447
3448         * modules/uniconv/u16-strconv-to-enc: New file.
3449         * lib/uniconv/u16-strconv-to-enc.c: New file.
3450         * lib/uniconv/u-strconv-to-enc.h: New file.
3451         * modules/uniconv/u16-strconv-to-enc-tests: New file.
3452         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
3453
3454         * modules/uniconv/u8-strconv-to-enc: New file.
3455         * lib/uniconv/u8-strconv-to-enc.c: New file.
3456         * modules/uniconv/u8-strconv-to-enc-tests: New file.
3457         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
3458
3459         * modules/uniconv/u32-strconv-from-enc: New file.
3460         * lib/uniconv/u32-strconv-from-enc.c: New file.
3461         * modules/uniconv/u32-strconv-from-enc-tests: New file.
3462         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
3463
3464         * modules/uniconv/u16-strconv-from-enc: New file.
3465         * lib/uniconv/u16-strconv-from-enc.c: New file.
3466         * modules/uniconv/u16-strconv-from-enc-tests: New file.
3467         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
3468
3469         * modules/uniconv/u8-strconv-from-enc: New file.
3470         * lib/uniconv/u8-strconv-from-enc.c: New file.
3471         * lib/uniconv/u-strconv-from-enc.h: New file.
3472         * modules/uniconv/u8-strconv-from-enc-tests: New file.
3473         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
3474
3475         * modules/uniconv/u32-conv-from-enc: New file.
3476         * lib/uniconv/u32-conv-from-enc.c: New file.
3477         * modules/uniconv/u32-conv-from-enc-tests: New file.
3478         * tests/uniconv/test-u32-conv-from-enc.c: New file.
3479
3480         * modules/uniconv/u16-conv-from-enc: New file.
3481         * lib/uniconv/u16-conv-from-enc.c: New file.
3482         * lib/uniconv/u-conv-from-enc.h: New file.
3483         * modules/uniconv/u16-conv-from-enc-tests: New file.
3484         * tests/uniconv/test-u16-conv-from-enc.c: New file.
3485
3486         * modules/uniconv/u8-conv-from-enc: New file.
3487         * lib/uniconv/u8-conv-from-enc.c: New file.
3488         * modules/uniconv/u8-conv-from-enc-tests: New file.
3489         * tests/uniconv/test-u8-conv-from-enc.c: New file.
3490
3491         * modules/uniconv/base: New file.
3492         * lib/uniconv.h: New file.
3493
3494 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
3495
3496         * doc/gnulib-tool.texi (Initial import): Update to match current
3497         behavior with strdup module.
3498         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
3499         * lib/memmem.h: Remove; all uses removed.  This is now done
3500         by <string.h>.
3501         * lib/mempcpy.h: Likewise.
3502         * lib/memrchr.h: Likewise.
3503         * lib/stpcpy.h: Likewise.
3504         * lib/stpncpy.h: Likewise.
3505         * lib/strcase.h: Likewise.
3506         * lib/strchrnul.h: Likewise.
3507         * lib/strdup.h: Likewise.
3508         * lib/strndup.h: Likewise.
3509         * lib/strnlen.h: Likewise.
3510         * lib/strpbrk.h: Likewise.
3511         * lib/strsep.h: Likewise.
3512         * lib/strstr.h: Likewise.
3513         * lib/strtok_r.h: Likewise.
3514         * lib/string_.h: New file.
3515         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
3516         Rely on <string.h> instead.
3517         * lib/canon-host.c: Likewise.
3518         * lib/chdir-long.c: Likewise.
3519         * lib/concatpath.c: Likewise.
3520         * lib/exclude.c: Likewise.
3521         * lib/fchdir.c: Likewise.
3522         * lib/getaddrinfo.c: Likewise.
3523         * lib/getcwd.c: Likewise.
3524         * lib/getsubopt.c: Likewise.
3525         * lib/glob.c: Likewise.
3526         * lib/hard-locale.c: Likewise.
3527         * lib/iconvme.c: Likewise.
3528         * lib/javacomp.c: Likewise.
3529         * lib/mempcpy.c: Likewise.
3530         * lib/memrchr.c: Likewise.
3531         * lib/regex_internal.h: Likewise.
3532         * lib/stpncpy.c: Likewise.
3533         * lib/strcasecmp.c: Likewise.
3534         * lib/strchrnul.c: Likewise.
3535         * lib/strdup.c: Likewise.
3536         * lib/striconv.c: Likewise.
3537         * lib/striconveh.c: Likewise.
3538         * lib/striconveha.c: Likewise.
3539         * lib/strncasecmp.c: Likewise.
3540         * lib/strndup.c: Likewise.
3541         * lib/strnlen.c: Likewise.
3542         * lib/strsep.c: Likewise.
3543         * lib/strstr.c: Likewise.
3544         * lib/strtok_r.c: Likewise.
3545         * lib/userspec.c: Likewise.
3546         * lib/w32spawn.h: Likewise.
3547         * lib/xstrndup.c: Likewise.
3548         * lib/mountlist.c (strstr): Remove decl.
3549         * m4/string_h.m4: New file.
3550         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
3551         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
3552         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
3553         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
3554         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
3555         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
3556         Set REPLACE_STRCASECMP if necessary.
3557         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
3558         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
3559         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
3560         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
3561         HAVE_DECL_STRDUP if necessary.
3562         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
3563         since gl_FUNC_STRNDUP does that now.
3564         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
3565         Check for decl here...
3566         (gl_PREREQ_STRNLEN): ... not here.
3567         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
3568         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
3569         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
3570         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
3571         necessary.
3572         * modules/string: New file.
3573         * modules/memmem (Files): Remove special-purpose include file.
3574         (Depends-on): Add string.
3575         (Include): Include <string.h>, not the removed file.
3576         * modules/mempcpy: Likewise.
3577         * modules/memrchr: Likewise.
3578         * modules/stpcpy: Likewise.
3579         * modules/stpncpy: Likewise.
3580         * modules/strcase: Likewise.
3581         * modules/strchrnul: Likewise.
3582         * modules/strdup: Likewise.
3583         * modules/strndup: Likewise.
3584         * modules/strnlen: Likewise.
3585         * modules/strpbrk: Likewise.
3586         * modules/strsep: Likewise.
3587         * modules/strstr: Likewise.
3588         * modules/strtok_r: Likewise.
3589         * tests/test-dirname.c: Don't include "strdup.h", since
3590         <string.h> now suffices.
3591         * tests/test-memmem.c: Don't include "memmem.h", since
3592         <string.h> now suffices.
3593
3594 2007-01-25  Bruno Haible  <bruno@clisp.org>
3595
3596         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
3597         *resultp is 0.
3598
3599         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
3600         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
3601         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
3602         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
3603
3604         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
3605         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
3606         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
3607         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
3608         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
3609         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
3610
3611 2007-01-24  Bruno Haible  <bruno@clisp.org>
3612
3613         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
3614         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
3615         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
3616         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
3617         gl_FUNC_FTS_CORE.
3618         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
3619         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
3620         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
3621         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
3622         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
3623         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
3624         gl_FUNC_FCHOWNAT.
3625         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
3626         gl_FUNC_STRFTIME.
3627         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
3628         Reported by Ralf Wildenhues.
3629
3630 2007-01-24  Bruno Haible  <bruno@clisp.org>
3631
3632         Drop AC_REQUIRE calls that are redundant with the module dependencies.
3633         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
3634         gl_GETADDRINFO.
3635         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
3636         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
3637         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
3638
3639 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
3640
3641         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
3642         Don't use 'exit'; just return from 'main'.
3643         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
3644
3645         * lib/fnmatch_.h: Readjust white space and comments to match
3646         glibc, to avoid spurious diffs.
3647
3648 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
3649
3650         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
3651         2004-12-01 change by Jakub Jelinek, since this code won't compile
3652         if !LIBC.  Problem reported by Bob Proulx.
3653
3654 2007-01-23  Bruno Haible  <bruno@clisp.org>
3655
3656         * lib/striconveh.c: Include c-strcaseeq.h.
3657         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
3658         * modules/striconveh (Depends-on): Add c-strcaseeq.
3659
3660 2007-01-23  Bruno Haible  <bruno@clisp.org>
3661
3662         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
3663
3664         * modules/c-strcaseeq: New file.
3665         * lib/c-strcaseeq.h: New file.
3666
3667         * modules/streq: New file.
3668         * lib/streq.h: New file.
3669
3670 2007-01-23  Bruno Haible  <bruno@clisp.org>
3671
3672         * modules/striconveha-tests: New file.
3673         * tests/test-striconveha.c: New file.
3674
3675         * lib/striconveha.h: Include <stdbool.h>.
3676         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
3677         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
3678         (mem_iconveha_notranslit): Renamed from mem_iconveha.
3679         (mem_iconveha): New function.
3680         (str_iconveha_notranslit): Renamed from str_iconveha.
3681         (str_iconveha): New function.
3682         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
3683         c-strcase.
3684
3685 2007-01-23  Bruno Haible  <bruno@clisp.org>
3686
3687         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
3688         encodings without forgiving before trying any encoding with handler.
3689         (str_iconveha): Try all encodings without forgiving before trying any
3690         encoding with handler.
3691
3692 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
3693
3694         Import the following changes from libc.
3695
3696         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
3697
3698         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
3699
3700         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
3701
3702         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
3703         normal_bracket label.
3704
3705         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
3706
3707         [BZ #361]
3708         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
3709         to normal_bracket after fetching the next character.
3710
3711 2007-01-22  Bruno Haible  <bruno@clisp.org>
3712
3713         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
3714         argument.
3715         * lib/striconveh.c (iconv_carefully_1): New function.
3716         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
3717         argument.
3718         (str_cd_iconveh): Update.
3719         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
3720         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
3721         * tests/test-striconveh.c (MAGIC): New macro.
3722         (new_offsets): New function.
3723         (main): Test call with and without offsets.
3724
3725 2007-01-22  Bruno Haible  <bruno@clisp.org>
3726
3727         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
3728         * modules/sys_select (Makefile.am): Likewise.
3729         * modules/sys_socket (Makefile.am): Likewise.
3730         * modules/sys_time (Makefile.am): Likewise.
3731
3732 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
3733
3734         * modules/gettimeofday (License): Change from GPL to LGPL, since
3735         gettimeofday is a library function.
3736
3737 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3738
3739         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
3740
3741 2007-01-21  Bruno Haible  <bruno@clisp.org>
3742
3743         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
3744
3745 2007-01-21  Bruno Haible  <bruno@clisp.org>
3746
3747         * modules/striconveha: New file.
3748         * lib/striconveha.h: New file.
3749         * lib/striconveha.c: New file.
3750         * MODULES.html.sh (Internationalization functions): Add striconveha.
3751         * lib/striconv.c (str_iconv): Optimize the case of an empty input
3752         string.
3753         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
3754
3755 2007-01-21  Bruno Haible  <bruno@clisp.org>
3756
3757         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
3758         * lib/striconveh.c (str_iconveh): Likewise.
3759
3760 2007-01-21  Bruno Haible  <bruno@clisp.org>
3761
3762         * lib/striconveh.h (mem_iconveh): New declaration.
3763         * lib/striconveh.c (mem_iconveh): New function.
3764         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
3765
3766 2007-01-21  Bruno Haible  <bruno@clisp.org>
3767
3768         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
3769
3770         * lib/striconveh.h (mem_cd_iconveh): Change specification.
3771         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
3772         original result buffer.
3773         (str_cd_iconveh): Update.
3774         * tests/test-striconveh.c (main): Update.
3775
3776         * lib/striconv.h (mem_cd_iconv): Change specification.
3777         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
3778         result buffer.
3779         (str_cd_iconv): Update.
3780         * tests/test-striconv.c (main): Update.
3781
3782 2007-01-21  Bruno Haible  <bruno@clisp.org>
3783
3784         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
3785
3786 2007-01-20  Jim Meyering  <jim@meyering.net>
3787
3788         * lib/userspec.c (parse_with_separator): If a user or group string
3789         starts with "+", skip the corresponding name-to-ID look-up, since
3790         such a look-up must fail: user and group names may not include "+".
3791
3792 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
3793
3794         * lib/poll.c: Include sys/time.h and time.h unconditionally,
3795         since we now assume the sys_time module.
3796         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
3797         check for sys/time.h; no longer needed.
3798         * modules/poll (Depends-on): Depend on sys_time.
3799
3800 2007-01-18  Bruno Haible  <bruno@clisp.org>
3801
3802         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
3803         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
3804
3805         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
3806         gettimeofday.
3807
3808         * tests/test-gettimeofday.c: Include <time.h>.
3809         (dummy): Remove variable.
3810
3811         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
3812         gl_HEADER_SYS_TIME_H.
3813         (gl_HEADER_SYS_TIME_H): New macro.
3814
3815         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
3816         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3817         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
3818         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
3819         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3820         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
3821         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
3822         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3823         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
3824         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
3825         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3826
3827         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
3828         last change; it caused a compilation error when cross-compiling to
3829         Cygwin.
3830
3831 2007-01-18  Jim Meyering  <jim@meyering.net>
3832
3833         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
3834         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
3835         than the race-prone "test -d sys || mkdir sys".
3836         (configure.ac): Use AC_PROG_MKDIR_P.
3837         * modules/sys_select: Likewise.
3838         * modules/sys_socket: Likewise.
3839         * modules/sys_time: Likewise.
3840
3841 2007-01-18  Eric Blake  <ebb9@byu.net>
3842
3843         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
3844         replace gettimeofday.
3845         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
3846         name, to avoid infinite recursion.
3847
3848 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
3849
3850         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
3851         module sys_time.
3852         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
3853         assume timespec.h defines struct timeval.
3854         * lib/settime.c: Likewise.
3855         * lib/utimens.c: Likewise.
3856         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
3857         since we now assume the gettimeofday module.
3858         * lib/tempname.c (__gen_tempname): Likewise.
3859         * lib/gettimeofday.h: Remove.
3860         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
3861         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
3862         Include <time.h>, for 'time()'.
3863         (localtime_buffer_addr): Also use this workaround if
3864         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
3865         to simplify the uses.  All uses changed.
3866         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
3867         that #undef is inside {}, and 'const' follows type name consistently.
3868         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
3869         (gettimeofday): Do not use the maximum possible value for
3870         tv->tv_usec, since that might break usages other than ls.c.
3871         Instead, we'll leave ls.c alone.  This undoes today's patch
3872         by Bruno.  Add a compile-time warning for 1s-clock resolution;
3873         we've never observed the problem but might as well keep the
3874         canary.
3875         * lib/nanosleep.c: Include timespec.h first, for interface check.
3876         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
3877         now assume the sys_time module.
3878         * lib/tempname.c: Likewise.
3879         * lib/timespec.h: Likewise.
3880         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
3881         needed.
3882         * lib/strftime.c: Likewise.
3883         * lib/timespec.h: Likewise.
3884         * lib/posixtm.c: Include posixtm.h first, for interface check.
3885         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
3886         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
3887         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
3888         * lib/sys_time_.h: New file.
3889         * lib/timespec.h (struct timespec): Use long int, not long.
3890         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
3891         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
3892         Remove obsolescent call to AC_HEADER_TIME.
3893         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
3894         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
3895         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
3896         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
3897         Likewise.
3898         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
3899         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
3900         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
3901         into the sys_time module.  Check for gettimeofday just once.
3902         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
3903         for gettimeofday signature to just check the signature.  Merely
3904         compile it, since linking doesn't test signature.  Improve test for
3905         whether gettimeofday.o is actually needed.
3906         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
3907         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
3908         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
3909         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3910         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
3911         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
3912         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
3913         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
3914         than worrying about sys/time.h.
3915         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
3916         Don't bother worrying about TIME_WITH_SYS_TIME.
3917         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
3918         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
3919         * m4/sys_time_h.m4: New file.
3920         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
3921         Don't include sys/time.h.  Return from main rather than exiting.
3922         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
3923         all uses changed.
3924         * modules/gethrxtime (Depends-on): Add sys_time.
3925         * modules/gettime (Depends-on): Likewise.
3926         * modules/gettimeofday (Depends-on): Likewise.
3927         * modules/nanosleep (Depends-on): Likewise.
3928         * modules/settime (Depends-on): Likewise.
3929         * modules/tempname (Depends-on): Likewise.
3930         * modules/utimens (Depends-on): Likewise.
3931         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
3932         (Include:) Change back to <sys/time.h>.
3933         (Maintainer:) Add self.
3934         * modules/sys_time: New file.
3935         * modules/tempname (Depends-on): Add gettimeofday.
3936         * tests/test-gettimeofday.c: Include <sys/time.h>
3937         rather than gettimeofday.h.
3938
3939 2007-01-17  Bruno Haible  <bruno@clisp.org>
3940
3941         * gnulib-tool (func_get_license): Revert last patch. Instead, let
3942         the license default to GPL.
3943         (func_create_testdir): Don't complain if a module is LGPL and its
3944         tests module depends on GPLed modules.
3945
3946 2007-01-17  Bruno Haible  <bruno@clisp.org>
3947
3948         * lib/gettimeofday.c (gettimeofday): Add code for the case
3949         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
3950         maximum possible value for tv->tv_usec, rather than the minimum one.
3951
3952 2005-10-08  Martin Lambers  <marlam@marlam.de>
3953 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
3954 2007-01-16  Bruno Haible  <bruno@clisp.org>
3955
3956         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
3957         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
3958         gl_FUNC_GETTIMEOFDAY.
3959         (Include): Add gettimeofday.h.
3960         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
3961         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
3962         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
3963         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
3964         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
3965         * lib/gettimeofday.h: New file.
3966         * lib/gettimeofday.c: Include <sys/timeb.h>.
3967         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
3968         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3969         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
3970         fall back on time().
3971
3972         * tests/test-gettimeofday.c: New file.
3973         * modules/gettimeofday-tests: New file.
3974
3975 2007-01-16  Eric Blake  <ebb9@byu.net>
3976
3977         * modules/fnmatch (Depends-on): Depend on wchar.
3978         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
3979         * m4/fnmatch.m4: Likewise.
3980         * modules/mbchar (Makefile.am): Assume <wchar.h>.
3981         * m4/mbchar.m4: Likewise.
3982         * modules/mbswidth (Depends-on): Depend on wchar.
3983         * lib/mbswidth.c: Assume <wchar.h>.
3984         * m4/mbswidth.m4: Likewise.
3985         * modules/quotearg (Depends-on): Depend on wchar.
3986         * lib/quotearg.c: Assume <wchar.h>.
3987         * m4/quotearg.m4: Likewise.
3988         * modules/regex (Depends-on): Depend on wchar.
3989         * lib/regex_internal.h: Assume <wchar.h>.
3990         * m4/regex.m4: Likewise.
3991         * modules/stdint (Depends-on): Depend on wchar.
3992         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
3993         * m4/stdint.m4: Likewise.
3994         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
3995         * modules/strftime (Depends-on): Depend on wchar.
3996         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
3997         * modules/strtol (Depends-on): Depend on wchar.
3998         * lib/strtol.c: Assume <wchar.h>.
3999         * modules/wcwidth (Depends-on): Depend on wchar.
4000         * lib/wcwidth.h: Assume <wchar.h>.
4001         * m4/wcwidth.m4: Likewise.
4002
4003 2007-01-16  Bruno Haible  <bruno@clisp.org>
4004
4005         * modules/csharpexec-script: New, created from...
4006         * modules/csharpexec: ... this.
4007
4008 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
4009
4010         * modules/javaexec-script: New, created from...
4011         * modules/javaexec: ... this.
4012
4013 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4014
4015         * modules/poll (Dependencies): Add sys_select.
4016
4017 2007-01-15  Jim Meyering  <jim@meyering.net>
4018
4019         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
4020         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
4021         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
4022         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
4023
4024 2007-01-15  Bruno Haible  <bruno@clisp.org>
4025
4026         * modules/striconveh: New file.
4027         * lib/striconveh.h: New file.
4028         * lib/striconveh.c: New file.
4029         * MODULES.html.sh (Internationalization functions): Add striconveh.
4030
4031         * modules/striconveh-tests: New file.
4032         * tests/test-striconveh.c: New file.
4033
4034 2007-01-15  Bruno Haible  <bruno@clisp.org>
4035
4036         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
4037         not from GNU libiconv or GNU libc.
4038
4039 2007-01-15  Bruno Haible  <bruno@clisp.org>
4040
4041         * doc/gnulib-intro.texi (Copyright): Explain the different license
4042         terms for module descriptions, autoconf macros, tests, documentation.
4043
4044 2007-01-14  Bruno Haible  <bruno@clisp.org>
4045
4046         * modules/striconv-tests: New file.
4047         * tests/test-striconv.c: New file.
4048
4049 2007-01-14  Bruno Haible  <bruno@clisp.org>
4050
4051         * modules/iconv-tests: New file.
4052         * tests/test-iconv.c: New file.
4053
4054 2007-01-14  Bruno Haible  <bruno@clisp.org>
4055
4056         * gnulib-tool (func_get_license): For test modules, use the license of
4057         the main module.
4058
4059 2007-01-14  Bruno Haible  <bruno@clisp.org>
4060
4061         * modules/iconv (Include): Clarify that <iconv.h> can only be included
4062         if iconv is found to exist.
4063
4064 2007-01-14  Bruno Haible  <bruno@clisp.org>
4065
4066         * modules/c-ctype-tests: New file.
4067         * tests/test-c-ctype.c: New file.
4068
4069 2007-01-14  Bruno Haible  <bruno@clisp.org>
4070
4071         * modules/binary-io-tests: New file.
4072         * tests/test-binary-io.sh: New file.
4073         * tests/test-binary-io.c: New file.
4074
4075 2007-01-14  Bruno Haible  <bruno@clisp.org>
4076
4077         * modules/array-oset-tests: New file.
4078         * tests/test-array_oset.c: New file.
4079
4080 2007-01-14  Bruno Haible  <bruno@clisp.org>
4081
4082         * modules/array-list-tests: New file.
4083         * tests/test-array_list.c: New file.
4084
4085 2007-01-14  Bruno Haible  <bruno@clisp.org>
4086
4087         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
4088         and make.
4089         Reported by Simon Josefsson in
4090         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
4091
4092 2007-01-14  Bruno Haible  <bruno@clisp.org>
4093
4094         * modules/allocsa-tests: New file.
4095         * tests/test-allocsa.c: New file.
4096
4097 2007-01-14  Bruno Haible  <bruno@clisp.org>
4098
4099         * modules/fchdir (Depends-on): Add absolute-header.
4100         * modules/unistd (Depends-on): Likewise.
4101
4102 2006-12-30  Bruno Haible  <bruno@clisp.org>
4103
4104         * modules/fchdir: New file.
4105         * modules/unistd (Files): Add lib/unistd_.h.
4106         (Makefile.am): Generate unistd.h from unistd_.h.
4107         * lib/fchdir.c: New file.
4108         * lib/dirent_.h: New file.
4109         * lib/unistd_.h: New file.
4110         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
4111         * m4/fchdir.m4: New file.
4112         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
4113         (gl_HEADER_UNISTD): Invoke it.
4114         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
4115         function.
4116         * lib/backupfile.c (opendir, closedir): Undefine.
4117         * lib/chown.c (open, close): Undefine.
4118         * lib/clean-temp.c (open, close): Undefine.
4119         * lib/copy-file.c (open, close): Undefine.
4120         * lib/execute.c (open, close): Undefine.
4121         * lib/fsusage.c (open, close): Undefine.
4122         * lib/gc-gnulib.c (open, close): Undefine.
4123         * lib/getcwd.c (opendir, closedir): Undefine.
4124         * lib/glob.c (opendir, closedir): Undefine.
4125         * lib/javacomp.c (open, close): Undefine.
4126         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
4127         * lib/openat-proc.c (open, close): Undefine.
4128         * lib/pagealign_alloc.c (open, close): Undefine.
4129         * lib/pipe.c (open, close): Undefine.
4130         * lib/progreloc.c (open, close): Undefine.
4131         * lib/savedir.c (opendir, closedir): Undefine.
4132         * lib/utime.c (open, close): Undefine.
4133         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
4134
4135 2007-01-10  Bruno Haible  <bruno@clisp.org>
4136
4137         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
4138
4139 2007-01-12  Eric Blake  <ebb9@byu.net>
4140
4141         Provide a robust <wchar.h>.  Further simplifications are now
4142         possible in other modules, but not included here.
4143         * modules/wchar: New module.
4144         * m4/wchar.m4: New file.
4145         * lib/wchar_.h: Likewise.
4146         * modules/mbchar (Depends-on): Depend on wchar, as the first use
4147         of the new module.
4148         * MODULES.html.sh (Extended multibyte and wide character utilities):
4149         New section.
4150
4151 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
4152
4153         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
4154         to a reasonable default for memory allocation.
4155         (xreadlink): Don't allocate a huge buffer, to work around a buggy
4156         file system that reports garbage st_size values for symlinks.
4157         Problem reported by Liyang Hu.
4158
4159 2007-01-11  Simon Josefsson  <simon@josefsson.org>
4160
4161         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
4162         Emacs .#* auto-save files).
4163
4164 2007-01-11  Bruno Haible  <bruno@clisp.org>
4165
4166         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
4167         directory.
4168
4169 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
4170
4171         Use @...@ consistently in lib/wctype_.h.
4172         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
4173         on it being set to 1 or 0.
4174         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
4175         go back to AC_SUBSTing it.
4176         * modules/wctype (Makefile.am): Undo previous change.
4177
4178 2007-01-10  Eric Blake  <ebb9@byu.net>
4179
4180         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
4181         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
4182         * modules/wctype (Makefile.am): Likewise.
4183         Reported by Chris McGuire.
4184
4185 2007-01-10  Jim Meyering  <jim@meyering.net>
4186
4187         fts.c: a small readability/maintainability improvement
4188         * lib/fts.c (fts_read): Make this code slightly more readable and
4189         maintainable by hoisting the "sp->fts_cur = p" assignments to
4190         immediately follow the statements that set P.  Derived from
4191         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
4192
4193 2007-01-10  Eric Blake  <ebb9@byu.net>
4194
4195         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
4196         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
4197         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
4198         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
4199         Reported by Chris McGuire.
4200
4201 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4202
4203         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
4204         in sed script.
4205
4206 2007-01-09  Bruno Haible  <bruno@clisp.org>
4207
4208         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
4209         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
4210         variables.
4211         (func_module): Use them.
4212
4213 2007-01-09  Bruno Haible  <bruno@clisp.org>
4214
4215         * modules/unistr/base: New file.
4216         * lib/unistr.h: New file.
4217
4218         * modules/unistr/u8-to-u16: New file.
4219         * lib/unistr/u8-to-u16.c: New file.
4220
4221         * modules/unistr/u8-to-u32: New file.
4222         * lib/unistr/u8-to-u32.c: New file.
4223
4224         * modules/unistr/u16-to-u8: New file.
4225         * lib/unistr/u16-to-u8.c: New file.
4226
4227         * modules/unistr/u16-to-u32: New file.
4228         * lib/unistr/u16-to-u32.c: New file.
4229
4230         * modules/unistr/u32-to-u8: New file.
4231         * lib/unistr/u32-to-u8.c: New file.
4232
4233         * modules/unistr/u32-to-u16: New file.
4234         * lib/unistr/u32-to-u16.c: New file.
4235
4236         * modules/unistr/u8-check: New file.
4237         * modules/unistr/u16-check: New file.
4238         * modules/unistr/u32-check: New file.
4239         * lib/unistr/u8-check.c: New file.
4240         * lib/unistr/u16-check.c: New file.
4241         * lib/unistr/u32-check.c: New file.
4242
4243         * modules/unistr/u8-chr: New file.
4244         * modules/unistr/u16-chr: New file.
4245         * modules/unistr/u32-chr: New file.
4246         * lib/unistr/u8-chr.c: New file.
4247         * lib/unistr/u16-chr.c: New file.
4248         * lib/unistr/u32-chr.c: New file.
4249
4250         * modules/unistr/u8-cmp: New file.
4251         * modules/unistr/u16-cmp: New file.
4252         * modules/unistr/u32-cmp: New file.
4253         * lib/unistr/u8-cmp.c: New file.
4254         * lib/unistr/u16-cmp.c: New file.
4255         * lib/unistr/u32-cmp.c: New file.
4256
4257         * modules/unistr/u8-cpy: New file.
4258         * modules/unistr/u16-cpy: New file.
4259         * modules/unistr/u32-cpy: New file.
4260         * lib/unistr/u8-cpy.c: New file.
4261         * lib/unistr/u16-cpy.c: New file.
4262         * lib/unistr/u32-cpy.c: New file.
4263         * lib/unistr/u-cpy.h: New file.
4264
4265         * modules/unistr/u8-cpy-alloc: New file.
4266         * modules/unistr/u16-cpy-alloc: New file.
4267         * modules/unistr/u32-cpy-alloc: New file.
4268         * lib/unistr/u8-cpy-alloc.c: New file.
4269         * lib/unistr/u16-cpy-alloc.c: New file.
4270         * lib/unistr/u32-cpy-alloc.c: New file.
4271         * lib/unistr/u-cpy-alloc.h: New file.
4272
4273         * modules/unistr/u8-endswith: New file.
4274         * modules/unistr/u16-endswith: New file.
4275         * modules/unistr/u32-endswith: New file.
4276         * lib/unistr/u8-endswith.c: New file.
4277         * lib/unistr/u16-endswith.c: New file.
4278         * lib/unistr/u32-endswith.c: New file.
4279         * lib/unistr/u-endswith.h: New file.
4280
4281         * modules/unistr/u8-mblen: New file.
4282         * modules/unistr/u16-mblen: New file.
4283         * modules/unistr/u32-mblen: New file.
4284         * lib/unistr/u8-mblen.c: New file.
4285         * lib/unistr/u16-mblen.c: New file.
4286         * lib/unistr/u32-mblen.c: New file.
4287
4288         * modules/unistr/u8-mbtouc: New file.
4289         * modules/unistr/u16-mbtouc: New file.
4290         * modules/unistr/u32-mbtouc: New file.
4291         * lib/unistr/u8-mbtouc.c: New file.
4292         * lib/unistr/u16-mbtouc.c: New file.
4293         * lib/unistr/u32-mbtouc.c: New file.
4294
4295         * modules/unistr/u8-mbtouc-safe: New file.
4296         * modules/unistr/u16-mbtouc-safe: New file.
4297         * modules/unistr/u32-mbtouc-safe: New file.
4298         * lib/unistr/u8-mbtouc-safe.c: New file.
4299         * lib/unistr/u16-mbtouc-safe.c: New file.
4300         * lib/unistr/u32-mbtouc-safe.c: New file.
4301
4302         * modules/unistr/u8-move: New file.
4303         * modules/unistr/u16-move: New file.
4304         * modules/unistr/u32-move: New file.
4305         * lib/unistr/u8-move.c: New file.
4306         * lib/unistr/u16-move.c: New file.
4307         * lib/unistr/u32-move.c: New file.
4308         * lib/unistr/u-move.h: New file.
4309
4310         * modules/unistr/u8-next: New file.
4311         * modules/unistr/u16-next: New file.
4312         * modules/unistr/u32-next: New file.
4313         * lib/unistr/u8-next.c: New file.
4314         * lib/unistr/u16-next.c: New file.
4315         * lib/unistr/u32-next.c: New file.
4316
4317         * modules/unistr/u8-prev: New file.
4318         * modules/unistr/u16-prev: New file.
4319         * modules/unistr/u32-prev: New file.
4320         * lib/unistr/u8-prev.c: New file.
4321         * lib/unistr/u16-prev.c: New file.
4322         * lib/unistr/u32-prev.c: New file.
4323
4324         * modules/unistr/u8-set: New file.
4325         * modules/unistr/u16-set: New file.
4326         * modules/unistr/u32-set: New file.
4327         * lib/unistr/u8-set.c: New file.
4328         * lib/unistr/u16-set.c: New file.
4329         * lib/unistr/u32-set.c: New file.
4330         * lib/unistr/u-set.h: New file.
4331
4332         * modules/unistr/u8-startswith: New file.
4333         * modules/unistr/u16-startswith: New file.
4334         * modules/unistr/u32-startswith: New file.
4335         * lib/unistr/u8-startswith.c: New file.
4336         * lib/unistr/u16-startswith.c: New file.
4337         * lib/unistr/u32-startswith.c: New file.
4338         * lib/unistr/u-startswith.h: New file.
4339
4340         * modules/unistr/u8-stpcpy: New file.
4341         * modules/unistr/u16-stpcpy: New file.
4342         * modules/unistr/u32-stpcpy: New file.
4343         * lib/unistr/u8-stpcpy.c: New file.
4344         * lib/unistr/u16-stpcpy.c: New file.
4345         * lib/unistr/u32-stpcpy.c: New file.
4346         * lib/unistr/u-stpcpy.h: New file.
4347
4348         * modules/unistr/u8-stpncpy: New file.
4349         * modules/unistr/u16-stpncpy: New file.
4350         * modules/unistr/u32-stpncpy: New file.
4351         * lib/unistr/u8-stpncpy.c: New file.
4352         * lib/unistr/u16-stpncpy.c: New file.
4353         * lib/unistr/u32-stpncpy.c: New file.
4354         * lib/unistr/u-stpncpy.h: New file.
4355
4356         * modules/unistr/u8-strcat: New file.
4357         * modules/unistr/u16-strcat: New file.
4358         * modules/unistr/u32-strcat: New file.
4359         * lib/unistr/u8-strcat.c: New file.
4360         * lib/unistr/u16-strcat.c: New file.
4361         * lib/unistr/u32-strcat.c: New file.
4362         * lib/unistr/u-strcat.h: New file.
4363
4364         * modules/unistr/u8-strchr: New file.
4365         * modules/unistr/u16-strchr: New file.
4366         * modules/unistr/u32-strchr: New file.
4367         * lib/unistr/u8-strchr.c: New file.
4368         * lib/unistr/u16-strchr.c: New file.
4369         * lib/unistr/u32-strchr.c: New file.
4370
4371         * modules/unistr/u8-strcmp: New file.
4372         * modules/unistr/u16-strcmp: New file.
4373         * modules/unistr/u32-strcmp: New file.
4374         * lib/unistr/u8-strcmp.c: New file.
4375         * lib/unistr/u16-strcmp.c: New file.
4376         * lib/unistr/u32-strcmp.c: New file.
4377
4378         * modules/unistr/u8-strcpy: New file.
4379         * modules/unistr/u16-strcpy: New file.
4380         * modules/unistr/u32-strcpy: New file.
4381         * lib/unistr/u8-strcpy.c: New file.
4382         * lib/unistr/u16-strcpy.c: New file.
4383         * lib/unistr/u32-strcpy.c: New file.
4384         * lib/unistr/u-strcpy.h: New file.
4385
4386         * modules/unistr/u8-strcspn: New file.
4387         * modules/unistr/u16-strcspn: New file.
4388         * modules/unistr/u32-strcspn: New file.
4389         * lib/unistr/u8-strcspn.c: New file.
4390         * lib/unistr/u16-strcspn.c: New file.
4391         * lib/unistr/u32-strcspn.c: New file.
4392         * lib/unistr/u-strcspn.h: New file.
4393
4394         * modules/unistr/u8-strdup: New file.
4395         * modules/unistr/u16-strdup: New file.
4396         * modules/unistr/u32-strdup: New file.
4397         * lib/unistr/u8-strdup.c: New file.
4398         * lib/unistr/u16-strdup.c: New file.
4399         * lib/unistr/u32-strdup.c: New file.
4400         * lib/unistr/u-strdup.h: New file.
4401
4402         * modules/unistr/u8-strlen: New file.
4403         * modules/unistr/u16-strlen: New file.
4404         * modules/unistr/u32-strlen: New file.
4405         * lib/unistr/u8-strlen.c: New file.
4406         * lib/unistr/u16-strlen.c: New file.
4407         * lib/unistr/u32-strlen.c: New file.
4408         * lib/unistr/u-strlen.h: New file.
4409
4410         * modules/unistr/u8-strmblen: New file.
4411         * modules/unistr/u16-strmblen: New file.
4412         * modules/unistr/u32-strmblen: New file.
4413         * lib/unistr/u8-strmblen.c: New file.
4414         * lib/unistr/u16-strmblen.c: New file.
4415         * lib/unistr/u32-strmblen.c: New file.
4416
4417         * modules/unistr/u8-strmbtouc: New file.
4418         * modules/unistr/u16-strmbtouc: New file.
4419         * modules/unistr/u32-strmbtouc: New file.
4420         * lib/unistr/u8-strmbtouc.c: New file.
4421         * lib/unistr/u16-strmbtouc.c: New file.
4422         * lib/unistr/u32-strmbtouc.c: New file.
4423
4424         * modules/unistr/u8-strncat: New file.
4425         * modules/unistr/u16-strncat: New file.
4426         * modules/unistr/u32-strncat: New file.
4427         * lib/unistr/u8-strncat.c: New file.
4428         * lib/unistr/u16-strncat.c: New file.
4429         * lib/unistr/u32-strncat.c: New file.
4430         * lib/unistr/u-strncat.h: New file.
4431
4432         * modules/unistr/u8-strncmp: New file.
4433         * modules/unistr/u16-strncmp: New file.
4434         * modules/unistr/u32-strncmp: New file.
4435         * lib/unistr/u8-strncmp.c: New file.
4436         * lib/unistr/u16-strncmp.c: New file.
4437         * lib/unistr/u32-strncmp.c: New file.
4438
4439         * modules/unistr/u8-strncpy: New file.
4440         * modules/unistr/u16-strncpy: New file.
4441         * modules/unistr/u32-strncpy: New file.
4442         * lib/unistr/u8-strncpy.c: New file.
4443         * lib/unistr/u16-strncpy.c: New file.
4444         * lib/unistr/u32-strncpy.c: New file.
4445         * lib/unistr/u-strncpy.h: New file.
4446
4447         * modules/unistr/u8-strnlen: New file.
4448         * modules/unistr/u16-strnlen: New file.
4449         * modules/unistr/u32-strnlen: New file.
4450         * lib/unistr/u8-strnlen.c: New file.
4451         * lib/unistr/u16-strnlen.c: New file.
4452         * lib/unistr/u32-strnlen.c: New file.
4453         * lib/unistr/u-strnlen.h: New file.
4454
4455         * modules/unistr/u8-strpbrk: New file.
4456         * modules/unistr/u16-strpbrk: New file.
4457         * modules/unistr/u32-strpbrk: New file.
4458         * lib/unistr/u8-strpbrk.c: New file.
4459         * lib/unistr/u16-strpbrk.c: New file.
4460         * lib/unistr/u32-strpbrk.c: New file.
4461         * lib/unistr/u-strpbrk.h: New file.
4462
4463         * modules/unistr/u8-strrchr: New file.
4464         * modules/unistr/u16-strrchr: New file.
4465         * modules/unistr/u32-strrchr: New file.
4466         * lib/unistr/u8-strrchr.c: New file.
4467         * lib/unistr/u16-strrchr.c: New file.
4468         * lib/unistr/u32-strrchr.c: New file.
4469
4470         * modules/unistr/u8-strspn: New file.
4471         * modules/unistr/u16-strspn: New file.
4472         * modules/unistr/u32-strspn: New file.
4473         * lib/unistr/u8-strspn.c: New file.
4474         * lib/unistr/u16-strspn.c: New file.
4475         * lib/unistr/u32-strspn.c: New file.
4476         * lib/unistr/u-strspn.h: New file.
4477
4478         * modules/unistr/u8-strstr: New file.
4479         * modules/unistr/u16-strstr: New file.
4480         * modules/unistr/u32-strstr: New file.
4481         * lib/unistr/u8-strstr.c: New file.
4482         * lib/unistr/u16-strstr.c: New file.
4483         * lib/unistr/u32-strstr.c: New file.
4484         * lib/unistr/u-strstr.h: New file.
4485
4486         * modules/unistr/u8-strtok: New file.
4487         * modules/unistr/u16-strtok: New file.
4488         * modules/unistr/u32-strtok: New file.
4489         * lib/unistr/u8-strtok.c: New file.
4490         * lib/unistr/u16-strtok.c: New file.
4491         * lib/unistr/u32-strtok.c: New file.
4492         * lib/unistr/u-strtok.h: New file.
4493
4494         * modules/unistr/u8-uctomb: New file.
4495         * modules/unistr/u16-uctomb: New file.
4496         * modules/unistr/u32-uctomb: New file.
4497         * lib/unistr/u8-uctomb.c: New file.
4498         * lib/unistr/u16-uctomb.c: New file.
4499         * lib/unistr/u32-uctomb.c: New file.
4500
4501         * MODULES.html.sh (Unicode string functions): Add the new modules.
4502
4503 2007-01-08  Bruno Haible  <bruno@clisp.org>
4504
4505         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
4506         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
4507         subdirectories.
4508
4509 2007-01-08  Karl Berry  <karl@gnu.org>
4510
4511         * doc/error.texi: mention that main() fns must set program_name
4512         when progname is used.
4513
4514 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
4515
4516         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
4517         WCTYPE_H is empty, for the benefit of builds from non-distclean
4518         directories.  Problem reported by Eric Blake in
4519         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
4520
4521 2007-01-08  Bruno Haible  <bruno@clisp.org>
4522
4523         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
4524         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
4525         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
4526         PROVIDE_CANONICALIZE_FILENAME_MODE.
4527         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
4528
4529 2007-01-08  Bruno Haible  <bruno@clisp.org>
4530
4531         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
4532         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
4533         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
4534         * lib/fts.c: Likewise.
4535         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
4536
4537 2006-12-25  Bruno Haible  <bruno@clisp.org>
4538
4539         * modules/utf8-ucs4-safe: New file.
4540         * lib/utf8-ucs4-safe.h: New file.
4541         * lib/unistr/utf8-ucs4-safe.c: New file.
4542
4543         * modules/utf16-ucs4-safe: New file.
4544         * lib/utf16-ucs4-safe.h: New file.
4545         * lib/unistr/utf16-ucs4-safe.c: New file.
4546
4547         * MODULES.html.sh (Unicode string functions): Add the new modules.
4548
4549 2007-01-08  Bruno Haible  <bruno@clisp.org>
4550
4551         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
4552         (Depends-on): Add unitypes.
4553         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
4554         (u8_mbtouc_aux): Move out to separate file.
4555         (u8_mbtouc): Use ucs4_t, uint8_t types.
4556         * lib/unistr/utf8-ucs4.c: New file.
4557
4558         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
4559         (Depends-on): Add unitypes.
4560         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
4561         (u16_mbtouc_aux): Move out to separate file.
4562         (u16_mbtouc): Use ucs4_t, uint16_t types.
4563         * lib/unistr/utf16-ucs4.c: New file.
4564
4565         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
4566         (Depends-on): Add unitypes.
4567         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
4568         (u8_uctomb_aux): Move out to separate file.
4569         (u8_uctomb): Use ucs4_t, uint8_t types.
4570         * lib/unistr/ucs4-utf8.c: New file.
4571
4572         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
4573         (Depends-on): Add unitypes.
4574         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
4575         (u16_uctomb_aux): Move out to separate file.
4576         (u16_uctomb): Use ucs4_t, uint16_t types.
4577         * lib/unistr/ucs4-utf16.c: New file.
4578
4579 2006-12-25  Bruno Haible  <bruno@clisp.org>
4580
4581         * modules/unitypes: New file.
4582         * lib/unitypes.h: New file.
4583         * MODULES.html.sh (func_all_modules): New section "Unicode string
4584         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
4585         this section. Add unitypes.
4586
4587 2007-01-08  Bruno Haible  <bruno@clisp.org>
4588
4589         Avoid variable names that conflict with those from libtool.
4590         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
4591         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
4592         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
4593         library_names_spec to acl_library_names_spec, hardcode_* to
4594         acl_hardcode_*.
4595         Reported by Ralf Wildenhues.
4596
4597 2007-01-08  Bruno Haible  <bruno@clisp.org>
4598
4599         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
4600         definition.
4601         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
4602         definition.
4603         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
4604         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
4605         definition.
4606         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
4607         definition.
4608         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
4609         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
4610         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
4611         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
4612         definition.
4613         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
4614         definition.
4615         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
4616         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
4617         GC_USE_<algorithm>.
4618         * lib/gc-libgcrypt.c: Likewise.
4619         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
4620         * modules/gc-arctwo (configure.ac): Likewise.
4621         * modules/gc-des (configure.ac): Likewise.
4622         * modules/gc-hmac-md5 (configure.ac): Likewise.
4623         * modules/gc-hmac-sha1 (configure.ac): Likewise.
4624         * modules/gc-md2 (configure.ac): Likewise.
4625         * modules/gc-md4 (configure.ac): Likewise.
4626         * modules/gc-md5 (configure.ac): Likewise.
4627         * modules/gc-random (configure.ac): Likewise.
4628         * modules/gc-rijndael (configure.ac): Likewise.
4629         * modules/gc-sha1 (configure.ac): Likewise.
4630
4631 2007-01-08  Bruno Haible  <bruno@clisp.org>
4632
4633         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
4634         macro definition.
4635         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
4636         definition.
4637         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
4638         definition.
4639         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
4640         * modules/fcntl-safer (configure.ac): Likewise.
4641         * modules/fopen-safer (configure.ac): Likewise.
4642         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
4643         GNULIB_FWRITEERROR macro definition.
4644
4645 2007-01-08  Bruno Haible  <bruno@clisp.org>
4646
4647         * m4/gnulib-common.m4: New file.
4648         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
4649         (func_get_filelist): Add m4/gnulib-common.m4.
4650
4651 2007-01-08  Bruno Haible  <bruno@clisp.org>
4652
4653         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
4654         command.
4655
4656 2007-01-08  Jim Meyering  <jim@meyering.net>
4657
4658         Use a more robust test for a "can't happen" condition.
4659         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
4660         narrowed the st_size value.  Presuming the "can't happen" condition
4661         is true, that narrowing could conceivably convert an invalid st_size
4662         value into a valid one.  Instead, use a change based on Matthew
4663         Woehlke's original patch.
4664
4665         Slight readability improvement: use an assert-like macro
4666         in place of literal "abort ()" uses.
4667         * lib/fts.c (fts_assert): Define.
4668         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
4669         Use this macro instead of a bare 'abort'.
4670
4671 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
4672
4673         Don't worry about using IRIX 5.3's wctype.h broken definitions;
4674         simply work around them.
4675         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
4676         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
4677         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
4678         declaring.
4679         Don't bother to define as macros, since the standard doesn't require it.
4680         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
4681         longer worry about IRIX 5.3.
4682         (HAVE_WCTYPE_CTMP_BUG): Remove.
4683
4684 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
4685
4686         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
4687         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
4688         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
4689         Problems reported by Georg Schwarz for IRIX 5.3.
4690
4691         * gnulib-tool (autoconf_minversion): Take the maximum version number
4692         found, not the minimum.  Problem reported by James Youngman.
4693
4694 2007-01-03  Karl Berry  <karl@gnu.org>
4695
4696         * doc/error.texi: new file, explaining interaction with progname.
4697         * doc/gnulib.texi: include it.  Update copyright.
4698
4699 2007-01-03  Simon Josefsson  <simon@josefsson.org>
4700
4701         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
4702         AC_CANONICAL_HOST, to improve autobuild outputs.
4703
4704 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
4705             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
4706
4707         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
4708         sockets, server sockets, and other file descriptors.  Count errors
4709         to compute the return value.  Reorder the code a bit to be easier
4710         to follow.  Don't set event bits that were not requested (except
4711         POLLERR and POLLHUP).
4712
4713 2007-01-01  Bruno Haible  <bruno@clisp.org>
4714
4715         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
4716
4717 2007-01-03  Jim Meyering  <jim@meyering.net>
4718
4719         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
4720
4721 2007-01-02  Bruno Haible  <bruno@clisp.org>
4722
4723         * modules/settime (Include): Require timespec.h.
4724         * modules/nanosleep (Include): Likewise.
4725
4726 2007-01-01  Bruno Haible  <bruno@clisp.org>
4727
4728         * gnulib-tool (func_emit_copyright_notice): Bump year.
4729         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
4730
4731 2007-01-01  Bruno Haible  <bruno@clisp.org>
4732
4733         Improve support for OpenBSD.
4734         * build-aux/config.rpath (libname_spec): Export.
4735         (library_names_spec): New variable. Export.
4736         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
4737         library_names_spec from the config.rpath output. Locate shared library
4738         through the name pattern in library_names_spec.
4739
4740 2007-01-01  Eric Blake  <ebb9@byu.net>
4741
4742         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
4743
4744 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
4745
4746         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
4747         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
4748         assume the C locale, and avoid an "eval" that could cause trouble.
4749         Problem with SORT reported by Bob Proulx.
4750
4751         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
4752         Define.  Trivial patch from Henning Nielsen Lund, originally
4753         sent to bug-grep@gnu.org today.
4754
4755 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
4756
4757         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
4758         struct stat.  Problem reported by Henning Nielsen Lund.
4759         * lib/acl.c: Include acl.h first, to check interface.  Don't
4760         bother to include sys/types.h and sys/stat.h again.
4761
4762 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
4763
4764         Import the following change from libc; problem reported by
4765         Sven Verdoolaege.
4766
4767         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
4768
4769         [BZ #1373]
4770         * lib/argp.h: Remove __NTH for __argp_usage inline function.
4771
4772 2006-12-28  Jim Meyering  <jim@meyering.net>
4773
4774         * build-aux/announce-gen: Do not assume that the package
4775         builds any of tar.gz, tar.bz2, and .xdelta files.
4776         Suggestion from Simon Josefsson.
4777
4778 2006-12-28  Simon Josefsson  <simon@josefsson.org>
4779
4780         * modules/announce-gen: New file.
4781
4782 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
4783
4784         * lib/mbchar.h: Just include <wctype.h>; the wctype module
4785         handles its gotchas now.
4786         * lib/mbswidth.c: Likewise.
4787         * lib/wcwidth.h: Likewise.
4788         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
4789         and iswcntrl; the wctype module does this stuff now.
4790         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
4791         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
4792         * modules/mbchar (Depends-on): Add wctype.
4793         * modules/mbswidth (Depends-on): Likewise.
4794         * modules/wcwidth (Depends-on): Likewise.
4795
4796 2006-12-27  Eric Blake  <ebb9@byu.net>
4797
4798         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
4799         module uses more than what <wctype.h> is required to provide.
4800
4801 2006-12-26  Eric Blake  <ebb9@byu.net>
4802
4803         * gnulib-tool (sed_extract_prog): Avoid space-tab.
4804
4805 2006-12-26  Eric Blake  <ebb9@byu.net>
4806
4807         * modules/absolute-header: New module.
4808         * modules/fcntl (Depends-on): Depend on it.
4809         * modules/inttypes (Depends-on): Likewise.
4810         * modules/stdint (Depends-on): Likewise.
4811         * modules/sys_stat (Depends-on): Likewise.
4812         * modules/wctype (Depends-on): Likewise.
4813         * MODULES.html.sh (Support for building libraries and
4814         executables): Document it.
4815
4816 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
4817
4818         * gnulib-tool (SED): Remove, undoing previous change.
4819         The problem was that it broke coreutils on Solaris, because
4820         "sed --posix" leaked into a makefile.
4821         (sed): New alias, if 'alias' and GNU sed.
4822
4823 2006-12-24  Jim Meyering  <jim@meyering.net>
4824
4825         Work around an fchownat bug in glibc-2.4:
4826         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
4827         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
4828         in spite of the -P option.
4829         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
4830         New macros.
4831         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
4832         * modules/openat (Files): Add lib/fchownat.c.
4833         * lib/openat.c (fchownat): Don't define here.  Move to...
4834         * lib/fchownat.c: ...this new file.
4835
4836 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
4837
4838         Fix bug reported by Bruno Haible in
4839         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
4840         where quotearg.c didn't compile on Mac OS X 10.2 because it
4841         lacks <wchar.h> and wint_t.
4842         * lib/wctype_.h (__wctype_wint_t): New type.
4843         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
4844         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
4845         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
4846         Arg is now of type __wctype_wint_t, not wint_t.
4847         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
4848         substitute HAVE_WINT_T.
4849         * modules/wctype (Files): Add m4/wint_t.m4.
4850         (wctype.h): Substitute HAVE_WINT_T.
4851
4852 2006-12-23  Bruno Haible  <bruno@clisp.org>
4853
4854         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
4855
4856 2006-12-23  Bruno Haible  <bruno@clisp.org>
4857
4858         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
4859         S_ISLNK.
4860         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
4861         mingw.
4862
4863 2006-12-22  Bruno Haible  <bruno@clisp.org>
4864
4865         * lib/copy-file.c: Include acl.h.
4866         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
4867         Close the file descriptors only after being done with copy_acl.
4868         * modules/copy-file (Depends-on): Add acl.
4869
4870 2006-12-22  Bruno Haible  <bruno@clisp.org>
4871
4872         * gnulib-tool (SED): New variable.
4873         Use $SED instead of sed everywhere.
4874
4875 2006-12-22  Bruno Haible  <bruno@clisp.org>
4876
4877         * modules/no-c++: New file.
4878         * m4/no-c++.m4: New file.
4879         * MODULES.html.sh (Support for building libraries and executables):
4880         Add no-c++.
4881
4882 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
4883
4884         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
4885         Include <limits.h>, and use its INT_MAX to rewrite the
4886         j loop so that it does not overflow 'int'.  Problem reported by
4887         Ralf Wildenhues in
4888         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
4889         Play it safe by shifting left by 1 rather than multiplying by 2,
4890         as GCC is less likely to optimize this away when the value
4891         is signed (when it assumes overflow leads to undefined behavior).
4892         Also, don't assume time_t uses two's complement.
4893
4894 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
4895
4896         * MODULES.html.sh: New module wctype.
4897         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
4898         * lib/fnmatch.c: Don't bother to include <wchar.h> before
4899         <wctype.h>, since the new wctype module should fix this.
4900         * lib/quotearg.c: Include <wctype.h> unconditionally, since
4901         the wctype module should arrange for it.
4902         * lib/regex_internal.h: Likewise.
4903         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
4904         since the wctype module should handle this now.
4905         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
4906         * modules/fnmatch (Depends-on): Add wctype.
4907         * modules/quotearg (Depends-on): Likewise.
4908         * modules/regex (Depends-on): Likewise.
4909
4910 2006-12-19  Bruno Haible  <bruno@clisp.org>
4911
4912         * lib/strdup.h [C++]: Wrap definitions in extern "C".
4913         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
4914
4915 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4916
4917         * modules/savewd (Depends-on): Fix dependency on fcntl.
4918
4919 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
4920
4921         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
4922         conforms to C99, rather than relying on the user's environment
4923         setting of STDINT_H.
4924
4925 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
4926         and Eric Blake  <ebb9@byu.net>
4927
4928         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
4929         This is more consistent with the other defines here.
4930         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
4931         Port to z/OS.  Problem reported by Paul Gilmartin.
4932         Change local vars to use gl_ prefix rather than ac_.
4933         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
4934         with other defines.
4935         * modules/double-slash-root: New module.
4936         * modules/dirname (Files): Remove m4/double-slash-root.m4.
4937         (Depends-on): Add double-slash-root.
4938         * MODULES.html.sh (File system functions): Mention new module.
4939
4940 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
4941
4942         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
4943         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
4944         This is for the benefit of gzip, which doesn't do i18n.
4945
4946 2006-12-12  Jim Meyering  <jim@meyering.net>
4947
4948         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
4949         Reported by Andreas Schwab <schwab@suse.de>.
4950
4951 2006-12-12  Bruno Haible  <bruno@clisp.org>
4952
4953         Merge these changes.
4954         2006-09-05  Bruno Haible  <bruno@clisp.org>
4955         * lib/iconvme.c (iconv_string): No need to save and restore errno when
4956         iconv_alloc succeeded.
4957         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
4958         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
4959         test for " && dest " at the end - dest is always != NULL there. Call
4960         iconv with 4xNULL arguments initially, to reset the state. Call iconv
4961         with 2xNULL arguments, also to flush the state storage. Handle the
4962         IRIX iconv behaviour. Realloc the final result, to throw away unused
4963         memory.
4964
4965 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
4966
4967         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
4968         and fchmodat unconditionally, since glibc 2.4 has them.
4969         Problem reported by Arkadiusz Miskiewicz.
4970
4971 2006-12-10  Bruno Haible  <bruno@clisp.org>
4972
4973         * gnulib-tool (func_import): Show the include files only for those
4974         modules that are copied and specified.
4975         Reported by Karl Berry.
4976
4977 2006-12-08  Jim Meyering  <jim@meyering.net>
4978
4979         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
4980         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
4981
4982         * build-aux/announce-gen: Add two new options, both optional:
4983         --bootstrap-tools=TOOL_LIST
4984               a comma-separated list of tools, e.g.,
4985               autoconf,automake,bison,gnulib
4986         --gnulib-snapshot-date=DATE
4987               if gnulib is in the bootstrap tool list,
4988               then report this as the snapshot date.
4989               If not specified, use the current date/time.
4990               If you specify a date here, be sure it's UTC.
4991
4992 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4993
4994         * tests/test-argp-2.sh: Fix test to match actual output.
4995         (func_compare): Fix sed script to be portable.
4996
4997 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
4998
4999         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
5000         workaround for this case.  It is not autoconfigured now; offhand
5001         it's hard to see how to autoconfigure it.
5002
5003 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
5004
5005         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
5006         a directory that is about to be chowned.  Such a directory's
5007         initial file permissions should permit the owner only and this
5008         should not be changed until after the chown, since the group and
5009         other bits would be incorrect if they granted permission before
5010         the chown.
5011
5012         Fix porting problem for iswctype reported by Georg Schwarz in:
5013         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
5014         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
5015         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
5016         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
5017         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
5018
5019 2006-12-03  Jim Meyering  <jim@meyering.net>
5020
5021         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
5022         p->fts_statp may not yet be defined.
5023         (fts_read): Instead, set it in the caller, once p->fts_statp is
5024         sure to be defined, and corresponds to a top-level directory.
5025         This bug made du -x fail.  Here's the coreutils test case:
5026         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
5027         Reported by Mike Frysinger.
5028
5029 2006-12-01  Jim Meyering  <jim@meyering.net>
5030
5031         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
5032         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
5033         Reported by Simon Josefsson.
5034
5035 2006-11-30  Jim Meyering  <jim@meyering.net>
5036
5037         * m4/warning.m4: Use the all-permissive copyright notice
5038         recommended by RMS (rather than LGPL).
5039         * m4/vararrays.m4: Likewise.
5040         * m4/flexmember.m4: Likewise.
5041
5042 2006-11-29  Bruno Haible  <bruno@clisp.org>
5043
5044         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
5045         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
5046         using +=.
5047         Reported by Simon Josefsson <simon@josefsson.org>.
5048
5049 2006-11-28  James Youngman <jay@gnu.org>
5050
5051         * README: Advise users that they might find the bug-gnulib@gnu.org
5052         and autotools-announce@gnu.org mailing lists useful.
5053
5054 2006-11-28  Bruno Haible  <bruno@clisp.org>
5055
5056         * m4/ptrdiff_max.m4: Remove file.
5057
5058 2006-11-21  Bruno Haible  <bruno@clisp.org>
5059
5060         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
5061         _AC_COMPUTE_INT.
5062         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
5063         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
5064         _AC_COMPUTE_INT.
5065         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
5066         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
5067         _AC_COMPUTE_INT.
5068         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
5069
5070 2006-11-28  Jim Meyering  <jim@meyering.net>
5071
5072         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
5073         warning from "gcc -Wshadow" about shadowing the builtin.
5074
5075 2006-11-27  Bruno Haible  <bruno@clisp.org>
5076
5077         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
5078         _AC_COMPUTE_INT.
5079         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
5080
5081 2006-11-27  Bruno Haible  <bruno@clisp.org>
5082             Paul Eggert  <eggert@cs.ucla.edu>
5083
5084         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
5085
5086 2006-11-26  Bruno Haible  <bruno@clisp.org>
5087
5088         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
5089         noinst_LTLIBRARIES.
5090
5091 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
5092             Bruno Haible  <bruno@clisp.org>
5093
5094         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
5095         if compiling with "gcc -ansi".
5096
5097 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
5098
5099         Fix some incompatibilities with gcc -ansi -pedantic.
5100         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
5101         if compiling pedantically with GCC, unless it's C99 or later.
5102         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
5103         it mishandles gcc -ansi -pedantic as well.
5104         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
5105         if gcc -pedantic.
5106         * lib/regexec.c (check_node_accept_bytes): Don't use auto
5107         initializers for struct if -pedantic, unless it's C99 or later.
5108
5109 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
5110
5111         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
5112         Don't close an fd more than once. Identical atimes indicate
5113         success, not failure.
5114
5115 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
5116
5117         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
5118
5119 2006-11-23  Jim Meyering  <jim@meyering.net>
5120
5121         * build-aux/announce-gen: New file.  From coreutils.
5122
5123 2006-11-22  Jim Meyering  <jim@meyering.net>
5124
5125         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
5126         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
5127         (fts_read): Use a temporary to narrow the overused st_size member
5128         before using it in a switch statement.  Reported by Matthew Woehlke.
5129
5130         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
5131         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
5132
5133 2006-11-20  Bruno Haible  <bruno@clisp.org>
5134
5135         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
5136         changequote instead of pairs of brackets.
5137         Reported by Andreas Schwab <schwab@suse.de>.
5138
5139 2006-11-21  Jim Meyering  <jim@meyering.net>
5140
5141         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
5142         so as to remain compatible with older compilers.
5143         Patch from Michael Deutschmann.
5144
5145 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
5146
5147         * MODULES.html.sh (File system functions): Add openat.
5148
5149         * lib/openat.h (rpl_fstatat): New macro, if
5150         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
5151         (fstatat): Define to rpl_fstatat under the same conditions,
5152         unless COMPILING_FSTATAT.
5153         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
5154         seems to have the bug.
5155         * lib/fstatat.c: New file.
5156         * modules/openat (Files): Add it.
5157
5158 2006-11-20  Bruno Haible  <bruno@clisp.org>
5159
5160         * Makefile: New file.
5161
5162 2006-11-20  Jim Meyering  <jim@meyering.net>
5163
5164         The beginnings of syntax-related checks for gnulib.
5165         * lib/Makefile: New file.
5166         * lib/t-idcache: New script.  Ensure that the two halves of
5167         idcache.c stay in sync.
5168
5169         * lib/idcache.c: Adjust comments in user- and group- portions to
5170         be more accurate, and to be consistent with one another.
5171
5172 2006-11-20  Jim Meyering  <jim@meyering.net>
5173
5174         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
5175         continue using the flexible array member (thus, this module performs
5176         half as many malloc calls), with the addition that...
5177         (getgroup, getuser): Consistently record a non-match via an empty
5178         "name" string, and map an empty string match to a NULL return value.
5179         * modules/idcache (Depends-on): Re-add flexmember.
5180
5181         * lib/idcache.c (getuser): Remove all uses of the register keyword.
5182         (getuidbyname, getgroup, getgidbyname): Likewise.
5183
5184         Use cleaner syntax: NULL rather than 0.
5185         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
5186
5187 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
5188
5189         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
5190         It mishandled the case where the group was missing.
5191         Problem reported by Greg Schafer.
5192         * modules/idcache: Likewise.
5193
5194 2006-11-18  Jim Meyering  <jim@meyering.net>
5195
5196         * check-module (%exempt_header): Add exception for some
5197         conditionally-included headers.
5198
5199         * modules/i-ring (Depends-on): Add verify.
5200         (License): Change to LGPL.
5201
5202 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
5203
5204         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
5205         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
5206         and inttostr.h.  Use snprintf rather than uinttostr, so that
5207         LGPLed code doesn't depend on GPLed.
5208
5209 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
5210
5211         * modules/inline (License): Change from GPL to LGPL.
5212
5213 2006-11-17  Jim Meyering  <jim@meyering.net>
5214
5215         * modules/d-type (License): Switch to LGPL.
5216
5217 2006-11-15  Bruno Haible  <bruno@clisp.org>
5218
5219         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
5220
5221 2006-11-15  Eric Blake  <ebb9@byu.net>
5222
5223         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
5224         the module dependency.
5225
5226 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5227             Bruno Haible  <bruno@clisp.org>
5228
5229         * gnulib-tool (func_create_testdir): Add license consistency check.
5230
5231 2006-11-15  Eric Blake  <ebb9@byu.net>
5232
5233         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
5234         random "(cached)" in configure output.
5235
5236 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5237
5238         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
5239         test for conforming inttypes.h is both announced and cached.
5240
5241         * MODULES.html.sh (seen_modules, seen_files): New variables.
5242         (func_module): Rewrite to use a few less gnulib-tool and sed
5243         invocations.  Avoid a couple of quadratic algorithms for ...
5244         (missed_modules, missed_files): ... these, with ...
5245         (func_append, func_tmpdir): ... these new functions, from
5246         gnulib-tool.  Analogously, install traps for cleanup.
5247
5248         * tests/test-gc.c (main): Remove unused variables.
5249         * tests/test-read-file.c: Include stdlib.h, for 'free'.
5250
5251 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
5252
5253         * modules/inttostr (License): Change to LGPL.
5254
5255 2006-11-14  Eric Blake  <ebb9@byu.net>
5256
5257         * modules/tempname (License): Change to LGPL.
5258
5259 2006-11-14  Eric Blake  <ebb9@byu.net>
5260
5261         * doc/functions.texi (Function Portability): *printf functions on
5262         Cygwin now understand all POSIX size specifiers.
5263
5264 2006-11-14  Bruno Haible  <bruno@clisp.org>
5265
5266         * modules/c-ctype (License): Change to LGPL.
5267
5268 2006-11-12  Bruno Haible  <bruno@clisp.org>
5269
5270         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
5271         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
5272         for GNOME libraries, for which the include files are installed in
5273         subdirectories of $prefix/include.
5274
5275 2006-11-12  Bruno Haible  <bruno@clisp.org>
5276
5277         * m4/lib-link.m4: Require at least autoconf-2.54.
5278         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
5279         name to underscores for the --with option.
5280
5281 2006-11-13  Bruno Haible  <bruno@clisp.org>
5282
5283         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
5284         the tests directory.
5285         Reported by Ralf Wildenhues.
5286
5287 2006-11-13  Bruno Haible  <bruno@clisp.org>
5288
5289         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
5290         (func_emit_initmacro_end): Undo the override here.
5291         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
5292         Works around the famous automake error in coreutils.
5293
5294 2006-11-13  Eric Blake  <ebb9@byu.net>
5295
5296         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
5297         element, not its node.
5298
5299 2006-11-12  Bruno Haible  <bruno@clisp.org>
5300
5301         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
5302         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
5303
5304 2006-11-12  Bruno Haible  <bruno@clisp.org>
5305
5306         * gnulib-tool: New option --local-symlink.
5307         (func_usage): Document it.
5308         (lsymbolic): New variable.
5309         (func_import, func_create_testdir): If --symlink was not specified,
5310         test whether --local-symlink was specified and the file comes from
5311         the local_gnulib_dir.
5312
5313 2006-11-12  Bruno Haible  <bruno@clisp.org>
5314
5315         * gnulib-tool (func_ln): New function.
5316         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
5317
5318 2006-11-12  Bruno Haible  <bruno@clisp.org>
5319
5320         Finish support for source files in subdirectories.
5321         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
5322         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
5323         AUTOMAKE_OPTIONS.
5324         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
5325
5326 2006-11-12  Bruno Haible  <bruno@clisp.org>
5327
5328         * gnulib-tool (func_get_automake_snippet): Synthesize also an
5329         EXTRA_lib_SOURCES augmentation.
5330         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
5331
5332 2006-11-12  Jim Meyering  <jim@meyering.net>
5333
5334         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
5335         file descriptors.  This also averts a failure on systems with
5336         native openat support when a traversed directory lacks "x" access.
5337         * lib/fts_.h: Include "i-ring.h"
5338         (struct FTS) [fts_fd_ring]: New member.
5339         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
5340         (FCHDIR): Add parentheses.
5341         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
5342         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
5343         When descending, rather than simply closing the previous
5344         fts_cwd_fd value, push that file descriptor onto the ring.
5345         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
5346         (fts_open): Initialize the new fd_ring member.
5347         (fts_close): Clear the ring.
5348         (fts_safe_changedir): When possible, use our new fd_ring to skip
5349         the diropen and fstat and dev/ino comparison that would normally
5350         accompany a virtual `chdir ("..")'.
5351
5352         * modules/fts (Depends-on): Add i-ring.
5353         * modules/i-ring: New module.
5354         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
5355         * m4/i-ring.m4: New file.
5356
5357 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5358
5359         * gnulib-tool (func_create_testdir): Fix replacement of
5360         `build-aux' in configure.ac.  Run autotools in gltests
5361         subdirectory.
5362         (func_create_testdir, func_create_megatestdir, test): There is
5363         no need for '--force' in most autotool invocations in a new
5364         tree.  Actually fail the whole test if any of the tools, or the
5365         configure or make stages fail.
5366
5367         Sync from Automake.
5368         * build-aux/gnupload: Revert last change.  Add pointer to upload
5369         instructions of the GNU Maintenance Instructions.
5370         Suggestion by Karl Berry.
5371
5372 2006-11-10  Jim Meyering  <jim@meyering.net>
5373
5374         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
5375
5376 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
5377
5378         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
5379         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
5380         (bind_textdomain_codeset) [! ENABLE_NLS]:
5381         Evaluate all the arguments.  That way, callers get compatible behavior
5382         if the arguments have side effects.  Also, it avoids some GCC
5383         diagnostics in some cases; Joel E. Denny reported problems when Bison
5384         was configured with --enable-gcc-warnigs.
5385
5386 2006-11-10  Jim Meyering  <jim@meyering.net>
5387
5388         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
5389         relevant options in CFLAGS (like -O, -fno-inline) are taken into
5390         account.
5391
5392 2006-11-10  Jim Meyering  <jim@meyering.net>
5393
5394         * modules/inline: New file/module.
5395         * modules/xalloc (Files): Remove m4/inline.m4.
5396         (Depends-on): Add inline, instead.
5397         * modules/oset: Likewise.
5398         * modules/list: Likewise.
5399
5400 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
5401
5402         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
5403         Problem reported by Matthew Woehlke.
5404
5405 2006-11-09  Bruno Haible  <bruno@clisp.org>
5406
5407         * lib/tempname.c (gen_tempname): Remove variant that invokes
5408         __gen_tempname.
5409         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
5410         __gen_tempname.
5411
5412 2006-11-08  Bruno Haible  <bruno@clisp.org>
5413
5414         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
5415         to 'yes' instead of 'cross-compiling'.
5416
5417 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
5418
5419         * lib/quotearg.h (quotearg_free): New decl.
5420         * lib/quotearg.c (quotearg_free): New function.
5421         (slot0, nslots, slotvec0, slotvec):
5422         Now file-scope so that quotearg_free can get at them.
5423
5424 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5425
5426         Sync from Automake.
5427         * build-aux/gnupload: Add missing 'gnu' to example URL.
5428         Report by Karl Berry.
5429
5430 2006-11-08  Bruno Haible  <bruno@clisp.org>
5431
5432         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
5433         Suggested by Paul Eggert.
5434
5435 2006-11-08  Jim Meyering  <jim@meyering.net>
5436
5437         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
5438         It's already included if !_LIBC.
5439         (fts_safe_changedir): Add a comment.
5440
5441 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
5442
5443         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
5444         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
5445         Matthew Woehlke.
5446
5447         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
5448         definitions up, to avoid colliding with change below.
5449         (static_inline) [HAVE_INLINE]: New macro.
5450         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
5451         Provide extern decls when !HAVE_INLINE.  Do not define unless
5452         static_inline is defined, either by us or by xmalloc.c.  Use
5453         static_inline rather than static inline.
5454         (XCALLOC): Optimize sizeof(T) = 1 case.
5455         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
5456
5457 2006-11-07  Bruno Haible  <bruno@clisp.org>
5458
5459         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
5460         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
5461         AC_C_INLINE.
5462         * modules/xalloc (Files): Add m4/inline.m4.
5463
5464 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5465
5466         * README: Fix typo.
5467         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
5468         (Miscellanous Notes): ...from this.
5469
5470 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
5471
5472         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
5473         Mention that offsetof should be used instead of sizeof.
5474         From Bruno Haible.
5475
5476 2006-11-07  Bruno Haible  <bruno@clisp.org>
5477
5478         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
5479
5480 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
5481
5482         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
5483         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
5484         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
5485         (gl_tree_add_before, gl_tree_add_after):
5486         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
5487         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
5488         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
5489         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
5490         (gl_linked_add_after, gl_linked_add_at): Likewise.
5491         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
5492         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
5493         (gl_tree_add_before, gl_tree_add_after): Likewise.
5494         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
5495         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
5496         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
5497
5498 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5499
5500         * lib/gl_oset.h: Use C comment style, not C++ comment style.
5501
5502 2006-11-06  Bruno Haible  <bruno@clisp.org>
5503
5504         * m4/inline.m4: New file.
5505         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
5506         * modules/list (Files): Add m4/inline.m4.
5507         * modules/oset (Files): Likewise.
5508
5509 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
5510
5511         * lib/idcache.c: Include <stddef.h>, for offsetof.
5512         (struct userid.name): Change from char * to a flexible array member.
5513         All uses changed.
5514         * modules/idcache (Depends-on): Add flexmember.
5515
5516         * MODULES.html.sh (Core language properties): New module flexmember.
5517         * modules/flexmember, m4/flexmember.m4: New files.
5518
5519         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
5520         inline functions that are identical with the old xnmalloc_inline,
5521         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
5522         that we can avoid some unnecessary integer multiplications and
5523         divisions in the common case where the element size is known at
5524         compile time.
5525         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
5526         needed.
5527         (xnboundedmalloc): Remove.
5528         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
5529         arguments, for consistency with rest of this header.
5530         (xcharalloc): Rewrite using XNMALLOC.
5531         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
5532         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
5533         versions have been moved to lib/xalloc.h and renamed to be the
5534         non-*_inline versions.
5535         (xmalloc, xrealloc): Implement without reference to the xnmalloc
5536         and xnrealloc functions, since those functions are now inline and
5537         now call us.
5538         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
5539         renaming described above.
5540         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
5541         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
5542         captures the dependency in AC_C_INLINE.
5543
5544         New module canonicalize-lgpl, proposed by Charles Wilson in
5545         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
5546         with a few small changes afterwards.
5547         * MODULES.html.sh (File system functions): New module
5548         canonicalize-lgpl.
5549         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
5550         and canonicalize_file_name.
5551         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
5552         * modules/canonicalize-lgpl: New files.
5553
5554 2006-11-05  Bruno Haible  <bruno@clisp.org>
5555
5556         * gnulib-tool (func_import, func_create_testdir): Create directories
5557         also for files in subdirectories of lib/.
5558
5559 2006-11-05  Bruno Haible  <bruno@clisp.org>
5560
5561         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
5562         ANSI C compliant.
5563
5564 2006-11-03  Bruno Haible  <bruno@clisp.org>
5565
5566         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
5567         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
5568         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
5569         (xnboundedmalloc): New inline function.
5570         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
5571         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
5572         xmalloc.
5573         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
5574         xmalloc.
5575         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
5576         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
5577         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
5578         xmalloc.
5579         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
5580         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
5581         xmalloc.
5582         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
5583         gl_tree_add_after): Use XMALLOC instead of xmalloc.
5584         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
5585         xmalloc.
5586         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
5587         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
5588         gl_tree_add_after): Use XMALLOC instead of xmalloc.
5589         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
5590         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
5591         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
5592         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
5593
5594 2006-11-03  Bruno Haible  <bruno@clisp.org>
5595
5596         * lib/c-ctype.h [C++]: Define functions without name mangling.
5597         * lib/fwriteerror.h [C++]: Likewise.
5598         * lib/gcd.h [C++]: Likewise.
5599         * lib/linebreak.h [C++]: Likewise.
5600
5601 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
5602
5603         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
5604         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
5605         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
5606         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
5607         Check for functions and headers just once.
5608         Check for declaration of canonicalize_file_name.
5609         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
5610
5611 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
5612
5613         * gnulib-tool (func_import): Fix typo in actioncmd.
5614
5615 2006-11-02  Bruno Haible  <bruno@clisp.org>
5616
5617         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
5618         newline sequence in the Makefile.am snippet as a space, like "make"
5619         does.
5620         Reported by Roger Persson <perrog@gmail.com>.
5621
5622 2006-11-01  Bruno Haible  <bruno@clisp.org>
5623
5624         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
5625         already declared in <string.h>.
5626         * lib/strcase.h (strncasecmp): Don't declare it if yes.
5627
5628 2006-11-01  Bruno Haible  <bruno@clisp.org>
5629
5630         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
5631         * lib/strcase.h: Include <string.h>.
5632         (strcasecmp): Define to rpl_strcasecmp here.
5633
5634 2006-11-01  Bruno Haible  <bruno@clisp.org>
5635
5636         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
5637
5638 2006-11-01  Eric Blake  <ebb9@byu.net>
5639
5640         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
5641
5642         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
5643
5644 2006-10-29  Bruno Haible  <bruno@clisp.org>
5645
5646         Make it compile in C++ mode.
5647         * lib/full-write.c (full_rw): Add a cast.
5648
5649 2006-11-01  Bruno Haible  <bruno@clisp.org>
5650
5651         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
5652         be POSIX compliant.
5653         Reported by Roger Persson <perrog@gmail.com>.
5654
5655 2006-11-01  Eric Blake  <ebb9@byu.net>
5656
5657         * lib/getopt_.h: Fix comments.
5658
5659 2006-10-31  Eric Blake  <ebb9@byu.net>
5660
5661         * modules/tmpdir (Depends-on): Add sys_stat.
5662         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
5663         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
5664         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
5665         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
5666         tempname.
5667
5668 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
5669
5670         Avoid some C++ diagnostics reported by Bruno Haible.
5671         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
5672         xmalloc.
5673         (quotearg_alloc): Use xcharalloc rather than xmalloc.
5674         (struct slotvec): Move to top level.
5675         (quotearg_n_options): Rewrite to avoid xmalloc.
5676         * lib/xalloc.h (xcharalloc): New function.
5677         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
5678         [defined __cplusplus]: Add function template that provides result
5679         type propagation.  This part of the change is from Bruno Haible.
5680
5681 2006-10-29  Bruno Haible  <bruno@clisp.org>
5682
5683         Make it compile in C++ mode.
5684         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
5685         * lib/strnlen1.c (strnlen1): Cast memchr result.
5686         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
5687         * lib/clean-temp.c (string_equals, string_hash): Add casts.
5688         (create_temp_dir): Rename local variable 'template'.
5689         (compile_csharp_using_sscli): Add cast.
5690         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
5691         * lib/findprog.c (find_in_path): Likewise.
5692         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
5693         * lib/wait-process.c (register_slave_subprocess): Likewise.
5694
5695 2006-10-22  Bruno Haible  <bruno@clisp.org>
5696
5697         * modules/tsearch: New file.
5698         * lib/tsearch.h: New file.
5699         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
5700         * m4/tsearch.m4: New file.
5701         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
5702
5703 2006-10-29  Eric Blake  <ebb9@byu.net>
5704
5705         * lib/arcfour.c: Assume config.h.
5706         * lib/arctwo.c: Likewise.
5707         * lib/base64.c: Likewise.
5708         * lib/check-version.c: Likewise.
5709         * lib/crc.c: Likewise.
5710         * lib/des.c: Likewise.
5711         * lib/gc-gnulib.c: Likewise.
5712         * lib/gc-libgcrypt.c: Likewise.
5713         * lib/gc-pbkdf2-sha1.c: Likewise.
5714         * lib/getaddrinfo.c: Likewise.
5715         * lib/getdelim.c: Likewise.
5716         * lib/getline.c: Likewise.
5717         * lib/hmac-md5.c: Likewise.
5718         * lib/hmac-sha1.c: Likewise.
5719         * lib/iconvme.c: Likewise.
5720         * lib/md2.c: Likewise.
5721         * lib/md4.c: Likewise.
5722         * lib/memxor.c: Likewise.
5723         * lib/read-file.c: Likewise.
5724         * lib/readline.c: Likewise.
5725         * lib/rijndael-alg-fst.c: Likewise.
5726         * lib/rijndael-api-fst.c: Likewise.
5727         * lib/xgetdomainname.c: Likewise.
5728
5729 2006-10-28  Eric Blake  <ebb9@byu.net>
5730
5731         * lib/xstrndup.c: Assume config.h.
5732
5733 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
5734
5735         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
5736         stat-macros.h is now for our own macros, whereas stat_h is for
5737         macros in the <sys/stat.h> name space.
5738         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
5739         (STAT_MACROS_H): Remove.
5740         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
5741         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
5742         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
5743         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
5744         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
5745         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
5746         Move these macros to ...
5747         * lib/stat_.h: here.  Don't include stat-macros.h.
5748         * lib/canonicalize.c: Don't include stat-macros.h.
5749         * lib/chown.c: Likewise.
5750         * lib/euidaccess.c: Likewise.
5751         * lib/file-type.c: Likewise.
5752         * lib/filemode.c: Likewise.
5753         * lib/glob.c: Likewise.
5754         * lib/isapipe.c: Likewise.
5755         * lib/lchown.c: Likewise.
5756         * lib/lstat.c: Likewise.
5757         * lib/mkdir-p.c: Likewise.
5758         * lib/rmdir.c: Likewise.
5759         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
5760         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
5761         unless mkdir isn't declared, to speed up 'configure'.
5762         Always create sys/stat.h, since it's unlikely any real sys/stat.h
5763         would define all the S_* symbols.
5764         * modules/canonicalize (Depends-on):
5765         Depend on sys_stat, not stat-macros.
5766         * modules/chown: Likewise.
5767         * modules/euidaccess: Likewise.
5768         * modules/filemode: Likewise.
5769         * modules/file-type: Likewise.
5770         * modules/glob: Likewise.
5771         * modules/isapipe: Likewise.
5772         * modules/lchown: Likewise.
5773         * modules/lstat: Likewise.
5774         * modules/mkancesdirs: Likewise.
5775         * modules/rmdir: Likewise.
5776         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
5777         * modules/modechange: Likewise.
5778         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
5779         (configure.ac): Remove gl_STAT_MACROS.
5780         * modules/sys_stat (Depends-on): Remove stat-macros.
5781
5782 2006-10-27  Bruno Haible  <bruno@clisp.org>
5783
5784         * m4/signed.m4: Remove file.
5785         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
5786         invocation.
5787         * modules/vasnprintf (Files): Remove m4/signed.m4.
5788
5789 2006-10-27  Bruno Haible  <bruno@clisp.org>
5790
5791         Update to GNU gettext 0.16.
5792         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
5793         m4/inttypes-h.m4, m4/signed.m4.
5794         * m4/gettext.m4: Update to GNU gettext 0.16.
5795         * m4/intl.m4: New file, from GNU gettext.
5796         * m4/intldir.m4: New file, from GNU gettext.
5797         * config/srclist.txt: Update
5798
5799 2006-10-27  Eric Blake  <ebb9@byu.net>
5800
5801         * MODULES.html.sh: Document tempname.
5802         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
5803         dependencies.
5804         (Files): Move lib/tempname.c...
5805         * modules/tempname: ...to this new module.
5806         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
5807         (gl_PREREQ_TEMPNAME): Move...
5808         * m4/tempname.m4: ...to this new file.
5809         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
5810         * modules/sys_stat (Depends-on): Add stat-macros.
5811         * lib/stat_.h (includes): Pick up stat macros.
5812         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
5813         if stat macros are broken.
5814         * lib/tempname.c (includes): No need to include "stat-macros.h".
5815         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
5816         (direxists, __path_search) [!_LIBC]: Don't compile these in
5817         gnulib; the tmpdir module covers that.
5818         * lib/tempname.h: New file.
5819
5820 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
5821
5822         * COPYING: Explain how gnulib-tool converts licence headers.
5823         Almost all wording by Eric Blake.
5824
5825 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
5826
5827         * lib/mbchar.h (is_basic_table): Make read-only.
5828         * lib/mbchar.c (is_basic_table): Likewise.
5829         Reported by John Darrington.
5830
5831 2006-10-25  Bruno Haible  <bruno@clisp.org>
5832
5833         * lib/progname.h (set_program_name): Undefine before defining.
5834
5835 2006-10-25  Bruno Haible  <bruno@clisp.org>
5836
5837         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
5838         false for non-gcc C++ compilers.
5839         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
5840
5841 2006-10-24  Bruno Haible  <bruno@clisp.org>
5842
5843         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
5844         iconv implementations like Irix iconv.
5845
5846 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
5847
5848         * modules/vararrays: New file.
5849         * m4/vararrays.m4: New file, taken from diffutils.
5850         * MODULES.html.sh: New module vararrays.
5851
5852 2006-10-24  Karl Berry  <karl@gnu.org>
5853
5854         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
5855         Don't call GNU Unix.
5856
5857 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5858
5859         * users.txt: Add Libtool.
5860
5861         Sync from Libtool:
5862
5863         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
5864
5865         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
5866         to gnulib's policy of including config.h unconditionally.
5867
5868 2006-10-24  Bruno Haible  <bruno@clisp.org>
5869
5870         * modules/wcwidth (Files): Add m4/wint_t.m4.
5871         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
5872         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
5873
5874 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
5875
5876         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
5877         to pacify GCC with some -W flags enabled.  Problem reported by
5878         Bruno Haible.
5879
5880 2006-10-24  Jim Meyering  <jim@meyering.net>
5881
5882         * MODULES.html.sh: Remove uinttostr.  It's not a module.
5883         Reported by Karl Berry.
5884
5885 2006-10-23  Bruno Haible  <bruno@clisp.org>
5886
5887         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
5888
5889 2006-10-24  Bruno Haible  <bruno@clisp.org>
5890
5891         * lib/gl_list.h: Use C comment style, not C++ comment style.
5892
5893 2006-10-23  Eric Blake  <ebb9@byu.net>
5894
5895         * lib/getaddrinfo.c (includes): Add missing include.
5896
5897 2006-10-23  Bruno Haible  <bruno@clisp.org>
5898             Paul Eggert  <eggert@cs.ucla.edu>
5899
5900         Ability to rename obstack_free.
5901         * lib/obstack.h (__obstack_free): New macro. Declare instead of
5902         obstack_free.
5903         (obstack_free): Invoke the __obstack_free macro.
5904         * lib/obstack.c (obstack_free): Use __obstack_free macro.
5905
5906 2006-10-23  Bruno Haible  <bruno@clisp.org>
5907             Paul Eggert  <eggert@cs.ucla.edu>
5908
5909         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
5910         __argc, __argv from the declaration. (They are defined as macros on
5911         mingw.)
5912
5913 2006-10-22  Bruno Haible  <bruno@clisp.org>
5914
5915         * doc/gnulib-intro.texi: New file.
5916         * doc/gnulib.texi: Include it.
5917
5918 2006-10-21  Bruno Haible  <bruno@clisp.org>
5919
5920         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
5921         "Introduction", "Miscellanous Notes", "Particular Modules".
5922
5923 2006-10-21  Bruno Haible  <bruno@clisp.org>
5924
5925         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
5926         Change mostlyclean-local rule to avoid sh syntax error from bash
5927         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
5928
5929 2006-10-23  Jim Meyering  <jim@meyering.net>
5930
5931         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
5932         in place of snprintf.
5933
5934         * modules/inttostr (Files): Add lib/uinttostr.c.
5935         * lib/uinttostr.c (inttostr): New file/function.
5936         * lib/inttostr.h (uinttostr): Declare.
5937         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
5938         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
5939         Add uinttostr.
5940         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
5941
5942 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
5943
5944         * lib/canonicalize.c (ELOOP): Define if not already defined.
5945         Problem reported by Bruno Haible in
5946         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
5947
5948 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
5949
5950         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
5951         Problem reported by Perry Smith and Ville Laurikari.
5952
5953         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
5954         uses.
5955
5956 2006-10-19  Bruno Haible  <bruno@clisp.org>
5957
5958         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
5959         for mingw.
5960
5961 2006-10-19  Bruno Haible  <bruno@clisp.org>
5962
5963         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
5964         Needed for mingw.
5965
5966 2006-10-19  Bruno Haible  <bruno@clisp.org>
5967
5968         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
5969
5970 2006-10-19  Bruno Haible  <bruno@clisp.org>
5971
5972         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
5973         it.
5974
5975 2006-10-19  Bruno Haible  <bruno@clisp.org>
5976
5977         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
5978         invocation.
5979
5980 2006-10-19  Bruno Haible  <bruno@clisp.org>
5981
5982         * gnulib-tool (func_create_testdir): Don't include ftruncate and
5983         mountlist by default.
5984
5985 2006-10-16  Bruno Haible  <bruno@clisp.org>
5986
5987         * lib/c-strstr.c: Include c-strstr.h.
5988
5989 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
5990
5991         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
5992         in a slash.
5993
5994 2006-10-18  Bruno Haible  <bruno@clisp.org>
5995
5996         * lib/lock.h [C++]: Wrap definitions in extern "C".
5997
5998 2006-10-18  Bruno Haible  <bruno@clisp.org>
5999
6000         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
6001         gl_LIBOBJS list.
6002
6003 2006-10-18  Bruno Haible  <bruno@clisp.org>
6004
6005         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
6006
6007 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
6008
6009         * lib/xstrtol.h: Include gettext.h.
6010         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
6011         Problem reported by Eric Blake.
6012         * modules/xstrtol (Depends-on): Add gettext-h.
6013
6014 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
6015
6016         * lib/strftime.c (advance): New macro.
6017         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
6018         incomplete type, so you can't add 0 to it.  Problem and patch
6019         reported by Eelco Dolstra for dietlibc.
6020
6021 2006-10-18  Jim Meyering  <jim@meyering.net>
6022
6023         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
6024         type for a local, and rename it: s/up/user_proc/.
6025
6026 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
6027
6028         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
6029         READ_UTMP_USER_PROCESS.
6030         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
6031
6032 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
6033
6034         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
6035         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
6036
6037 2006-10-17  Eric Blake  <ebb9@byu.net>
6038
6039         * lib/sigprocmask.c (sigprocmask): Fix typo.
6040
6041         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
6042
6043         * modules/clean-temp (Makefile.am): Don't add to make output...
6044         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
6045         config.h.
6046
6047 2006-10-17  Bruno Haible  <bruno@clisp.org>
6048
6049         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
6050         differently if DEFAULT_TEXT_DOMAIN is set.
6051
6052 2006-10-16  Bruno Haible  <bruno@clisp.org>
6053
6054         * lib/clean-temp.c: Include fwriteerror.h.
6055
6056 2006-10-16  Bruno Haible  <bruno@clisp.org>
6057
6058         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
6059
6060 2006-10-16  Bruno Haible  <bruno@clisp.org>
6061
6062         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
6063         * lib/sigprocmask.h: Include <sys/types.h>.
6064         (sigset_t): Use the system's definition if present.
6065
6066 2006-10-17  Eric Blake  <ebb9@byu.net>
6067
6068         * lib/xvasprintf.c (includes): Assume config.h.
6069         * lib/xasprintf.c (includes): Likewise.
6070
6071 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
6072
6073         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
6074         at least as wide as intmax_t.
6075
6076 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
6077
6078         (Imported from Automake.)
6079         * build-aux/gnupload: Update to version 1.1 of directive file.
6080
6081 2006-10-16  Eric Blake  <ebb9@byu.net>
6082
6083         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
6084         match Automake 1.10a.
6085
6086 2006-10-14  Bruno Haible  <bruno@clisp.org>
6087
6088         * modules/sigprocmask: New file.
6089         * lib/sigprocmask.h: New file.
6090         * lib/sigprocmask.c: New file.
6091         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
6092         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
6093         request sigprocmask.o.
6094         (gl_PREREQ_SIGPROCMASK): New macro.
6095         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
6096         (Depends-on): Add sigprocmask.
6097         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
6098         gt_SIGNALBLOCKING. Test for 'raise' only once.
6099         * lib/fatal-signal.c: Include sigprocmask.h.
6100         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
6101         unblock_fatal_signals): Define always.
6102         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
6103         sigprocmask.
6104
6105 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
6106
6107         Sync from Automake.
6108         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
6109         which incorrectly sets the mode of an existing destination
6110         directory.  In some cases the unpatched install-sh could do the
6111         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
6112         system.  We hope this is rare in practice, but it's clearly worth
6113         fixing.  Problem reported by Alex Unleashed in
6114         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
6115         Also, don't bother to check for -m bugs unless we're using -m;
6116         suggested by Stepan Kasal.
6117
6118 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6119
6120         Sync from Automake.
6121         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
6122         `-c' flag, so they appear at the same position as in %FASTDEP%
6123         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
6124         which ignores unknown options only after the first non-option.
6125         Bug report against M4 by Nelson H. F. Beebe.
6126
6127 2006-10-13  Jim Meyering  <jim@meyering.net>
6128
6129         Fix a bug in yesterday's change.
6130         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
6131         p->fts_statp->st_dev would be used uninitialized.
6132         Ensures that we always call fts_stat on the very first entry.
6133         Miklos Szeredi reported that find -xdev stopped working.
6134
6135 2006-10-12  Bruno Haible  <bruno@clisp.org>
6136
6137         * gnulib-tool (func_get_automake_snippet): Append an automatically
6138         computed EXTRA_DIST augmentation.
6139         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
6140         * modules/alloca-opt (Makefile.am): Likewise.
6141         * modules/allocsa (Makefile.am): Likewise.
6142         * modules/arcfour (Makefile.am): Likewise.
6143         * modules/arctwo (Makefile.am): Likewise.
6144         * modules/argmatch (Makefile.am): Likewise.
6145         * modules/argz (Makefile.am): Likewise.
6146         * modules/atexit (Makefile.am): Likewise.
6147         * modules/backupfile (Makefile.am): Likewise.
6148         * modules/byteswap (Makefile.am): Likewise.
6149         * modules/c-strtod (Makefile.am): Likewise.
6150         * modules/c-strtold (Makefile.am): Likewise.
6151         * modules/calloc (Makefile.am): Likewise.
6152         * modules/canon-host (Makefile.am): Likewise.
6153         * modules/canonicalize (Makefile.am): Likewise.
6154         * modules/chdir-long (Makefile.am): Likewise.
6155         * modules/chdir-safer (Makefile.am): Likewise.
6156         * modules/check-version (Makefile.am): Likewise.
6157         * modules/chown (Makefile.am): Likewise.
6158         * modules/cloexec (Makefile.am): Likewise.
6159         * modules/close-stream (Makefile.am): Likewise.
6160         * modules/closeout (Makefile.am): Likewise.
6161         * modules/crc (Makefile.am): Likewise.
6162         * modules/csharpexec (Makefile.am): Likewise.
6163         * modules/cycle-check (Makefile.am): Likewise.
6164         * modules/des (Makefile.am): Likewise.
6165         * modules/dev-ino (Makefile.am): Likewise.
6166         * modules/dirfd (Makefile.am): Likewise.
6167         * modules/dirname (Makefile.am): Likewise.
6168         * modules/dup2 (Makefile.am): Likewise.
6169         * modules/eealloc (Makefile.am): Likewise.
6170         * modules/error (Makefile.am): Likewise.
6171         * modules/euidaccess (Makefile.am): Likewise.
6172         * modules/exclude (Makefile.am): Likewise.
6173         * modules/exitfail (Makefile.am): Likewise.
6174         * modules/fcntl-safer (Makefile.am): Likewise.
6175         * modules/fcntl (Makefile.am): Likewise.
6176         * modules/file-type (Makefile.am): Likewise.
6177         * modules/fileblocks (Makefile.am): Likewise.
6178         * modules/filemode (Makefile.am): Likewise.
6179         * modules/filenamecat (Makefile.am): Likewise.
6180         * modules/fnmatch (Makefile.am): Likewise.
6181         * modules/fopen-safer (Makefile.am): Likewise.
6182         * modules/fpending (Makefile.am): Likewise.
6183         * modules/fprintftime (Makefile.am): Likewise.
6184         * modules/free (Makefile.am): Likewise.
6185         * modules/fsusage (Makefile.am): Likewise.
6186         * modules/ftruncate (Makefile.am): Likewise.
6187         * modules/fts (Makefile.am): Likewise.
6188         * modules/gc-arcfour (Makefile.am): Likewise.
6189         * modules/gc-des (Makefile.am): Likewise.
6190         * modules/gc-hmac-md5 (Makefile.am): Likewise.
6191         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
6192         * modules/gc-md4 (Makefile.am): Likewise.
6193         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
6194         * modules/gc-sha1 (Makefile.am): Likewise.
6195         * modules/gc (Makefile.am): Likewise.
6196         * modules/getaddrinfo (Makefile.am): Likewise.
6197         * modules/getcwd (Makefile.am): Likewise.
6198         * modules/getdelim (Makefile.am): Likewise.
6199         * modules/getdomainname (Makefile.am): Likewise.
6200         * modules/getgroups (Makefile.am): Likewise.
6201         * modules/gethostname (Makefile.am): Likewise.
6202         * modules/gethrxtime (Makefile.am): Likewise.
6203         * modules/getline (Makefile.am): Likewise.
6204         * modules/getloadavg (Makefile.am): Likewise.
6205         * modules/getlogin_r (Makefile.am): Likewise.
6206         * modules/getndelim2 (Makefile.am): Likewise.
6207         * modules/getopt (Makefile.am): Likewise.
6208         * modules/getpagesize (Makefile.am): Likewise.
6209         * modules/getpass-gnu (Makefile.am): Likewise.
6210         * modules/getpass (Makefile.am): Likewise.
6211         * modules/getsubopt (Makefile.am): Likewise.
6212         * modules/gettime (Makefile.am): Likewise.
6213         * modules/gettimeofday (Makefile.am): Likewise.
6214         * modules/getugroups (Makefile.am): Likewise.
6215         * modules/getusershell (Makefile.am): Likewise.
6216         * modules/glob (Makefile.am): Likewise.
6217         * modules/group-member (Makefile.am): Likewise.
6218         * modules/hard-locale (Makefile.am): Likewise.
6219         * modules/hash (Makefile.am): Likewise.
6220         * modules/hmac-md5 (Makefile.am): Likewise.
6221         * modules/hmac-sha1 (Makefile.am): Likewise.
6222         * modules/human (Makefile.am): Likewise.
6223         * modules/idcache (Makefile.am): Likewise.
6224         * modules/imaxabs (Makefile.am): Likewise.
6225         * modules/imaxdiv (Makefile.am): Likewise.
6226         * modules/inet_ntop (Makefile.am): Likewise.
6227         * modules/inet_pton (Makefile.am): Likewise.
6228         * modules/intprops (Makefile.am): Likewise.
6229         * modules/inttostr (Makefile.am): Likewise.
6230         * modules/inttypes (Makefile.am): Likewise.
6231         * modules/isapipe (Makefile.am): Likewise.
6232         * modules/javaversion (Makefile.am): Likewise.
6233         * modules/lchmod (Makefile.am): Likewise.
6234         * modules/lchown (Makefile.am): Likewise.
6235         * modules/localcharset (Makefile.am): Likewise.
6236         * modules/long-options (Makefile.am): Likewise.
6237         * modules/lstat (Makefile.am): Likewise.
6238         * modules/malloc (Makefile.am): Likewise.
6239         * modules/mathl (Makefile.am): Likewise.
6240         * modules/mbchar (Makefile.am): Likewise.
6241         * modules/md2 (Makefile.am): Likewise.
6242         * modules/md4 (Makefile.am): Likewise.
6243         * modules/md5 (Makefile.am): Likewise.
6244         * modules/memcasecmp (Makefile.am): Likewise.
6245         * modules/memchr (Makefile.am): Likewise.
6246         * modules/memcmp (Makefile.am): Likewise.
6247         * modules/memcoll (Makefile.am): Likewise.
6248         * modules/memcpy (Makefile.am): Likewise.
6249         * modules/memmem (Makefile.am): Likewise.
6250         * modules/memmove (Makefile.am): Likewise.
6251         * modules/mempcpy (Makefile.am): Likewise.
6252         * modules/memrchr (Makefile.am): Likewise.
6253         * modules/memset (Makefile.am): Likewise.
6254         * modules/memxor (Makefile.am): Likewise.
6255         * modules/mkancesdirs (Makefile.am): Likewise.
6256         * modules/mkdir-p (Makefile.am): Likewise.
6257         * modules/mkdir (Makefile.am): Likewise.
6258         * modules/mkdtemp (Makefile.am): Likewise.
6259         * modules/mkstemp (Makefile.am): Likewise.
6260         * modules/mktime (Makefile.am): Likewise.
6261         * modules/modechange (Makefile.am): Likewise.
6262         * modules/mountlist (Makefile.am): Likewise.
6263         * modules/nanosleep (Makefile.am): Likewise.
6264         * modules/obstack (Makefile.am): Likewise.
6265         * modules/openat (Makefile.am): Likewise.
6266         * modules/pagealign_alloc (Makefile.am): Likewise.
6267         * modules/pathmax (Makefile.am): Likewise.
6268         * modules/physmem (Makefile.am): Likewise.
6269         * modules/poll (Makefile.am): Likewise.
6270         * modules/posixtm (Makefile.am): Likewise.
6271         * modules/posixver (Makefile.am): Likewise.
6272         * modules/putenv (Makefile.am): Likewise.
6273         * modules/quote (Makefile.am): Likewise.
6274         * modules/quotearg (Makefile.am): Likewise.
6275         * modules/raise (Makefile.am): Likewise.
6276         * modules/read-file (Makefile.am): Likewise.
6277         * modules/readline (Makefile.am): Likewise.
6278         * modules/readlink (Makefile.am): Likewise.
6279         * modules/readtokens (Makefile.am): Likewise.
6280         * modules/readutmp (Makefile.am): Likewise.
6281         * modules/realloc (Makefile.am): Likewise.
6282         * modules/regex (Makefile.am): Likewise.
6283         * modules/rename-dest-slash (Makefile.am): Likewise.
6284         * modules/rename (Makefile.am): Likewise.
6285         * modules/rijndael (Makefile.am): Likewise.
6286         * modules/rmdir (Makefile.am): Likewise.
6287         * modules/rpmatch (Makefile.am): Likewise.
6288         * modules/safe-read (Makefile.am): Likewise.
6289         * modules/safe-write (Makefile.am): Likewise.
6290         * modules/same-inode (Makefile.am): Likewise.
6291         * modules/same (Makefile.am): Likewise.
6292         * modules/save-cwd (Makefile.am): Likewise.
6293         * modules/savedir (Makefile.am): Likewise.
6294         * modules/setenv (Makefile.am): Likewise.
6295         * modules/settime (Makefile.am): Likewise.
6296         * modules/sha1 (Makefile.am): Likewise.
6297         * modules/sig2str (Makefile.am): Likewise.
6298         * modules/snprintf (Makefile.am): Likewise.
6299         * modules/stat-macros (Makefile.am): Likewise.
6300         * modules/stat-time (Makefile.am): Likewise.
6301         * modules/stdbool (Makefile.am): Likewise.
6302         * modules/stdint (Makefile.am): Likewise.
6303         * modules/stdlib-safer (Makefile.am): Likewise.
6304         * modules/stpcpy (Makefile.am): Likewise.
6305         * modules/stpncpy (Makefile.am): Likewise.
6306         * modules/strcase (Makefile.am): Likewise.
6307         * modules/strcasestr (Makefile.am): Likewise.
6308         * modules/strchrnul (Makefile.am): Likewise.
6309         * modules/strcspn (Makefile.am): Likewise.
6310         * modules/strdup (Makefile.am): Likewise.
6311         * modules/strerror (Makefile.am): Likewise.
6312         * modules/strftime (Makefile.am): Likewise.
6313         * modules/strndup (Makefile.am): Likewise.
6314         * modules/strnlen (Makefile.am): Likewise.
6315         * modules/strpbrk (Makefile.am): Likewise.
6316         * modules/strsep (Makefile.am): Likewise.
6317         * modules/strstr (Makefile.am): Likewise.
6318         * modules/strtod (Makefile.am): Likewise.
6319         * modules/strtoimax (Makefile.am): Likewise.
6320         * modules/strtok_r (Makefile.am): Likewise.
6321         * modules/strtol (Makefile.am): Likewise.
6322         * modules/strtoll (Makefile.am): Likewise.
6323         * modules/strtoul (Makefile.am): Likewise.
6324         * modules/strtoull (Makefile.am): Likewise.
6325         * modules/strtoumax (Makefile.am): Likewise.
6326         * modules/strverscmp (Makefile.am): Likewise.
6327         * modules/sys_socket (Makefile.am): Likewise.
6328         * modules/sys_stat (Makefile.am): Likewise.
6329         * modules/sysexits (Makefile.am): Likewise.
6330         * modules/time_r (Makefile.am): Likewise.
6331         * modules/timegm (Makefile.am): Likewise.
6332         * modules/timespec (Makefile.am): Likewise.
6333         * modules/tmpfile-safer (Makefile.am): Likewise.
6334         * modules/trim (Makefile.am): Likewise.
6335         * modules/unistd-safer (Makefile.am): Likewise.
6336         * modules/unlinkdir (Makefile.am): Likewise.
6337         * modules/unlocked-io (Makefile.am): Likewise.
6338         * modules/userspec (Makefile.am): Likewise.
6339         * modules/utime (Makefile.am): Likewise.
6340         * modules/utimecmp (Makefile.am): Likewise.
6341         * modules/utimens (Makefile.am): Likewise.
6342         * modules/vasnprintf (Makefile.am): Likewise.
6343         * modules/vasprintf (Makefile.am): Likewise.
6344         * modules/vsnprintf (Makefile.am): Likewise.
6345         * modules/xalloc (Makefile.am): Likewise.
6346         * modules/xgetcwd (Makefile.am): Likewise.
6347         * modules/xnanosleep (Makefile.am): Likewise.
6348         * modules/xreadlink (Makefile.am): Likewise.
6349         * modules/xstrtod (Makefile.am): Likewise.
6350         * modules/xstrtol (Makefile.am): Likewise.
6351         * modules/xstrtold (Makefile.am): Likewise.
6352         * modules/yesno (Makefile.am): Likewise.
6353         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
6354
6355 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
6356
6357         * modules/error (Makefile.am): Distribute files through
6358         EXTRA_DIST, not lib_SOURCES.
6359
6360 2006-10-12  Eric Blake  <ebb9@byu.net>
6361
6362         * modules/error (Makefile.am): Distribute files in /lib.
6363         * modules/obstack (Makefile.am): Likewise.
6364
6365 2006-10-12  Bruno Haible  <bruno@clisp.org>
6366
6367         * modules/acl (Makefile.am): Distribute all files in lib/ through
6368         EXTRA_DIST.
6369         * modules/arcfour (Makefile.am): Likewise.
6370         * modules/arctwo (Makefile.am): Likewise.
6371         * modules/argmatch (Makefile.am): Likewise.
6372         * modules/argz (Makefile.am): Likewise.
6373         * modules/atexit (Makefile.am): Likewise.
6374         * modules/backupfile (Makefile.am): Likewise.
6375         * modules/c-strtod (Makefile.am): Likewise.
6376         * modules/c-strtold (Makefile.am): Likewise.
6377         * modules/calloc (Makefile.am): Likewise.
6378         * modules/canon-host (Makefile.am): Likewise.
6379         * modules/canonicalize (Makefile.am): Likewise.
6380         * modules/chdir-long (Makefile.am): Likewise.
6381         * modules/chdir-safer (Makefile.am): Likewise.
6382         * modules/check-version (Makefile.am): Likewise.
6383         * modules/chown (Makefile.am): Likewise.
6384         * modules/cloexec (Makefile.am): Likewise.
6385         * modules/close-stream (Makefile.am): Likewise.
6386         * modules/closeout (Makefile.am): Likewise.
6387         * modules/crc (Makefile.am): Likewise.
6388         * modules/cycle-check (Makefile.am): Likewise.
6389         * modules/des (Makefile.am): Likewise.
6390         * modules/dirfd (Makefile.am): Likewise.
6391         * modules/dirname (Makefile.am): Likewise.
6392         * modules/dup2 (Makefile.am): Likewise.
6393         * modules/euidaccess (Makefile.am): Likewise.
6394         * modules/exclude (Makefile.am): Likewise.
6395         * modules/exitfail (Makefile.am): Likewise.
6396         * modules/fcntl-safer (Makefile.am): Likewise.
6397         * modules/file-type (Makefile.am): Likewise.
6398         * modules/fileblocks (Makefile.am): Likewise.
6399         * modules/filemode (Makefile.am): Likewise.
6400         * modules/filenamecat (Makefile.am): Likewise.
6401         * modules/fnmatch (Makefile.am): Likewise.
6402         * modules/fopen-safer (Makefile.am): Likewise.
6403         * modules/fpending (Makefile.am): Likewise.
6404         * modules/fprintftime (Makefile.am): Likewise.
6405         * modules/free (Makefile.am): Likewise.
6406         * modules/fsusage (Makefile.am): Likewise.
6407         * modules/ftruncate (Makefile.am): Likewise.
6408         * modules/fts (Makefile.am): Likewise.
6409         * modules/gc (Makefile.am): Likewise.
6410         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
6411         * modules/getaddrinfo (Makefile.am): Likewise.
6412         * modules/getcwd (Makefile.am): Likewise.
6413         * modules/getdelim (Makefile.am): Likewise.
6414         * modules/getdomainname (Makefile.am): Likewise.
6415         * modules/getgroups (Makefile.am): Likewise.
6416         * modules/gethostname (Makefile.am): Likewise.
6417         * modules/gethrxtime (Makefile.am): Likewise.
6418         * modules/getline (Makefile.am): Likewise.
6419         * modules/getloadavg (Makefile.am): Likewise.
6420         * modules/getlogin_r (Makefile.am): Likewise.
6421         * modules/getopt (Makefile.am): Likewise.
6422         * modules/getpass (Makefile.am): Likewise.
6423         * modules/getpass-gnu (Makefile.am): Likewise.
6424         * modules/getsubopt (Makefile.am): Likewise.
6425         * modules/gettime (Makefile.am): Likewise.
6426         * modules/gettimeofday (Makefile.am): Likewise.
6427         * modules/getugroups (Makefile.am): Likewise.
6428         * modules/getusershell (Makefile.am): Likewise.
6429         * modules/glob (Makefile.am): Likewise.
6430         * modules/group-member (Makefile.am): Likewise.
6431         * modules/hard-locale (Makefile.am): Likewise.
6432         * modules/hash (Makefile.am): Likewise.
6433         * modules/hmac-md5 (Makefile.am): Likewise.
6434         * modules/hmac-sha1 (Makefile.am): Likewise.
6435         * modules/human (Makefile.am): Likewise.
6436         * modules/idcache (Makefile.am): Likewise.
6437         * modules/imaxabs (Makefile.am): Likewise.
6438         * modules/imaxdiv (Makefile.am): Likewise.
6439         * modules/inet_ntop (Makefile.am): Likewise.
6440         * modules/inet_pton (Makefile.am): Likewise.
6441         * modules/inttostr (Makefile.am): Likewise.
6442         * modules/isapipe (Makefile.am): Likewise.
6443         * modules/lchown (Makefile.am): Likewise.
6444         * modules/long-options (Makefile.am): Likewise.
6445         * modules/lstat (Makefile.am): Likewise.
6446         * modules/malloc (Makefile.am): Likewise.
6447         * modules/mathl (Makefile.am): Likewise.
6448         * modules/mbchar (Makefile.am): Likewise.
6449         * modules/md2 (Makefile.am): Likewise.
6450         * modules/md4 (Makefile.am): Likewise.
6451         * modules/md5 (Makefile.am): Likewise.
6452         * modules/memcasecmp (Makefile.am): Likewise.
6453         * modules/memchr (Makefile.am): Likewise.
6454         * modules/memcmp (Makefile.am): Likewise.
6455         * modules/memcoll (Makefile.am): Likewise.
6456         * modules/memcpy (Makefile.am): Likewise.
6457         * modules/memmem (Makefile.am): Likewise.
6458         * modules/memmove (Makefile.am): Likewise.
6459         * modules/mempcpy (Makefile.am): Likewise.
6460         * modules/memrchr (Makefile.am): Likewise.
6461         * modules/memset (Makefile.am): Likewise.
6462         * modules/memxor (Makefile.am): Likewise.
6463         * modules/mkancesdirs (Makefile.am): Likewise.
6464         * modules/mkdir (Makefile.am): Likewise.
6465         * modules/mkdir-p (Makefile.am): Likewise.
6466         * modules/mkdtemp (Makefile.am): Likewise.
6467         * modules/mkstemp (Makefile.am): Likewise.
6468         * modules/mktime (Makefile.am): Likewise.
6469         * modules/modechange (Makefile.am): Likewise.
6470         * modules/mountlist (Makefile.am): Likewise.
6471         * modules/nanosleep (Makefile.am): Likewise.
6472         * modules/openat (Makefile.am): Likewise.
6473         * modules/pagealign_alloc (Makefile.am): Likewise.
6474         * modules/physmem (Makefile.am): Likewise.
6475         * modules/poll (Makefile.am): Likewise.
6476         * modules/posixtm (Makefile.am): Likewise.
6477         * modules/posixver (Makefile.am): Likewise.
6478         * modules/putenv (Makefile.am): Likewise.
6479         * modules/quote (Makefile.am): Likewise.
6480         * modules/quotearg (Makefile.am): Likewise.
6481         * modules/raise (Makefile.am): Likewise.
6482         * modules/read-file (Makefile.am): Likewise.
6483         * modules/readline (Makefile.am): Likewise.
6484         * modules/readlink (Makefile.am): Likewise.
6485         * modules/readtokens (Makefile.am): Likewise.
6486         * modules/readutmp (Makefile.am): Likewise.
6487         * modules/realloc (Makefile.am): Likewise.
6488         * modules/regex (Makefile.am): Likewise.
6489         * modules/rename (Makefile.am): Likewise.
6490         * modules/rename-dest-slash (Makefile.am): Likewise.
6491         * modules/rijndael (Makefile.am): Likewise.
6492         * modules/rmdir (Makefile.am): Likewise.
6493         * modules/rpmatch (Makefile.am): Likewise.
6494         * modules/safe-read (Makefile.am): Likewise.
6495         * modules/safe-write (Makefile.am): Likewise.
6496         * modules/same (Makefile.am): Likewise.
6497         * modules/save-cwd (Makefile.am): Likewise.
6498         * modules/savedir (Makefile.am): Likewise.
6499         * modules/setenv (Makefile.am): Likewise.
6500         * modules/settime (Makefile.am): Likewise.
6501         * modules/sha1 (Makefile.am): Likewise.
6502         * modules/sig2str (Makefile.am): Likewise.
6503         * modules/snprintf (Makefile.am): Likewise.
6504         * modules/stdlib-safer (Makefile.am): Likewise.
6505         * modules/stpcpy (Makefile.am): Likewise.
6506         * modules/stpncpy (Makefile.am): Likewise.
6507         * modules/strcase (Makefile.am): Likewise.
6508         * modules/strcasestr (Makefile.am): Likewise.
6509         * modules/strchrnul (Makefile.am): Likewise.
6510         * modules/strcspn (Makefile.am): Likewise.
6511         * modules/strdup (Makefile.am): Likewise.
6512         * modules/strerror (Makefile.am): Likewise.
6513         * modules/strftime (Makefile.am): Likewise.
6514         * modules/strndup (Makefile.am): Likewise.
6515         * modules/strnlen (Makefile.am): Likewise.
6516         * modules/strpbrk (Makefile.am): Likewise.
6517         * modules/strsep (Makefile.am): Likewise.
6518         * modules/strstr (Makefile.am): Likewise.
6519         * modules/strtod (Makefile.am): Likewise.
6520         * modules/strtoimax (Makefile.am): Likewise.
6521         * modules/strtok_r (Makefile.am): Likewise.
6522         * modules/strtol (Makefile.am): Likewise.
6523         * modules/strtoll (Makefile.am): Likewise.
6524         * modules/strtoul (Makefile.am): Likewise.
6525         * modules/strtoull (Makefile.am): Likewise.
6526         * modules/strtoumax (Makefile.am): Likewise.
6527         * modules/strverscmp (Makefile.am): Likewise.
6528         * modules/time_r (Makefile.am): Likewise.
6529         * modules/timegm (Makefile.am): Likewise.
6530         * modules/tmpfile-safer (Makefile.am): Likewise.
6531         * modules/unistd-safer (Makefile.am): Likewise.
6532         * modules/unlinkdir (Makefile.am): Likewise.
6533         * modules/userspec (Makefile.am): Likewise.
6534         * modules/utime (Makefile.am): Likewise.
6535         * modules/utimecmp (Makefile.am): Likewise.
6536         * modules/utimens (Makefile.am): Likewise.
6537         * modules/vasnprintf (Makefile.am): Likewise.
6538         * modules/vasprintf (Makefile.am): Likewise.
6539         * modules/vsnprintf (Makefile.am): Likewise.
6540         * modules/xalloc (Makefile.am): Likewise.
6541         * modules/xgetcwd (Makefile.am): Likewise.
6542         * modules/xnanosleep (Makefile.am): Likewise.
6543         * modules/xreadlink (Makefile.am): Likewise.
6544         * modules/xstrtod (Makefile.am): Likewise.
6545         * modules/xstrtol (Makefile.am): Likewise.
6546         * modules/xstrtold (Makefile.am): Likewise.
6547         * modules/yesno (Makefile.am): Likewise.
6548
6549 2006-10-12  Jim Meyering  <jim@meyering.net>
6550
6551         * m4/getloadavg.m4: Revert the change below.
6552
6553         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
6554         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
6555         fail with a symlink, which is what coreutils' ./bootstrap now
6556         creates by default.
6557
6558 2006-10-12  Bruno Haible  <bruno@clisp.org>
6559
6560         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
6561         mingw.
6562         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
6563         MSVC and mingw explicitly.
6564
6565 2006-10-11  Simon Josefsson  <jas@extundo.com>
6566             Bruno Haible  <bruno@clisp.org>
6567
6568         Add support for multiple gnulib-tool invocations in the scope of a
6569         single configure.ac file.
6570         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
6571         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
6572         with the same contents as the _LIBADD variable.
6573         (func_emit_initmacro_start, func_emit_initmacro_end,
6574         func_emit_initmacro_done): New functions.
6575         (func_import, func_create_testdir): Invoke them. Allow the identifiers
6576         gl_LIBOBJS and gl_LTLIBOBJS.
6577
6578 2006-10-11  Bruno Haible  <bruno@clisp.org>
6579
6580         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
6581         (func_create_testdir): Don't create po/Makefile.am, don't invoke
6582         autoreconf. Instead, invoke autopoint explicitly but move back the
6583         *.m4 files from gnulib.
6584
6585 2006-10-11  Bruno Haible  <bruno@clisp.org>
6586
6587         * gnulib-tool (func_usage): Make module names after --create-testdir
6588         optional.
6589         (func_create_testdir): If no module was specified, use nearly all
6590         modules.
6591
6592 2006-10-12  Jim Meyering  <jim@meyering.net>
6593
6594         Big performance improvement for fts-based tools that use FTS_NOSTAT.
6595         Avoid spurious inode-mismatch problems on non-POSIX file systems.
6596         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
6597         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
6598         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
6599         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
6600         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
6601         (fts_set_stat_required): New function.
6602         (fts_open): Defer the calls to fts_stat, if possible or requested.
6603         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
6604         into fts_stat itself.
6605         (fts_read): Perform any required (deferred) fts_stat call.
6606         (fts_build): Likewise, for the directory we're about to open and read.
6607         In the readdir loop, carefully decide whether each entry will require
6608         an eventual call to fts_stat, using dirent.d_type info if available.
6609         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
6610         a command line argument into this function.  Update all callers.
6611         Map a return value of FTS_DOT to FTS_D for a command line argument.
6612         * modules/fts (Depends-on): Add d-type.  Alphabetize.
6613         Thanks to Miklos Szeredi for his tenacity and for the initial
6614         bug report about "find" failing on a FUSE-based file system.
6615
6616         * lib/fts.c (fts_open): Use consistent indentation.
6617
6618 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
6619
6620         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
6621         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
6622         reported by Jim Meyering.  All uses of cache variables renamed
6623         to match Autoconf's.
6624         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
6625         the other one.
6626
6627         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
6628         Fix misspelling in diagnostic.
6629
6630 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
6631
6632         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
6633         defined.  Problem reported by Matthew Woehlke.
6634
6635         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
6636         Add support for Tandem NonStop R series.
6637         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
6638         Use new macro.
6639
6640         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
6641         (has_trailing_slash): Omit size arg; all callers changed.
6642         Omit 'inline', since it doesn't help performance and we'd
6643         need to configure it.
6644         Don't count //, ///, etc. as having a trailing slash.
6645         As a side effect, this removes a C99ism reported by Matthew Woehlke.
6646         (rpl_rename_dest_slash): On failure, use rename's errno rather
6647         than (in some cases) an incorrect or junk errno.
6648         Simplify code by removing need to compute length; this does
6649         cause it to make two passes instead of one over the file name,
6650         but it's worth it.
6651
6652         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
6653         change, since Autoconf's version may no longer be appropriate now
6654         that we are using CVS Autoconf's version.  Add support for Tandem.
6655
6656 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
6657             Bruno Haible  <bruno@clisp.org>
6658
6659         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
6660         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
6661         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
6662         gl_AC_TYPE_LONG_LONG.
6663
6664         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
6665         instead of HAVE_LONG_LONG.
6666         * lib/printf-args.c (printf_fetchargs): Likewise.
6667         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
6668         * lib/vasnprintf.c (VASNPRINTF): Likewise.
6669         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
6670         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
6671         gl_AC_TYPE_LONG_LONG.
6672
6673 2006-10-11  Bruno Haible  <bruno@clisp.org>
6674
6675         * m4/longlong.m4: Add comments.
6676         * m4/ulonglong.m4: Likewise.
6677
6678 2006-10-10  Bruno Haible  <bruno@clisp.org>
6679
6680         Make it possible to #define stpcpy, strdup to aliases.
6681         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
6682         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
6683
6684 2006-10-10  Bruno Haible  <bruno@clisp.org>
6685
6686         Make it possible to #define gcd to an alias.
6687         * lib/gcd.c: Include config.h.
6688
6689 2006-10-10  Bruno Haible  <bruno@clisp.org>
6690
6691         Make it possible to #define c_isascii to an alias.
6692         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
6693         defined. Undefine the macros before defining them, to avoid gcc
6694         warnings.
6695         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
6696         define NO_C_CTYPE_MACROS early.
6697
6698 2006-10-10  Bruno Haible  <bruno@clisp.org>
6699
6700         Make it possible to #define set_program_name to an alias.
6701         * lib/progname.c: Don't undefine set_program_name; instead, undefine
6702         ENABLE_RELOCATABLE early.
6703
6704 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
6705
6706         Port to Tandem NSK OSS, which has 64-bit signed int but at most
6707         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
6708         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
6709         More generally, don't assume that 64-bit signed int is available
6710         if unsigned int is, and vice versa.
6711         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
6712         unsigned symbols, not on their signed counterparts.
6713         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
6714         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
6715         (UINT64_C, UINTMAX_C):
6716         Likewise.
6717         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
6718         unsigned counterparts.
6719         (Have_long_long, Unsigned): New macros.
6720         (Int): Renamed from INT.
6721         (strtoimax): Use the new macros.
6722         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
6723         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
6724         * modules/inttypes (inttypes.h): Substitute
6725         HAVE_UNSIGNED_LONG_LONG_INT.
6726         * modules/stdint (stdint.h): Likewise.
6727         (Files): Add m4/ulonglong.m4.
6728
6729 2006-10-10  Bruno Haible  <bruno@clisp.org>
6730
6731         Fix a gcc -Wshadow warning.
6732         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
6733         to 'bucket'.
6734         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
6735         gl_linked_indexof_from_to): Likewise.
6736         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
6737         Likewise.
6738         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
6739         Likewise.
6740         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
6741         Reported by Eric Blake.
6742
6743 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
6744
6745         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
6746         for NetBSD.  Problem reported by Bruno Haible.
6747
6748 2006-10-09  Jim Meyering  <jim@meyering.net>
6749
6750         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
6751         Patch from Bruno Haible.
6752
6753 2006-10-09  Jim Meyering  <jim@meyering.net>
6754
6755         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
6756         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
6757         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
6758
6759 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
6760
6761         Don't include <config.h> twice; this doesn't work in some cases,
6762         e.g., when config.h has "#define intmax_t long long int" and
6763         we include <config.h>, <inttypes.h>, <config.h> in that order.
6764         Problem reported by Matthew Woehlke in:
6765         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
6766         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
6767         * lib/fts-cycle.c: Don't include config.h.
6768         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
6769         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
6770         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
6771         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
6772         inttypes.h.
6773         * lib/xstrtoumax.c: Likewise.
6774         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
6775         __strtol and the like, so that this module is more like its siblings.
6776         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
6777         Remove; no longer needed now that we assume gnulib inttypes.h.
6778
6779 2006-10-08  Bruno Haible  <bruno@clisp.org>
6780
6781         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
6782         option.
6783
6784 2006-10-07  Jim Meyering  <jim@meyering.net>
6785
6786         * modules/inttypes (inttypes.h): Revert what seems to have been
6787         an inadvertent part of today's change: use "|", not "/" in the
6788         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
6789
6790 2006-10-07  Bruno Haible  <bruno@clisp.org>
6791
6792         * modules/sublist: New file.
6793
6794 2006-10-07  Bruno Haible  <bruno@clisp.org>
6795
6796         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
6797         * modules/argz (argz.h): Likewise.
6798         * modules/arpa_inet (arpa/inet.h): Likewise.
6799         * modules/byteswap (byteswap.h): Likewise.
6800         * modules/configmake (configmake.h): Likewise.
6801         * modules/fcntl (fcntl.h): Likewise.
6802         * modules/fnmatch (fnmatch.h): Likewise.
6803         * modules/getopt (getopt.h): Likewise.
6804         * modules/glob (glob.h): Likewise.
6805         * modules/inttypes (inttypes.h): Likewise.
6806         * modules/netinet_in (netinet/in.h): Likewise.
6807         * modules/poll (poll.h): Likewise.
6808         * modules/stdbool (stdbool.h): Likewise.
6809         * modules/stdint (stdint.h): Likewise.
6810         * modules/sys_select (sys/select.h): Likewise.
6811         * modules/sys_socket (sys/socket.h): Likewise.
6812         * modules/sys_stat (sys/stat.h): Likewise.
6813         * modules/sysexits (sysexits.h): Likewise.
6814         * modules/unistd (unistd.h): Likewise.
6815         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6816         Add a "DO NOT EDIT" comment to the generated file.
6817         (func_import): Likewise for gnulib-comp.m4.
6818
6819 2006-10-07  Bruno Haible  <bruno@clisp.org>
6820
6821         * lib/gl_sublist.h: New file.
6822         * lib/gl_sublist.c: New file.
6823
6824 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
6825
6826         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
6827         name (relative to the original working directory) and the file
6828         name component (relative to the temporary working directory).  All
6829         callers changed.
6830         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
6831         * lib/mkdir-p.c (make_dir_parents): Likewise.
6832         * lib/mkdir-p.h (make_dir_parents): Likewise.
6833
6834 2006-10-06  Eric Blake  <ebb9@byu.net>
6835
6836         Define several macros for use by the clean-temp module.
6837         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
6838         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
6839         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
6840
6841         * lib/clean-temp.h (close_stream_temp): New declaration.
6842         * lib/clean-temp.c (includes): Pull in headers according to what
6843         other modules are in use.
6844         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
6845
6846 2006-10-06  Bruno Haible  <bruno@clisp.org>
6847
6848         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
6849         instead of fopen, fwriteerror.
6850
6851 2006-10-06  Bruno Haible  <bruno@clisp.org>
6852
6853         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
6854         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
6855         int.
6856         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
6857         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
6858         Return an error indicator.
6859         Suggested by Eric Blake.
6860
6861 2006-10-06  Bruno Haible  <bruno@clisp.org>
6862
6863         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
6864         Reported by Eric Blake.
6865
6866 2006-10-06  Bruno Haible  <bruno@clisp.org>
6867
6868         * modules/closeout (Description): Mention stderr too.
6869
6870 2006-10-06  Bruno Haible  <bruno@clisp.org>
6871         and Paul Eggert  <eggert@cs.ucla.edu>
6872
6873         * lib/closeout.c (close_stdout): Also close stderr.
6874         * lib/closeout.h: Update comment.
6875
6876 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
6877
6878         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
6879         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
6880         * lib/dirchownmod.c: Include lchown.h.
6881         * lib/lchown.c: Don't include files that lchown.h now includes.
6882         Don't declare chown, since lchown.h now does that.
6883         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
6884         (lchown): Define to rpl_chown if lchown is declared but
6885         does not exist.  Declare using a prototype if lchown is not
6886         declared.  Add a copyright notice.
6887         * lib/mkstemp.h: Include <unistd.h>.
6888         * lib/openat.c: Include lchown.h.
6889
6890         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
6891         we now test for that separately.
6892         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
6893         rather than O_NOFOLLOW, when testing whether it's possible to
6894         avoid a race condition reliably.
6895         * lib/savewd.c (savewd_chdir): Likewise.
6896
6897         Remove macros that are no longer needed now that stdint.h is
6898         reliable.
6899         * lib/fsusage.c (UINTMAX_MAX): Remove.
6900         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
6901         * lib/utimecmp.c (SIZE_MAX): Remove.
6902
6903         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
6904
6905         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
6906         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
6907         O_NOATIME works.
6908
6909 2006-10-05  Bruno Haible  <bruno@clisp.org>
6910
6911         * lib/gl_list.h (gl_sortedlist_search_from_to,
6912         gl_sortedlist_indexof_from_to): New declarations.
6913         (gl_list_implementation): New fields sortedlist_search_from_to,
6914         sortedlist_indexof_from_to.
6915         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
6916         inline functions.
6917         * lib/gl_list.c (gl_sortedlist_search_from_to,
6918         gl_sortedlist_indexof_from_to): New functions.
6919         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
6920         function.
6921         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
6922         (gl_array_sortedlist_search_from_to): New function.
6923         (gl_array_list_implementation): Update.
6924         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
6925         function.
6926         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
6927         (gl_carray_sortedlist_search_from_to): New function.
6928         (gl_carray_list_implementation): Update.
6929         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
6930         gl_linked_sortedlist_indexof_from_to): New functions.
6931         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
6932         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
6933         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
6934         gl_tree_sortedlist_indexof_from_to): New functions.
6935         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
6936         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
6937         Update.
6938         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
6939         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
6940         Update.
6941
6942 2006-10-05  Bruno Haible  <bruno@clisp.org>
6943
6944         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
6945         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
6946         (struct gl_list_implementation): Add fields search_from_to,
6947         indexof_from_to. Remove fields search, indexof.
6948         (gl_list_search): Use the search_from_to method.
6949         (gl_list_search_from, gl_list_search_from_to): New functions.
6950         (gl_list_indexof): Use the indexof_from_to method.
6951         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
6952         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
6953         (gl_list_search_from, gl_list_search_from_to): New functions.
6954         (gl_list_indexof): Use the indexof_from_to method.
6955         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
6956         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
6957         gl_array_indexof. Add start_index, end_index arguments.
6958         (gl_array_search_from_to): Renamed from gl_array_search. Add
6959         start_index, end_index arguments.
6960         (gl_array_remove, gl_array_list_implementation): Update.
6961         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
6962         gl_carray_indexof. Add start_index, end_index arguments.
6963         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
6964         start_index, end_index arguments.
6965         (gl_carray_remove, gl_carray_list_implementation): Update.
6966         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
6967         gl_linked_search. Add start_index, end_index arguments.
6968         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
6969         start_index, end_index arguments.
6970         (gl_linked_remove): Update.
6971         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
6972         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
6973         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
6974         field to 'size_t'.
6975         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
6976         gl_tree_search. Add start_index, end_index arguments.
6977         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
6978         start_index, end_index arguments.
6979         (gl_tree_remove): Update.
6980         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
6981         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
6982         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
6983         function.
6984         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
6985         gl_tree_search. Add start_index, end_index arguments.
6986         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
6987         start_index, end_index arguments.
6988         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
6989         Update.
6990         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
6991
6992 2006-10-05  Bruno Haible  <bruno@clisp.org>
6993
6994         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
6995
6996         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
6997         fwriteerror_temp): New declarations.
6998         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
6999         (descriptors): New variable.
7000         (cleanup): First, close the descriptors.
7001         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
7002         fclose_temp, fwriteerror_temp): New functions.
7003
7004 2006-10-04  Jim Meyering  <jim@meyering.net>
7005
7006         * lib/fts.c (fts_open): Tiny comment change.
7007
7008 2006-10-04  Bruno Haible  <bruno@clisp.org>
7009
7010         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
7011         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
7012         gl_LOCK_BODY.
7013         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
7014         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
7015         gl_LOCK_EARLY_BODY.
7016         (gl_LOCK): Require gl_LOCK_BODY.
7017
7018 2006-10-04  Bruno Haible  <bruno@clisp.org>
7019
7020         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
7021         (gl_oset_search_atleast): New declaration.
7022         (struct gl_oset_implementation): Add field 'search_atleast'.
7023         (gl_oset_search_atleast): New inline function.
7024         * lib/gl_oset.c (gl_oset_search_atleast): New function.
7025         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
7026         (gl_array_oset_implementation): Update.
7027         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
7028         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
7029         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
7030
7031 2006-10-04  Bruno Haible  <bruno@clisp.org>
7032
7033         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
7034
7035 2006-10-03  Bruno Haible  <bruno@clisp.org>
7036
7037         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
7038         from gl_avltreehash_list_implementation.
7039
7040 2006-10-03  Bruno Haible  <bruno@clisp.org>
7041
7042         * lib/gl_oset.c (gl_oset_add): Fix return type.
7043
7044 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
7045
7046         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
7047
7048 2006-10-02  Eric Blake  <ebb9@byu.net>
7049
7050         * modules/strnlen (Depends-on): Add extensions.
7051
7052 2006-10-02  Eric Blake  <ebb9@byu.net>
7053
7054         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
7055         definition in 2.60+.
7056
7057 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
7058
7059         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
7060         checks.
7061
7062 2006-10-02  Bruno Haible  <bruno@clisp.org>
7063
7064         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
7065         to the AUTOMAKE_OPTIONS.
7066         Reported by Jim Meyering.
7067
7068 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
7069
7070         Work around bug in Solaris 10 /proc file system:
7071         /proc/self/fd/NNN/.. isn't the parent directory of
7072         the directory whose file descriptor is NNN.  This needs to
7073         be worked around at run time, not compile time, since a
7074         program might be built on Solaris 8, where things work, and
7075         run on Solaris 10.
7076         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
7077         to use the following interface instead:
7078         (OPENAT_BUFFER_SIZE): New macro.
7079         (openat_proc_name): New function.
7080         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
7081         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
7082         Likewise.
7083         * lib/openat-proc.c: New file.
7084         * modules/openat (Files): Add lib/openat-proc.c.
7085         (Depends-on): Add same-inode, stdbool.
7086         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
7087
7088 2006-09-29  Bruno Haible  <bruno@clisp.org>
7089
7090         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
7091         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
7092         argument. Set stdout_closed before testing for ferror, not after.
7093         (fwriteerror, fwriteerror_no_ebadf): New functions.
7094
7095 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7096
7097         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
7098
7099 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
7100
7101         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
7102         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
7103
7104 2006-09-28  Jim Meyering  <jim@meyering.net>
7105
7106         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
7107         Include <unistd.h>.
7108
7109 2006-09-28  Bruno Haible  <bruno@clisp.org>
7110
7111         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
7112         * modules/linkedhash-list (Depends-on): Likewise.
7113         * modules/rbtreehash-list (Depends-on): Likewise.
7114
7115 2006-09-28  Bruno Haible  <bruno@clisp.org>
7116
7117         * lib/strndup.h: Simplify the redefinition of strndup.
7118         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
7119         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
7120
7121 2006-09-28  Bruno Haible  <bruno@clisp.org>
7122
7123         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
7124         * lib/gl_linkedhash_list.c: Likewise.
7125         * lib/gl_rbtreehash_list.c: Likewise.
7126
7127 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
7128
7129         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
7130         getaddrinfo.
7131
7132         * lib/__fpending.h: Don't include <stdio_ext.h> unless
7133         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
7134         it causes <stdio_ext.h> to cause a compile-time error.
7135         Problem reported by Nelson H. F. Beebe.
7136         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
7137         of HAVE_DECL___PENDING.
7138
7139         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
7140         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
7141         declaration.
7142
7143 2006-09-27  Jim Meyering  <jim@meyering.net>
7144
7145         This file could end up with a definition for a function
7146         named __strndup, rather than rpl_strndup on a system with
7147         incomplete weak_alias support.
7148         * lib/strndup.c (strndup): Rename from __strndup.
7149         Remove #defines that used to map __strndup to strndup.
7150         Don't use K&R prototypes.
7151         Remove LIBC-related code, since this file is not sync'd with glibc.
7152         * lib/strndup.h: Revamp, accordingly.
7153         * m4/strndup.m4: Modernize.
7154
7155 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
7156
7157         * modules/savewd (Depends-on): Add 'raise'.
7158         * lib/savewd.c: Include <signal.h>, for 'raise'.
7159
7160 2006-09-26  Jim Meyering  <jim@meyering.net>
7161
7162         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
7163         when we detect Darwin 8.7.0's acl_get_file bug.
7164         Rearrange to perform the new (below) run-test while $LIBS
7165         contains any acl-related library.  Set USE_ACL at the end.
7166         (gl_ACL_GET_FILE): New function.
7167
7168 2006-09-26  Eric Blake  <ebb9@byu.net>
7169
7170         * lib/verror.c: Include <config.h> unconditionally.
7171
7172 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
7173
7174         * modules/clock-time (Maintainer): Add self.
7175         * modules/getlogin_r (Depends-on): Add extensions.
7176
7177 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7178
7179         * modules/clock-time: New module.
7180         * modules/nanosleep (Depends-on): Add clock-time.
7181         * modules/gethrxtime (Depends-on): Likewise.
7182         * modules/gettime (Depends-on): Likewise.
7183         * modules/settime (Depends-on): Likewise.
7184
7185         * modules/fts-lgpl: Depend on openat.
7186         * modules/mkancesdirs: Depend on savewd.
7187         * modules/mkdir-p: Likewise.
7188
7189 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7190
7191         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
7192
7193         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
7194         `gl_have_arbitrary_file_name_length_limit' to
7195         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
7196         actually works between configure runs.
7197
7198 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7199             Bruno Haible  <bruno@clisp.org>
7200
7201         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
7202
7203 2006-09-25  Jim Meyering  <jim@meyering.net>
7204
7205         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
7206         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
7207
7208 2006-09-25  Eric Blake  <ebb9@byu.net>
7209
7210         * gnulib-tool (func_import, func_create_testdir): Fix typos in
7211         exec's in 2006-09-18 patch when shuffling fds.
7212
7213 2006-09-25  Bruno Haible  <bruno@clisp.org>
7214
7215         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
7216         Reported by Jim Meyering.
7217
7218 2006-09-24  Jim Meyering  <jim@meyering.net>
7219
7220         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
7221         compare a pointer against a literal "0".  That caused failures with
7222         at least HP-UX's hpcc.
7223
7224 2006-09-22  Simon Josefsson  <jas@extundo.com>
7225
7226         * modules/gc-sha1:
7227         * modules/gc-md4:
7228         * modules/gc-hmac-sha1:
7229         * modules/gc-hmac-md5:
7230         * modules/gc-des:
7231         * modules/gc-arcfour: Distribute more files.
7232
7233 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7234
7235         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
7236         (gl_linked_iterator_from_to): Initialize struct completely.
7237         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
7238         (gl_tree_iterator_from_to): Likewise
7239         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
7240         * lib/gl_array_list.c [lint] (gl_array_iterator)
7241         (gl_array_iterator_from_to): Likewise.
7242         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
7243         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
7244         (gl_carray_iterator_from_to): Likewise.
7245
7246         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
7247         * lib/md4.c (md4_process_block): Remove unused variable.
7248         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
7249         parentheses for clarity.
7250
7251 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7252
7253         * modules/bison-i18n (Depends-on): Add gettext.
7254
7255 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7256
7257         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
7258         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
7259         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
7260         also add missing comma that caused broken test.
7261         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
7262         stdlib.h, for `abort'.
7263         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
7264         variables.
7265         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
7266         include unistd.h if present, for `rmdir'.
7267         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
7268         variables.
7269         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
7270         in the process include standard headers for prototypes.
7271         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
7272         gets declared on GNU/Linux.
7273         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
7274         unistd.h, for `rmdir'.
7275         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
7276
7277         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
7278         always true.
7279         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
7280
7281         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
7282
7283 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7284
7285         * gnulib-tool (func_version): Create output all at once.  This
7286         may help avoid triggering unnecessary SIGPIPEs, and at any
7287         rate it doesn't hurt.
7288
7289 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7290             Bruno Haible  <bruno@clisp.org>
7291
7292         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
7293         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
7294         * m4/signed.m4 (bh_C_SIGNED): Likewise.
7295
7296         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
7297         (gl_FUNC_VASPRINTF): Invoke it.
7298
7299 2006-09-22  Bruno Haible  <bruno@clisp.org>
7300
7301         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
7302         getloadavg.c as first argument.
7303
7304 2006-09-22  Bruno Haible  <bruno@clisp.org>
7305
7306         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
7307         at the beginning of the gl_INIT macro.
7308         * modules/getloadavg (configure.ac): Pass $gl_source_base to
7309         gl_GETLOADAVG.
7310
7311 2006-09-22  Bruno Haible  <bruno@clisp.org>
7312
7313         * gnulib-tool (func_create_megatestdir): Don't include the config-h
7314         module.
7315         Suggested by Ralf Wildenhues.
7316
7317 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
7318
7319         Import this patch from libc:
7320
7321         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
7322
7323         * lib/regex_internal.c (re_string_reconstruct): Handle
7324         offset < pstr->valid_raw_len && pstr->offsets_needed case.
7325         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
7326         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
7327         re_string_context_at.
7328
7329         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
7330         now requires it.
7331         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
7332         gl_REGEX now does it for us.
7333         (gl_REGEX): Add test taken from
7334         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
7335
7336         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
7337         Check that large offsets work.  Modernize Autoconf usages.
7338         Prefer "yes" to mean a good thing rather than a bad.
7339         Don't put "#define mkstemp" in config.h, as this might interfere
7340         with standard system headers that "#define mkstemp mkstemp64".
7341
7342         * modules/mkstemp (Depends-on): Add extensions, so that
7343         mkstemp is visible on some platforms.
7344         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
7345         (Include): Change to "mkstemp.h" from <stdlib.h>.
7346         (Files): Add mkstemp.h.
7347
7348         * lib/mkstemp.h: New file, since some standard headers
7349         #define mkstemp.
7350         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
7351         Include "mkstemp.h".
7352         Make the _LIBC code resemble glibc original more,
7353         e.g., use K&R style.
7354         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
7355         (mkstemp): Remove, since mkstemp.h does this for us.
7356         * lib/stdlib--.h: Include mkstemp.h.
7357
7358         Import this patch from libc:
7359
7360         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
7361
7362         * lib/tempname.c (__gen_tempname): Change attempts_min
7363         into a macro.  Use preprocessor to decide how to initialize
7364         attempts [Coverity CID 67].
7365
7366 2006-09-20  Bruno Haible  <bruno@clisp.org>
7367
7368         * lib/mkdtemp.c: Import from libc.
7369         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
7370                 * sysdeps/posix/tempname.c (__gen_tempname): Change
7371                 attempts_min into a macro.  Use preprocessor to decide how to
7372                 initialize attempts [Coverity CID 67].
7373         2001-11-27  Paul Eggert  <eggert@twinsun.com>
7374                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
7375                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
7376
7377 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7378
7379         * gnulib-tool (func_exit): New function, to allow to pass the
7380         exit status portably through the trap.  Use everywhere.
7381         (--help, --version): Signal a write error.
7382         (trap): catch SIGPIPE, for write errors.
7383         Exit at the end of the trap, with the correct exit status.
7384
7385 2006-09-19  Karl Berry  <karl@gnu.org>
7386
7387         * doc/gnulib.texi: note about the license texinfo files.
7388
7389 2006-09-19  Eric Blake  <ebb9@byu.net>
7390
7391         * gnulib-tool: Avoid space-tab.
7392
7393 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
7394
7395         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
7396         that prevented coreutils 6.1 from building.  Problem reported
7397         by Petter Reinholdtsen.
7398
7399 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
7400
7401         * gnulib-tool (avoidlist): Fix typo that broke options like
7402         --avoid=lock that are used by coreutils bootstrap.
7403
7404 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
7405
7406         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
7407         more systematically.
7408
7409 2006-09-18  Jim Meyering  <jim@meyering.net>
7410
7411         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
7412
7413 2006-09-18  Bruno Haible  <bruno@clisp.org>
7414
7415         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
7416
7417 2006-09-18  Bruno Haible  <bruno@clisp.org>
7418
7419         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
7420         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
7421         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
7422         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
7423         * m4/gettext.m4: Require autoconf >= 2.52.
7424         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
7425         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
7426         of gl_cv_header_inttypes_h.
7427
7428 2006-09-18  Bruno Haible  <bruno@clisp.org>
7429
7430         * lib/javaversion.c: Include configmake.h.
7431
7432 2006-09-18  Bruno Haible  <bruno@clisp.org>
7433
7434         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
7435         avoid that the while loops be executed in a subshell.
7436
7437 2006-09-18  Bruno Haible  <bruno@clisp.org>
7438
7439         * MODULES.html.sh (func_module): Break long lines.
7440         Suggested by Bruce Korb <bkorb@gnu.org>.
7441
7442 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7443
7444         Speed up by a factor of 1.12.
7445         * gnulib-tool (nl): New variable.
7446         (func_import): Rewrite include directive extraction to only read each
7447         directive once.
7448
7449 2006-09-17  Bruno Haible  <bruno@clisp.org>
7450
7451         * modules/javaversion (Makefile.am): Remove DEFS setting.
7452         (Depends-on): Add configmake, for PKGDATADIR definition.
7453
7454 2006-09-17  Bruno Haible  <bruno@clisp.org>
7455
7456         * gnulib-tool (func_create_testdir): Rewrite all files at once.
7457
7458 2006-09-17  Bruno Haible  <bruno@clisp.org>
7459
7460         * gnulib-tool (func_append): New function, stolen from libtool.m4.
7461         (func_modules_transitive_closure, func_modules_add_dummy,
7462         func_modules_to_filelist, func_import, func_create_testdir,
7463         func_create_megatestdir, ...): Use it wherever possible.
7464         Suggested by Ralf Wildenhues.
7465
7466 2006-09-16  Karl Berry  <karl@gnu.org>
7467
7468         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
7469         to avoid sectioning errors.
7470         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
7471         [ifinfo]: blank line after @center-ed titles.
7472         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
7473         Spell FSF address consistently with others.
7474         (These changes approved by rms.)
7475
7476 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7477
7478         Speed up by a factor of 1.61.
7479         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
7480         already checked module names again.
7481
7482 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7483
7484         Speed up by a factor of 1.13.
7485         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
7486         for new_files, and the input to func_add_or_update.
7487
7488 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7489
7490         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
7491         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
7492
7493 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
7494
7495         * modules/mkancesdirs (Depends-on): Add fcntl.
7496         * modules/savewd: New file.
7497         * MODULES.html.sh (File system functions): Add savewd.
7498
7499         * modules/configmake (Makefile.am): Add support for the
7500         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
7501
7502 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
7503
7504         * m4/savewd.m4: New file.
7505
7506 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
7507
7508         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
7509         (dirchownmod): New arg FD.  All callers changed.
7510         Use FD rather than opening the directory ourself, as opening is
7511         now the caller's responsibility.
7512         * lib/dirchownmod.h: Likewise.
7513         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
7514         hosts that require <sys/types.h> before <sys/stat.h>.  Include
7515         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
7516         (test_dir): Remove.
7517         (mkancesdirs): Return length of prefix of FILE that has already
7518         been made, or -2 if there is a child doing the work.  Redo
7519         algorithm so that it is O(N) rather than O(N**2).  Optimize away
7520         ".", and treat ".." specially since it might stray back into
7521         already-created areas.  Use a subprocess if necessary.  New arg
7522         WD; all users changed.  MAKE_DIR function should now return 1
7523         if it creates a directory that is not readable.  Return -2 if
7524         a child process is spun off.
7525         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
7526         Adjust signature to match code.
7527         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
7528         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
7529         all users changed.
7530         * lib/savewd.c, lib/savewd.h: New files.
7531
7532 2006-09-15  Jim Meyering  <jim@meyering.net>
7533
7534         * modules/rename-dest-slash: New module.
7535         * MODULES.html.sh (posix_compat): Add it here.
7536
7537         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
7538
7539 2006-09-15  Jim Meyering  <jim@meyering.net>
7540
7541         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
7542         file.
7543
7544         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
7545
7546 2006-09-15  Jim Meyering  <jim@meyering.net>
7547
7548         * lib/rename-dest-slash.c (has_trailing_slash): Use
7549         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
7550         (rpl_rename_dest_slash): Perform the cheaper trailing slash
7551         test before testing whether SRC is a directory.
7552         Suggestions from Bruno Haible.
7553
7554         Avoid a warning about an unused variable.
7555         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
7556         into the #ifdef block where it's used.
7557
7558         * lib/rename-dest-slash.c: New file.
7559
7560 2006-09-14  Bruno Haible  <bruno@clisp.org>
7561
7562         * lib/allocsa.c: Include <config.h> unconditionally.
7563         * lib/asnprintf.c: Likewise.
7564         * lib/asprintf.c: Likewise.
7565         * lib/c-strcasecmp.c: Likewise.
7566         * lib/c-strcasestr.c: Likewise.
7567         * lib/c-strncasecmp.c: Likewise.
7568         * lib/c-strstr.c: Likewise.
7569         * lib/classpath.c: Likewise.
7570         * lib/clean-temp.c: Likewise.
7571         * lib/concatpath.c: Likewise.
7572         * lib/copy-file.c: Likewise.
7573         * lib/csharpcomp.c: Likewise.
7574         * lib/csharpexec.c: Likewise.
7575         * lib/execute.c: Likewise.
7576         * lib/fatal-signal.c: Likewise.
7577         * lib/findprog.c: Likewise.
7578         * lib/fwriteerror.c: Likewise.
7579         * lib/gl_array_list.c: Likewise.
7580         * lib/gl_array_oset.c: Likewise.
7581         * lib/gl_avltree_list.c: Likewise.
7582         * lib/gl_avltree_oset.c: Likewise.
7583         * lib/gl_avltreehash_list.c: Likewise.
7584         * lib/gl_carray_list.c: Likewise.
7585         * lib/gl_linked_list.c: Likewise.
7586         * lib/gl_linkedhash_list.c: Likewise.
7587         * lib/gl_list.c: Likewise.
7588         * lib/gl_oset.c: Likewise.
7589         * lib/gl_rbtree_list.c: Likewise.
7590         * lib/gl_rbtree_oset.c: Likewise.
7591         * lib/gl_rbtreehash_list.c: Likewise.
7592         * lib/imaxabs.c: Likewise.
7593         * lib/imaxdiv.c: Likewise.
7594         * lib/javacomp.c: Likewise.
7595         * lib/javaexec.c: Likewise.
7596         * lib/javaversion.c: Likewise.
7597         * lib/linebreak.c: Likewise.
7598         * lib/localcharset.c: Likewise.
7599         * lib/lock.c: Likewise.
7600         * lib/mbchar.c: Likewise.
7601         * lib/mbswidth.c: Likewise.
7602         * lib/mkdtemp.c: Likewise.
7603         * lib/pipe.c: Likewise.
7604         * lib/printf-args.c: Likewise.
7605         * lib/printf-parse.c: Likewise.
7606         * lib/progname.c: Likewise.
7607         * lib/progreloc.c: Likewise.
7608         * lib/readlink.c: Likewise.
7609         * lib/sh-quote.c: Likewise.
7610         * lib/stpcpy.c: Likewise.
7611         * lib/stpncpy.c: Likewise.
7612         * lib/strcasecmp.c: Likewise.
7613         * lib/strcasestr.c: Likewise.
7614         * lib/strcspn.c: Likewise.
7615         * lib/striconv.c: Likewise.
7616         * lib/strncasecmp.c: Likewise.
7617         * lib/strnlen1.c: Likewise.
7618         * lib/strstr.c: Likewise.
7619         * lib/strtok_r.c: Likewise.
7620         * lib/tls.c: Likewise.
7621         * lib/tmpdir.c: Likewise.
7622         * lib/unicodeio.c: Likewise.
7623         * lib/unsetenv.c: Likewise.
7624         * lib/vasnprintf.c: Likewise.
7625         * lib/vasprintf.c: Likewise.
7626         * lib/wait-process.c: Likewise.
7627         * lib/xallocsa.c: Likewise.
7628         * lib/xsetenv.c: Likewise.
7629         * lib/xstriconv.c: Likewise.
7630
7631 2006-09-13  Simon Josefsson  <jas@extundo.com>
7632
7633         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
7634         that internally, suggested by Ralf Wildenhues
7635         <Ralf.Wildenhues@gmx.de>.
7636
7637 2006-09-13  Simon Josefsson  <jas@extundo.com>
7638
7639         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
7640         @LIBOBJS@.
7641         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7642
7643 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
7644
7645         * lib/_fpending.c: Include <config.h> unconditionally, since we no
7646         longer worry about uses that don't define HAVE_CONFIG_H.
7647         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
7648         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
7649         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
7650         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
7651         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
7652         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
7653         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
7654         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
7655         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
7656         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
7657         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
7658         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
7659         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
7660         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
7661         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
7662         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
7663         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
7664         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
7665         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
7666         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
7667         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
7668         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
7669         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
7670         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
7671         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
7672         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
7673         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
7674         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
7675         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
7676         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
7677         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
7678         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
7679         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
7680         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
7681         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
7682         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
7683         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
7684         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
7685         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
7686         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
7687         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
7688         Likewise.
7689
7690 2006-09-13  Eric Blake  <ebb9@byu.net>
7691
7692         * lib/getopt.c: Fix typo in last commit.
7693
7694 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
7695
7696         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
7697         dgettext.
7698
7699 2006-09-12  Jim Meyering  <jim@meyering.net>
7700
7701         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
7702         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
7703         Reported by Nelson H. F. Beebe.
7704
7705 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
7706
7707         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
7708         program_invocation_name and program_invocation_short_name are
7709         initialized.
7710         * lib/argp-namefrob.h: Move declarations of program_invocation_name
7711         and program_invocation_short_name to argp.h, so they are visible
7712         to user programs.
7713         * lib/argp.h: Likewise
7714
7715 2006-09-10  Bruno Haible  <bruno@clisp.org>
7716
7717         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
7718         m4/inttypes_h.m4, m4/uintmax_t.m4.
7719
7720 2006-09-10  Bruno Haible  <bruno@clisp.org>
7721
7722         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
7723         gl_AC_TYPE_UINTMAX_T.
7724
7725 2006-09-10  Bruno Haible  <bruno@clisp.org>
7726
7727         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
7728
7729 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
7730
7731         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
7732         convention.  Text proposed by Bruno Haible.
7733         (struct argp_option): Document the use of N_() wrappers.
7734
7735         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
7736         '\v', and translate the two parts separately, instead of feeding
7737         the whole string to gettext.  This allows to exclude
7738         '\v' from the strings visible to the translator by writing doc
7739         strings as N_("..") "\v" N_("..").
7740
7741 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
7742
7743         * config/srclist.txt: Undo latest change; the bug was fixed.
7744
7745 2006-09-09  Bruno Haible  <bruno@clisp.org>
7746
7747         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
7748         assignments if building a library without libtool.
7749         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
7750         in func_emit_lib_Makefile_am.
7751         (func_import): When building a static library libfoo.a, arrange to
7752         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
7753         (func_create_testdir): Likewise.
7754         * modules/gc (configure.ac, Makefile.am): If building statically,
7755         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
7756         * modules/iconvme (configure.ac, Makefile.am): Likewise.
7757         * modules/striconv (configure.ac, Makefile.am): Likewise.
7758         Based on a suggestion by Ralf Wildenhues.
7759
7760 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
7761
7762         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
7763         Check for unistd.h too, since Autoconf doesn't assume POSIX.
7764         Also:
7765
7766         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
7767         Add year_2050_test to catch glibc bug 2821
7768         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
7769
7770         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
7771         Prefer #ifdef to #if.
7772
7773         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
7774         Return from 'main' instead of calling 'exit'.
7775
7776 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
7777
7778         * lib/mktime.c (guess_time_tm): Fix bug where mktime
7779         returned the maximum time_t value rather than (time_t) -1.
7780         Problem originally reported by William Bardwell
7781         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
7782
7783         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
7784         Moved to here ...
7785         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
7786         ... from here.
7787
7788 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
7789
7790         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
7791         2821 is fixed.
7792
7793 2006-09-08  Jim Meyering  <jim@meyering.net>
7794
7795         Don't make generated files read-only.  That would bother too many
7796         people.  However, do retain the ability to work when targets are
7797         read-only: remove the destination and temporary files before writing
7798         them (when generated via sed or echo), or by using the -f option for
7799         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
7800         * modules/alloca-opt, modules/argz, modules/arpa_inet:
7801         * modules/byteswap, modules/configmake, modules/fcntl:
7802         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
7803         * modules/localcharset, modules/netinet_in, modules/poll:
7804         * modules/stdbool, modules/stdint, modules/sys_select:
7805         * modules/sys_socket, modules/sys_stat, modules/sysexits:
7806
7807 2006-09-08  Jim Meyering  <jim@meyering.net>
7808
7809         Avoid new build failure on FreeBSD 6.0.
7810         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
7811         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
7812         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
7813
7814 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7815
7816         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
7817
7818 2006-09-07  Jim Meyering  <jim@meyering.net>
7819
7820         Fix global typo in last change: use chmod u-w, not chmod u-x.
7821         Spotted by Paul Eggert and Bruce Korb.
7822         * modules/alloca-opt, modules/argz, modules/arpa_inet:
7823         * modules/byteswap, modules/configmake, modules/fcntl:
7824         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
7825         * modules/localcharset, modules/netinet_in, modules/poll:
7826         * modules/stdbool, modules/stdint, modules/sys_select:
7827         * modules/sys_socket, modules/sys_stat, modules/sysexits:
7828
7829 2006-09-06  Jim Meyering  <jim@meyering.net>
7830
7831         Make generated files be read-only.
7832         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
7833         Ensure that each generated file is now read-only.
7834         * modules/argz: Likewise.
7835         * modules/arpa_inet: Likewise.
7836         * modules/byteswap: Likewise.
7837         * modules/configmake: Likewise.
7838         * modules/fcntl: Likewise.
7839         * modules/fnmatch: Likewise.
7840         * modules/getopt: Likewise.
7841         * modules/glob: Likewise.
7842         * modules/inttypes: Likewise.
7843         * modules/netinet_in: Likewise.
7844         * modules/poll: Likewise.
7845         * modules/stdbool: Likewise.
7846         * modules/stdint: Likewise.
7847         * modules/sys_select: Likewise.
7848         * modules/sys_socket: Likewise.
7849         * modules/sys_stat: Likewise.
7850         * modules/sysexits: Likewise.
7851         * modules/localcharset: Same as above, but continue using temporary
7852         file named "t-$@" (why different?) rather than the "$@-t" used
7853         everywhere else.
7854
7855         * modules/sysexits (Makefile.am): Replace literal occurrences
7856         of "sysexit.h" more readable, and more consistent, "$@".
7857
7858 2006-09-06  Bruno Haible  <bruno@clisp.org>
7859
7860         * modules/striconv: New file.
7861         * modules/xstriconv: New file.
7862         * MODULES.html.sh (Internationalization functions): Add striconv,
7863         xstriconv.
7864
7865 2006-09-06  Bruno Haible  <bruno@clisp.org>
7866
7867         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
7868         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
7869         not using libtool correctly.
7870
7871 2006-09-06  Bruno Haible  <bruno@clisp.org>
7872
7873         * lib/striconv.h: New file.
7874         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
7875         iconvstring.c.
7876         * lib/xstriconv.h: New file.
7877         * lib/xstriconv.c: New file.
7878
7879 2006-09-06  Bruno Haible  <bruno@clisp.org>
7880
7881         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
7882         lib_..._LDFLAGS.
7883
7884 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7885
7886         * lib/argz_.h: Sync from Libtool.
7887
7888         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
7889                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7890
7891         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
7892
7893 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
7894
7895         * modules/trim: New file.
7896
7897 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
7898
7899         * lib/trim.h: New file.
7900         * lib/trim.c: New file.
7901
7902 2006-09-05  Bruno Haible  <bruno@clisp.org>
7903
7904         * MODULES.html.sh (String handling): Add trim.
7905
7906 2006-09-04  Karl Berry  <karl@gnu.org>
7907
7908         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
7909         until next release.
7910
7911 2006-09-03  Bruno Haible  <bruno@clisp.org>
7912
7913         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
7914         correctly.
7915
7916 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
7917
7918         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
7919         not gl_GETLOADAVG.  Omit unneeded semicolons.
7920         Problems reported by Ralf Wildenhues in
7921         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
7922         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
7923         at the end, which is the usual gnulib style.
7924
7925         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
7926         of doing all the work ourselves.
7927         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
7928         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
7929
7930 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
7931
7932         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
7933         Problem reported by Ralf Wildenhues in
7934         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
7935
7936         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
7937         HAVE_STRUCT_STATFS_F_FSTYPENAME.
7938
7939 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
7940
7941         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
7942         yesterday's patch by changing test -n to test -z.
7943
7944 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
7945
7946         * modules/getloadavg (Files): Add m4/getloadavg.m4.
7947         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
7948         the former is now obsolescent.
7949
7950         * modules/chdir-long (Depends-on): Add fcntl.
7951
7952 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
7953
7954         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
7955         obsolescent, and programs should use gnulib instead.
7956         * m4/getloadavg.m4: New file, with contents taken from Autoconf
7957         but with prefixes changed.
7958
7959 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
7960
7961         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
7962         or stdbool.h, because they might not exist while configuring.
7963
7964         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
7965         Don't include unistd.h or limits.h; not needed, since chdir-long.h
7966         does that for us.
7967         (O_DIRECTORY): Remove.
7968
7969 2006-08-31  Eric Blake  <ebb9@byu.net>
7970
7971         * gnulib-tool: Don't let emacs change spaces to TAB.
7972
7973 2006-08-31  Bruno Haible  <bruno@clisp.org>
7974
7975         * gnulib-tool: When calling func_import more than once, do it in a
7976         subshell.
7977         Reported by Eric Blake <ebb9@byu.net>.
7978
7979 2006-08-31  Bruno Haible  <bruno@clisp.org>
7980
7981         * gnulib-tool (nl): Remove variable.
7982         (sed_transform_lib_file): Use more robust test for config-h module.
7983         (func_import): Fix typo in 2006-08-25 patch.
7984
7985 2006-08-31  Bruno Haible  <bruno@clisp.org>
7986
7987         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
7988         specified, augment Makefile.am variables instead of assigning them.
7989
7990 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
7991
7992         Work around a bug in both the Linux and SunOS 64-bit kernels:
7993         nanosleep mishandles sleeps for longer than 2**31 seconds.
7994         Problem reported by Frank v Waveren in
7995         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
7996         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
7997         Check for nanosleep bug.
7998         (LIB_NANOSLEEP): Append clock_gettime library if needed.
7999
8000 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
8001
8002         Work around a bug in both the Linux and SunOS 64-bit kernels:
8003         nanosleep mishandles sleeps for longer than 2**31 seconds.
8004         Problem reported by Frank v Waveren in
8005         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
8006         * lib/nanosleep.c (BILLION): New constant.
8007         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
8008         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
8009         implementation.
8010
8011 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
8012
8013         * modules/nanosleep (Depends-on): Add gettime.
8014
8015 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
8016         and Simon Josefsson  <jas@extundo.com>
8017         and Oskar Liljeblad  <oskar@osk.mine.nu>
8018
8019         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
8020         * gnulib-tool (func_import): New license type 'unmodifiable license
8021         text'.
8022         * modules/fdl: Use it.  Longer description.
8023         * module/gpl, module/lgpl: New files.
8024
8025 2006-08-30  Jim Meyering  <jim@meyering.net>
8026
8027         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
8028         shadowing the parameter.
8029
8030 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8031
8032         Sync from Libtool:
8033
8034         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8035
8036         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
8037         sharing with gnulib.  Report by Eric Blake.
8038
8039 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
8040
8041         * modules/isapipe: New file.
8042         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
8043
8044 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
8045
8046         * modules/configmake (Makefile.am): Add a comment, and omit
8047         the CONFIGMAKE_ prefix from generated macro names.  Suggested
8048         by Bruno Haible.
8049
8050 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
8051
8052         * m4/isapipe.m4: New file.
8053
8054 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
8055
8056         * lib/isapipe.c, lib/isapipe.h: New files.
8057
8058 2006-08-29  Jim Meyering  <jim@meyering.net>
8059
8060         * modules/configmake (Makefile.am): Make configmake.h depend on
8061         Makefile.  Otherwise, a stale configmake.h could hang around.
8062
8063 2006-08-29  Eric Blake  <ebb9@byu.net>
8064
8065         * lib/error.c (error_at_line, print_errno_message): Match libc, after
8066         resolution of upstream bug 3044.
8067
8068 2006-08-29  Bruno Haible  <bruno@clisp.org>
8069
8070         * modules/localcharset (Depends-on): Add configmake.
8071         (Makefile.am): Remove setting of LIBDIR through DEFS.
8072
8073 2006-08-29  Bruno Haible  <bruno@clisp.org>
8074
8075         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
8076         defined.
8077
8078 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
8079
8080         * modules/fcntl: New file.
8081         * modules/chdir-safer (Depends-on): Add fcntl.
8082         * modules/fts: Likewise.
8083         * modules/mkdir-p: Likewise.
8084
8085         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
8086         This undoes the most recent change, since we're now addressing the
8087         problem in a different way.
8088
8089         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
8090         into output, since the output might be called Makefile.am even
8091         if $makefile_name is something different.
8092         (func_import): Use $makefile_am rather than
8093         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
8094         empty.
8095
8096         * modules/inttypes (Files): Add m4/inttypes-h.m4.
8097
8098 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
8099
8100         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
8101         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
8102         recent change to stdint.m4, since we're now addressing the problem in a
8103         different way.
8104
8105 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
8106
8107         * m4/fcntl_h.m4: New file.
8108
8109 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
8110
8111         * lib/fcntl_.h: New file.
8112         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
8113         the fcntl module.
8114         * lib/dirchownmod.c: Likewise.
8115         * lib/fts.c: Likewise.
8116
8117         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
8118         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
8119         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
8120         just before including <inttypes.h>, to avoid circular inclusion.
8121
8122 2006-08-28  Jim Meyering  <jim@meyering.net>
8123
8124         * doc/visibility.texi: Actually read and correct the grammar of the
8125         sentence affected by yesterday's change.
8126
8127 2006-08-28  Eric Blake  <ebb9@byu.net>
8128
8129         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
8130         needs wrapper.
8131
8132 2006-08-28  Eric Blake  <ebb9@byu.net>
8133
8134         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
8135
8136 2006-08-28  Eric Blake  <ebb9@byu.net>
8137
8138         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
8139
8140 2006-08-28  Bruno Haible  <bruno@clisp.org>
8141
8142         * modules/c-strstr: New file, from GNU gettext.
8143         * MODULES.html.sh (String handling): Add c-strstr.
8144
8145 2006-08-28  Bruno Haible  <bruno@clisp.org>
8146
8147         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
8148         macros.
8149         Reported by Eric Blake.
8150
8151 2006-08-28  Bruno Haible  <bruno@clisp.org>
8152
8153         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
8154         (VASNPRINTF): Return a string of length > INT_MAX without failing.
8155         * lib/vasprintf.c: Include errno.h, limits.h.
8156         (EOVERFLOW): New fallback definition.
8157         (vasprintf): Test here whether the string length is > INT_MAX.
8158         * lib/vsnprintf.c: Include errno.h, limits.h.
8159         (EOVERFLOW): New fallback definition.
8160         (vsnprintf): Fix bug when generated string was too long for the buffer.
8161         Test here whether the string length is > INT_MAX.
8162
8163 2006-08-28  Bruno Haible  <bruno@clisp.org>
8164
8165         * lib/inttypes_.h (SCNX*): Remove definitions.
8166         Reported by Eric Blake.
8167
8168 2006-08-28  Bruno Haible  <bruno@clisp.org>
8169
8170         * lib/c-strstr.h: New file, from GNU gettext.
8171         * lib/c-strstr.c: New file, from GNU gettext.
8172
8173 2006-08-28  Bruno Haible  <bruno@clisp.org>
8174
8175         * gnulib-tool: Reorder some statements.
8176
8177 2006-08-28  Bruno Haible  <bruno@clisp.org>
8178
8179         * gnulib-tool: New option --makefile-name.
8180         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
8181         $makefile_name.
8182         (func_import): Write $makefile_name to the cache file, and read it from
8183         there unless explicitly specified. Use $makefile_name as file name
8184         instead of Makefile.am. Adjust the recommendations accordingly.
8185
8186 2006-08-28  Bruno Haible  <bruno@clisp.org>
8187
8188         * gnulib-tool (func_verify_module): Check against misapplying patch.
8189
8190 2006-08-28  Bruno Haible  <bruno@clisp.org>
8191
8192         * gnulib-tool (func_relativize, func_relconcat): New functions.
8193         Give an error if --local-dir is given with --update.
8194         Remove trailing slashes from $local_gnulib_dir.
8195         (func_import): Store the relativized $local_gnulib_dir in
8196         gnulib-cache.m4, and read it from there if not specified explicitly.
8197
8198 2006-08-28  Bruno Haible  <bruno@clisp.org>
8199
8200         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
8201         is the current directory. Respect also $local_gnulib_dir.
8202
8203 2006-08-28  Bruno Haible  <bruno@clisp.org>
8204             Simon Josefsson  <jas@extundo.com>
8205
8206         BeOS portability.
8207         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
8208
8209 2006-08-27  Jim Meyering  <jim@meyering.net>
8210
8211         * doc/visibility.texi: Remove duplicate word: "pointer".
8212
8213 2006-08-26  Bruno Haible  <bruno@clisp.org>
8214
8215         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
8216         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
8217         (Makefile.am): Create inttypes.h from inttypes_.h.
8218         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
8219
8220         * modules/imaxabs: New file.
8221
8222         * modules/imaxdiv: New file.
8223
8224 2006-08-26  Bruno Haible  <bruno@clisp.org>
8225
8226         * m4/inttypes.m4: New file.
8227         * m4/_inttypes_h.m4: Remove file.
8228         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
8229         PRI_MACROS_BROKEN.
8230         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
8231
8232         * m4/imaxabs.m4: New file.
8233
8234         * m4/imaxdiv.m4: New file.
8235
8236 2006-08-26  Bruno Haible  <bruno@clisp.org>
8237
8238         * lib/inttypes_.h: New file.
8239         * lib/inttypes.h: Remove file.
8240         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
8241
8242         * lib/imaxabs.c: New file.
8243
8244         * lib/imaxdiv.c: New file.
8245
8246 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
8247
8248         New config-h module, so that "make" output needn't be cluttered
8249         by -DHAVE_CONFIG_H.
8250         * MODULES.html.sh (Support for building libraries and executables):
8251         Add config-h.
8252         * modules/config-h: New file.
8253         * gnulib-tool (nl, sed_transform_lib_file): New vars.
8254         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
8255         the config-h module is used.
8256
8257         New configmake module, so that "make" output needn't be cluttered
8258         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
8259         * MODULES.html.sh (Support for building libraries and executables):
8260         Add configmake.
8261         * modules/configmake: New file.
8262
8263 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
8264
8265         * m4/config-h.m4: New file.
8266
8267 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
8268
8269         * config/srclist.txt: Add elisp-comp.
8270
8271 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
8272
8273         * MODULES.html.sh (Support for building libraries and executables):
8274         Add elisp-comp.
8275         * build-aux/elisp-comp: New file.
8276         * modules/elisp-comp: New file.
8277
8278 2006-08-24  Bruno Haible  <bruno@clisp.org>
8279
8280         * gnulib-tool (func_create_testdir): Use non-default values of
8281         sourcebase and m4base.
8282
8283 2006-08-24  Bruno Haible  <bruno@clisp.org>
8284
8285         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
8286         HTML structure.
8287
8288 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
8289
8290         * modules/openat (Depends-on): Add lchown.
8291
8292 2006-08-23  Bruno Haible  <bruno@clisp.org>
8293
8294         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
8295         of gl_LOCK_EARLY instead of gl_LOCK.
8296
8297 2006-08-23  Bruno Haible  <bruno@clisp.org>
8298
8299         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
8300         on OSF/1 to no.
8301         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
8302
8303 2006-08-23  Bruno Haible  <bruno@clisp.org>
8304
8305         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
8306         as unusable.
8307
8308         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
8309         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
8310         (gl_LOCK): New macro.
8311
8312 2006-08-22  Simon Josefsson  <jas@extundo.com>
8313
8314         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
8315         to md5 module.
8316
8317 2006-08-22  Simon Josefsson  <jas@extundo.com>
8318
8319         * MODULES.html.sh: Add "Support for maintaining and release
8320         projects".
8321
8322         * build-aux/gnupload: New file, from coreutils.
8323
8324 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
8325
8326         Avoid the need for AC_LIBSOURCES in m4 macros.
8327         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
8328         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
8329         * modules/check-version (EXTRA_DIST): Add check-version.h.
8330         * modules/crc (EXTRA_DIST): Add crc.h.
8331         * modules/des (EXTRA_DIST): Add des.h.
8332         * modules/gc (EXTRA_DIST): Add gc.h.
8333         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
8334         * modules/getline (EXTRA_DIST): Add getline.h.
8335         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
8336         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
8337         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
8338         * modules/md2 (EXTRA_DIST): Add md2.h.
8339         * modules/md4 (EXTRA_DIST): Add md4.h.
8340         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
8341         * modules/read-file (EXTRA_DIST): Add read-file.h.
8342         * modules/readline (EXTRA_DIST): Add readline.h.
8343         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
8344         rijndael-api-fst.h.
8345
8346 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
8347
8348         * m4/rijndael.m4 (gl_ARCFOUR):
8349         * m4/arctwo.m4 (gl_ARCTWO):
8350         * m4/check-version.m4 (gl_CHECK_VERSION):
8351         * m4/crc.m4 (gl_CRC):
8352         * m4/des.m4 (gl_DES):
8353         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
8354         * m4/gc.m4 (gl_GC):
8355         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
8356         * m4/getline.m4 (gl_FUNC_GETLINE):
8357         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
8358         * m4/hmac-md5.m4 (gl_HMAC_MD5):
8359         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
8360         * m4/md2.m4 (gl_MD2):
8361         * m4/md4.m4 (gl_MD4):
8362         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
8363         * m4/read-file.m4 (gl_FUNC_READ_FILE):
8364         * m4/readline.m4 (gl_FUNC_READLINE):
8365         * m4/rijndael.m4 (gl_RIJNDAEL):
8366         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
8367         to get the necessary .h files and whatnot.
8368
8369 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
8370
8371         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
8372         gnulib rather than the other way around.
8373         * config/srclistvars.sh (COREUTILS): Remove.
8374
8375 2006-08-22  Jim Meyering  <jim@meyering.net>
8376
8377         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
8378
8379         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
8380
8381 2006-08-22  Eric Blake  <ebb9@byu.net>
8382
8383         * modules/regexprops-generic: New file.
8384         * MODULES.html.sh (Support for building documentation): List it.
8385
8386 2006-08-22  Eric Blake  <ebb9@byu.net>
8387
8388         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
8389         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
8390         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
8391         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
8392
8393 2006-08-22  Bruno Haible  <bruno@clisp.org>
8394
8395         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
8396         and lib_LTLIBRARIES like the other lib_* variables.
8397
8398 2006-08-22  Bruno Haible  <bruno@clisp.org>
8399
8400         * build-aux/x-to-1.in: New file, from GNU gettext.
8401
8402 2006-08-22  Bruno Haible  <bruno@clisp.org>
8403
8404         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
8405         <utmpx.h> exists.
8406
8407 2006-08-22  Bruno Haible  <bruno@clisp.org>
8408
8409         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
8410         <utmpx.h> exists.
8411
8412 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
8413
8414         BeOS portability.
8415         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
8416         exist.
8417         Problem reported by Bruno Haible.
8418
8419 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
8420
8421         Avoid the need for AC_LIBSOURCES in m4 macros.
8422         * modules/acl (EXTRA_DIST): Add acl.h.
8423         * modules/argmatch (Files): Add m4/argmatch.m4.
8424         (configure.ac): Add gl_ARGMATCH.
8425         (EXTRA_DIST): Renamed from lib_SOURCES, for
8426         consistency with the other modules.  Remove argmatch.c.
8427         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
8428         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
8429         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
8430         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
8431         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
8432         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
8433         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
8434         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
8435         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
8436         * modules/closeout (EXTRA_DIST): Add closeout.h.
8437         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
8438         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
8439         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
8440         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
8441         dirname.h; remove basename.c and stripslash.c.
8442         * modules/exclude (EXTRA_DIST): Add exclude.h.
8443         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
8444         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
8445         * modules/file-type (EXTRA_DIST): Add file-type.h.
8446         * modules/filemode (EXTRA_DIST): Add filemode.h.
8447         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
8448         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
8449         * modules/fpending (EXTRA_DIST): Add __fpending.h.
8450         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
8451         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
8452         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
8453         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
8454         * modules/getdate (EXTRA_DIST): Add getdate.c.
8455         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
8456         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
8457         * modules/getpass (EXTRA_DIST): Add getpass.h.
8458         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
8459         * modules/group-member (EXTRA_DIST): Add group-member.h.
8460         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
8461         * modules/hash (EXTRA_DIST): Add hash.h.
8462         * modules/human (EXTRA_DIST): Add human.h.
8463         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
8464         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
8465         * modules/lchown (EXTRA_DIST): Add lchown.h.
8466         * modules/long-options (EXTRA_DIST): Add long-options.h.
8467         * modules/lstat (EXTRA_DIST): Add lstat.h.
8468         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
8469         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
8470         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
8471         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
8472         * modules/memxor (EXTRA_DIST): Add memxor.h.
8473         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
8474         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
8475         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
8476         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
8477         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
8478         * modules/physmem (EXTRA_DIST): Add physmem.h.
8479         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
8480         * modules/posixver (EXTRA_DIST): Add posixver.h.
8481         * modules/quote (EXTRA_DIST): Add quote.h.
8482         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
8483         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
8484         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
8485         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
8486         regex_internal.h regexec.c.
8487         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
8488         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
8489         * modules/same (EXTRA_DIST): Add same.h.
8490         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
8491         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
8492         * modules/savedir (EXTRA_DIST): Add savedir.h.
8493         * modules/sha1 (EXTRA_DIST): Add sha1.h.
8494         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
8495         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
8496         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
8497         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
8498         * modules/strdup (EXTRA_DIST): Add strdup.h.
8499         * modules/strftime (EXTRA_DIST): Add strftime.h.
8500         * modules/strndup (EXTRA_DIST): Add strndup.h.
8501         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
8502         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
8503         * modules/time_r (EXTRA_DIST): Add time_r.h.
8504         * modules/timespec (EXTRA_DIST): Add timespec.h.
8505         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
8506         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
8507         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
8508         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
8509         * modules/userspec (EXTRA_DIST): Add userspec.h.
8510         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
8511         * modules/utimens (EXTRA_DIST): Add utimens.h.
8512         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
8513         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
8514         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
8515         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
8516         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
8517         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
8518         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
8519         * modules/yesno (EXTRA_DIST): Add yesno.h.
8520
8521 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
8522
8523         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
8524
8525         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
8526         * m4/dev-ino.m4, same-inode.m4: Remove.
8527
8528         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
8529         * m4/acl.m4 (AC_FUNC_ACL):
8530         * m4/backupfile.m4 (gl_BACKUPFILE):
8531         * m4/c-strtod.m4 (gl_C99_STRTOLD):
8532         * m4/canon-host.m4 (gl_CANON_HOST):
8533         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
8534         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
8535         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
8536         * m4/cloexec.m4 (gl_CLOEXEC):
8537         * m4/close-stream.m4 (gl_CLOSE_STREAM):
8538         * m4/closeout.m4 (gl_CLOSEOUT):
8539         * m4/dirfd.m4 (gl_FUNC_DIRFD):
8540         * m4/dirname.m4 (gl_DIRNAME):
8541         * m4/exclude.m4 (gl_EXCLUDE):
8542         * m4/exitfail.m4 (gl_EXITFAIL):
8543         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
8544         * m4/file-type.m4 (gl_FILE_TYPE):
8545         * m4/filemode.m4 (gl_FILEMODE):
8546         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
8547         * m4/fpending.m4 (gl_FUNC_FPENDING):
8548         * m4/fprintftime.m4 (gl_FPRINTFTIME):
8549         * m4/fts.m4 (gl_FUNC_FTS):
8550         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
8551         * m4/getdate.m4 (gl_GETDATE):
8552         * m4/gethrxtime.m4 (gl_GETHRXTIME):
8553         * m4/getpagesize.m4 (gl_GETPAGESIZE):
8554         * m4/getpass.m4 (gl_FUNC_GETPASS):
8555         * m4/gettime.m4 (gl_GETTIME):
8556         * m4/getugroups.m4 (gl_GETUGROUPS):
8557         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
8558         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
8559         * m4/hard-locale.m4 (gl_HARD_LOCALE):
8560         * m4/hash.m4 (gl_HASH):
8561         * m4/idcache.m4 (gl_IDCACHE):
8562         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
8563         * m4/lchown.m4 (gl_FUNC_LCHOWN):
8564         * m4/long-options.m4 (gl_LONG_OPTIONS):
8565         * m4/lstat.m4 (gl_FUNC_LSTAT):
8566         * m4/md5.m4 (gl_MD5):
8567         * m4/memcasecmp.m4 (gl_MEMCASECMP):
8568         * m4/memcoll.m4 (gl_MEMCOLL):
8569         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
8570         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
8571         * m4/memxor.m4 (gl_MEMXOR):
8572         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
8573         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
8574         * m4/modechange.m4 (gl_MODECHANGE):
8575         * m4/mountlist.m4 (gl_MOUNTLIST):
8576         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
8577         * m4/openat.m4 (gl_FUNC_OPENAT):
8578         * m4/pathmax.m4 (gl_PATHMAX):
8579         * m4/physmem.m4 (gl_PHYSMEM):
8580         * m4/posixtm.m4 (gl_POSIXTM):
8581         * m4/posixver.m4 (gl_POSIXVER):
8582         * m4/quote.m4 (gl_QUOTE):
8583         * m4/quotearg.m4 (gl_QUOTEARG):
8584         * m4/readtokens.m4 (gl_READTOKENS):
8585         * m4/readutmp.m4 (gl_READUTMP):
8586         * m4/regex.m4 (gl_REGEX):
8587         * m4/safe-read.m4 (gl_SAFE_READ):
8588         * m4/safe-write.m4 (gl_SAFE_WRITE):
8589         * m4/same.m4 (gl_SAME):
8590         * m4/save-cwd.m4 (gl_SAVE_CWD):
8591         * m4/savedir.m4 (gl_SAVEDIR):
8592         * m4/settime.m4 (gl_SETTIME):
8593         * m4/sha1.m4 (gl_SHA1):
8594         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
8595         * m4/stat-macros.m4 (gl_STAT_MACROS):
8596         * m4/stat-time.m4 (gl_STAT_TIME):
8597         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
8598         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
8599         * m4/strdup.m4 (gl_FUNC_STRDUP):
8600         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
8601         * m4/strndup.m4 (gl_FUNC_STRNDUP):
8602         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
8603         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
8604         * m4/time_r.m4 (gl_TIME_R):
8605         * m4/timespec.m4 (gl_TIMESPEC):
8606         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
8607         * m4/unlinkdir.m4 (gl_UNLINKDIR):
8608         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
8609         * m4/userspec.m4 (gl_USERSPEC):
8610         * m4/utimecmp.m4 (gl_UTIMECMP):
8611         * m4/utimens.m4 (gl_UTIMENS):
8612         * m4/xalloc.m4 (gl_XALLOC):
8613         * m4/xgetcwd.m4 (gl_XGETCWD):
8614         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
8615         * m4/xreadlink.m4 (gl_XREADLINK):
8616         * m4/xstrtod.m4 (gl_XSTRTOD):
8617         * m4/yesno.m4 (gl_YESNO):
8618         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
8619         to get the necessary .h files and whatnot.
8620
8621 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
8622             Bruno Haible  <bruno@clisp.org>
8623
8624         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
8625         /bin/sh understanding of '!' conditional negation.
8626
8627 2006-08-21  Jim Meyering  <jim@meyering.net>
8628
8629         * modules/openat (Depends-on): Really alphabetize.
8630
8631         * modules/acl (Depends-on): Add error and quote.
8632
8633         * check-module (find_included_lib_files): Add at-func.c to the
8634         ok-to-include-more-than-once white list.
8635
8636         * modules/openat (Depends-on): Add lstat.  Alphabetize.
8637
8638 2006-08-21  Bruno Haible  <bruno@clisp.org>
8639
8640         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
8641         Emit a pkgdata_DATA variable only if some snippets add contents to it.
8642         Reported by Martin Lambers <marlam@marlam.de>.
8643
8644 2006-08-21  Bruno Haible  <bruno@clisp.org>
8645
8646         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
8647         specify an installation location, don't emit a noinst_LIBRARIES or
8648         noinst_LTLIBRARIES assignment.
8649
8650 2006-08-21  Bruno Haible  <bruno@clisp.org>
8651
8652         BeOS portability.
8653         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
8654         BeOS has mbrtowc() but no <wctype.h>.
8655
8656 2006-08-21  Bruno Haible  <bruno@clisp.org>
8657
8658         BeOS portability.
8659         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
8660         exist.
8661
8662 2006-08-21  Bruno Haible  <bruno@clisp.org>
8663
8664         BeOS portability.
8665         * lib/mbchar.h: Include <wctype.h> only if it exists.
8666
8667 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
8668
8669         Remove files that are no longer needed by their respective modules.
8670         * m4/obstack.m4: Remove.
8671         * m4/strerror_r.m4: Remove.
8672         * m4/uint32_t.m4: Remove.
8673         * m4/uintptr_t.m4: Remove.
8674         * m4/ullong_max.m4: Remove.
8675         * m4/xstrtoimax.m4: Remove.
8676         * m4/xstrtoumax.m4: Remove.
8677
8678         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
8679         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
8680         dependencies now capture this.
8681
8682         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
8683         Do not use AC_LIBSOURCES, since gnulib modules now do this.
8684         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
8685         * m4/human.m4 (gl_HUMAN): Likewise.
8686         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
8687         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
8688
8689         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
8690
8691         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
8692         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
8693         stdint.
8694         * m4/human.m4 (gl_HUMAN): Likewise.
8695         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
8696         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
8697         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
8698         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
8699         * m4/xstrtol (gl_XSTRTOL): Likewise.
8700
8701         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
8702         AC_TYPE_LONG_LONG_INT.
8703         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
8704         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
8705         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
8706         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
8707
8708         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
8709         on stdbool.
8710
8711         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
8712         (gl_PREREQ_XSTRTOUL): Remove.
8713
8714         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
8715
8716         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
8717         mode.
8718
8719 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
8720
8721         Add and change modules to make it easier for coreutils to use
8722         gnulib-tool.
8723         * modules/backupfile (Files): Remove m4/d-ino.m4.
8724         (Depends-on): Add d-ino.
8725         * modules/cycle-check (Depends-on): Add stdint.
8726         (lib_SOURCES): Add cycle-check.h.
8727         * modules/d-ino: New module.
8728         * modules/d-type: New module.
8729         * modules/error (Files): Remove m4/strerror_r.m4.
8730         * modules/filemode (Files): Add m4/st_dm_mode.m4.
8731         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
8732         m4/inttypes_h.m4, m4/uintmax_t.m4.
8733         (Depends-on): Add stdint.
8734         (lib_SOURCES): Add fsusage.h.
8735         * modules/getcwd (Files): Remove d-ino.m4.
8736         (Depends-on): Add d-ino.
8737         * modules/getndelim2 (Depends-on): Add stdint.
8738         * modules/glob (Files): Remove m4/d-type.m4.
8739         (Depends-on): Add d-type.
8740         * modules/host-os: New module.
8741         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
8742         m4/inttypes_h.m4, m4/uintmax_t.m4.
8743         * Depends-on: Add stdint.
8744         (lib_SOURCES): Add human.h.
8745         * modules/inttostr (Files): Remove m4/intmax_t.m4,
8746         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
8747         m4/uintmax_t.m4, m4/ulonglong.m4.
8748         (Depends-on): Add stdint.
8749         (EXTRA_DIST): Add inttostr.h.
8750         * modules/lchmod: New module.
8751         * modules/link-follow: New module.
8752         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
8753         (Depends-on): Add lchmod.
8754         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
8755         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
8756         (Depends-on): Add stdint.
8757         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
8758         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
8759         (Depends-on): Add stdint.
8760         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
8761         * modules/perl: New module.
8762         * modules/regex (Depends-on): Add stdint.
8763         * modules/rmdir-errno: New module.
8764         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
8765         m4/intmax_t.m4.
8766         (Depends-on): Add stdint.
8767         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
8768         m4/uintmax_t.m4.
8769         (Depends-on): Add stdint.
8770         * modules/unlink-busy: New module.
8771         * modules/utimecmp (Depends-on): Add stdint.
8772         * modules/uptime: New module.
8773         * modules/winsz-ioctl: New module.
8774         * modules/winsz-termios: New module.
8775         * modules/xnanosleep (Depends-on): Add nanosleep.
8776         * modules/ullong_max: Remove.
8777         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
8778         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
8779         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
8780         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
8781         (Depends-on): Add inttypes.
8782         (lib_SOURCES): Add xstrtol.h.
8783         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
8784         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
8785         * MODULES.html.sh: Move 'assert' into the assert section.
8786         Move 'dummy' into the linking section.
8787         Remove ullong_max.
8788         Add section for compatibility checks for POSIX:2001 functions,
8789         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
8790         winsz-ioctl, and winsz-termios into it.
8791         Add lchmod.
8792         Add top-level Misc section and put host-os, perl, and uptime
8793         into it.
8794
8795 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
8796
8797         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
8798         now assume the stdint module.  Do not include inttypes.h.
8799         * lib/fsusage.h: Likewise.
8800         * lib/getndelim2.c: Likewise.
8801         * lib/human.h: Likewise.
8802         * lib/inttostr.h: Likewise.
8803         * lib/obstack.c: Likewise.
8804         * lib/regex_internal.h: Likewise.
8805         * lib/tempname.c: Likewise.
8806         * lib/utimecmp.c: Likewise.
8807         * lib/xstrtol.h: Likewise.
8808
8809         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
8810
8811         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
8812         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
8813         * lib/xtime.h: Likewise.
8814
8815 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
8816
8817         * modules/openat (Files): Add lib/fchmodat.c.
8818         Fixes problem reported by Jay Youngman.
8819
8820 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
8821
8822         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
8823         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
8824
8825 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
8826             Bruno Haible  <bruno@clisp.org>
8827
8828         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
8829         and is a script that invokes bison. Tighten the code. Add comments.
8830
8831 2006-08-18  Jim Meyering  <jim@meyering.net>
8832
8833         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
8834         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
8835         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
8836         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
8837
8838 2006-08-18  Bruno Haible  <bruno@clisp.org>
8839
8840         * modules/bison-i18n: New file.
8841         * MODULES.html.sh (Internationalization functions): Add it.
8842
8843 2006-08-18  Bruno Haible  <bruno@clisp.org>
8844
8845         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
8846         sys/statvfs.h. When getmntinfo was found, check its declaration and
8847         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
8848
8849 2006-08-18  Bruno Haible  <bruno@clisp.org>
8850
8851         * m4/bison-i18n.m4: New file, from bison.
8852
8853 2006-08-18  Bruno Haible  <bruno@clisp.org>
8854
8855         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
8856         (ME_DUMMY): Treat "kernfs" as a dummy.
8857         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
8858
8859 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
8860
8861         Update from coreutils.
8862
8863         2006-08-15  Jim Meyering  <jim@meyering.net>
8864
8865         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
8866
8867         2006-01-17  Jim Meyering  <jim@meyering.net>
8868
8869         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
8870
8871         2006-01-11  Jim Meyering  <jim@meyering.net>
8872
8873         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
8874         Check for the lchmod function.
8875
8876 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
8877
8878         Update from coreutils.
8879
8880         * lib/__fpending.h: Add copyright notice.
8881         * lib/fprintftime.h: Likewise.
8882         * lib/savedir.c: Use (C) in copyright notice.
8883         * lib/savedir.h: Likewise.
8884
8885         2006-08-15  Jim Meyering  <jim@meyering.net>
8886
8887         * lib/at-func.c: New file, with the logic of all emulated at-functions.
8888         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
8889         in support of the EXPECTED_ERRNO macro.
8890         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
8891         definitions.  Instead, define the appropriate symbols and include
8892         "at-func.c".
8893         * lib/mkdirat.c (mkdirat): Likewise.
8894         * lib/fchmodat.c (fchmodat): Likewise.
8895         (ENOSYS): Remove definition.
8896         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
8897         it.  Don't include "unistd--.h" -- it wasn't ever used.
8898
8899         2006-01-17  Jim Meyering  <jim@meyering.net>
8900
8901         Rewrite fts.c not to change the current working directory,
8902         by using openat, fstatat, fdopendir, etc..
8903
8904         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
8905         (HAVE_OPENAT_SUPPORT): Define.
8906         [_LIBC] (fchdir): Don't undef or define; no longer used.
8907         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
8908         Now, this `function' always succeeds, and consumes its file descriptor
8909         parameter -- so callers must not close such FDs.  Update callers.
8910         (diropen_fd, opendirat, cwd_advance_fd): New functions.
8911         (diropen): Add parameter, SP.  Adjust all callers.
8912         Implement using diropen_fd, rather than open.
8913         (fts_open): Initialize new member, fts_cwd_fd.
8914         Remove fts_rft-setting code.
8915         (fts_close): Close fts_cwd_fd, if necessary.
8916         (__opendir2): Define in terms of opendir or opendirat,
8917         depending on whether the FST_NOCHDIR flag is set.
8918         (fts_build): Since fts_safe_changedir consumes its FD, and since
8919         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
8920         and close the dup'd file descriptor upon failure.
8921         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
8922         (fts_safe_changedir): Tweak semantics to reflect that this function
8923         now calls cwd_advance_fd and hence consumes its FD argument.
8924         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
8925         [struct FTS] (fts_rft): Remove now-unused member.
8926         [struct FTS] (fts_cycle.state): Improve comment.
8927
8928         * lib/openat.c (openat_needs_fchdir): New function.
8929         * lib/openat.h (openat_needs_fchdir): Declare it.
8930
8931 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
8932
8933         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
8934         Problem and fix reported by Pádraig Brady in
8935         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
8936
8937 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
8938
8939         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
8940
8941 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
8942
8943         * lib/memcoll.c (memcoll): Optimize for the common case where the
8944         arguments are bytewise equal.
8945
8946 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
8947
8948         * doc/regexprops-generic.texi: Add a copyright notice.
8949
8950 2006-08-15  Bruno Haible  <bruno@clisp.org>
8951
8952         * modules/tmpdir (License): Change to LGPL.
8953
8954 2006-08-15  Bruno Haible  <bruno@clisp.org>
8955
8956         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
8957         module.
8958
8959 2006-08-14  Simon Josefsson  <jas@extundo.com>
8960
8961         * config/srclist.txt: Add gnupload.
8962
8963 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
8964
8965         Change copyright notice from LGPL 2 to GPL 2, since that's the
8966         standard form used in the gnulib repository.
8967         * tests/test-lock.c: Likewise.
8968         * tests/test-stdint.c: Likewise.
8969         * tests/test-tls.c: Likewise.
8970
8971         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
8972         prelude-manager.  User shorter URLs for GNU projects, without '?'.
8973         Add copyright notice.
8974
8975         * check-module: Add copyright notice.  Output a copyright
8976         notice if "--version" is specified.
8977         * modules/COPYING: New file.
8978         * tests/test-getaddrinfo.c: Add copyright notice.
8979         * tests/test-verify.c: Likewise.
8980
8981 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
8982
8983         Change copyright notice from LGPL 2 to GPL 2, since that's the
8984         standard form used in the gnulib repository.
8985         * lib/lock.c: LGPL -> GPL.
8986         * lib/lock.h: Likewise.
8987         * lib/strnlen1.c: Likewise.
8988         * lib/strnlen1.h: Likewise.
8989         * lib/tls.c: Likewise.
8990         * lib/tls.h: Likewise.
8991         * lib/tmpdir.c: Likewise.
8992
8993         * lib/TODO: Remove; this belongs only in coreutils.
8994
8995 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
8996
8997         Add copyright notices to long-enough files that lack them, since
8998         otherwise the files aren't clearly free.  Use the same notice that
8999         getdate.texi already uses.
9000         * doc/alloca-opt.texi: Add copyright notice.
9001         * doc/alloca.texi: Likewise.
9002         * doc/ctime.texi: Likewise.
9003         * doc/functions.texi: Likewise.
9004         * doc/gcd.texi: Likewise.
9005         * doc/gnulib-tool.texi: Likewise.
9006         * doc/inet_ntoa.texi: Likewise.
9007         * doc/visibility.texi: Likewise.
9008
9009         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
9010         * doc/quote.texi: Add copyright notice.
9011
9012         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
9013         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
9014         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
9015         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
9016         is now obsolete, and give a pointer to the Sun list.
9017         Add copyright notice.
9018
9019 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
9020
9021         * config/srclistvars.sh: Add copyright notice.
9022
9023 2006-08-14  Eric Blake  <ebb9@byu.net>
9024
9025         Import the following change from libc:
9026
9027         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
9028
9029         Upstream bug 2997.
9030         * lib/misc/error.c: Add space between program name and message if file
9031         name is missing.
9032
9033 2006-08-12  Karl Berry  <karl@gnu.org>
9034
9035         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
9036         remove, these originate in gnulib now.
9037
9038 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9039
9040         * doc/Makefile (standards.info standards.html standards.dvi):
9041         Also depend on make-stds.texi.
9042
9043 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
9044
9045         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
9046         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
9047
9048         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
9049         in wchar_t.  Problem reported by Eric Blake.
9050
9051         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
9052         LEN is smaller than SIZE.  Suggested by Bruno Haible.
9053         Also, help the compiler to keep LEN in a register.
9054
9055 2006-08-11  Eric Blake  <ebb9@byu.net>
9056
9057         * users.txt: Sort.  Add tar.
9058
9059 2006-08-11  Bruno Haible  <bruno@clisp.org>
9060
9061         * users.txt: New file.
9062
9063 2006-08-11  Bruno Haible  <bruno@clisp.org>
9064
9065         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
9066         before <wchar.h>. Needed for OSF/1 and BSD/OS.
9067
9068 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
9069
9070         * modules/snprintf (Depends-on): Remove minmax.
9071         (Maintainer): Add self and Bruno.
9072
9073 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
9074
9075         * lib/.cppi-disable: Add snprintf.h, socket_.h.
9076         * lib/snprintf.c: Include <errno.h> and <limits.h>.
9077         (EOVERFLOW): Define if the system does not.
9078         Do not include "minmax.h"; it wasn't used.
9079         (snprintf): Don't assume size_t promotes to an unsigned type.
9080         Fix bug when generated string was too long for the buffer: the
9081         buffer's contents are supposed to be the initial prefix of the
9082         output.  Don't assume vasnprintf returns EOVERFLOW if the size
9083         exceeds INT_MAX; do the check ourselves.
9084
9085         Import the following changes from libc:
9086
9087         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
9088
9089         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
9090         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
9091         set wc to the byte which couldn't be converted.
9092         (re_string_reconstruct): Don't clear valid_raw_len before calling
9093         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
9094         tip_context using re_string_context_at.
9095
9096         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
9097
9098         * lib/posix/regex.h: g++ still cannot handled [restrict].
9099
9100         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
9101
9102         * lib/posix/regex.h: Remove special handling for VMS.
9103
9104 2006-08-10  Jim Meyering  <jim@meyering.net>
9105
9106         * modules/same-inode: New module.
9107         * modules/dev-ino: New module.
9108         * modules/cycle-check: Depend on these modules, rather than simply
9109         including their .h files.
9110         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
9111         required via m4/cycle-check.m4.
9112         * modules/same: Depend on new same-inode module, rather than
9113         including same-inode.h.
9114         * modules/chdir-safer: New file.
9115
9116         * modules/chown (Depends-on): Add stat-macros.
9117
9118 2006-08-10  Jim Meyering  <jim@meyering.net>
9119
9120         * m4/cycle-check.m4: New file.
9121         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
9122         * m4/dev-ino.m4, m4/same-inode.m4: New files.
9123
9124 2006-08-10  Eric Blake  <ebb9@byu.net>
9125
9126         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
9127         in from original proposal.
9128
9129 2006-08-10  Eric Blake  <ebb9@byu.net>
9130         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9131
9132         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
9133         namespace.
9134
9135 2006-08-10  Bruno Haible  <bruno@clisp.org>
9136
9137         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
9138         as well.
9139
9140 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
9141
9142         Sync from coreutils.
9143
9144         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
9145
9146         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
9147         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
9148
9149 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
9150
9151         * modules/restrict: Remove; no longer needed now that we assume
9152         Autoconf 2.59 or later.
9153         * MODULES.html.sh: Remove 'restrict'.
9154         * modules/argp (Depends-on): Remove 'restrict'.
9155         * modules/base64 (Depends-on): Likewise.
9156         * modules/gc (Depends-on): Likewise.
9157         * modules/getaddrinfo (Depends-on): Likewise.
9158         * modules/glob (Depends-on): Likewise.
9159         * modules/inet_ntop (Depends-on): Likewise.
9160         * modules/inet_pton (Depends-on): Likewise.
9161         * modules/memxor (Depends-on): Likewise.
9162         * modules/regex (Depends-on): Likewise.
9163         * modules/strtok_r (Depends-on): Likewise.
9164         * modules/time_r (Depends-on): Likewise.
9165
9166 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
9167
9168         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
9169         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
9170         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
9171         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
9172         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
9173         * m4/memxor.m4 (gl_MEMXOR): Likewise.
9174         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
9175         gl_C_RESTRICT replaced by AC_C_RESTRICT.
9176
9177         Merge from coreutils.
9178         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
9179         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
9180         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
9181         * m4/time_r.m4 (gl_TIME_R): Likewise.
9182
9183 2006-08-09  Karl Berry  <karl@gnu.org>
9184
9185         * config/srclist.txt: no more gettext-tools, per Bruno.
9186
9187 2006-08-08  Eric Blake  <ebb9@byu.net>
9188
9189         * modules/verror: New module.
9190         * MODULES.html.sh: Document it.
9191
9192 2006-08-08  Eric Blake  <ebb9@byu.net>
9193
9194         * lib/verror.h, lib/verror.c: New files.
9195
9196 2006-08-08  Eric Blake  <ebb9@byu.net>
9197
9198         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
9199         verror_at_line output complies with GNU Coding Standards even when
9200         file is NULL.
9201
9202 2006-08-07  Bruno Haible  <bruno@clisp.org>
9203
9204         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
9205         versions of AIX.
9206         Reported by Ralf Wildenhues.
9207
9208 2006-08-07  Bruno Haible  <bruno@clisp.org>
9209
9210         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
9211         in an AC_DEFUN. Needed so that the autoconf snippets can use
9212         AC_REQUIRE.
9213
9214 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9215
9216         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9217         Initialize pkgdata_DATA.
9218         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
9219         overriding it.
9220
9221 2006-08-06  Eric Blake  <ebb9@byu.net>
9222
9223         * lib/error.h: Fold in some upstream changes from glibc.
9224         * lib/error.c: Likewise.
9225
9226 2006-08-04  Bruno Haible  <bruno@clisp.org>
9227
9228         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9229         Make the mostlyclean-local rule depend on mostlyclean-generic.
9230         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
9231
9232 2006-07-31  Bruno Haible  <bruno@clisp.org>
9233
9234         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
9235         <stdlib.h>, <string.h>.
9236
9237 2006-07-30  Bruno Haible  <bruno@clisp.org>
9238
9239         * modules/readlink (License): Change to LGPL.
9240
9241 2006-07-30  Bruno Haible  <bruno@clisp.org>
9242
9243         * modules/javaversion (Makefile.am): Distribute javaversion.java and
9244         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
9245         set PKGDATADIR to point to it.
9246
9247 2006-07-30  Bruno Haible  <bruno@clisp.org>
9248
9249         * modules/csharpexec (configure.ac): Comment out macro invocation.
9250         * modules/javaexec (configure.ac): Likewise.
9251         * modules/javacomp-script (configure.ac): Likewise.
9252
9253         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
9254
9255 2006-07-30  Bruno Haible  <bruno@clisp.org>
9256
9257         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
9258         linked-list.
9259
9260 2006-07-30  Bruno Haible  <bruno@clisp.org>
9261
9262         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
9263
9264 2006-07-30  Bruno Haible  <bruno@clisp.org>
9265
9266         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9267         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
9268         get removed.
9269
9270 2006-07-29  Bruno Haible  <bruno@clisp.org>
9271
9272         Make it possible for gnulib-tool to work with locally modified or
9273         augmented gnulib repositories.
9274         * gnulib-tool (func_usage): Document --local-dir option.
9275         (local_gnulib_dir): New variable.
9276         Handle --local-dir option.
9277         (func_lookup_file): New function.
9278         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
9279         (func_get_description, func_get_filelist, func_get_description,
9280         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
9281         func_get_automake_snippet, func_get_include_directive,
9282         func_get_license, func_get_maintainer): Use func_lookup_file.
9283         (func_import, func_create_testdir): Use func_lookup_file.
9284
9285 2006-07-29  Bruno Haible  <bruno@clisp.org>
9286
9287         * modules/setenv (Depends-on): Add unistd.
9288
9289 2006-07-29  Bruno Haible  <bruno@clisp.org>
9290
9291         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
9292
9293 2006-07-29  Bruno Haible  <bruno@clisp.org>
9294
9295         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
9296
9297 2006-07-29  Bruno Haible  <bruno@clisp.org>
9298
9299         * gnulib-tool (import, update): If there is no Makefile.am, look at
9300         aclocal.m4, instead of bailing out.
9301
9302 2006-07-29  Bruno Haible  <bruno@clisp.org>
9303
9304         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
9305         Categorize the options by when they are useful.
9306
9307 2006-07-29  Bruno Haible  <bruno@clisp.org>
9308
9309         * gnulib-tool (func_usage): Document option --no-libtool.
9310         Handle option --no-libtool.
9311         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
9312         for changed semantics of $libtool variable.
9313         (func_import): Likewise. If libtool is not used, show this through
9314         an option --no-libtool.
9315         (func_create_testdir): Update.
9316
9317 2006-07-29  Bruno Haible  <bruno@clisp.org>
9318
9319         * gnulib-tool (func_import): Extend error message about missing
9320         --doc-base.
9321
9322 2006-07-29  Bruno Haible  <bruno@clisp.org>
9323
9324         * gnulib-tool (func_import): Don't create the $docbase directory if
9325         there is no file to store there.
9326
9327 2006-07-29  Bruno Haible  <bruno@clisp.org>
9328
9329         * gnulib-tool (autoconf_minversion): If a --dir option is given and
9330         relevant, look for configure.ac there, not in the current directory.
9331         Also use a simple search for AC_PREREQ, not "autoconf --trace".
9332
9333 2006-07-29  Bruno Haible  <bruno@clisp.org>
9334
9335         * gnulib-tool (SORT): New variable.
9336         (func_usage): Undocument --assume-autoconf option.
9337         Remove --assume-autoconf option handling.
9338         (autoconf_minversion): Determine from the contents of configure.ac.
9339         (func_import): Remove autoconf_minversion handling.
9340         Suggested by Eric Blake.
9341
9342 2006-07-29  Bruno Haible  <bruno@clisp.org>
9343
9344         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
9345
9346 2006-07-29  Bruno Haible  <bruno@clisp.org>
9347
9348         * config/srclist.txt (*setenv.[ch]): Remove rules.
9349
9350 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9351
9352         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
9353
9354 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9355
9356         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
9357         arpa/inet.h.
9358
9359 2006-07-28  Simon Josefsson  <jas@extundo.com>
9360
9361         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
9362         * modules/inet_pton (Depends-on): Likewise.
9363
9364 2006-07-28  Simon Josefsson  <jas@extundo.com>
9365
9366         * m4/netinet_in_h.m4: New file.
9367
9368 2006-07-28  Simon Josefsson  <jas@extundo.com>
9369
9370         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
9371         #include's.
9372
9373 2006-07-28  Simon Josefsson  <jas@extundo.com>
9374
9375         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
9376         #include's.
9377
9378 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
9379
9380         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
9381         setgid on directories only if they set these bits.
9382         * lib/modechange.h: Remove obsolete comment about masks.
9383
9384 2006-07-28  Eric Blake  <ebb9@byu.net>
9385
9386         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
9387         macro expansion.
9388
9389 2006-07-28  Bruno Haible  <bruno@clisp.org>
9390
9391         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
9392
9393 2006-07-28  Bruno Haible  <bruno@clisp.org>
9394
9395         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
9396
9397 2006-07-28  Bruno Haible  <bruno@clisp.org>
9398
9399         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
9400         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
9401         Define fallbacks.
9402         Avoids link error on FreeBSD 4.x.
9403         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
9404
9405         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
9406         encoding.
9407         * lib/mbswidth.c (iswcntrl): Likewise.
9408
9409 2006-07-27  Bruno Haible  <bruno@clisp.org>
9410
9411         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
9412         test.
9413
9414 2006-07-27  Bruno Haible  <bruno@clisp.org>
9415
9416         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
9417         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
9418         defined.
9419
9420 2006-07-26  Eric Blake  <ebb9@byu.net>
9421
9422         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
9423
9424 2006-07-26  Eric Blake  <ebb9@byu.net>
9425
9426         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
9427         like mingw that lack mkstemp.
9428         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
9429         avoid compilation warning on mingw.
9430
9431 2006-07-26  Bruno Haible  <bruno@clisp.org>
9432
9433         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
9434         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
9435         INT_FAST*_MIN, INTPTR_MIN.
9436
9437 2006-07-25  Bruno Haible  <bruno@clisp.org>
9438
9439         * modules/version-etc (Depends-on): Add stdarg.
9440
9441 2006-07-25  Bruno Haible  <bruno@clisp.org>
9442
9443         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
9444         complex commands.
9445
9446 2006-07-25  Bruno Haible  <bruno@clisp.org>
9447
9448         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
9449         defined in <stdarg.h> or config.h.
9450
9451 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
9452
9453         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
9454         (gl_STDIO_SAFER): Remove.
9455
9456 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
9457
9458         * MODULES.html.sh (File stream based Input/Output):
9459         Add fopen-safer, tmpfile-safer; remove stdio-safer.
9460         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
9461         * modules/fopen-safer, modules/tmpfile-safer: New files.
9462         * modules/stdio-safer: Remove.
9463
9464 2006-07-24  Bruno Haible  <bruno@clisp.org>
9465
9466         * modules/tmpdir: New file.
9467         * MODULES.html.sh (File system functions): Add it.
9468
9469 2006-07-24  Bruno Haible  <bruno@clisp.org>
9470
9471         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
9472         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
9473
9474 2006-07-24  Bruno Haible  <bruno@clisp.org>
9475
9476         * modules/clean-temp: New file.
9477
9478 2006-07-24  Bruno Haible  <bruno@clisp.org>
9479
9480         * m4/tmpdir.m4: New file, from GNU gettext.
9481
9482 2006-07-24  Bruno Haible  <bruno@clisp.org>
9483
9484         * lib/tmpdir.h: New file, from GNU gettext.
9485         * lib/tmpdir.c: New file, from GNU gettext.
9486
9487 2006-07-24  Bruno Haible  <bruno@clisp.org>
9488
9489         * lib/clean-temp.h: New file, from GNU gettext.
9490         * lib/clean-temp.c: New file, from GNU gettext.
9491
9492 2006-07-23  Eric Blake  <ebb9@byu.net>
9493
9494         * modules/stdio-safer (Files): Add tmpfile-safer.c.
9495         (Depends-on): Add binary-io.
9496
9497 2006-07-23  Eric Blake  <ebb9@byu.net>
9498
9499         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
9500
9501 2006-07-23  Eric Blake  <ebb9@byu.net>
9502
9503         * lib/tmpfile-safer.c: New file.
9504         * lib/stdio-safer.h (fopen_safer): Add prototype.
9505         * lib/stdio--.h (tmpfile): Make safer.
9506
9507 2006-07-23  Bruno Haible  <bruno@clisp.org>
9508
9509         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
9510         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
9511         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
9512         gl_linked_remove_at): Use it.
9513
9514 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9515         and Simon Josefsson <jas@extundo.com>
9516
9517         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
9518
9519         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
9520
9521 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
9522
9523         * modules/close-stream: New file.
9524         * modules/closeout (Description): Make it clear that it exits
9525         with a diagnostic on error.
9526         (Depends-on): Add close-stream.  Remove fpending, stdbool.
9527         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
9528
9529 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
9530
9531         * m4/close-stream.m4: New file.
9532
9533 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
9534
9535         * lib/close-stream.c, lib/close-stream.h: New files.
9536
9537 2006-07-22  Bruno Haible  <bruno@clisp.org>
9538
9539         Merge from GNU gettext 0.15.
9540
9541         2006-05-01  Bruno Haible  <bruno@clisp.org>
9542
9543                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
9544
9545         2006-07-22  Bruno Haible  <bruno@clisp.org>
9546
9547                 * modules/javaversion: New file.
9548                 * MODULES.html.sh (Java): Add javaversion.
9549
9550         2006-03-12  Bruno Haible  <bruno@clisp.org>
9551
9552                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
9553
9554         2005-12-04  Bruno Haible  <bruno@clisp.org>
9555
9556                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
9557                 (untested).
9558
9559         2006-06-21  Bruno Haible  <bruno@clisp.org>
9560
9561                 Avoid warnings from recent versions of mcs.
9562                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
9563                 -o, -L, -r any more. Use options documented since mcs-1.0
9564                 instead. Similarly for -g.
9565
9566         2005-12-04  Bruno Haible  <bruno@clisp.org>
9567
9568                 * build-aux/csharpcomp.sh.in: Suffix for resources is
9569                 .resources, not .resource.
9570
9571         2005-07-09  Bruno Haible  <bruno@clisp.org>
9572
9573                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
9574                 add a .dll suffix.
9575                 Reported by Mark Junker <mjscod@gmx.de>.
9576
9577         2006-07-22  Bruno Haible  <bruno@clisp.org>
9578
9579                 * modules/gettext: Upgrade to gettext-0.15.
9580                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
9581                 m4/visibility.m4.
9582                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
9583
9584 2006-07-22  Bruno Haible  <bruno@clisp.org>
9585
9586         Merge from GNU gettext 0.15.
9587
9588         2006-03-25  Bruno Haible  <bruno@clisp.org>
9589
9590                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
9591
9592         2006-07-21  Bruno Haible  <bruno@clisp.org>
9593
9594                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
9595                 "1.1".
9596
9597         2006-05-09  Bruno Haible  <bruno@clisp.org>
9598
9599                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
9600                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
9601                 for the conftestver execution.
9602
9603         2006-05-01  Bruno Haible  <bruno@clisp.org>
9604
9605                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
9606                 optional target-version argument. Verify that the compiler
9607                 groks source of the specified source-version, or add -source
9608                 option as necessary. Verify that the compiler produces
9609                 bytecode in the specified target-version, or add -target and
9610                 -source options as necessary. Make the result of the test
9611                 available as variable CONF_JAVAC. Also log error output in
9612                 config.log.
9613
9614         2006-03-11  Bruno Haible  <bruno@clisp.org>
9615
9616                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
9617
9618         2006-05-09  Bruno Haible  <bruno@clisp.org>
9619
9620                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
9621                 CLASSPATH_SEPARATOR to a semicolon.
9622
9623         2006-03-12  Bruno Haible  <bruno@clisp.org>
9624
9625                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
9626                 available as variable CONF_JAVA, for subsequent autoconf
9627                 tests. Also log error output in config.log.
9628
9629         2006-07-19  Bruno Haible  <bruno@clisp.org>
9630
9631                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
9632                 that getline works on glibc2 systems. Needed to avoid trouble
9633                 in relocatable.c.
9634                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
9635
9636         2005-12-04  Bruno Haible  <bruno@clisp.org>
9637
9638                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
9639                 launcher (untested).
9640
9641         2005-12-04  Bruno Haible  <bruno@clisp.org>
9642
9643                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
9644
9645         2006-07-22  Bruno Haible  <bruno@clisp.org>
9646
9647                 * gettext.m4: Update from GNU gettext-0.15.
9648                 * nls.m4: Likewise.
9649                 * po.m4: Likewise.
9650                 * inttypes-pri.m4: Likewise.
9651                 * inttypes-h.m4: Renamed from inttypes.m4.
9652                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
9653
9654 2006-07-22  Bruno Haible  <bruno@clisp.org>
9655
9656         Merge from GNU gettext 0.15.
9657
9658         2005-07-05  Bruno Haible  <bruno@clisp.org>
9659
9660                 * printf-args.c (printf_fetchargs): Work around broken
9661                 definition of wint_t on mingw.
9662
9663         2005-02-12  Bruno Haible  <bruno@clisp.org>
9664
9665                 * xallocsa.h: Add extern "C" for C++.
9666
9667         2006-05-17  Bruno Haible  <bruno@clisp.org>
9668
9669                 Cygwin portability.
9670                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
9671
9672         2006-04-30  Bruno Haible  <bruno@clisp.org>
9673
9674                 * progreloc.c: Include <mach-o/dyld.h> if available.
9675                 (find_executable): Use _NSGetExecutablePath when possible.
9676
9677         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
9678
9679                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
9680                 function.
9681
9682         2005-12-29  Bruno Haible  <bruno@clisp.org>
9683
9684                 * progreloc.c (set_program_name_and_installdir): Fix
9685                 compilation error.
9686
9687         2005-12-04  Bruno Haible  <bruno@clisp.org>
9688
9689                 Cygwin portability.
9690                 * progreloc.c: Include <windows.h> also on Cygwin.
9691                 (find_executable): Add support for Cygwin.
9692                 (set_program_name_and_installdir): Handle also platforms with
9693                 nonempty EXEEXT.
9694
9695         2006-07-11  Bruno Haible  <bruno@clisp.org>
9696
9697                 * javacomp.c: Fix a comment.
9698                 Reported by Jim Meyering.
9699
9700         2006-04-30  Bruno Haible  <bruno@clisp.org>
9701
9702                 * javacomp.h (compile_java_class): Add source_version,
9703                 target_version arguments.
9704                 * javacomp.c: Rewritten to choose only a compiler that
9705                 respects the specified source_version and target_version.
9706
9707         2006-06-27  Bruno Haible  <bruno@clisp.org>
9708
9709                 Assume correct S_ISDIR macro.
9710                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
9711
9712         2006-07-22  Bruno Haible  <bruno@clisp.org>
9713
9714                 * javaversion.h: New file, from GNU gettext.
9715                 * javaversion.c: New file, from GNU gettext.
9716                 * javaversion.java: New file, from GNU gettext.
9717                 * javaversion.class: New file, from GNU gettext.
9718
9719         2006-05-17  Bruno Haible  <bruno@clisp.org>
9720
9721                 Cygwin portability.
9722                 * javaexec.c (execute_java_class): Test for jview program
9723                 also on Cygwin.
9724
9725         2006-04-09  Bruno Haible  <bruno@clisp.org>
9726
9727                 * fatal-signal.c: Don't include string.h.
9728                 (at_fatal_signal): Use a copying loop instead of memcpy.
9729
9730         2005-12-04  Bruno Haible  <bruno@clisp.org>
9731
9732                 * csharpexec.c: Add support for 'clix' launcher (untested).
9733                 (execute_csharp_using_sscli): New function.
9734                 (execute_csharp_program): Call it.
9735
9736         2006-06-21  Bruno Haible  <bruno@clisp.org>
9737
9738                 Avoid warnings from recent versions of mcs.
9739                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
9740                 -o, -L, -r any more. Use options documented since mcs-1.0
9741                 instead. Similarly for -g.
9742
9743         2005-07-09  Bruno Haible  <bruno@clisp.org>
9744
9745                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
9746                 add a .dll suffix.
9747                 Reported by Mark Junker <mjscod@gmx.de>.
9748
9749         2006-06-17  Bruno Haible  <bruno@clisp.org>
9750
9751                 * config.charset: Update for NetBSD 3.0.
9752
9753         2006-05-17  Bruno Haible  <bruno@clisp.org>
9754
9755                 Cygwin portability.
9756                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
9757
9758         2006-05-16  Bruno Haible  <bruno@clisp.org>
9759
9760                 * localcharset.c [CYGWIN]: Include <windows.h>.
9761                 (get_charset_aliases): For Cygwin, return the same CPxxx
9762                 aliases list as under WIN32.
9763                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
9764                 the environment variables. Fall back to GetACP().
9765
9766         2006-04-05  Bruno Haible  <bruno@clisp.org>
9767
9768                 * config.charset: Update Juan Manuel Guerrero's address.
9769
9770         2005-02-12  Bruno Haible  <bruno@clisp.org>
9771
9772                 * allocsa.h: Add extern "C" for C++.
9773
9774         2005-02-10  Bruno Haible  <bruno@clisp.org>
9775
9776                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
9777                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
9778
9779         2006-07-22  Bruno Haible  <bruno@clisp.org>
9780
9781                 * gettext.h: Update to GNU gettext-0.15.
9782
9783 2006-07-22  Bruno Haible  <bruno@clisp.org>
9784
9785         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
9786         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
9787         lib-prefix.m4, longdouble.m4, ssize_t.m4.
9788
9789 2006-07-21  Eric Blake  <ebb9@byu.net>
9790
9791         * modules/stdlib-safer: New file.
9792         * MODULES.html.sh (File stream based Input/Output): Add
9793         stdlib-safer.
9794
9795 2006-07-21  Eric Blake  <ebb9@byu.net>
9796
9797         * lib/stdlib-safer.h: New file from coreutils, required by
9798         stdlib--.h.
9799
9800 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
9801
9802         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
9803
9804 2006-07-20  Bruno Haible  <bruno@clisp.org>
9805
9806         * gnulib-tool: Recognize new option --assume-autoconf.
9807         (autoconf_minversion): New variable.
9808         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
9809
9810 2006-07-20  Bruno Haible  <bruno@clisp.org>
9811
9812         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
9813
9814 2006-07-19  Derek R. Price  <derek@ximbiot.com>
9815
9816         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
9817         Reindent and repaginate.
9818
9819 2006-07-19  Derek Price  <derek@ximbiot.com>
9820
9821         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
9822         Correct grammar.
9823
9824 2006-07-17  Bruno Haible  <bruno@clisp.org>
9825
9826         * modules/list: New file.
9827         * modules/array-list: New file.
9828         * modules/carray-list, modules/carray-list-tests: New files.
9829         * modules/linked-list, modules/linked-list-tests: New files.
9830         * modules/avltree-list, modules/avltree-list-tests: New files.
9831         * modules/rbtree-list, modules/rbtree-list-tests: New files.
9832         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
9833         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
9834         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
9835         * modules/oset: New file.
9836         * modules/array-oset: New file.
9837         * modules/avltree-oset, modules/avltree-oset-tests: New files.
9838         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
9839         * tests/test-carray_list.c: New file.
9840         * tests/test-linked_list.c: New file.
9841         * tests/test-avltree_list.c: New file.
9842         * tests/test-rbtree_list.c: New file.
9843         * tests/test-linkedhash_list.c: New file.
9844         * tests/test-avltreehash_list.c: New file.
9845         * tests/test-rbtreehash_list.c: New file.
9846         * tests/test-avltree_oset.c: New file.
9847         * tests/test-rbtree_oset.c: New file.
9848         * MODULES.html.sh (Container data structures): New section.
9849
9850 2006-07-17  Bruno Haible  <bruno@clisp.org>
9851
9852         * m4/gl_list.m4: New file.
9853
9854 2006-07-17  Bruno Haible  <bruno@clisp.org>
9855
9856         * lib/gl_list.h: New file.
9857         * lib/gl_list.c: New file.
9858         * lib/gl_array_list.h: New file.
9859         * lib/gl_array_list.c: New file.
9860         * lib/gl_carray_list.h: New file.
9861         * lib/gl_carray_list.c: New file.
9862         * lib/gl_linked_list.h: New file.
9863         * lib/gl_linked_list.c: New file.
9864         * lib/gl_anylinked_list1.h: New file.
9865         * lib/gl_anylinked_list2.h: New file.
9866         * lib/gl_avltree_list.h: New file.
9867         * lib/gl_avltree_list.c: New file.
9868         * lib/gl_anyavltree_list1.h: New file.
9869         * lib/gl_anyavltree_list2.h: New file.
9870         * lib/gl_rbtree_list.h: New file.
9871         * lib/gl_rbtree_list.c: New file.
9872         * lib/gl_anyrbtree_list1.h: New file.
9873         * lib/gl_anyrbtree_list2.h: New file.
9874         * lib/gl_anytree_list1.h: New file.
9875         * lib/gl_anytree_list2.h: New file.
9876         * lib/gl_linkedhash_list.h: New file.
9877         * lib/gl_linkedhash_list.c: New file.
9878         * lib/gl_anyhash_list1.h: New file.
9879         * lib/gl_anyhash_list2.h: New file.
9880         * lib/gl_avltreehash_list.h: New file.
9881         * lib/gl_avltreehash_list.c: New file.
9882         * lib/gl_rbtreehash_list.h: New file.
9883         * lib/gl_rbtreehash_list.c: New file.
9884         * lib/gl_anytreehash_list1.h: New file.
9885         * lib/gl_anytreehash_list2.h: New file.
9886
9887         * lib/gl_oset.h: New file.
9888         * lib/gl_oset.c: New file.
9889         * lib/gl_array_oset.h: New file.
9890         * lib/gl_array_oset.c: New file.
9891         * lib/gl_avltree_oset.h: New file.
9892         * lib/gl_avltree_oset.c: New file.
9893         * lib/gl_rbtree_oset.h: New file.
9894         * lib/gl_rbtree_oset.c: New file.
9895         * lib/gl_anytree_oset.h: New file.
9896
9897 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
9898
9899         * m4/mkancesdirs.m4: New file.
9900         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
9901         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
9902         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
9903         it.
9904
9905 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
9906
9907         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
9908         * lib/mkancesdirs.h: New files.
9909         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
9910         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
9911         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
9912         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
9913         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
9914         callers changed.  Revamp internals significantly, by not
9915         attempting to create directories that are temporarily more
9916         permissive than the final results.  Do not attempt to use
9917         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
9918         This removes some race conditions, fixes some bugs, and simplifies
9919         things.  Use new dirchownmod function to do owner and mode changes.
9920         * lib/mkdir-p.h: Likewise.
9921         * lib/modechange.c (octal_to_mode): New function.
9922         (struct mode_change): New member mentioned.
9923         (make_node_op_equals): New arg mentioned.  All callers changed.
9924         (mode_compile): Keep track of which mode bits the user has explicitly
9925         mentioned.
9926         (mode_adjust): New arg DIR, so that we implement the X op correctly.
9927         New arg PMODE_BITS, to keep track of which mode bits the user
9928         mentioned; it treats S_ISUID and S_ISGID speciall.
9929         All callers changed.
9930         * lib/modechange.h: Likewise.
9931
9932 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
9933
9934         * MODULES.html.sh: Add mkancestors.
9935         * modules/mkancesdirs: New module.
9936         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
9937         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
9938         The chdir-safer and afs files are now orphans; I'll remove them
9939         unless someone speaks up.
9940         Add lib/dirchownmod.c, lib/dirchownmod.h.
9941         (Depends-on): Remove alloca, chown, save-cwd, dirname.
9942         Add lchown, mkancesdirs.
9943         (Maintainer): Add self.
9944
9945 2006-07-15  Karl Berry  <karl@gnu.org>
9946
9947         * gnulib-tool: help message wording/arrangement.
9948
9949 2006-07-14  Simon Josefsson  <jas@extundo.com>
9950
9951         * doc/gnulib.texi (Libtool and Windows): New section.
9952
9953 2006-07-12  Simon Josefsson  <jas@extundo.com>
9954
9955         * modules/gendocs (License): Fix license, approved by Karl.
9956
9957 2006-07-12  Eric Blake  <ebb9@byu.net>
9958
9959         * MODULES.html.sh: Add gendocs.
9960
9961 2006-07-11  Eric Blake  <ebb9@byu.net>
9962
9963         * modules/fdl: New module, to install doc/fdl.texi.
9964         * MODULES.html.sh: Add new section for documentation modules.
9965         * gnulib-tool: Avoid space-tab.
9966         (--doc-base): New option, to manage files from doc.
9967
9968 2006-07-11  Eric Blake  <ebb9@byu.net>
9969
9970         * m4/absolute-header.m4: Fix comments to match recent change.
9971
9972 2006-07-11  Eric Blake  <ebb9@byu.net>
9973
9974         * gnulib-tool: List --doc-base before --tests-base.
9975
9976 2006-07-11  Derek R. Price  <derek@ximbiot.com>
9977
9978         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
9979
9980 2006-07-11  Bruno Haible  <bruno@clisp.org>
9981
9982         * README: Mention where to put documentation.
9983
9984 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9985
9986         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
9987
9988 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
9989
9990         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
9991         to stdint.m4.
9992
9993 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
9994
9995         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
9996         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
9997         "no/such/file/stdint.h" when there is no such file, so that
9998         the resulting C code can be parsed by dodgy compilers.
9999         Problems reported by Bob Proulx.
10000
10001 2006-07-10  Derek R. Price  <derek@ximbiot.com>
10002
10003         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
10004         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
10005         macros into the GNU _D_EXACT_NAMLEN.
10006         * lib/savedir.c:  Likewise.
10007         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
10008
10009 2006-07-10  Derek R. Price  <derek@ximbiot.com>
10010         and Paul Eggert  <eggert@cs.ucla.edu>
10011
10012         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
10013         * m4/savedir.m4:
10014         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
10015         macros into the GNU _D_EXACT_NAMLEN.
10016
10017 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
10018
10019         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
10020         around the absolute name, to work around a problem with the HP-UX
10021         11.23 native C compiler, reported by Bob Proulx.
10022
10023 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
10024
10025         * doc/maintain.texi, make-stds.texi: Sync from
10026         <http://savannah.gnu.org/projects/gnustandards>.
10027
10028 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
10029
10030         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
10031
10032 2006-07-09  Jim Meyering  <jim@meyering.net>
10033
10034         * m4/glob.m4: Remove a doubled word in a comment.
10035
10036 2006-07-09  Jim Meyering  <jim@meyering.net>
10037
10038         * lib/argp-pv.c: Remove a doubled word in a comment.
10039         * lib/check-version.c (check_version): Likewise.
10040         * lib/javacomp.c (compile_java_class): Likewise.
10041
10042 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
10043
10044         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
10045         for the benefit of people using Autoconf 2.60.  If you want to
10046         support older Autoconf versions you can copy m4/onceonly_2_57.m4
10047         (or m4/onceonly.m4, if pre-2.57) manually.
10048
10049 2006-07-08  Jim Meyering  <jim@meyering.net>
10050
10051         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
10052         comment.
10053         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
10054         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
10055         comment.
10056
10057 2006-07-08  Jim Meyering  <jim@meyering.net>
10058
10059         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
10060
10061 2006-07-07  Simon Josefsson  <jas@extundo.com>
10062
10063         * tests/test-crc.c: Change expected crc value, the test vector
10064         were probably computed using the old broken crc.c?
10065
10066 2006-07-06  Simon Josefsson  <jas@extundo.com>
10067
10068         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
10069         now the canonical place for the M4 file).
10070
10071         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
10072         from the sys_socket dependency now.
10073
10074         * modules/inet_pton (Files): Ditto.
10075
10076         * modules/inet_ntop (Files): Ditto.
10077
10078 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
10079
10080         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
10081         not gl_PREREQ_GETUSERSHELL.
10082
10083 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10084
10085         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
10086         with only one argument, for Autoconf 2.60.
10087         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
10088         expand to nothing, so add a shell command to avoid syntax error.
10089         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
10090
10091 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10092
10093         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
10094
10095 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
10096
10097         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
10098         no longer needed.  Check for isblank decl.
10099         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
10100         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
10101         of existence.
10102
10103 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
10104
10105         * lib/getloadavg.c: Use __VMS, not VMS.
10106         * lib/getopt.c: Likewise.
10107         * lib/getpagesize.h: Likewise.
10108         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
10109         and probably does not work.
10110
10111 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
10112
10113         * lib/.cppi-disable: Add wcwidth.
10114         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
10115         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
10116         (ISGRAPH): Remove.  All uses changed to isgraph.
10117         (FOLD) [!defined _LIBC]: Remove special case.
10118         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
10119         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
10120         HAVE_ISBLANK.
10121         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
10122         case.
10123
10124 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
10125
10126         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
10127         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
10128         brackets.  Other minor changes to suppress some compiler
10129         warnings.
10130
10131 2006-07-06  Derek R. Price  <derek@ximbiot.com>
10132         and Paul Eggert  <eggert@cs.ucla.edu>
10133
10134         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
10135         of invoking obsolescent AC_HEADER_DIRENT macro.
10136         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
10137         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
10138         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
10139         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
10140         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
10141         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
10142         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
10143         * m4/readdir.m4: Remove; no longer needed.
10144
10145 2006-07-06  Derek R. Price  <derek@ximbiot.com>
10146         and Paul Eggert  <eggert@cs.ucla.edu>
10147
10148         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
10149         Don't worry about this obsolete case any more.
10150         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
10151         directories.
10152         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
10153         worry about this obsolete case any more.
10154         * lib/fts.c: Likewise.
10155         * lib/getcwd.c: Likewise.
10156         * lib/glob.h: Likewise.
10157         * lib/savedir.c: Likewise.
10158
10159 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
10160
10161         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
10162         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
10163         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
10164         needed.
10165         All uses removed.
10166         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
10167         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
10168         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
10169         needed.
10170         * m4/getdate.m4 (gl_GETDATE): Likewise.
10171         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
10172         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
10173         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
10174         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
10175         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
10176         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
10177         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
10178         needed.
10179
10180 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
10181
10182         * lib/memcasecmp.c: Include <limits.h>.
10183         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
10184         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
10185         Don't assume isdigit succeeds only on '0' through '9'.
10186
10187 2006-07-05  Eric Blake  <ebb9@byu.net>
10188
10189         * modules/getaddrinfo (Depends-on): Add snprintf.
10190
10191 2006-07-05  Eric Blake  <ebb9@byu.net>
10192
10193         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
10194         to avoid 'header present but could not be compiled' on cygwin.
10195
10196 2006-07-05  Eric Blake  <ebb9@byu.net>
10197
10198         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
10199         missing from netdb.h.
10200         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
10201
10202 2006-07-05  Derek R. Price  <derek@ximbiot.com>
10203
10204         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
10205         no longer needed.
10206         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
10207         * m4/getdate.m4 (gl_GETDATE): Likewise.
10208         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
10209         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
10210         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
10211         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
10212         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
10213
10214 2006-07-05  Derek R. Price  <derek@ximbiot.com>
10215
10216         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
10217         All uses of is_space replaced by isspace.
10218         * lib/exit.h: Don't talk about STDC_HEADERS.
10219         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
10220         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
10221         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
10222         replaced by isprint etc.
10223         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
10224         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
10225         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
10226         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
10227         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
10228         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
10229
10230 2006-07-05  Bruno Haible  <bruno@clisp.org>
10231
10232         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
10233         the function exists, before testing against AIX.
10234         Reported by Martin Lambers <marlam@marlam.de>.
10235
10236 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
10237
10238         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
10239         From Mark D. Baushke.
10240
10241 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
10242
10243         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
10244         to the absolute name, not just one, to bypass Sun C 5.8's
10245         "warning: #include of /usr/include/... may be non-portable".
10246
10247 2006-07-04  Eric Blake  <ebb9@byu.net>
10248
10249         * modules/dirname-tests: New test module.
10250         * tests/test-dirname.c: New file, replacing dirname.c
10251         TEST_DIRNAME section that was recently deleted.
10252
10253 2006-07-04  Bruno Haible  <bruno@clisp.org>
10254
10255         Assume ANSI C header files and <ctype.h> functions.
10256         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
10257         (mbsnwidth): Use isprint, iscntrl instead.
10258
10259 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
10260
10261         Merge from coreutils.
10262         * MODULES.html.sh: Add xstrtold.
10263         * modules/xstrtold: New file.
10264         * modules/cycle-check (Files): Add lib/same-inode.h.
10265         * modules/dirname (Files): Add m4/double-slash-root.m4.
10266         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
10267         * modules/mkdir-p (Files): Add lib/same-inode.h.
10268         * modules/same (Files): Add lib/same-inode.h.
10269
10270 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
10271
10272         * m4/absolute-header.m4: Renamed from full-header-path.m4.
10273         This is to keep the terminology clean; POSIX talks about
10274         "absolute pathnames", not "full pathnames", but the GNU
10275         Coding Standards say to use "path" for something else;
10276         so use "absolute" to keep both sides happy.
10277         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
10278         Set gl_absolute_header, not gl_full_header_path.
10279         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
10280         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
10281         All uses changed.
10282
10283         Merge from coreutils.
10284
10285         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
10286
10287         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
10288         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
10289         want to require the building of c-strtod.o.
10290         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
10291         needs -lm directly.
10292         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
10293
10294         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
10295
10296         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
10297         --as-needed option if available.  Problem reported by Albert Chin in
10298         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
10299         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
10300         cc merely issues a bunch of annoying warnings for --as-needed
10301         (this problem was reported by Bob Proulx).  Also, try linking with
10302         -lm to detect a bug in binutils 2.16 (this problem was reported
10303         by Ralf Wildenhues).
10304
10305         2006-06-18  Jim Meyering  <jim@meyering.net>
10306
10307         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
10308         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
10309         macro.
10310         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
10311         also check for glibc-2.4's abort-inducing bug.
10312
10313         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
10314         Low-probability clean-up should be to use rmdir to get rid of
10315         the just-created directory, not unlink.
10316
10317         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
10318         configure fail, and request a bug report to inform us about it.
10319         Add a comment that, barring reports to the contrary, in 2007 we'll
10320         assume ftruncate is universally available.
10321
10322         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
10323
10324         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
10325
10326         2006-03-12  Jim Meyering  <jim@meyering.net>
10327
10328         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
10329         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
10330         * m4/same.m4 (gl_SAME): Likewise.
10331         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
10332
10333         2006-03-11  Eric Blake  <ebb9@byu.net>
10334
10335         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
10336         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
10337         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
10338         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
10339
10340 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
10341
10342         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
10343         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
10344         reported by Mark D. Baushke, one in
10345         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
10346
10347         Merge from coreutils.
10348
10349         * lib/.cppi-disable: Add stdint_.h.
10350         * lib/.cvsignore: Add stdint.h.
10351
10352         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
10353
10354         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
10355         both double and long double versions.
10356         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
10357         * lib/xstrtold.c: New file.
10358         * lib/xstrtod.h (xstrtold): New decl.
10359
10360         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
10361
10362         * lib/filemode.c (setst): Remove.
10363         (strmode): Rewrite to avoid setst.  This makes the code shorter,
10364         (arguably) clearer, and the generated code is a bit smaller on my
10365         Debian GNU/Linux stable x86 host.
10366
10367         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
10368
10369         * lib/filemode.c: Include "filemode.h" first, to test the interface.
10370         Assume that filemode.h includes sys/types.h and sys/stat.h.
10371         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
10372         (ftypelet): Reorder to put common cases first, for efficiency.
10373         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
10374         to do 'M'.
10375         (strmode): Renamed from mode_string, and now stores 12 bytes instead
10376         of 10, for compatibility with FreeBSD.  All callers changed.
10377         (filemodestring): Now stores 12 bytes instead of 10, and sets file
10378         types that can't be deduced solely from st_mode.  First arg is now a
10379         const pointer.
10380         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
10381         (strmode): Renamed from mode_string.
10382         (filemodestring): New decl.
10383         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
10384         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
10385         needed.
10386         (S_ISPORT, S_ISWHT): New macros, if not already defined.
10387
10388         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
10389
10390         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
10391         fsusage.h now does that.  Include fsusage.h first, to test interface.
10392         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
10393         at most one method (the old code could have generated decls that
10394         didn't conform to C89, not that this was ever exercised).
10395         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
10396
10397         2006-03-19  Jim Meyering  <jim@meyering.net>
10398
10399         Work even in a chroot where d_ino values for entries in "/"
10400         don't match the stat.st_ino values for the same names.
10401         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
10402         number, iterate through all entries again, using lstat instead.
10403         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
10404         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
10405
10406         * lib/getcwd.c (__getcwd): Clarify a comment.
10407         Use memcpy in place of a call to strcpy.
10408
10409         2006-03-12  Jim Meyering  <jim@meyering.net>
10410
10411         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
10412         matches that of the current directory (which we're about to chdir ".."
10413         out of), then save the dev-ino of the parent, instead.
10414
10415         * lib/same-inode.h (SAME_INODE): New file/macro.
10416         * lib/chdir-safer.c (SAME_INODE): Remove definition.
10417         Include "same-inode.h", instead.
10418         * lib/same.c: Likewise.
10419         * lib/cycle-check.h: Include "same-inode.h".
10420         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
10421         * lib/cycle-check.c (SAME_INODE): Remove definition.
10422         * lib/root-dev-ino.h: Include "same-inode.h".
10423
10424         2006-03-11  Eric Blake  <ebb9@byu.net>
10425
10426         * lib/same.c (same_name): s/base_name/last_component/
10427         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
10428         * lib/filenamecat.c (file_name_concat): Likewise.
10429
10430         2006-03-11  Eric Blake  <ebb9@byu.net>,
10431                     Paul Eggert  <eggert@cs.ucla.edu>
10432
10433         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
10434         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
10435         drive prefix.
10436         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
10437         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
10438         (last_component): New method.
10439         * lib/dirname.c (dir_len): Determine when drive letters need a
10440         subsequent slash.  Preserve // when it is special.
10441         (dir_name): Don't append dot when drive letter is absolute.
10442         [TEST_DIRNAME]: Move into a full-blown gnulib test.
10443         * lib/basename.c (base_name): New semantics - malloc the result.
10444         Preserve // when it is special.  Preserve relative files that look
10445         like drive letters.
10446         (base_len): Preserve // when it is special.
10447         (last_component): New method, similar to old base_name semantics.
10448         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
10449         base_name.  Strip redundant slashes from ///.
10450
10451 2006-07-03  Jim Meyering  <jim@meyering.net>
10452
10453         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
10454         macro is used before the first cycle_check call.
10455
10456 2006-07-03  Eric Blake  <ebb9@byu.net>
10457
10458         * modules/dirname (Depends-on): Add xstrndup.
10459
10460 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
10461
10462         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
10463         test cases, so that config.log is a bit easier to follow.
10464
10465 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
10466
10467         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
10468         both are 64 bits, since this seems to be the tradition, and this
10469         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
10470         we ever run into a host that prefers long long to long in this
10471         case, we'll need another configure-time test.  Problem reported by
10472         Jim Meyering.
10473
10474 2006-07-02  Eric Blake  <ebb9@byu.net>
10475
10476         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
10477
10478 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
10479
10480         * modules/inttypes (Depends-on): No longer depends on stdint.
10481         * modules/stdint (Description): Say more about assumptions.
10482         Say that the fast types might differ.  Say macros are used.
10483         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
10484         (Makefile.am): Revise list of substituted symbols to match
10485         new stdint.m4.
10486         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
10487         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
10488         * tests/test-stdint.c (verify_same_types)
10489         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
10490         the code conforms to C99/C89.
10491         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
10492         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
10493
10494 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
10495
10496         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
10497         but fix a bug, by requiring at least 64 bits.
10498         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
10499         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
10500         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
10501         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
10502
10503         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
10504         changes.  Make 2.59 a prerequisite.  Check and substitute for
10505         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
10506         inttypes.h.  Do not use special include files; just use the
10507         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
10508         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
10509         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
10510         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
10511         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
10512         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
10513         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
10514         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
10515         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
10516         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
10517         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
10518         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
10519         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
10520         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
10521         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
10522         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
10523         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
10524         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
10525         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
10526         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
10527         WINT_MAX.  Check for C99 conformance more strictly, by detecting
10528         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
10529         not check for things that C99 does not require, e.g., int8_t.  If
10530         a test isn't needed unless <stdint.h> isn't working, and is
10531         unlikely to be needed for any other reason, then don't do it
10532         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
10533         size_t, since we assume C89 freestanding at least.  Do not check
10534         for sig_atomic_t, wchar_t, or wint_t, since the code now does
10535         the right thing even if the types are not defined.  Instead use:
10536         (gl_STDINT_TYPE_PROPERTIES): New macro.
10537         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
10538         testing whether <sys/types.h> clashes, as Autoconf does this for
10539         us now.  All uses removed.
10540         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
10541         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
10542         (gl_CHECK_TYPE_SAME):
10543         Remove; no longer needed.
10544         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
10545         exists, since we'll return 0 anyway in that case.
10546         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
10547
10548 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
10549
10550         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
10551         possible collision with system files.
10552         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
10553         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
10554         WCHAR_MIN and WCHAR_MAX in this case.
10555         (<stddef.h>): Do not include; no longer needed.
10556         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
10557         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
10558         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
10559         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
10560         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
10561         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
10562         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
10563         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
10564         !defined(__c99))]: Include in this case too, since it's harmless
10565         now.
10566         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
10567         dangerous to do so.
10568         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
10569         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
10570         (_STDINT_MIN, _STDINT_MAX): New macros.
10571         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
10572         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
10573         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
10574         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
10575         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
10576         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
10577         macros, not typedefs; this simplifies things quite a bit.
10578         Use long int for all types narrower than int64_t.
10579         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
10580         Define in terms of long long int or int64_t or long int,
10581         not int64_t or int32_t.  This saves some compile-time testing.
10582         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
10583         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
10584         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
10585         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
10586         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
10587         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
10588         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
10589         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
10590         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
10591         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
10592         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
10593         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
10594         undef any previous version and define our own version, for
10595         simplicity and consistency with the new macros for types.
10596         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
10597         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
10598         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
10599         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
10600         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
10601         @WINT_T_SUFFIX@ to keep things simple here.
10602         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
10603         Simplify by assuming typical 8/16/32/64 host, since we're
10604         already doing that elsewhere anyway.
10605         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
10606         and assume long long int is 64 bits if available.  This
10607         speeds up 'configure'.
10608
10609 2006-07-01  Eric Blake  <ebb9@byu.net>
10610
10611         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
10612         Reported by Andreas Buening.
10613
10614 2006-07-01  Eric Blake  <ebb9@byu.net>
10615
10616         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
10617
10618 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
10619
10620         * lib/getaddrinfo.c: fixed typo
10621
10622 2006-06-29  Jim Meyering  <jim@meyering.net>
10623
10624         * modules/strftime (Maintainer): Add my name, since with the
10625         FPRINTFTIME changes strftime.c has forked from glibc.
10626
10627 2006-06-29  Eric Blake  <ebb9@byu.net>
10628
10629         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
10630
10631 2006-06-29  Eric Blake  <ebb9@byu.net>
10632
10633         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
10634
10635 2006-06-29  Eric Blake  <ebb9@byu.net>
10636
10637         * lib/stat_.h: New file.
10638
10639 2006-06-29  Eric Blake  <ebb9@byu.net>
10640
10641         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
10642         unused static function.
10643
10644 2006-06-29  Eric Blake  <ebb9@byu.net>
10645
10646         * doc/functions.texi (Function Portability): Document missing lstat
10647         on mingw.
10648
10649 2006-06-29  Eric Blake  <ebb9@byu.net>
10650
10651         * MODULES.html.sh: Add sys_stat.
10652         * modules/sys_stat: New module.
10653         * modules/mkstemp (Depends-on): Add sys_stat.
10654
10655 2006-06-29  Derek R. Price  <derek@ximbiot.com>
10656
10657         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
10658
10659 2006-06-29  Derek R. Price  <derek@ximbiot.com>
10660
10661         * m4/c-bs-a.m4: Removed.
10662
10663 2006-06-29  Derek R. Price  <derek@ximbiot.com>
10664
10665         * lib/strftime.c: Assume strftime() exists.
10666
10667 2006-06-29  Derek Price  <derek@ximbiot.com>
10668
10669         * modules/c-bs-a: Removed - \a is C89.
10670         * MODULES.html.sh: Remove c-bs-a.
10671
10672 2006-06-29  Bruno Haible  <bruno@clisp.org>
10673
10674         * modules/wcwidth (License): Change to LGPL.
10675
10676 2006-06-28  Simon Josefsson  <jas@extundo.com>
10677
10678         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
10679         on _WIN32.
10680
10681         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
10682         getnameinfo.
10683
10684 2006-06-28  Simon Josefsson  <jas@extundo.com>
10685
10686         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
10687
10688 2006-06-28  Simon Josefsson  <jas@extundo.com>
10689
10690         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
10691         functions there.  It will succeed on Windows XP, but on Windows
10692         2000 and (presumably) earlier, it will fail, and use the internal
10693         re-implementation.
10694         (use_win32_p): New function.
10695         (getaddrinfo): Use strtoul on servname, to support numeric ports.
10696         Support AI_NUMERICSERV to disable getservbyname.
10697         (getnameinfo): New function, only supports
10698         NI_NUMERICHOST|NI_NUMERICSERV for now.
10699
10700         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
10701         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
10702         getnameinfo.
10703
10704 2006-06-28  Eric Blake  <ebb9@byu.net>
10705
10706         * modules/wcwidth: New file.
10707         * modules/mbchar (Depends-on): Add wcwidth.
10708         * modules/mbswidth (Depends-on): Add wcwidth.
10709         * MODULES.html.sh: Add wcwidth.
10710
10711 2006-06-28  Eric Blake  <ebb9@byu.net>
10712
10713         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
10714         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
10715
10716 2006-06-28  Eric Blake  <ebb9@byu.net>
10717
10718         * lib/xvasprintf.h: Fix comments.
10719
10720 2006-06-28  Eric Blake  <ebb9@byu.net>
10721
10722         * lib/mbchar.h (wcwidth): Include wcwidth.h.
10723         * lib/mbswidth.c (wcwidth): Move from here...
10724         * lib/wcwidth.h: ...to this new file.
10725
10726 2006-06-28  Derek R. Price  <derek@ximbiot.com>
10727
10728         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
10729
10730         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
10731         it's obsolete.
10732         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
10733
10734 2006-06-28  Derek R. Price  <derek@ximbiot.com>
10735
10736         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
10737         Autoconf 2.60 says this stuff was obsolete.
10738
10739 2006-06-28  Bruno Haible  <bruno@clisp.org>
10740
10741         * modules/wcwidth (Files): Add m4/wchar_t.m4.
10742
10743 2006-06-28  Bruno Haible  <bruno@clisp.org>
10744
10745         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
10746         gt_TYPE_WCHAR_T.
10747
10748 2006-06-28  Bruno Haible  <bruno@clisp.org>
10749
10750         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
10751         declaration for wcwidth.
10752         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
10753
10754 2006-06-28  Bruno Haible  <bruno@clisp.org>
10755
10756         * lib/mkdtemp.c [MINGW]: Include <io.h>.
10757         (mkdir): Define using _mkdir.
10758
10759 2006-06-28  Bruno Haible  <bruno@clisp.org>
10760
10761         * lib/getaddrinfo.h: Fix POSIX URL.
10762         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
10763         _WIN32.
10764         (use_win32_p): Make static.
10765         (getaddrinfo): Reject service name if it is empty or does not consist
10766         solely of decimal digits, or if its value is > 65535.
10767         (getnameinfo): Remove useless casts.
10768
10769 2006-06-27  Simon Josefsson  <jas@extundo.com>
10770
10771         * modules/sys_select: New file, suggested by Bruno Haible, Paul
10772         Eggert and Martin Lambers.
10773
10774 2006-06-27  Simon Josefsson  <jas@extundo.com>
10775
10776         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
10777         Eggert and Martin Lambers.
10778
10779 2006-06-27  Bruno Haible  <bruno@clisp.org>
10780
10781         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
10782         result to 0, not to empty.
10783         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
10784
10785 2006-06-27  Bruno Haible  <bruno@clisp.org>
10786
10787         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
10788
10789 2006-06-26  Simon Josefsson  <jas@extundo.com>
10790
10791         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
10792         present.
10793
10794 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
10795
10796         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
10797         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
10798         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
10799
10800 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
10801
10802         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
10803
10804 2006-06-26  Bruno Haible  <bruno@clisp.org>
10805
10806         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
10807
10808 2006-06-26  Bruno Haible  <bruno@clisp.org>
10809
10810         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
10811
10812 2006-06-26  Bruno Haible  <bruno@clisp.org>
10813
10814         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
10815         SGI C compiler in pre-C99 mode.
10816         Suggested by Mark D. Baushke and Larry Jones.
10817
10818 2006-06-26  Bruno Haible  <bruno@clisp.org>
10819
10820         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
10821         WCHAR_MAX.
10822         Reported by Mark D. Baushke and Larry Jones.
10823
10824 2006-06-26  Bruno Haible  <bruno@clisp.org>
10825
10826         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
10827         in pre-C99 mode.
10828         Suggested by Mark D. Baushke and Larry Jones.
10829
10830 2006-06-23  Simon Josefsson  <jas@extundo.com>
10831             Bruno Haible  <bruno@clisp.org>
10832
10833         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
10834         Emit mostlyclean-local rule.
10835         (func_emit_tests_Makefile_am): Likewise.
10836         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
10837
10838 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
10839
10840         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
10841
10842 2006-06-23  Bruno Haible  <bruno@clisp.org>
10843
10844         * tests/test-stdint.c: Update to match ISO C 99 Technical
10845         Corrigendum 1.
10846
10847 2006-06-23  Bruno Haible  <bruno@clisp.org>
10848
10849         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
10850
10851 2006-06-23  Bruno Haible  <bruno@clisp.org>
10852
10853         * lib/stdint_.h: Treat IRIX like OpenBSD.
10854
10855 2006-06-23  Bruno Haible  <bruno@clisp.org>
10856
10857         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
10858         ISO C 99 Technical Corrigendum 1.
10859
10860 2006-06-22  Simon Josefsson  <jas@extundo.com>
10861
10862         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
10863         MinGW.
10864
10865 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
10866
10867         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
10868         needed.  Some compiler complained about some of them.  Problem reported
10869         by Larry Jones in
10870         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
10871
10872 2006-06-21  Simon Josefsson  <jas@extundo.com>
10873
10874         * tests/test-getaddrinfo.c: New file.
10875
10876         * modules/getaddrinfo-tests: New file.
10877
10878         * MODULES.html.sh: Add inet_pton.
10879
10880         * modules/inet_pton: New file.
10881
10882 2006-06-21  Simon Josefsson  <jas@extundo.com>
10883
10884         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
10885         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
10886         of using the (limited) gnulib implementation on Windows XP.
10887
10888         * m4/inet_pton.m4: New file.
10889
10890 2006-06-21  Simon Josefsson  <jas@extundo.com>
10891
10892         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
10893         variable.
10894
10895         * lib/socket_.h: Don't define WINVER.
10896
10897         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
10898         slightly modified to work in gnulib.
10899
10900 2006-06-21  Simon Josefsson  <jas@extundo.com>
10901
10902         * doc/gnulib.texi (Windows sockets): Add.
10903
10904 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
10905
10906         * lib/read-file.c (fread_file): Start with buffer allocation of
10907         0 bytes rather than 1 byte; this simplifies the code.
10908         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
10909         code to free buffer and save/restore errno.
10910         (internal_read_file): Remove unused local.
10911
10912 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
10913
10914         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
10915         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
10916         Problem reported by Denis Excoffier in
10917         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
10918
10919 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
10920
10921         * modules/sys_socket, modules/socklen: Include sys/types since
10922         FreeBSD 4.x's sys/socket.h needs it.
10923
10924 2006-06-19  Simon Josefsson  <jas@extundo.com>
10925
10926         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
10927
10928 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
10929
10930         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
10931
10932 2006-06-19  Bruno Haible  <bruno@clisp.org>
10933
10934         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
10935         and FULL_PATH_INTTYPES_H in angle brackets.
10936         Reported by Mark D. Baushke <mdb@gnu.org>.
10937
10938 2006-06-17  Eric Blake  <ebb9@byu.net>
10939
10940         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
10941         errno.
10942
10943 2006-06-17  Bruno Haible  <bruno@clisp.org>
10944
10945         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
10946         <sys/inttypes.h>.
10947
10948 2006-06-17  Bruno Haible  <bruno@clisp.org>
10949
10950         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
10951         whether errno is declared. Assume <errno.h> declares errno.
10952
10953 2006-06-17  Bruno Haible  <bruno@clisp.org>
10954
10955         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
10956
10957 2006-06-17  Bruno Haible  <bruno@clisp.org>
10958
10959         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
10960         problem on Solaris 2.5.1.
10961
10962 2006-06-16  Eric Blake  <ebb9@byu.net>
10963
10964         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
10965         * lib/unicodeio.c [!defined errno]: Likewise.
10966         * lib/strtol.c [!defined errno]: Likewise.
10967         * lib/strtod.c [!defined errno]: Likewise.
10968
10969 2006-06-15  Eric Blake  <ebb9@byu.net>
10970
10971         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
10972
10973 2006-06-15  Eric Blake  <ebb9@byu.net>
10974
10975         * config/srclist.txt (ssize_t.m4): Lose sync.
10976
10977 2006-06-15  Bruno Haible  <bruno@clisp.org>
10978
10979         * modules/stdint (Files): Include m4/full-header-path.m4,
10980         m4/size_max.m4, m4/wchar_t.m4.
10981         (Makefile.am): Many more substitutions.
10982         * modules/stdint-tests: New file.
10983         * tests/test-stdint.c: New file.
10984
10985 2006-06-15  Bruno Haible  <bruno@clisp.org>
10986
10987         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
10988         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
10989         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
10990         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
10991         gl_CHECK_TYPE_SAME): New macros.
10992
10993 2006-06-15  Bruno Haible  <bruno@clisp.org>
10994
10995         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
10996
10997 2006-06-15  Bruno Haible  <bruno@clisp.org>
10998
10999         * lib/stdint_.h: Rewritten to be fully auto-configured.
11000         Fixes bug on HP-UX/IA64.
11001
11002 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
11003
11004         * lib/getdate.y (__attribute__): Don't define if already defined.
11005         Problem reported by Larry Jones.
11006         * lib/utimens.c (__attribute__): Likewise.
11007
11008 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
11009
11010         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
11011         reported by Andreas Schwab.
11012
11013 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11014             Bruno Haible  <bruno@clisp.org>
11015
11016         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
11017         check for the declaration of strnlen and a run test that exposes the
11018         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
11019         rpl_strndup.
11020
11021 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11022             Bruno Haible  <bruno@clisp.org>
11023
11024         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
11025
11026 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11027
11028         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
11029         compile test, for Tru64 4.0D.
11030
11031 2006-05-28  Karl Berry  <karl@gnu.org>
11032
11033         * config/srclist.txt (printf-args.c): lose sync.
11034
11035 2006-05-26  Martin Lambers  <marlam@marlam.de>
11036
11037         * lib/getpass.c: Updates the test for the native W32 API, and adds
11038         missing includes, thus fixing compilation warnings.
11039
11040 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
11041
11042         * lib/exclude.c (exclude_fnmatch): New function.
11043         (excluded_file_name): Call exclude_fnmatch.
11044         * lib/exclude.h (excluded_file_name): New prototype
11045
11046 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
11047
11048         * lib/tempname.c (small_open, large_open): New macros.
11049         (__open, __open64) [!_LIBC]: Remove.
11050         (__gen_tempname): Use small_open and large_open instead of __open
11051         and __open64.  This fixes a portability bug on HP-UX 11.11i
11052         reported by Simon Wing-Tang in
11053         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
11054
11055 2006-05-24  Bruno Haible  <bruno@clisp.org>
11056
11057         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
11058         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
11059         Reported by Thorsten Maerz <torte@netztorte.de> via
11060         Aaron Stone <aaron@serendipity.cx>.
11061
11062 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
11063
11064         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
11065         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
11066         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
11067         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
11068         not really conditional on the cache.
11069         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
11070
11071 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
11072
11073         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
11074         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
11075         (my_usleep): Don't mishandle maximum value.
11076
11077 2006-05-19  Jim Meyering  <jim@meyering.net>
11078
11079         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
11080
11081 2006-05-17  Bruno Haible  <bruno@clisp.org>
11082
11083         Cygwin portability.
11084         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
11085
11086 2006-05-17  Bruno Haible  <bruno@clisp.org>
11087
11088         * lib/stdint_.h: Fix recognition of Cygwin.
11089
11090 2006-05-15  Bruno Haible  <bruno@clisp.org>
11091
11092         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
11093         on libtool patch by Ralf Wildenhues.
11094
11095 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
11096
11097         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
11098         test for C99 conformance; (bool) 0.5 is an integer constant
11099         expression, but (bool) -0.5 is not.  Problem reported by Fedor
11100         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
11101
11102 2006-05-11  Simon Josefsson  <jas@extundo.com>
11103
11104         * m4/xvasprintf.m4: Fix obvious typo.
11105
11106 2006-05-11  Jim Meyering  <jim@meyering.net>
11107
11108         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
11109         James Lemley.
11110
11111 2006-05-10  Simon Josefsson  <jas@extundo.com>
11112
11113         * lib/md4.c: Typo fix, update copyright years.
11114         (K1, K2): Don't use L because it turn computations into 64-bit on
11115         64-bit platforms.
11116
11117 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
11118
11119         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
11120         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
11121         unwanted sign propagation, e.g., on hosts with 64-bit int.
11122         There still are some problems with reeelly weird theoretical hosts
11123         (e.g., 33-bit int) but it's not worth worrying about now.
11124         * lib/sha1.c (rol): Likewise.
11125         (K1, K2, K3, K4): Remove unnecessary L suffix.
11126
11127 2006-05-10  Bruno Haible  <bruno@clisp.org>
11128
11129         * lib/des.c: Cast to avoid warnings.
11130
11131 2006-05-09  Bruno Haible  <bruno@clisp.org>
11132
11133         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
11134         (Depends-on): Depend also on xsize, stdarg.
11135         (configure.ac): Add gl_XVASPRINTF.
11136
11137 2006-05-09  Bruno Haible  <bruno@clisp.org>
11138
11139         * m4/xvasprintf.m4: New file.
11140
11141 2006-05-09  Bruno Haible  <bruno@clisp.org>
11142
11143         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
11144         (EOVERFLOW): Define fallback value.
11145         (xstrcat): New function.
11146         (xvasprintf): Recognize the special case of a string concatenation.
11147
11148 2006-05-08  Eric Blake  <ebb9@byu.net>
11149
11150         * gnulib-tool (func_version): Base copyright year on CVS date.
11151         (func_emit_copyright_notice): New function.
11152         (func_emit_lib_Makefile_am): Use it.
11153         (func_emit_tests_Makefile_am): Likewise.
11154         (func_import): Likewise.
11155
11156 2006-05-08  Bruno Haible  <bruno@clisp.org>
11157
11158         * modules/stdarg: New file.
11159         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
11160
11161 2006-05-08  Bruno Haible  <bruno@clisp.org>
11162
11163         * m4/stdarg.m4: New file, from GNU gettext.
11164
11165 2006-05-08  Bruno Haible  <bruno@clisp.org>
11166
11167         * config/srclist.txt (build-aux/config.rpath): different from latest
11168         release.
11169
11170 2006-05-08  Bruno Haible  <bruno@clisp.org>
11171
11172         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
11173
11174 2006-05-05  Jim Meyering  <jim@meyering.net>
11175
11176         * m4/warning.m4: New file, derived from bison's file by the same name.
11177
11178 2006-05-03  Bruno Haible  <bruno@clisp.org>
11179
11180         * lib/stdint_.h: Shorter URL.
11181         * lib/inttypes.h: Likewise.
11182
11183 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
11184
11185         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
11186
11187 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
11188
11189         * lib/verify.h: Document the internals better.  Most of this change
11190         was written by Bruno Haible.
11191
11192 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
11193
11194         * doc/verify.texi: New file, partly based on a proposal by
11195         Bruno Haible.
11196
11197 2006-05-02  Bruno Haible  <bruno@clisp.org>
11198
11199         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
11200         test from here...
11201         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
11202
11203 2006-04-29  Bruno Haible  <bruno@clisp.org>
11204
11205         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
11206         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
11207
11208 2006-04-29  Bruno Haible  <bruno@clisp.org>
11209
11210         * gnulib-tool: Make --update option actually work.
11211
11212 2006-04-29  Bruno Haible  <bruno@clisp.org>
11213
11214         * doc/gcd.texi: New file.
11215         * doc/gnulib.texi: Include it.
11216
11217 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
11218
11219         * lib/getdate.y (get_date): When adding relative date, start with the
11220         initial time, not with the result of the first mktime call.
11221
11222 2006-04-25  Bruno Haible  <bruno@clisp.org>
11223
11224         * gnulib-tool (func_import): Output the include directives in three
11225         blocks, sorted separately.
11226         Reported by Ben Pfaff <blp@cs.stanford.edu>.
11227
11228 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
11229
11230         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
11231         to define main with arguments, for C++.  Reported by Eric Blake.
11232         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
11233         Prefer 'int main ()' to 'int main (void)', for C++.
11234         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
11235         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
11236         for 'main', for C99 and C++.
11237
11238 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
11239
11240         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
11241         Don't assume that exit status -1 is valid.
11242         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
11243         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
11244         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
11245         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
11246         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
11247         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
11248         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
11249         functions can be used without declaring them, or that you can
11250         exit with status -1.
11251         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
11252
11253 2006-04-24  Karl Berry  <karl@gnu.org>
11254
11255         * config/srclist.txt (longdouble.m4): sync lost.
11256
11257 2006-04-24  Eric Blake  <ebb9@byu.net>
11258
11259         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
11260
11261 2006-04-24  Bruno Haible  <bruno@clisp.org>
11262
11263         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
11264         poll() implementation in AIX.
11265         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11266
11267 2006-04-24  Bruno Haible  <bruno@clisp.org>
11268
11269         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
11270         assigned exactly once.
11271
11272 2006-04-23  Claudio Fontana  <claudio@gnu.org>
11273             Bruno Haible  <bruno@clisp.org>
11274
11275         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
11276         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
11277         for AM_CPPFLAGS.
11278
11279 2006-04-23  Bruno Haible  <bruno@clisp.org>
11280
11281         * modules/copy-file: Depend on unistd.
11282         * modules/execute: Likewise.
11283         * modules/fatal-signal: Likewise.
11284         * modules/findprog: Likewise.
11285         * modules/mkdtemp : Likewise.
11286         * modules/pipe: Likewise.
11287         * modules/wait-process: Likewise.
11288
11289 2006-04-23  Bruno Haible  <bruno@clisp.org>
11290
11291         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
11292         condition was already detected.
11293         Reported by Ben Pfaff <blp@cs.stanford.edu>.
11294
11295 2006-04-23  Bruno Haible  <bruno@clisp.org>
11296
11297         * lib/copy-file.c: Include <unistd.h> unconditionally.
11298         * lib/execute.c: Likewise.
11299         * lib/fatal-signal.c: Likewise.
11300         * lib/findprog.c: Likewise.
11301         * lib/mkdtemp.c: Likewise.
11302         * lib/pipe.h: Likewise.
11303         * lib/pipe.c: Likewise.
11304         * lib/wait-process.h: Likewise.
11305
11306 2006-04-23  Bruno Haible  <bruno@clisp.org>
11307
11308         * gnulib-tool (func_usage): Fix --import description. Document
11309         --update.
11310         (func_import): Create temporary file in a temporary directory, if
11311         --dry-run is specified. Silence errors from 'grep' when there are no
11312         m4 files in $m4dir.
11313         (func_create_testdir): Silence errors from 'grep' when there are no
11314         m4 files in $m4dir.
11315         Reported by Karl Berry <karl@freefriends.org>.
11316
11317 2006-04-20  Bruno Haible  <bruno@clisp.org>
11318
11319         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
11320         one argument, so that the code will be portable to Autoconf 2.60.
11321         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
11322         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
11323         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
11324
11325 2006-04-19  Derek Price  <derek@ximbiot.com>
11326             Eric Blake  <ebb9@byu.net>
11327
11328         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
11329         rather than "/full/path.h".  Update comment to match.  Shorten &
11330         generalize m4_translit call via AS_TR_CPP.
11331
11332 2006-04-19  Derek Price  <derek@ximbiot.com>
11333             Eric Blake  <ebb9@byu.net>
11334
11335         * lib/inttypes.h: Correct grammar in comment.
11336
11337 2006-04-18  Derek Price  <derek@ximbiot.com>
11338             Paul Eggert  <eggert@cs.ucla.edu>
11339
11340         * modules/inttypes: New file.
11341         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
11342
11343 2006-04-18  Derek Price  <derek@ximbiot.com>
11344             Paul Eggert  <eggert@cs.ucla.edu>
11345
11346         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
11347         New files.
11348
11349 2006-04-18  Derek Price  <derek@ximbiot.com>
11350             Paul Eggert  <eggert@cs.ucla.edu>
11351
11352         * lib/inttypes.h: New file.
11353         * lib/strtoimax.c: Assume <inttypes.h>.
11354
11355 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
11356
11357         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
11358         isn't mounted.  Problem reported by Kir Kolyshkin.
11359
11360 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
11361
11362         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
11363         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
11364         Derek R. Price.
11365         * lib/regex.h (RE_DUP_MAX): Update comment to match current
11366         implementation.
11367
11368 2006-04-12  Eric Blake  <ebb9@byu.net>
11369
11370         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
11371         is now done automatically by the corresponding Autoconf macro.
11372
11373 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
11374
11375         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
11376         time_r.h.
11377
11378 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
11379
11380         Merge regex changes from libc, removing some of our
11381         POSIX-conformance changes that were rejected and redoing them in a
11382         less-intrusive way.
11383
11384         * lib/regcomp.c (re_compile_internal, init_dfa):
11385         Length arg is now size_t, not Idx.  All uses changed.
11386         (peek_token): Forward decl now says internal_function.
11387         (__re_error_msgid, __re_error_msgid_idx):
11388         Now static rather than extern with attribute_hidden.
11389         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
11390         For some reason libc prefers K&R style defns for external functions.
11391         (regerror) [!defined _LIBC]: Likewise.
11392         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
11393         (seek_collating_symbol_entry, lookup_collation_sequence_value):
11394         (build_range_exp, build_collating_symbol):
11395         Use K&R-style defn.
11396         (re_compile_fastmap): Use '\0' to memset, not 0.
11397         (utf8_sb_map): Make the calculations more obvious.
11398         (init_dfa, parse_bracket_exp, build_charclass_op):
11399         Call calloc and cast result, as glibc does.
11400         (init_word_char, fetch_token, peek_token, peek_token_bracket):
11401         (build_range_exp, build_collating_symbol):
11402         Now internal functions.
11403
11404         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
11405
11406         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
11407         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
11408         Don't depend on VMS; depend on __VMS instead, for POSIX
11409         namespace cleanness.
11410         (regoff_t): Define to ssize_t, not long int.
11411
11412         Remove the REG_ macros named below.  Instead, make the old names
11413         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
11414         __USE_GNU_REGEX.
11415         (REG_BACKSLASH_ESCAPE_IN_LISTS):
11416         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
11417         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
11418         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
11419         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
11420         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
11421         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
11422         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
11423         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
11424         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
11425         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
11426         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
11427         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
11428         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
11429         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
11430         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
11431         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
11432         (REG_NREGS):
11433         Remove.  All uses replaced by the old RE_* names.
11434         (RE_BACKSLASH_ESCAPE_IN_LISTS):
11435         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
11436         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
11437         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
11438         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
11439         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
11440         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
11441         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
11442         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
11443         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
11444         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
11445         Don't bother having these macros be independent of each others'
11446         values, since they no longer exist in the POSIX name space.
11447
11448         Rename the following member names back to their old names,
11449         unless !__USE_GNU_REGEX.  All uses changed back.
11450         (buffer): Renamed from re_buffer.
11451         (allocated): Renamed from re_allocated.
11452         (used): Renamed from re_used.
11453         (syntax): Renamed from re_syntax.
11454         (fastmap): Renamed from re_fastmap.
11455         (translate): Renamed from re_translate.
11456         (can_be_null): Renamed from re_can_be_null.
11457         (regs_allocated): Renamed from re_regs_allocated.
11458         (fastmap_accurate): Renamed from re_fastmap_accurate.
11459         (no_sub): Renamed from re_no_sub.
11460         (not_bol): Renamed from re_not_bol.
11461         (not_eol): Renamed from re_not_eol.
11462         (newline_anchor): Renamed from re_newline_anchor.
11463         (num_regs): Renamed from rm_num_regs.
11464         (start): Renamed from rm_start.
11465         (end): Renamed from rm_end.
11466
11467         (free_state): Move up a bit.
11468
11469         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
11470         #define to be empty.
11471         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
11472         when that is what is intended.
11473         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
11474         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
11475         (MAX): New macro.
11476         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
11477         All uses changed back to re_malloc, etc.  It's now the caller's
11478         responsibility to check for overflow; all callers changed.
11479         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
11480         (re_x2nrealloc): Remove.
11481         (free_state): Remove decl.
11482
11483         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
11484         (re_set_registers, re_exec):
11485         Use K&R-style defn.
11486
11487         2006-01-31  Roland McGrath  <roland@redhat.com>
11488
11489         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
11490         Reported by Mike Frysinger <vapier@gentoo.org>.
11491
11492         2006-01-15  Andreas Jaeger  <aj@suse.de>
11493
11494         [BZ #1950]
11495         * lib/regex_internal.c (re_string_reconstruct): Adjust for
11496         build_wcs_upper_buffer change.
11497         (build_wcs_upper_buffer): Change return type.
11498
11499         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
11500
11501         * lib/regex_internal.h: Include <stdint.h> if available.
11502
11503         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
11504
11505         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
11506
11507         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
11508
11509         * lib/regcomp.c: Adjust for changed secondary hash function.
11510
11511         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
11512
11513         * lib/regex.h: Pretty printing.
11514         Clean up namespace a bit.
11515
11516         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
11517
11518         * lib/regexec.c (update_cur_sifted_state, check_arrival,
11519         check_arrival_add_next_nodes): Avoid using uninitialized variable.
11520
11521         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
11522                     Ulrich Drepper  <drepper@redhat.com>
11523
11524         [BZ #1302]
11525         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
11526         changed.
11527         (bitset_word_t): Renamed from bitset_word.  All uses changed.
11528
11529         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
11530
11531         [BZ #281]
11532         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
11533         * lib/regcomp.c: Remove unnecessary uses of
11534         unsigned RE_TRANSLATE_TYPE.
11535         * lib/regex_internal.h: Likewise.
11536         * lib/regex_internal.c: Likewise.
11537         * lib/regexec.c: Likewise.
11538         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
11539
11540         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
11541
11542         * lib/regexec.c (find_recover_state): Remove unnecessary
11543         initialization.
11544         (transit_state_bkref): Make DFA a const pointer.
11545         (get_subexp): Likewise.
11546         (check_arrival): Likewise.
11547         (update_cur_sifted_state): Likewise.
11548         (re_search_internal): Likewise.
11549         (prune_impossible_nodes): Likewise.
11550         (acquire_init_state_context): Likewise.
11551         (proceed_next_node): Likewise.
11552         (set_regs): Likewise.
11553         (free_fail_stack_return): Likewise.
11554         (check_arrival_expand_ecl): Mark DFA parameter as const.
11555         (check_arrival_expand_ecl_sub): Likewise.
11556         (check_subexp_limits): Likewise.
11557         (sub_epsilon_src_nodes):  Likewise.
11558         (add_epsilon_src_nodes):  Likewise.
11559         (merge_state_array): Likewise.
11560         (update_regs): Likewise.
11561         (build_trtable): Likewise.
11562         (sift_states_backward): Mark MCTX parameter as const.
11563         (build_sifted_states): Likewise.
11564         (update_cur_sifted_state): Likewise.
11565         (sift_states_mkref): Likewise.
11566         (check_arrival_expand_ecl): Mark eclosure as const.
11567         (check_dst_limits_calc_pos_1): Likewise.
11568         * lib/regex_internal.h (re_match_context_t): Make dfa a const
11569         pointer.
11570
11571         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
11572
11573         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
11574         (transit_state_sb): Likewise.
11575         (transit_state_mb): Likewise.
11576         (sift_states_iter_mb): Likewise.
11577         (check_arrival_add_next_nodes): Likewise.
11578         (check_node_accept_bytes): Change first parameter to pointer-to-const.
11579         [_LIBC] (re_search_2_stub): Use mempcpy.
11580
11581         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
11582         mbrtowc for very simple UTF-8 case.
11583
11584         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
11585         a pointer-to-const.
11586         (re_acquire_state_context): Likewise.
11587         * lib/regex_internal.h: Adjust prototypes.
11588
11589         * lib/regex.c: Prevent using C++ compilers.
11590
11591         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
11592         (re_acquire_state_context): Likewise.
11593
11594 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
11595
11596         * modules/regex (Depends-on): Add ssize_t.
11597
11598 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
11599
11600         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
11601         translation table.
11602
11603 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
11604
11605         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
11606
11607 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
11608             Bruno Haible  <bruno@clisp.org>
11609
11610         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
11611         <sys/types.h> and <inttypes.h>.
11612
11613 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11614
11615         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
11616         `__error_t_defined', so argp.h will not typedef the former.
11617
11618 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
11619
11620         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
11621         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
11622         glibc names.  Even if glibc is changed to conform to POSIX, the
11623         traditional names will be available anyway, since regex depends on
11624         the extensions module.  Also, fix a longstanding typo in the
11625         implementation of Spencer ERE test #75 from grep 2.3.  Problems
11626         reported by Emanuele Giaquinta.  Also, change sense of cached
11627         variable, so that the message makes sense.
11628
11629 2006-03-24  Simon Josefsson  <jas@extundo.com>
11630
11631         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
11632         including some doc fixes.
11633         (base64_encode_alloc): Fix +1 bug on allocation failures.
11634
11635 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11636
11637         * lib/base64.c (base64_encode): Do not read past end of array with
11638         unsanitized input on systems with CHAR_BIT > 8.
11639
11640 2006-03-24  Eric Blake  <ebb9@byu.net>
11641
11642         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
11643
11644 2006-03-22  Karl Berry  <karl@gnu.org>
11645
11646         * config/srclist.txt (*setenv.[ch]): get from coreutils.
11647         * config/srclistvars.sh (COREUTILS): new var.
11648
11649 2006-03-17  Jim Meyering  <jim@meyering.net>
11650
11651         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
11652         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
11653
11654 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
11655
11656         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
11657         no longer needs it.  Instead, check that regoff_t is as least
11658         as wide as ptrdiff_t.
11659
11660         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
11661         so that our regex.h stays compatible with the installed regex.
11662         This is helpful for installers who configure --without-included-regex.
11663         Problem reported by Emanuele Giaquinta.
11664
11665 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
11666
11667         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
11668         Typedef to long int, not to off_, as POSIX will likely change
11669         in that direction.
11670
11671 2006-03-15  Eric Blake  <ebb9@byu.net>
11672
11673         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
11674
11675 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
11676
11677         * lib/argp-help.c (validate_uparams): Fix typo
11678         * lib/argp-parse.c (argp_default_options): Consistently begin help
11679         messages with a lowercase letter.
11680
11681 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
11682
11683         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
11684         overrun buffers and shouldn't be used (much as gets shouldn't be
11685         used).
11686         * lib/time_r.c (asctime_r, ctime_r): Likewise.
11687
11688 2006-03-08  Simon Josefsson  <jas@extundo.com>
11689
11690         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
11691         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11692
11693 2006-03-08  Simon Josefsson  <jas@extundo.com>
11694
11695         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
11696         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11697
11698 2006-03-08  Simon Josefsson  <jas@extundo.com>
11699
11700         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
11701         signal that configure disabled the device.
11702
11703 2006-03-08  Simon Josefsson  <jas@extundo.com>
11704
11705         * build-aux/maint.mk: Fix refresh-po, to handle no translated
11706         languages.
11707
11708 2006-03-07  Simon Josefsson  <jas@extundo.com>
11709
11710         * modules/getopt (Depends-on): Add unistd.
11711
11712         * modules/unistd: New file.
11713
11714 2006-03-07  Simon Josefsson  <jas@extundo.com>
11715
11716         * modules/gc-random: New file.
11717
11718 2006-03-07  Simon Josefsson  <jas@extundo.com>
11719
11720         * m4/unistd_h.m4: New file.
11721
11722 2006-03-07  Simon Josefsson  <jas@extundo.com>
11723
11724         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
11725         test to be side-effect free by storing the result in the cache
11726         variable gl_cv_lib_readline, and moving the assignment of
11727         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
11728         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11729
11730 2006-03-07  Simon Josefsson  <jas@extundo.com>
11731
11732         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
11733         error on missing devices (the functions will return an error).
11734
11735         * m4/gc.m4: Move random stuff to gc-random.m4
11736
11737 2006-03-07  Simon Josefsson  <jas@extundo.com>
11738
11739         * lib/unistd_.h: New file.
11740
11741 2006-03-07  Simon Josefsson  <jas@extundo.com>
11742
11743         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
11744
11745 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
11746
11747         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
11748         Problem reported by Juan Manuel Guerrero.
11749
11750 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
11751
11752         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
11753         the unistd module.
11754         * lib/getlogin_r.c: Likewise.
11755         * lib/getlogin_r.h: Likewise.
11756         * lib/glob.c: Likewise.
11757         * lib/pagealign_alloc.c: Likewise.
11758         * lib/unistd_.h: Remove; no longer needed.
11759
11760 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
11761
11762         * MODULES.html.sh (Support for systems lacking POSIX:2001):
11763         Add unistd.
11764         * modules/c-stack (Depends-on): Add unistd.
11765         * modules/getlogin_r: Likewise.
11766         * modules/glob: Likewise.
11767         * modules/pagealign_alloc: Likewise.
11768         * modules/unistd (Files): Remove lib/unistd_.h.
11769         (EXTRA_DIST): Remove.
11770         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
11771         need unistd_.h.
11772         (MOSTLYCLEANFILES): Remove unistd.h-t.
11773
11774 2006-03-03  Simon Josefsson  <jas@extundo.com>
11775
11776         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
11777
11778 2006-03-03  Simon Josefsson  <jas@extundo.com>
11779
11780         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
11781         libidn and bison.
11782
11783 2006-03-03  Simon Josefsson  <jas@extundo.com>
11784
11785         * build-aux/maint.mk: Add indent target.
11786
11787 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
11788
11789         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
11790         our replacement poll.h in any case, to avoid a differing
11791         declaration from a system header.  Seen on AIX.
11792
11793 2006-03-01  Simon Josefsson  <jas@extundo.com>
11794
11795         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
11796         <kasal@ucw.cz>.
11797
11798 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
11799
11800         * modules/gettime (Depends-on): Add extensions module.
11801         * modules/nanosleep (Depends-on): Likewise.
11802         * modules/settime (Depends-on): Likewise.
11803
11804 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
11805
11806         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
11807         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
11808         pedantically.
11809         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
11810         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
11811
11812         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
11813         not "==".  Reported by Ralf Wildenhues.
11814
11815 2006-03-01  Karl Berry  <karl@gnu.org>
11816
11817         * doc/Copyright/request-*: new files, synced from gnuorg.
11818
11819 2006-03-01  Karl Berry  <karl@gnu.org>
11820
11821         * config/srclist.txt (Copyright/*): new entries.
11822
11823 2006-02-28  Simon Josefsson  <jas@extundo.com>
11824
11825         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
11826
11827 2006-02-27  Simon Josefsson  <jas@extundo.com>
11828
11829         * lib/base64.h: Indent #define's.  From Jim Meyering
11830         <jim@meyering.net>.
11831
11832 2006-02-27  Jim Meyering  <jim@meyering.net>
11833
11834         Revert the change of 2006-02-24, so these files can continue
11835         to be sync'd from gettext.
11836         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
11837         of `config.h'.
11838
11839 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
11840
11841         * modules/intprops: New file.
11842         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
11843         Add intprops.
11844         * modules/getloadavg (Files): Remove lib/intprops.h.
11845         (Depends-on): Add intprops.
11846         * modules/human: Likewise.
11847         * modules/inttostr: Likewise.
11848         * modules/openat: Likewise.
11849         * modules/sig2str: Likewise.
11850         * modules/userspec: Likewise.
11851         * modules/utimecmp: Likewise.
11852         * modules/xnanosleep: Likewise.
11853         * modules/xstrtol: Likewise.
11854
11855 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
11856
11857         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
11858         * modules/lock-tests (TESTS): Use $(EXEEXT).
11859         * modules/tls-tests: Likewise.
11860         * modules/argp-tests: Likewise.
11861         (check_PROGRAMS): New var, replacing...
11862         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
11863
11864 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11865
11866         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
11867         `config.h'.
11868
11869 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
11870
11871         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
11872
11873 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11874
11875         Sync from coreutils.
11876         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
11877         gl_CHDIR_SAFER.
11878
11879 2006-02-22  Jim Meyering  <jim@meyering.net>
11880
11881         Sync from coreutils.
11882         * m4/chdir-safer.m4: New file.
11883
11884 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
11885
11886         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
11887         AT_FDCWD exceeds INT_MAX.
11888         * lib/openat.h (AT_FDCWD): Likewise.
11889
11890 2006-02-17  Eric Blake  <address@hidden>
11891
11892         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
11893
11894 2006-02-16  Simon Josefsson  <jas@extundo.com>
11895
11896         * modules/getaddrinfo (Depends-on): Add sys_socket.
11897
11898 2006-02-15  Simon Josefsson  <jas@extundo.com>
11899
11900         * build-aux/maint.mk: Add dsyntax-check rule.
11901
11902 2006-02-15  Eric Blake  <ebb9@byu.net>
11903
11904         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
11905         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
11906         'present but cannot compile' warnings on cygwin.
11907         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
11908         use ws2tcpip.h if sys/socket.h works.
11909         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
11910         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
11911
11912 2006-02-14  Simon Josefsson  <jas@extundo.com>
11913
11914         * modules/maintainer-makefile (Files): Rename.
11915
11916         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
11917         and (the local) Makefile.cfg to maint-cfg.mk.
11918
11919         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
11920         to the latter.
11921
11922         * modules/maintainer-makefile: New module.
11923
11924         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
11925         severaly stripped to make it possible to build it up from scratch
11926         with reliable tests.
11927
11928         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
11929         fixes to permit overriding the default actions when configure and
11930         makefile are not available.
11931
11932 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
11933
11934         Sync from coreutils.
11935         * modules/lstat (Depends-on): Don't depend on xalloc.
11936         (License): Change from GPL to LGPL, since this is now simply a
11937         replacement for a libc function.
11938
11939 2006-02-14  Jim Meyering  <jim@meyering.net>
11940
11941         Sync from coreutils.
11942
11943         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
11944         failure on deficient systems, and simplify gnulib lgpl dependencies.
11945         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
11946         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
11947
11948         * lib/xalloc-die.c: Remove unused definition of N_.
11949
11950 2006-02-14  Jim Meyering  <jim@meyering.net>
11951
11952         Sync from coreutils.
11953         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
11954         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
11955         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
11956         double-quote uses of that variable, to accommodate the rare case in
11957         which getmntent is available in none of the libraries checked.  This
11958         happens at least on FreeBSD 5.0.
11959
11960 2006-02-13  Simon Josefsson  <jas@extundo.com>
11961
11962         * gnulib-tool (Usage): Fix --import, from
11963         karl@freefriends.org (Karl Berry).
11964
11965 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
11966
11967         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
11968
11969 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
11970
11971         * lib/argp-namefrob.h: Restore changes accidentally lost during the
11972         "autoupdate" on 2005-12-12.
11973
11974 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
11975
11976         * modules/closeout (Depends-on): Remove atexit.
11977
11978 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
11979
11980         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
11981         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
11982
11983 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
11984
11985         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
11986         __EXTENSIONS__ if this causes compilation to fail.  Problem
11987         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
11988         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
11989
11990 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
11991
11992         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
11993         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
11994         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
11995         All uses changed.
11996
11997 2006-01-26  Simon Josefsson  <jas@extundo.com>
11998
11999         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
12000         prototype is visible on mingw32.
12001
12002         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
12003         for mingw32.
12004
12005         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
12006         mingw32).
12007
12008 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
12009
12010         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
12011         attempt to open for write; this always fails, at least on POSIX
12012         hosts.  This reinstates the 2006-01-09 change, which was
12013         inadvertently removed.
12014
12015 2006-01-26  Bruno Haible  <bruno@clisp.org>
12016
12017         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
12018         Reported by Paul Eggert.
12019
12020 2006-01-26  Bruno Haible  <bruno@clisp.org>
12021             Paul Eggert  <eggert@cs.ucla.edu>
12022
12023         * lib/stdbool_.h (_Bool)
12024         [(! (defined __cplusplus || defined __BEOS__)
12025           && !defined __GNUC__
12026           && !(defined __HP_cc || defined __xlc__
12027                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
12028                || defined __sgi))]:
12029         #define to signed char in these cases too; this simplifies
12030         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
12031         etc., separately) and makes it more conservative.
12032
12033 2006-01-25  Simon Josefsson  <jas@extundo.com>
12034
12035         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
12036         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
12037         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
12038
12039 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
12040
12041         * lib/argp-namefrob.h: Bugfix. Remove stray #
12042
12043 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
12044
12045         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
12046         so that we test the test.
12047         Check for yet another HP-UX cc bug involving *bool |= bool.
12048
12049 2006-01-25  Karl Berry  <karl@gnu.org>
12050
12051         * config/srclist.txt (vasnprintf.c): sync lost.
12052
12053 2006-01-25  Jim Meyering  <jim@meyering.net>
12054
12055         Sync from the stable (b5) branch of coreutils:
12056
12057         * lib/fts.c (fts_children): Don't let close() clobber errno from
12058         failed fchdir().
12059
12060         * lib/fts.c (fts_stat): When following a symlink-to-directory,
12061         don't necessarily interpret stat-fails+lstat-succeeds as indicating
12062         a dangling symlink.  That can also happen at least for ELOOP.
12063         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
12064         FYI, this bug predates the inclusion of fts.c in coreutils.
12065
12066         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
12067         in their own block, so pre-c99 compilers don't object.
12068
12069         Avoid the double-free (first in fts_read, second in fts_close) that
12070         would occur when an `active' directory is made inaccessible (e.g.,
12071         via chmod a-x) during a traversal.
12072         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
12073         before returning.  Reproduce this failure by
12074         mkdir -p a/b; cd a; chmod a-x . b
12075         Reported by Stavros Passas.
12076
12077 2006-01-25  Jim Meyering  <jim@meyering.net>
12078
12079         * lib/fileblocks.c: Remove more useless parentheses.
12080         * lib/readutmp.h: Likewise.
12081
12082 2006-01-25  Bruno Haible  <bruno@clisp.org>
12083
12084         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
12085         warnings.
12086         Reported by Paul Eggert.
12087
12088 2006-01-25  Bruno Haible  <bruno@clisp.org>
12089
12090         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
12091         rid of a trap command. For Solaris sh.
12092         Reported by Mark D. Baushke <mdb@gnu.org>.
12093
12094 2006-01-24  Simon Josefsson  <jas@extundo.com>
12095
12096         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
12097         Bruno.
12098
12099 2006-01-24  Karl Berry  <karl@gnu.org>
12100
12101         * config/srclist.txt (argp-namefrob.h): sync lost.
12102
12103 2006-01-24  Jim Meyering  <jim@meyering.net>
12104
12105         * modules/openat (Files): Add lib/intprops.h.
12106         From Mark D. Baushke.
12107
12108 2006-01-24  Jim Meyering  <jim@meyering.net>
12109
12110         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
12111         Reported by Mark D. Baushke.
12112
12113 2006-01-24  Jim Meyering  <jim@meyering.net>
12114
12115         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
12116
12117 2006-01-24  Bruno Haible  <bruno@clisp.org>
12118
12119         * modules/strnlen (Maintainer): Change from glibc to all.
12120
12121 2006-01-24  Bruno Haible  <bruno@clisp.org>
12122
12123         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
12124         Patch by Paul Eggert.
12125
12126 2006-01-24  Bruno Haible  <bruno@clisp.org>
12127
12128         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
12129         already has it.
12130         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
12131         2005-11-26.
12132
12133         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
12134         'signed char' to avoid problems with the built-in _Bool type.
12135         Reported by Paul Eggert on 2005-11-26.
12136
12137 2006-01-24  Bruno Haible  <bruno@clisp.org>
12138
12139         * gnulib-tool (func_import): Avoid constructing complicated sed
12140         expressions inside backquote.
12141         Report and solution by Mark D. Baushke <mdb@gnu.org>.
12142
12143 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
12144
12145         These changes imported from libc.
12146         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
12147         test and two separate function calls.
12148         * lib/strndup.c (__strndup): Add libc_hidden_def.
12149
12150 2006-01-23  Simon Josefsson  <jas@extundo.com>
12151
12152         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
12153         Remove the test_*_SOURCES variable: automake infers it by default.
12154         * modules/tls-tests: Likewise.
12155
12156 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
12157
12158         Work around porting bugs reported by Dieter in
12159         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
12160         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
12161         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
12162         Include "getopt.h" first, to check interface.
12163         (getenv): Declare only if defined HAVE_DECL_GETENV &&
12164         !HAVE_DECL_GETENV.
12165         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
12166         (__strndup): Revert to K&R-style function dfns, the glibc style.
12167         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
12168         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
12169         Include strnlen.h first, to get prototype properly.
12170         (strnlen): Renamed from __strnlen.
12171         Remove weak alias.
12172
12173 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
12174
12175         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
12176
12177 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
12178
12179         * config/srclist.txt: Adjust to reflect glibc reorganization.
12180         This affects only comments.
12181
12182 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
12183
12184          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
12185          Reported by Bruce Korb <bkorb@gnu.org>.
12186
12187 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
12188
12189         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
12190         to pacify gcc -Wswitch-default.
12191
12192 2006-01-22  Bruno Haible  <bruno@clisp.org>
12193
12194         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
12195         temporary buffer for sprintf, take into account the precision also
12196         for 'd', 'i', 'u', 'o', 'x', 'X'.
12197
12198 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
12199
12200         * modules/argp-tests: New module
12201         * tests/test-argp.c: New file
12202         * tests/test-argp-2.sh: New file
12203
12204 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
12205
12206         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
12207         (__argp_base_name): Removed
12208         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
12209         typo.
12210         (__argp_base_name): Provide macro definition or extern declaration
12211         depending on the configuration
12212
12213 2006-01-20  Simon Josefsson  <jas@extundo.com>
12214
12215         * modules/inet_ntop (Depends-on): Depend on sys_socket.
12216
12217 2006-01-20  Simon Josefsson  <jas@extundo.com>
12218
12219         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
12220
12221 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
12222
12223         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
12224         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
12225         Suggested by Bruno Haible.
12226
12227 2006-01-20  Karl Berry  <karl@gnu.org>
12228
12229         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
12230         until changes propagate, I guess.
12231
12232 2006-01-19  Simon Josefsson  <jas@extundo.com>
12233
12234         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
12235
12236 2006-01-19  Simon Josefsson  <jas@extundo.com>
12237
12238         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
12239
12240 2006-01-19  Simon Josefsson  <jas@extundo.com>
12241
12242         * gnulib-tool: Set check_PROGRAMS.
12243
12244         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
12245         modules/des-tests, modules/gc-arcfour-tests,
12246         modules/gc-arctwo-tests, modules/gc-des-tests,
12247         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
12248         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
12249         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
12250         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
12251         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
12252         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
12253         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
12254         test_*_SOURCES.
12255
12256 2006-01-18  Simon Josefsson  <jas@extundo.com>
12257
12258         * modules/socklen (Depends-on): Depend on sys_socket.
12259
12260 2006-01-18  Simon Josefsson  <jas@extundo.com>
12261
12262         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
12263         modules/des-tests, modules/gc-arcfour-tests,
12264         modules/gc-arctwo-tests, modules/gc-des-tests,
12265         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
12266         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
12267         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
12268         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
12269         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
12270         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
12271         $(EXEEXT) to automake TESTS variable, for mingw32.
12272
12273 2006-01-17  Simon Josefsson  <jas@extundo.com>
12274
12275         * modules/socklen (Include): Need sys/socket.h.
12276
12277 2006-01-17  Bruno Haible  <bruno@clisp.org>
12278
12279         * modules/ssize_t (Include): Add <sys/types.h>.
12280
12281 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
12282
12283         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
12284         it's not portable and it doesn't work with cross-compiles.
12285         Problem reported by Bruno Haible.  Fix missing-$ typo in
12286         'test "gl_cv_ignore_unused_libraries" ...' that prevented
12287         -zignore from being used with Sun's C compiler.
12288
12289 2006-01-12  Simon Josefsson  <jas@extundo.com>
12290
12291         * lib/base64.c: Fix warning, reported by Bruno Haible
12292         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
12293
12294 2006-01-12  Bruno Haible  <bruno@clisp.org>
12295
12296         * modules/ldd: New file.
12297         * build-aux/ldd.sh.in: New file.
12298         * MODULES.html.sh (Support for building libraries and executables): Add
12299         ldd.
12300
12301 2006-01-12  Bruno Haible  <bruno@clisp.org>
12302
12303         * m4/ldd.m4: New file.
12304
12305 2006-01-12  Bruno Haible  <bruno@clisp.org>
12306
12307         * gnulib-tool (func_import, func_create_testdir): Don't go into an
12308         endless loop while replacing $auxdir with build-aux.
12309
12310 2006-01-11  Simon Josefsson  <jas@extundo.com>
12311
12312         * lib/stdint_.h (SIZE_MAX): Add missing (.
12313
12314 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
12315
12316         Sync from coreutils.
12317         * lib/md5.c: Fix commentary typos.
12318         (alignof, UNALIGNED_P): No need for a GCC-specific version.
12319         * lib/md5.h (__attribute__): Remove; unused.
12320         * lib/sha1.c: Fix commentary to match md5 better.
12321         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
12322         so that we don't need to worry about alignment.  All uses changed.
12323         This merges the 2005-10-28 md5 change into sha1.
12324
12325 2006-01-11  Jim Meyering  <jim@meyering.net>
12326
12327         Sync from coreutils.
12328         * lib/md5.c (OP): Fix spacing.
12329
12330 2006-01-11  Bruno Haible  <bruno@clisp.org>
12331
12332         Ensure automatic ordering between gl_LOCK and gl_ARGP.
12333         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
12334         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
12335
12336 2006-01-11  Bruno Haible  <bruno@clisp.org>
12337
12338         Ensure automatic ordering between gl_LOCK and gl_ARGP.
12339         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
12340         the "early" section as well.
12341
12342 2006-01-11  Bruno Haible  <bruno@clisp.org>
12343
12344         Avoid "ar: no archive members specified" error on MacOS X.
12345         * gnulib-tool (func_modules_add_dummy): New function.
12346         (func_import, func_create_testdir): Invoke it.
12347
12348 2006-01-11  Bruno Haible  <bruno@clisp.org>
12349
12350         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
12351         with $auxdir in AC_CONFIG_FILES statements.
12352
12353 2006-01-11  Bruno Haible  <bruno@clisp.org>
12354
12355         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12356         Initialize also noinst_HEADERS to empty.
12357
12358 2006-01-11  Bruno Haible  <bruno@clisp.org>
12359
12360         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
12361         variables.
12362         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
12363         autoreconf.
12364
12365 2006-01-11  Bruno Haible  <bruno@clisp.org>
12366
12367         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
12368         overridable by the user.
12369         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12370
12371 2006-01-10  Simon Josefsson  <jas@extundo.com>
12372
12373         * modules/sys_socket: New file.
12374
12375 2006-01-10  Simon Josefsson  <jas@extundo.com>
12376
12377         * m4/sys_socket_h.m4: New file.
12378
12379 2006-01-10  Simon Josefsson  <jas@extundo.com>
12380
12381         * lib/socket_.h: New file.
12382
12383 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
12384
12385         * modules/readutmp (Maintainer): Add myself.
12386
12387 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
12388
12389         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
12390         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
12391         People who are still concerned with buggy memcmp implementations
12392         can invoke gl_FUNC_MEMCMP themselves.
12393
12394 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
12395
12396         * lib/regex_internal.h (BITSET_WORD_BITS):
12397         Work around a bug in 64-bit PGC (before version 6.1-2), where the
12398         preprocessor mishandles large unsigned values as if they were signed.
12399         Problem reported by Claudio Fontana in
12400         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
12401
12402 2006-01-10  Jim Meyering  <jim@meyering.net>
12403
12404         Avoid the double-free (first in fts_read, second in fts_close) that
12405         would occur when an `active' directory is made inaccessible (e.g.,
12406         via chmod a-x) during a traversal.
12407         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
12408         before returning.  Reproduce this failure by
12409         mkdir -p a/b; cd a; chmod a-x . b
12410         Reported by Stavros Passas.
12411
12412         Sync from coreutils.
12413         * lib/sha1.c: Tweak grammar in a comment.
12414
12415 2006-01-10  Jim Meyering  <jim@meyering.net>
12416
12417         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
12418         Patch by Joerg Sonnenberger.
12419
12420 2006-01-10  Bruno Haible  <bruno@clisp.org>
12421
12422         * modules/readutmp: Depend on module free.
12423         * modules/strtok_r: Depend on module restrict.
12424
12425 2006-01-10  Bruno Haible  <bruno@clisp.org>
12426
12427         * modules/gettext (configure.ac): Add an invocation of
12428         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
12429
12430 2006-01-10  Bruno Haible  <bruno@clisp.org>
12431
12432         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
12433         Reported by Werner Lemberg <wl@gnu.org>.
12434
12435 2006-01-10  Bruno Haible  <bruno@clisp.org>
12436
12437         * lib/localcharset.c: Update from GNU gettext.
12438
12439 2006-01-10  Bruno Haible  <bruno@clisp.org>
12440
12441         * lib/argp.h (__const): Remove macro. Use const instead.
12442         * lib/argp-fmtstream.h (__const): Likewise.
12443         * lib/glob_.h (__const): Remove macro.
12444         * lib/glob-libc.h: Use const instead of __const.
12445
12446 2006-01-10  Bruno Haible  <bruno@clisp.org>
12447
12448         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
12449         variable.
12450         Needed to avoid an automake error regarding the 'gettext' module.
12451
12452 2006-01-09  Simon Josefsson  <jas@extundo.com>
12453
12454         * modules/inet_ntop (Depends-on): Add restrict.
12455
12456 2006-01-09  Simon Josefsson  <jas@extundo.com>
12457
12458         * modules/gc-rijndael-tests (License): Put under LGPL.
12459
12460         * modules/gc-des-tests (License): Likewise.
12461
12462         * modules/gc-arcfour-tests (License): Likewise.
12463
12464         * modules/gc-arctwo-tests (License): Likewise.
12465
12466         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
12467
12468         * modules/gc-hmac-sha1-tests (Files): Likewise.
12469
12470         * modules/gc-hmac-md5-tests (License): Likewise.
12471
12472         * modules/gc-sha1-tests (License): Likewise.
12473
12474         * modules/gc-md5-tests (License): Likewise.
12475
12476         * modules/gc-md4-tests (License): Likewise.
12477
12478         * modules/gc-md2-tests (License): Likewise.
12479
12480         * modules/gc-tests (License): Likewise.
12481
12482         * modules/des-tests (License): Likewise.
12483
12484         * modules/md4-tests (License): Likewise.
12485
12486         * modules/md2-tests (License): Likewise.
12487
12488 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12489
12490         Sync from coreutils:
12491
12492         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
12493         * modules/lib-ignore: New file.
12494         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
12495         chdir-safer.m4, lchmod.m4.
12496         * modules/openat: Add mkdirat.c, openat-priv.h.
12497
12498 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12499
12500         Sync from coreutils.
12501         * m4/lib-ignore.m4: New file.
12502         * m4/lchmod.m4: New file.
12503
12504 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12505
12506         Sync from coreutils.
12507         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
12508         for write access: POSIX says that must fail.
12509         * lib/fts.c (diropen): Likewise.
12510         * lib/save-cwd.c (save_cwd): Likewise.
12511         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
12512         well, for minor improvements on hosts that lack O_DIRECTORY.
12513         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
12514         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
12515         Fall back on chown if open failed with EACCES.
12516
12517         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
12518         Report an error at compile-time if only a 1-second nominal clock
12519         resolution is found.
12520
12521         * lib/lchmod.h: New file.
12522         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
12523         (make_dir_parents): Use lchown rather than chown, and
12524         lchmod rather than chmod.
12525
12526         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
12527         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
12528         "proc" reported by n0dalus.
12529
12530         * lib/mountlist.c: Include <limits.h>.
12531         (dev_from_mount_options)
12532         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
12533         New function.  It no longer assumes "dev=" has the System V meaning
12534         on Linux (since it doesn't).  It also parses "dev=" more carefully.
12535         (read_file_system_list)
12536         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
12537         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
12538         dev= in that case.
12539
12540         * lib/posixtm.h (PDS_PRE_2000): New macro.
12541         * lib/posixtm.c (year): Arg is now syntax_bits rather than
12542         allow_century.  All usages changed.  Reject dates outside the range
12543         1969-1999 if PDS_PRE_2000 is used.
12544
12545 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12546
12547         Sync from coreutils.
12548         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
12549         (Time of day items): Mention the possibility of leap seconds.
12550         Problem reported by Dr. David Alan Gilbert.
12551
12552 2006-01-09  Jim Meyering  <jim@meyering.net>
12553
12554         Sync from coreutils.
12555
12556         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
12557
12558         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
12559
12560         * lib/modechange.c (mode_compile): Reject an invalid mode string
12561         that starts with an octal digit.  From Andreas Gruenbacher.
12562
12563         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
12564         and dup to open_safer and dup_safer, respectively.
12565         (openat_permissive): Fix typo in comment.
12566
12567         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
12568         "gettext.h"; either no longer needed or are guaranteed by openat.h.
12569         (_): Remove; no longer needed.
12570         (openat): Renamed from rpl_openat; no need for rpl_openat
12571         since openat.h renames openat for us.
12572         Replace most of the body with a call to openat_permissive,
12573         to avoid duplicate code.
12574         Port to (probably hypothetical) environments were mode_t is
12575         wider than int.
12576         (openat_permissive): Require mode arg, so that we can check
12577         types better.  Put it just after flags.  Change cwd failure
12578         indicator from pointer-to-bool to pointer-to-errno-value.
12579         All callers changed.
12580         Invoke openat_save_fail and/or openat_restore_fail if
12581         cwd_errno is null, so that openat can call us.
12582         (openat_permissive, fdopendir, fstatat, unlinkat):
12583         Simplify errno handling to avoid some duplicate code,
12584         as it's OK to set errno on success.
12585         * lib/openat.h: Revamp code so that function macros depend on
12586         __OPENAT_PREFIX only, not also on AT_FDCWD.
12587         (openat_ro): Remove.  Caller changed to use openat_permissive.
12588         (openat_permissive): Now a macro, if not a function.
12589         (openat_restore_fail, openat_save_fail): Now always functions,
12590         since mkdirat needs them even if __OPENAT_PREFIX is defined.
12591
12592         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
12593         and openat.c.
12594         * lib/mkdirat.c: Include openat-priv.h.
12595         Remove definitions of macros defined therein.
12596         * lib/openat.c: Likewise.
12597
12598         * lib/mkdirat.c (mkdirat): New file and function.
12599         * lib/openat.h (mkdirat): Declare.
12600
12601         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
12602
12603         * lib/openat.h (openat_permissive): Declare.
12604         (openat_ro): Define.
12605
12606         * lib/openat.c (EXPECTED_ERRNO): New macro.
12607         (openat_permissive): New function -- used in remove.c rewrite.
12608         (all functions): Set errno just before returning, only if there
12609         was an actual failure.
12610         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
12611
12612         Emulate openat-family functions using Linux's procfs, if possible.
12613         Idea and some code based on Ulrich Drepper's glibc changes.
12614
12615         * lib/openat.c: (BUILD_PROC_NAME): New macro.
12616         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
12617         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
12618         before falling back on save_cwd and restore_cwd.
12619         (fdopendir, fstatat, unlinkat): Likewise.
12620
12621         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
12622         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
12623
12624         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
12625         as second argument to va_arg.  Otherwise, some versions of gcc
12626         warn that `if this code is reached, the program will abort'.
12627
12628 2006-01-09  Jim Meyering  <jim@meyering.net>
12629
12630         Sync from coreutils.
12631         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
12632         Require openat-priv.h.
12633
12634 2006-01-09  Bruno Haible  <bruno@clisp.org>
12635
12636         * modules/strnlen (Include): Use strnlen.h.
12637
12638 2006-01-09  Bruno Haible  <bruno@clisp.org>
12639
12640         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
12641
12642 2006-01-09  Bruno Haible  <bruno@clisp.org>
12643
12644         * lib/sysexit_.h (EX_OK): New macro.
12645         Suggested by Martin Lambers <marlam@marlam.de>.
12646
12647 2006-01-09  Bruno Haible  <bruno@clisp.org>
12648
12649         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
12650         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
12651
12652 2006-01-09  Bruno Haible  <bruno@clisp.org>
12653
12654         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
12655         numbers.
12656
12657 2006-01-09  Bruno Haible  <bruno@clisp.org>
12658
12659         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
12660         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
12661         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
12662         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
12663
12664 2006-01-09  Bruno Haible  <bruno@clisp.org>
12665
12666         * build-aux/javacomp.sh.in: New file, moved from lib/.
12667         * modules/javacomp-script (Files): Update.
12668         (configure.ac): Add AC_CONFIG_FILES invocation.
12669         (EXTRA_DIST): Remove variable.
12670
12671         * build-aux/javaexec.sh.in: New file, moved from lib/.
12672         * modules/javaexec (Files): Update.
12673         (configure.ac): Add AC_CONFIG_FILES invocation.
12674         (EXTRA_DIST): Remove javaexec.sh.in.
12675
12676         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
12677         * modules/csharpcomp-script (Files): Update.
12678         (configure.ac): Add AC_CONFIG_FILES invocation.
12679         (EXTRA_DIST): Remove variable.
12680
12681         * build-aux/csharpexec.sh.in: New file, moved from lib/.
12682         * modules/csharpexec (Files): Update.
12683         (configure.ac): Add AC_CONFIG_FILES invocation.
12684         (EXTRA_DIST): Remove csharpexec.sh.in.
12685
12686 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
12687
12688         Sync from coreutils.
12689
12690         Add POSIX ACL support
12691         * lib/acl.h (copy_acl, set_acl): Add declarations.
12692         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
12693         systems other than Linux.
12694         (chmod_or_fchmod): New function: use fchmod when possible,
12695         and chmod otherwise.
12696         (file_has_acl): Add a POSIX ACL implementation, with a
12697         Linux-specific subcase.
12698         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
12699         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
12700         acls are unsupported.
12701         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
12702         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
12703         are unsupported.
12704
12705 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
12706
12707         Sync from coreutils.
12708         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
12709
12710 2006-01-07  Bruno Haible  <bruno@clisp.org>
12711
12712         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
12713         gl_EARLY.
12714
12715 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
12716
12717         * lib/strftime.c (tzname): Don't declare if it is already #defined.
12718         Problem reported for Mingw by Mark Junker.
12719
12720 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
12721
12722         * README: Gnulib normally doesn't generate a tarball.
12723
12724 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
12725
12726         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
12727         long int, not int, for nanosecond counts, so that people who are
12728         used to POSIX struct timespec won't be surprised.  Reported by Jim
12729         Meyering.
12730
12731 2005-12-28  Bruno Haible  <bruno@clisp.org>
12732
12733         * build-aux/config.rpath: Update from GNU gettext.
12734
12735 2005-12-16  Jim Meyering  <jim@meyering.net>
12736
12737         * modules/fprintftime: New module.
12738         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
12739
12740 2005-12-16  Jim Meyering  <jim@meyering.net>
12741
12742         * m4/fprintftime.m4: New file.
12743
12744 2005-12-16  Jim Meyering  <jim@meyering.net>
12745
12746         * lib/fprintftime.c, lib/fprintftime.h: New files.
12747
12748 2005-12-15  Simon Josefsson  <jas@extundo.com>
12749
12750         * modules/socklen (configure.ac): Fix M4 macro name, to align with
12751         new m4/socklen.m4.
12752
12753 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
12754
12755         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
12756         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
12757
12758 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
12759
12760         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
12761         * lib/argp-help.c (fill_in_uparams): Check if the constructed
12762         struct uparams is valid. Fall back to the default values if it is
12763         not.
12764
12765 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
12766
12767         * modules/argp (Files): Add argp-pin.c
12768         (Depends-on): dirname
12769         (lib_SOURCES): Add argp-pin.c
12770
12771 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
12772
12773         * m4/argp.m4:  Check if program_invocation_name and
12774         program_invocation_short_name are declared and define appropriate
12775         macros if they are not.
12776
12777 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
12778
12779         * lib/argp-help.c (__argp_base_name): New function
12780         (__argp_short_program_name): Rewrite using __argp_base_name
12781         * lib/argp-namefrob.h: Define program_invocation_name and
12782         program_invocation_short_name if requested
12783         (__argp_base_name): Add prototype
12784         * lib/argp-parse.c (argp_def): Use gettext wrappers
12785         (argp_default_parser): Use __argp_base_name
12786         * lib/argp-pin.c: New file. Defines program_invocation_name and
12787         program_invocation_short_name on systems that lack them.
12788
12789 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
12790
12791         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
12792         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
12793         porting problem reported by Georg Schwarz in
12794         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
12795
12796 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
12797
12798         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
12799         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
12800         porting problem reported by Georg Schwarz in
12801         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
12802
12803 2005-12-05  Bruno Haible  <bruno@clisp.org>
12804
12805         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
12806         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
12807         Reported by Mark Junker <mjscod@gmx.de>.
12808
12809 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
12810
12811         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
12812         Use implementation from Albert Chin, with some
12813         comments/corrections by Stepan Kasal and myself.
12814
12815 2005-12-02  Bruno Haible  <bruno@clisp.org>
12816
12817         * gnulib-tool (func_import): Accept GPLed build tool modules when
12818         --lgpl is given.
12819         * modules/csharpcomp-script: New file.
12820         * modules/csharpcomp: Depend on it.
12821         * modules/javacomp-script: New file.
12822         * modules/javacomp: Depend on it.
12823         Suggested by Simon Josefsson.
12824
12825 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
12826
12827         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
12828         statement, to work around an HP-UX 10.20 compiler bug reported by
12829         Peter O'Gorman.
12830
12831 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
12832
12833         * modules/savedir (Depends-on): Add openat.
12834
12835 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
12836
12837         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
12838         (uintmax_t) [defined uintmax_t]: Do not declare.
12839         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
12840         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
12841         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
12842         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
12843         sake of portability to weird hosts that C allows (though we don't
12844         know of any practical examples).
12845
12846         * lib/savedir.h (fdsavedir): New decl.
12847         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
12848         contains most of the former guts of savedir.
12849         (savedir): Use savedirstream.
12850         Include "openat.h".
12851
12852 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
12853
12854         * modules/obstack (Files): Add m4/ulonglong.m4.
12855         Problem reported by Davide Angelocola.
12856
12857 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
12858
12859         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
12860         coreutils no longer futzes with rounding modes.
12861
12862 2005-11-14  Jim Meyering  <jim@meyering.net>
12863
12864         * lib/mkstemp-safer.c: Include <config.h>, required for possible
12865         replacement of mkstemp.
12866
12867 2005-11-10  Simon Josefsson  <jas@extundo.com>
12868
12869         * lib/readline.c: Remove EOL.
12870
12871 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
12872
12873         * modules/gethrxtime (Depends-on): Add gettime.
12874
12875 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
12876
12877         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
12878         or gettimeofday; no longer needed.
12879
12880 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
12881
12882         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
12883         time business.
12884         (gethrxtime) [! (HAVE_NANOUPTIME
12885         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
12886         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
12887         our own approximation.
12888
12889 2005-11-08  Eric Blake  <ebb9@byu.net>
12890
12891         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
12892
12893 2005-11-08  Eric Blake  <ebb9@byu.net>
12894
12895         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
12896
12897 2005-11-04  Bruno Haible  <bruno@clisp.org>
12898
12899         * gnulib-tool: Implement --update mode.
12900
12901 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
12902
12903         Fix porting problem reported by Theodoros V. Kalamatianos.
12904         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
12905         Don't assume that futimes failing means we must fail.
12906
12907 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
12908
12909         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
12910         variables to suggest the intended function of the PATH_MAX check.
12911
12912 2005-10-30  Kean Johnston  <jkj@sco.com>
12913
12914         Trivial changes to support SCO systems.
12915         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
12916         as PATH_MAX.
12917         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
12918         where __ptr is null when no I/O is pending.
12919
12920 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
12921
12922         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
12923         leave errno alone.  Problem reported by Dmitry V. Levin.
12924
12925 2005-10-28  Simon Josefsson  <jas@extundo.com>
12926
12927         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
12928         Test more.
12929
12930         * tests/test-gc-md2.c, tests/test-md2.c: New files.
12931
12932         * modules/md2, modules/md2-tests: New files.
12933
12934 2005-10-28  Simon Josefsson  <jas@extundo.com>
12935
12936         * m4/inet_ntop.m4: More tests.
12937
12938         * m4/gc-md2.m4, md2.m4: New file.
12939
12940 2005-10-28  Simon Josefsson  <jas@extundo.com>
12941
12942         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
12943         "restrict" keywords, as per POSIX.  Protect the function
12944         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
12945         Don't use K&R prototypes.  Check the sprintf return values.
12946         Re-define EAFNOSUPPORT if not present.  Indent.
12947
12948         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
12949         suggested by Bruno Haible <bruno@clisp.org>.
12950
12951         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
12952
12953         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
12954
12955         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
12956         libgcrypt).
12957
12958         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
12959
12960         * lib/md2.h, lib/md2.c: New files.
12961
12962 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
12963
12964         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
12965         errno alone.  Problem reported by Frederic Jolliton.
12966
12967 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
12968
12969         * modules/verify (License): Change from GPL to LGPL.  This is a
12970         tiny module and there are apparently near-equivalents that are
12971         under the BSD license.
12972
12973 2005-10-24  Simon Josefsson  <jas@extundo.com>
12974
12975         * modules/sha1: Relicense to LGPL.
12976
12977 2005-10-24  Simon Josefsson  <jas@extundo.com>
12978
12979         * lib/md4.h: Shrink buffer size, now that we changed the type.
12980
12981 2005-10-23  Simon Josefsson  <jas@extundo.com>
12982
12983         * gnulib-tool (func_import): Fix --tests-base.
12984
12985 2005-10-22  Simon Josefsson  <jas@extundo.com>
12986
12987         * modules/arcfour (Depends-on): Need stdint.
12988
12989 2005-10-22  Simon Josefsson  <jas@extundo.com>
12990
12991         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
12992         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
12993
12994 2005-10-22  Simon Josefsson  <jas@extundo.com>
12995
12996         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
12997         suggested by Bruno Haible <bruno@clisp.org>.
12998
12999 2005-10-22  Simon Josefsson  <jas@extundo.com>
13000
13001         * lib/crc.h: Include stddef.h, for size_t.
13002
13003 2005-10-22  Simon Josefsson  <jas@extundo.com>
13004
13005         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
13006         arcfour_context struct (simplify test vector testing in GNU
13007         Shishi).
13008
13009 2005-10-21  Simon Josefsson  <jas@extundo.com>
13010
13011         * modules/des, modules/des-tests: New files.
13012
13013         * modules/gc-des, modules/gc-des-tests: New files.
13014
13015         * tests/test-des.c, tests/test-gc-des.c: New file.
13016
13017 2005-10-21  Simon Josefsson  <jas@extundo.com>
13018
13019         * modules/arctwo, modules/arctwo-tests: New files.
13020
13021         * tests/test-arctwo.c: New file.
13022
13023         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
13024
13025         * tests/test-gc-arctwo.c: New file.
13026
13027 2005-10-21  Simon Josefsson  <jas@extundo.com>
13028
13029         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
13030         Bruno Haible <bruno@clisp.org>.
13031
13032         * m4/gc-des.m4: New file.
13033
13034 2005-10-21  Simon Josefsson  <jas@extundo.com>
13035
13036         * m4/arctwo.m4: New file.
13037
13038         * m4/gc-arctwo.m4: New file.
13039
13040 2005-10-21  Simon Josefsson  <jas@extundo.com>
13041
13042         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
13043         block.
13044
13045 2005-10-21  Simon Josefsson  <jas@extundo.com>
13046
13047         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
13048         <bruno@clisp.org>.
13049
13050         * lib/hmac-sha1.c (hmac_sha1): Likewise.
13051
13052         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
13053         Bruno Haible <bruno@clisp.org>.
13054
13055         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
13056         <bruno@clisp.org>.
13057
13058 2005-10-21  Simon Josefsson  <jas@extundo.com>
13059
13060         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
13061
13062 2005-10-21  Simon Josefsson  <jas@extundo.com>
13063
13064         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
13065
13066 2005-10-21  Simon Josefsson  <jas@extundo.com>
13067
13068         * lib/des.h, lib/des.c: New files.
13069
13070         * lib/gc-gnulib.c: Support DES.c
13071
13072 2005-10-21  Simon Josefsson  <jas@extundo.com>
13073
13074         * lib/arctwo.h, lib/arctwo.c: New files.
13075
13076         * lib/gc-gnulib.c: Support ARCTWO.
13077
13078 2005-10-21  Simon Josefsson  <jas@extundo.com>
13079
13080         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
13081         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
13082
13083 2005-10-21  Simon Josefsson  <jas@extundo.com>
13084
13085         * gnulib-tool (func_import, func_create_testdir): Define automake
13086         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
13087         Makefile.am snippet),
13088         suggested by Bruno Haible <bruno@clisp.org>.
13089
13090         * modules/gc (Makefile.am): Use it.
13091
13092 2005-10-21  Bruno Haible  <bruno@clisp.org>
13093
13094         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
13095         patch.
13096
13097 2005-10-19  Simon Josefsson  <jas@extundo.com>
13098
13099         * tests/test-gc-rijndael.c: New file.
13100
13101         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
13102
13103 2005-10-19  Simon Josefsson  <jas@extundo.com>
13104
13105         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
13106         interface too.
13107
13108 2005-10-19  Simon Josefsson  <jas@extundo.com>
13109
13110         * tests/test-gc-arcfour.c: New file.
13111
13112         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
13113
13114 2005-10-19  Simon Josefsson  <jas@extundo.com>
13115
13116         * modules/gc-md4, modules/gc-md4-tests: New file.
13117
13118         * tests/test-gc-md4.c: New file.
13119
13120 2005-10-19  Simon Josefsson  <jas@extundo.com>
13121
13122         * m4/gc-md4.m4: New file.
13123
13124 2005-10-19  Simon Josefsson  <jas@extundo.com>
13125
13126         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
13127         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
13128         <kasal@ucw.cz>.
13129
13130 2005-10-19  Simon Josefsson  <jas@extundo.com>
13131
13132         * m4/gc-arcfour.m4: New file.
13133
13134         * m4/gc-rijndael.m4: New file.
13135
13136 2005-10-19  Simon Josefsson  <jas@extundo.com>
13137
13138         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
13139
13140 2005-10-19  Simon Josefsson  <jas@extundo.com>
13141
13142         * lib/gc-gnulib.c: Support ARCFOUR.
13143
13144 2005-10-19  Simon Josefsson  <jas@extundo.com>
13145
13146         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
13147         support.
13148
13149         * lib/gc.h: Add ECB enum type.
13150
13151         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
13152
13153 2005-10-18  Simon Josefsson  <jas@extundo.com>
13154
13155         * tests/test-md5.c: New file.
13156
13157         * modules/md5-tests: New file.
13158
13159 2005-10-18  Simon Josefsson  <jas@extundo.com>
13160
13161         * tests/test-md4.c: New file.
13162
13163         * modules/md4, modules/md4-tests: New files.
13164
13165 2005-10-18  Simon Josefsson  <jas@extundo.com>
13166
13167         * m4/md4.m4: New file.
13168
13169 2005-10-18  Simon Josefsson  <jas@extundo.com>
13170
13171         * lib/md4.h, lib/md4.c: New files, based on md5.?.
13172
13173 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
13174
13175         * gnulib-tool (func_create_testdir): Omit the second check whether
13176         BUILT_SOURCES in nonempty.
13177
13178 2005-10-17  Simon Josefsson  <jas@extundo.com>
13179
13180         * tests/test-rijndael.c: New file.
13181
13182 2005-10-17  Simon Josefsson  <jas@extundo.com>
13183
13184         * modules/sha1: Depend on stdint instead of md5.
13185
13186         * modules/md5: Depend on stdint, remove uint32_t.
13187
13188 2005-10-17  Simon Josefsson  <jas@extundo.com>
13189
13190         * modules/gc-sha1-tests: New file.
13191
13192         * tests/test-gc-sha1.c: New file.
13193
13194 2005-10-17  Simon Josefsson  <jas@extundo.com>
13195
13196         * m4/md5.m4: Remove call to uint32_t.m4.
13197
13198 2005-10-17  Simon Josefsson  <jas@extundo.com>
13199
13200         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
13201
13202         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
13203         md5.h.
13204
13205         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
13206
13207         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
13208
13209 2005-10-17  Simon Josefsson  <jas@extundo.com>
13210
13211         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
13212
13213 2005-10-17  Simon Josefsson  <jas@extundo.com>
13214
13215         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
13216
13217 2005-10-17  Simon Josefsson  <jas@extundo.com>
13218
13219         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
13220
13221         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
13222
13223 2005-10-17  Bruno Haible  <bruno@clisp.org>
13224
13225         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
13226         that it can also be used in a test.
13227
13228 2005-10-16  Bruno Haible  <bruno@clisp.org>
13229
13230         * gnulib-tool (func_emit_tests_Makefile_am): Also define
13231         TESTS_ENVIRONMENT, so that individual tests can augment it.
13232
13233         * gnulib-tool (func_create_testdir): Use an intermediate target for
13234         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
13235         macros, like $(ALLOCA_H), which cannot be passed through the command
13236         line.
13237
13238 2005-10-15  Simon Josefsson  <jas@extundo.com>
13239
13240         * modules/rijndael-tests: New file.
13241
13242         * modules/rijndael: New file.
13243
13244 2005-10-15  Simon Josefsson  <jas@extundo.com>
13245
13246         * m4/rijndael.m4: New file.
13247
13248 2005-10-15  Simon Josefsson  <jas@extundo.com>
13249
13250         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
13251
13252         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
13253
13254 2005-10-14  Simon Josefsson  <jas@extundo.com>
13255
13256         * tests/test-arcfour.c: New file.
13257
13258         * modules/arcfour, modules/arcfour-tests: New files.
13259
13260 2005-10-14  Simon Josefsson  <jas@extundo.com>
13261
13262         * m4/arcfour.m4: New file.
13263
13264 2005-10-14  Simon Josefsson  <jas@extundo.com>
13265
13266         * lib/arcfour.h, lib/arcfour.c: New files.
13267
13268 2005-10-14  Roland McGrath  <roland@redhat.com>
13269
13270         Import from libc.  [BZ #1331]
13271         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
13272         macro argument.
13273         Reported by Matej Vela <vela@debian.org>.
13274
13275 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
13276
13277         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
13278         include <wchar.h>; no longer needed.
13279
13280 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
13281
13282         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
13283
13284 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
13285         and  Ulrich Drepper  <drepper@redhat.com>
13286
13287         Import from libc.
13288         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
13289         instead of inline stream orientation test and two separate
13290         function calls.  Pay no attention to USE_IN_LIBIO.
13291
13292 2005-10-13  Simon Josefsson  <jas@extundo.com>
13293
13294         * modules/gc-hmac-md5-tests: New file.
13295
13296         * tests/test-gc-hmac-sha1.c: New file.
13297
13298         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
13299
13300         * modules/gc-hmac-md5-tests: New file.
13301
13302         * tests/test-gc-md5.c: New file.
13303
13304         * modules/gc-md5-tests: New file.
13305
13306 2005-10-13  Simon Josefsson  <jas@extundo.com>
13307
13308         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
13309         Move memory allocation outside of loop.
13310
13311 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
13312
13313         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
13314         intermediate directory is in a read-only file system.  Problem
13315         reported by Eric Blake.
13316
13317 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
13318
13319         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
13320
13321 2005-10-12  Simon Josefsson  <jas@extundo.com>
13322
13323         * tests/test-hmac-sha1.c: New file.
13324
13325         * modules/hmac-sha1-tests: New file.
13326
13327         * modules/hmac-sha1: New file.
13328
13329 2005-10-12  Simon Josefsson  <jas@extundo.com>
13330
13331         * modules/gc-sha1: New file.
13332
13333 2005-10-12  Simon Josefsson  <jas@extundo.com>
13334
13335         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
13336
13337         * tests/test-gc-pbkdf2-sha1.c: New file.
13338
13339 2005-10-12  Simon Josefsson  <jas@extundo.com>
13340
13341         * modules/gc-md5, modules/gc-hmac-md5: New files.
13342
13343         * modules/gc (Files): Remove md5, memxor and hmac files.
13344
13345 2005-10-12  Simon Josefsson  <jas@extundo.com>
13346
13347         * m4/gc-pbkdf2-sha1.m4: New file.
13348
13349         * m4/gc-hmac-sha1.m4: New file.
13350
13351         * m4/gc-sha1: New file.
13352
13353         * m4/hmac-sha1.m4: New file.
13354
13355 2005-10-12  Simon Josefsson  <jas@extundo.com>
13356
13357         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
13358
13359         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
13360
13361 2005-10-12  Simon Josefsson  <jas@extundo.com>
13362
13363         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
13364         suggested by Bruno Haible <bruno@clisp.org>.
13365
13366 2005-10-12  Simon Josefsson  <jas@extundo.com>
13367
13368         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
13369
13370 2005-10-12  Simon Josefsson  <jas@extundo.com>
13371
13372         * lib/gc-pbkdf2-sha1.c: New file.
13373
13374         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
13375
13376 2005-10-12  Simon Josefsson  <jas@extundo.com>
13377
13378         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
13379
13380         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
13381
13382 2005-10-12  Simon Josefsson  <jas@extundo.com>
13383
13384         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
13385         GC_USE_HMAC_MD5, respectively.
13386
13387         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
13388         (gc_md5): Fix typo.
13389
13390         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
13391
13392         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
13393
13394         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
13395
13396 2005-10-12  Bruno Haible  <bruno@clisp.org>
13397
13398         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
13399         Reported by Stepan Kasal <kasal@ucw.cz>.
13400
13401 2005-10-11  Simon Josefsson  <jas@extundo.com>
13402
13403         * tests/test-crc.c: New file.
13404
13405         * modules/crc, modules/crc-tests: New files.
13406
13407 2005-10-11  Simon Josefsson  <jas@extundo.com>
13408
13409         * m4/crc.m4: New file.
13410
13411 2005-10-11  Simon Josefsson  <jas@extundo.com>
13412
13413         * lib/gc.h: Add gc_hash and gc_hash_buffer.
13414
13415         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
13416
13417         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
13418
13419 2005-10-11  Simon Josefsson  <jas@extundo.com>
13420
13421         * lib/crc.h, lib/crc.c: New files.
13422
13423         * lib/gc.h (gc_hash_buffer): Add doc.
13424
13425 2005-10-11  Bruno Haible  <bruno@clisp.org>
13426
13427         * modules/c-strcasestr: New file.
13428         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
13429
13430 2005-10-11  Bruno Haible  <bruno@clisp.org>
13431
13432         * modules/c-strcase: New file.
13433         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
13434
13435 2005-10-11  Bruno Haible  <bruno@clisp.org>
13436
13437         * lib/strcasecmp.c: Include limits.h.
13438         (strcasecmp): Avoid integer overflow on exotic platforms.
13439         * lib/strncasecmp.c: Include limits.h.
13440         (strncasecmp): Avoid integer overflow on exotic platforms.
13441         Reported by Paul Eggert.
13442
13443 2005-10-11  Bruno Haible  <bruno@clisp.org>
13444
13445         * lib/c-strcasestr.h: New file, from GNU gettext.
13446         * lib/c-strcasestr.c: New file, from GNU gettext.
13447
13448 2005-10-11  Bruno Haible  <bruno@clisp.org>
13449
13450         * lib/c-strcase.h: New file, from GNU gettext.
13451         * lib/c-strcasecmp.c: New file, from GNU gettext.
13452         * lib/c-strncasecmp.c: New file, from GNU gettext.
13453
13454 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
13455
13456         * modules/mempcpy (License): GPL -> LGPL.
13457         * modules/strchrnul (License): Likewise.
13458         * modules/sysexits (License): Likewise.
13459
13460 2005-10-08  Simon Josefsson  <jas@extundo.com>
13461
13462         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
13463
13464 2005-10-07  Simon Josefsson  <jas@extundo.com>
13465
13466         * m4/memxor.m4: Remove gl_C_RESTRICT call.
13467
13468 2005-10-06  Simon Josefsson  <jas@extundo.com>
13469
13470         * tests/test-hmac-md5.c: New file.
13471
13472         * modules/hmac-md5-tests: New file.
13473
13474         * modules/hmac-md5: New file.
13475
13476 2005-10-06  Simon Josefsson  <jas@extundo.com>
13477
13478         * m4/hmac-md5.m4: New file.
13479
13480         * m4/memxor.m4: Require gl_C_RESTRICT.
13481
13482 2005-10-06  Simon Josefsson  <jas@extundo.com>
13483
13484         * lib/memxor.c (memxor): Avoid casts and warnings.
13485
13486 2005-10-06  Simon Josefsson  <jas@extundo.com>
13487
13488         * lib/hmac-md5.c: New file.
13489
13490         * lib/hmac.h: New file.
13491
13492 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
13493
13494         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
13495         promotes to int, not unsigned int, to catch the AIX 5.3
13496         compiler bug.
13497
13498 2005-10-05  Simon Josefsson  <jas@extundo.com>
13499
13500         * modules/memxor: New file.
13501
13502         * modules/iconv (Files): Move config.rpath to havelib, it is used
13503         there.
13504
13505         * modules/havelib (Files): Add config.rpath.
13506
13507 2005-10-05  Simon Josefsson  <jas@extundo.com>
13508
13509         * m4/memxor.m4: New file.
13510
13511 2005-10-05  Simon Josefsson  <jas@extundo.com>
13512
13513         * lib/memxor.c (memxor): Fix compiler error.
13514
13515         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
13516         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
13517
13518         * lib/memxor.h, lib/memxor.c: New files.
13519
13520         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
13521         we assume all systems have it, suggested by Jim Meyering
13522         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
13523         any systems lack sys/socket.h; mingw32 is known to lack it, but we
13524         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
13525         same reasons.
13526
13527 2005-10-05  Simon Josefsson  <jas@extundo.com>
13528
13529         * config/srclist.txt: Add glibc bug 1423 for md5.h.
13530
13531 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
13532
13533         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
13534         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
13535         needed, since the source code now assumes these .h files.
13536
13537 2005-10-05  Derek Price  <derek@ximbiot.com>
13538
13539         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
13540
13541 2005-10-05  Bruno Haible  <bruno@clisp.org>
13542
13543         * modules/stdint (License): Change to LGPL.
13544
13545 2005-10-04  Simon Josefsson  <jas@extundo.com>
13546
13547         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
13548         D. Baushke" <mdb@gnu.org>.
13549
13550 2005-10-04  Bruno Haible  <bruno@clisp.org>
13551
13552         * lib/verify.h (verify_true): Provide alternative definition for C++.
13553
13554 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
13555
13556         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
13557         (SSIZE_MAX): New macro, if not already defined.
13558         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
13559         than 2 GiB.
13560
13561 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
13562
13563         Sync from coreutils.
13564         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
13565         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
13566         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
13567         ULLONG_MAX doesn't work with 2.7.2.1.
13568
13569 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
13570
13571         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
13572         From Ben Pfaff.
13573
13574         * modules/exclude (Depends-on): Depend on verify.
13575         * modules/strtoimax (Depends-on): Likewise.
13576         * modules/utimecmp (Depends-on): Likewise.
13577
13578 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
13579
13580         * lib/exclude.c: Include verify.h.
13581         (verify): Remove.  All callers changed to use verify.h's version.
13582         * lib/strtoimax.c: Likewise.
13583         * lib/utimecmp.c: Likewis.e
13584
13585         Sync from coreutils.
13586         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
13587         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
13588         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
13589         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
13590         bother returning ENOSYS if settimeofday or stime fails; just let
13591         them return whatever errno they want to return.
13592         * lib/utimens.c: Include unistd.h, for dup2.
13593         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
13594         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
13595
13596 2005-10-02  Jim Meyering  <jim@meyering.net>
13597
13598         Sync from coreutils.
13599         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
13600         from glibc-2.2.5 that fails for read-only files.
13601
13602 2005-10-02  Jim Meyering  <jim@meyering.net>
13603
13604         Sync from coreutils.
13605         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
13606         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
13607         `#if HAVE_CONFIG_H'.
13608         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
13609         Remove AT_FDCWD test.
13610         Do not consume the fd unless successful.
13611         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
13612         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
13613         block, so that we don't even try to compile it if settimeofday is
13614         available.  This works around a compilation failure on OSF1 V5.1,
13615         due to stime requiring a `long int*' while tv_sec is `int'.
13616
13617 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
13618
13619         Sync from coreutils.
13620         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
13621         against `yes', rather than just testing for nonempty.
13622
13623 2005-10-01  Simon Josefsson  <jas@extundo.com>
13624
13625         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
13626         and Darwin.
13627
13628         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
13629         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
13630         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
13631         freeaddrinfo and gai_strerror are declared by the POSIX headers.
13632         Check if struct addrinfo is declared.
13633
13634 2005-10-01  Simon Josefsson  <jas@extundo.com>
13635
13636         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
13637         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
13638         AI_* and EAI_* definitions.  Protect function declarations.
13639
13640 2005-10-01  Jim Meyering  <jim@meyering.net>
13641
13642         Sync from coreutils.
13643
13644         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
13645         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
13646         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
13647         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
13648         in the inet and nsl libraries.  Required on Solaris 5.7.
13649
13650 2005-10-01  Jim Meyering  <jim@meyering.net>
13651
13652         Sync from coreutils.
13653         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
13654         in the inet and nsl libraries.  Required on Solaris 5.7.
13655
13656 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
13657
13658         * lib/getdelim.c (getdelim): Remove unused variables.
13659
13660 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
13661
13662         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
13663         so that the code works even with ancient cpp.  Portability problem
13664         with GCC 2.7.2.1 reported by Thomas M.Ott.
13665
13666 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
13667
13668         * modules/regex (Depends-on): Add strcase.
13669
13670         * modules/gethostname (Licence): Change from GPL to LGPL, since
13671         gethostname.c is a trivial implementation of a standard library
13672         function.
13673         * modules/poll (License): Change from GPL to LGPL, since it's
13674         derived from LGPL code.
13675
13676 2005-09-27  Jim Meyering  <jim@meyering.net>
13677
13678         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
13679         HAVE_CONFIG_H.
13680
13681         * lib/intprops.h (signed_type_or_expr__): Define.
13682         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
13683         for unsigned types.
13684
13685 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
13686
13687         * lib/verify.h (verify_expr): Remove, replacing with:
13688         (verify_true): New macro that returns true instead of void.
13689         (verify_type__): Remove.
13690         (verify): Use verify_true rather than verify_type__.
13691
13692 2005-09-26  Bruno Haible  <bruno@clisp.org>
13693
13694         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
13695         is necessary.
13696         (lib_SOURCES): Remove mbchar.c.
13697         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
13698         (Files): Add m4/mbrtowc.m4.
13699         * modules/mbiter: Likewise.
13700         * modules/mbuiter: Likewise.
13701
13702 2005-09-26  Bruno Haible  <bruno@clisp.org>
13703
13704         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
13705         compile mbchar.c if they are not both present.
13706         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
13707         * m4/mbiter.m4 (gl_MBITER): Likewise.
13708         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
13709         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
13710         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
13711
13712 2005-09-25  Jim Meyering  <jim@meyering.net>
13713
13714         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
13715         also uses socklen_t.
13716
13717 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
13718
13719         * lib/utimens.c (ENOSYS): Define if not already defined.
13720         (futimens): Support having a null PATH if the file descriptor
13721         is nonnegative.
13722
13723         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
13724         Remove.
13725         (__attribute): Define to empty unless GCC 3.1 or later.
13726         This works around a core dump on OpenBSD 3.4, which has GCC
13727         2.95.3, which dumps core when given __attribute__(()).  It also
13728         simplifies other tests, since we really don't want to bother with
13729         worrying about which ancient version of GCC supported what.
13730         Original problem reported by Yoann Vandoorselaere, with part of
13731         the fix suggested by Derek Price.
13732
13733 2005-09-24  Jim Meyering  <jim@meyering.net>
13734
13735         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
13736         so we can once again use a positive bitfield width of 1 -- now we
13737         don't have to explain why we were using a bitfield width of 2.
13738
13739 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
13740
13741         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
13742         and similarly for the other external symbols.  Problem reported
13743         by James Gallager.
13744
13745         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
13746         bug reported by Jim Meyering.
13747
13748         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
13749         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
13750         not needed, since socklen is a prerequisite module.
13751
13752 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
13753
13754         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
13755         Problem reported by Eric Blake.
13756         (getaddrinfo): Initialize se so that it's not garbage.
13757         Redo internal storage allocation so that it doesn't make unportable
13758         assumptions about alignment.
13759         Fix a memory leak.
13760
13761         * lib/utimens.c (futimens): Use futimesat if available.
13762         Prefer it to futimes since it doesn't have the futimes bug.
13763
13764         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
13765         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
13766         Instead, declare a function that returns a pointer to an array,
13767         and use verify_type__ to declare the size of the array.
13768         Problem and germ of a solution reported by Bruno Haible.
13769         (verify_type__): Use 2, not 1, for bitfield size, to avoid
13770         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
13771
13772 2005-09-23  Jim Meyering  <jim@meyering.net>
13773
13774         Sync from coreutils.
13775         Correct build failure (socklen_t not defined) on at least
13776         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
13777         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
13778
13779 2005-09-23  Jim Meyering  <jim@meyering.net>
13780
13781         * modules/getaddrinfo (Depends-on): Add socklen.
13782
13783 2005-09-23  Bruno Haible  <bruno@clisp.org>
13784
13785         * tests/test-verify.c: New file.
13786
13787 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
13788
13789         Sync from coreutils.
13790
13791         * modules/argmatch (Depends-on): Add verify.
13792         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
13793         unistd-safer.
13794         * modules/save-cwd (Depends-on): Likewise.
13795
13796         * modules/openat (Files): Add lib/openat-die.c.
13797         (Depends-on): Remove error, exitfail.
13798         Add dirname.
13799
13800         * modules/verify: New file.
13801         * MODULES.html.sh (Diagnostics <assert.h>): New section,
13802         with "verify" module.
13803
13804 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
13805
13806         Sync from coreutils.
13807
13808         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
13809         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
13810         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
13811         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
13812         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
13813         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
13814         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
13815         Don't bother checking for string.h, stdlib.h, unistd.h.
13816         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
13817         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
13818         module's job.
13819         * m4/jm-macros.m4 (gl_MACROS): Likewise.
13820         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
13821
13822         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
13823         (gl_GETDATE): Use it.
13824
13825         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
13826
13827 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
13828
13829         Sync from coreutils.
13830
13831         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
13832         stat-time.h.
13833         * lib/argmatch.h: Include verify.h
13834         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
13835         (ARGMATCH_ASSERT): Remove; unused.
13836         * lib/canonicalize.c: Assume STDC_HEADERS.
13837         * lib/exclude.c: Include "strcase.h".
13838         * lib/regex_internal.h [!defined _LIBC]: Likewise.
13839         * lib/getusershell.c: Include stdio--.h rather than stdio.h
13840         and stdio-safer.h.
13841         (getusershell): Call fopen, not fopen_safer.
13842         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
13843         Do not include unistd-safer.h.
13844         (save_cwd): Don't call fd_safer; no longer needed
13845         now that we include fcntl--.h.
13846
13847         * lib/getdate.y (relative_time): New type.
13848         (RELATIVE_TIME_0): New constant.
13849         (parser_control): Use relative_time instead of doing it ourselves.
13850         (%union): Add new relative_time rel member.
13851         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
13852         Now typeless.
13853         (relunit, relunit_snumber): Now of type rel.
13854         (zone, rel, relunit, get_date): Adjust to above changes.
13855
13856         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
13857         Do not include unistd-safer.h.
13858         (getloadavg): Don't call fd_safer; no longer needed
13859         now that we include fcntl--.h.
13860
13861         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
13862         (make_dir_parents): Treat ENOSYS like EEXIST.
13863
13864         Improve quality of diagnostics on restore_cwd failure.
13865         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
13866         (make_dir_parents): Last arg is now int * (for errno), not bool *.
13867         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
13868         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
13869         each time through the loop.  Do not diagnose restore_cwd failure;
13870         that is the caller's job (and perhaps the caller does not care).
13871
13872         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
13873         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
13874         If the file already exists but is not a directory, don't bother
13875         to try to make its parents.
13876         Close potential file descriptor leak if we can't chdir("/") (!).
13877         Don't always return true if chdir($PWD) fails; return true only
13878         if the requested action was done successfully (except for the
13879         chdir($PWD)).
13880         Don't log final directory unless we actually made it.
13881         Refactor to avoid duplicate code to fix up permissions.
13882         Don't attempt to fix up parent permissions if chdir($PWD) fails.
13883
13884         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
13885         to make it a bit faster and (I hope) clearer.
13886         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
13887         Fix bug in formats like %2N.
13888
13889         * lib/verify.h: New file.
13890
13891 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
13892
13893         Sync from coreutils.
13894         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
13895
13896 2005-09-22  Jim Meyering  <jim@meyering.net>
13897
13898         Sync from coreutils.
13899
13900         * m4/lstat.m4 (gl_FUNC_LSTAT):
13901         Use AC_LIBSOURCES to require lstat.c and lstat.h.
13902         Remove obsolete comment.
13903         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
13904         * m4/xstrtod.m4: Likewise.
13905
13906         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
13907
13908 2005-09-22  Jim Meyering  <jim@meyering.net>
13909
13910         Sync from coreutils.
13911
13912         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
13913
13914         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
13915         the .tm_year member, since otherwise gcc-4.0 would now warn about
13916         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
13917
13918         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
13919         order to avoid an unsuppressible warning from gcc on 64-bit systems.
13920
13921         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
13922         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
13923         when run in a time zone for which daylight savings time is in effect
13924         for the starting date.
13925
13926         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
13927         stop us from restricting permissions of just-created absolute-named
13928         directories.
13929         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
13930         to restore initial working directory.
13931         * lib/mkdir-p.c (make_dir_parents): New parameter:
13932         different_working_dir, to tell caller if/when we change the working
13933         directory and are unable to return to the initial one.
13934         * lib/mkdir-p.h (make_dir_parents): Update prototype.
13935         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
13936         `return false'.  This fixes a bug introduced on 2004-07-30.
13937
13938         * lib/openat.c (fdopendir): Be sure to close the supplied
13939         file descriptor before returning.  This makes our replacement
13940         implementation a little closer to Solaris's, where fdopendir
13941         ties the file descriptor to the returned DIR* pointer.
13942         * lib/openat.c (unlinkat): New function.
13943         * lib/openat.h (unlinkat): Add prototype.
13944         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
13945         (openat_restore_fail): Rename from openat_restore_die.
13946         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
13947
13948         Provide an alternative to exiting immediately upon save_cwd or
13949         restore_cwd failure.  Now, an application can arrange e.g.,
13950         to perform a longjump in that case.
13951         * lib/openat.c: Include dirname.h.
13952         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
13953         (rpl_openat, fdopendir, fstatat): Call openat_save_die
13954         and openat_restore_die rather than calling error directly.
13955         Don't include "error.h" or "exitfail.h"; they're no longer needed.
13956
13957         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
13958         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
13959         define.
13960
13961         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
13962         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
13963                             int utc, int nanoseconds);
13964         Background:
13965         date should not have to allocate a megabyte of virtual memory to
13966         handle a format argument like +%1048575T.  When implemented with
13967         strftime, it must allocate such a buffer, use strftime to fill it
13968         in, print it, then free it.
13969         With fprintftime, it simply prints everything and exits.
13970         With no need for memory allocation, that's one fewer way to fail.
13971         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
13972         optional field width, not before, so we accept %9:z, not %:9z.
13973         (my_strftime): Be sure to use L_('x') for literals.
13974
13975         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
13976         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
13977         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
13978         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
13979         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
13980         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
13981         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
13982         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
13983         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
13984         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
13985         * lib/xgethostname.c, lib/xreadlink.c:
13986         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
13987
13988         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
13989         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
13990         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
13991         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
13992         and don't include <sys/file.h>).
13993
13994 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
13995
13996         Sync from coreutils.
13997
13998         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
13999         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
14000         [!LDAV_DONE]: Avoid unused variable warning.
14001
14002 2005-09-21  Bruno Haible  <bruno@clisp.org>
14003
14004         * lib/unicodeio.h (unicode_to_mb): New declaration.
14005
14006 2005-09-20  Derek Price  <derek@ximbiot.com>
14007
14008         * lib/getaddrinfo.c: Don't include <netdb.h> included from
14009         getaddrinfo.h.
14010
14011 2005-09-20  Bruno Haible  <bruno@clisp.org>
14012
14013         * gnulib-tool: Remove trailing slashes from the values specified for
14014         --source-base, --m4-base, --tests-base, --aux-dir.
14015         Suggested by Simon Josefsson <jas@extundo.com>.
14016
14017 2005-09-20  Bruno Haible  <bruno@clisp.org>
14018
14019         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
14020         func_modules_to_filelist, func_import, func_create_testdir): Make all
14021         sorting results locale-independent, so that gnulib-cache.m4 doesn't
14022         change when gnulib-tool is invoked in a different locale.
14023
14024 2005-09-19  Simon Josefsson  <jas@extundo.com>
14025
14026         * m4/socklen.m4: Fix typo.
14027
14028 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14029
14030         Use a consistent style for including <config.h>.
14031         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
14032         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
14033         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
14034         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
14035         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
14036         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
14037         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
14038         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
14039         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
14040         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
14041         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
14042         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
14043         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
14044         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
14045         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
14046         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
14047         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
14048         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
14049         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
14050         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
14051         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
14052         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
14053         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
14054         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
14055         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
14056         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
14057         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
14058         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
14059         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
14060         lib/xstrtoumax.c, lib/yesno.c:
14061         Standardize inclusion of config.h.
14062         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
14063         lib/inttostr.h:  Removed inclusion of config.h from header files.
14064         * lib/inttostr.c:  Adjusted in-tree users.
14065         * lib/timespec.h: Remove superfluous warning to include config.h.
14066         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
14067         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
14068         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
14069         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
14070         config.h with HAVE_CONFIG_H.
14071
14072 2005-09-19  Jim Meyering  <jim@meyering.net>
14073
14074         * modules/pathmax (License): Change to LGPL.
14075
14076 2005-09-19  Derek Price  <derek@ximbiot.com>
14077
14078         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
14079
14080 2005-09-19  Bruno Haible  <bruno@clisp.org>
14081
14082         * gnulib-tool (import): Provide default for --tests-base.
14083
14084 2005-09-19  Bruno Haible  <bruno@clisp.org>
14085
14086         * doc/quote.texi: New file, extracted from gnulib.texi.
14087         * doc/ctime.texi: New file, extracted from gnulib.texi.
14088         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
14089         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
14090         * doc/gnulib.texi: Include them.
14091
14092 2005-09-18  Bruno Haible  <bruno@clisp.org>
14093
14094         Portability fix.
14095         * gnulib-tool (func_readlink): New function.
14096         (func_ln_if_changed): Use it.
14097
14098 2005-09-18  Bruno Haible  <bruno@clisp.org>
14099
14100         * gnulib-tool: Support --with-tests also with --import.
14101         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
14102         (func_import): Use variables $testsbase and $inctests. Emit a
14103         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
14104         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
14105         SUBDIRS += $testsdir.
14106         (func_create_testdir): Update.
14107
14108 2005-09-18  Bruno Haible  <bruno@clisp.org>
14109
14110         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
14111         instead of $dry_run.
14112         (func_cp_if_changed, func_mv_if_changed): Remove functions.
14113         (func_ln_if_changed): Don't handle dry-run here.
14114         (func_import): In dry-run mode, detect more precisely which actions
14115         would be performed, and don't use "...ing" verbs.
14116
14117 2005-09-18  Bruno Haible  <bruno@clisp.org>
14118
14119         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
14120         (func_import): Use join on two temporary files instead of three nested
14121         loops, in order to determine which files are new or old.
14122
14123 2005-09-18  Bruno Haible  <bruno@clisp.org>
14124
14125         * gnulib-tool (func_import): Comment out code that spits out the
14126         new files with --dry-run.
14127
14128 2005-09-18  Bruno Haible  <bruno@clisp.org>
14129
14130         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
14131
14132 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
14133
14134         * lib/stat-time.h: New file.
14135         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
14136         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
14137         in a different way.
14138         (timespec_cmp): New function.
14139         * lib/utimecmp.c: Include stat-time.h.
14140         (SYSCALL_RESOLUTION): Depend on whether various struct stat
14141         members exist, not on the obsolescent ST_MTIM_NSEC.
14142         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
14143
14144 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
14145
14146         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
14147
14148 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
14149
14150         * MODULES.html.sh (File system functions): Add stat-time.
14151         * modules/stat-time: New file.
14152         * modules/timespec (Files): Remove m4/st_mtim.m4; this
14153         is now done in a different way, by the stat-time module.
14154         * modules/utimecmp (Depends-on): Add stat-time.
14155
14156 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
14157
14158         * m4/st_mtim.m4: Remove.  Superseded by...
14159         * m4/stat-time.m4: New file.
14160         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
14161         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
14162
14163 2005-09-15  Derek Price  <derek@ximbiot.com>
14164
14165         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
14166
14167 2005-09-15  Derek Price  <derek@ximbiot.com>
14168
14169         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
14170         * lib/regex_internal.c: Ditto, using this...
14171         (__GNUC_PREREQ): ...new macro.
14172         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
14173         using...
14174         (__GNUC_PREREQ): ...this new macro.
14175
14176         * lib/strstr.h: Include string.h. Define strstr as a macro here.
14177
14178 2005-09-15  Derek Price  <derek@ximbiot.com>
14179             Paul Eggert  <eggert@cs.ucla.edu>
14180
14181         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
14182         changes, consolidating in...
14183         * lib/regex_internal.h: ...this file.
14184
14185 2005-09-13  Jim Meyering  <jim@meyering.net>
14186
14187         * lib/canon-host.c: Filter through gnu indent and reword comments
14188         slightly.
14189         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
14190
14191 2005-09-13  Derek Price  <derek@ximbiot.com>
14192
14193         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
14194         failure.
14195         Reported by Jim Meyering  <jim@meyering.net>.
14196
14197 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
14198
14199         * lib/base64.c: Typo.
14200         (base64_encode): Put b64str in initialized data section.
14201
14202 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
14203
14204         Merge glibc and coreutils changes into gnulib, plus a few
14205         extra fixes.
14206         * lib/md5.c: Use #error rather than a string.
14207         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
14208         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
14209         (__attribute__): Define to empty for non recent-GCC.
14210         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
14211         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
14212         Renamed from their non-__ counterparts, with new macros replacing
14213         them if not _LIBC.  Add __THROW attribute.
14214         (rol): Remove.
14215         (struct md5_ctx): Align buffer if using GCC.
14216         * lib/sha1.h (struct sha1_ctx): Likewise.
14217         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
14218         The old name was backwards.
14219         (NOTSWAP): Remove; not used.
14220         (rol): New macro, moved here from md5.h.
14221         (sha1_process_block): Remove a FIXME that doesn't make sense.
14222
14223 2005-09-12  Derek Price  <derek@ximbiot.com>
14224
14225         Return usable errors from canon-host.
14226         * lib/canon-host.h: New file.
14227         * lib/canon-host.c (canon_host): Wrap...
14228         (canon_host_r): ...this new function, which now relies exclusively on
14229         getaddrinfo.
14230         (ch_strerror): New function.
14231         (last_cherror): New global.
14232         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
14233         interface.
14234         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
14235         void *.
14236         (freeaddrinfo): Free ai->ai_canonname when set.
14237
14238 2005-09-12  Derek Price  <derek@ximbiot.com>
14239
14240         Make canon-host require getaddrinfo.
14241         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
14242         AC_LIBSOURCE canon-host.h.  Call...
14243         (gl_PREREQ_CANON_HOST): ...this new function, which requires
14244         gl_GETADDRINFO.
14245         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
14246
14247 2005-09-12  Derek Price  <derek@ximbiot.com>
14248
14249         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
14250         LGPL.
14251         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
14252
14253 2005-09-12  Derek Price  <derek@ximbiot.com>
14254
14255         * lib/gai_strerror.c: Include config.h when available.  Include
14256         getaddrinfo.h before other headers to test interface.
14257         Reported by Larry Jones <lawrence.jones@ugs.com>.
14258
14259 2005-09-12  Derek Price  <derek@ximbiot.com>
14260             Paul Eggert  <eggert@cs.ucla.edu>
14261
14262         * modules/glob (Files): Add glob-libc.h.
14263
14264 2005-09-12  Derek Price  <derek@ximbiot.com>
14265             Paul Eggert  <eggert@cs.ucla.edu>
14266
14267         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
14268         glob_.h, glob-libc.h.
14269         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
14270
14271 2005-09-12  Derek Price  <derek@ximbiot.com>
14272             Paul Eggert  <eggert@cs.ucla.edu>
14273
14274         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
14275         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
14276         protecting things that should be done only in gnulib contexts.
14277         * lib/glob_.h: New file, containing only the glob things needed for
14278         gnulib.
14279         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
14280         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
14281         (glob, globfree, glob_pattern_p): Now defined simply in terms of
14282         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
14283         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
14284         and to respect the namespace rules better.
14285
14286 2005-09-08  Simon Josefsson  <jas@extundo.com>
14287
14288         * modules/socklen: New file.
14289
14290 2005-09-08  Simon Josefsson  <jas@extundo.com>
14291
14292         * m4/socklen.m4: New file.
14293
14294 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
14295
14296         * modules/utimens (Files): Add m4/utimbuf.m4, since
14297         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
14298         Reported by Sergey Poznyakoff.
14299
14300 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
14301
14302         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
14303         definitions, since that's the preferred style in glibc.
14304         Fix a minor spacing issue, and update copyright notice to match
14305         glibc's.
14306
14307 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
14308
14309         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
14310
14311 2005-09-06  Simon Josefsson  <jas@extundo.com>
14312
14313         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
14314         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
14315
14316 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
14317
14318         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
14319         warning.
14320
14321 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
14322
14323         * config/srclist.txt: Add glibc bug 1302.
14324
14325 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
14326
14327         Change bitset word type from unsigned int to unsigned long int,
14328         as this has better performance on typical 64-bit hosts.
14329         Port bitset code to hosts with unusual word sizes.
14330         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
14331         (build_collating_symbol):
14332         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
14333         argument is a bitset.  This is merely a style issue, but it makes
14334         it clearer that an entire array is expected.
14335         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
14336         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
14337         Port to the case where bitset_word is not the same as unsigned int.
14338         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
14339         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
14340         Likewise.
14341         * lib/regexec.c (check_dst_limits_calc_pos_1,
14342         check_subexp_matching_top):
14343         (build_trtable, group_nodes_into_DFAstates):
14344         Likewise.
14345         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
14346         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
14347         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
14348         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
14349         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
14350         * lib/regcomp.c (optimize_subexps, lower_subexp):
14351         Work even if bitset_word has holes in its bitwise representation.
14352         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
14353         * lib/regexec.c (check_dst_limits_calc_pos_1,
14354         check_subexp_matching_top):
14355         Likewise.
14356         * lib/regex_internal.c (re_string_reconstruct):
14357         Don't assume UCHAR_MAX == 255.
14358         * lib/regex_internal.h (bitset_set_all): Likewise.
14359         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
14360         All uses changed.
14361         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
14362         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
14363         All uses changed.
14364         (BITSET_WORD_MAX): New macro.
14365         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
14366         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
14367         (bitset_empty, bitset_copy):
14368         Prefer sizeof (bitset) to multiplying it out ourselves.
14369         (bitset_not_merge): Remove; unused.
14370         (bitset_contain): Return bool, not unsigned int with one bit on.
14371         All callers changed.
14372         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
14373         alignment than re_node_set; do this by defining a new internal
14374         type struct dests_alloc and using it to allocate memory.
14375
14376 2005-09-05  Bruno Haible  <bruno@clisp.org>
14377
14378         * gnulib-tool (func_import): Fix comparison in handling of symbolic
14379         links.
14380
14381 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
14382
14383         * modules/size_max (Makefile.am): Add size_max.h
14384
14385 2005-09-04  Derek Price  <derek@ximbiot.com>
14386
14387         * gnulib-tool (func_import): Fix reversed $symbolic logic.
14388
14389 2005-09-03  Simon Josefsson  <jas@extundo.com>
14390
14391         * gnulib-tool: Fix typo.
14392
14393 2005-09-03  Simon Josefsson  <jas@extundo.com>
14394
14395         * config/srclist.txt: Add glibc bug 1293.
14396
14397 2005-09-03  Derek Price  <derek@ximbiot.com>
14398
14399         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
14400         From Larry Jones <lawrence.jones@ugs.com>.
14401
14402 2005-09-02  Simon Josefsson  <jas@extundo.com>
14403
14404         * modules/socklen: New file.
14405
14406 2005-09-02  Simon Josefsson  <jas@extundo.com>
14407
14408         * modules/havelib: New module.
14409
14410         * modules/gettext, modules/iconv, modules/lock, modules/readline:
14411         Use havelib.
14412
14413 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
14414
14415         Check for arithmetic overflow when calculating sizes, to prevent
14416         some buffer-overflow issues.  These patches are conservative, in the
14417         sense that when I couldn't determine whether an overflow was possible,
14418         I inserted a run-time check.
14419         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
14420         macros.
14421         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
14422         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
14423         (re_xnrealloc, re_x2nrealloc): New inline functions.
14424         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
14425         parse_bracket_exp):
14426         (build_equiv_class, build_charclass): Check for arithmetic overflow
14427         in size expression calculations.
14428         * lib/regex_internal.c (re_string_realloc_buffers):
14429         (build_wcs_upper_buffer, re_node_set_add_intersect):
14430         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
14431         (re_dfa_add_node, register_state): Likewise.
14432         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
14433         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
14434         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
14435         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
14436
14437 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
14438
14439         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
14440         m4/ulonglong.m4.  Problem reported by Martin Lambers.
14441
14442 2005-09-02  Bruno Haible  <bruno@clisp.org>
14443
14444         Support for lib vs. lib64 distinction on biarch platforms.
14445         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
14446         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
14447         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
14448
14449 2005-09-02  Bruno Haible  <bruno@clisp.org>
14450
14451         * gnulib-tool (import): In the other first-use case, provide defaults
14452         as well.
14453
14454 2005-09-02  Bruno Haible  <bruno@clisp.org>
14455
14456         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
14457         patches not yet found in the latest gettext release.
14458
14459 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
14460
14461         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
14462         to avoid a collision with bits/local_lim.h in glibc.
14463         All uses changed.  Problem reported by Dmitry V. Levin in
14464         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
14465
14466         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
14467         bugs in int versus size_t comparisons.
14468         (re_string_context_at): Fix bug where the code assumed that
14469         Idx is signed.
14470
14471         Use bool where appropriate.
14472         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
14473         All callers changed.
14474         (calc_eclosure_iter): Likewise, for ROOT arg.
14475         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
14476         (build_charclass_op): Likewise, for NON_MATCH arg.
14477         * lib/regex_internal.c (re_string_allocate, re_string_construct):
14478         (re_string_construct_common): Likewise, for ICASE arg.
14479         * lib/regexec.c (re_search_2_stub, re_search_stub):
14480         Likewise, for RET_LEN arg.
14481         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
14482         (set_regs): Likewise, for FL_BACKTRACK arg.
14483         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
14484         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
14485         (calc_eclosure_iter, parse_bracket_exp):
14486         Use bool for internal variables that are booleans.
14487         * lib/regexec.c (re_search_internal, check_matching,
14488         proceed_next_node):
14489         (set_regs, build_sifted_states, sift_states_bkref):
14490         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
14491         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
14492         (find_collation_sequence_value):
14493         Likewise.
14494         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
14495         (re_node_set_compare):
14496         Return bool, not int. All callers changed.
14497         * lib/regexec.c (check_halt_node_context, check_dst_limits):
14498         (build_trtable, check_node_accept): Likewise.
14499         * lib/regex_internal.h: Include stdbool.h.
14500
14501         Fix bugs uncovered when converting to bool.
14502         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
14503         failure instead of charging ahead blindly.
14504         * lib/regex_internal.c (register_state): Likewise.
14505         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
14506         for freeing internal storage.
14507         (group_nodes_into_DFA_states): Use unsigned int, not int, for
14508         bitset pieces used as boolean, to avoid undefined behavior
14509         on hosts that do int overflow checking.
14510
14511 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
14512
14513         * config/srclist.txt: Add glibc bugs 1285-1287.
14514
14515 2005-09-01  Jim Meyering  <jim@meyering.net>
14516
14517         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
14518         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
14519         Require gl_STAT_MACROS, too.
14520
14521 2005-09-01  Bruno Haible  <bruno@clisp.org>
14522
14523         * gnulib-tool (import): In the first-use case, provide defaults.
14524
14525 2005-09-01  Bruno Haible  <bruno@clisp.org>
14526
14527         * gnulib-tool (func_import): Remove the .tmp files.
14528
14529 2005-09-01  Bruno Haible  <bruno@clisp.org>
14530
14531         * gnulib-tool (func_import): Fix handling of symbolic links.
14532
14533 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14534
14535         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
14536         old glibc regex code mishandles strings longer than 2**31 bytes.
14537         This patch fixes this when the regex code is used in gnulib
14538         (i.e., outside glibc).
14539
14540         This patch should not affect the use of the regex code inside
14541         glibc.  No doubt this problem also needs to be handled for glibc
14542         as well, but the result will be an incompatible change to the
14543         glibc ABI, and the old ABI will have to be supported too.  That
14544         can be the the subject for another patch.
14545
14546         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
14547         governing whether the rest of this patch is active.  By default,
14548         the macro is disabled and the patch has no effect.
14549         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
14550         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
14551         (struct re_pattern_buffer, re_search, re_search_2, re_match):
14552         (re_match_2, re_set_registers): Use the new types.
14553         * lib/regex_internal.h (Idx, re_hashval_t): New types.
14554         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
14555         New macros.
14556         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
14557         (re_string_context_at, bin_tree_t, re_dfastate_t):
14558         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
14559         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
14560         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
14561         (re_string_char_size_at, re_string_wchar_at):
14562         (re_string_elem_size_at):
14563         Use the new types and macros to port to 64-bit hosts.
14564         Use unsigned types for internal values, so that the code
14565         mostly works even for arrays larger than SSIZE_MAX.
14566         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
14567         (search_duplicated_node, calc_eclosure_iter, fetch_number):
14568         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
14569         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
14570         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
14571         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
14572         (calc_inveclosure, parse_dup_op, build_range_exp):
14573         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
14574         (fetch_number, create_token_tree, mark_opt_subexp):
14575         Likewise.
14576         * lib/regex_internal.c (re_string_construct_common,
14577         create_ci_newstate):
14578         (create_cd_newstate, re_string_allocate, re_string_construct):
14579         (re_string_realloc_buffers, build_wcs_upper_buffer):
14580         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
14581         (re_string_reconstruct, re_string_peek_byte_case):
14582         (re_string_fetch_byte_case, re_string_context_at):
14583         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
14584         (re_node_set_init_copy, re_node_set_add_intersect):
14585         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
14586         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
14587         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
14588         (re_acquire_state, re_acquire_state_context, register_state):
14589         Likewise.
14590         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
14591         search_cur_bkref_entry):
14592         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
14593         (re_search_internal, re_search_2_stub, re_search_stub)
14594         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
14595         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
14596         (update_cur_sifted_state, check_dst_limits):
14597         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
14598         (check_subexp_limits, sift_states_bkref, merge_state_array):
14599         (check_subexp_matching_top, get_subexp, get_subexp_sub):
14600         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
14601         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
14602         (expand_bkref_cache, check_node_accept_bytes):
14603         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
14604         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
14605         (acquire_init_state_context, check_halt_node_context):
14606         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
14607         (sift_states_backward, clean_state_log_if_needed):
14608         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
14609         (find_recover_state, transit_state_sb, transit_state_mb):
14610         (transit_state_bkref, build_trtable, match_ctx_clean):
14611         Likewise.
14612         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
14613         to work around an assumption that REG_MISSING is negative.
14614
14615         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
14616         (seek_collating_symbol_entry) [defined _LIBC]:
14617         (lookup_collation_sequence_value) [defined _LIBC]:
14618         (build_range_exp, build_collating_symbol) [defined _LIBC]:
14619         Use prototypes rather than old-style function definitions.
14620         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
14621         (transit_state_sb) [0]:
14622         (find_collation_sequence_value) [defined _LIBC]: Likewise.
14623
14624         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
14625         rm_eo.
14626
14627         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
14628         (optimize_subexps, lower_subexp):
14629         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
14630         since the signed shift might overflow.  Use 1u<<31 instead.
14631         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
14632         Likewise.
14633         * lib/regexec.c (check_dst_limits_calc_pos_1,
14634         check_subexp_matching_top): Likewise.
14635
14636         * lib/regcomp.c (optimize_subexps, lower_subexp):
14637         Use CHAR_BIT rather than 8, for clarity.
14638         * lib/regexec.c (check_dst_limits_calc_pos_1):
14639         (check_subexp_matching_top): Likewise.
14640         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
14641         have to worry about portability issues when shifting it left.
14642         Remove no-longer-needed test for table_size > 0.
14643         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
14644         in a word, as the resulting behavior is undefined.
14645         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
14646         in one case, a <= should have been an <, and in another case the
14647         whole test was missing.
14648         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
14649         the standard name CHAR_BIT.
14650         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
14651         this is not true on one's complement and signed-magnitude hosts.
14652
14653         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
14654         next_last_offset.
14655         (struct re_dfa_t): Remove unused member states_alloc.
14656         * lib/regcomp.c (init_dfa): Don't initialize unused members.
14657
14658 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14659
14660         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
14661         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
14662         and large-file glibc and in 32-bit large-file Solaris.
14663
14664 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14665
14666         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
14667         lengths fit in regoff_t; this isn't true if regoff_t is the same
14668         width as size_t.
14669         * lib/regex.c (re_search_internal): 5th arg is LAST_START
14670         (= START + RANGE) instead of RANGE.  This avoids overflow
14671         problems when regoff_t is the same width as size_t.
14672         All callers changed.
14673         (re_search_2_stub): Check for overflow when adding the
14674         sizes of the two strings.
14675         (re_search_stub): Check for overflow when adding START
14676         to RANGE; if it occurs, substitute the extreme value.
14677
14678 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14679
14680         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
14681
14682 2005-08-31  Jim Meyering  <jim@meyering.net>
14683
14684         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
14685         a pointer-to-const.
14686         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
14687         (register_state): Likewise.
14688         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
14689         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
14690         (group_nodes_into_DFAstates): Likewise.
14691
14692 2005-08-31  Jim Meyering  <jim@meyering.net>
14693
14694         * check-module: Add a FIXME comment.
14695
14696 2005-08-31  Eric Blake  <ebb9@byu.net>
14697
14698         * modules/unistd-safer (Files): Add unistd--.h.
14699         * modules/stdio-safer (Files): Add stdio--.h.
14700
14701 2005-08-31  Derek Price  <derek@ximbiot.com>
14702
14703         * lib/getdelim.c (getdelim): Return EOF on EOF.
14704         Reported by Larry Jones <lawrence.jones@ugs.com>.
14705
14706 2005-08-31  Bruno Haible  <bruno@clisp.org>
14707
14708         Avoid unnecessary diffs in the generated lib/Makefile.am.
14709         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
14710         the generated files.
14711         (func_import): Don't set cmd.
14712
14713 2005-08-31  Bruno Haible  <bruno@clisp.org>
14714
14715         * lib/strstr.c: Include <stddef.h>, for NULL.
14716         * lib/strcasestr.c: Likewise.
14717         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
14718
14719 2005-08-31  Bruno Haible  <bruno@clisp.org>
14720
14721         * gnulib-tool: New option --macro-prefix.
14722         (func_import): Use macro_prefix.
14723         (import): Handle option --macro-prefix.
14724
14725 2005-08-31  Bruno Haible  <bruno@clisp.org>
14726
14727         * gnulib-tool (import): Rename most ac_* variables to cached_*.
14728         Also use new variables cached_lgpl, cached_libtool.
14729
14730 2005-08-31  Bruno Haible  <bruno@clisp.org>
14731
14732         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
14733         always instantiating them.
14734
14735 2005-08-31  Bruno Haible  <bruno@clisp.org>
14736
14737         * gnulib-tool (func_import): Read the previous cached settings
14738         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
14739         earlier added by gnulib but are now dropped. Warn when a gnulib file
14740         overwrites a non-gnulib file.
14741
14742 2005-08-31  Bruno Haible  <bruno@clisp.org>
14743
14744         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
14745         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
14746         projects that don't keep autogenerated files in CVS. Put into
14747         actioncmd only the specified modules, not the transitive closure.
14748
14749 2005-08-31  Bruno Haible  <bruno@clisp.org>
14750
14751         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
14752         Create directories that shall be filled.
14753         (import): Don't look for gl_* macros in configure.ac. Recurse across
14754         all directories containing a gnulib-cache.m4 files, if meaningful.
14755
14756 2005-08-31  Bruno Haible  <bruno@clisp.org>
14757
14758         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
14759         (import): Set seen_libtool when we see gl_LIBTOOL.
14760
14761 2005-08-31  Bruno Haible  <bruno@clisp.org>
14762
14763         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
14764         declaration macro definitions from generated gnulib.m4.
14765
14766 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
14767
14768         * lib/iconvme.h: Add prototype for iconv_alloc.
14769
14770 2005-08-29  Simon Josefsson  <jas@extundo.com>
14771
14772         * lib/iconvme.c: Fix errno.
14773
14774 2005-08-29  Bruno Haible  <bruno@clisp.org>
14775
14776         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
14777         that it works when the directory contains spaces.
14778
14779 2005-08-29  Bruno Haible  <bruno@clisp.org>
14780
14781         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
14782
14783 2005-08-29  Bruno Haible  <bruno@clisp.org>
14784
14785         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
14786         Emit more advice.
14787
14788 2005-08-29  Bruno Haible  <bruno@clisp.org>
14789         and Stepan Kasal  <kasal@ucw.cz>
14790
14791         * check-module: If more parameters are given, check each of them
14792         separately; add more exceptions, as noted by Jim Meyering.
14793         (check_module): New procedure.
14794         (%exempt_header): Now contains all exceptions.
14795
14796 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
14797
14798         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
14799
14800 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
14801
14802         * lib/iconvme.c: Split iconv_string into iconv_alloc.
14803
14804 2005-08-28  Bruno Haible  <bruno@clisp.org>
14805
14806         * m4/gnulib-tool.m4: New file.
14807
14808 2005-08-27  Jim Meyering  <jim@meyering.net>
14809
14810         * modules/unistd-safer (Files): Add pipe-safer.c.
14811         * modules/fcntl-safer (Files): Add creat-safer.c.
14812
14813 2005-08-27  Jim Meyering  <jim@meyering.net>
14814
14815         * m4/stdlib-safer.m4: New file.  From coreutils.
14816         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
14817         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
14818         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
14819         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
14820         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
14821
14822 2005-08-27  Jim Meyering  <jim@meyering.net>
14823
14824         * lib/fopen-safer.c: Merge minor changes from coreutils.
14825         * lib/dup-safer.c: Likewise.
14826         * lib/fd-safer.c: Likewise.
14827
14828         Merge from coreutils.
14829         * lib/stdio--.h: New file.
14830         * lib/stdlib--.h: New file.
14831         * lib/mkstemp-safer.c: New file.
14832
14833         GNU tar needs these.
14834         * lib/pipe-safer.c: New file.
14835         * lib/creat-safer.c: New file.
14836         * lib/fcntl--.h (creat): Define to creat_safer.
14837         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
14838         * lib/unistd--.h (pipe): Define to pipe_safer.
14839         * lib/unistd-safer.h: Declare pipe_safer.
14840
14841 2005-08-26  Simon Josefsson  <jas@extundo.com>
14842
14843         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
14844         Haible <bruno@clisp.org>.
14845
14846 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
14847
14848         * lib/regex_internal.h: Remove all references to
14849         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
14850         or better.
14851         (bitset_not, bitset_merge, bitset_not_merge):
14852         (bitset_mask, re_string_allocate, re_string_construct):
14853         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
14854         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
14855         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
14856         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
14857         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
14858         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
14859         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
14860         (re_acquire_state_context):
14861         Remove unnecessary forward decls.
14862         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
14863         Put __attribute at function definition,
14864         now that the function decl has been removed.
14865         * lib/regex_internal.c (re_string_peek_byte_case):
14866         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
14867         Likewise.
14868
14869 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
14870
14871         * m4/regex.m4: Add AC_PREREQ(2.50).
14872         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
14873
14874 2005-08-25  Simon Josefsson  <jas@extundo.com>
14875
14876         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
14877         __fsetlocking.
14878
14879 2005-08-25  Simon Josefsson  <jas@extundo.com>
14880
14881         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
14882         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
14883         GLIBC specific code.
14884
14885 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
14886
14887         Make regex safe for g++.  This fixes one real bug (an "err"
14888         that should have been "*err").  g++ problem reported by
14889         Sam Steingold.
14890         * lib/regex_internal.h (re_calloc): New macro, consistent with
14891         re_malloc etc.  All callers of calloc changed to use re_calloc.
14892         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
14893         not int.  All callers changed.
14894         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
14895         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
14896         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
14897         (find_recover_state): Change "err" to "*err"; this fixes what
14898         appears to be a real bug.
14899         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
14900         versus int.
14901
14902 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
14903
14904         * modules/regex (Depends-on): Add malloc, since the code
14905         assumes that !malloc(0) means failure.
14906
14907 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
14908
14909         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
14910
14911         alloca modernization/simplification for regex.
14912         * lib/regex.c: Remove portability cruft for alloca.  This no longer
14913         needs to be at the start of the file, and can be moved into
14914         regex_internal.h and simplified.
14915         * lib/regex_internal.h: Include <alloca.h>.
14916         (__libc_use_alloca) [!defined _LIBC]: New macro.
14917         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
14918         now works outside glibc.
14919
14920 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
14921
14922         * config/srclist.txt: Add glibc bugs 1241, 1245.
14923
14924 2005-08-25  Jim Meyering  <jim@meyering.net>
14925
14926         * lib/open-safer.c: Include <config.h>.
14927         Otherwise, we'd lose LARGEFILE support in any file using
14928         e.g. "fcntl--.h"
14929
14930 2005-08-25  Bruno Haible  <bruno@clisp.org>
14931
14932         * m4/minmax.m4: Require autoconf 2.52.
14933         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
14934         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
14935         alternatives of translit over the alphabet.
14936         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
14937
14938 2005-08-24  Simon Josefsson  <jas@extundo.com>
14939
14940         * tests/test-getpass.c: New file.
14941
14942 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
14943
14944         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
14945         for GNU regex features.
14946
14947 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
14948
14949         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
14950         * lib/regex.h (regerror): Likewise.
14951
14952         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
14953         requires this.  (The code never needed it.)
14954
14955         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
14956         All uses of recently-renamed identifiers changed to use the new,
14957         POSIX-compliant names.  The code will build and run just fine
14958         without these changes, but it's better to eat our own dog food
14959         and use the standard-conforming names.
14960
14961         * lib/regex.h: Fix a multitude of POSIX name space violations.
14962         These changes have an effect only for programs that define
14963         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
14964         do not change anything for programs compiled in the normal way.
14965         Also, there is no effect on the ABI.
14966
14967         (_REGEX_SOURCE): New macro.
14968         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
14969         defined and _GNU_SOURCE is not; this fixes a name space violation.
14970
14971         Rename the following macros to obey POSIX requirements.
14972         The old names are still visible as macros if _REGEX_SOURCE is defined.
14973         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
14974         RE_BACKSLASH_ESCAPE_IN_LISTS.
14975         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
14976         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
14977         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
14978         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
14979         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
14980         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
14981         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
14982         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
14983         (REG_INTERVALS): renamed from RE_INTERVALS.
14984         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
14985         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
14986         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
14987         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
14988         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
14989         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
14990         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
14991         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
14992         RE_UNMATCHED_RIGHT_PAREN_ORD.
14993         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
14994         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
14995         (REG_DEBUG): renamed from RE_DEBUG.
14996         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
14997         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
14998         unusual, since we can't clash with the POSIX REG_ICASE.
14999         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
15000         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
15001         (REG_NO_SUB): renamed from RE_NO_SUB.
15002         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
15003         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
15004         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
15005         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
15006         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
15007         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
15008         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
15009         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
15010         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
15011         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
15012         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
15013         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
15014         RE_SYNTAX_POSIX_MINIMAL_BASIC.
15015         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
15016         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
15017         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
15018         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
15019         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
15020         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
15021         (REG_FIXED): Renamed from REGS_FIXED.
15022         (REG_NREGS): Renamed from RE_NREGS.
15023
15024         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
15025         of other REG_* macros, since POSIX says the user is allowed to
15026         #undef these macros selectively.
15027
15028         (reg_errcode_t): Update comment stating what other tables need
15029         to be consistent.
15030
15031         Rename the following enum values to obey POSIX requirements.
15032         The old names are still visible as macros.
15033         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
15034         is not defined, since GNU is supposed to be a superset of POSIX as
15035         much as possible, and since we want reg_errcode_t to be a signed
15036         type for implementation consistency.
15037         (_REG_NOERROR): Renamed from REG_NOERROR.
15038         (_REG_NOMATCH): Renamed from REG_NOMATCH.
15039         (_REG_BADPAT): Renamed from REG_BADPAT.
15040         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
15041         (_REG_ECTYPE): Renamed from REG_ECTYPE.
15042         (_REG_EESCAPE): Renamed from REG_EESCAPE.
15043         (_REG_ESUBREG): Renamed from REG_ESUBREG.
15044         (_REG_EBRACK): Renamed from REG_EBRACK.
15045         (_REG_EPAREN): Renamed from REG_EPAREN.
15046         (_REG_EBRACE): Renamed from REG_EBRACE.
15047         (_REG_BADBR): Renamed from REG_BADBR.
15048         (_REG_ERANGE): Renamed from REG_ERANGE.
15049         (_REG_ESPACE): Renamed from REG_ESPACE.
15050         (_REG_BADRPT): Renamed from REG_BADRPT.
15051         (_REG_EEND): Renamed from REG_EEND.
15052         (_REG_ESIZE): Renamed from REG_ESIZE.
15053         (_REG_ERPAREN): Renamed from REG_ERPAREN.
15054         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
15055         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
15056         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
15057         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
15058
15059         (_REG_RE_NAME, _REG_RM_NAME): New macros.
15060         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
15061         changed.  But support the old name if the new one is not defined
15062         and if _REGEX_SOURCE.
15063
15064         Change the following member names in struct re_pattern_buffer.
15065         The old names are still supported if !_REGEX_SOURCE.
15066         The new names are always supported, regardless of _REGEX_SOURCE.
15067         (re_buffer): Renamed from buffer.
15068         (re_allocated): Renamed from allocated.
15069         (re_used): Renamed from used.
15070         (re_syntax): Renamed from syntax.
15071         (re_fastmap): Renamed from fastmap.
15072         (re_translate): Renamed from translate.
15073         (re_can_be_null): Renamed from can_be_null.
15074         (re_regs_allocated): Renamed from regs_allocated.
15075         (re_fastmap_accurate): Renamed from fastmap_accurate.
15076         (re_no_sub): Renamed from no_sub.
15077         (re_not_bol): Renamed from not_bol.
15078         (re_not_eol): Renamed from not_eol.
15079         (re_newline_anchor): Renamed from newline_anchor.
15080
15081         Change the following member names in struct re_registers.
15082         The old names are still supported if !_REGEX_SOURCE.
15083         The new names are always supported, regardless of _REGEX_SOURCE.
15084         (rm_num_regs): Renamed from num_regs.
15085         (rm_start): Renamed from start.
15086         (rm_end): Renamed from end.
15087
15088         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
15089         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
15090         Prepend __ to parameter names.
15091
15092         Undo yesterday's changes.
15093
15094 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
15095
15096         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
15097         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
15098         lib/regex.c.
15099
15100 2005-08-24  Jim Meyering  <jim@meyering.net>
15101
15102         Sync from coreutils.
15103         * m4/fcntl-safer.m4: New file.
15104
15105         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
15106         and object files for this module.
15107
15108 2005-08-24  Jim Meyering  <jim@meyering.net>
15109
15110         Sync from coreutils.
15111         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
15112
15113 2005-08-24  Jim Meyering  <jim@meyering.net>
15114
15115         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
15116         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
15117
15118 2005-08-24  Jim Meyering  <jim@meyering.net>
15119
15120         * modules/fcntl-safer: New module.
15121         * modules/fts (Depends-on): Add fcntl-safer.
15122         * MODULES.html.sh (File descriptor based Input/Output):
15123         Add fcntl-safer.
15124
15125 2005-08-24  Bruno Haible  <bruno@clisp.org>
15126
15127         Support for unit test modules.
15128         * modules/README: Mention tests modules.
15129         * modules/TEMPLATE-TESTS: New file.
15130         * gnulib-tool: New options --extract-tests-module, --with-tests and
15131         --tests-base (unused for the moment).
15132         (testsbase, inctests): New variables.
15133         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
15134         (func_verify_module): Exclude TEMPLATE-TESTS.
15135         (func_verify_nontests_module, func_verify_tests_module): New functions.
15136         (func_get_dependencies): Add implicit dependency for tests modules.
15137         (func_get_tests_module): New function.
15138         (func_modules_transitive_closure): When --with-tests was specified,
15139         include the unit tests as well, unless explicitly avoided.
15140         (func_emit_lib_Makefile_am): Ignore the tests modules here.
15141         (func_emit_tests_Makefile_am): New function.
15142         (func_create_testdir): When --with-tests was specified, emit a
15143         tests/ directory.
15144         * MODULES.html.sh (Future developments): Update.
15145
15146 2005-08-24  Bruno Haible  <bruno@clisp.org>
15147
15148         * modules/tls-tests: New file.
15149         * tests/test-tls.c: New file, from GNU gettext.
15150
15151 2005-08-24  Bruno Haible  <bruno@clisp.org>
15152
15153         * modules/lock-tests: New file.
15154         * tests/test-lock.c: New file, from GNU gettext.
15155
15156 2005-08-24  Bruno Haible  <bruno@clisp.org>
15157
15158         * lib/lock.h: Add multiple inclusion guard.
15159         * lib/tls.h: Add multiple inclusion guard.
15160
15161 2005-08-24  Bruno Haible  <bruno@clisp.org>
15162
15163         * gnulib-tool: Add support for the --aux-dir option to
15164         --create-testdir, --create-megatestdir, --test, --megatest.
15165         (func_create_testdir, func_create_megatestdir): Optionally emit a
15166         AC_CONFIG_AUX_DIR directive.
15167         (create-testdir, create-megatestdir, test, megatest): Provide a
15168         default value for $auxdir.
15169
15170 2005-08-24  Bruno Haible  <bruno@clisp.org>
15171
15172         * gnulib-tool (import): Use compound statement instead of subshell
15173         where possible.
15174
15175 2005-08-24  Bruno Haible  <bruno@clisp.org>
15176
15177         * gnulib-tool (import): Change --aux-dir default to "build-aux".
15178
15179 2005-08-24  Bruno Haible  <bruno@clisp.org>
15180
15181         * gnulib-tool (func_version): Update.
15182
15183 2005-08-24  Bruno Haible  <bruno@clisp.org>
15184
15185         * gnulib-tool (func_import, func_create_testdir,
15186         func_create_megatestdir): Quote all autoconf macro arguments.
15187
15188 2005-08-24  Bruno Haible  <bruno@clisp.org>
15189
15190         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
15191         option --force, because --force causes the aclocal.m4 of each
15192         subdirectory to be newer than the corresponding config.h.in.
15193
15194 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
15195
15196         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
15197         All contents moved to gl_REGEX.
15198         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
15199         assume that it does.
15200
15201 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
15202
15203         * lib/regex.h (REG_NOSYS)
15204         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
15205         Define, since POSIX requires it as of 2001.
15206         (_REG_ENOSYS)
15207         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
15208         New private symbol, used to keep the enum signed in all cases.
15209         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
15210         Youngman in
15211         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
15212
15213         * lib/regex_internal.c (re_string_skip_chars, register_state):
15214         (calc_state_hash):
15215         Remove forward decls; no longer needed now that we use prototypes.
15216         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
15217         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
15218         (clean_state_log_if_needed): Likewise.
15219
15220 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
15221
15222         * config/srclist.txt: Add glibc bugs 1231-1233.
15223
15224 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
15225
15226         Fix problems reported by Sam Steingold in
15227         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
15228         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
15229         assumed that reg_errcode_t is a signed type, which is not
15230         necessarily true if _XOPEN_SOURCE is not defined.
15231         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
15232         since some compilers warn about it otherwise.
15233
15234 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
15235
15236         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
15237         (init_word_char, create_initial_state, duplicate_node_closure):
15238         (fetch_token, peek_token_bracket, build_range_exp):
15239         (build_collating_symbol): Remove forward decls; no longer needed
15240         now that we use prototypes.
15241
15242         * lib/regcomp.c:
15243         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
15244         (re_compile_fastmap_iter, regcomp, regerror, regfree):
15245         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
15246         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
15247         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
15248         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
15249         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
15250         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
15251         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
15252         (build_range_exp, build_collating_symbol, parse_bracket_exp):
15253         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
15254         (build_charclass, build_charclass_op, fetch_number, create_tree):
15255         (create_token_tree, mark_opt_subexp, duplicate_tree):
15256         Use prototypes rather than old-style definitions.
15257
15258         * lib/regex_internal.c:
15259         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
15260         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
15261         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
15262         (re_string_reconstruct, re_string_peek_byte_case):
15263         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
15264         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
15265         (re_node_set_init_copy, re_node_set_add_intersect):
15266         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
15267         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
15268         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
15269         (re_acquire_state, re_acquire_state_context, register_state):
15270         (create_ci_newstate, create_cd_newstate, free_state):
15271         Likewise.
15272         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
15273         re_search_2):
15274         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
15275         (re_search_internal, prune_impossible_nodes):
15276         (acquire_init_state_context, check_matching, static):
15277         (check_halt_node_context, check_halt_state_context, proceed_next_node):
15278         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
15279         (update_regs, sift_states_backward, build_sifted_states):
15280         (clean_state_log_if_needed, merge_state_array):
15281         (update_cur_sifted_state, add_epsilon_src_nodes):
15282         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
15283         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
15284         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
15285         (find_recover_state, check_subexp_matching_top, transit_state_mb):
15286         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
15287         (check_arrival, check_arrival_add_next_nodes):
15288         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
15289         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
15290         (check_node_accept_bytes, check_node_accept, extend_buffers):
15291         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
15292         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
15293         (sift_ctx_init):
15294         Likewise.
15295
15296         * lib/regex_internal.h:
15297         (re_string_allocate, re_string_construct, re_string_reconstruct):
15298         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
15299         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
15300         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
15301         (re_string_context_at, re_string_peek_byte_case):
15302         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
15303         is defined, since we now use prototypes always.
15304
15305         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
15306         C89 or better.  All uses removed.
15307
15308 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
15309
15310         * config/srclist.txt: Add glibc bugs 1220-1227.
15311
15312 2005-08-20  Jim Meyering  <jim@meyering.net>
15313
15314         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
15315         of unused local, dfa.
15316
15317 2005-08-20  Bruno Haible  <bruno@clisp.org>
15318
15319         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
15320
15321 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15322
15323         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
15324         (re_node_set_insert_last, re_dfa_add_node):
15325         Rename local variables to avoid GCC shadowing warnings.
15326
15327 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15328
15329         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
15330         [defined lint]: Suppress bogus uninitialized-variable warnings.
15331
15332         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
15333         and let the caller return REG_ESPACE if out of space.  This
15334         removes an uninitialied-variable warning with GCC 4.0.1, and also
15335         avoids taking the address of a local variable.  All callers
15336         changed.
15337
15338 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15339
15340         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
15341         $LIBCSRC/posix/regexec.c.
15342         Add glibc bug 1217 for regcomp.c.
15343
15344 2005-08-19  Jim Meyering  <jim@meyering.net>
15345
15346         * lib/regexec.c (proceed_next_node): Redo local variables to
15347         avoid GCC shadowing warnings.
15348
15349 2005-08-18  Bruno Haible  <bruno@clisp.org>
15350
15351         * lib/strstr.c (strstr): Fix return value in multibyte case.
15352         * lib/strcasestr.c (strcasestr): Likewise.
15353
15354 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
15355
15356         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
15357
15358 2005-08-17  Jim Meyering  <jim@meyering.net>
15359
15360         Make the %s format (seconds since the epoch) work for a negative
15361         number and when used with a zero-padded field width, e.g. %015s.
15362
15363         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
15364         label so that it precedes the code to set `digits'.  Otherwise,
15365         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
15366         print `00-22'.  Now, it prints `-0022', as it should.
15367
15368 2005-08-17  Bruno Haible  <bruno@clisp.org>
15369
15370         * modules/strstr (Files): Add m4/mbrtowc.m4.
15371         (Depends-on): Add mbuiter.
15372
15373 2005-08-17  Bruno Haible  <bruno@clisp.org>
15374
15375         * modules/strcasestr: New file.
15376         * MODULES.html.sh (String handling, based on ANSI C 89): Add
15377         strcasestr.
15378
15379 2005-08-17  Bruno Haible  <bruno@clisp.org>
15380
15381         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
15382
15383 2005-08-17  Bruno Haible  <bruno@clisp.org>
15384
15385         * modules/mbuiter: New file.
15386         * MODULES.html.sh (Extended multibyte and wide character utilities):
15387         Add mbuiter.
15388
15389 2005-08-17  Bruno Haible  <bruno@clisp.org>
15390
15391         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
15392         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
15393
15394 2005-08-17  Bruno Haible  <bruno@clisp.org>
15395
15396         * m4/strcasestr.m4: New file.
15397
15398 2005-08-17  Bruno Haible  <bruno@clisp.org>
15399
15400         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
15401         * lib/strstr.c: Completely rewritten, with multibyte locale support.
15402
15403 2005-08-17  Bruno Haible  <bruno@clisp.org>
15404
15405         * lib/strcasestr.h: New file.
15406         * lib/strcasestr.c: New file.
15407
15408 2005-08-17  Bruno Haible  <bruno@clisp.org>
15409
15410         * lib/strcasecmp.c: Use mbuiter.h.
15411
15412 2005-08-17  Bruno Haible  <bruno@clisp.org>
15413
15414         * lib/mbuiter.h: New file.
15415
15416 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
15417
15418         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
15419         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
15420         and gl_GETOPT are both invoked via different paths (as happens
15421         with GNU tar CVS because it uses both argp and getopt), the former
15422         wins.
15423
15424 2005-08-16  Bruno Haible  <bruno@clisp.org>
15425
15426         * modules/tls: New file.
15427         * MODULES.html.sh (Multithreading): Add tls.
15428
15429 2005-08-16  Bruno Haible  <bruno@clisp.org>
15430
15431         * modules/strnlen1: New file.
15432         * MODULES.html.sh (String handling): Add strnlen1.
15433
15434 2005-08-16  Bruno Haible  <bruno@clisp.org>
15435
15436         * modules/strcase (Files): Add m4/mbrtowc.m4.
15437         (Depends-on): Add strnlen1, mbchar.
15438
15439 2005-08-16  Bruno Haible  <bruno@clisp.org>
15440
15441         * modules/mbiter: New file.
15442         * MODULES.html.sh (Extended multibyte and wide character utilities):
15443         Add mbiter.
15444
15445 2005-08-16  Bruno Haible  <bruno@clisp.org>
15446
15447         * modules/mbfile: New file.
15448         * MODULES.html.sh (Extended multibyte and wide character utilities):
15449         Add mbfile.
15450
15451 2005-08-16  Bruno Haible  <bruno@clisp.org>
15452
15453         * modules/mbchar: New file.
15454         * MODULES.html.sh (Extended multibyte and wide character utilities):
15455         New section.
15456
15457 2005-08-16  Bruno Haible  <bruno@clisp.org>
15458
15459         * m4/tls.m4: New file, from GNU gettext.
15460
15461 2005-08-16  Bruno Haible  <bruno@clisp.org>
15462
15463         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
15464         always.
15465         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
15466
15467 2005-08-16  Bruno Haible  <bruno@clisp.org>
15468
15469         * m4/mbiter.m4: New file.
15470
15471 2005-08-16  Bruno Haible  <bruno@clisp.org>
15472
15473         * m4/mbfile.m4: New file.
15474
15475 2005-08-16  Bruno Haible  <bruno@clisp.org>
15476
15477         * m4/mbchar.m4: New file.
15478
15479 2005-08-16  Bruno Haible  <bruno@clisp.org>
15480
15481         * lib/tls.h: New file, from GNU gettext.
15482         * lib/tls.c: New file, from GNU gettext.
15483
15484 2005-08-16  Bruno Haible  <bruno@clisp.org>
15485
15486         * lib/strnlen1.h: New file.
15487         * lib/strnlen1.c: New file.
15488
15489 2005-08-16  Bruno Haible  <bruno@clisp.org>
15490
15491         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
15492         (mbi_init): Update.
15493         (mbi_avail, mbi_advance): Let the iteration end before the terminating
15494         NUL byte, not after it.
15495
15496 2005-08-16  Bruno Haible  <bruno@clisp.org>
15497
15498         * lib/strcase.h (strcasecmp): Add note in comments.
15499         * lib/strncasecmp.c: Use code from strcasecmp.c.
15500         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
15501         (strcasecmp): Work correctly in multibyte locales.
15502
15503 2005-08-16  Bruno Haible  <bruno@clisp.org>
15504
15505         * lib/mbiter.h: New file.
15506
15507 2005-08-16  Bruno Haible  <bruno@clisp.org>
15508
15509         * lib/mbfile.h: New file.
15510
15511 2005-08-16  Bruno Haible  <bruno@clisp.org>
15512
15513         * lib/mbchar.h: New file.
15514         * lib/mbchar.c: New file.
15515
15516 2005-08-16  Bruno Haible  <bruno@clisp.org>
15517
15518         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
15519         the valid ones. Makes the comparison operations transitive:
15520         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
15521         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
15522
15523 2005-08-15  Simon Josefsson  <jas@extundo.com>
15524
15525         * modules/ssize_t (License): Change to 'unlimited'.
15526
15527         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
15528
15529 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
15530
15531         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
15532         Add comments for each pending glibc patch.
15533
15534 2005-08-15  Bruno Haible  <bruno@clisp.org>
15535
15536         * lib/regex.h (__restrict_arr): Don't define to __restrict if
15537         __cplusplus is defined.
15538
15539 2005-08-14  Jim Meyering  <jim@meyering.net>
15540
15541         Sync from coreutils.
15542
15543         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
15544         Use the hash-table-based cycle-detection code not just when
15545         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
15546         Reported by James Youngman in
15547         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
15548         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
15549         FTS_TIGHT_CYCLE_CHECK.
15550         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
15551         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
15552         once again.
15553         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
15554         * lib/fts.c (fd_safer): Remove decl.
15555         Include fcntl--.h rather than unistd-safer.h
15556         (fts_safe_changedir): Don't call fd_safer; no longer needed
15557         now that we include fcntl--.h.
15558
15559 2005-08-12  Simon Josefsson  <jas@extundo.com>
15560
15561         * modules/getndelim2: Use ssize_t module.
15562         * modules/getnline: Likewise.
15563         * modules/safe-read: Likewise.
15564         * modules/xreadlink: Likewise.
15565
15566         * modules/ssize_t: New file.
15567
15568 2005-08-12  Simon Josefsson  <jas@extundo.com>
15569
15570         * m4/readline.m4: Look for termcap, curses or ncurses if required.
15571
15572 2005-08-12  Simon Josefsson  <jas@extundo.com>
15573
15574         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15575         ssize_t.
15576
15577 2005-08-12  Simon Josefsson  <jas@extundo.com>
15578
15579         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
15580         readline, getdelim and check_version.
15581         (Support for systems lacking ISO C 99: Sizes of integer types):
15582         Add size_max.
15583
15584 2005-08-12  Bruno Haible  <bruno@clisp.org>
15585
15586         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
15587
15588 2005-08-11  Simon Josefsson  <jas@extundo.com>
15589
15590         * modules/readline: New file.
15591
15592         * modules/strnlen (Files): Add strnlen.h.
15593
15594 2005-08-11  Simon Josefsson  <jas@extundo.com>
15595
15596         * m4/readline.m4: New file.
15597
15598 2005-08-11  Simon Josefsson  <jas@extundo.com>
15599
15600         * lib/readline.h, readline.c: New file.
15601
15602 2005-08-11  Simon Josefsson  <jas@extundo.com>
15603
15604         * doc/gnulib.texi (Initial import, Finishing touches): Mention
15605         gl_AVOID.
15606
15607 2005-08-11  Bruno Haible  <bruno@clisp.org>
15608
15609         * lib/strnlen.h (strnlen): Change parameter name to match comment.
15610
15611 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
15612
15613         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
15614
15615 2005-08-10  Simon Josefsson  <jas@extundo.com>
15616
15617         * tests/test-iconvme.c: New file.
15618
15619 2005-08-10  Simon Josefsson  <jas@extundo.com>
15620
15621         * m4/strnlen.m4: New file.
15622
15623         * m4/strndup.m4: Don't check for strnlen declaration, done in
15624         strnlen.m4.
15625
15626 2005-08-10  Simon Josefsson  <jas@extundo.com>
15627
15628         * lib/strndup.c: Use strnlen.h.
15629
15630         * lib/strnlen.h: New file.
15631
15632 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
15633
15634         * README: Typos.
15635
15636 2005-08-02  Simon Josefsson  <jas@extundo.com>
15637
15638         * modules/readline: New file.
15639
15640 2005-08-02  Simon Josefsson  <jas@extundo.com>
15641
15642         * modules/getdelim: New file.
15643
15644         * modules/getline: Rewrite, don't use getndelim2.
15645
15646 2005-08-02  Simon Josefsson  <jas@extundo.com>
15647
15648         * m4/getline.m4: Separate out getdelim stuff into separate module.
15649
15650         * m4/getdelim.m4: New file.
15651
15652 2005-08-02  Simon Josefsson  <jas@extundo.com>
15653
15654         * lib/getline.h, getline.c: Rewrite.
15655
15656         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
15657
15658 2005-07-31  Bruno Haible  <bruno@clisp.org>
15659
15660         * lib/lock.h (gl_lock_initializer): New macro.
15661         (gl_lock_define_initialized): Use it.
15662         (gl_rwlock_initializer): New macro.
15663         (gl_rwlock_define_initialized): Use it.
15664         (gl_recursive_lock_initializer): New macro.
15665         (gl_recursive_lock_define_initialized): Use it.
15666
15667 2005-07-30  Karl Berry  <karl@gnu.org>
15668
15669         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
15670         Report from Ben Pfaff, regarding getopt.
15671
15672 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
15673
15674         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
15675         normal way.
15676         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
15677         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
15678         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
15679         (gl_GETOPT): Use the new macros.  Most of the implementation
15680         is moved to the new macros.  This is for programs like Emacs
15681         that don't want all the functionality of gl_GETOPT.
15682
15683 2005-07-26  Bruno Haible  <bruno@clisp.org>
15684
15685         * m4/lock.m4: Update from GNU gettext.
15686
15687 2005-07-26  Bruno Haible  <bruno@clisp.org>
15688
15689         * lib/lock.h: Update from GNU gettext.
15690         * lib/lock.c: Update from GNU gettext.
15691
15692 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
15693
15694         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
15695         obsolescent AC_TRY_RUN.  Include the default includes files, for
15696         'exit'.
15697
15698 2005-07-24  Bruno Haible  <bruno@clisp.org>
15699
15700         * modules/visibility: New file.
15701         * MODULES.html.sh (Misc): Add visibility.
15702
15703 2005-07-24  Bruno Haible  <bruno@clisp.org>
15704
15705         * m4/visibility.m4: New file.
15706
15707 2005-07-24  Bruno Haible  <bruno@clisp.org>
15708
15709         * doc/visibility.texi: New file.
15710
15711 2005-07-22  Bruno Haible  <bruno@clisp.org>
15712
15713         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
15714         $(ALLOCA_H), redundant through BUILT_SOURCES.
15715         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
15716         redundant through BUILT_SOURCES.
15717         * modules/byteswap (Makefile.am): Remove explicit dependency on
15718         $(BYTESWAP_H), redundant through BUILT_SOURCES.
15719         * modules/fnmatch (Makefile.am): Remove explicit dependency on
15720         $(FNMATCH_H), redundant through BUILT_SOURCES.
15721         * modules/getopt (Makefile.am): Remove explicit dependency on
15722         $(GETOPT_H), redundant through BUILT_SOURCES.
15723         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
15724         redundant through BUILT_SOURCES.
15725         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
15726         redundant through BUILT_SOURCES.
15727         * modules/stdbool (Makefile.am): Remove explicit dependency on
15728         $(STDBOOL_H), redundant through BUILT_SOURCES.
15729         * modules/stdint (Makefile.am): Remove explicit dependency on
15730         $(STDINT_H), redundant through BUILT_SOURCES.
15731         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
15732         Remove explicit dependency on $(SYSEXITS_H).
15733         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
15734
15735 2005-07-18  Simon Josefsson  <jas@extundo.com>
15736
15737         * lib/check-version.c (check_version): Accept identical versions too.
15738
15739 2005-07-18  Bruno Haible  <bruno@clisp.org>
15740
15741         * modules/lock: New file.
15742         * MODULES.html.sh (Multithreading): New section.
15743
15744 2005-07-18  Bruno Haible  <bruno@clisp.org>
15745
15746         * m4/lock.m4: New file, from GNU gettext.
15747
15748 2005-07-18  Bruno Haible  <bruno@clisp.org>
15749
15750         * lib/lock.h: New file, from GNU gettext.
15751         * lib/lock.c: New file, from GNU gettext.
15752
15753 2005-07-18  Bruno Haible  <bruno@clisp.org>
15754
15755         * lib/lock.h (gl_once_t): New type.
15756         (gl_once_define, gl_once): New macros.
15757         * lib/lock.c (fresh_once): New variable.
15758         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
15759         functions.
15760
15761 2005-07-16  Simon Josefsson  <jas@extundo.com>
15762
15763         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
15764         workaround, suggested by Bruno.
15765
15766 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
15767
15768         * modules/xalloc (Depends-on): Add xalloc-die.
15769         * modules/xvasprintf (Depends-on): Add xalloc-die.
15770
15771 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
15772
15773         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
15774         with a minor change.
15775
15776 2005-07-15  Bruno Haible  <bruno@clisp.org>
15777
15778         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
15779         When using lib/poll.c, define poll as rpl_poll.
15780
15781 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
15782
15783         * modules/argp (Depends-on): Remove unlocked-io.
15784
15785 2005-07-14  Derek Price  <derek@ximbiot.com>
15786
15787         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
15788         for glob symlink bug.
15789
15790 2005-07-14  Bruno Haible  <bruno@clisp.org>
15791
15792         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
15793         Instead, test for *_unlocked function declarations directly.
15794
15795 2005-07-11  Simon Josefsson  <jas@extundo.com>
15796
15797         * modules/size_max: New file.
15798
15799         * modules/xsize: Depend on size_max module for size_max.m4.
15800
15801 2005-07-11  Simon Josefsson  <jas@extundo.com>
15802
15803         * lib/size_max.h: New file.
15804
15805 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
15806
15807         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
15808         copyright symbol and the year.
15809         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
15810         (version_etc_va): Use parameterized copyright notice.
15811         Reword to conform to the current GNU coding standards.
15812
15813 2005-07-11  Karl Berry  <karl@gnu.org>
15814
15815         * doc/gnulib.texi (Quoting): new node.
15816         (Initial import): more info, from Patrice.
15817
15818 2005-07-11  Bruno Haible  <bruno@clisp.org>
15819
15820         * gnulib-tool (func_usage): Document option --avoid.
15821         (Command line options): Handle --avoid.
15822         (func_acceptable): New function.
15823         (func_modules_transitive_closure): Use it.
15824
15825 2005-07-11  Bruno Haible  <bruno@clisp.org>
15826
15827         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
15828         Reported by Jim Meyering.
15829
15830 2005-07-10  Bruno Haible  <bruno@clisp.org>
15831
15832         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
15833         Needed when size_t is smaller than 'unsigned int'.
15834         Reported by Paul Eggert.
15835
15836 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15837
15838         * modules/argp (Depends-on): Add unlocked-io
15839
15840 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15841
15842         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
15843         block of defines.
15844
15845 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
15846
15847         * config/srclist.txt: Comment out regcomp.c, since we have a porting
15848         fix now.
15849
15850 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
15851         and Paul Eggert  <eggert@cs.ucla.edu>
15852
15853         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
15854         in wint_t, not wchar_t.  Remove now-unnecessary cast.
15855
15856 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
15857
15858         * modules/regex (Files): Add lib/regex_internal.c,
15859         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
15860         (Depends-on): Add extensions.
15861         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
15862
15863 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
15864
15865         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
15866         pathconf.
15867         * m4/same.m4 (gl_SAME): Likewise.
15868         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
15869
15870         * m4/regex.m4: Adjust to new libc regex implementation.
15871         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
15872         all the .c and .h parts of (the new) regex.
15873         Quote the m4 stuff better.
15874         Check for RE_ICASE bug of old gnulib.
15875         Check for REG_STARTEND of recent libc.
15876         Rename local variables from jm_* to gl_*.
15877         Quote operand of "test -f".
15878         Say "recent enough" version of libc, not "version 2".
15879         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
15880         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
15881         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
15882         Remove check for btowc, isascii.
15883         Require AM_LANGINFO_CODESET.
15884
15885 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
15886
15887         * lib/regex.c, regex.h: Sync from libc.
15888         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
15889         * lib/regexec.c:
15890         New files, synced from libc, except that regex_internal.h
15891         currently has a small porting fix.
15892
15893 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
15894
15895         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
15896         regex_internal.c, regexec.c.
15897         Add regex_internal.h too, but as a comment, since the libc version
15898         is currently broken in gnulib mode.
15899
15900 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
15901
15902         Support programs like Emacs that use gnulib but not gettext.
15903         * MODULES.html.sh (Internationalization functions): Add gettext-h.
15904         * modules/gettext-h: New file.
15905         * modules/gettext (Files): Remove lib/gettext.h.
15906         (Depends-on): Add gettext-h.
15907         (Makefile.am): Remove lib_SOURCES.
15908         * modules/argmatch, modules/c-stack, modules/closeout:
15909         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
15910         * modules/execute, modules/file-type, modules/getaddrinfo:
15911         * modules/getopt, modules/human, modules/javacomp:
15912         * modules/javaexec, modules/mkdir-p, modules/obstack:
15913         * modules/openat, modules/pagealign_alloc, modules/pipe:
15914         * modules/quotearg, modules/regex, modules/rpmatch:
15915         * modules/unicodeio, modules/userspec, modules/version-etc:
15916         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
15917         * modules/xsetenv:
15918         Depend on gettext-h, not gettext.
15919
15920 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
15921
15922         * gnulib-tool (func_import): Add support for 'public domain' license.
15923         * modules/alloca, modules/atexit, modules/memmove:
15924         Now public domain, not GPL.
15925         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
15926         * modules/realloc, modules/strerror, modules/strtod:
15927         Now LGPL, not GPL.
15928
15929 2005-07-05  Bruno Haible  <bruno@clisp.org>
15930
15931         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
15932         autoconf CVS. Needed for mingw.
15933
15934 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
15935
15936         Remove the dependency of the strftime module on the tzset module.
15937         * modules/strftime (Depends-on): Remove dependency on tzset.
15938
15939 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
15940
15941         Remove the dependency of the strftime module on the tzset module.
15942         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
15943         gl_FUNC_TZSET_CLOBBER.
15944
15945 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
15946
15947         Remove the dependency of the strftime module on the tzset module.
15948         * lib/strftime.c (my_strftime)
15949         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
15950         Copy the input structure, to work around some of the bug with
15951         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
15952         Solaris releases, you should also use the tzset module, but we won't
15953         require it as a dependency any more since we don't want LGPLed code
15954         to depend on GPLed code.
15955
15956 2005-07-02  Jim Meyering  <jim@meyering.net>
15957
15958         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
15959         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
15960         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
15961         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
15962
15963 2005-07-02  Jim Meyering  <jim@meyering.net>
15964
15965         * lib/backupfile.c (backup_args): Change a `0' to NULL.
15966
15967 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
15968
15969         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
15970         declares only 'struct timespec;' (!).
15971
15972 2005-07-01  Jim Meyering  <jim@meyering.net>
15973
15974         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
15975         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
15976         * lib/save-cwd.c, tempname.c:
15977         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
15978         and don't include <sys/file.h>).
15979
15980 2005-06-29  Jim Meyering  <jim@meyering.net>
15981
15982         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
15983         type name.  Use the variable name instead.
15984         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
15985         Likewise.
15986
15987 2005-06-28  Simon Josefsson  <jas@extundo.com>
15988
15989         * modules/check-version (Files): Add check-version.m4.
15990
15991 2005-06-28  Simon Josefsson  <jas@extundo.com>
15992
15993         * m4/check-version.m4: New file, suggested by Jim Meyering
15994         <jim@meyering.net>.
15995
15996 2005-06-28  Simon Josefsson  <jas@extundo.com>
15997
15998         * lib/check-version.h, lib/check-version.c: New files.
15999
16000 2005-06-28  Simon Josefsson  <jas@extundo.com>
16001
16002         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
16003         collision with global variable.  Better indentation.  Don't
16004         increment buffer pointer beyond buffer end.  Based on comments
16005         from Paul Eggert <eggert@cs.ucla.edu>.
16006
16007         * lib/base64.h: Indent.
16008
16009 2005-06-28  Simon Josefsson  <jas@extundo.com>
16010
16011         * doc/gnulib.texi (Library version handling): New section.
16012
16013 2005-06-28  Jim Meyering  <jim@meyering.net>
16014
16015         * check-module (find_included_lib_files): Hard-code another
16016         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
16017         but modules/fts-lgpl (correctly) does not list those files.
16018
16019         * modules/canonicalize (Files): Add lib/pathmax.h.
16020
16021 2005-06-25  Simon Josefsson  <jas@extundo.com>
16022
16023         * modules/check-version: New file.
16024
16025 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
16026
16027         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
16028         initializer of struct addrinfo, as an indication that we don't
16029         care how many members the structure has.
16030
16031 2005-06-24  Derek Price  <derek@ximbiot.com>
16032         and Bruno Haible  <bruno@clisp.org>
16033
16034         Remove stat module & update lstat.
16035         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
16036         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
16037         * m4/stat.m4: Remove this file.
16038
16039 2005-06-24  Derek Price  <derek@ximbiot.com>
16040         and Bruno Haible  <bruno@clisp.org>
16041
16042         Remove stat module & update lstat.
16043         * lib/stat.c: Remove this file...
16044         (slash_aware_lstat): ...moving this content and its support...
16045         * lib/lstat.c (rpl_lstat): ...into here.
16046         * lib/lstat.h: New file.
16047
16048 2005-06-24  Derek Price  <derek@ximbiot.com>
16049         and Bruno Haible  <bruno@clisp.org>
16050
16051         Remove stat module & update lstat.
16052         * config/srclist.txt (libc sources): Remove stat.
16053
16054 2005-06-24  Derek Price  <derek@ximbiot.com>
16055         and Bruno Haible  <bruno@clisp.org>
16056
16057         Remove stat module & update lstat.
16058         * MODULES.html.sh (stat): Remove.
16059         * MODULES.html: Regenerated.
16060         * modules/lstat (Description): Correct function name.
16061         (Files): Add "lstat.h".
16062         (Depends-on): Remove stat, add xalloc, stat-macros.
16063         * modules/stat: Remove this file.
16064         (Include): Add "lstat.h", remove <sys/stat.h>.
16065
16066 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
16067
16068         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
16069         (ranged_convert): Don't save conversion in a temporary struct.
16070         This causes a warning with GCC 4.0.0, and anyway in the typical
16071         case it's not worth the extra 100 bytes or so of code.
16072         (ranged_convert, __mktime_internal): When calling a function via a
16073         pointer P, use P () rather than (*P) (), as we now assume C89 or
16074         better.
16075
16076 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16077
16078         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
16079         "who -r" failed to give output.  Problem reported by Tim Waugh.
16080
16081         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
16082         (xcalloc): Use it to avoid needless tests.
16083         Problem reported by Jim Meyering.
16084
16085 2005-06-20  Derek Price  <derek@ximbiot.com>
16086
16087         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
16088         unnecessary for Autoconfs > 2.59c.
16089
16090 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16091
16092         * lib/argp.h (__option_is_short): Check upper limit of
16093         __key. Isprint() requires its argument to have the value
16094         of an unsigned char or EOF.
16095
16096 2005-06-16  Jim Meyering  <jim@meyering.net>
16097
16098         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
16099         when either N or S is zero.
16100
16101 2005-06-16  Derek Price  <derek@ximbiot.com>
16102
16103         * m4/bison.m4: Declare YACC & YFLAGS precious.
16104
16105 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
16106
16107         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
16108         multibyte string or pattern, fall back on unibyte matching.
16109         Problem reported by James Youngman.
16110
16111 2005-06-08  Bruno Haible  <bruno@clisp.org>
16112
16113         * modules/csharpcomp: New file.
16114         * MODULES.html.sh (C#): Add csharpcomp.
16115
16116 2005-06-08  Bruno Haible  <bruno@clisp.org>
16117
16118         * m4/csharpcomp.m4: New file, from GNU gettext.
16119
16120 2005-06-08  Bruno Haible  <bruno@clisp.org>
16121
16122         * lib/csharpcomp.h: New file, from GNU gettext.
16123         * lib/csharpcomp.c: New file, from GNU gettext.
16124         * lib/csharpcomp.sh.in: New file, from GNU gettext.
16125
16126 2005-06-08  Bruno Haible  <bruno@clisp.org>
16127
16128         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
16129         warning on mingw.
16130
16131 2005-06-07  Derek Price  <derek@ximbiot.com>
16132
16133         Sync from CVS.
16134         * lib/glob_.h: Indent nested #ifdef.
16135
16136 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
16137
16138         Sync from coreutils.
16139         Use "file name" when talking about file names, instead of "filename"
16140         or "path", as per the GNU coding standards.
16141         * lib/mkdir-p.c: Renamed from makepath.c.
16142         (make_dir_parents): Renamed from make_path.  All callers changed.
16143         * lib/mkdir-p.h: Likewise.  All includers changed.
16144         * lib/filenamecat.c: Renamed from path-concat.c.
16145         (file_name_concat): Renamed from path_concat.  All callers changed.
16146         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
16147         * lib/filenamecat.h: Likewise.  All includers changed.
16148         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
16149         in comments or local variable names.
16150         * lib/basename.c: Likewise.
16151         * lib/canonicalize.c, canonicalize.h: Likewise.
16152         * lib/dirname.c, dirname.h: Likewise.
16153         * lib/euidaccess.c: Likewise.
16154         * lib/exclude.c: Likewise
16155         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
16156         * lib/fsusage.c, fsuage.h: Likewise.
16157         * lib/fts.c, fts_.h: Likewise.
16158         * lib/getcwd.c: Likewise.
16159         * lib/getloadavg.c: Likewise.
16160         * lib/mkstemp.c: Likewise.
16161         * lib/mountlist.c, mountlist.h: Likewise.
16162         * lib/openat.c, openat.h: Likewise.
16163         * lib/readlink-stub.c: Likewise.
16164         * lib/readutmp.c, readutmp.h: Likewise.
16165         * lib/rename.c: Likewise.
16166         * lib/rmdir.c: Likewise.
16167         * lib/same.c: Likewise.
16168         * lib/savedir.c: Likewise.
16169         * lib/stripslash.c: Likewise.
16170         * lib/tempname.c: Likewise.
16171         * lib/xreadlink.c: Likewise.
16172         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
16173         All uses changed.
16174         * lib/exclude.h: Likewise.
16175
16176         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
16177         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
16178         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
16179         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
16180         * lib/pathmax.h: Include <limits.h> unconditionally, since other
16181         files have been getting away with it for years (MORE/BSD 4.3
16182         is extinct now).
16183         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
16184         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
16185
16186         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
16187         Define to 256, not 255, as per modern POSIX.
16188
16189 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
16190
16191         Sync from coreutils.
16192         Use "file name" when talking about file names, instead of "filename"
16193         or "path", as per the GNU coding standards.
16194         * MODULES.html.sh: mkdir-p renamed from makepath.
16195         filenamecat renamed from path-concat.
16196         * modules/filenamecat: Renamed from modules/path-concat.
16197         (Files): filenamecat.h and filenamecat.c renamed from
16198         path-concat.h and path-concat.c.
16199         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
16200         (Include): filenamecat.h, not path-concat.h.
16201         * modules/mkdir-p: Renamed from modules/makepath.
16202         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
16203         makepath.c.
16204         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
16205         (Include): mkdir-p.h, not makepath.h.
16206
16207 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
16208
16209         Sync from coreutils.
16210         * m4/mkdir-p.m4: Renamed from makepath.m4.
16211         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
16212         Rename files from makepath.c to mkdir-p.c, and from
16213         makepath.h to mkdir-p.h.
16214         * m4/filenamecat.m4: Renamed from path-concat.m4.
16215         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
16216         Rename files from path-concat.c to filenamecat.c,
16217         and from path-concat.h to filenamecat.h.
16218         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
16219         "file name" in local variables or comments.
16220         * m4/rename.m4: Likewise.
16221
16222 2005-06-01  Bruno Haible  <bruno@clisp.org>
16223
16224         * modules/csharpexec: New file.
16225         * MODULES.html.sh (C#): New section.
16226
16227 2005-06-01  Bruno Haible  <bruno@clisp.org>
16228
16229         * m4/csharp.m4: New file, from GNU gettext.
16230         * m4/csharpexec.m4: New file, from GNU gettext.
16231
16232 2005-06-01  Bruno Haible  <bruno@clisp.org>
16233
16234         * lib/csharpexec.h: New file, from GNU gettext.
16235         * lib/csharpexec.c: New file, from GNU gettext.
16236         * lib/csharpexec.sh.in: New file, from GNU gettext.
16237
16238 2005-05-31  Derek Price  <derek@ximbiot.com>
16239             Paul Eggert  <eggert@cs.ucla.edu>
16240
16241         Sync from cvs.
16242         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
16243
16244 2005-05-31  Derek Price  <derek@ximbiot.com>
16245             Paul Eggert  <eggert@cs.ucla.edu>
16246
16247         Sync from cvs.
16248         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
16249
16250 2005-05-29  Derek Price  <derek@ximbiot.com>
16251
16252         * config/srclist.txt (glob_.h, glob.c): Add these files.
16253
16254 2005-05-29  Derek Price  <derek@ximbiot.com>
16255
16256         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
16257         * modules/glob: New file.
16258         * modules/getlogin_r: Add link to POSIX spec in description.
16259
16260 2005-05-29  Derek Price  <derek@ximbiot.com>
16261             Paul Eggert  <eggert@cs.ucla.edu>
16262
16263         * m4/glob.m4: New file.
16264
16265 2005-05-29  Derek Price  <derek@ximbiot.com>
16266             Paul Eggert  <eggert@cs.ucla.edu>
16267
16268         * lib/glob_.h, lib/glob.c: New files.
16269
16270 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
16271
16272         * modules/fts (Files): Remove m4/inttypes-pri.m4.
16273         * modules/fts-lgpl (Depends-on): Remove gettext.
16274
16275 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
16276
16277         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
16278         and don't require gt_INTTYPES_PRI.
16279
16280 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
16281
16282         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
16283
16284         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
16285         the configuration hassle isn't worth it.
16286         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
16287         (LONGEST_MODIFIER, PRIuMAX): Remove.
16288
16289 2005-05-27  Bruno Haible  <bruno@clisp.org>
16290
16291         * lib/getlogin_r.h: Remove second include of <stddef.h>.
16292
16293 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
16294
16295         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
16296         _POSIX_PTHREAD_SEMANTICS for Solaris.
16297
16298 2005-05-25  Derek Price  <derek@ximbiot.com>
16299
16300         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
16301
16302 2005-05-25  Derek Price  <derek@ximbiot.com>
16303             Paul Eggert  <eggert@cs.ucla.edu>
16304
16305         * modules/getlogin_r, m4/getlogin_r.m4: New files.
16306         * lib/getlogin_r.c, getlogin_r.h: New files.
16307
16308 2005-05-25  Bruno Haible  <bruno@clisp.org>
16309             Derek Price  <derek@ximbiot.com>
16310
16311         * lib/getlogin_r.h: Simplify API documentation.
16312
16313 2005-05-23  Derek Price  <derek@ximbiot.com>
16314
16315         * modules/minmax (Files): Add m4/minmax.m4.
16316         (configure.ac): Add gl_MINMAX.
16317
16318 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
16319
16320         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
16321         so that unistd-safer.h (GPL'ed code) need not be included.
16322
16323 2005-05-22  Bruno Haible  <bruno@clisp.org>
16324
16325         * m4/minmax.m4: New file.
16326         Based on a patch by Derek Price <derek@ximbiot.com>.
16327
16328 2005-05-22  Bruno Haible  <bruno@clisp.org>
16329
16330         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
16331         (INT64_MIN): Fix definition.
16332         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
16333
16334         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
16335         NEED_SIGNED_INT_TYPES.
16336
16337         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
16338         HAVE_SYSTEM_INTTYPES.
16339
16340 2005-05-22  Bruno Haible  <bruno@clisp.org>
16341
16342         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
16343         Also include <sys/param.h> if it defines MIN, MAX.
16344         Based on a patch by Derek Price <derek@ximbiot.com>.
16345
16346 2005-05-21  Jim Meyering  <jim@meyering.net>
16347
16348         * modules/fts (Files): Add m4/inttypes-pri.m4.
16349         (Depends-on): Add lstat and remove gettext.  Alphabetize.
16350
16351 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
16352
16353         New fts module.
16354         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
16355         (setup_dir, free_dir): New functions.
16356         (enter_dir, leave_dir): Define trivial
16357         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
16358         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
16359         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
16360         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
16361         Move to fts-cycle.c.
16362         (fts_open): Use setup_dir.
16363         (fts_close): Use free_dir.
16364         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
16365         This adds a label and some gotos, but the alternatives were messier.
16366         Check for memory allocation failure when entering a dir.
16367         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
16368         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
16369         (FTS): New member fts_cycle, that is a union that contains the
16370         old active_dir_ht and cycle_state.  All uses changed to mention
16371         fts_cycle.ht and fts_cycle.state.
16372         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
16373         fts.c, with the following changes:
16374         (setup_dir, free_dir): New functions.
16375         (enter_dir): Now returns bool.  Return true if successful, false
16376         if memory exhausted.  All callers changed.
16377         Do not bother partly cleaning up on
16378         memory allocation failure; that is free_dir's job.
16379         However, free ad if hash_insert fails, to avoid memory leak.
16380         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
16381         fts->fts_options to see which union member to use.
16382
16383 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
16384
16385         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
16386         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
16387
16388 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
16389
16390         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
16391
16392 2005-05-20  Jim Meyering  <jim@meyering.net>
16393
16394         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
16395         Now a macro, to pacify GCC.
16396
16397 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
16398
16399         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
16400         of -1.
16401
16402 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
16403
16404         * lib/chown.c (rpl_chown): Return -1 on failure.
16405
16406 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
16407
16408         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
16409         Don't check for stddef.h.
16410         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
16411         don't use its results.
16412         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
16413         since we include them unconditionally.  Don't require
16414         AM_STDBOOL_H, since stdbool is a prerequisite.
16415         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
16416         since we assume C89 or better.
16417         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
16418         as we don't use their results.
16419         Don't check for fchdir, memmove, memset, strrchr, as we use
16420         them unconditionally.
16421         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
16422         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
16423
16424 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
16425
16426         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
16427         Include <stddef.h> unconditionally, since we assume C89 now.
16428         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
16429         * lib/fts.c: Include fts_.h first, to check interface.
16430         Do not include intprops.h; no longer needed.
16431         Include cycle-check.h and hash.h, since fts_.h no longer does.
16432         Remove unnecessary casts of closedir to void.
16433         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
16434         decide whether to decrement nlinks.
16435         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
16436         (FTS): Use struct hash_table * instead of Hash_table, so that
16437         we no longer need to include hash.h here.
16438
16439 2005-05-18  Jim Meyering  <jim@meyering.net>
16440
16441         * modules/dirfd (License): Change to LGPL.  Most of the code
16442         is already in the public domain.
16443
16444 2005-05-18  Jim Meyering  <jim@meyering.net>
16445
16446         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
16447         Reported by Yoann Vandoorselaere.
16448
16449 2005-05-17  Jim Meyering  <jim@meyering.net>
16450
16451         * m4/fts.m4: New file, from coreutils.
16452
16453 2005-05-17  Jim Meyering  <jim@meyering.net>
16454
16455         * lib/fts.c, lib/fts_.h: New files, from coreutils.
16456
16457 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
16458
16459         Sync from coreutils.
16460         * m4/unlinkdir.m4: New file.
16461
16462 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
16463
16464         Sync from coreutils.
16465         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
16466         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
16467         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
16468         White space changes only.
16469         * lib/makepath.c (make_path): Port to hosts where leading "//" is
16470         special.
16471         * lib/yesno.c: Include getline.h, not ctype.h.
16472         (yesno): Don't remove leading white space; POSIX doesn't allow it.
16473         Use getline to remove arbitrary restriction on response length.
16474
16475 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
16476
16477         * config/srclist-update: Spell out "Street" in FSF postal
16478         mail address; this is the style the FSF seems to prefer.
16479
16480         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
16481         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
16482         this updates FSF postal mail address.
16483
16484         Sync from coreutils.
16485         * modules/unlinkdir: New file.
16486         * modules/yesno (Depends-on): Add getline.
16487         * MODULES.html.sh (File system functions): Add unlinkdir.
16488
16489 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
16490
16491         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
16492         lib/strsep.h:
16493         Change the initial comment to refer to GPL, not LGPL.
16494         gnulib-tool will change it to LGPL as needed.
16495
16496         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
16497         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
16498         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
16499         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
16500         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
16501         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
16502         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
16503         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
16504         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
16505         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
16506         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
16507         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
16508         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
16509         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
16510         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
16511         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
16512         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
16513         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
16514         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
16515         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
16516         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
16517         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
16518         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
16519         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
16520         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
16521         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
16522         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
16523         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
16524         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
16525         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
16526         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
16527         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
16528         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
16529         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
16530         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
16531         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
16532         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
16533         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
16534         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
16535         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
16536         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
16537         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
16538         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
16539         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
16540         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
16541         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
16542         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
16543         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
16544         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
16545         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
16546         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
16547         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
16548         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
16549         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
16550         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
16551         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
16552         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
16553         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
16554         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
16555         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
16556         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
16557         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
16558         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
16559         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
16560         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
16561         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
16562         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
16563         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
16564         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
16565         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
16566         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
16567         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
16568         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
16569         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
16570         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
16571         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
16572         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
16573         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
16574         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
16575         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
16576         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
16577         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
16578         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
16579         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
16580         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
16581         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
16582         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
16583         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
16584         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
16585         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
16586         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
16587         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
16588         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
16589         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
16590         lib/yesno.c, lib/yesno.h:
16591         Update FSF postal mail address.
16592
16593 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
16594
16595         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
16596         tests/test-memmem.c, tests/test-stpncpy.c:
16597         Update FSF postal mail address.
16598
16599 2005-05-13  Bruno Haible  <bruno@clisp.org>
16600
16601         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
16602         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
16603         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
16604         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
16605         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
16606         Add support for 64-bit integers in the MSVC compiler.
16607
16608 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16609
16610         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
16611
16612 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
16613
16614         * gnulib-tool (func_import): Sort and uniquify recommended includes.
16615
16616 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
16617
16618         * doc/getdate.texi (General date syntax): Don't say that date
16619         date --iso-8601=ns generates acceptable dates; it doesn't yet.
16620         Problem reported by Nic Ferrier.
16621
16622 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16623
16624         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
16625         specified in ai_socktype. Fix invalid ai_protocol
16626         check. ai_protocol is usually set to 0 or depending on
16627         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
16628         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
16629         ai_socktype / ai_protocol in the returned addrinfo structure.
16630
16631 2005-05-10  Simon Josefsson  <jas@extundo.com>
16632
16633         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
16634         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
16635
16636 2005-05-10  Karl Berry  <karl@gnu.org>
16637
16638         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
16639         (from http://www.gnu.org/licenses).
16640         * doc/COPYING.LIB: also rename to COPYING.LESSER.
16641         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
16642         fdl.texi suffices.
16643
16644 2005-05-10  Karl Berry  <karl@gnu.org>
16645
16646         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
16647         (COPYING.DOC): remove.
16648
16649         * config/srclist-update: new FSF address.
16650
16651 2005-05-10  Derek Price  <derek@ximbiot.com>
16652
16653         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
16654         possible.
16655
16656 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16657             Bruno Haible  <bruno@clisp.org>
16658
16659         * modules/inet_ntop: New file.
16660         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16661         inet_ntop.
16662
16663 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16664             Bruno Haible  <bruno@clisp.org>
16665
16666         * m4/inet_ntop.m4: New file.
16667
16668 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16669             Bruno Haible  <bruno@clisp.org>
16670
16671         * lib/inet_ntop.h: New file.
16672         * lib/inet_ntop.c: New file, from glibc with modifications.
16673
16674 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
16675
16676         * modules/time_r (License): Change to LGPL.
16677         * modules/extensions (License): Change to LGPL.  Actually,
16678         the license is more permissive than that, but currently gnulib-tool
16679         doesn't know how to handle more-permissive licenses.
16680
16681         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
16682         Problem reported by Dave Love.
16683
16684 2005-05-08  Jim Meyering  <jim@meyering.net>
16685
16686         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
16687         blank.
16688
16689 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
16690
16691         * modules/argmatch (Depends-on): Add stdbool.
16692         * modules/backupfile (Depends-on): Likewise.
16693         * modules/chdir-long (Depends-on): Likewise.
16694         * modules/closeout (Depends-on): Likewise.
16695         * modules/cycle-check (Depends-on): Likewise.
16696         * modules/dirname (Depends-on): Likewise.
16697         * modules/fnmatch (Depends-on): Likewise.
16698         * modules/fsusage (Depends-on): Likewise.
16699         * modules/fwriteerror (Depends-on): Likewise.
16700         * modules/getcwd (Depends-on): Likewise.
16701         * modules/getloadavg (Depends-on): Likewise.
16702         * modules/hard-locale (Depends-on): Likewise.
16703         * modules/makepath (Depends-on): Likewise.
16704         * modules/mountlist (Depends-on): Likewise.
16705         * modules/nanosleep (Depends-on): Likewise.
16706         * modules/posixtm (Depends-on): Likewise.
16707         * modules/quotearg (Depends-on): Likewise.
16708         * modules/readtokens (Depends-on): Likewise.
16709         * modules/readtokens0 (Depends-on): Likewise.
16710         * modules/readutmp (Depends-on): Likewise.
16711         * modules/save-cwd (Depends-on): Likewise.
16712         * modules/strftime (Depends-on): Likewise.
16713         * modules/userspec (Depends-on): Likewise.
16714         * modules/utimecmp (Depends-on): Likewise.
16715         * modules/xgetcwd (Depends-on): Likewise.
16716         * modules/xnanosleep (Depends-on): Likewise.
16717         * modules/xstrtod (Depends-on): Likewise.
16718         * modules/yesno (Depends-on): Likewise.
16719
16720 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
16721
16722         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
16723         needless checks.
16724
16725 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
16726
16727         Merge from coreutils.  Among other things,
16728         add bulletproofing for cases where stdin, stdout, or stderr are closed.
16729         * lib/fd-safer.c: New file.
16730         * lib/fcntl-safer.h, open-safer.c: Remove.
16731         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
16732         * lib/dup-safer.c: Include unistd-safer.h first.
16733         Don't include errno.h.
16734         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
16735         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
16736         * lib/file-type.c: Rely on file-type.h change.
16737         * lib/getloadavg.c: Include unistd-safer.h.
16738         (getloadavg): Use safer open.
16739         * lib/getusershell.c: Include "stdio-safer.h".
16740         (getusershell): Use safer fopen.
16741         * lib/long-options.c (long_options): Use NULL rather than 0.
16742         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
16743         'free'.
16744         * lib/modechange.c: Likewise.
16745         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
16746         (MODE_DONE): New constant.
16747         (struct mode_change): Remove 'next' member.
16748         (make_node_op_equals): New function; like the old one of the
16749         same name, except it allocates an array.
16750         (mode_compile, mode_create_from_ref): Use it.
16751         (mode_compile): Allocate result as an array, not a linked list.
16752         Parse octal string ourself, so that we catch mistakes like "+0".
16753         (mode_adjust): Arg is an array, not a linked list.
16754         * lib/modechange.c: Include stat-macros.h, xalloc.h.
16755         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
16756         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
16757         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
16758         Remove.  This is now stat-macros.h's job.
16759         (talloc): Remove.  All callers replaced by xalloc, so that
16760         our invokers don't have to worry about reporting memory failures.
16761         (make_node_op_equals): Remove.
16762         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
16763         New constants.
16764         (struct mode_change): Moved here from modechange.h.
16765         (mode_append_entry): Remove.
16766         (mode_compile): Remove MASKED_OPS arg, since it encouraged
16767         apps to have incorrect behavior.  Use simpler algorithm for head
16768         and tail.  Don't futz with umask; that's now the job of mode_adjust.
16769         Detect more invalid usages rather than having somewhat-random behavior.
16770         Don't insert an "a=" action, as that leads to incorrect behavior.
16771         (mode_compile, mode_create_from_ref): Return NULL on error instead
16772         of an enum, since now there's only one way to have an error.  All
16773         callers changed.
16774         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
16775         at the correct time.  Simplify calculation of "+u" and its ilk.
16776         Don't mishandle "+X".
16777         (mode_free): Remove "register" and localize decls.
16778         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
16779         (struct mode_change): Move to modechange.c; callers don't
16780         need to see this stuff.
16781         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
16782         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
16783         (mode_change, mode_adjust): Reflect the new signatures noted above.
16784         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
16785         that might redefine system include files.
16786         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
16787         (my_usleep): Use NULL rather than (void *) 0.
16788         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
16789         Use siginterrupt to specify that system calls should be interrupted.
16790         (rpl_nanosleep): Move initialization of suspended closer to call of
16791         my_usleep.
16792         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
16793         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
16794         (desirable_utmp_entry): New function.
16795         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
16796         using x2nrealloc, to simplify logic.
16797         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
16798         size calculation.  Do not assume utmp file is a regular file.
16799         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
16800         (READ_UTMP_CHECK_PIDS): New constant.
16801         * lib/save-cwd.c: Include unistd-safer.h.
16802         (save_cwd): Use fd_safer.
16803         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
16804         [!_LIBC] Include "stat-macros.h" instead.
16805         * lib/unistd-safer.h (fd_safer): New decl.
16806
16807 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
16808
16809         * modules/getloadavg (Depends-on): Add unistd-safer.
16810         * modules/getusershell (Depends-on): Add stdio-safer.
16811         * modules/lstat (Depends-on): Remove xalloc.
16812         * modules/mkstemp (Depends-on): Add stat-macros.
16813         * modules/modechange (Depends-on): Remove xstrtol.
16814         Add stat-macros, xalloc.
16815         * modules/save-cwd (Depends-on): Add unistd-safer.
16816         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
16817         * modules/unistd-safer (Files): Add lib/fd-safer.c
16818         (Makefile.am): Remove lib_SOURCES.
16819
16820         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
16821         Remove fcntl-safer; unistd-safer supersedes it.
16822
16823 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
16824
16825         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
16826         AC_HEADER_STAT.
16827         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
16828         (gl_PREREQ_CHOWN): Remove.
16829         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
16830         it.  Don't require AC_HEADER_STAT.
16831         (gl_PREREQ_LSTAT): Remove.
16832         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
16833         Don't require AC_HEADER_STAT.
16834         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
16835         (gl_PREREQ_RMDIR): Remove.
16836         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
16837         mention stat-macros.h or AC_HEADER_STAT, since we'll make
16838         the stat-macros module a prerequisite.
16839         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
16840         * m4/filemode.m4 (gl_FILEMODE): Likewise.
16841         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
16842         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
16843         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
16844         variable names.
16845         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
16846         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
16847         variable prefixes.
16848         * m4/fcntl-safer.m4: Remove.
16849         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
16850         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
16851         Invoke gl_PREREQ_FD_SAFER.
16852         (gl_PREREQ_FD_SAFER): New macro.
16853         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
16854         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
16855         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
16856         Remove duplicate call to AC_LIBOBJ(readutmp).
16857         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
16858
16859         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
16860         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
16861
16862 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
16863
16864         * MODULES.html.sh (Misc): Add byteswap.
16865
16866 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
16867
16868         * modules/getcwd (Depends-on): Add extensions.
16869         * modules/openat (Depends-on): Likewise.
16870
16871 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
16872
16873         * modules/byteswap: New file.
16874
16875 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
16876
16877         * m4/byteswap.m4: New file.
16878
16879 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
16880
16881         * lib/byteswap_.h: New file.
16882
16883 2005-04-25  Karl Berry  <karl@gnu.org>
16884
16885         * m4/gettext.m4: Update from GNU gettext 0.14.4.
16886
16887 2005-04-25  Albert Chin  <china@thewrittenword.com>
16888
16889         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
16890         Toolkit C bug.
16891
16892 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
16893
16894         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
16895         (func_ln_if_changed) Remove forcibly for no error message
16896         in case file does not exist.
16897
16898 2005-04-19  Simon Josefsson  <jas@extundo.com>
16899
16900         * gnulib-tool (Options): Make --symlink mean --symbolic.
16901
16902 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
16903
16904         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
16905
16906 2005-04-16  Simon Josefsson  <jas@extundo.com>
16907
16908         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
16909
16910 2005-04-15  Simon Josefsson  <jas@extundo.com>
16911
16912         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
16913
16914 2005-04-15  Simon Josefsson  <jas@extundo.com>
16915
16916         * gnulib-tool: Rename --symlink to --symbolic.
16917
16918 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
16919
16920         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
16921         symbolic links to files instead of copying/moving.  Add --aux-dir,
16922         specifying directory relative --dir where auxiliary build tools
16923         are placed.
16924
16925 2005-04-14  Bruno Haible  <bruno@clisp.org>
16926
16927         * modules/allocsa (License): Change to LGPL.
16928         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
16929
16930 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
16931
16932         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
16933         that "UTC +1 second" continues to work.  Problem reported
16934         by Dmitry V. Levin.
16935         (relunit_snumber): New rule.
16936         (relunit): Use it.
16937
16938 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
16939
16940         * lib/getdate.y (universal_time_zone_table): New constant.
16941         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
16942         universal_time_zone_table.
16943         (lookup_zone): Prefer universal_time_zone_table to
16944         local_time_zone_table, so that "GMT" time stamps are allowed in
16945         London during the summer.  Problem reported by Ian Abbott.
16946
16947 2005-04-12  Jim Meyering  <jim@meyering.net>
16948
16949         * lib/human.c (humblock): Set *options even when returning due to
16950         xstrtoumax conversion failure.  Thanks to a used-uninitialized
16951         warning from gcc-4.
16952
16953 2005-04-09  Jim Meyering  <jim@meyering.net>
16954
16955         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
16956         -Wuninitialized: initialize tm0.tm_year.
16957
16958 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
16959
16960         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
16961         count, since there's no maximum.  All uses changed.
16962         Add member dsts_seen.
16963         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
16964         not being INT_MAX.
16965         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
16966         Use pc_rels_seen to decide whther a date is absolute.
16967
16968         * lib/getdate.y (number): Don't overwrite year.
16969         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
16970         check.
16971
16972 2005-04-02  Simon Josefsson  <jas@extundo.com>
16973
16974         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
16975         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
16976
16977 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
16978
16979         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
16980         where no absolute path name can be longer than PATH_MAX.
16981
16982 2005-03-27  Jim Meyering  <jim@meyering.net>
16983
16984         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
16985
16986 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
16987
16988         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
16989         "one's complement" -> "ones' complement" in comment, as per Knuth.
16990         "value of type" -> "type or expression" in comment.
16991         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
16992
16993 2005-03-26  Jim Meyering  <jim@meyering.net>
16994
16995         Comment nits.
16996         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
16997         Correct typos: s/or/of/.
16998
16999 2005-03-26  Jim Meyering  <jim@meyering.net>
17000
17001         * modules/check-include-files: Move to ../ and rename to...
17002         * check-module: ...this.
17003
17004 2005-03-25  Jim Meyering  <jim@meyering.net>
17005
17006         * modules/xvasprintf (Files): Add xalloc.h.
17007
17008 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
17009
17010         * modules/gettext (Files): config/config.rpath ->
17011         build-aux/config.rpath
17012         * modules/iconv (Files): Likewise.
17013         Problem reported by Oskar Liljeblad.
17014
17015 2005-03-23  Jim Meyering  <jim@meyering.net>
17016
17017         * modules/check-include-files: New script to check for
17018         missing dependencies, multiple includes, etc.
17019
17020         * modules/c-strtold (Depends-on): Add xalloc.
17021         * modules/c-strtod (Depends-on): Add xalloc.
17022         * modules/hash (Depends-on): Add xalloc.
17023         (Files): Remove lib/xalloc.h.
17024
17025         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
17026         * modules/userspec (Files): Add lib/inttostr.h.
17027
17028 2005-03-23  Jim Meyering  <jim@meyering.net>
17029
17030         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
17031
17032 2005-03-22  Jim Meyering  <jim@meyering.net>
17033
17034         * modules/stat-macros: New module.
17035         * modules/canonicalize, modules/euidaccess, modules/file-type,
17036         * modules/filemode, modules/lchown, modules/makepath,
17037         * modules/rmdir, modules/stat: Depend on new stat-macros module
17038         rather than listing lib/stat-macros.h manually.
17039         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
17040
17041 2005-03-22  Jim Meyering  <jim@meyering.net>
17042
17043         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
17044
17045 2005-03-22  Bruno Haible  <bruno@clisp.org>
17046
17047         * config/srclist.txt: Replace target directory 'config' with
17048         'build-aux'.
17049         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
17050         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
17051         ../build-aux/.
17052
17053 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
17054
17055         * modules/chdir-long (Depends-on): Add mempcpy.
17056
17057         * modules/acl, modules/backupfile, modules/c-strtod,
17058         modules/c-strtold, modules/canon-host, modules/canonicalize,
17059         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
17060         modules/exclude, modules/exitfail, modules/file-type,
17061         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
17062         modules/getdate, modules/getline, modules/getpagesize,
17063         modules/getpass, modules/getugroups, modules/group-member,
17064         modules/hard-locale, modules/hash, modules/human, modules/idcache,
17065         modules/inttostr, modules/long-options, modules/makepath,
17066         modules/md5, modules/memcasecmp, modules/memcoll,
17067         modules/modechange, modules/mountlist, modules/path-concat,
17068         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
17069         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
17070         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
17071         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
17072         modules/strftime, modules/strndup, modules/strverscmp,
17073         modules/timespec, modules/unlocked-io, modules/userspec,
17074         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
17075         modules/yesno:
17076         Remove lib_SOURCES line from Makefile.am section, as this is now
17077         done automatically by the corresponding Autoconf macro.
17078
17079 2005-03-21  Jim Meyering  <jim@meyering.net>
17080
17081         Changes imported from coreutils.
17082
17083         * lib/cycle-check.c: Don't include xalloc.h.
17084
17085         * lib/path-concat.c: Don't include assert.h.
17086         (path_concat): Remove assertion that would have triggered
17087         for ABASE starting with more than one slash.
17088         Reported by Andreas Schwab.
17089
17090         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
17091         properly when ABASE is an absolute file name.
17092         Correct the description of this function.
17093         Include <assert.h>.
17094         Add an assertion and a test driver.
17095         This fixes a bug introduced on 2004-07-02.
17096         Andreas Schwab reported the resulting failure of cp --parents:
17097         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
17098
17099 2005-03-21  Jim Meyering  <jim@meyering.net>
17100
17101         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
17102         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
17103
17104 2005-03-21  Jim Meyering  <jim@meyering.net>
17105         and  Paul Eggert  <eggert@cs.ucla.edu>
17106
17107         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
17108         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
17109         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
17110         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
17111         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
17112         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
17113         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
17114         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
17115         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
17116         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
17117         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
17118         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
17119         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
17120         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
17121         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
17122         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
17123         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
17124         for these modules.
17125
17126 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
17127
17128         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
17129         (which shouldn't happen), generate nothing instead of returning 0
17130         immediately, so that nstrftime (NULL, ...) doesn't return 0.
17131
17132 2005-03-16  Bruno Haible  <bruno@clisp.org>
17133
17134         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
17135         HAVE_LONGLONG_64BIT.
17136
17137 2005-03-16  Bruno Haible  <bruno@clisp.org>
17138
17139         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
17140         HAVE_LONGLONG_64BIT.
17141
17142 2005-03-16  Bruno Haible  <bruno@clisp.org>
17143
17144         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
17145         HAVE_LONGLONG_64BIT.
17146
17147 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
17148
17149         * lib/strftime.c (my_strftime): Prepend space to format so that we can
17150         reliably distinguish strftime failure from empty output on POSIX
17151         hosts.
17152
17153 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
17154
17155         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
17156         (iconv_string): Don't guess a size-zero buffer, as that might cause
17157         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
17158         result would be 'too large', where 'too large' is (heuristically)
17159         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
17160         overflow concerns.  This will prevent some unwanted malloc failures
17161         when the inputs are very large.
17162
17163 2005-03-15  Karl Berry  <karl@gnu.org>
17164
17165         * config/srclist.txt (config.rpath): from gettext.
17166         * config/config.rpath: update.
17167
17168 2005-03-15  Bruno Haible  <bruno@clisp.org>
17169
17170         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
17171         to 'negate'.
17172
17173         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
17174         variable.
17175
17176         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
17177         results.
17178
17179 2005-03-14  Simon Josefsson  <jas@extundo.com>
17180
17181         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
17182         <fx@gnu.org>.
17183
17184 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
17185
17186         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
17187         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
17188         intprops.h.
17189         * lib/strtol.c: Likewise.
17190
17191 2005-03-14  Jim Meyering  <jim@meyering.net>
17192
17193         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
17194         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
17195         to be nonzero so that we (and caller) can detect the difference
17196         between a valid zero-length expansion and an error return, even
17197         when the underlying strftime fails before writing anything into
17198         that location.
17199
17200 2005-03-14  Bruno Haible  <bruno@clisp.org>
17201
17202         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
17203         Update from GNU gettext 0.14.3.
17204
17205 2005-03-10  Jim Meyering  <jim@meyering.net>
17206
17207         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
17208
17209 2005-03-10  Jim Meyering  <jim@meyering.net>
17210
17211         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
17212         so that this module works on systems without fchdir.
17213
17214 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
17215
17216         Factor int-properties macros into a single file, except for
17217         glibc-related files.
17218         * lib/intprops.h: New file.
17219         * lib/getloadavg.c: Include it instead of limits.h.
17220         (INT_STRLEN_BOUND): Remove.
17221         * lib/human.c: Include intprops.h.
17222         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
17223         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
17224         302/1000.
17225         * lib/inttostr.h: Include intprops.h instead of limits.h.
17226         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
17227         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
17228         for consistency with intprops.h.
17229         (time_t_is_integer, twos_complement_arithmetic): Use them.
17230         * lib/sig2str.h: Include <signal.h>, intprops.h.
17231         (INT_STRLEN_BOUND): Remove.
17232         * lib/strftime.c (TYPE_SIGNED): Remove.
17233         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
17234         * lib/strtol.c: Adjust comments to match intprops.h.
17235         * lib/userspec.c: Include intprops.h.
17236         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
17237         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
17238         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
17239         instead of rolling our own expressions.
17240         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
17241
17242         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
17243         instead of int.
17244         (my_strftime): Do not mishandle years close to INT_MAX, by doing
17245         the right thing even if adding 1900 would overflow.  Similarly
17246         for tm_mon + 1 and tm_yday + 1.
17247         Make %Y always equivalent to %C%y, and similarly for %G and %g.
17248         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
17249         (DO_SIGNED_NUMBER): New macro.
17250         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
17251
17252 2005-03-07  Bruno Haible  <bruno@clisp.org>
17253
17254         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
17255
17256 2005-03-07  Bruno Haible  <bruno@clisp.org>
17257
17258         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
17259
17260 2005-03-04  Derek R. Price  <derek@ximbiot.com>
17261
17262         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
17263         (func_import): Only replace files via --import when they have actually
17264         changed.
17265
17266 2005-03-03  Derek R. Price  <derek@ximbiot.com>
17267
17268         * m4/mmap-anon.m4: New file.
17269         * m4/pagealign_alloc.m4: New file.
17270
17271 2005-03-03  Derek R. Price  <derek@ximbiot.com>
17272             Bruno Haible  <bruno@clisp.org>
17273
17274         * modules/pagealign_alloc: New file.
17275         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
17276
17277 2005-03-03  Derek R. Price  <derek@ximbiot.com>
17278             Bruno Haible  <bruno@clisp.org>
17279
17280         * lib/pagealign_alloc.h: New file.
17281         * lib/pagealign_alloc.c: New file.
17282
17283 2005-03-03  Bruno Haible  <bruno@clisp.org>
17284
17285         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
17286         Use an all-permissive copyright notice, recommended by RMS.
17287
17288 2005-03-02  Bruno Haible  <bruno@clisp.org>
17289
17290         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
17291         of AIX, the replacement has to be done only after <string.h> is
17292         included, therefore not in config.h. stpncpy.h does the replacement,
17293         and stpncpy.c uses it.
17294
17295 2005-03-02  Bruno Haible  <bruno@clisp.org>
17296
17297         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
17298         stpncpy.c uses it.
17299
17300 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17301
17302         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
17303         The workaround isn't strictly needed for POSIX conformance, and
17304         it's too much of a pain to configure and maintain.  We'll ask
17305         people to fix their kernels instead.
17306         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
17307         (NANOSLEEP_BUG_WORKAROUND): Remove.
17308         (xnanosleep): Remove the workaround.
17309
17310 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17311
17312         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
17313         Reported by Derek Price.
17314         (Include): Add "timespec.h".
17315
17316         * modules/xnanosleep (Depends-on): Remove gethrxtime.
17317
17318 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17319
17320         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
17321         to detect nanosleep bug.
17322
17323 2005-03-01  Bruno Haible  <bruno@clisp.org>
17324
17325         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
17326
17327 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
17328
17329         * modules/gethrxtime: New file.
17330         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
17331         (Depends-on): Add gethrxtime.
17332         (configure.ac): Add gl_XNANOSLEEP.
17333         (Makefile.am): Remove lib_SOURCES line.
17334
17335 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
17336
17337         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
17338         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
17339
17340 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
17341
17342         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
17343         * lib/timespec.h (gettime): Return void, since it always
17344         succeeds now.  All uses changed.
17345         * lib/gettime.c (gettime) Likewise.
17346         [HAVE_NANOTIME]: Prefer nanotime.
17347         Assume gettimeofday succeeds, as POSIX requires.
17348         Assime time () succeeds, since other code already does.
17349         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
17350         (timespec_subtract): Remove.
17351         (NANOSLEEP_BUG_WORKAROUND): New constant.
17352         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
17353         things considerably.  Use it only on GNU/Linux hosts, since the
17354         workaround shouldn't be needed elsewhere.
17355
17356 2005-02-24  Bruno Haible  <bruno@clisp.org>
17357
17358         * modules/gettext (Files): Add m4/glibc2.m4.
17359
17360 2005-02-24  Bruno Haible  <bruno@clisp.org>
17361
17362         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
17363         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
17364         * m4/progtest.m4:
17365         Update from GNU gettext 0.14.2.
17366         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
17367
17368 2005-02-24  Bruno Haible  <bruno@clisp.org>
17369
17370         * lib/localcharset.c: Update from GNU gettext 0.14.2.
17371         * lib/config.charset: Update from GNU gettext 0.14.2.
17372
17373 2005-02-24  Bruno Haible  <bruno@clisp.org>
17374
17375         * lib/gettext.h: Update from GNU gettext 0.14.2.
17376
17377 2005-02-23  Simon Josefsson  <jas@extundo.com>
17378
17379         * m4/iconvme.m4: New file.
17380
17381 2005-02-23  Jim Meyering  <jim@meyering.net>
17382
17383         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
17384         change.
17385         Thanks to Bruno Haible for catching it.
17386
17387 2005-02-22  Simon Josefsson  <jas@extundo.com>
17388
17389         * modules/iconvme: New file.
17390
17391         * MODULES.html.sh: Add iconvme.
17392
17393 2005-02-22  Simon Josefsson  <jas@extundo.com>
17394
17395         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
17396
17397 2005-02-22  Simon Josefsson  <jas@extundo.com>
17398
17399         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
17400
17401 2005-02-22  Jim Meyering  <jim@meyering.net>
17402
17403         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
17404         s/ifndef/ifdef/.
17405
17406 2005-02-20  Neil Conway  <neilc@samurai.com>
17407
17408         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
17409         returned by OSX/Darwin if the specified buffer is not large
17410         enough for the hostname.
17411
17412 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17413
17414         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
17415         pass it to _help, otherwise the latter coredumps trying to
17416         dereference state.root_argp.
17417
17418 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
17419
17420         * modules/chdir-long (Depends-on): Add memrchr.
17421         * modules/memrchr (Files): Add lib/memrchr.h.
17422         (Include): "memrchr.h".
17423
17424 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
17425
17426         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
17427
17428 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
17429
17430         * lib/memrchr.h: New file.
17431         * lib/chdir-long.c: Include it.
17432         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
17433         Don't bother including stddef.h.
17434
17435 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
17436
17437         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
17438         inclusion.
17439         Include <sys/types.h>, for dev_t.
17440         (ME_DUMMY, ME_REMOTE): Move from here....
17441         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
17442         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
17443         Dmitry V. Levin.
17444         Include mountlist.h first, to test the interface.
17445
17446 2005-01-29  Bruno Haible  <bruno@clisp.org>
17447
17448         * lib/progname.c (program_name): Initialize.
17449         Needed when linking statically on MacOS X.
17450
17451 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
17452
17453         Sync from coreutils.
17454         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
17455         (Depends-on): Add c-strtod.
17456         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
17457
17458 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
17459
17460         Sync from coreutils.
17461         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
17462
17463         Remove files that are specific to coreutils.
17464         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
17465
17466 2005-01-28  Bruno Haible  <bruno@clisp.org>
17467
17468         * modules/javacomp: New file.
17469         * MODULES.html.sh (Java): Add javacomp.
17470
17471 2005-01-28  Bruno Haible  <bruno@clisp.org>
17472
17473         * m4/javacomp.m4: New file, from GNU gettext.
17474
17475 2005-01-28  Bruno Haible  <bruno@clisp.org>
17476
17477         * lib/javacomp.sh.in: New file, from GNU gettext.
17478         * lib/javacomp.h: New file, from GNU gettext.
17479         * lib/javacomp.c: New file, from GNU gettext.
17480
17481 2005-01-26  Simon Josefsson  <jas@extundo.com>
17482
17483         * lib/gai_strerror.c: Use GPL in header.
17484
17485 2005-01-26  Bruno Haible  <bruno@clisp.org>
17486
17487         * modules/javaexec: New file.
17488         * MODULES.html.sh (Java): Add javaexec.
17489
17490 2005-01-26  Bruno Haible  <bruno@clisp.org>
17491
17492         * m4/javaexec.m4: New file, from GNU gettext.
17493
17494 2005-01-26  Bruno Haible  <bruno@clisp.org>
17495
17496         * lib/javaexec.sh.in: New file, from GNU gettext.
17497         * lib/javaexec.h: New file, from GNU gettext.
17498         * lib/javaexec.c: New file, from GNU gettext.
17499
17500 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17501
17502         * modules/lchown (Depends-on): Remove lchown.h
17503
17504 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17505
17506         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
17507         must be defined if the header file was not found, in order
17508         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
17509
17510 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17511
17512         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
17513         initializers for struct pentry_state.
17514         (__argp_error): Check return value of __asprintf
17515         (__argp_failure): Translate error message
17516
17517         * lib/argp-parse.c: Removed braces around the expansion of N_()
17518
17519 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
17520
17521         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
17522         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
17523         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
17524         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
17525         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
17526         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
17527         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
17528         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
17529         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
17530         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
17531         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
17532         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
17533         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
17534         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
17535         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
17536         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
17537         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
17538         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
17539         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
17540         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
17541         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
17542         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
17543         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
17544         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
17545         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
17546         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
17547         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
17548         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
17549         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
17550         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
17551         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
17552         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
17553         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
17554         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
17555         xstrtol.m4, xstrtoumax.m4, yesno.m4:
17556         Use an all-permissive copyright notice, recommended by RMS.
17557
17558 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
17559
17560         * modules/chdir-long (Depends-on): Remove mempcpy.
17561
17562 2005-01-21  Jim Meyering  <jim@meyering.net>
17563
17564         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
17565         same value as for Solaris 9.
17566
17567         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
17568         component length.  This included changing the parameter to be
17569         of type `char *' rather than `char const *'.
17570         * lib/chdir-long.h (chdir_long): Update prototype.
17571
17572         * lib/openat.c (fdopendir, fstatat): New functions.
17573         * lib/openat.h: Include headers required for use of DIR and struct
17574         stat.
17575         [AT_SYMLINK_NOFOLLOW]: Define.
17576         (fdopendir, fstatat): Add prototypes.
17577
17578 2005-01-21  Bruno Haible  <bruno@clisp.org>
17579
17580         * modules/classpath: New file.
17581         * MODULES.html.sh (Java): Add classpath.
17582
17583 2005-01-21  Bruno Haible  <bruno@clisp.org>
17584
17585         * lib/classpath.h: New file, from GNU gettext.
17586         * lib/classpath.c: New file, from GNU gettext.
17587
17588 2005-01-20  Simon Josefsson  <jas@extundo.com>
17589
17590         * modules/version-etc-fsf: New file.
17591
17592 2005-01-20  Simon Josefsson  <jas@extundo.com>
17593
17594         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
17595         * lib/version-etc.c: Remove version_etc_copyright.
17596         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
17597         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
17598
17599 2005-01-20  Simon Josefsson  <jas@extundo.com>
17600
17601         * lib/base64.h (isbase64): Add.
17602
17603         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
17604         using a unsigned prototype, don't inline.
17605         (base64_decode): Use it.
17606
17607 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
17608
17609         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
17610         it.
17611
17612 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
17613
17614         * lib/save-cwd.c (save_cwd): Remove code to support the case
17615         where fchdir is missing or flaky.
17616
17617 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
17618
17619         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
17620
17621 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
17622
17623         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
17624         AC_LIBSOURCES now does this.
17625         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
17626         with new ullong_max module.
17627
17628 2005-01-19  Bruno Haible  <bruno@clisp.org>
17629
17630         * modules/sh-quote: New file.
17631         * MODULES.html.sh (Executing programs): Add sh-quote.
17632
17633 2005-01-19  Bruno Haible  <bruno@clisp.org>
17634
17635         * lib/sh-quote.h: New file, from GNU gettext.
17636         * lib/sh-quote.c: New file, from GNU gettext.
17637
17638 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
17639
17640         Merge from coreutils.
17641         * m4/ullong_max.m4: New file.
17642         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
17643         (gl_MACROS): Assume localeconv exists.
17644
17645 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
17646
17647         Merge changes from coreutils, as described below in several
17648         changelogs dated today.
17649
17650         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
17651         (O_DIRECTORY): Remove; not needed here, since "." must be
17652         a directory.  All uses removed.
17653         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
17654         universal on Suns, and we also need to test for IRIX.
17655         Revamp code to use 'if' rather than '#if'.
17656         Avoid unnecessary comparison of cwd->desc to 0.
17657
17658         * lib/utimens.c (futimens): Robustify the previous patch, by checking
17659         for known valid error numbers rather than observed invalid ones.
17660
17661 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
17662
17663         * modules/ullong_max: New file.
17664
17665         * modules/chdir-long, modules/openat: New files.
17666         * modules/save-cwd (Depends-on): Depend on chdir-long.
17667         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
17668
17669 2005-01-18  Jim Meyering  <jim@meyering.net>
17670
17671         Merge from coreutils.
17672         * m4/chdir-long.m4, m4/openat.m4: New files.
17673         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
17674         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
17675         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
17676         is sane and DOES follow symlinks.  Besides, testing 20 different
17677         systems found no broken chown implementations.
17678         Prompted by a change in rsync's copy of this macro.
17679         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
17680
17681         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
17682
17683         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
17684         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
17685         NULL-means-set-to-current-time semantics.
17686         Remove temporary file immediately, rather than waiting
17687         for configure's at-exit trap code to do it.
17688
17689 2005-01-18  Jim Meyering  <jim@meyering.net>
17690
17691         * lib/version-etc.c (version_etc_copyright): Update copyright date.
17692
17693         * lib/utimens.c (futimens): Account for the fact that futimes
17694         can also fail with errno == ENOSYS or errno == ENOENT.
17695         Patch from Dmitry V. Levin.
17696
17697         Change the name of the robust chdir function from chdir to chdir_long.
17698         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
17699         (restore_cwd): Use chdir_long, not chdir.
17700         * lib/chdir-long.c: Renamed from chdir.c.
17701         * lib/chdir-long.h: Renamed from chdir.h.
17702         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
17703         Hurd.
17704
17705 2005-01-18  Bruno Haible  <bruno@clisp.org>
17706
17707         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
17708         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
17709         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
17710         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
17711         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
17712         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
17713         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
17714         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
17715         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
17716         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
17717         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
17718         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
17719         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
17720         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
17721         Use an all-permissive copyright notice, recommended by RMS.
17722
17723 2005-01-18  Bob Proulx  <bob@proulx.com>
17724
17725         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
17726         simplify offsetof() macro construct to avoid compile failure with
17727         native HP-UX 11.0 ANSI C compiler.
17728
17729 2005-01-17  Bruno Haible  <bruno@clisp.org>
17730
17731         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
17732         redundant because stpncpy.m4 takes care of it.
17733
17734 2005-01-17  Bruno Haible  <bruno@clisp.org>
17735
17736         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
17737
17738 2005-01-17  Bruno Haible  <bruno@clisp.org>
17739
17740         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
17741         used.
17742
17743 2005-01-17  Bruno Haible  <bruno@clisp.org>
17744
17745         * lib/fwriteerror.h (fwriteerror): Change specification to include
17746         fclose.
17747         * lib/fwriteerror.c: Include <stdbool.h>.
17748         (fwriteerror): At the end, close the file stream. Record whether
17749         stdout was already closed.
17750
17751 2005-01-17  Bruno Haible  <bruno@clisp.org>
17752
17753         * lib/execute.c (environ): Declare if needed.
17754         * lib/pipe.c (environ): Likewise.
17755         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
17756
17757 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17758
17759         * modules/argp: Depend on vsnprintf
17760
17761 2005-01-10  Jim Meyering  <jim@meyering.net>
17762
17763         * modules/closeout (Depends-on): Add atexit.
17764
17765 2005-01-06  Bruno Haible  <bruno@clisp.org>
17766
17767         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
17768
17769 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
17770
17771         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
17772         definitions to be after all include files, to avoid collisions.
17773         Problem reported by Bob Proulx.
17774
17775 2005-01-04  Jim Meyering  <jim@meyering.net>
17776
17777         Changes imported from coreutils.
17778         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
17779         as the mkstemp template, use a temporary directory and an
17780         8.3-friendly template to avoid trouble on systems like DJGPP.
17781         Reported by Juan M. Guerrero via Stepan Kasal.
17782         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
17783         close. Remove the temporary directory right away, rather than waiting
17784         for configure's at-exit trap code to do it.
17785         Suggestion from Stepan Kasal.
17786
17787 2005-01-01  Simon Josefsson  <jas@extundo.com>
17788
17789         * gnulib-tool: Print #include directives when --import'ing.
17790
17791 2004-12-28  Simon Josefsson  <jas@extundo.com>
17792
17793         * tests/test-base64.c: Include required header files.  Remove
17794         unused variables.
17795
17796 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
17797
17798         * modules/error (Depends-on): Remove gettext.
17799
17800 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
17801
17802         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
17803         not needed.  This removes a dependency on the gettext module.
17804         [defined _LIBC]: Do not include <libintl.h>; not needed.
17805
17806 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
17807
17808         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
17809         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
17810
17811 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
17812
17813         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
17814         HAVE_DECL_STRTOLD.
17815
17816 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
17817
17818         * modules/getdate (Depends-on): Remove alloca-opt.
17819
17820 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
17821
17822         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
17823
17824 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
17825
17826         * lib/argp-parse.c: Include <stddef.h>.
17827         (alignof, alignto): New macros.
17828         (parser_init): Don't assume that void * is aligned sufficiently
17829         for struct option.
17830
17831         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
17832         need to extend the stack.
17833         (YYINITDEPTH): New macro, so that the initial stack isn't overly
17834         large.
17835
17836 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17837
17838         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
17839
17840 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
17841
17842         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
17843         (2004-10-24) change.  Apparently this was a false alarm.
17844
17845         * modules/getdate: Depend on alloca-opt, not alloca.
17846
17847 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
17848
17849         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
17850         Remove now-obsolete comment about AIX.
17851         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
17852         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
17853         (YYMAXDEPTH): New macro.
17854
17855 2004-12-18  Simon Josefsson  <jas@extundo.com>
17856
17857         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
17858
17859 2004-12-18  Bruno Haible  <bruno@clisp.org>
17860
17861         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
17862
17863 2004-12-18  Bruno Haible  <bruno@clisp.org>
17864
17865         * lib/fatal-signal.c (fatal_signals): Make non-const.
17866         (init_fatal_signals): New function.
17867         (uninstall_handlers, install_handlers): Ignore signals that were set to
17868         SIG_IGN.
17869         (at_fatal_signal): Call init_fatal_signals.
17870         (init_fatal_signal_set): Likewise. Ignore signals that were set to
17871         SIG_IGN.
17872         Reported by Paul Eggert.
17873
17874 2004-12-18  Bruno Haible  <bruno@clisp.org>
17875
17876         * doc/alloca.texi: New file.
17877         * doc/alloca-opt.texi: New file.
17878
17879 2004-12-17  Jim Meyering  <jim@meyering.net>
17880
17881         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
17882         Otherwise, install-sh could exit with improper exit status when
17883         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
17884
17885 2004-12-16  Simon Josefsson  <jas@extundo.com>
17886
17887         * tests/test-base64.c: Add license.
17888
17889 2004-12-15  Stepan Kasal  <address@hidden>
17890
17891         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
17892
17893 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
17894
17895         * modules/getcwd (Files): Add m4/d-ino.m4.
17896         Suggested by Mark D. Baushke.
17897
17898 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
17899
17900         * lib/getdate.y (textint): New member "negative".
17901         (time_zone_hhmm): New function.
17902         Expect 14 shift-reduce conflicts, not 13.
17903         (o_colon_minutes): New rule.
17904         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
17905         (yylex): Set the "negative" member of signed numbers.
17906
17907 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
17908
17909         * doc/getdate.texi (Time of day items, Time zone items):
17910         Describe new formats +00:00, UTC+00:00.
17911
17912 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
17913
17914         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
17915         spurious "-l"s.  Problem reported by Stepan Kasal.
17916
17917 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
17918
17919         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
17920         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
17921
17922 2004-12-04  Simon Josefsson  <jas@extundo.com>
17923
17924         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
17925         Vandoorselaere <yoann@prelude-ids.org>.
17926
17927 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
17928
17929         Changes imported from coreutils.
17930         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
17931         exist.
17932         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
17933
17934 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
17935
17936         Changes imported from coreutils.
17937         * lib/hard-locale.c: Assume <locale.h> exists.
17938         Include "strdup.h".
17939         (GLIBC_VERSION): New macro.
17940         (hard_locale): Assume setlocale exists.
17941         Rewrite to avoid #ifdef.
17942         Use strdup rather than malloc + strcpy.
17943         * lib/human.c: Assume <locale.h> exists.
17944         (human_readable): Assume localeconv exists.
17945
17946 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
17947
17948         * modules/hard-locale (Depends-on): Add strdup.
17949
17950 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
17951
17952         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
17953         convert T2, not T.  (Imported from libc.)
17954
17955 2004-11-30  Simon Josefsson  <jas@extundo.com>
17956
17957         * modules/restrict (License): Change to LGPL.
17958
17959 2004-11-30  Simon Josefsson  <jas@extundo.com>
17960
17961         * m4/restrict.m4: Add copyright and copying conditions.
17962
17963 2004-11-30  Simon Josefsson  <jas@extundo.com>
17964
17965         * m4/base64.m4: New file.
17966
17967 2004-11-30  Simon Josefsson  <jas@extundo.com>
17968
17969         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
17970         base64.
17971
17972         * tests/test-base64.c: New file.
17973
17974         * modules/base64: New file.
17975
17976 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
17977
17978         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
17979         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
17980
17981         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
17982
17983 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
17984
17985         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
17986         (__getcwd.c): Don't restore errno; glibc doesn't.
17987         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
17988         first, falling back to our code only if its results look suspicious.
17989         Ensure that the resulting buffer is only as large as necessary.
17990
17991         * lib/readutmp.c: Include readutmp.h first.
17992         Include <errno.h>, since readutmp.h no longer does that.
17993         * lib/readutmp.h: Don't include <errno.h>,
17994         <sys/param.h>, <time.h>; not needed to establish interface.
17995         (errno): Remove decl.
17996         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
17997         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
17998         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
17999
18000 2004-11-28  Simon Josefsson  <jas@extundo.com>
18001
18002         * lib/base64.h, base64.c: New file.
18003
18004 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
18005
18006         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
18007
18008 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
18009
18010         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
18011         (Depends-on): Remove pathmax, same.  Add mempcpy.
18012         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
18013         (Makefile.am): Append getcwd.h to lib_SOURCES.
18014         (Include): Add getcwd.h.
18015         (Maintainer): Change from Jim Meyering to "all, glibc",
18016         since getdate now uses intended-for-glibc code.
18017         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
18018         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
18019
18020 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
18021
18022         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
18023         HP's ANSI C compiler.
18024         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
18025         Declaring int functions causes warnings on some modern systems and
18026         shouldn't be needed to compile on ancient ones.
18027         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
18028         defined.
18029
18030         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
18031         with the following changes.
18032         (__set_errno): Parenthesize properly.
18033         Include <stdbool.h>.
18034         (MIN, MAX, MATCHING_INO): New macros.
18035         (__getcwd): Define with prototype, not K&R form.
18036         Use heuristics to allocate default buffer on stack if possible.
18037         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
18038         behavior, and to avoid the PATH_MAX limit when computing
18039         ../../../../...
18040         Use MATCHING_INO to compare inode number to file.
18041         Check for arithmetic overflow in size calculations.
18042         Fix bug in reallocation of dot array that caused getcwd to fail
18043         on directories nested deeper than 75.
18044         Be more careful about saving errno on error.
18045         Do not use realloc; use only free+malloc, as this is a bit
18046         more flexible and avoids a needless copy operation.
18047         Do not inspect st_dev and st_ino for symbolic links; POSIX
18048         doesn't specify the latter.
18049         Check for closedir errors.
18050         Avoid needless casts.
18051         Use "#ifdef weak_alias" around weak_alias, to be like other
18052         glibc code.
18053         The following changes to getcwd.c have effect only when used in
18054         gnulib; they have no effect inside glibc proper.
18055         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
18056         as alloca isn't used.
18057         (alloca, __alloca): Likewise.
18058         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
18059         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
18060         unconditionally, as gnulib assumes C89 or better.
18061         Do not include <sys/param.h>.
18062         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
18063         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
18064         better.
18065         (NULL) [!defined NULL]: Remove; we assume C89 or better.
18066         Include <dirent.h> in a way that is compatible with modern Autoconf.
18067         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
18068         New macros, if not already defined.
18069         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
18070         Use "_LIBC", not "defined _LIBC", for consistency.
18071         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
18072         a mempcpy module.
18073         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
18074         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
18075         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
18076         credit only to Jim Meyering and adjust the copyright dates.
18077         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
18078         <stdlib.h>, <unistd.h>, "pathmax.h".
18079         Instead, include "xgetcwd.h" (first) and "getcwd.h".
18080         (INITIAL_BUFFER_SIZE): Remove.
18081         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
18082
18083 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
18084
18085         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
18086         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
18087         Use the _ONCE methods, for efficiency.
18088         Check for fcntl.h.  In test program, include <errno.h>
18089         and <fcntl.h> if available.  Remove old K&R cruft from
18090         test program.  Check for common errors in GNU/Linux,
18091         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
18092         don't do AC_LIBOBJ, as that's getcwd.m4's job.
18093         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
18094         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
18095         name accordingly.
18096         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
18097         accommodate new getcwd.c.
18098         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
18099         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
18100         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
18101         that's all we need now.
18102
18103 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18104
18105         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
18106         argp-parse.c depends on getopt internals, that means we should
18107         always use our getopt, to be on the safe side.
18108         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
18109         order not to spoil the result of an eventual previous invocation
18110         of gl_GETOPT_SUBSTITUTE.
18111
18112 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18113
18114         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
18115         redefinition warnings. To avoid them, include the defines
18116         in `#if !defined __need_getopt ... #endif'. The only place
18117         where __getopt_argv_const is used is in definitions
18118         of getopt_long and getopt_long_only below, which are as well
18119         protected by `#ifndef __need_getopt'.
18120         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
18121         __need_getopt after including <stdio.h> and <unistd.h> These
18122         headers might have defined it.
18123
18124 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
18125
18126         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
18127
18128 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
18129
18130         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
18131         (futimens): New function, which uses futimes if available.
18132         (futimens, utimens): Support timespec==NULL, with same semantics
18133         as utime and utimens.
18134         * lib/utimens.h (futimens): New decl.
18135
18136 2004-11-23  Jim Meyering  <jim@meyering.net>
18137
18138         * lib/getopt_.h: Remove trailing blanks.
18139
18140 2004-11-23  Jim Meyering  <jim@meyering.net>
18141
18142         * lib/__fpending.c: Add comment.
18143
18144 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
18145
18146         * modules/canonicalize (Depends-on): Add xreadlink.
18147         Problem reported by James Youngman.
18148
18149 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
18150
18151         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
18152         New macros.
18153         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
18154         optopt): Use them instead of invoking ## directly; otherwise, the
18155         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
18156
18157 2004-11-19  Bruno Haible  <bruno@clisp.org>
18158
18159         * lib/strtok_r.c: Move comments from here...
18160         * lib/strtok_r.h: ... to here.
18161
18162 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
18163
18164         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
18165         implementations that mishandle size_t overflow.
18166
18167 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
18168
18169         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
18170         might fail.  Problem reported by Yoann Vandoorselaere.
18171         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
18172         implementations that mishandle size_t overflow.
18173
18174 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
18175
18176         * modules/canon-host (Depends-on): Add strdup.
18177
18178 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
18179
18180         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
18181
18182 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
18183
18184         * lib/canon-host.c: Include "strdup.h".
18185         (canon_host): Use getaddrinfo if available, so that IPv6 works.
18186         Use strdup instead of malloc/strcpy to duplicate strings.
18187
18188         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
18189         (human_space_before_unit): New constant.
18190         * lib/human.c (human_readable): Support it.
18191
18192         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
18193         (xgetcwd): Set errno correctly when failing.
18194         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
18195         the failure is actually due to a PATH_MAX problem.
18196
18197         Further getopt changes to make it more likely that glibc will
18198         buy the changes back.
18199         * lib/getopt.c (POSIXLY_CORRECT): New constant.
18200         (getopt): Use it, so to preserve glibc semantic
18201         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
18202         when compiling for libc.
18203         * lib/getopt_.h (__getopt_argv_const): Bring it back.
18204         (getopt_long, getopt_long_only): Use it.
18205
18206         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
18207         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
18208         (getopt): Argv is now char * const *, as per standard.
18209         (_getopt_internal_r, _getopt_internal): Argv is now char **,
18210         not char *__getopt_argv_const *.
18211         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
18212         _getopt_long_only_r): Likewise.
18213         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
18214         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
18215         _getopt_long_r, _getopt_long_only_r): Likewise.
18216         * lib/getopt_.h (__getopt_argv_const): Remove.
18217         (getopt): Argv is now char * const *, as per standard.
18218
18219         * lib/getdate.y (tORDINAL): New token.
18220         (day, relunit): Allow it for relative times.
18221         (relative_time_table): Use tORDINAL for ordinals.
18222
18223 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
18224
18225         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
18226         Document that "second" isn't allowed as an ordinal number.
18227
18228 2004-11-16  Jim Meyering  <jim@meyering.net>
18229
18230         * modules/closeout (Depends-on): Add fpending.
18231
18232 2004-11-15  Jim Meyering  <jim@meyering.net>
18233
18234         * lib/closeout.c: Include "__fpending.h" once again.
18235         Include <stdbool.h>.
18236         (close_stdout): Don't fail just because stdout was closed initially,
18237         since some programs don't write to stdout in the normal course of
18238         operation (other than --version and --help), and we don't want this
18239         function to make e.g. `touch file >&-' fail.
18240         But do fail if it was closed and someone has tried to write to it.
18241         E.g., `printf foo >&-' must fail.
18242
18243 2004-11-13  Jim Meyering  <jim@meyering.net>
18244
18245         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
18246
18247 2004-11-12  Simon Josefsson  <jas@extundo.com>
18248
18249         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
18250         small doc fix is still pending.
18251
18252 2004-11-11  Simon Josefsson  <jas@extundo.com>
18253
18254         * modules/strtok_r: New file.
18255
18256         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18257         strtok_r.
18258
18259 2004-11-11  Simon Josefsson  <jas@extundo.com>
18260
18261         * m4/strtok_r.m4: New file.
18262
18263         * m4/getopt.m4: Replace opterr.
18264
18265 2004-11-11  Simon Josefsson  <jas@extundo.com>
18266
18267         * lib/strtok_r.h, strtok_r.c: New file.
18268
18269 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
18270
18271         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
18272         of replacing opterr, getopt, etc.  This should handle the
18273         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
18274
18275 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
18276
18277         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
18278         we can stop lying to compilers about the constness of argv when we
18279         are compiled outside glibc.
18280         (getopt, getopt_long, getopt_long_only): Use it.
18281         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
18282         _getopt_internal, getopt): Likewise.
18283         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
18284         _getopt_long_only_r): Likewise.
18285         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
18286         _getopt_long_r, _getopt_long_only_r): Likewise.
18287
18288         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
18289         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
18290         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
18291         the other external symbols.
18292         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
18293         declaration, since the above renaming now works around collisions.
18294
18295 2004-11-11  Jim Meyering  <jim@meyering.net>
18296
18297         * lib/linebreak.c: Remove trailing blanks.
18298         * lib/alloca_.h: Likewise.
18299         * lib/acosl.c: Likewise.
18300         * lib/euidaccess.c: Likewise.
18301         * lib/allocsa.h: Likewise.
18302
18303 2004-11-10  Simon Josefsson  <jas@extundo.com>
18304
18305         * m4/getaddrinfo.m4: New file.
18306
18307 2004-11-10  Simon Josefsson  <jas@extundo.com>
18308
18309         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
18310
18311 2004-11-10  Simon Josefsson  <jas@extundo.com>
18312
18313         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18314         getaddrinfo.
18315
18316         * modules/getaddrinfo: New file.
18317
18318 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
18319
18320         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
18321
18322 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
18323
18324         * lib/mktime.c (SHR): New macro, which is a portable
18325         substitute for >> that should work even on Crays.
18326         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
18327         Problem reported by Mark D. Baushke in
18328         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
18329         * lib/getdate.y (SHR): Likewise.
18330         (tm_diff): Use it.
18331         * lib/strftime.c (SHR): Likewise.
18332         (tm_diff): Use it.
18333         * lib/quotearg.c (struct quoting_options): Use unsigned int for
18334         quote_these_too, so that right shifts are well defined.  All uses
18335         changed.
18336
18337 2004-11-10  Jim Meyering  <jim@meyering.net>
18338
18339         Ensure that no close failure goes unreported.
18340         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
18341         return early when it seems there's nothing to flush.
18342         Don't include __fpending.h.
18343
18344 2004-11-10  Jim Meyering  <jim@meyering.net>
18345
18346         * modules/closeout (Depends-on): Remove fpending.
18347
18348 2004-11-10  Jim Meyering  <jim@meyering.net>
18349
18350         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
18351
18352 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
18353
18354         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
18355         gl_FUNC_STRFTIME.
18356         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
18357         and AC_REQUIRE when possible, to avoid duplicate checks.
18358         Check for <wchar.h>.
18359
18360 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
18361
18362         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
18363
18364 2004-11-09  Bruno Haible  <bruno@clisp.org>
18365
18366         * m4/sockpfaf.m4: New file.
18367
18368 2004-11-05  Bruno Haible  <bruno@clisp.org>
18369
18370         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
18371         Reported by Mark D. Baushke <mdb@cvshome.org>.
18372
18373 2004-11-04  Bruno Haible  <bruno@clisp.org>
18374
18375         2004-09-11  Bruno Haible  <bruno@clisp.org>
18376                 * allocsa.valgrind: New file.
18377         2004-02-06  Bruno Haible  <bruno@clisp.org>
18378                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
18379                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
18380                 Reported by Christopher Seip <chris.seip@hp.com>.
18381
18382 2004-11-04  Bruno Haible  <bruno@clisp.org>
18383
18384         * modules/allocsa (Files): Add lib/allocsa.valgrind.
18385         (Makefile.am): Distribute it.
18386
18387 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
18388
18389         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
18390         with errno == ERANGE if the buffer is too small.
18391         Problem reported by Mark D. Baushke.
18392
18393 2004-11-03  Albert Chin  <china@thewrittenword.com>
18394             Paul Eggert  <eggert@cs.ucla.edu>
18395
18396         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
18397         equivalent, substitute $ac_type for equivalent type rather than
18398         blindly using uint32_t *always* which won't work if uint32_t is not
18399         available.  Define _UINT32_T to work around typedef of uint32_t if
18400         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
18401         2.5.1.
18402
18403 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
18404
18405         * m4/jm-macros.m4: Sync from coreutils.
18406         (gl_MACROS): Check for mbrlen, for pathchk.
18407         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
18408
18409 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
18410
18411         * lib/xreadlink.c (MAXSIZE): New macro.
18412         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
18413         size does not exceed MAXSIZE.  Avoid cast.
18414         As suggested by Mark D. Baushke in
18415         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
18416         if readlink fails with buffer size just under MAXSIZE, try again
18417         with MAXSIZE.
18418
18419 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
18420
18421         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
18422
18423 2004-11-02  Derek R. Price  <derek@ximbiot.com>
18424         and  Paul Eggert  <eggert@cs.ucla.edu>
18425
18426         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
18427         (get_date): Overparenthesize to avoid GCC warning.
18428
18429 2004-11-02  Bruno Haible  <bruno@clisp.org>
18430
18431         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
18432         returns void.
18433
18434 2004-11-02  Bruno Haible  <bruno@clisp.org>
18435
18436         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
18437         function returns void.
18438
18439 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
18440
18441         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
18442         fflush_unlocked, flockfile, funlockfile, funlockfile,
18443         fputs_unlocked, putc_unlocked.
18444
18445 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
18446
18447         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
18448         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
18449         already declared.
18450
18451 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
18452
18453         * modules/getdate (Files): Add doc/getdate.texi.
18454         (Depends-on): Add setenv, xalloc.
18455
18456 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
18457
18458         * lib/getdate.y: Add support for TZ="foo" within a date string.
18459         Fix some bugs near time_t boundaries.  Reject dates with
18460         out-of-range components, e.g., "Sept 31".
18461         Include <stdlib.h>, "setenv.h", "xalloc.h".
18462         (ISDIGIT_LOCALE): Remove; unused.
18463         Note that the TZ and time functions used here are not reentrant.
18464         (mktime_ok, get_tz): New functions.
18465         (TZBUFSIZE): New constant.
18466         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
18467         This requires that we sometimes generate our own TZ="XXX..." setting.
18468
18469 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
18470
18471         * doc/getdate.texi: New file, from coreutils with modifications for
18472         the new TZ parsing.
18473
18474 2004-10-27  Derek R. Price  <derek@ximbiot.com>
18475
18476         * lib/mktime.c (not_equal_tm): Remove redundant check.
18477
18478 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
18479
18480         * modules/regex (lib_SOURCES): Add regex.c.
18481         Reported by James Youngman in
18482         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
18483
18484 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
18485
18486         * lib/getdate.y: Use Bison 1.875 features, and some minor
18487         code cleanups.  This change does not affect semantics.
18488         Don't include <stdlib.h>; no longer needed.
18489         Don't include unlocked-io.h; only the "#if TEST" code uses
18490         stdio, and performance isn't crucial there.
18491         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
18492         Bison 1.875 features as described below.
18493         All uses of "PC." replaced by "pc->".
18494         (YYSTYPE): Add a forward declaration.
18495         (yylex, yyerror): Use full prototypes in forward decls.
18496         Use "%pure-parser" rather than obsolescent "%pure_parser".
18497         Use %parse-param and %lex-param instead of obsolescent
18498         YYPARSE_PARAM and YYLEX_PARAM.
18499         (meridian_table, month_and_day_table, time_units_table,
18500         relative_time_table, time_zone_table, military_table,
18501         lookup_zone, lookup_word, get_date):
18502         Use NULL instead of 0 where appropriate.
18503         (to_hour): Avoid abort (), to avoid a dependency on
18504         stdlib.h.
18505         (yyerror, yylex): Now accepts parser_control * arg.
18506         (main) [TEST]: Use '\0' rather than 0 for char.
18507
18508 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
18509
18510         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
18511
18512 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
18513
18514         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
18515         It's now the caller's responsibility to handle the case where
18516         !HAVE_GETPAGESIZE && !defined getpagesize.
18517
18518         * lib/mktime.c (leapyear): Arg is long int, not int.
18519
18520 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
18521
18522         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
18523
18524 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
18525
18526         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
18527         missing.  Problem reported by James Youngman.
18528
18529 2004-10-16  Simon Josefsson  <jas@extundo.com>
18530
18531         * gnulib-tool: Fix comments.  Fix parse problem.
18532         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
18533
18534 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
18535
18536         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
18537         implementation of getopt_long.  Problem reported by Alexander Taler in:
18538         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
18539
18540 2004-10-15  Bruno Haible  <bruno@clisp.org>
18541
18542         * gnulib-tool: Untabify. Initialize supplied_libname.
18543         (func_usage): More homogenous output.
18544         (func_modules_transitive_closure, func_modules_to_filelist,
18545         func_emit_lib_Makefile_am): New functions.
18546         (func_import): New function, extracted from big case statement. Use
18547         func_get_license, func_modules_transitive_closure,
18548         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
18549         opt_lgpl. Don't use test -a, as it's not portable.
18550         (func_create_testdir): Use func_modules_transitive_closure,
18551         func_modules_to_filelist, func_emit_lib_Makefile_am.
18552
18553 2004-10-15  Bruno Haible  <bruno@clisp.org>
18554
18555         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
18556
18557 2004-10-15  Bruno Haible  <bruno@clisp.org>
18558
18559         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
18560         the portions belonging to each module.
18561         Suggested by Derek Robert Price <derek@ximbiot.com>.
18562
18563 2004-10-12  Simon Josefsson  <jas@extundo.com>
18564
18565         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
18566         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
18567         to real functions.
18568
18569 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18570
18571         * modules/vsnprintf: New file.
18572
18573 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18574
18575         * m4/vsnprintf.m4: New file.
18576
18577 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18578
18579         * lib/vsnprintf.h: New file.
18580         * lib/vsnprintf.c: New file.
18581
18582 2004-10-11  Bruno Haible  <bruno@clisp.org>
18583
18584         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
18585         vsnprintf.
18586
18587 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
18588
18589         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
18590
18591 2004-10-07  Bruno Haible  <bruno@clisp.org>
18592
18593         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
18594         fits into the provided buffer.
18595
18596 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
18597
18598         * lib/diacrit.c, diacrit.h: Add GPL notice.
18599
18600         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
18601         notice.
18602         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
18603         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
18604         This avoids a potential constant-folding bug.
18605
18606 2004-10-05  Bruno Haible  <bruno@clisp.org>
18607
18608         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
18609         for the declaration of strsep.
18610
18611 2004-10-05  Bruno Haible  <bruno@clisp.org>
18612
18613         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
18614
18615 2004-10-04  Simon Josefsson  <jas@extundo.com>
18616
18617         * modules/memmem: New file.
18618         * tests/test-memmem.c: New file.
18619         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
18620
18621 2004-10-04  Simon Josefsson  <jas@extundo.com>
18622
18623         * m4/memmem.m4: New file.
18624
18625 2004-10-04  Simon Josefsson  <jas@extundo.com>
18626
18627         * lib/memmem.h: New file.
18628         * lib/memmem.c: New file, taken from glibc.
18629
18630 2004-10-04  Simon Josefsson  <jas@extundo.com>
18631
18632         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
18633         '#ifdef USE_UNLOCKED_IO'.
18634
18635 2004-10-04  Simon Josefsson  <jas@extundo.com>
18636
18637         * config/srclist.txt: Add memmem from glibc.
18638
18639 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
18640
18641         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
18642
18643         * modules/argmatch, modules/argp, modules/closeout, modules/error,
18644         modules/exclude, modules/getdate, modules/getline,
18645         modules/getndelim2, modules/getpass, modules/getpass-gnu,
18646         modules/getusershell, modules/linebuffer, modules/md5,
18647         modules/mountlist, modules/posixtm, modules/readtokens,
18648         modules/readutmp, modules/regex, modules/sha1,
18649         modules/version-etc, modules/yesno:
18650         Remove dependency on unlocked-io.
18651
18652 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
18653
18654         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
18655
18656         * m4/unlocked-io.m4: Add copyright notice.
18657         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
18658
18659 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
18660
18661         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
18662         * lib/xmalloc.c (xmemdup): Likewise.
18663         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
18664         XFREE): Remove these long-obsolescent macros.
18665         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
18666         * lib/xstrdup.c: Remove.
18667
18668         * lib/regex.c (re_comp): Cast gettext return value to char *,
18669         Problem reported by Martin Neitzel via Mark D. Baushke.
18670
18671 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
18672
18673         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
18674         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
18675         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
18676         regex.c, sha1.c, version-etc.c, yesno.c:
18677         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
18678         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
18679         the includer's responsibility.
18680
18681         Sync from coreutils.
18682
18683         * lib/modechange.c (mode_compile): Don't decrement a pointer that
18684         points to the start of a string, as the C Standard says the
18685         resulting behavior is undefined.
18686
18687         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
18688         simple -> simple_backups, numbered_existing ->
18689         numbered_existing_backups, numbered -> numbered_backups
18690         to avoid shadowing problems.  All uses changed.
18691         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
18692         * lib/backupfile.c (check_extension, numbered_backup):
18693         Rename locals to avoid shadowing 'basename'.
18694         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
18695         once.
18696
18697         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
18698         * lib/.cvsignore: Add getopt.h.
18699
18700 2004-10-04  Bruno Haible  <bruno@clisp.org>
18701
18702         * modules/README: New file.
18703         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
18704         not a module.
18705
18706 2004-10-02  Jim Meyering  <jim@meyering.net>
18707
18708         * lib/dirfd.h, getpagesize.h: Add copyright notice.
18709
18710 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18711
18712         * modules/strsep: New file.
18713
18714 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18715
18716         * m4/strsep.m4: New file.
18717
18718 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18719
18720         * lib/strsep.h: New file.
18721         * lib/strsep.c: New file.
18722
18723 2004-10-01  Simon Josefsson  <jas@extundo.com>
18724
18725         * lib/snprintf.c (snprintf): Handle size==0.
18726
18727 2004-10-01  Simon Josefsson  <jas@extundo.com>
18728             Bruno Haible  <bruno@clisp.org>
18729
18730         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
18731         (snprintf): Declare 'args'.
18732
18733 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
18734
18735         * lib/snprintf.c: Remove comments as to why each header is needed.
18736
18737 2004-10-01  Bruno Haible  <bruno@clisp.org>
18738
18739         * MODULES.html.sh: Add strsep.
18740
18741 2004-09-30  Simon Josefsson  <jas@extundo.com>
18742
18743         * modules/snprintf: New file.
18744
18745 2004-09-30  Simon Josefsson  <jas@extundo.com>
18746
18747         * m4/snprintf.m4: New file.
18748
18749 2004-09-30  Simon Josefsson  <jas@extundo.com>
18750
18751         * lib/snprintf.h, lib/snprintf.c: New files.
18752
18753 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18754
18755         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
18756         (hol_entry_help): Never translate an empty string.
18757         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
18758         * lib/argp.h (OPTION_NO_TRANS): New option.
18759
18760 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
18761
18762         * modules/argp (Maintainer): Replace Simon Josefsson
18763         by Sergey Poznyakoff.
18764
18765 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
18766
18767         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
18768         changes merged back into glibc.
18769
18770 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
18771
18772         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
18773
18774 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
18775
18776         * lib/xvasprintf.c: Include xalloc.h.
18777         (xvasprintf): Use xalloc_die, not xmalloc_die.
18778
18779 2004-09-29  Bruno Haible  <bruno@clisp.org>
18780
18781         * modules/alloca-opt: New file, derived from modules/alloca.
18782         * modules/allocsa: Depend on alloca-opt instead of alloca.
18783         * modules/setenv: Likewise.
18784         * modules/vasnprintf: Likewise.
18785         * MODULES.html.sh: Add alloca-opt.
18786
18787 2004-09-28  Simon Josefsson  <jas@extundo.com>
18788
18789         * gnulib-tool: New parameter --lgpl, to asseert that modules are
18790         LGPL, and to replace license template from GPL to LGPL.
18791
18792 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
18793
18794         * modules/dummy: Change license to LGPL.
18795
18796 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
18797
18798         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
18799
18800 2004-09-24  Simon Josefsson  <jas@extundo.com>
18801
18802         * modules/minmax (License): Change from GPL to LGPL.
18803
18804 2004-09-23  Simon Josefsson  <jas@extundo.com>
18805
18806         * gnulib-tool (--import): Typo.
18807
18808 2004-09-23  Simon Josefsson  <jas@extundo.com>
18809
18810         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
18811
18812 2004-09-22  Bruno Haible  <bruno@clisp.org>
18813
18814         * modules/*: Add 'License' field.
18815         * gnulib-tool: Accept --extract-license option.
18816         (func_get_license): New function.
18817
18818 2004-09-21  Bruno Haible  <bruno@clisp.org>
18819
18820         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
18821         Reported by Simon Josefsson.
18822
18823 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
18824
18825         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
18826         gl_AC_TYPE_LONG_LONG.
18827
18828 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
18829
18830         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
18831
18832 2004-09-18  Simon Josefsson  <jas@extundo.com>
18833         and  Paul Eggert  <eggert@cs.ucla.edu>
18834
18835         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
18836         calls with autoreconf.  Define GL_LIB.
18837
18838 2004-09-14  Karl Berry  <karl@gnu.org>
18839
18840         * config/srclist.txt: unsync setenv.c, sigh.
18841
18842 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
18843
18844         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
18845         Problem reported by Bruno Haible in:
18846         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
18847
18848 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
18849
18850         * config/srclist.txt: Comment out argp-pvh.c.
18851
18852 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
18853
18854         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
18855         in case some system header has #define'd it.  Problem reported by
18856         Soeren D. Schulze in
18857         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
18858
18859 2004-09-09  Karl Berry  <karl@gnu.org>
18860
18861         * regex.[ch]: delete from the root.  These were supposed to be
18862                 synced with emacs cvs, but this has not happened for about
18863                 a year, and anyway nothing else uses emacs regex.[ch].
18864                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
18865                 lib/regex[.ch] is untouched.
18866
18867 2004-09-09  Bruno Haible  <bruno@clisp.org>
18868
18869         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
18870
18871 2004-09-09  Bruno Haible  <bruno@clisp.org>
18872
18873         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
18874         modifications.
18875         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
18876
18877 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
18878
18879         * modules/xvasprintf: New file.
18880         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
18881
18882 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
18883
18884         * lib/xvasprintf.h: New file.
18885         * lib/xvasprintf.c: New file.
18886         * lib/xasprintf.c: New file.
18887
18888 2004-09-08  Bruno Haible  <bruno@clisp.org>
18889
18890         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
18891
18892 2004-09-08  Bruno Haible  <bruno@clisp.org>
18893
18894         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
18895         length is > INT_MAX.
18896         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
18897         more.
18898
18899 2004-09-08  Bruno Haible  <bruno@clisp.org>
18900
18901         * lib/stdint_.h: New file, taken from GNU clisp.
18902
18903 2004-09-08  Bruno Haible  <bruno@clisp.org>
18904             Oskar Liljeblad  <oskar@osk.mine.nu>
18905
18906         * modules/stdint: New file.
18907         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
18908
18909 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18910
18911         Import from coreutils.
18912         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
18913         strings on unbounded length.  alloca's performance benefits aren't
18914         that important here.
18915         (V_STRDUP): Remove.
18916         (parse_with_separator): New function, with most of the internals
18917         of the old parse_user_spec.  Allow user to omit both user and group,
18918         for compatibility with FreeBSD.
18919         Clone only the user name, not the entire spec.
18920         Do not set *uid, *gid unless entirely successful.
18921         Avoid memory leak in some failing cases.
18922         Fix regression for USER.GROUP reported by Dmitry V. Levin in
18923         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
18924         (parse_user_spec): Rewrite to use parse_with_separator.
18925
18926 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18927
18928         * modules/userspec: Don't depend on alloca.
18929
18930 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18931
18932         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
18933
18934 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
18935
18936         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
18937         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
18938         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
18939
18940 2004-08-16  Simon Josefsson  <jas@extundo.com>
18941
18942         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
18943         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
18944         Add --dry-run for --import.
18945         Let user provided command line parameters override configure.ac
18946         settings.
18947
18948 2004-08-12  Simon Josefsson  <jas@extundo.com>
18949
18950         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
18951         as discussed with Paul Eggert in threads rooted at
18952         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
18953         and
18954         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
18955         Before, the test was empty, and relied on ELIDE_CODE in source
18956         code.)
18957         (gl_PREREQ_GETOPT): New macro.
18958         (gl_GETOPT): Use them.
18959
18960 2004-08-12  Simon Josefsson  <jas@extundo.com>
18961
18962         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
18963         * lib/getopt_.h: Renamed from getopt.h.
18964
18965 2004-08-12  Simon Josefsson  <jas@extundo.com>
18966
18967         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
18968         Change default library name from libfoo to libgnu.
18969         Now, if you have a configure.ac that says:
18970                 gl_SOURCE_BASE(gl)
18971                 gl_M4_BASE(gl/m4)
18972                 gl_MODULES(error getopt etcetera)
18973                 gl_INIT
18974         you can import all you need by running:
18975                 ../gnulib/gnulib-tool --import
18976
18977         * modules/getopt (Files): Rename getopt.h to getopt_.h.
18978         (Makefile.am): Rewrite, use logic from argz.
18979         (Include): Use <getopt.h> instead of "getopt.h".
18980
18981 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
18982
18983         * modules/argp (Files): Add m4/unlocked-io.m4.
18984         (Depends-on): Add extensions.
18985
18986 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
18987
18988         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
18989         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
18990         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
18991         Check for program_invocation_name, program_invocation_short_name,
18992         flockfile, funlockfile, features.h, _getopt_long_only_r.
18993
18994 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
18995
18996         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
18997         its complicated substitute.
18998         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
18999         and program_invocation_name.
19000         (__argp_basename) [!_LIBC]: Remove; the only use was
19001         replaced by its body.
19002         (__argp_short_program_name): Change condition from
19003         !defined __argp_short_program_name to
19004         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
19005         to match argp-namefrob.h.
19006         (__argp_failure): Don't assume strerror_r returns char *.
19007         * lib/argp-parse.c (N_): Define unconditionally.
19008         (argp_default_options): Fill out initializers with 0 to avoid
19009         gcc warnings.
19010
19011 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
19012
19013         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
19014         getopt1.c.
19015
19016 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
19017
19018         Merge from coreutils.
19019
19020         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
19021
19022         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
19023         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
19024
19025 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
19026
19027         Merge from coreutils.
19028
19029         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
19030         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
19031         for Reliant Unix 5.43.
19032
19033         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
19034         (union fooround): Use uintmax_t, not long int.
19035         The rest is a merge from libc:
19036         [defined _LIBC]: Include <shlib-compat.h>.
19037         (_obstack) [defined _LIBC]: Remove after 2.3.4.
19038
19039         * lib/settime.c (settime): Recode to avoid warning with
19040         Sun Forte C 6U2.
19041
19042         * lib/strverscmp.c: Convert to UTF-8.
19043
19044 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
19045
19046         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
19047         m4/uintmax_t.m4.
19048
19049 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
19050
19051         * modules/xalloc-die: New file.
19052         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
19053
19054         * modules/md5 (Files): Add m4/uint32_t.m4.
19055         * modules/sha1: Renamed from modules/sha.
19056         (Files):
19057         Rename lib/sha.h to lib/sha1.h.
19058         Rename lib/sha.c to lib/sha1.c.
19059         Rename m4/sha.m4 to m4/sha1.m4.
19060         (lib_SOURCES): Likewise.
19061         (configure.ac): Rename gl_SHA to gl_SHA1.
19062         (Include): sha.h -> sha1.h.
19063
19064 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
19065
19066         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
19067         * m4/sha1.m4: Renamed from sha.m4.
19068         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
19069
19070 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
19071
19072         * lib/obstack.h (obstack_empty_p):
19073         Don't assume that chunk->contents is suitably aligned.
19074         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
19075         Likewise. Problem reported by Benno in
19076         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
19077
19078         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
19079         readable.  This could be improved further but it'd take some work.
19080
19081 2004-08-08  Simon Josefsson  <jas@extundo.com>
19082
19083         * modules/xgethostname (Depends-on): Remove exit and error (not
19084         used).
19085
19086         * modules/getpass-gnu: Add getpass.h.
19087         (Depends-on): Add stdbool.
19088         * modules/getpass: Add getpass.h.
19089
19090 2004-08-08  Simon Josefsson  <jas@extundo.com>
19091
19092         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
19093         Check getpass declaration.
19094
19095 2004-08-08  Simon Josefsson  <jas@extundo.com>
19096
19097         * lib/xgethostname.c: Don't include error.h (not used).
19098
19099         * lib/getpass.h: Add.
19100         * lib/getpass.c: Include getpass.h first.
19101
19102 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
19103
19104         * lib/xalloc-die.c: New file.
19105         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
19106         All uses removed.
19107         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
19108         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
19109         xalloc-die.c.
19110         (_, N_, xalloc_die): Move to xalloc-die.c.
19111         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
19112         so that we needn't mess with xalloc_msg_memory_exhausted.
19113
19114         * lib/sha1.h: Renamed from sha.h.
19115         (SHA1_H): Renamed from _SHA_H.
19116         (sha1_ctx): Renamed from sha_ctx.
19117         (sha1_init_ctx): Renamed from sha_init_ctx.
19118         (sha1_process_block): Renamed from sha_process_block.
19119         (sha1_process_bytes): Renamed from sha_process_bytes.
19120         (sha1_finish_ctx): Renamed from sha_finish_ctx.
19121         (sha1_read_ctx): Renamed from sha_read_ctx.
19122         (sha1_stream): Renamed from sha_stream.
19123         (sha1_buffer): Renamed from sha_buffer.
19124         * lib/sha1.c: Likewise; renamed from sha.c.
19125         Do not include <sys/types.h>.
19126         Include <stddef.h> rather than <stdlib.h>.
19127
19128 2004-08-08  Bruno Haible  <bruno@clisp.org>
19129
19130         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
19131         FILESYSTEM_PREFIX_LEN.
19132         * lib/progreloc.c: Likewise.
19133         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
19134
19135 2004-08-06  Simon Josefsson  <jas@extundo.com>
19136
19137         * modules/progname (Depends-on): Don't depend on stdbool.
19138
19139 2004-08-06  Simon Josefsson  <jas@extundo.com>
19140
19141         * modules/getsubopt: New file.
19142         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
19143         getsubopt.
19144
19145 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
19146
19147         More merge from coreutils.
19148
19149         * m4/utimens.m4, m4/utimecmp.m4: New files.
19150         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
19151         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
19152         prereq.m4, sha.m4: Import changes from coreutils.
19153
19154 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
19155
19156         More merge from coreutils.
19157         * modules/raise, modules/readtokens0, modules/utimens:
19158         * modules/utimecmp, module/xnanosleep: New files.
19159         * modules/strftime: Add lib/strftime.h.
19160         Change include from <time.h> to "strftime.h".
19161         * modules/yesno: Add lib/yesno.h.
19162         * modules/backupfile: Remove lib/addext.c.
19163         * modules/euidaccess: Add stat-macros.h.
19164         * modules/canonicalize, modules/euidaccess,
19165         modules/filemode, modules/lchown, modules/makepath,
19166         modules/rmdir, modules/stat: Likewise.
19167
19168 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
19169
19170         Merge from tar.
19171         * lib/argp-help.c (make_hol, hol_append): Don't assume that
19172         SIZE_MAX is a valid preprocessor constant.
19173         (__argp_basename): Change from "#ifndef _LIBC"
19174         to "#ifndef __argp_short_program_name", so that
19175         we don't compile these functions for tar.
19176
19177         More merges from coreutils.
19178         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
19179         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
19180         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
19181         * lib/addext.c: Remove; no longer needed.
19182         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
19183         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
19184         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
19185         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
19186         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
19187         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
19188         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
19189         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
19190         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
19191         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
19192         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
19193         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
19194         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
19195         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
19196         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
19197         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
19198         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
19199         Import changes from coreutils.
19200
19201 2004-08-05  Simon Josefsson  <jas@extundo.com>
19202
19203         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
19204
19205 2004-08-05  Simon Josefsson  <jas@extundo.com>
19206
19207         * m4/getsubopt.m4: New file.
19208
19209 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
19210
19211         Merge from coreutils.
19212
19213         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
19214         * m4/getcwd-path-max.m4: New files.
19215
19216         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
19217         FILESYSTEM_PREFIX_LEN ->
19218         FILE_SYSTEM_PREFIX_LEN.
19219         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
19220         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
19221         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
19222         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
19223
19224         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
19225         prerequisite modules now handle the DOS stuff.
19226         Don't check for unistd.h.
19227
19228 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
19229
19230         Merge from coreutils.
19231
19232         * lib/.gdb-history: Remove; this doesn't belong here.
19233
19234         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
19235         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
19236         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
19237         * lib/getcwd.c: New files.
19238
19239         * lib/dirname.h: Include <stdbool.h>.
19240         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
19241         for consistency with POSIX terminology.  All uses changed.
19242         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
19243         (strip_trailing_slashes): Use bool for booleans.
19244         * lib/stripslash.c (strip_trailing_slashes): Likewise.
19245
19246         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
19247         sometimes returns a positive errno value even when it succeeds.
19248         (print_errno_message) [!LIBC]: Fall back on strerror if
19249         __strerror_r fails.
19250
19251         * lib/path-concat.c (mempcpy): Don't define if a system header defines
19252         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
19253         (longest_relative_suffix): New function.
19254         (path_concat): Use it.  Assume first argument is not NULL.
19255         Port to DOS.  Omit redundant separators.
19256         Report an error instead of returning NULL.
19257         Use mempcpy instead of memcpy.
19258         (xpath_concat): Remove: not declared or used.
19259
19260         * lib/same.h: Include <stdbool.h>
19261         (same_name): Return bool, not int.
19262         * lib/same.c (same_name): Likewise.
19263         (errno): Don't declare; we assume C89 or better now.
19264
19265         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
19266         if not already defined.
19267
19268         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
19269         * lib/dup-safer.c (errno): Likewise.
19270
19271 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
19272
19273         Merge from coreutils.
19274         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
19275         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
19276         * modules/path-concat: Don't depend on strdup.
19277
19278 2004-08-03  Simon Josefsson  <jas@extundo.com>
19279
19280         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
19281         * lib/progname.h: Don't include stdbool.h.
19282
19283 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
19284
19285         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
19286         * MODULES.html.sh (func_all_modules): Remove fatal.
19287
19288 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
19289
19290         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
19291
19292 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
19293
19294         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
19295         working.
19296
19297 2004-08-02  Simon Josefsson  <jas@extundo.com>
19298
19299         * lib/getsubopt.h: New file, with comments from Bruno Haible.
19300         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
19301         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
19302
19303 2004-08-01  Simon Josefsson  <jas@extundo.com>
19304
19305         * lib/xgetdomainname.c: Include stdlib.h, for free().
19306
19307 2004-07-19  Bruno Haible  <bruno@clisp.org>
19308
19309         * MODULES.html.sh (func_all_modules): Add dummy.
19310
19311 2004-07-16  Simon Josefsson  <jas@extundo.com>
19312
19313         * modules/dummy: New file.
19314
19315 2004-07-16  Simon Josefsson  <jas@extundo.com>
19316
19317         * lib/dummy.c: New file.
19318
19319 2004-07-16  Bruno Haible  <bruno@clisp.org>
19320
19321         * lib/backupfile.h: Add extern "C" for C++.
19322         * lib/closeout.h: Likewise.
19323         * lib/copy-file.h: Likewise.
19324         * lib/findprog.h: Likewise.
19325         * lib/full-write.h: Likewise.
19326         * lib/pathname.h: Likewise.
19327         * lib/progname.h: Likewise.
19328         * lib/stpcpy.h: Likewise.
19329         * lib/stpncpy.h: Likewise.
19330         * lib/strcase.h: Likewise.
19331         * lib/strstr.h: Likewise.
19332         * lib/xalloc.h: Likewise.
19333
19334         * lib/mbswidth.h: Add extern "C" for C++.
19335         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
19336
19337 2004-07-13  Robert Millan  <robertmh@gnu.org>
19338
19339         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
19340
19341 2004-07-09  Simon Josefsson  <jas@extundo.com>
19342
19343         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
19344         failed without this.)
19345
19346 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
19347
19348         * modules/chown (Files): Add lib/fchown-stub.c, since
19349         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
19350
19351 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
19352
19353         * lib/fchown-stub.c: New file.
19354
19355 2004-06-24  Jim Meyering  <jim@meyering.net>
19356
19357         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
19358
19359 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19360
19361         * modules/argz: Omit "#include".
19362
19363         * MODULES.html.sh (func_all_modules): Add calloc, to match
19364         2004-06-01 addition of calloc module.
19365
19366 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19367
19368         * m4/argz.m4: New file, which is autoupdated from libtool.
19369
19370 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19371
19372         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
19373         libtool.
19374
19375 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19376
19377         * config/srclist-update: Don't insist on "USA." before the
19378         close-comment, as libtool omits the period and puts the */ on a
19379         separate line.
19380         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
19381         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
19382
19383 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
19384
19385         * modules/argz: New file.
19386         * MODULES.html.sh (func_all_modules): Add argz.
19387
19388 2004-06-12  Jim Meyering  <jim@meyering.net>
19389         and  Paul Eggert  <eggert@cs.ucla.edu>
19390
19391         * modules/hash (Files): Add lib/xalloc.h.
19392         * modules/pipe (Depends-on): Add wait-process.
19393         * modules/stat (Depends-on): Add xalloc.
19394         * modules/userspec (Files): Add lib/userspec.h.
19395         * modules/xstrto
19396
19397         Upgrade from gettext-0.13.
19398         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
19399         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
19400         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
19401
19402 2004-06-10  Jim Meyering  <jim@meyering.net>
19403
19404         * lib/calloc.c: New file.
19405
19406 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
19407
19408         * lib/getdate.y (yylex): Allow space between sign and number.
19409         Problem reported by Dan Jacobson.
19410
19411 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
19412
19413         Merge from coreutils CVS.
19414
19415         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
19416         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
19417         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
19418         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
19419         xstrtol.m4: Fix copyright date and/or serial number.
19420
19421         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
19422         See if we need an fchown replacement.
19423         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
19424         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
19425         and use the replacement function if we detect either defect.
19426
19427         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
19428         gl_UTIMECMP.
19429
19430 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
19431         and  Jim Meyering  <jim@meyering.net>
19432
19433         Merge from coreutils CVS.
19434
19435         * lib/stat-macros.h: New file, with contents from file-type.h
19436         and coreutils' system.h.
19437         * lib/file-type.c: Include "stat-macros.h".
19438         * lib/file-type.h (file_type): Move all macro definitions to new file,
19439         stat-macros.h.
19440
19441         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
19442         Wrap old code with this conditional.
19443         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
19444         function that does not dereference symlinks.
19445         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
19446
19447         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
19448         dependency problems.
19449         (xreadlink): Accept new arg SIZE, for efficiency.
19450         All decls and uses changed.
19451         * lib/xreadlink.h: Include <stddef.h>, for size_t.
19452
19453         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
19454         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
19455
19456         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
19457         sysexits.h.
19458
19459 2004-06-01  Jim Meyering  <jim@meyering.net>
19460
19461         * m4/calloc.m4: New file.
19462
19463 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
19464
19465         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
19466         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
19467         Also, fix a typo in a diagnostic.
19468
19469 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
19470
19471         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
19472         or AC_FUNC_REALLOC.
19473
19474 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
19475
19476         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
19477         macros to be defined.
19478         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
19479         the allocator returns NULL because the requested size is zero.
19480
19481 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
19482
19483         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
19484         var.  Add comment explaining why libc still defines it.  This
19485         merges the following patch from glibc:
19486         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
19487
19488 2004-05-20  Andreas Schwab  <schwab@suse.de>
19489
19490         * m4/free.m4: Replace free if it not known to work, not the other
19491         way round.
19492
19493 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
19494
19495         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
19496         present in glibc since revision 1.1 of this file.
19497         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
19498         obstack_alignment_mask, obstack_alloc, obstack_base,
19499         obstack_blank, obstack_blank_fast, obstack_chunk_size,
19500         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
19501         obstack_grow0, obstack_init, obstack_int_grow,
19502         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
19503         obstack_next_free, obstack_object_size, obstack_ptr_grow,
19504         obstack_ptr_grow_fast, obstack_room): Remove declarations of
19505         nonexistent functions.
19506
19507 2004-05-18  Karl Berry  <karl@gnu.org>
19508
19509         * config/srclist.txt: break link for vasnprintf.c.
19510
19511 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
19512
19513         Port obstack to the AS/400, where pointers are 16 bytes wide and
19514         you cannot cast an integer to a valid pointer.  This patch is
19515         currently waiting to be integrated into glibc; see
19516         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
19517
19518         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
19519         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
19520         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
19521         (struct obstack): temp member is now a union of a pointer and
19522         an integer, instead of an integer.  All integer uses changed.
19523         This does not affect the physical layout of struct obstack,
19524         except on hosts (like the AS/400) where the size or alignment of
19525         void * is greater than that of ptrdiff_t.
19526         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
19527         __STDC__)]: Store temporary in pointer member of union, not
19528         integer member.
19529         * lib/obstack.c: Include <stddef.h>, for offsetof.
19530         (struct fooalign): Remove; it doesn't need a name.
19531         (union fooround): Change double to long double, and add void *.
19532         (DEFAULT_ALIGNMENT): Use offsetof to compute.
19533         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
19534         not a macro.  Hence the values are always int; so remove all
19535         casts-to-int in uses.
19536
19537 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
19538
19539         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
19540         we can get this patch merged into glibc.
19541
19542 2004-05-17  Derek R. Price  <derek@ximbiot.com>
19543             Paul Eggert  <eggert@cs.ucla.edu>
19544
19545         * m4/argp: Depend on alloca.
19546
19547 2004-05-17  Derek R. Price  <derek@ximbiot.com>
19548             Paul Eggert  <eggert@cs.ucla.edu>
19549
19550         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
19551         freecoding.
19552
19553 2004-05-17  Bruno Haible  <bruno@clisp.org>
19554
19555         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
19556         precision that consists of a '.' followed by an empty digit string.
19557         Patch by Tor Lillqvist <tml@iki.fi>.
19558
19559 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
19560
19561         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
19562         for backward compatibility with older code.  We need our own
19563         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
19564         it under some other name, and our alloca.h will define it.
19565
19566 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
19567             Derek Price  <derek@ximbiot.com>
19568
19569         * lib/alloca.c: Include <alloca.h>, to get our interface.
19570         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
19571         include <alloca.h> first.  Use C89 prototype for alloca; this
19572         requires including <stddef.h> for size_t.  Use extern "C" if C++.
19573         Use #elif for simplicity, since we can assume C89 now.
19574         Don't try to source the system alloca.h since it will not be found
19575         and to prevent recursively including its replacement.
19576         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
19577         * lib/regex.c: Likewise.
19578
19579 2004-05-16  Derek Price  <derek@ximbiot.com>
19580             Paul Eggert  <eggert@cs.ucla.edu>
19581
19582         getline cleanup.  This changes the getndelim2 API: both order of
19583         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
19584         no delimiter).
19585
19586         * lib/getline.c: Don't include stddef.h or stdio.h, since our
19587         interface does that.
19588         (getline): Always use getdelim, so that we don't have two
19589         copies of this code.
19590         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
19591         if available.
19592         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
19593         (GETNDELIM2_MAXIMUM): New macro.
19594         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
19595         instead of the old practice of delim2==0.  All callers changed.
19596         Return -1 on overflow, instead of returning junk.
19597         Do not set *linesize unless allocation succeeds.
19598         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
19599         that we include sys/types.h.
19600         * lib/getnline.h: Likewise.
19601         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
19602         (getndelim2): Reorder arguments.
19603         * lib/getnline.c (getnline, getndelim):
19604         Don't discard the NMAX argument.
19605         (getnline): Invoke getndelim, to avoid code duplication.
19606         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
19607         of (size_t) -1 by callers of the getnline family.
19608
19609 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
19610
19611         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
19612         Check for gettimeofday.
19613         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
19614         Check for settimeofday, stime.
19615
19616 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
19617
19618         * lib/nanosleep.c (suspended): Change its type from int to
19619         sig_atomic_t volatile.
19620         (first_call): Make it private to rpl_nanosleep, and have it
19621         be zero initially as that's a bit faster.
19622         (my_usleep): Round up fractional times instead of truncating them,
19623         as this is the usual meaning for 'sleep'.
19624
19625         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
19626         doesn't work.
19627         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
19628         (ENOSYS): Define if not defined.
19629         (settime): Fall back on stime if it exists and settimeofday fails.
19630         But don't bother with fallbacks if a method fails with errno == EPERM.
19631
19632 2004-05-11  Jim Meyering  <jim@meyering.net>
19633
19634         Prior to this change, the save_cwd caller required read access to the
19635         current directory on most systems (ones with the fchdir function).
19636
19637         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
19638         fails, try write-only, and finally, resort to using xgetcwd.
19639
19640 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
19641
19642         * lib/obstack.c, obstack.h: Import changes from libc.
19643
19644 2004-04-28  Bruno Haible  <bruno@clisp.org>
19645
19646         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
19647         also implicitly appends .exe to executables.
19648         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
19649         accepts Windows pathnames.
19650         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
19651         Treat Cygwin like Windows, since it now accepts Windows pathnames.
19652         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
19653         Treat Cygwin like Windows, since it now accepts Windows pathnames.
19654         Reported by Derek Robert Price <derek@ximbiot.com>.
19655
19656 2004-04-21  Karl Berry  <karl@gnu.org>
19657
19658         * config/srclist.txt (localcharset.c): break sync.
19659
19660 2004-04-20  Paul Eggert  <eggert@twinsun.com>
19661
19662         * m4/host-os.m4: Add a copyright notice.
19663
19664 2004-04-20  Jim Meyering  <jim@meyering.net>
19665
19666         Change UTILS_ to gl_ in AC_DEFINE'd names.
19667         Change utils_- and jm_-prefixed variables, too.
19668         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
19669         UTILS_FUNC_MKDIR_TRAILING_SLASH.
19670         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
19671
19672         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
19673         Don't emit trailing blanks.
19674         Also rename jm_-prefixed variables to have gl_ prefix.
19675
19676         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
19677         Also rename jm_-prefixed variables to have gl_ prefix.
19678
19679         * m4/jm-macros.m4: Reflect the renamings.
19680         * m4/prereq.m4: Likewise.
19681
19682 2004-04-20  Jim Meyering  <jim@meyering.net>
19683
19684         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
19685         memory.
19686
19687 2004-04-20  Jim Meyering  <jim@meyering.net>
19688             Bruno Haible  <bruno@clisp.org>
19689
19690         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
19691         memory when realloc fails.
19692
19693 2004-04-19  Jim Meyering  <jim@meyering.net>
19694
19695         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
19696         now that readutmp.c may call `free (0)'.
19697
19698 2004-04-19  Bruno Haible  <bruno@clisp.org>
19699
19700         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
19701         * m4/inttypes_h.m4: Likewise.
19702         * m4/stdint_h.m4: Likewise.
19703         * m4/intmax_t.m4: Likewise.
19704         * m4/uintmax_t.m4: Likewise.
19705
19706 2004-04-18  Jim Meyering  <jim@meyering.net>
19707
19708         * m4/prereq.m4: Don't forbid jm_ prefix.
19709
19710         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
19711         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
19712         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
19713         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
19714         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
19715         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
19716         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
19717         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
19718         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
19719         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
19720         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
19721         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
19722         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
19723         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
19724         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
19725         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
19726         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
19727         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
19728         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
19729
19730 2004-04-18  Jim Meyering  <jim@meyering.net>
19731
19732         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
19733         failure, don't leak memory and do call END_UTMP_ENT.
19734
19735 2004-04-16  Jim Meyering  <jim@meyering.net>
19736
19737         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
19738         coreutils' stat program.
19739         (gl_PREREQ): Don't require jm_PREREQ_STAT.
19740
19741 2004-04-11  Paul Eggert  <eggert@twinsun.com>
19742
19743         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
19744         C89.
19745         (CHAR_BIT): Remove, since we assume C89.
19746         Include <stdint.h> if available, as per current Autoconf CVS advice.
19747
19748 2004-03-31  Jim Meyering  <jim@meyering.net>
19749
19750         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
19751         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
19752         * m4/xalloc.m4: Likewise.
19753
19754 2004-03-30  Paul Eggert  <eggert@twinsun.com>
19755
19756         Merge from coreutils.
19757
19758         * m4/inttostr.m4: New file.
19759         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
19760         Require AM_STDBOOL_H and gl_TIMESPEC instead.
19761         Require gl_CLOCK_TIME.
19762         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
19763
19764 2004-03-30  Paul Eggert  <eggert@twinsun.com>
19765
19766         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
19767         not bool, to be more consistent with Unix conventions.
19768         Suggested by Bruno Haible.
19769
19770         Merge from coreutils.
19771
19772         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
19773         * lib/umaxtostr.c: New files.
19774
19775         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
19776         the usual <time.h> dance.
19777         (get_date): Change signature to support fractional time stamps.
19778         All callers changed.
19779         * lib/getdate.y: Include "getdate.h" first, as we can now
19780         assume C89 and don't need to worry about 'const'.
19781         Similarly, include "unlocked-io.h" near start, not in middle.
19782         Include <limits.h>.
19783         (textint.value): Use long int rather than int.
19784         (textint.digits): Use size_t rather than int.
19785         (BILLION, LOG10_BILLION): New constants.
19786         (parser_control): New member rel_ns.  Members day_ordinal,
19787         time_zone, month, day, hour, minutes, rel_year, rel_month,
19788         rel_day, rel_hour, rel_minutes, rel_seconds
19789         are now long int, not int.  Member seconds is now struct timespec,
19790         not int.  New member timespec_seen.  Members dates_seen, days_seen,
19791         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
19792         not int.
19793         (%union.intval): Now long int, not int.
19794         New member timespec.
19795         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
19796         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
19797         (spec): Now is a timespec or an item list.
19798         (timespec, items): New nonterminals.
19799         (time, rel, relunit, number, get_date):
19800         Add support for fractional seconds.
19801         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
19802         (gmtime, localtime, mktime): Remove decls; not needed with C89.
19803         (to_hour): First arg is now long int, not int.
19804         (to_year): Returns long int, not int.
19805         Don't treat year -70 like 70.
19806         (tm_diff): Returns long int, not int.
19807         (lookup_word): Use bool instead of int when appropriate.
19808         (yylex): Use size_t for count, not int.
19809         Detect overflow when parsing large integer constants.
19810         Add support for fractions.
19811         (get_date): Make pointers 'const' if possible.
19812         Use more-portable code to detect integer overflow.
19813         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
19814         Don't use ctime; it's not reliable if the year has >4 digits.
19815
19816         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
19817         This is for compatibility with BSD.
19818
19819         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
19820         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
19821         From coreutils' system.h.
19822
19823         * lib/userspec.c: Don't include "posixver.h".
19824         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
19825         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
19826         compatible extension.  Simplify code by removing a boolean int
19827         that was always nonzero if a string was nonnull.
19828
19829 2004-03-30  Jim Meyering  <jim@meyering.net>
19830
19831         Merge from coreutils.
19832
19833         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
19834         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
19835         on some systems one must include <grp.h> before it.
19836         Reported by Christian Krackowizer.
19837
19838 2004-03-30  Jim Meyering  <jim@meyering.net>
19839
19840         Merge from coreutils.
19841
19842         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
19843
19844         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
19845         an empty input stream.
19846
19847         * lib/readtokens.c: Include <stdbool.h>.
19848         (readtoken): Use `size_t' rather than int/long.
19849         All callers adjusted.
19850         Use `bool' rather than `int' where appropriate.
19851         Use memset rather than an explicit loop.
19852         Use x2nrealloc rather than xrealloc.
19853         Allow the use of `\0' as a delimiter.
19854         (readtokens): Likewise.
19855         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
19856
19857 2004-03-30  Jim Meyering  <jim@meyering.net>
19858
19859         * m4/realloc.m4: Remove file, since now it does no more than
19860         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
19861         the `configure.ac' section of module/realloc.
19862         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
19863
19864 2004-03-30  Bruno Haible  <bruno@clisp.org>
19865
19866         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
19867         nonnull.
19868
19869 2004-03-29  Paul Eggert  <eggert@twinsun.com>
19870
19871         Merge changes to getloadavg.c from coreutils and Emacs.
19872
19873         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
19874         Define to an expression, not to the empty string.
19875         Include cloexec.h and xalloc.h.
19876         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
19877         Use set_cloexec_flag rather than rolling our own.
19878         * lib/cloexec.c, lib/cloexec.h: New files.
19879
19880 2004-03-29  Paul Eggert  <eggert@twinsun.com>
19881
19882         * m4/cloexec.m4: New file.
19883
19884 2004-03-18  Paul Eggert  <eggert@twinsun.com>
19885
19886         * lib/getopt.h: Sync with libc CVS.
19887
19888 2004-03-18  Paul Eggert  <eggert@twinsun.com>
19889             Bruno Haible  <bruno@clisp.org>
19890
19891         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
19892         mbswidth.
19893
19894 2004-03-18  Paul Eggert  <eggert@twinsun.com>
19895             Bruno Haible  <bruno@clisp.org>
19896
19897         * lib/mbswidth.h: Include <wchar.h> only if
19898         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
19899         <wchar.h>.
19900         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
19901
19902 2004-03-09  Paul Eggert  <eggert@twinsun.com>
19903
19904         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
19905         Sync with libc CVS.
19906         * lib/getopt_int.h: New file, also synced from libc.
19907
19908 2004-03-09  Paul Eggert  <eggert@twinsun.com>
19909
19910         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
19911         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
19912         Bring back getopt.c, getopt.h, getopt1.c.
19913
19914 2004-03-07  Paul Eggert  <eggert@twinsun.com>
19915
19916         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
19917         All uses changed.  Check for sa_sigaction member; this fixes
19918         a bug first reported by Jason Andrade in
19919         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
19920
19921 2004-03-07  Paul Eggert  <eggert@twinsun.com>
19922
19923         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
19924         '#if' expressions.  Unlike the code it replaces, it does not
19925         depend on (defined _SC_PAGESIZE).  However, it does depend on
19926         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
19927         first reported by Jason Andrade in
19928         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
19929
19930 2004-02-25  Simon Josefsson  <jas@extundo.com>
19931
19932         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
19933
19934 2004-02-25  Simon Josefsson  <jas@extundo.com>
19935
19936         * lib/strdup.h: New file.
19937         * lib/strdup.c: Include it.
19938         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
19939         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
19940
19941 2004-02-23  Karl Berry  <karl@gnu.org>
19942
19943         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
19944         (from fencepost.gnu.org:/gd/gnuorg).
19945
19946 2004-02-23  Karl Berry  <karl@gnu.org>
19947
19948         * config/srclistvars.sh (GNUORG) [karl]: redefine.
19949         * config/srclist.txt: add maintain/standards documents.
19950
19951 2004-02-18  Bruno Haible  <bruno@clisp.org>
19952
19953         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
19954         Reported by Derek Robert Price <derek@ximbiot.com>.
19955
19956 2004-02-16  Karl Berry  <karl@gnu.org>
19957
19958         * config/mkinstalldirs, install-sh: update from automake.
19959
19960 2004-02-06  Karl Berry  <karl@gnu.org>
19961
19962         * m4/po.m4: update from gettext 0.14.1.
19963
19964 2004-02-06  Karl Berry  <karl@gnu.org>
19965
19966         * lib/config.charset: update from gettext 0.14.1.
19967
19968 2004-02-05  Paul Eggert  <eggert@twinsun.com>
19969
19970         Add comments and code, prompted by suggestions from Bruno Haible
19971         for sh-quote.
19972         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
19973         describing the enum quoting_style values.
19974         * lib/quotearg.c (quotearg_alloc): New function.
19975         (quotearg_buffer_restyled): Treat lone { and } as special.
19976         Treat = as special.  Work around bug with older shells
19977         that "see" a '\' that is really the 2nd byte of a multibyte char.
19978         Quote empty string with shell_quoting_style.
19979
19980 2004-02-03  Bruno Haible  <bruno@clisp.org>
19981
19982         * m4/pipe.m4: New file, from GNU gettext.
19983
19984 2004-02-03  Bruno Haible  <bruno@clisp.org>
19985
19986         * lib/pipe.h: New file, from GNU gettext.
19987         * lib/pipe.c: New file, from GNU gettext.
19988
19989 2004-01-27  Bruno Haible  <bruno@clisp.org>
19990
19991         * m4/execute.m4: New file, from GNU gettext.
19992
19993 2004-01-27  Bruno Haible  <bruno@clisp.org>
19994
19995         * lib/execute.h: New file, from GNU gettext.
19996         * lib/execute.c: New file, from GNU gettext.
19997         * lib/w32spawn.h: New file, from GNU gettext.
19998
19999 2004-01-24  Paul Eggert  <eggert@twinsun.com>
20000
20001         Merge from diffutils.
20002
20003         * lib/file-type.c (file_type): Add typed memory objects.
20004         * lib/file-type.h (S_TYPEISTMO): New macro.
20005
20006         * lib/c-stack.h (c_stack_action): Remove argv argument.
20007         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
20008         (die): Don't calculate message unless segv_action returns.
20009         (get_stack_location, min_address_from_argv, max_address_from_argv,
20010         volatile stack_base, volatile_stack_size): Remove.
20011         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
20012         that every segmentation violation is a stack overflow.  (Ouch!)
20013         See Debian bug 136249 (still outstanding) for more info about why
20014         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
20015
20016 2004-01-24  Paul Eggert  <eggert@twinsun.com>
20017
20018         Exit-status fix from coreutils.
20019
20020         Use exit_failure consistently in place of EXIT_FAILURE,
20021         so that program exit statuses are consistent on failure.
20022
20023         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
20024         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
20025         * lib/argmatch.h: Comment fix to match the above.
20026         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
20027         Now a macro referring to exit_failure, instead of a separate
20028         variable.  Include "exitfail.h" to get it.
20029         * lib/xstrtol.h: Include "exitfail.h".
20030         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
20031
20032         * lib/long-options.c (parse_long_options): Use prototype
20033         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
20034         for clarity.
20035
20036 2004-01-21  Jim Meyering  <jim@meyering.net>
20037
20038         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
20039         so as not to conflict with a different-sized __mktime_internal
20040         function in GNU libc.
20041         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
20042         Problem building statically-linked `ls' reported by Michael Brunnbauer.
20043
20044 2004-01-20  Karl Berry  <karl@gnu.org>
20045
20046         * config/config.guess: update from config.
20047
20048         * config/srclistvars.sh: GNUWWWLICENSES for karl.
20049
20050 2004-01-20  Bruno Haible  <bruno@clisp.org>
20051
20052         Safer stack allocation.
20053         * lib/setenv.c: Include allocsa.h.
20054         (alloca): Remove fallback definition.
20055         (freea): Remove macro.
20056         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
20057         instead of freea.
20058
20059 2004-01-20  Bruno Haible  <bruno@clisp.org>
20060
20061         * m4/eealloc.m4: New file, from GNU gettext.
20062
20063 2004-01-20  Bruno Haible  <bruno@clisp.org>
20064
20065         * m4/allocsa.m4: New file, from GNU gettext.
20066
20067 2004-01-20  Bruno Haible  <bruno@clisp.org>
20068
20069         * lib/xallocsa.h: New file, from GNU gettext.
20070         * lib/xallocsa.c: New file, from GNU gettext.
20071
20072 2004-01-20  Bruno Haible  <bruno@clisp.org>
20073
20074         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
20075
20076 2004-01-20  Bruno Haible  <bruno@clisp.org>
20077
20078         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
20079         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
20080         specially.
20081
20082 2004-01-20  Bruno Haible  <bruno@clisp.org>
20083
20084         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
20085         patch.
20086
20087 2004-01-20  Bruno Haible  <bruno@clisp.org>
20088
20089         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
20090
20091 2004-01-20  Bruno Haible  <bruno@clisp.org>
20092
20093         * lib/eealloc.h: New file.
20094
20095 2004-01-20  Bruno Haible  <bruno@clisp.org>
20096
20097         * lib/binary-io.h: Avoid warnings on Cygwin.
20098
20099 2004-01-20  Bruno Haible  <bruno@clisp.org>
20100
20101         * lib/allocsa.h: New file, from GNU gettext.
20102         * lib/allocsa.c: New file, from GNU gettext.
20103
20104 2004-01-18  Karl Berry  <karl@gnu.org>
20105
20106         * doc/gpl.texi, doc/lgpl.texi: new files.
20107
20108 2004-01-18  Karl Berry  <karl@gnu.org>
20109
20110         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
20111         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
20112
20113 2004-01-15  Paul Eggert  <eggert@twinsun.com>
20114
20115         Merge from coreutils.
20116
20117         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
20118         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
20119         (gl_DEFAULT_POSIX2_VERSION): Move
20120         the documentation from 'configure' into 'config.hin',
20121         so that 'configure --help' isn't burdened by it and
20122         we don't have to worry about its formatting there.
20123         Reword the documentation so that it's more succinct
20124         and can be run together into a single paragraph.
20125         * m4/same.m4 (gl_SAME): Check for pathconf.
20126
20127 2004-01-15  Paul Eggert  <eggert@twinsun.com>
20128
20129         Merge from coreutils.
20130
20131         * lib/posixver.c: Include posixver.h.
20132
20133         * lib/same.c: Include <stdbool.h>, <limits.h>.
20134         (_POSIX_NAME_MAX): Define if not defined.
20135         (MIN): New macro.
20136         (same_name): If file names are silently truncated, report
20137         that the file names are the same if they are the same after
20138         the silent truncation.
20139
20140         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
20141         conversion function.
20142         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
20143         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
20144         longer needed.
20145
20146 2004-01-15  Jim Meyering  <jim@meyering.net>
20147
20148         Merge from coreutils.
20149
20150         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
20151         if no library is required.
20152         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
20153         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
20154         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
20155         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
20156         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
20157         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
20158         value, $ac_cv_search_crypt, if it's "none required".
20159         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
20160         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
20161         not gl_FUNC_GETLOADAVG.
20162         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
20163         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
20164
20165 2004-01-15  Jim Meyering  <jim@meyering.net>
20166
20167         Merge from coreutils.
20168
20169         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
20170         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
20171         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
20172
20173         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
20174         optional configure-time default.
20175
20176         * lib/version-etc.c (version_etc_copyright): Update copyright date.
20177
20178         * lib/xreadlink.c (xreadlink): Correct outdated comment.
20179
20180 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
20181
20182         Merge from coreutils.
20183
20184         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
20185         value, $ac_cv_search_nanosleep, if it's "none required".
20186
20187 2004-01-14  Paul Eggert  <eggert@twinsun.com>
20188
20189         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
20190         with like-named macro in fnmatch.c.
20191         (EXT): Use an internal constant instead.
20192
20193         Merge fnmatch patches from glibc.
20194         * lib/fnmatch.c (mbsinit): Remove define.
20195         Add libc_hidden_ver (__fnmatch, fnmatch).
20196         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
20197         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
20198
20199 2004-01-14  Karl Berry  <karl@gnu.org>
20200
20201         * config/install-sh: update from automake.
20202
20203 2004-01-13  Karl Berry  <karl@gnu.org>
20204
20205         * config/install-sh: update from automake.
20206
20207 2004-01-09  Karl Berry  <karl@gnu.org>
20208
20209         * config/install-sh: update from automake.
20210
20211 2004-01-05  Karl Berry  <karl@gnu.org>
20212
20213         * config/config.{sub,guess}: update from config.
20214
20215 2003-12-31  Karl Berry  <karl@gnu.org>
20216
20217         * config/depcomp: update from automake.
20218
20219 2003-12-14  Karl Berry  <karl@gnu.org>
20220
20221         * lib/config.charset: update from gettext-runtime.
20222
20223 2003-12-03  Paul Eggert  <eggert@twinsun.com>
20224
20225         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
20226         Bug reported by Alfred M. Szmidt.
20227
20228 2003-12-03  Bruno Haible  <bruno@clisp.org>
20229
20230         * m4/gettext.m4: Upgrade from gettext-0.13.
20231         * m4/po.m4: Upgrade from gettext-0.13.
20232         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
20233         * m4/intmax.m4: New file, from gettext-0.13.
20234         * m4/printf-posix.m4: New file, from gettext-0.13.
20235
20236 2003-11-29  Karl Berry  <karl@gnu.org>
20237
20238         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
20239
20240 2003-11-25  Paul Eggert  <eggert@twinsun.com>
20241             Bruno Haible  <bruno@clisp.org>
20242
20243         * lib/printf-parse.h: Don't include sys/types.h.
20244         (ARG_NONE): New macro.
20245         (char_directive): Change type of *arg_index fields to size_t.
20246         * lib/printf-parse.c: Don't include sys/types.h.
20247         (SSIZE_MAX): Remove macro.
20248         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
20249         Remove unnecessary overflow check.
20250         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
20251         fields.
20252
20253 2003-11-25  Bruno Haible  <bruno@clisp.org>
20254
20255         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
20256
20257 2003-11-25  Bruno Haible  <bruno@clisp.org>
20258
20259         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
20260         gt_TYPE_SSIZE_T.
20261
20262 2003-11-24  Paul Eggert  <eggert@twinsun.com>
20263
20264         * modules/alloca: Remove dependency on xalloc.
20265
20266 2003-11-24  Paul Eggert  <eggert@twinsun.com>
20267
20268         * lib/alloca.c: Remove dependency on xalloc module.
20269         (xalloc_die): Remove.
20270         (memory_full) [!defined emacs]: New macro.
20271         [!defined emacs]: Don't include xalloc.h.
20272         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
20273         address arithmetic overflows.  Change datatypes a bit to avoid
20274         unnecessary casts.
20275
20276 2003-11-22  Jim Meyering  <jim@meyering.net>
20277
20278         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
20279         s/size/size_t/.
20280
20281 2003-11-21  Karl Berry  <karl@gnu.org>
20282
20283         * config/config.{sub,guess}: update from config.
20284
20285 2003-11-18  Karl Berry  <karl@gnu.org>
20286
20287         * config/config.{sub,guess}: update from config.
20288
20289         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
20290
20291 2003-11-17  Paul Eggert  <eggert@twinsun.com>
20292
20293         * README: Mention that S+T cannot overflow if S is the size of
20294         an existing object and T is sufficiently small.
20295
20296 2003-11-17  Jim Meyering  <jim@meyering.net>
20297
20298         On systems without utime and without a utimes function capable of
20299         dealing with a NULL struct utimbuf* argument, this utime replacement
20300         could -- in unusual circumstances -- leak a file descriptor.
20301         * lib/utime.c: Include <unistd.h> and <errno.h>.
20302         (utime_null): Be sure to close `fd' and to preserve errno.
20303         Reported by Geoff Collyer via Arnold Robbins.
20304
20305 2003-11-17  Bruno Haible  <bruno@clisp.org>
20306
20307         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
20308         (Depends-on): Add xsize.
20309
20310 2003-11-17  Bruno Haible  <bruno@clisp.org>
20311
20312         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
20313
20314 2003-11-17  Bruno Haible  <bruno@clisp.org>
20315
20316         * lib/vasnprintf.c (alloca): Remove fallback definition.
20317         (freea): Remove definition.
20318         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
20319         Reported by Paul Eggert.
20320
20321 2003-11-16  Paul Eggert  <eggert@twinsun.com>
20322             Bruno Haible  <bruno@clisp.org>
20323
20324         Protect against address arithmetic overflow.
20325         * lib/printf-args.h: Include stddef.h.
20326         (arguments): Change type of field 'count' to size_t.
20327         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
20328         'unsigned int' where appropriate.
20329         * lib/printf-parse.h: Include sys/types.h.
20330         (char_directive): Change type of *arg_index fields to ssize_t.
20331         (char_directives): Change type of fields 'count', max_*_length to
20332         size_t.
20333         * lib/printf-parse.c: Include sys/types.h and xsize.h.
20334         (SSIZE_MAX): Define fallback value.
20335         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
20336         instead of 'int' where appropriate. Check a_allocated, d_allocated
20337         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
20338         * lib/vasnprintf.c: Include xsize.h.
20339         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
20340         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
20341         overflow. Avoid wraparound when converting a width or precision from
20342         decimal to binary.
20343
20344 2003-11-16  Bruno Haible  <bruno@clisp.org>
20345
20346         Update from GNU gettext.
20347         * lib/printf-parse.c: Generalize to it can be compiled for wide
20348         strings.
20349         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
20350         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
20351         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
20352         SNPRINTF): New macros.
20353         Don't include <alloca.h> if the file is used inside libintl.
20354         (local_wcslen): New function, for Solaris 2.5.1.
20355         (VASNPRINTF): Use it instead of wcslen.
20356
20357 2003-11-16  Bruno Haible  <bruno@clisp.org>
20358
20359         * lib/xsize.h (xmax): New function.
20360         (xsum, xsum3, xsum4): Declare as "pure" functions.
20361
20362 2003-11-12  Paul Eggert  <eggert@twinsun.com>
20363
20364         * modules/xalloc (Files): Undo latest change, since xalloc.h
20365         no longer needs SIZE_MAX or PTRDIFF_MAX.
20366
20367 2003-11-12  Paul Eggert  <eggert@twinsun.com>
20368
20369         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
20370         gl_PTRDIFF_MAX.
20371
20372 2003-11-12  Paul Eggert  <eggert@twinsun.com>
20373
20374         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
20375         "return", to pacify some unknown compiler.  Problem reported
20376         by Joerg Schilling.
20377
20378 2003-11-12  Paul Eggert  <eggert@twinsun.com>
20379
20380         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
20381         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
20382         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
20383         heuristic is just as accurate as far as we know, and it removes a
20384         dependency on size_max.m4 and ptrdiff_max.m4.
20385
20386 2003-11-11  Bruno Haible  <bruno@clisp.org>
20387
20388         * modules/xsize (Files): Add m4/size_max.m4.
20389         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
20390
20391 2003-11-11  Bruno Haible  <bruno@clisp.org>
20392
20393         * m4/size_max.m4: New file.
20394         * m4/ptrdiff_max.m4: New file.
20395         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
20396         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
20397         (gl_XALLOC): Invoke it.
20398
20399 2003-11-11  Bruno Haible  <bruno@clisp.org>
20400
20401         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
20402         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
20403         defined.
20404
20405 2003-11-10  Paul Eggert  <eggert@twinsun.com>
20406
20407         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
20408         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
20409         rejected some allocations of exactly SIZE_MAX - 2 bytes.
20410         From Bruno Haible.
20411         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
20412         not (size_t) -1, since it's defined here.
20413
20414 2003-11-09  Karl Berry  <karl@gnu.org>
20415
20416         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
20417
20418 2003-11-06  Paul Eggert  <eggert@twinsun.com>
20419
20420         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
20421         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
20422         Reject sizes of exactly SIZE_MAX bytes.
20423         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
20424         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
20425
20426 2003-11-05  Bruno Haible  <bruno@clisp.org>
20427
20428         * lib/xsize.h: Include limits.h, to avoid a possible collision with
20429         SIZE_MAX defined in <limits.h> on Solaris.
20430
20431 2003-11-04  Jim Meyering  <jim@meyering.net>
20432
20433         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
20434         variable names, rather than @VAR@.
20435         * modules/poll: Likewise.
20436
20437 2003-11-04  Bruno Haible  <bruno@clisp.org>
20438
20439         * modules/xsize: New file.
20440         * modules/linebreak: Depend on xsize.
20441         * MODULES.html.sh (func_all_modules): Add xsize.
20442
20443 2003-11-04  Bruno Haible  <bruno@clisp.org>
20444
20445         * m4/xsize.m4: New file.
20446
20447 2003-11-04  Bruno Haible  <bruno@clisp.org>
20448
20449         * lib/xsize.h: New file.
20450         * lib/linebreak.c: Include xsize.h.
20451         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
20452         argument for overflow.
20453         Suggested by Paul Eggert.
20454
20455 2003-11-03  Karl Berry  <karl@gnu.org>
20456
20457         * config/config.{guess,sub}: update from config.
20458
20459 2003-11-03  Jim Meyering  <jim@meyering.net>
20460
20461         * modules/userspec (lib_SOURCES): Add userspec.h.
20462         (Include): Add "userspec.h".
20463         Improve description.
20464
20465 2003-11-03  Jim Meyering  <jim@meyering.net>
20466
20467         * lib/userspec.c: Include "userspec.h".
20468         * lib/userspec.h: New file.
20469
20470 2003-11-03  Bruno Haible  <bruno@clisp.org>
20471
20472         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
20473
20474 2003-11-03  Bruno Haible  <bruno@clisp.org>
20475
20476         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
20477         available, to avoid (extremely rare) race condition.
20478         Suggested by Paul Eggert.
20479
20480 2003-11-02  Karl Berry  <karl@gnu.org>
20481
20482         * config/srclist.txt (vasprintf.c): sync broken, sigh.
20483
20484 2003-10-31  Paul Eggert  <eggert@twinsun.com>
20485
20486         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
20487         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
20488         (read_filesystem_list): Set and use me_type_malloced.
20489         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
20490         whatever the type happens to be), for brevity and consistency.
20491         Check for size calculation overflow on Alphas running OSF/1.
20492
20493 2003-10-31  Jim Meyering  <jim@meyering.net>
20494
20495         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
20496
20497         * lib/linebuffer.c: Include <string.h> for declaration of memset.
20498
20499 2003-10-30  Paul Eggert  <eggert@twinsun.com>
20500             Bruno Haible  <bruno@clisp.org>
20501
20502         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
20503         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
20504
20505 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
20506
20507         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
20508         netbsd*-gnu*.  Suggested by Robert Millan.
20509
20510 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20511
20512         * modules/group-member: Depend on stdbool.
20513
20514 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20515
20516         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
20517
20518 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20519
20520         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
20521         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
20522         after the 'gnu' in these cases.  This fixes some bugs in the
20523         previous change, and is based on suggestions by Robert Millan.
20524
20525 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20526
20527         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
20528         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
20529         no longer needed.
20530         * lib/quotearg.c (quotearg_n_options): Use it.
20531         * lib/group-member.c: Include <stdbool.h>.
20532         (free_group_info): Arg is now const *; don't free arg.
20533         (get_group_info): Now returns bool and accepts struct group_info *,
20534         rather than returning a malloc'ed struct group_info *.
20535         All uses changed.  Check for overflow in internal size calculation.
20536
20537         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
20538         rather than xmalloc/xrealloc.
20539         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
20540         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
20541         conformance bug: the old code used a pointer after freeing the
20542         storage that it addressed.
20543         * lib/hash.c (hash_initialize): Simplify the code by using
20544         xalloc_oversized rather than doing it by hand.
20545         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
20546         the buffer preserved.  Use free and xmalloc instead.
20547         * lib/quotearg.c (quotearg_n_options): Likewise.
20548         Use a simpler test for size overflow.  Don't use xalloc_oversized
20549         because unsigned int might be wider than size_t (!); this suggests
20550         that we should switch from unsigned int to size_t for slot numbers.
20551
20552 2003-10-28  Paul Eggert  <eggert@twinsun.com>
20553
20554         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
20555         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
20556         NetBSD kernels.  Requested by Richard Stallman.
20557
20558 2003-10-27  Paul Eggert  <eggert@twinsun.com>
20559
20560         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
20561         to allocate the returned structure.  Do not allocate a subarray,
20562         as x2nrealloc will do that.
20563         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
20564         instead of xnrealloc.
20565         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
20566
20567 2003-10-27  Bruno Haible  <bruno@clisp.org>
20568
20569         * lib/stdbool_.h: Better support for BeOS.
20570
20571 2003-10-26  Paul Eggert  <eggert@twinsun.com>
20572
20573         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
20574         now uses inline.
20575
20576 2003-10-26  Paul Eggert  <eggert@twinsun.com>
20577
20578         * lib/xalloc.h (xalloc_oversized): New static inline function, for
20579         callers that want to do their own size-overflow checking.  Include
20580         <stdbool.h>, since xalloc_oversized returns bool.
20581         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
20582         to use xalloc_oversized.
20583
20584         Add two functions x2realloc, x2nrealloc, for programs that grow
20585         arrays dynamically by doubling their sizes.
20586         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
20587         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
20588         New functions.
20589
20590         Port to C99 semantics for 'inline' of external functions.
20591         Bug reported by Bruno Haible.
20592         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
20593         with the old contents of xnmalloc.
20594         (xnmalloc, xmalloc): Use it.
20595         (xnrealloc_inline): New static inline function,
20596         with the old contents of xnrealloc.
20597         (xnrealloc, xrealloc): Use it.
20598
20599         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
20600         that.
20601
20602 2003-10-26  Karl Berry  <karl@gnu.org>
20603
20604         * config/srclist.txt (COPYING.DOC): no longer available from
20605         /gd/gnuorg; don't know where the ultimate source is.
20606
20607 2003-10-25  Paul Eggert  <eggert@twinsun.com>
20608
20609         Fix several address-calculation bugs in the hash modules,
20610         plus some minor code cleanup.
20611
20612         * lib/hash.h: Include <stdbool.h>, for bool.
20613         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
20614         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
20615         hash_get_n_entries, hash_get_max_bucket_length,
20616         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
20617         hash_rehash): Use size_t rather than unsigned.
20618         * lib/hash.c (struct hash_table, hash_get_n_buckets,
20619         hash_get_n_buckets_used, hash_get_n_entries,
20620         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
20621         hash_get_entries, hash_do_for_each, hash_string, is_prime,
20622         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
20623         Likewise.
20624         (SIZE_MAX): Define if not defined.
20625         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
20626         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
20627         hash_print):
20628         Use const * when possible.
20629         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
20630         (check_tuning): Fix bug: if tuning parameters were very close to
20631         0 or 1, rounding errors could have caused subscript violations.
20632         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
20633         (hash_initialize): Add 'fail:' label
20634         to free table and return NULL, and use it to simplify code.
20635         Use calloc rather than clearing the storage ourself.
20636         (hash_initialize, hash_rehash): Check for arithmetic overflow in
20637         buffer size calculations.
20638         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
20639         Include <stddef.h>, for size_t.
20640         * lib/hash-pjw.c (hash_pjw): Likewise.
20641         Switch to method described by Bruno Haible.
20642         Include <limits.h>, for CHAR_BIT.
20643         (SIZE_BITS): New macro.
20644
20645 2003-10-23  Paul Eggert  <eggert@twinsun.com>
20646
20647         * m4/getline.m4 (AM_FUNC_GETLINE):
20648         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
20649         hosts.  Problem reported by Derek Robert Price in
20650         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
20651         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
20652         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
20653
20654 2003-10-21  Paul Eggert  <eggert@twinsun.com>
20655
20656         * lib/getndelim2.c (getndelim2): When size calculation overflows,
20657         ceiling the allocation at NMAX bytes rather than silently
20658         discarding input bytes before NMAX is reached.  This makes
20659         a difference only if NMAX exceeds SIZE_MAX / 2.
20660
20661         * lib/obstack.c: Merge from glibc.
20662         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
20663         Add libc_hidden_def (_obstack_newchunk).
20664         (_obstack_free) [! defined _LIBC]: Remove.
20665         [defined _LIBC]: Make a strong alias from obstack_free, rather than
20666         a clone of the function body.
20667         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
20668         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
20669
20670         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
20671         glibc.
20672         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
20673         arg to memcpy.
20674
20675         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
20676         (obstack_ptr_grow_fast, obstack_int_grow_fast):
20677         Don't use lvalue casts, as GCC plans to remove support for them
20678         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
20679         was also present in the non-GCC version, indicating that this
20680         code had always been buggy and had never been widely used.
20681         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
20682         Use the fast variant of each macro, rather than copying the
20683         definiens of the fast variant; that way, we'll be more likely to
20684         catch future bugs in the fast variants.
20685
20686 2003-10-20  Bruno Haible  <bruno@clisp.org>
20687
20688         * modules/wait-process: New file.
20689         * MODULES.html.sh (func_all_modules): Add wait-process.
20690
20691 2003-10-20  Bruno Haible  <bruno@clisp.org>
20692
20693         * m4/wait-process.m4: New file.
20694
20695 2003-10-20  Bruno Haible  <bruno@clisp.org>
20696
20697         * lib/wait-process.h: New file, from GNU gettext.
20698         * lib/wait-process.c: New file, from GNU gettext.
20699
20700 2003-10-19  Jim Meyering  <jim@meyering.net>
20701
20702         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
20703         HPUX 10.20.
20704
20705 2003-10-18  Karl Berry  <karl@gnu.org>
20706
20707         * config/config.guess: update from config.
20708
20709 2003-10-16  Paul Eggert  <eggert@twinsun.com>
20710
20711         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
20712         (getgroups): First arg is int, not size_t.
20713         Don't let 'free' mangle errno.
20714
20715 2003-10-16  Paul Eggert  <eggert@twinsun.com>
20716
20717         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
20718
20719 2003-10-16  Karl Berry  <karl@gnu.org>
20720
20721         * config/config.{guess,sub}: update from config.
20722
20723 2003-10-16  Jim Meyering  <jim@meyering.net>
20724
20725         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
20726         memcpy.
20727
20728 2003-10-15  Paul Eggert  <eggert@twinsun.com>
20729
20730         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
20731         (SIZE_MAX): Remove.
20732         (new_exclude, add_exclude_file): Initial size no longer needs to
20733         be a power of 2.
20734         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
20735         our own address arithmetic overflow checking.
20736
20737         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
20738         (fnmatch): Do not alloca more than 2000 wide characters;
20739         instead, use malloc for large buffers.
20740         Check for address arithmetic overflow, and return -1
20741         with errno set to ENOMEM in that case.
20742         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
20743         (NEW_PATTERN): Do not alloca more than 8000 bytes;
20744         instead, return -1.  Check for address arithmetic overflow.
20745
20746 2003-10-14  Paul Eggert  <eggert@twinsun.com>
20747
20748         Handle invalid suffixes and overflow independently, so that
20749         callers can treat them independently as needed.  Fix some bugs in
20750         suffix handling, e.g., "100k@" was not diagnosed as an invalid
20751         suffix for a human-readable blocksize.  The major caller-visible
20752         change is the addition of a new
20753         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
20754         that both overflow and suffix chars were found.
20755
20756         * lib/human.c (humblock): Don't check separately for invalid suffix
20757         char; that is xstrtoumax's job (now that its bug is fixed).
20758         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
20759         INTMAX_MAX]: New macros.
20760         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
20761         TYPE_MAXIMUM): New macros.
20762         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
20763         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
20764         if overflow occurs, as it's what __strtol does and it's more useful
20765         in practice.
20766         (__xstrtol): If __strtol reports some error other than ERANGE,
20767         reflect it to the caller as LONGINT_INVALID.  If it reports
20768         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
20769         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
20770         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
20771         value.
20772         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
20773         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
20774         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
20775         [defined UINTMAX_MAX]: New macros.
20776
20777 2003-10-14  Bruno Haible  <bruno@clisp.org>
20778
20779         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
20780
20781 2003-10-14  Bruno Haible  <bruno@clisp.org>
20782
20783         * m4/sig_atomic_t: New file, from GNU gettext.
20784         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
20785
20786 2003-10-14  Bruno Haible  <bruno@clisp.org>
20787
20788         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
20789         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
20790         Also use volatile where needed.
20791
20792 2003-10-12  Paul Eggert  <eggert@twinsun.com>
20793
20794         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
20795         Change maintainer from Bruno Haible to 'all'.
20796
20797 2003-10-12  Paul Eggert  <eggert@twinsun.com>
20798
20799         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
20800
20801 2003-10-12  Paul Eggert  <eggert@twinsun.com>
20802
20803         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
20804         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
20805         and define in terms of the other primitives.
20806         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
20807         (SIZE_MAX): Define if not already defined.
20808         (array_size_overflow): New function.
20809         (xalloc_die): Abort instead of exiting if 'error' returns.
20810         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
20811         (xmalloc, xrealloc): Use them.
20812         (xcalloc): Check for address arithmetic overflow.
20813         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
20814         a bit faster than strcpy.
20815
20816 2003-10-10  Simon Josefsson  <jas@extundo.com>
20817
20818         * modules/argp (Depends-on): Add restrict and strcase.
20819
20820 2003-10-10  Simon Josefsson  <jas@extundo.com>
20821
20822         * m4/argp.m4: Add AC_C_INLINE.
20823
20824 2003-10-08  Paul Eggert  <eggert@twinsun.com>
20825
20826         Merge getpass from libc, plus a few fixes.
20827
20828         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
20829         Include <stdbool.h>.
20830         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
20831         __fsetlocking to empty.
20832         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
20833         do include <bits/libc-lock.h>.
20834         Do not include <fcntl.h>; not needed.
20835         [_LIBC]: Include <wchar.h>.
20836         (NOTCANCEL_MODE): New macro.
20837         (flockfile, funlockfile) [_LIBC]: New macros.
20838         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
20839         [!_LIBC]: New macros.
20840         (call_fclose): New function.
20841         (getpass): Use it.  Save tty stream separately; this simplifies the
20842         code and makes it more reliable if stdin happens to equal stdout.
20843         Invoke __fsetlocking on tty.
20844         Handle thread cancellation if needed.
20845         Namespace cleanup (use __tcgetattr, __getline).
20846         Use bool for Booleans.
20847         [USE_IN_LIBIO]: Handle wide streams.
20848         [!_LIBC]: Unconditionally do the fseek, since we don't know what
20849         stream might go where.
20850
20851         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
20852         doesn't have to include <stdio.h> before us.
20853         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
20854         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
20855         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
20856         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
20857         if not declared, so that we can use getpass.c code from libc without
20858         rewriting it.
20859         (flockfile, ftrylockfile, funlockfile): New macros.
20860
20861 2003-10-08  Paul Eggert  <eggert@twinsun.com>
20862
20863         * modules/getpass: Depend on stdbool.
20864
20865 2003-10-08  Paul Eggert  <eggert@twinsun.com>
20866
20867         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
20868
20869 2003-10-07  Karl Berry  <karl@gnu.org>
20870
20871         * config/config.{guess,sub}: update from config.
20872
20873 2003-10-06  Jim Meyering  <jim@meyering.net>
20874             Bruno Haible  <bruno@clisp.org>
20875
20876         This lets translators provide better translations for the
20877         "Written by ..." part of --version output.
20878         * lib/version-etc.h: Include stdarg.h.
20879         (version_etc_copyright): Declare as readonly.
20880         (version_etc): Make this function variadic with a NULL-terminated list
20881         of author name strings.
20882         (version_etc_va): New declaration.
20883         * lib/version-etc.c: Include stdarg.h, stdlib.h.
20884         (version_etc_copyright): Declare as readonly.
20885         (version_etc_va): New function. Provide a different translatable string
20886         for each possible number of authors < 10. Abbreviate when there are 10
20887         authors or more.
20888         (version_etc): Make this function variadic. Call version_etc_va.
20889         Suggestion from Gary V. Vaughan.
20890
20891         * lib/long-options.h (parse_long_options): Change prototype: the
20892         authors string is moved to the end and becomes variadic.
20893         * lib/long-options.c: Include stdarg.h.
20894         (parse_long_options): Make this function variadic, too.
20895         Call version_etc_va, not version_etc.
20896
20897 2003-10-06  Bruno Haible  <bruno@clisp.org>
20898
20899         * modules/version-etc-2: Remove file.
20900         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
20901
20902 2003-10-06  Bruno Haible  <bruno@clisp.org>
20903
20904         * modules/fatal-signal: New file.
20905         * MODULES.html.sh (func_all_modules): Add fatal-signal.
20906
20907 2003-10-06  Bruno Haible  <bruno@clisp.org>
20908
20909         * m4/fatal-signal.m4: New file.
20910         * m4/signalblocking.m4: New file, from GNU gettext.
20911
20912 2003-10-06  Bruno Haible  <bruno@clisp.org>
20913
20914         * lib/version-etc-2.h: Remove file.
20915         * lib/version-etc-2.c: Remove file.
20916
20917 2003-10-06  Bruno Haible  <bruno@clisp.org>
20918
20919         * lib/fatal-signal.h: New file, from GNU gettext.
20920         * lib/fatal-signal.c: New file, from GNU gettext.
20921
20922 2003-10-05  Paul Eggert  <eggert@twinsun.com>
20923
20924         * README: Rework advice for preventing empty .o files.
20925         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
20926         not <sys/types.h>.
20927
20928 2003-10-04  Karl Berry  <karl@gnu.org>
20929
20930         * lib/argp*: update from libc.
20931
20932 2003-10-04  Karl Berry  <karl@gnu.org>
20933
20934         * config/config.{guess,sub}: update from config.
20935
20936 2003-10-02  Bruno Haible  <bruno@clisp.org>
20937
20938         * modules/lchown (Include): Add lchown.h.
20939         * modules/time_r (Include): Use "..." syntax.
20940         * modules/xgetdomainname (Include): Add xgetdomainname.h.
20941
20942 2003-10-01  Simon Josefsson  <jas@extundo.com>
20943
20944         * MODULES.html.sh (func_all_modules): Move gethostname from section
20945         'based on' to section 'lacking' POSIX:2001.
20946
20947 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
20948
20949         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
20950         to output mode on the same stream.
20951
20952 2003-09-29  Paul Eggert  <eggert@twinsun.com>
20953
20954         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
20955         Fix arg typo in previous patch.
20956
20957 2003-09-28  Jim Meyering  <jim@meyering.net>
20958
20959         * lib/error.c: Correct cpp indentation.
20960
20961 2003-09-27  Paul Eggert  <eggert@twinsun.com>
20962
20963         * modules/free: New file.
20964
20965 2003-09-27  Paul Eggert  <eggert@twinsun.com>
20966
20967         * m4/free.m4: New file.
20968
20969 2003-09-27  Paul Eggert  <eggert@twinsun.com>
20970
20971         * lib/minmax.h (MIN, MAX)
20972         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
20973         Omit the special code that used __typeof__, since we worry that
20974         it could be more trouble than it's worth.  See:
20975         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
20976         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
20977
20978         * lib/free.c: New file.
20979
20980 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
20981
20982         Trivial fixes to Makefile.am parts of module listings.
20983         * modules/strstr: Append strstr.h to lib_SOURCES.
20984         * modules/strcase: Likewise, for strcase.h.
20985
20986 2003-09-27  Karl Berry  <karl@gnu.org>
20987
20988         * config/mkinstalldirs: update from automake.
20989
20990 2003-09-26  Paul Eggert  <eggert@twinsun.com>
20991
20992         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
20993         (error_tail): Do not loop, reallocating temporary buffer, since
20994         the output cannot contain more wide characters than the input
20995         contains bytes, the size must be big enough already.  This avoids
20996         one potential size overflow calculation.  Check for size overflow
20997         when calculating temporary buffer size.  Free temporary buffer
20998         when done, if it was allocated with malloc; this plugs a memory
20999         leak.  Remove casts from void * to pointers, that are no longer
21000         needed now that we're assuming C89 or better.
21001
21002         Merge error changes from glibc.
21003
21004         * lib/error.c, error.h: Update copyright notice header to match glibc.
21005         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
21006         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
21007         Disable cancellation while printing error.
21008         * lib/error.h: Prepend __ to parameter names.
21009
21010 2003-09-26  Jim Meyering  <jim@meyering.net>
21011
21012         * lib/error.c (error_tail): Move some declarations
21013         into inner scope where the local variables are used.
21014
21015 2003-09-26  Bruno Haible  <bruno@clisp.org>
21016
21017         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
21018         stpncpy().
21019         Don't define stpncpy through config.h; it's now done through stpncpy.h.
21020
21021 2003-09-26  Bruno Haible  <bruno@clisp.org>
21022
21023         * lib/stpncpy.h (gnu_stpncpy): New declaration.
21024         (stpncpy): Define as alias for gnu_stpncpy.
21025         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
21026
21027 2003-09-25  Simon Josefsson  <jas@extundo.com>
21028
21029         * lib/xgetdomainname.h: New file.
21030         * lib/xgetdomainname.c: New file.
21031
21032 2003-09-25  Simon Josefsson  <jas@extundo.com>
21033             Bruno Haible  <bruno@clisp.org>
21034
21035         * modules/getdomainname: New file.
21036         * modules/xgetdomainname: New file.
21037         * MODULES.html.sh (func_all_modules): Add getdomainname,
21038         xgetdomainname.
21039
21040 2003-09-25  Simon Josefsson  <jas@extundo.com>
21041             Bruno Haible  <bruno@clisp.org>
21042
21043         * m4/getdomainname.m4: New file.
21044
21045 2003-09-25  Simon Josefsson  <jas@extundo.com>
21046             Bruno Haible  <bruno@clisp.org>
21047
21048         * lib/getdomainname.h: New file.
21049         * lib/getdomainname.c: New file.
21050
21051 2003-09-25  Karl Berry  <karl@gnu.org>
21052
21053         * lib/argp-fmtstream.c, argp-help.c: update from libc.
21054
21055 2003-09-25  Karl Berry  <karl@gnu.org>
21056
21057         * config/install-sh: update from automake.
21058
21059 2003-09-25  Bruno Haible  <bruno@clisp.org>
21060
21061         * modules/version-etc-2: New file, from modules/version-etc with
21062         modifications.
21063         * MODULES.html.sh (func_all_modules): Add version-etc-2.
21064
21065 2003-09-25  Bruno Haible  <bruno@clisp.org>
21066
21067         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
21068         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
21069
21070 2003-09-24  Simon Josefsson  <jas@extundo.com>
21071
21072         * modules/xgethostname: Add xgethostname.h.
21073
21074 2003-09-24  Paul Eggert  <eggert@twinsun.com>
21075
21076         * lib/linebuffer.c (freebuffer): Don't free the argument, just
21077         the buffer associated with the argument.  Bug reported by
21078         Simon Josefsson.
21079
21080 2003-09-24  Paul Eggert  <eggert@twinsun.com>
21081
21082         * README: Document assumptions that 'int' is at least 32 bits
21083         wide, that integer arithmetic is 2's complement without overflow,
21084         that there are no holes in integer values, that adding sizes of
21085         two nonoverlapping objects can't overflow, and that all-bits-zero
21086         yields scalar zero.  Fix spelling and capitalization typos.
21087
21088 2003-09-19  Karl Berry  <karl@gnu.org>
21089
21090         * lib/argp.h: update from libc.
21091
21092 2003-09-17  Paul Eggert  <eggert@twinsun.com>
21093
21094         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
21095         to avoid spurious warnings like "AC_RUN_IFELSE was called before
21096         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
21097
21098 2003-09-17  Paul Eggert  <eggert@twinsun.com>
21099
21100         * gnulib-tool: Use "test -h", not "test -L", for portability
21101         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
21102         (tags_regexp): Remove, since \| doesn't conform to POSIX.
21103         (sed_extract_prog): Issue s commands one-by-one, rather than
21104         using \| in one s command.
21105
21106 2003-09-16  Paul Eggert  <eggert@twinsun.com>
21107
21108         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
21109         input error, instead of returning NULL the next time we are called
21110         (and therefore losing track of errno).
21111
21112 2003-09-16  Bruno Haible  <bruno@clisp.org>
21113
21114         * gnulib-tool (func_create_testdir): Warn about duplicated
21115         dependencies.
21116
21117 2003-09-15  Paul Eggert  <eggert@twinsun.com>
21118
21119         * modules/argmatch, modules/fatal, modules/obstack,
21120         modules/xalloc, modules/xgethostname: Sort dependencies by
21121         importance, not alphabetically.
21122
21123 2003-09-15  Paul Eggert  <eggert@twinsun.com>
21124
21125         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
21126         fails, so that the caller gets the proper errno.
21127
21128         * lib/readutmp.c (read_utmp): Likewise.
21129         Check for fstat error.  Close stream and free storage
21130         when failing.
21131
21132 2003-09-14  Karl Berry  <karl@gnu.org>
21133
21134         * config/srclist.txt (strdup.c): disable for c89 changes.
21135
21136 2003-09-14  Jim Meyering  <jim@meyering.net>
21137
21138         * lib/getloadavg.c: Correct cpp indentation.
21139         * lib/strdup.c: Likewise.
21140         * lib/vasnprintf.c: Likewise.
21141
21142 2003-09-14  Bruno Haible  <bruno@clisp.org>
21143
21144         * modules/fwriteerror: New file.
21145         * MODULES.html.sh (func_all_modules): Add fwriteerror.
21146
21147 2003-09-14  Bruno Haible  <bruno@clisp.org>
21148
21149         * lib/fwriteerror.h: New file.
21150         * lib/fwriteerror.c: New file.
21151
21152 2003-09-12  Paul Eggert  <eggert@twinsun.com>
21153
21154         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
21155         modules/xgethostname, modules/xalloc: Depend on exit.
21156
21157 2003-09-12  Paul Eggert  <eggert@twinsun.com>
21158
21159         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
21160
21161         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
21162         and AC_MINIX, too, so that their extensions are available.
21163
21164         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
21165         This macro has been superseded by gl_BACKUPFILE.
21166
21167         More patches to assume C89 or better.
21168
21169         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
21170
21171         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
21172         unconditionally.
21173         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
21174         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
21175         Include <string.h>, <stdlib.h> unconditionally.
21176         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
21177         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
21178         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
21179         headers or for string.h.
21180         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
21181         or strtoul.
21182
21183         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
21184         headers.
21185         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
21186         * m4/userspec.m4 (gl_USERSPEC): Likewise.
21187         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
21188         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
21189         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
21190         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
21191         memcpy, memset.
21192         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
21193         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
21194         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
21195         strtol.
21196         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
21197         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
21198         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
21199         strtoul.
21200
21201 2003-09-12  Paul Eggert  <eggert@twinsun.com>
21202
21203         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
21204         * lib/obstack.c [!defined _LIBC]: Likewise.
21205         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
21206         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
21207         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
21208
21209         More changes to assume C89 or better.
21210
21211         * lib/error.c (error_tail): Assume vprintf.
21212
21213         * lib/argmatch.c (getenv): Remove decl.
21214         * lib/progreloc.c (get_full_program_name): Define via prototype.
21215         * lib/setenv.c (clearenv): Likewise.
21216         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
21217         needed.
21218         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
21219         (malloc, memcpy): Remove decls.
21220         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
21221         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
21222         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
21223         (memcpy): Remove macro.
21224         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
21225         (__P): Remove.  All uses removed.
21226         (PTR): Remove.  All uses changed to void *.
21227         (CHAR_BIT, NULL): Remove.
21228         (spaces, zeros, memset_space, memset_zero)
21229         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
21230         Remove.
21231         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
21232         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
21233         Define with prototype.
21234         Remove now-unnecessary prototype decl.
21235         (extra_args_spec): Assume ANSI C.  All uses changed.
21236         (extra_args_spec_iso): Remove.
21237         (my_strftime, emacs_strftimeu): Define via prototype.
21238         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
21239         unconditionally.
21240         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
21241         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
21242         (strtoul, strtol): Remove decls.
21243         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
21244         LONG_MAX): Remove.
21245         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
21246         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
21247         (LOCALE_PARAM_PROTO): New macro.
21248         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
21249         (INTERNAL (strtol), strtol): Define with a prototype.
21250         (PARAMS): Remove.  All uses removed.
21251         * lib/tempname.c: Include <string.h> unconditionally.
21252         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
21253         * lib/xgethostname.c (main): Define with a prototype.
21254         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
21255         Include <stdlib.h> unconditionally.
21256         (calloc, malloc, realloc, free): Remove decls.
21257         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
21258         Include <stdlib.h> unconditionally.  Sort include file names.
21259         (strtod): Remove.
21260         (xstrtod): Define with a prototype.
21261         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
21262         (strtol, strtoul): Remove decls.
21263
21264 2003-09-11  Paul Eggert  <eggert@twinsun.com>
21265
21266         More patches to assume C89 or better.
21267         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
21268         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
21269         string.h, memchr, STDC_HEADERS.
21270
21271 2003-09-11  Paul Eggert  <eggert@twinsun.com>
21272
21273         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
21274         Include <stdlib.h>, <string.h> unconditionally.
21275         Remove now-unnecessary cast to char *.
21276         * lib/strnlen.c: Include <string.h> unconditionally.
21277         * lib/yesno.c (yesno): Define with a prototype.
21278
21279 2003-09-11  Bruno Haible  <bruno@clisp.org>
21280
21281         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
21282
21283 2003-09-10  Jim Meyering  <jim@meyering.net>
21284
21285         * lib/error.c: Correct indentation of cpp directives.
21286
21287 2003-09-10  Bruno Haible  <bruno@clisp.org>
21288
21289         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
21290         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
21291         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
21292         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
21293         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
21294         <stdlib.h> and <string.h> checks.
21295         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
21296         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
21297
21298 2003-09-10  Bruno Haible  <bruno@clisp.org>
21299
21300         * lib/strcspn.c: Include <string.h> unconditionally.
21301         * lib/strpbrk.c: Include <string.h> unconditionally.
21302         * lib/strstr.c: Include <string.h> unconditionally.
21303         * lib/unicodeio.c: Include <string.h> unconditionally.
21304         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
21305         * lib/unsetenv.c: Likewise.
21306         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
21307         * lib/yesno.c: Include <stdlib.h> unconditionally.
21308         (rpmatch): Add prototype.
21309
21310 2003-09-09  Paul Eggert  <eggert@twinsun.com>
21311
21312         More patches to assume C89 or better.
21313         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
21314         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
21315         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
21316         or for string.h.
21317         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
21318         stdlib.h.
21319         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
21320         C headers.
21321         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
21322         string.h.
21323         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
21324         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
21325         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
21326         or for string.h.
21327         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
21328         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
21329         C headers.
21330         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
21331         memcpy.
21332         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
21333         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
21334         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
21335         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
21336         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
21337         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
21338         string.h, free.
21339         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
21340         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
21341         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
21342         C headers, or for string.h.
21343         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
21344         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
21345         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
21346         headers, memory.h, stdlib.h, string.h, strings.h.
21347         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
21348         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
21349         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
21350         strchr.
21351         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
21352         headers, memory.h, string.h.
21353         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
21354         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
21355         free.
21356         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
21357         headers.
21358         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
21359         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
21360         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
21361         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
21362         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
21363
21364 2003-09-09  Paul Eggert  <eggert@twinsun.com>
21365
21366         More K&R removal.
21367
21368         * lib/acosl.c (main): Use a prototype.
21369         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
21370         tanl.c: Likewise.
21371
21372         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
21373
21374         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
21375         (getopt, etopt_long, getopt_long_only, _getopt_internal)
21376         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
21377         with a prototype.
21378         * lib/getopt.c (const): Remove macro.
21379         Include <string.h> unconditionally.
21380         (my_index): Remove; all uses changed to strchr.
21381         (strlen): Remove decl.
21382         (exchange): Remove forward decl; no longer needed.
21383         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
21384         Define with prototype.
21385         * lib/getopt1.c (const): Remove macro.
21386         (getopt_long, getopt_long_only, main): Define with prototype.
21387
21388         * lib/getugroups.c: Include <string.h> unconditionally.
21389
21390         * lib/getusershell.c: Include <stdlib.h> unconditionally.
21391         (getusershell, setusershell, endusershell, readname, main):
21392         Define with prototypes.
21393
21394         * lib/group-member.c: Include group-member.h first.
21395         Include <stdlib.h> unconditionally.
21396
21397         * lib/hard-locale.c: Include hard-locale.h first.
21398         Include <stdlib.h>, <string.h> unconditionally.
21399
21400         * lib/hash.c (free, malloc): Remove decls.
21401         Include <stdlib.h> unconditionally.
21402
21403         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
21404         (getenv): Do not declare.
21405
21406         * lib/idcache.c: Include <string.h> unconditionally.
21407
21408         * lib/long-options.c: Include long-options.h first, to test interface.
21409         Include <stdlib.h> unconditionally.
21410
21411         * lib/makepath.c: Include makepath.h first, to test interface.
21412         Include <stdlib.h> and <string.h> unconditionally.
21413
21414         * lib/linebuffer.c: Include <stdlib.h>.
21415         (free): Remove decl.
21416
21417         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
21418         stddef.h. rpl_malloc returns void *, not char *.
21419         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
21420         prototype.
21421
21422         * lib/md5.h: Include <limits.h> unconditionally.
21423         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
21424         (__P): Remove; all uses removed.
21425         * lib/md5.c: Include "md5.h" first.
21426         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
21427         md5_buffer, md5_process_bytes, md5_process_block):
21428         Define with prototypes.
21429         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
21430         * lib/sha.c: Include "sha.h" first.
21431         Include <stdlib.h>, <string.h> unconditionally.
21432
21433         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
21434         * lib/memcmp.c (__ptr_t): Likewise.
21435         * lib/memrchr.c (__ptr_t): Likewise.
21436         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
21437         Include <string.h> unconditionally.
21438         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
21439         * lib/memchr.c: Include <stdlib.h> unconditionally.
21440         * lib/memchr.c (LONG_MAX): Remove.
21441         * lib/memrchr.c (LONG_MAX): Likewise.
21442         * lib/memchr.c (__memchr): Define via a prototype.
21443         * lib/memrchr.c (__memrchr): Likewise.
21444         * lib/memcmp.c (__P): Remove, and remove all uses.
21445         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
21446         Remove forward decls; no longer needed.
21447         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
21448         Use types required by C89 in prototype.
21449
21450         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
21451         * lib/savedir.c: Likewise.
21452         * lib/mkdir.c (free): Remove decl.
21453         * lib/rmdir.c (rmdir): Define with a prototype.
21454         * lib/savedir.c: Include savedir.h first, to test interface.
21455
21456         * lib/mktime.c (STDC_HEADERS): Remove.
21457         Include <stdlib.h>, <string.h> unconditionally.
21458
21459         * lib/modechange.c: Include <stdlib.h> unconditionally.
21460         (malloc): Remove decl.
21461
21462         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
21463         (free): Remove decl.
21464
21465         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
21466         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
21467         (This type really should be intptr_t, but that's a C99ism.)
21468         (_obstack_memcpy): Remove: all uses changed to memcpy.
21469         Include <string.h> unconditionally.
21470         (struct obstack): Assume __STDC__ for types of members
21471         chunkfun, freefun, extra_arg.
21472         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
21473         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
21474         obstack_begin, obstack_specify_allocation,
21475         obstack_specify_allocation_with_arg, obstack_chunkfun,
21476         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
21477         Remove unprototyped decls and the macros that use them.
21478         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
21479         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
21480         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
21481         (defined __STDC__ && __STDC__)]:
21482         Remove nonprototyped code.
21483         Include <stdlib.h> unconditionally.
21484         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
21485         _obstack_allocated_p, _obstack_free, obstack_free,
21486         _obstack_memory_used, print_and_abort):
21487         Define using prototypes.
21488         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
21489         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
21490         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
21491         obstack_next_free, obstack_object_size, obstack_room) [0]:
21492         Remove unused, unprototyped code.
21493
21494         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
21495
21496         * lib/physmem.c (physmem_total, physmem_available, main): Define
21497         with prototypes.
21498
21499         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
21500         (main): Define with a prototype.
21501
21502         * lib/posixver.c (getenv): Remove decl.
21503
21504         * lib/putenv.c (malloc): Returns void *, not char *.
21505         Include <string.h> unconditionally.
21506         (strchr, memcpy, NULL): Do not define.
21507
21508         * lib/readtokens.c: Include readtokens.h first, to test interface.
21509         Include <stdlib.h>, <string.h> unconditionally.
21510         (init_tokenbuffer): Define with a prototype.
21511
21512         * lib/regex.c (PARAMS): Remove.  All uses removed.
21513         All uses of _RE_ARGS removed, too.
21514         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
21515         unconditionally.
21516         (bzero): Assume memset exists.
21517         (memcmp, memcpy, NULL): Remove.
21518         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
21519         char, or assignments to local vars of type signed char.
21520         (init_syntax_once, PREFIX(extract_number_and_incr),
21521         PREFIX(print_partial_compiled_pattern),
21522         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
21523         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
21524         PREFIX(regex_grow_registers), PREFIX(regex_compile),
21525         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
21526         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
21527         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
21528         wcs_compile_range, byte_compile_range, truncate_wchar,
21529         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
21530         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
21531         count_mbs_length, wcs_re_match_2_internal,
21532         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
21533         PREFIX(alt_match_null_string_p),
21534         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
21535         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
21536         regfree, PREFIX(extract_number)): Define with prototype.  Remove
21537         now-unnecessary declaration, if any.
21538         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
21539         regcomp, regexec):
21540         Remove now-unnecessary casts among pointer types.
21541         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
21542
21543         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
21544         (free): Remove decl.
21545
21546         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
21547
21548         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
21549         (free): Remove decl.
21550
21551         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
21552         * lib/xgetcwd.c: Likewise.
21553
21554         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
21555         (free): Remove decl.
21556
21557         * lib/strchrnul.c (strchrnul): Define with a prototype.
21558         Fix bug: c_in was not converted to char before searching.
21559
21560         The following changes are not K&R related:
21561
21562         * lib/group-member.h: Include <sys/types.h>, so that this file is
21563         self-contained.
21564         * lib/makepath.h: Likewise.
21565
21566         * lib/getusershell.c (readname, default_index, line_size, readname):
21567         Use size_t, not int, for sizes.
21568         (readname): If the size overflows, report an error instead of
21569         looping forever.
21570
21571 2003-09-09  Paul Eggert  <eggert@twinsun.com>
21572
21573         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
21574         libc.
21575
21576 2003-09-09  Paul Eggert  <eggert@twinsun.com>
21577
21578         * README: New section: portability guidelines.
21579
21580 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
21581
21582         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
21583         C89 spec.
21584
21585 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
21586
21587         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
21588
21589 2003-09-08  Paul Eggert  <eggert@twinsun.com>
21590
21591         Assume C89 or better; remove K&R cruft.
21592         A few of these changes were first proposed by Derek Robert Price
21593         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
21594
21595         * lib/addext.c: Include <string.h> unconditionally.
21596         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
21597         Don't declare getenv or malloc.
21598
21599         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
21600         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
21601         (NULL): Remove.
21602         (find_stack_direction, alloca): Use prototypes.
21603
21604         * lib/atexit.c (atexit): Define using a prototype.
21605
21606         * lib/basename.c, dirname.c, stripslash.c:
21607         Include <string.h> unconditionally.
21608
21609         * lib/bcopy.c: Include <stddef.h>.
21610         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
21611
21612         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
21613
21614         * lib/error.h (error, error_at_line, error_print_progname)
21615         [! (defined (__STDC__) && __STDC__)]: Remove decls.
21616         * lib/error.c: Include error.h first, to check interface.
21617         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
21618         (VA_START): Remove; all uses changeed to va_start.
21619         (exit, strerror): Remove decls.
21620         (error_print_progname): Prototype uncondionally.
21621         Don't include <errno.h>; no longer needed.
21622         (private_strerror): Remove.
21623         (error_tail): Always define.
21624         (error, error_at_line): Assume C89 or better; always use prototypes.
21625         * lib/fatal.c: Include "fatal.h" first, to test interface.
21626         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
21627         (VA_START): Remove; all uses changed to va_start.
21628         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
21629         this case.
21630         (exit): Remove decl.
21631         (fatal): Prototype unconditionally.  Assume va_start works.
21632         Abort at end, to pacify gcc.
21633
21634         * lib/euidaccess.c (main): Define with a prototype.
21635
21636         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
21637
21638         * lib/exitfail.c: Include <stdlib.h> unconditionally.
21639
21640         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
21641         prototypes.
21642         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
21643         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
21644         (getenv): Remove decl.
21645         (fnmatch): Define using a prototype.
21646         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
21647         (FCT): Define using a prototype.
21648
21649         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
21650
21651         * lib/gethostname.c: Include <stddef.h>.
21652         (gethostname): Define with prototype.  Length is size_t, not int.
21653
21654 2003-09-08  Paul Eggert  <eggert@twinsun.com>
21655
21656         Assume C89 or better; remove K&R cruft.
21657         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
21658         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
21659         string.h, getenv, malloc.
21660         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
21661         headers.
21662         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
21663         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
21664         do not check for strerror.
21665         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
21666         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
21667         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
21668         do not check for doprnt or vprintf.
21669         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
21670         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
21671
21672 2003-09-08  Paul Eggert  <eggert@twinsun.com>
21673
21674         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
21675         getversion.c should have been removed then, but was accidentally
21676         preserved.
21677
21678         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
21679         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
21680
21681 2003-09-08  Karl Berry  <karl@gnu.org>
21682
21683         * config/config.sub, config.guess, srclistvars.sh: update from savannah
21684                 config, forget about prep.
21685
21686         * config/depcomp, missing: update from automake.
21687
21688 2003-09-07  Paul Eggert  <eggert@twinsun.com>
21689
21690         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
21691         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
21692
21693 2003-09-07  Paul Eggert  <eggert@twinsun.com>
21694
21695         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
21696         copy_tm_result.  Bug reported by Simon Josefsson in
21697         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
21698
21699 2003-09-06  Paul Eggert  <eggert@twinsun.com>
21700
21701         * m4/time_r.m4: New file.
21702         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
21703         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
21704         is. Check for timegm declaration.
21705         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
21706         Do not check for gmtime_r.
21707         Replace mktime if __mktime_internal does not exist and if mktime
21708         hasn't been replaced already.
21709
21710 2003-09-06  Paul Eggert  <eggert@twinsun.com>
21711
21712         * lib/time_r.c, lib/time_r.h: New files.
21713
21714         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
21715         __localtime_r.
21716         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
21717         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
21718
21719         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
21720         __gmtime_r.
21721         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
21722         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
21723         Include <time_r.h>.
21724
21725         * lib/timegm.c: Switch to glibc implementation, with the following
21726         changes:
21727         [defined HAVE_CONFIG_H]: Include <config.h>.
21728         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
21729         (__mktime_internal) [!defined _LIBC]: New decl.
21730         (__gmtime_r) [!defined _LIBC]: New macro and function.
21731         (timegm): Use a prototype, since gnulib assumes C89.
21732         Do not bother declaring tmp to be const, as it's not really usefu.
21733         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
21734         (timegm): Declare only if HAVE_DECL_TIMEGM.
21735
21736 2003-09-06  Paul Eggert  <eggert@twinsun.com>
21737
21738         * MODULES.html.sh (func_all_modules): Add time_r.
21739         * modules/time_r: New file.
21740         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
21741         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
21742
21743 2003-09-03  Paul Eggert  <eggert@twinsun.com>
21744
21745         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
21746         Bug reported by Lute Kamstra in
21747         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
21748
21749         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
21750         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
21751         course with correspondingly smaller numbers for tomorrow and
21752         yesterday.  From Tadayoshi Funaba.  Originally installed into
21753         sh-utils on 1999-08-07, but the patch got lost (I guess during the
21754         coreutils merge?).
21755
21756 2003-08-31  Simon Josefsson  <jas@extundo.com>
21757
21758         * modules/timegm: New file.
21759         * MODULES.html.sh (func_all_modules): Add timegm.
21760
21761 2003-08-31  Simon Josefsson  <jas@extundo.com>
21762
21763         * m4/timegm.m4: New file.
21764
21765 2003-08-31  Simon Josefsson  <jas@extundo.com>
21766
21767         * lib/timegm.h: New file.
21768         * lib/timegm.c: New file.  Based on
21769         wget-1.8.2/src/http.c:mktime_from_utc.
21770
21771 2003-08-31  Karl Berry  <karl@gnu.org>
21772
21773         * lib/argp.h: update from libc.
21774
21775 2003-08-28  Bruno Haible  <bruno@clisp.org>
21776
21777         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
21778         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
21779         followed by '#define fnmatch fnmatch_posix' gives an error.
21780
21781 2003-08-28  Bruno Haible  <bruno@clisp.org>
21782
21783         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
21784         warning on QNX, which defines O_BINARY to 000000.
21785
21786 2003-08-27  Jim Meyering  <jim@meyering.net>
21787
21788         * m4/mkstemp.m4: Require that the system mkstemp be able to create
21789         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
21790         would fail after 32.  Reported by Danny Levinson.  Details here:
21791         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
21792
21793 2003-08-24  Bruno Haible  <bruno@clisp.org>
21794
21795         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
21796         MSVC7 <stdio.h> is included later.
21797
21798 2003-08-22  Simon Josefsson  <jas@extundo.com>
21799
21800         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
21801
21802 2003-08-20  Karl Berry  <karl@gnu.org>
21803
21804         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
21805
21806 2003-08-20  Bruno Haible  <bruno@clisp.org>
21807
21808         * modules/progname: New file.
21809         * MODULES.html.sh (func_all_modules): Add progname.
21810
21811 2003-08-20  Bruno Haible  <bruno@clisp.org>
21812
21813         * lib/progname.h: New file, from GNU gettext.
21814         * lib/progname.c: New file, from GNU gettext.
21815         * lib/progreloc.c: New file, from GNU gettext.
21816
21817 2003-08-19  Jim Meyering  <jim@meyering.net>
21818
21819         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
21820         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
21821
21822 2003-08-19  Bruno Haible  <bruno@clisp.org>
21823
21824         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
21825         more.
21826
21827 2003-08-19  Bruno Haible  <bruno@clisp.org>
21828
21829         * lib/xstrdup.c: Assume <string.h> exists.
21830
21831 2003-08-18  Paul Eggert  <eggert@twinsun.com>
21832
21833         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
21834         in makefile rules.
21835
21836 2003-08-18  Jim Meyering  <jim@meyering.net>
21837
21838         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
21839         * m4/lib-ld.m4: Likewise.
21840
21841 2003-08-18  Jim Meyering  <jim@meyering.net>
21842
21843         * lib/setenv.h: Indent nested cpp directive.
21844         * lib/vasnprintf.c: Remove trailing blanks.
21845
21846 2003-08-17  Simon Josefsson  <jas@extundo.com>
21847
21848         * modules/xstrndup: New file.
21849         * MODULES.html.sh (func_all_modules): Add xstrndup.
21850
21851 2003-08-17  Simon Josefsson  <jas@extundo.com>
21852
21853         * modules/argp: Fix autoconf macro name. Add more dependencies.
21854
21855 2003-08-17  Simon Josefsson  <jas@extundo.com>
21856
21857         * m4/xstrndup.m4: New file.
21858
21859 2003-08-17  Simon Josefsson  <jas@extundo.com>
21860
21861         * m4/argp.m4: New file.
21862
21863 2003-08-17  Simon Josefsson  <jas@extundo.com>
21864             Bruno Haible  <bruno@clisp.org>
21865
21866         * lib/xstrndup.h: New file.
21867         * lib/xstrndup.c: New file.
21868
21869 2003-08-17  Bruno Haible  <bruno@clisp.org>
21870
21871         * modules/strndup (Files, Include): Add lib/strndup.h.
21872
21873 2003-08-17  Bruno Haible  <bruno@clisp.org>
21874
21875         * modules/euidaccess (Files): Add lib/euidaccess.h.
21876
21877 2003-08-17  Bruno Haible  <bruno@clisp.org>
21878
21879         * lib/strndup.h: New file.
21880
21881 2003-08-17  Bruno Haible  <bruno@clisp.org>
21882
21883         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
21884         like AC_GNU_SOURCE.
21885         * modules/extensions (configure.ac): Comment out the invocation of
21886         gl_USE_SYSTEM_EXTENSIONS.
21887
21888 2003-08-16  Paul Eggert  <eggert@twinsun.com>
21889
21890         Merges from coreutils, etc.
21891         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
21892         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
21893         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
21894         fixing a typo.
21895         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
21896         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
21897
21898 2003-08-16  Paul Eggert  <eggert@twinsun.com>
21899
21900         Document merge from coreutils.
21901         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
21902         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
21903         * modules/utime: Add m4/utimes-null.m4.
21904
21905 2003-08-16  Paul Eggert  <eggert@twinsun.com>
21906
21907         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
21908         space, undoing this 2003-08-12 change:
21909         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
21910
21911 2003-08-16  Paul Eggert  <eggert@twinsun.com>
21912
21913         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
21914         strtoul.c from libc, undoing this 2003-08-12 change:
21915         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
21916
21917 2003-08-16  Jim Meyering  <jim@meyering.net>
21918
21919         Merges from coreutils.
21920         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
21921         prefix.  Adjust cache variables similarly.  Create 500 rather than
21922         just 300 files, to exercise bug on Darwin6.5, too.
21923         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
21924         $missing_dir.
21925         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
21926         AM_SYS_POSIX_TERMIOS.
21927         Reported by mkc@mathdogs.com.
21928         Also change use of $am_cv_sys_posix_termios
21929         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
21930         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
21931         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
21932         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
21933         in /proc/mounts until it finds one with matching device number.  This
21934         is unnecessary when the FILE argument *is* a mount point.  No stat call
21935         is necessary in that case.  So, disable the statvfs-testing code on
21936         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
21937         as RedHat bug# 84846.
21938         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
21939         to 1MB, so as not to render systems with no stack size limit (e.g.,
21940         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
21941         Include <unistd.h>.  On some systems,
21942         it is required for the definition of _SC_PAGESIZE.
21943
21944 2003-08-16  Jim Meyering  <jim@meyering.net>
21945
21946         Merge from coreutils.
21947         * lib/xstrtoimax.c: #else #if -> #elif.
21948         * lib/xstrtoumax.c: Likewise.
21949
21950 2003-08-16  Jim Meyering  <jim@meyering.net>
21951
21952         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
21953         * m4/utimes.m4: Removed.
21954         * m4/utimes-null.m4: Renamed from utimes.m4.
21955
21956         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
21957         to 1MB, so as not to render systems with no stack size limit (e.g.,
21958         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
21959         Include <unistd.h>.  On some systems,
21960         it is required for the definition of _SC_PAGESIZE.
21961
21962 2003-08-16  Jim Meyering  <jim@meyering.net>
21963         and Paul Eggert  <eggert@cs.ucla.edu>
21964
21965         Merges from coreutils, etc.
21966
21967         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
21968         using the latest version from cvs.  This avoids problems with #line
21969         directives using a vendor (Sun) compiler.
21970         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
21971         Don't set GETGROUPS_LIB here; now it's
21972         done via getgroups.m4's wrapper function.
21973         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
21974         rather than just in sh-util/configure.in, so that the
21975         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
21976         same.
21977         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
21978         AC_FUNC_GETLOADAVG where to find getloadavg.c.
21979         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
21980         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
21981         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
21982         Remove code that is now done by the newly-required macros.
21983         Append $(EXEEXT) to DF_PROG.
21984         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
21985         Do not invoke or require the following here,
21986         since prereq.m4 or some gnulib .m4 now does this for us:
21987         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
21988         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
21989         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
21990         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
21991         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
21992         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
21993         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
21994         AC_FUNC_OBSTACK.
21995         Do not replace the following functions, as this is now the job
21996         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
21997         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
21998         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
21999         atexit getpass, strdup, getpagesize.
22000         Replace 'raise'.
22001         Do not check for the following functions, as this is now the job
22002         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
22003         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
22004         setregid.
22005         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
22006         Check for sys/sysctl.h.
22007         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
22008         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
22009         of checking for ssize_t ourselves.
22010
22011         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
22012         Require every macro that gnulib/modules/* suggests for us.
22013         (jm_PREREQ_ADDEXT): New macro.
22014         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
22015         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
22016
22017         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
22018         (gl_PHYSMEM): Use it.
22019         Also check for `table' function.
22020         Check for new headers and functions.
22021         Add check for sys/sysmp.h.
22022         With suggestions from Kaveh Ghazi.
22023         Ignore headers that are present but cannot be compiled.  This
22024         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
22025         C 5.4.
22026
22027 2003-08-15  Paul Eggert  <eggert@twinsun.com>
22028
22029         Document merge from coreutils.
22030         * modules/userspec: Depend on posixver.
22031         * modules/strftime: Depend on tzset.
22032
22033 2003-08-15  Paul Eggert  <eggert@twinsun.com>
22034
22035         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
22036         rather than tab, after '#' in shell-script copyright notices.
22037         Suggested by Bruno Haible.
22038
22039 2003-08-15  Paul Eggert  <eggert@twinsun.com>
22040
22041         * config/srclist-update: Use three spaces, rather than tab, after '#'
22042         in shell-script copyright notices.  Suggested by Bruno Haible.
22043         Remove unnecessary parenthesization in regular expression.
22044
22045 2003-08-15  Jim Meyering  <jim@meyering.net>
22046
22047         Merge from coreutils.
22048         * lib/xgethostname.c: Include <stdlib.h>.
22049         (xghostname): Don't exit for anything other than memory-related
22050         failure; just return NULL.
22051         * lib/userspec.c: Include "posixver.h".
22052         (parse_user_spec): Accept `.' as a separator only
22053         in pre-POSIX-200112 mode.
22054         * lib/strtoimax.c: Use #elif rather than #else #if.
22055         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
22056         Remove function, now that we can rely on a working tzset function.
22057         [!_LIBC]: Ensure that the required autoconf test has been run.
22058         [!defined _NL_CURRENT && HAVE_STRFTIME]:
22059         Use underlying_strftime for %r.
22060         * lib/sha.c: Merge in some clean-up and optimization changes from
22061         glibc.
22062         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
22063         Ensure that it is a multiple of 64.
22064         Rearrange loop exit tests so as to avoid performing an
22065         additional fread after encountering an error or EOF.
22066         * lib/realloc.c: Update copyright date.
22067
22068 2003-08-15  Jim Meyering  <jim@meyering.net>
22069         and Paul Eggert  <eggert@twinsun.com>
22070
22071         Merge from coreutils.
22072         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
22073         member but strut utmpx does not.  Needed for AIX 4.3.3.
22074         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
22075
22076 2003-08-15  Jim Meyering  <jim@meyering.net>
22077         and Paul Eggert  <eggert@cs.ucla.edu>
22078
22079         Merges from coreutils, etc.
22080         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
22081         Require gl_FUNC_TZSET_CLOBBER.
22082         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
22083         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
22084         members.
22085
22086 2003-08-14  Paul Eggert  <eggert@twinsun.com>
22087
22088         Help the merge from coreutils.
22089         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
22090         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
22091         * m4/tzset.m4: Use it too.
22092
22093 2003-08-14  Paul Eggert  <eggert@twinsun.com>
22094
22095         * modules/tzset: New file.
22096
22097 2003-08-14  Jim Meyering  <jim@meyering.net>
22098
22099         Merges from coreutils.
22100         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
22101         variable names, rather than @FNMATCH_H@.
22102         * modules/alloca: Likewise for $(ALLOCA_H).
22103
22104         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
22105         the three copies of the literal target, `fnmatch.h'.
22106         * modules/alloca (alloca.h): Likewise.
22107
22108 2003-08-14  Jim Meyering  <jim@meyering.net>
22109
22110         Merge from coreutils.
22111         * m4/tzset.m4: New file.
22112         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
22113         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
22114         otherwise, AIX 5.1 systems would end up using the latter.
22115         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
22116         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
22117         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
22118         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
22119
22120 2003-08-14  Jim Meyering  <jim@meyering.net>
22121
22122         Merge from coreutils.
22123         * lib/obstack.h: Whitespace changes.
22124         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
22125         and xcalloc return values.
22126         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
22127         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
22128         hang on OSF/1 5.1 for DIR on both local and remote file systems.
22129         Reported by (and fix confirmed by) Nelson H. F. Beebe.
22130         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
22131         error from mntctl.
22132         Use mntctl's return value to drive the entry-processing loop, since
22133         we can't rely on the value of the vmt_length member in the last
22134         entry.  On some systems doing so could result in exhausting
22135         virtual memory.  Based in part on a patch from Mike Jetzer.
22136
22137 2003-08-14  Jim Meyering  <jim@meyering.net>
22138         and Paul Eggert  <eggert@twinsun.com>
22139
22140         Merges from coreutils, plus other fixes.
22141         * lib/physmem.c: Merge in portability changes from gcc/libiberty
22142         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
22143         for credits and details.  Thanks to Kaveh Ghazi for helping
22144         to keep these files in sync.
22145         (ARRAY_SIZE): Define it.
22146         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
22147         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
22148         (memcasecmp): Don't assume size_t fits in unsigned int.
22149         Remove casts and duplicate code.
22150         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
22151         (memcpy): Remove definition.
22152         Merge in some clean-up and optimization changes from glibc.
22153         [BLOCKSIZE]: Move definition to top of file.
22154         Ensure that it is a multiple of 64.
22155         Rearrange loop exit tests so as to avoid performing an
22156         additional fread after encountering an error or EOF.
22157         * lib/md5.h (md5_uintptr): Define.
22158         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
22159         return to the initial working directory.  Preserve errno
22160         for caller.
22161         * lib/idcache.c: Include "xalloc.h".
22162         (xmalloc, xrealloc): Remove decls.
22163         (getuser): Remove casts no longer required in C89.
22164         * lib/human.c: Include stdio.h, for sprintf.
22165         * lib/group-member.c: Include "xalloc.h".
22166         (xmalloc, xrealloc): Remove decls.
22167         (get_group_info): Remove casts no longer required in C89.
22168         * lib/getusershell.c (readname): Remove casts no longer required in
22169         C89.
22170         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
22171         * lib/getline.c: Whitespace fix, from coreutils.
22172
22173 2003-08-13  Paul Eggert  <eggert@twinsun.com>
22174
22175         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
22176         Check for isascii.
22177
22178         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
22179         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
22180         Undo previous (whitespace-only) change.
22181
22182 2003-08-13  Paul Eggert  <eggert@twinsun.com>
22183
22184         * lib/exclude.c: Include <ctype.h>
22185         (IN_CTYPE_DOMAIN): New macro.
22186         (is_space): New fn.
22187         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
22188         and empty lines.
22189
22190         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
22191         Undo previous (whitespace-only) change.
22192
22193 2003-08-13  Paul Eggert  <eggert@twinsun.com>
22194
22195         * config/srclist-update: Change update back to the old behavior,
22196         leaving whitespace alone.  Use one 'sed' command rather than a
22197         pipeline.
22198         (fixlicense): Now a variable, not a function.
22199         (remove_trailing_blanks): Remove.
22200         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
22201         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
22202         Undo previous (whitespace-only) change.
22203
22204 2003-08-12  Paul Eggert  <eggert@twinsun.com>
22205
22206         Merge from coreutils.
22207         * modules/euidaccess: Add lib_SOURCES, include for new
22208         file euidaccess.h
22209
22210 2003-08-12  Paul Eggert  <eggert@twinsun.com>
22211
22212         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
22213         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
22214         Normalize leading white space and remove trailing white space.
22215
22216         Merge from coreutils
22217         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
22218
22219         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
22220         0.12.1.  These files are now being upgraded automatically by
22221         ../config/srclist-update.
22222
22223 2003-08-12  Paul Eggert  <eggert@twinsun.com>
22224
22225         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
22226         Normalize leading white space and remove trailing white space.
22227         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
22228         notice, as per ../config/srclist-update.
22229
22230         Merge from coreutils.
22231         * lib/euidaccess.h: New file.
22232         * lib/euidaccess.c: Include it.
22233         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
22234         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
22235         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
22236
22237 2003-08-12  Paul Eggert  <eggert@twinsun.com>
22238
22239         * config/srclist-update: Add copyright notice.
22240         (remove_id_lines, remove_trailing_blanks): New constants.
22241         (fixfile): Use them to normalize spacing a bit in copied files.
22242         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
22243         Normalize leading white space and remove trailing white space.
22244
22245         * config/texinfo.tex: Sync with texinfo.
22246
22247         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
22248         strtoul.c from libc, to merge coreutils whitespace changes.
22249
22250         * config/srclist.txt: Get the following m4 files from gettext:
22251         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
22252         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
22253         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
22254         wint_t.m4.
22255
22256 2003-08-12  Karl Berry  <karl@gnu.org>
22257
22258         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
22259         been made.
22260
22261 2003-08-11  Paul Eggert  <eggert@twinsun.com>
22262
22263         * modules/gnu-source, m4/gnu-source.m4:
22264         Remove; we're assuming Autoconf 2.54 or later now.
22265         Suggested by Bruno Haible.
22266         * MODULES.html.sh (func_all_modules): Remove gnu-source.
22267
22268 2003-08-11  Bruno Haible  <bruno@clisp.org>
22269
22270         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
22271
22272 2003-08-11  Bruno Haible  <bruno@clisp.org>
22273
22274         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
22275         (vasnprintf): Use it instead of wcslen.
22276
22277 2003-08-11  Bruno Haible  <bruno@clisp.org>
22278
22279         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
22280         value to ensure that _Bool promotes to int. Use #define for _Bool when
22281         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
22282
22283 2003-08-10  Karl Berry  <karl@gnu.org>
22284
22285         * lib/regex.h: update from libc (whitespace fix).
22286
22287 2003-08-09  Paul Eggert  <eggert@twinsun.com>
22288
22289         Merge some files from coreutils.  These changes were
22290         originally made by Jim Meyering.
22291         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
22292         many older Unixes require this.
22293         * lib/alloca.c (alloca): Remove cast to argument of free;
22294         no longer needed in C89.
22295         * lib/alloca_.h, regex.h: Fix white space to match
22296         what GNU indent does.
22297
22298 2003-08-09  Paul Eggert  <eggert@twinsun.com>
22299
22300         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
22301         apparently Emacs's Unicode mode got confused before my 2003-08-05
22302         checkin.
22303
22304 2003-08-08  Paul Eggert  <eggert@twinsun.com>
22305
22306         * m4/extensions.m4: New file.
22307         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
22308         Require gl_USE_SYSTEM_EXTENSIONS.
22309         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
22310         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
22311
22312 2003-08-08  Paul Eggert  <eggert@twinsun.com>
22313
22314         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
22315         * modules/extensions, modules/gnu-source: New files.
22316         * modules/timespec, modules/unlocked-io: Depend on extensions.
22317
22318 2003-08-07  Paul Eggert  <eggert@twinsun.com>
22319
22320         * modules/restrict: New file.
22321         * MODULES.html.sh (func_all_modules): Add restrict.
22322         * modules/regex: Depend on restrict.
22323
22324 2003-08-07  Paul Eggert  <eggert@twinsun.com>
22325
22326         * m4/restrict.m4: New file.
22327         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
22328
22329 2003-08-07  Bruno Haible  <bruno@clisp.org>
22330
22331         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
22332         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
22333
22334 2003-08-07  Bruno Haible  <bruno@clisp.org>
22335
22336         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
22337         makes the module 'getndelim2' compatible with the module 'getline'.
22338
22339 2003-08-05  Paul Eggert  <eggert@twinsun.com>
22340
22341         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
22342         byte with "\201" to avoid glitches when editing that source file
22343         with multi-gnome-terminal.
22344
22345 2003-08-05  Paul Eggert  <eggert@twinsun.com>
22346
22347         * lib/bumpalloc.h: Remove.
22348
22349 2003-08-05  Paul Eggert  <eggert@twinsun.com>
22350
22351         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
22352         * modules/bumpalloc: Remove.
22353
22354 2003-08-04  Paul Eggert  <eggert@twinsun.com>
22355
22356         * lib/getloadavg.c: Change copyright notice and spacing to conform to
22357         GNU coding style.
22358
22359         Merge from coreutils.
22360         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
22361         1. From glibc.
22362         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
22363         from Karl Berry, implemented by Jim Meyering.
22364         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
22365         from Dmitry V. Levin.
22366         Remove anachronistic cast of xrealloc.
22367         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
22368         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
22369         type. Otherwise, it wouldn't compile with at least /bin/cc on
22370         ymp-cray-unicos9.0.2.X.
22371         Combine two mostly-identical uses of alloca into one.
22372         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
22373
22374 2003-08-04  Dave Love  <d.love@dl.ac.uk>
22375
22376         [From Emacs.]
22377
22378         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
22379         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
22380         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
22381         obsolete NLIST_NAME_UNION.
22382         [__GNU__]: Undef BSD and FSCALE.
22383         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
22384
22385 2003-08-03  Paul Eggert  <eggert@twinsun.com>
22386
22387         * lib/stdbool_.h (_Bool): Make it signed char, instead of
22388         an enum type, so that it's guaranteed to promote to int.  See:
22389         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
22390
22391 2003-08-03  Karl Berry  <karl@gnu.org>
22392
22393         * config/depcomp: update from automake.
22394
22395 2003-07-31  Paul Eggert  <eggert@twinsun.com>
22396
22397         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
22398         (strerror): Don't assume that a printable int fits in 14 bytes.
22399
22400 2003-07-31  Bruno Haible  <bruno@clisp.org>
22401
22402         * modules/getpass-gnu: New file.
22403         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
22404
22405 2003-07-31  Bruno Haible  <bruno@clisp.org>
22406
22407         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
22408
22409 2003-07-24  Karl Berry  <karl@gnu.org>
22410
22411         * config/missing: update from automake.
22412
22413 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
22414             Bruno Haible  <bruno@clisp.org>
22415
22416         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
22417         * lib/getline.c (getline, getdelim): Likewise.
22418         Remove _GNU_SOURCE define; now it's defined in config.h through
22419         m4/getline.m4.
22420
22421 2003-07-23  Karl Berry  <karl@gnu.org>
22422
22423         * config/config.sub: update from prep.
22424
22425 2003-07-22  Paul Eggert  <eggert@twinsun.com>
22426
22427         * modules/xalloc (Depends-on): Add exitfail.
22428         * modules/xmemcoll: Likewise.
22429
22430 2003-07-22  Paul Eggert  <eggert@twinsun.com>
22431
22432         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
22433         over-parenthesization in macros.
22434
22435         Sync with coreutils.
22436
22437         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
22438         required by C99.
22439
22440         Use `exit_failure' for xalloc and xmemcoll instead of their own
22441         private exit-failure variables.
22442         * lib/xalloc.h (xalloc_exit_failure): Remove.
22443         * lib/xmalloc.c: Likewise.  Include exitfail.h.
22444         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
22445         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
22446         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
22447         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
22448
22449 2003-07-20  Jim Meyering  <jim@meyering.net>
22450
22451         * modules/closeout (Depends-on): Add exitfail.
22452         Suggestion from Bruno Haible.
22453
22454 2003-07-19  Karl Berry  <karl@gnu.org>
22455
22456         * config/config.sub: update from prep.
22457
22458 2003-07-18  Paul Eggert  <eggert@twinsun.com>
22459
22460         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
22461         Remove.
22462         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
22463         to test that it can stand by itself.  Include "exitfail.h".
22464         Clients should set exit_failure instead.
22465         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
22466
22467 2003-07-18  Bruno Haible  <bruno@clisp.org>
22468
22469         * modules/getndelim2: New file.
22470         * modules/getline: Share files with module getndelim2.
22471         * modules/getnline: Depend on getndelim2 instead of sharing files with
22472         it. Add getnline.c to lib_SOURCES.
22473         * MODULES.html.sh (func_all_modules): Add getndelim2.
22474
22475 2003-07-18  Bruno Haible  <bruno@clisp.org>
22476
22477         * m4/getndelim2.m4: New file.
22478         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
22479         invoke gl_PREREQ_GETNDELIM2.
22480         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
22481         gl_PREREQ_GETNDELIM2.
22482         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
22483         gl_GETNDELIM2.
22484
22485 2003-07-18  Bruno Haible  <bruno@clisp.org>
22486
22487         * lib/getndelim2.h: New file.
22488         * lib/getndelim2.c: Make into a module of its own. Include config.h,
22489         getndelim2.h.
22490         (getndelim2): Make non-static. Change return type to ssize_t.
22491         * lib/getline.h: Change argument names.
22492         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
22493         * lib/getnline.c: Include getndelim2.h.
22494
22495 2003-07-18  Andreas Schwab  <schwab@suse.de>
22496
22497         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
22498
22499 2003-07-17  Karl Berry  <karl@gnu.org>
22500
22501         * config/config.sub: update from prep.
22502
22503 2003-07-17  Bruno Haible  <bruno@clisp.org>
22504
22505         * modules/getnline: New file.
22506         * modules/getline: Add lib/getndelim2.c to source file list.
22507         * MODULES.html.sh (func_all_modules): Add getnline.
22508
22509 2003-07-17  Bruno Haible  <bruno@clisp.org>
22510
22511         * m4/getnline.m4: New file.
22512
22513 2003-07-17  Bruno Haible  <bruno@clisp.org>
22514
22515         * m4/Makefile.am.in: Remove file.
22516         * m4/Makefile.am: Remove file.
22517         * m4/Makefile.in: Remove file.
22518
22519 2003-07-17  Bruno Haible  <bruno@clisp.org>
22520
22521         * lib/getnline.h: New file.
22522         * lib/getnline.c: New file.
22523         * lib/getndelim2.c: New file, extracted from getline.c.
22524         (getndelim2): Renamed from getdelim2, with added nmax argument.
22525         * lib/getline.c: Include getndelim2.c.
22526         (getdelim2): Moved out to getndelim2.c.
22527         (getline, getdelim): Update.
22528
22529 2003-07-17  Bruno Haible  <bruno@clisp.org>
22530
22531         * lib/Makefile.am: Remove file.
22532         * lib/Makefile.in: Remove file.
22533
22534 2003-07-17  Bruno Haible  <bruno@clisp.org>
22535
22536         * configure.in: Remove file.
22537         * Makefile.in: Remove file.
22538
22539 2003-07-17  Bruno Haible  <bruno@clisp.org>
22540
22541         * MODULES.html.sh: Put the </BODY> right before </HTML>.
22542
22543 2003-07-16  Karl Berry  <karl@gnu.org>
22544
22545         * config/srclist-update: was running fixlicense twice, which caused
22546                 texinfo.tex to be nullified for some reason.  Simplify,
22547                 $gplsrc is no longer needed as far as I can see?
22548
22549 2003-07-16  Jim Meyering  <jim@meyering.net>
22550
22551         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
22552
22553 2003-07-15  Paul Eggert  <eggert@twinsun.com>
22554
22555         * config/srclist.txt: Get the following files from gettext-runtime/intl
22556         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
22557         ref-del.sin.  From Bruno Haible.
22558         * config/srclist-update (fixfile): Change grep pattern again, since the
22559         previous fix didn't work (there was another trailing $).  Use
22560         '[$]' to escape the $s.
22561
22562 2003-07-15  Karl Berry  <karl@gnu.org>
22563
22564         * lib/vasnprintf.c: update from gettext.
22565
22566 2003-07-15  Karl Berry  <karl@gnu.org>
22567
22568         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
22569         gets expanded when surrounded by '$'.
22570
22571 2003-07-15  Jim Meyering  <jim@meyering.net>
22572
22573         * modules/save-cwd: Don't depend on error.  From Derek Price.
22574
22575 2003-07-15  Jim Meyering  <jim@meyering.net>
22576
22577         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
22578
22579 2003-07-14  Simon Josefsson  <jas@extundo.com>
22580
22581         * modules/mempcpy: New file.
22582         * MODULES.html.sh (func_all_modules): Add mempcpy.
22583
22584 2003-07-14  Simon Josefsson  <jas@extundo.com>
22585
22586         * m4/mempcpy.m4: New file.
22587
22588 2003-07-14  Simon Josefsson  <jas@extundo.com>
22589
22590         * lib/mempcpy.h: New file.
22591         * lib/mempcpy.c: New file.
22592
22593 2003-07-14  Paul Eggert  <eggert@twinsun.com>
22594
22595         * modules/getdate, modules/posixtm: Depend on mktime.
22596
22597 2003-07-14  Paul Eggert  <eggert@twinsun.com>
22598
22599         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
22600         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
22601         unicodeio.c, unicodeio.h, unlocked-io.h:
22602         Switch from LGPL to GPL.
22603
22604 2003-07-14  Paul Eggert  <eggert@twinsun.com>
22605
22606         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
22607         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
22608         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
22609         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
22610         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
22611         updated automatically by ../config/srclist-update.  This changes
22612         their license from LPGL to GPL.
22613
22614 2003-07-14  Paul Eggert  <eggert@twinsun.com>
22615
22616         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
22617         assumed to refer to the root of the most recent stable gettext version.
22618         * config/srclistvars.sh: Add defaults for eggert.
22619         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
22620         Match "This program" as well as "The program".  This is needed
22621         for gettext.
22622
22623 2003-07-14  Jim Meyering  <jim@meyering.net>
22624
22625         Don't emit diagnostics.  Let callers do that.
22626         * lib/save-cwd.c: Don't include "error.h".
22627         (save_cwd): Don't call error.  Ensure that errno is valid
22628         when returning nonzero.
22629
22630         * lib/save-cwd.h (restore_cwd): Update prototype.
22631         * lib/save-cwd.c (restore_cwd): Remove two parameters.
22632         Simplify.  Don't call error upon failure.  Let callers do that.
22633         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
22634         when auditing is enabled.  But don't bother updating the #if.
22635
22636 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
22637
22638         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
22639         it breaks C++ compilation.
22640         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
22641
22642 2003-07-10  Simon Josefsson  <jas@extundo.com>
22643
22644         * modules/strchrnul (Makefile.am): Add strchrnul.h.
22645
22646 2003-07-10  Jim Meyering  <jim@meyering.net>
22647
22648         * m4/clock_time.m4: Remove trailing blank.
22649         * m4/intmax_t.m4: Likewise.
22650
22651 2003-07-10  Jim Meyering  <jim@meyering.net>
22652
22653         * lib/vasnprintf.c: Remove trailing blanks.
22654         Make cpp indentation consistent.
22655
22656 2003-07-09  Paul Eggert  <eggert@twinsun.com>
22657
22658         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
22659         posixver.c, strftime.c, strnlen.c, strverscmp.c:
22660         Switch from LGPL to GPL.
22661
22662 2003-07-09  Paul Eggert  <eggert@twinsun.com>
22663
22664         * config/srclist.txt: Sort sublists.  Add
22665         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
22666         that differ from gnulib for one reason or another; we'd like this list
22667         to be smaller but for now let's document what we have.
22668
22669 2003-07-08  Paul Eggert  <eggert@twinsun.com>
22670
22671         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
22672         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
22673         and sweeter "eval x=$x".
22674         * config/srclist.txt: Get lib/argp* from glibc.
22675
22676 2003-07-07  Paul Eggert  <eggert@twinsun.com>
22677
22678         * lib/mktime.c: Fix some boundary cases and remove need for floating
22679         point.
22680
22681         Issue a compile-time diagnostic if time_t is floating point, or if
22682         two's complement arithmetic is not in effect, or if arithmetic
22683         right shift does not propagate the sign.  These assumptions were
22684         all in the original code but they weren't checked.
22685
22686         (TIME_T_MIDPOINT, verify): New macros.
22687         (__isleap): Remove; it has integer overflow problems.
22688         (leapyear): New function, without those problems.
22689         (ydhms_tm_diff): Remove; splitting into two parts.
22690         (ydhms_diff): New function, containing the arithmetic part of
22691         the old ydhms_tm_diff function.  Issue a compile-time
22692         diagnostic if we are not using C99 integer division.
22693         Avoid casts when possible.
22694         (guess_time_tm): New function, containing the checking part of
22695         the old ydhms_tm_diff function.  Return the new value, rather than
22696         the difference between it and the old.  Accept a new argument T
22697         so that *T specifies the old value.  Check for overflow in the result.
22698
22699         (__mktime_internal): Use a time_t offset, not a long int offset.
22700         This undoes the 2003-06-04 change, which is no longer needed now
22701         that we have better overflow checking.
22702         (localtime_offset): Likewise.
22703
22704         (__mktime_internal): Avoid harmful overflow on hosts where time_t
22705         and long are 64-bit but int is only 32-bit.
22706         (ydhms_diff): Use long int to store year1 and yday1.
22707         Issue a compile-time diagnostic if long int is not wide enough.
22708
22709         (__mktime_internal): Use long int to store adjusted year and yday.
22710         Use plain C rather than preprocessor commands, if that doesn't
22711         affect efficiency.
22712         Check for overflow (and try to repair) after each probe
22713         rather than checking only at the very end.  This avoids some bugs
22714         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
22715         does not equal GMT offset at maximum time).
22716         Use integer to check for overflow rather than floating point; this
22717         is more portable to non-IEEE hosts, and is a tad faster.
22718         When we detect that we are oscillating between two values,
22719         don't check whether tm_isdst has the requested value, since
22720         we already know the answer.  When tm_isdst has the wrong value,
22721         use a different heuristic to find the right one, based on the
22722         extreme values actually observed in practice in tz2003a,
22723         rather than the (overly optimistic) "previous 3 calendar quarters".
22724
22725         (not_equal_tm, print_tm, check_result): Use "const T" rather than
22726         "T const" to accommodate glibc style.
22727         (check_result): Use less-confusing report format.  "long" -> "long int.
22728         (main): Likewise.
22729         Don't loop if the iteration overflows time_t.
22730         Allow a negative step in the iteration.
22731
22732 2003-07-06  Karl Berry  <karl@gnu.org>
22733
22734         * config/depcomp: update from automake.
22735         * config/config.sub: update from prep.
22736
22737 2003-07-03  Karl Berry  <karl@gnu.org>
22738
22739         * config/config.guess: update from prep.
22740
22741 2003-07-01  Paul Eggert  <eggert@twinsun.com>
22742
22743         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
22744         xreadlink.c now includes it unconditionally.
22745
22746 2003-07-01  Paul Eggert  <eggert@twinsun.com>
22747
22748         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
22749         having it depend on HAVE_SYS_TYPES_H.
22750
22751 2003-07-01  Bruno Haible  <bruno@clisp.org>
22752
22753         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
22754         <sys/types.h> should be sufficient.
22755         Reported by Paul Eggert.
22756
22757 2003-06-26  Karl Berry  <karl@gnu.org>
22758
22759         * config/depcomp: update from automake.
22760
22761 2003-06-26  Bruno Haible  <bruno@clisp.org>
22762
22763         * modules/human: Depend on module stdbool.
22764
22765 2003-06-25  Bruno Haible  <bruno@clisp.org>
22766
22767         * modules/readlink: New file.
22768         * modules/xreadlink: Depend on it.
22769         * MODULES.html.sh (func_all_modules): Add readlink.
22770
22771 2003-06-25  Bruno Haible  <bruno@clisp.org>
22772
22773         * m4/readlink.m4: New file.
22774
22775 2003-06-25  Bruno Haible  <bruno@clisp.org>
22776
22777         * lib/readlink.c: New file.
22778
22779 2003-06-22  Karl Berry  <karl@gnu.org>
22780
22781         * config/srclist.txt: update mkinstalldirs from automake.
22782         * config/mkinstalldirs: update.
22783
22784 2003-06-22  Bruno Haible  <bruno@clisp.org>
22785
22786         Portability to mingw32.
22787         * m4/ssize_t.m4: New file, from GNU gettext.
22788         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
22789         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
22790
22791 2003-06-22  Bruno Haible  <bruno@clisp.org>
22792
22793         * modules/safe-read: Add m4/ssize_t.m4.
22794         * modules/xreadlink: Add m4/ssize_t.m4.
22795
22796 2003-06-20  Bruno Haible  <bruno@clisp.org>
22797
22798         Assume C89, so PARAMS isn't needed.
22799         * lib/unicodeio.h (PARAMS): Remove.
22800         * lib/unicodeio.c: Don't use PARAMS.
22801
22802 2003-06-18  Karl Berry  <karl@gnu.org>
22803
22804         * config/config.{guess,sub}: update from prep.
22805
22806 2003-06-18  Jim Meyering  <jim@meyering.net>
22807
22808         Merge changes from coreutils.
22809         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
22810         Remove explicit declarations of xmalloc and realloc.
22811         Include xalloc.h.
22812         (read_utmp): Remove anachronistic cast of xmalloc.
22813
22814 2003-06-17  Paul Eggert  <eggert@twinsun.com>
22815
22816         Assume C89, so PARAMS isn't needed.
22817         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
22818         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
22819         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
22820         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
22821         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
22822         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
22823         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
22824         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
22825         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
22826         lib/xstrtod.h, lib/xstrtol.h: Likewise.
22827         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
22828         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
22829         no longer needed. Anyway, config.h should always be included before any
22830         other file.
22831
22832 2003-06-11  Simon Josefsson  <jas@extundo.com>
22833
22834         * modules/sysexits: New file.
22835         * MODULES.html.sh (func_all_modules): Add sysexits.
22836
22837 2003-06-11  Simon Josefsson  <jas@extundo.com>
22838
22839         * lib/sysexit_.h: New file.
22840
22841 2003-06-11  Derek Price  <derek@ximbiot.com>
22842
22843         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
22844         necessary.
22845
22846 2003-06-11  Bruno Haible  <bruno@clisp.org>
22847
22848         * m4/sysexits.m4: New file.
22849
22850 2003-06-10  Simon Josefsson  <jas@extundo.com>
22851
22852         * lib/argp.h: New file, from glibc.
22853         * lib/argp-ba.c: New file, from glibc.
22854         * lib/argp-eexst.c: New file, from glibc.
22855         * lib/argp-fmtstream.c: New file, from glibc.
22856         * lib/argp-fmtstream.h: New file, from glibc.
22857         * lib/argp-fs-xinl.c: New file, from glibc.
22858         * lib/argp-help.c: New file, from glibc.
22859         * lib/argp-namefrob.h: New file, from glibc.
22860         * lib/argp-parse.c: New file, from glibc.
22861         * lib/argp-pv.c: New file, from glibc.
22862         * lib/argp-pvh.c: New file, from glibc.
22863         * lib/argp-xinl.c: New file, from glibc.
22864
22865 2003-06-10  Simon Josefsson  <jas@extundo.com>
22866
22867         * modules/strchrnul: New file.
22868
22869 2003-06-10  Simon Josefsson  <jas@extundo.com>
22870
22871         * modules/argp: New file.
22872
22873 2003-06-10  Simon Josefsson  <jas@extundo.com>
22874
22875         * m4/strchrnul.m4: New file.
22876
22877 2003-06-10  Simon Josefsson  <jas@extundo.com>
22878
22879         * lib/strchrnul.h: New file.
22880         * lib/strchrnul.c: New file.
22881
22882 2003-06-10  Bruno Haible  <bruno@clisp.org>
22883
22884         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
22885
22886 2003-06-07  Karl Berry  <karl@gnu.org>
22887
22888         * config/config.{guess,sub}: update from prep.
22889
22890 2003-06-07  Jim Meyering  <jim@meyering.net>
22891
22892         * modules/strtod: Use $(...) notation, not @...@ for
22893         AC_REPLACE'd variables.
22894         * modules/localcharset: Likewise.
22895
22896 2003-06-07  Jim Meyering  <jim@meyering.net>
22897
22898         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
22899         in place of my name in the copyright comment.
22900         Remove definition and uses of __P.
22901
22902         From coreutils.
22903         * lib/stat.c: Don't declare xmalloc explicitly.
22904         Instead, include "xalloc.h".
22905         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
22906         xrealloc, and xcalloc return values.
22907         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
22908         Improve comment.
22909         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
22910
22911 2003-06-07  Bruno Haible  <bruno@clisp.org>
22912
22913         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
22914         avoid AC_CONFIG_LINKS.
22915         * modules/fnmatch (Makefile.am): Use explicit creation rule for
22916         fnmatch.h, to avoid AC_CONFIG_LINKS.
22917         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
22918
22919 2003-06-07  Bruno Haible  <bruno@clisp.org>
22920
22921         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
22922         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
22923         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
22924         directory.
22925         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
22926         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
22927         directory.
22928
22929 2003-06-06  Jim Meyering  <jim@meyering.net>
22930
22931         Merge from coreutils.
22932         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
22933         Consolidate declarations and initializations of *_base* locals.
22934
22935         Merge from coreutils.
22936         This avoids a core dump on systems without GNU putenv,
22937         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
22938         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
22939         (unsetenv): New static function, from GNU libc.
22940         (rpl_putenv): Use it.
22941
22942         * lib/modechange.c: Remove trailing blanks.
22943
22944         Merge from coreutils.
22945         * lib/fsusage.c: Remove declaration of statfs.
22946         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
22947
22948         * lib/posixtm.c: Include <stdbool.h> unconditionally.
22949
22950 2003-06-06  Jim Meyering  <jim@meyering.net>
22951
22952         * lib/stdbool_.h: Renamed from stdbool.h.in.
22953
22954 2003-06-06  Jim Meyering  <jim@meyering.net>
22955             Bruno Haible  <bruno@clisp.org>
22956
22957         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
22958         Adjust Makefile.am snippet not to redirect directly to target.
22959         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
22960
22961 2003-06-05  Paul Eggert  <eggert@twinsun.com>
22962
22963         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
22964         mismatch, look in future quarters as well as past.  This fixes a
22965         bug when processing fall-backwards gaps immediately after a long
22966         period of daylight-saving time.
22967
22968         * lib/mktime.c: Assume freestanding C89 or better.
22969         (HAVE_LIMITS_H): Remove.  Assume it's 1.
22970         (__P): Remove; not used.
22971         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
22972         (mktime, not_equal_tm, print_tm, check_result,
22973         main): Use prototypes.  Use const * where appropriate.
22974         (main): Fix typo in testing code that uncovered by above changes.
22975         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
22976
22977 2003-06-04  Paul Eggert  <eggert@twinsun.com>
22978
22979         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
22980         locale.h, localeconv.  This merges changes from coreutils.
22981
22982         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
22983         It can be removed after the next Autoconf is released.
22984         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
22985         needed.
22986
22987 2003-06-04  Paul Eggert  <eggert@twinsun.com>
22988
22989         * lib/mktime.c: Fix Debian bug 177940
22990         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
22991         (localtime_offset): Now long int, not time_t, because we want it
22992         to be guaranteed to be signed.  All uses changed.
22993         (__mktime_internal): If overflow would occur when adding offset,
22994         don't add it.
22995
22996         Merge 'human' changes from coreutils.  Rewrite to support
22997         locale-specific notations like thousands separators.
22998         * lib/human.c: Simplify authorship notice.
22999         Include human.h immediately after config.h.
23000         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
23001         <limits.h>: Do not include, since human.h does.
23002         (SIZE_MAX, UINTMAX_MAX): New macros.
23003         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
23004         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
23005         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
23006         (power_letter): Renamed from suffixes.
23007         (generate_suffix_backwards): Remove.
23008         (adjust_value): Now takes int style (because of human.h changes)
23009         and long double value (for greater precision on some platforms).
23010         (group_number): New function.
23011         (human_readable): Use it.  Use integer options, not enum.
23012         Put the options before the sizes in the arg list.
23013         Support all the new options.
23014         The old human_readable function has been removed;
23015         use inttostr.h instead.
23016         (human_readable, default_block_size, humblock):
23017         Use uintmax_t, not int, for block sizes.
23018         (human_readable_inexact, block_size_types): Remove.
23019         (block_size_opts): New constant.
23020         (human_options): Renamed from human_block_size, with new signature
23021         that allows block sizes up to UINTMAX_MAX.  All callers changed.
23022         * lib/human.h: Add copyright and authorship notice.
23023         Include <limits.h> and <stdbool.h> unconditionally.
23024         (PARAMS): Remove.  All uses removed.
23025         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
23026         (enum human_inexact_style): Remove tag; now a nameless enum.
23027         (human_floor, human_ceiling, human_round_to_even): Now have
23028         values 2, 0, 1 rather than -1, 1, 0.
23029         (human_group_digits, human_suppress_point_zero, human_autoscale,
23030         human_base_1024, human_SI, human_B): New constants.
23031         (human_readable_inexact, human_block_size): Remove.
23032         (human_readable): Size args are now uintmax_t, not int.
23033         (human_options): New decl.
23034
23035         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
23036         unnecessary now that we assume C89 or better.  This change
23037         imported from coreutils.
23038
23039         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
23040         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
23041         in the 2003-05-30 sync from glibc.
23042
23043         .h files should stand alone, but we shouldn't include <sys/types.h>
23044         if we can get away with just <stddef.h>.
23045
23046         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
23047         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
23048         rather than <sys/types.h>, as we merely need size_t.
23049         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
23050         to get size_t.
23051         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
23052         Include <stdio.h>, to get FILE.
23053         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
23054         memcasecmp.h has included <stddef.h> and all we need is size_t.
23055         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
23056         our interface, instead of including <sys/types.h>
23057
23058 2003-06-04  Paul Eggert  <eggert@twinsun.com>
23059
23060         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
23061         now, as glibc mktime is buggy on non-glibc systems.
23062
23063 2003-06-03  Karl Berry  <karl@gnu.org>
23064
23065         * config/config.sub: update from prep.
23066
23067 2003-06-02  Paul Eggert  <eggert@twinsun.com>
23068
23069         [from coreutils]
23070         Fix some minor time-related bugs with POSIX time arguments.
23071         Some valid time stamps were being rejected (notably -1, and
23072         time stamps before 1900 on 64-bit hosts).  And some invalid
23073         time stamps were being accepted, e.g. September 31.
23074
23075         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
23076         that we can return (time_t) -1 successfully.
23077         * lib/posixtm.c: Likewise.
23078         [HAVE_STDBOOL_H]: Include <stdbool.h>.
23079         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
23080         (t): Remove static var.
23081         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
23082         of static var.  All uses changed.
23083         (year): Do not reject years before 1900; they can occur with
23084         64-bit time_t.
23085         (posix_time_parse): Do not check for out-of-range components;
23086         that is now the caller's responsibility, since our checks were
23087         only approximations.
23088         (posixtime): Use mktime to check for out-of-range components,
23089         since it knows them exactly.
23090         If mktime returns (time_t) -1, check whether an error actually occurred
23091         by invoking localtime on -1.
23092         (main) [TEST_POSIXTIME]: Check for input data errors, and report
23093         posixtime failures better.
23094         Improve the test data (in comments only).
23095
23096 2003-06-02  Karl Berry  <karl@gnu.org>
23097
23098         * config/mkinstalldirs (version): new variable.
23099         (--version): new option.
23100         (usage): improve message.
23101
23102 2003-05-30  Karl Berry  <karl@gnu.org>
23103
23104         * lib/mktime.c: update from libc.
23105
23106 2003-05-30  Bruno Haible  <bruno@clisp.org>
23107
23108         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
23109         * config/config.rpath: Upgrade to gettext-0.12.1.
23110
23111 2003-05-30  Bruno Haible  <bruno@clisp.org>
23112
23113         * m4/gettext.m4: Upgrade to gettext-0.12.1.
23114         * m4/nls.m4: New file, from gettext-0.12.1.
23115         * m4/po.m4: New file, from gettext-0.12.1.
23116         * m4/progtest.m4: Upgrade to gettext-0.12.1.
23117
23118 2003-05-30  Bruno Haible  <bruno@clisp.org>
23119
23120         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
23121         * lib/localcharset.h: Likewise.
23122         * lib/localcharset.c: Likewise.
23123
23124 2003-05-29  Karl Berry  <karl@gnu.org>
23125
23126         * config/config.rpath: update from gettext.
23127
23128 2003-05-28  Paul Eggert  <eggert@twinsun.com>
23129
23130         Assume the headers required for C89 freestanding compilers.
23131         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
23132         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
23133         * m4/human.m4 (gl_HUMAN): Likewise.
23134         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
23135         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
23136         * m4/userspec.m4 (gl_USERSPEC): Likewise.
23137         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
23138         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
23139         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
23140
23141 2003-05-28  Paul Eggert  <eggert@twinsun.com>
23142
23143         Assume the headers required for C89 freestanding compilers.
23144         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
23145         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
23146         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
23147         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
23148         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
23149         define, since <limits.h> is guaranteed to do that.
23150         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
23151         * lib/exclude.c: Include <stdbool.h> unconditionally.
23152         * lib/tempname.c: Include <stddef.h> unconditionally.
23153         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
23154         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
23155         <stddef.h> does that.
23156         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
23157         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
23158         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
23159         needed.
23160         * lib/xstrtol.c: Likewise.
23161         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
23162         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
23163
23164         * lib/addext.c (addext): Use assignment rather than cast, to avoid
23165         warnings on some platforms.
23166
23167         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
23168         arbitrarily.
23169
23170 2003-05-26  Jim Meyering  <jim@meyering.net>
23171
23172         Merge in a change from coreutils:
23173         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
23174         that is guaranteed to be `no'.  Use `no_such_member' to indicate
23175         that condition, rather than `-1' which is slightly misleading.
23176         Change the name of the cache variable to have the gl_ prefix.
23177         Prompted by a patch from Richard Dawe for DJGPP.
23178
23179 2003-05-24  Karl Berry  <karl@gnu.org>
23180
23181         * config/config.guess: update from prep.
23182
23183 2003-05-22  Karl Berry  <karl@gnu.org>
23184
23185         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
23186
23187 2003-05-20  Karl Berry  <karl@gnu.org>
23188
23189         * config/config.guess: update from prep.
23190
23191 2003-05-18  Karl Berry  <karl@gnu.org>
23192
23193         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
23194         might actually be set by the user.
23195
23196         * config/depcomp, install-sh, mdate-sh: update from automake.
23197
23198 2003-05-17  Bruno Haible  <bruno@clisp.org>
23199
23200         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
23201         invalid expansion for AC_EGREP_CPP.
23202         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
23203         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
23204         Suggested by Akim Demaille <akim@epita.fr> in
23205         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
23206
23207 2003-05-12  Jim Meyering  <jim@meyering.net>
23208
23209         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
23210         the space-padded-by-default conversion specifiers, %e, %k, %l.
23211
23212 2003-05-12  Bruno Haible  <bruno@clisp.org>
23213
23214         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
23215         the string is longer than 4 KB.
23216
23217 2003-05-11  Karl Berry  <karl@gnu.org>
23218
23219         * config/config.{guess,sub}: update from prep.
23220
23221 2003-05-09  Bruno Haible  <bruno@clisp.org>
23222
23223         * modules/error: Add m4/strerror_r.m4 to file list.
23224
23225 2003-05-03  Bruno Haible  <bruno@clisp.org>
23226
23227         Upgrade to Unicode-4.0.
23228         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
23229         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
23230         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
23231         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
23232         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
23233         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
23234         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
23235         Change width of U+E0100..U+E01EF from 1 to 0.
23236
23237 2003-04-25  Jim Meyering  <jim@meyering.net>
23238
23239         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
23240         of type size_t, not int.
23241
23242 2003-04-25  Bruno Haible  <bruno@clisp.org>
23243
23244         * lib/copy-file.c: Include <stddef.h>, for size_t.
23245
23246 2003-04-21  Paul Eggert  <eggert@twinsun.com>
23247
23248         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
23249         code which expansion is under static control.  Patch imported from
23250         Akim Demaille's patch to Bison; see
23251         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
23252
23253 2003-04-14  Bruno Haible  <bruno@clisp.org>
23254
23255         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
23256
23257 2003-04-11  Jim Meyering  <jim@meyering.net>
23258
23259         Merge changes from Coreutils.
23260
23261         2003-03-22  Jim Meyering  <jim@meyering.net>
23262
23263         * lib/strftime.c (widen): Cast alloca return value to proper type.
23264
23265         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
23266
23267         From GNU libc.
23268         * lib/strftime.c (my_strftime): Handle very large width
23269         specifications for numeric values correctly.  Improve checks for
23270         overflow.
23271
23272         2003-01-19  Jim Meyering  <jim@meyering.net>
23273
23274         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
23275         definitions.
23276         (nl_get_alt_digit) [! defined my_strftime]: Define.
23277         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
23278         _nl_get_alt_digit and _nl_get_walt_digit.
23279
23280         * lib/strftime.c (my_strftime): Merge in locale-related changes from
23281         libc. These changes have no effect outside of _LIBC.
23282
23283 2003-04-10  Bruno Haible  <bruno@clisp.org>
23284
23285         * modules/findprog: New file.
23286         * MODULES.html.sh (func_all_modules): Add it.
23287
23288 2003-04-10  Bruno Haible  <bruno@clisp.org>
23289
23290         * m4/findprog.m4: New file.
23291         * m4/eaccess.m4: New file.
23292
23293 2003-04-10  Bruno Haible  <bruno@clisp.org>
23294
23295         * lib/findprog.h: New file, from GNU gettext.
23296         * lib/findprog.c: New file, from GNU gettext.
23297
23298 2003-04-05  Jim Meyering  <jim@meyering.net>
23299
23300         Merge changes from Coreutils.
23301
23302         * lib/exclude.h (PARAMS): Remove definition and uses.
23303         * lib/exclude.c: Remove uses of `PARAMS'.
23304
23305         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
23306         Add test-cases for DOS filenames. Declare program_name.
23307         (main): Set up program_name.  Patch by Rich Dawe.
23308
23309         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
23310         error from mntctl.
23311         Use mntctl's return value to drive the entry-processing loop, since
23312         we can't rely on the value of the vmt_length member in the last
23313         entry.  On some systems doing so could result in exhausting
23314         virtual memory.  Based in part on a patch from Mike Jetzer.
23315
23316 2003-04-04  Bruno Haible  <bruno@clisp.org>
23317
23318         * modules/linebreak: New file.
23319         * MODULES.html.sh (func_all_modules): Add it.
23320
23321 2003-04-04  Bruno Haible  <bruno@clisp.org>
23322
23323         * m4/linebreak.m4: New file.
23324
23325 2003-04-04  Bruno Haible  <bruno@clisp.org>
23326
23327         * lib/linebreak.h: New file, from GNU gettext.
23328         * lib/linebreak.c: New file, from GNU gettext with slight
23329         modifications.
23330         * lib/lbrkprop.h: New file, from GNU gettext.
23331
23332 2003-04-03  Bruno Haible  <bruno@clisp.org>
23333
23334         * modules/utf8-ucs4: New file.
23335         * modules/utf16-ucs4: New file.
23336         * modules/ucs4-utf8: New file.
23337         * modules/ucs4-utf16: New file.
23338         * MODULES.html.sh (func_all_modules): Add them.
23339
23340 2003-04-03  Bruno Haible  <bruno@clisp.org>
23341
23342         * m4/utf-ucs4.m4: New file.
23343         * m4/ucs4-utf.m4: New file.
23344
23345 2003-04-03  Bruno Haible  <bruno@clisp.org>
23346
23347         * lib/utf8-ucs4.h: New file, from GNU gettext.
23348         * lib/utf16-ucs4.h: New file, from GNU gettext.
23349         * lib/ucs4-utf8.h: New file, from GNU gettext.
23350         * lib/ucs4-utf16.h: New file, from GNU gettext.
23351
23352 2003-04-02  Bruno Haible  <bruno@clisp.org>
23353
23354         * modules/binary-io: New file.
23355         * MODULES.html.sh (func_all_modules): Add it.
23356
23357 2003-04-02  Bruno Haible  <bruno@clisp.org>
23358
23359         * lib/binary-io.h: New file, from GNU gettext.
23360
23361 2003-04-01  Bruno Haible  <bruno@clisp.org>
23362
23363         * modules/pathname: New file.
23364         * MODULES.html.sh (func_all_modules): Add it.
23365
23366 2003-04-01  Bruno Haible  <bruno@clisp.org>
23367
23368         * lib/pathname.h: New file, from GNU gettext.
23369         * lib/concatpath.c: New file, from GNU gettext.
23370
23371 2003-03-30  Bruno Haible  <bruno@clisp.org>
23372
23373         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
23374
23375 2003-03-30  Bruno Haible  <bruno@clisp.org>
23376
23377         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
23378         function chown() doesn't exist.
23379
23380 2003-03-28  Bruno Haible  <bruno@clisp.org>
23381
23382         * modules/copy-file: New file.
23383         * MODULES.html.sh (func_all_modules): Add it.
23384
23385 2003-03-28  Bruno Haible  <bruno@clisp.org>
23386
23387         * m4/copy-file.m4: New file.
23388
23389 2003-03-28  Bruno Haible  <bruno@clisp.org>
23390
23391         * lib/copy-file.h: New file, from GNU gettext.
23392         * lib/copy-file.c: New file, from GNU gettext.
23393
23394 2003-03-18  Jim Meyering  <jim@meyering.net>
23395
23396         * lib/quote.c (quote_n): Fix typo in comment.
23397
23398 2003-03-18  Bruno Haible  <bruno@clisp.org>
23399
23400         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
23401         checking.
23402         * m4/onceonly_2_57.m4: Likewise.
23403
23404 2003-03-17  Bruno Haible  <bruno@clisp.org>
23405
23406         * m4/onceonly.m4: Require autoconf 2.54 or newer.
23407         (m4_quote): Remove macro.
23408         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
23409
23410 2003-03-14  Jim Meyering  <jim@meyering.net>
23411
23412         Merge changes from Coreutils.
23413         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
23414         to be const, in order to avoid warnings.
23415         (obstack_room): Likewise.
23416         (obstack_empty_p): Likewise.
23417
23418 2003-03-14  Bruno Haible  <bruno@clisp.org>
23419
23420         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
23421         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
23422
23423 2003-03-13  Paul Eggert  <eggert@twinsun.com>
23424
23425         Merge changes from Bison.
23426         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
23427         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
23428         when compiling Bison 1.875's `bitset bset = obstack_alloc
23429         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
23430         * lib/hash.c: Include <stdbool.h> unconditionally.
23431
23432 2003-03-13  Paul Eggert  <eggert@twinsun.com>
23433
23434         * m4/onceonly.m4 (m4_quote): New macro.
23435         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
23436         Quote AC_FOREACH variable-expansions properly.
23437
23438 2003-03-13  Paul Eggert  <eggert@twinsun.com>
23439
23440         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
23441
23442 2003-03-09  Paul Eggert  <eggert@twinsun.com>
23443
23444         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
23445         Reported by Bruce Becker; see:
23446         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
23447
23448 2003-03-03  Paul Eggert  <eggert@twinsun.com>
23449             Bruno Haible  <bruno@clisp.org>
23450
23451         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
23452         Reported by John Hughes, see
23453         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
23454
23455 2003-02-20  Bruno Haible  <bruno@clisp.org>
23456
23457         * MODULES.html.sh (func_all_modules): Add poll.
23458
23459 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
23460
23461         * modules/poll: New file.
23462
23463 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
23464
23465         * lib/poll_.h: New file.
23466         * lib/poll.c: New file.
23467
23468 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
23469
23470         * m4/poll.m4: New file.
23471
23472 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
23473
23474         * modules/mathl: New file.
23475
23476 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
23477
23478         * lib/mathl.h: New file.
23479         * lib/acosl.c: New file.
23480         * lib/asinl.c: New file.
23481         * lib/atanl.c: New file.
23482         * lib/ceill.c: New file.
23483         * lib/cosl.c: New file.
23484         * lib/expl.c: New file.
23485         * lib/floorl.c: New file.
23486         * lib/frexpl.c: New file.
23487         * lib/ldexpl.c: New file.
23488         * lib/logl.c: New file.
23489         * lib/sincosl.c: New file.
23490         * lib/sinl.c: New file.
23491         * lib/sqrtl.c: New file.
23492         * lib/tanl.c: New file.
23493         * lib/trigl.c: New file.
23494         * lib/trigl.h: New file.
23495
23496 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
23497
23498         * m4/mathl.m4: New file.
23499
23500 2003-02-18  Bruno Haible  <bruno@clisp.org>
23501
23502         * MODULES.html.sh (func_all_modules): Add mathl.
23503
23504 2003-02-17  Bruno Haible  <bruno@clisp.org>
23505
23506         * modules/mkdtemp: New module.
23507         * MODULES.html.sh (func_all_modules): Add it.
23508
23509 2003-02-17  Bruno Haible  <bruno@clisp.org>
23510
23511         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
23512
23513 2003-02-17  Bruno Haible  <bruno@clisp.org>
23514
23515         * lib/mkdtemp.h: New file, from GNU gettext.
23516         * lib/mkdtemp.c: New file, from GNU gettext.
23517
23518 2003-02-02  Jim Meyering  <jim@meyering.net>
23519
23520         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
23521         e.g. glibc-2.2.93.
23522
23523 2003-01-31  Bruno Haible  <bruno@clisp.org>
23524
23525         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
23526         'rpl_rename'.
23527         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
23528         'rpl_strnlen'.
23529         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
23530         'rpl_strtod'.
23531         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
23532         'rpl_utime'.
23533
23534 2003-01-31  Bruno Haible  <bruno@clisp.org>
23535
23536         * lib/rename.c: #undef rename before defining rpl_rename.
23537         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
23538
23539 2003-01-30  Bruno Haible  <bruno@clisp.org>
23540
23541         * modules/vasnprintf, modules/vasprintf: New modules.
23542         * MODULES.html.sh (func_all_modules): Add them.
23543
23544 2003-01-30  Bruno Haible  <bruno@clisp.org>
23545
23546         * m4/signed.m4: New file, from GNU gettext.
23547         * m4/longdouble.m4: New file, from GNU gettext.
23548         * m4/wchar_t.m4: New file, from GNU gettext.
23549         * m4/wint_t.m4: New file, from GNU gettext.
23550         * m4/vasnprintf.m4: New file.
23551         * m4/vasprintf.m4: New file.
23552
23553 2003-01-30  Bruno Haible  <bruno@clisp.org>
23554
23555         * lib/printf-args.h: New file, from GNU gettext.
23556         * lib/printf-args.c: New file, from GNU gettext.
23557         * lib/printf-parse.h: New file, from GNU gettext.
23558         * lib/printf-parse.c: New file, from GNU gettext.
23559         * lib/vasnprintf.h: New file, from GNU gettext.
23560         * lib/vasnprintf.c: New file, from GNU gettext.
23561         * lib/asnprintf.c: New file, from GNU gettext.
23562         * lib/vasprintf.h: New file, from GNU gettext with modifications.
23563         * lib/vasprintf.c: New file, from GNU gettext.
23564         * lib/asprintf.c: New file, from GNU gettext.
23565
23566 2003-01-29  Bruno Haible  <bruno@clisp.org>
23567
23568         * modules/stpncpy: New module.
23569         * MODULES.html.sh (func_all_modules): Add it.
23570
23571 2003-01-29  Bruno Haible  <bruno@clisp.org>
23572
23573         * m4/stpncpy.m4: New file.
23574
23575 2003-01-29  Bruno Haible  <bruno@clisp.org>
23576
23577         * lib/stpncpy.h: New file, from GNU gettext with modifications.
23578         * lib/stpncpy.c: New file, from GNU gettext with modifications.
23579
23580 2003-01-28  Bruno Haible  <bruno@clisp.org>
23581
23582         * modules/c-ctype: New module.
23583         * MODULES.html.sh (func_all_modules): Add it.
23584
23585 2003-01-28  Bruno Haible  <bruno@clisp.org>
23586
23587         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
23588         Paul Eggert.
23589         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
23590         Paul Eggert.
23591
23592 2003-01-27  Bruno Haible  <bruno@clisp.org>
23593
23594         * modules/xsetenv: New module.
23595         * MODULES.html.sh (func_all_modules): Add it.
23596
23597 2003-01-27  Bruno Haible  <bruno@clisp.org>
23598
23599         * lib/xsetenv.h: New file, from GNU gettext.
23600         * lib/xsetenv.c: New file, from GNU gettext.
23601
23602 2003-01-23  Jim Meyering  <jim@meyering.net>
23603
23604         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
23605         from working on systems without dirfd (at least Irix and OSF1/Tru64).
23606
23607 2003-01-23  Bruno Haible  <bruno@clisp.org>
23608
23609         * modules/minmax: New module.
23610         * MODULES.html.sh (func_all_modules): Add it.
23611
23612 2003-01-23  Bruno Haible  <bruno@clisp.org>
23613
23614         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
23615         Eggert.
23616
23617 2003-01-22  Bruno Haible  <bruno@clisp.org>
23618
23619         * modules/exit: New module.
23620         * MODULES.html.sh (func_all_modules): Add it.
23621
23622 2003-01-22  Bruno Haible  <bruno@clisp.org>
23623
23624         * lib/exit.h: New file, from GNU gettext.
23625
23626 2003-01-19  Bruno Haible  <bruno@clisp.org>
23627
23628         * gnulib-tool: Recognize option --extract-maintainer.
23629         (func_get_maintainer): New function.
23630         * modules/*: Add Maintainer entry.
23631
23632 2003-01-16  Jim Meyering  <jim@meyering.net>
23633
23634         * m4/regex.m4: The `regex' struct is both input and output.
23635         Initialize it before each use.  Patch by Tim Waugh.
23636
23637 2003-01-16  Bruno Haible  <bruno@clisp.org>
23638
23639         * MODULES.html.sh: Add a table of contents. Add the module name as
23640         leftmost column. Add hyperlinks.
23641
23642 2003-01-15  Bruno Haible  <bruno@clisp.org>
23643
23644         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
23645
23646 2003-01-15  Bruno Haible  <bruno@clisp.org>
23647
23648         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
23649         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
23650         suffix.
23651
23652 2003-01-15  Bruno Haible  <bruno@clisp.org>
23653
23654         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
23655
23656 2003-01-15  Bruno Haible  <bruno@clisp.org>
23657
23658         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
23659         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
23660
23661 2003-01-14  Jim Meyering  <jim@meyering.net>
23662
23663         * lib/same.c (same_name): Tweak a comment.
23664
23665 2003-01-14  Bruno Haible  <bruno@clisp.org>
23666
23667         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
23668         when a string comparison is sufficient.
23669
23670 2003-01-14  Bruno Haible  <bruno@clisp.org>
23671
23672         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
23673         'unsigned int'.
23674
23675 2003-01-14  Bruno Haible  <bruno@clisp.org>
23676
23677         * lib/hash-pjw.c: Add comment about low quality of this function.
23678
23679 2003-01-13  Bruno Haible  <bruno@clisp.org>
23680
23681         * modules/stpcpy: Distribute lib/stpcpy.h.
23682         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
23683
23684 2003-01-13  Bruno Haible  <bruno@clisp.org>
23685
23686         * modules/*: Add a description.
23687         * modules/strpbrk: Fix Makefile.am snippet.
23688         * modules/strtoimax: Fix dependencies.
23689         * modules/strtoumax: Likewise.
23690
23691 2003-01-13  Bruno Haible  <bruno@clisp.org>
23692
23693         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
23694         * modules/alloca (Makefile.am): All object files depend on alloca.h.
23695         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
23696
23697 2003-01-13  Bruno Haible  <bruno@clisp.org>
23698
23699         * gnulib-tool (func_create_testdir): Store config/* files in the main
23700         directory.
23701         * config.rpath: Move to ...
23702         * config/config.rpath: ... here.
23703         * modules/gettext: Contains config/config.rpath, not config.rpath.
23704         * modules/iconv: Likewise.
23705
23706 2003-01-12  Paul Eggert  <eggert@twinsun.com>
23707
23708         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
23709         to avoid collisions with libcurses and libreadline.
23710
23711         * m4/getstr.m4: Remove.
23712         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
23713
23714 2003-01-12  Paul Eggert  <eggert@twinsun.com>
23715
23716         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
23717         to avoid collisions with libcurses and libreadline.
23718
23719         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
23720         * lib/getstr.h, getstr.c: Remove.
23721         * lib/getline.c: Include "getline.h", to check interface.
23722         Move body of old getstr.c here: this defines MIN_CHUNK and
23723         declares getdelim2, which is renamed from getstr.
23724         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
23725
23726         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
23727         All uses changed.
23728         * lib/linebuffer.h: Likewise.
23729         (readline): Remove backward-compatibility macro.
23730
23731 2003-01-12  Paul Eggert  <eggert@twinsun.com>
23732
23733         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
23734         to avoid collisions with libcurses and libreadline.
23735         * getstr: Remove.
23736         * MODULES.html.sh: Remove getstr.
23737         * modules/getline: Depend on unlocked-io, not getstr.
23738
23739 2003-01-12  Jim Meyering  <jim@meyering.net>
23740
23741         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
23742
23743 2003-01-10  Bruno Haible  <bruno@clisp.org>
23744
23745         * modules/alloca: Change Makefile.am requirements. Simplify Include
23746         requirements. Add lib/alloca_.h to file list.
23747
23748 2003-01-10  Bruno Haible  <bruno@clisp.org>
23749
23750         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
23751
23752 2003-01-10  Bruno Haible  <bruno@clisp.org>
23753
23754         * lib/alloca_.h: New file.
23755         * lib/getdate.y: Unconditionally include alloca.h.
23756         * lib/makepath.c: Likewise.
23757         * lib/setenv.c: Likewise.
23758         * lib/userspec.c: Likewise.
23759
23760 2003-01-09  Karl Berry  <karl@gnu.org>
23761
23762         * MODULES.html.sh: include `dirname $0` in PATH, to find
23763         gnulib-tool.
23764
23765 2003-01-09  Bruno Haible  <bruno@clisp.org>
23766
23767         * modules/stdbool: Change configure.ac, Makefile.am requirements.
23768         Simplify Include requirements. Add lib/stdbool.h.in to file list.
23769
23770 2003-01-09  Bruno Haible  <bruno@clisp.org>
23771
23772         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
23773
23774 2003-01-09  Bruno Haible  <bruno@clisp.org>
23775
23776         * lib/stdbool.h.in: New file.
23777
23778 2003-01-09  Bruno Haible  <bruno@clisp.org>
23779
23780         * gnulib-tool (func_all_modules): Ignore files ending in ~.
23781         * MODULES.html.sh: Likewise.
23782
23783 2003-01-08  Jim Meyering  <jim@meyering.net>
23784
23785         * lib/full-write.c: Undefine and define-away `const' after inclusion
23786         of errno.h, not before.  Suggestion from Bruno Haible.
23787
23788 2003-01-08  Bruno Haible  <bruno@clisp.org>
23789
23790         * modules/full-read: Depend on full-write.
23791
23792 2003-01-08  Bruno Haible  <bruno@clisp.org>
23793
23794         * lib/safe-read.c: Include specification header first, to ensure its
23795         selfcontainedness.
23796         * lib/full-write.c: Likewise.
23797
23798 2003-01-07  Jim Meyering  <jim@meyering.net>
23799
23800         * lib/full-write.c: Rework so that it may serve to define full_read,
23801         too.
23802         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
23803
23804 2003-01-07  Bruno Haible  <bruno@clisp.org>
23805
23806         * lib/strtoimax.c: Include <stdint.h> as an alternative to
23807         <inttypes.h>.
23808         * lib/xstrtol.h: Likewise.
23809         * lib/xstrtoimax.c: Likewise.
23810         * lib/xstrtoumax.c: Likewise.
23811         * lib/human.h: Likewise.
23812
23813         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
23814         on systems that have <inttypes.h> but not <stdint.h>.
23815
23816 2003-01-07  Bruno Haible  <bruno@clisp.org>
23817
23818         * MODULES.html.sh: Add copyright notice.
23819         (missed_files): Omit CVS directory entries.
23820         (func_module): Make it work with sed-3.02.
23821         * MODULES.txt: Remove file.
23822
23823 2003-01-06  Jim Meyering  <jim@meyering.net>
23824
23825         * lib/version-etc.c: Update year in translatable copyright string.
23826
23827 2003-01-03  Karl Berry  <karl@gnu.org>
23828
23829         * config/config.{guess,sub}: update from prep.
23830
23831 2003-01-02  Karl Berry  <karl@gnu.org>
23832
23833         * doc/COPYING.DOC: belatedly updated to 1.2.
23834
23835 2003-01-01  Karl Berry  <karl@gnu.org>
23836
23837         * gnulib-tool (func_verify_module): report module name $module in
23838         error message, not $1.
23839         * gnulib-tool (create-testdir): don't complain if destdir couldn't
23840         be created, only if it doesn't exist.
23841         * gnulib-tool (last_checkin_date): don't expand the $Date here.
23842
23843 2002-12-31  Paul Eggert  <eggert@twinsun.com>
23844
23845         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
23846
23847 2002-12-31  Paul Eggert  <eggert@twinsun.com>
23848
23849         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
23850         memcmp if strcoll doesn't work.
23851
23852 2002-12-31  Bruno Haible  <bruno@clisp.org>
23853
23854         * lib/utime.c (utime_null): No need to call ftruncate if the file was
23855         nonempty.
23856
23857 2002-12-31  Bruno Haible  <bruno@clisp.org>
23858
23859         * lib/memcoll.c (STRCOLL): New macro.
23860         (memcoll): Use it.
23861
23862 2002-12-31  Bruno Haible  <bruno@clisp.org>
23863
23864         * lib/localcharset.h: New file.
23865         * lib/localcharset.c: Include it.
23866         * lib/unicodeio.c: Likewise.
23867
23868 2002-12-31  Bruno Haible  <bruno@clisp.org>
23869
23870         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
23871         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
23872
23873 2002-12-31  Bruno Haible  <bruno@clisp.org>
23874
23875         * lib/getline.h: Include <stddef.h>, for size_t.
23876
23877         * lib/unicodeio.h: Include <stddef.h>, for size_t.
23878         * lib/unicodeio.c: Don't include <stddef.h>.
23879
23880 2002-12-31  Bruno Haible  <bruno@clisp.org>
23881
23882         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
23883         HAVE_TM_ZONE.
23884
23885 2002-12-24  Karl Berry  <karl@gnu.org>
23886
23887         * config/config.guess: update from prep.
23888
23889 2002-12-24  Bruno Haible  <bruno@clisp.org>
23890
23891         General infrasructure.
23892         * m4/README: Rewritten.
23893         * m4/onceonly.m4: New file.
23894         * m4/onceonly_2_57.m4: New file.
23895
23896         Module atexit.
23897         * m4/atexit.m4: New file.
23898
23899         Module strtod.
23900         * m4/strtod.m4: New file.
23901
23902         Module strtol.
23903         * m4/strtol.m4: New file.
23904
23905         Module strtoul.
23906         * m4/strtoul.m4: New file.
23907
23908         Module memchr.
23909         * m4/memchr.m4: New file.
23910
23911         Module memcmp.
23912         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
23913         (jm_FUNC_MEMCMP): Invoke it.
23914
23915         Module memcpy.
23916         * m4/memcpy.m4: New file.
23917
23918         Module memmove.
23919         * m4/memmove.m4: New file.
23920
23921         Module memset.
23922         * m4/memset.m4: New file.
23923
23924         Module strcspn.
23925         * m4/strcspn.m4: New file.
23926
23927         Module strpbrk.
23928         * m4/strpbrk.m4: New file.
23929
23930         Module strstr.
23931         * m4/strstr.m4: New file.
23932
23933         Module strerror.
23934         * m4/strerror.m4: New file.
23935
23936         Module mktime.
23937         * m4/mktime.m4: Renamed from jm-mktime.m4.
23938         (gl_PREREQ_MKTIME): New macro.
23939         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
23940
23941         Module malloc.
23942         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
23943         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
23944         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
23945
23946         Module realloc.
23947         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
23948         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
23949         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
23950
23951         Module strftime.
23952         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
23953         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
23954         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
23955         gl_TM_GMTOFF.
23956         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
23957
23958         Module xalloc.
23959         * m4/xalloc.m4: New file.
23960
23961         Module alloca.
23962         * m4/alloca.m4: New file.
23963
23964         Module putenv.
23965         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
23966         (jm_FUNC_PUTENV): Invoke it.
23967
23968         Module setenv.
23969         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
23970         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
23971         when invoked twice.
23972         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
23973         gt_FUNC_SETENV.
23974
23975         Module memrchr.
23976         * m4/memrchr.m4: New file.
23977
23978         Module stpcpy.
23979         * m4/stpcpy.m4: New file.
23980
23981         Module strcase.
23982         * m4/strcase.m4: New file.
23983
23984         Module strdup.
23985         * m4/strdup.m4: New file.
23986
23987         Module strnlen.
23988         * m4/strnlen.m4: New file.
23989
23990         Module strndup.
23991         * m4/strndup.m4: New file.
23992
23993         Module xstrtod.
23994         * m4/xstrtod.m4: New file.
23995
23996         Module xstrtol.
23997         * m4/xstrtol.m4: New file.
23998
23999         Module getdate.
24000         * m4/getdate.m4: New file.
24001
24002         Module unlocked-io.
24003         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
24004         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
24005         * m4/jm-glibc-io.m4n: Remove file.
24006
24007         Module long-options.
24008         * m4/long-options.m4: New file.
24009
24010         Module md5.
24011         * m4/md5.m4: New file.
24012
24013         Module sha.
24014         * m4/sha.m4: New file.
24015
24016         Module getstr.
24017         * m4/getstr.m4: New file.
24018
24019         Module getline.
24020         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
24021         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
24022         <sys/types.h>, for size_t. Use the function name gnu_getline, not
24023         simply getline. Infoke gl_PREREQ_GETLINE.
24024
24025         Module obstack.
24026         * m4/obstack.m4: New file.
24027
24028         Module hash.
24029         * m4/hash.m4: New file.
24030
24031         Module readtokens.
24032         * m4/readtokens.m4: New file.
24033
24034         Module strverscmp.
24035         * m4/strverscmp.m4: New file.
24036
24037         Module stdbool.
24038         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
24039         OSF/1.
24040
24041         Module strtoll.
24042         * m4/strtoll.m4: New file.
24043
24044         Module strtoull.
24045         * m4/strtoull.m4: New file.
24046
24047         Module strtoimax.
24048         * m4/strtoimax.m4: New file.
24049
24050         Module strtoumax.
24051         * m4/strtoumax.m4: New file.
24052
24053         Module xstrtoimax.
24054         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
24055         jm_AC_PREREQ_XSTRTOIMAX.
24056         Moved the strtol prerequisites to strtol.m4.
24057         Moved the strtoll prerequisites to strtoll.m4.
24058         Moved the strtoimax prerequisites to strtoimax.m4.
24059
24060         Module xstrtoumax.
24061         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
24062         jm_AC_PREREQ_XSTRTOUMAX.
24063         Moved the strtoul prerequisites to strtoul.m4.
24064         Moved the strtoull prerequisites to strtoull.m4.
24065         Moved the strtoumax prerequisites to strtoumax.m4.
24066
24067         Module chown.
24068         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
24069         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
24070
24071         Module dup2.
24072         * m4/dup2.m4: New file.
24073
24074         Module ftruncate.
24075         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
24076         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
24077
24078         Module getgroups.
24079         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
24080         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
24081
24082         Module gettimeofday.
24083         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
24084         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
24085         gl_PREREQ_GETTIMEOFDAY.
24086
24087         Module mkdir.
24088         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
24089         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
24090
24091         Module mkstemp.
24092         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
24093         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
24094         jm_AC_TYPE_UINTMAX_T.
24095         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
24096
24097         Module stat.
24098         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
24099         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
24100
24101         Module lstat.
24102         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
24103         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
24104
24105         Module timespec.
24106         * m4/timespec.m4 (gl_TIMESPEC): New macro.
24107         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
24108         * m4/st_mtim.m4: Indentation.
24109
24110         Module nanosleep.
24111         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
24112         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
24113         gl_PREREQ_NANOSLEEP.
24114
24115         Module regex.
24116         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
24117         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
24118         (gl_REGEX): New macro.
24119
24120         Module rename.
24121         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
24122         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
24123
24124         Module rmdir.
24125         * m4/rmdir.m4: New file.
24126
24127         Module utime.
24128         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
24129         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
24130         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
24131
24132         Module dirname.
24133         * m4/dirname.m4: New file.
24134
24135         Module getopt.
24136         * m4/getopt.m4: New file.
24137
24138         Module unistd-safer.
24139         * m4/unistd-safer.m4: New file.
24140
24141         Module fnmatch.
24142         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
24143         declaration.
24144         (gl_PREREQ_FNMATCH_EXTRA): New macro.
24145         (gl_FUNC_FNMATCH_POSIX): New macro.
24146         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
24147         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
24148         simply fnmatch.
24149
24150         Module exclude.
24151         * m4/exclude.m4: New file.
24152
24153         Module human.
24154         * m4/human.m4: New file.
24155
24156         Module acl.
24157         * m4/acl.m4: Nop.
24158
24159         Module backupfile.
24160         * m4/backupfile.m4: New file.
24161         * m4/d-ino.m4: Indentation.
24162
24163         Module fsusage.
24164         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
24165         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
24166         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
24167
24168         Module dirfd.
24169         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
24170         requirements.
24171
24172         Module euidaccess.
24173         * m4/euidaccess.m4: New file.
24174
24175         Module file-type.
24176         * m4/file-type.m4: New file.
24177
24178         Module fileblocks.
24179         * m4/fileblocks.m4: New file.
24180
24181         Module filemode.
24182         * m4/filemode.m4: New file.
24183
24184         Module isdir.
24185         * m4/isdir.m4: New file.
24186
24187         Module lchown.
24188         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
24189         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
24190
24191         Module makepath.
24192         * m4/makepath.m4: New file.
24193
24194         Module modechange.
24195         * m4/modechange.m4: New file.
24196
24197         Module mountlist.
24198         * m4/mountlist.m4: New file.
24199         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
24200         Indentation.
24201
24202         Module path-concat.
24203         * m4/path-concat.m4: New file.
24204
24205         Module pathmax.
24206         * m4/pathmax.m4: New file.
24207
24208         Module same.
24209         * m4/same.m4: New file.
24210
24211         Module save-cwd.
24212         * m4/save-cwd.m4: New file.
24213
24214         Module savedir.
24215         * m4/savedir.m4: New file.
24216
24217         Module xgetcwd.
24218         * m4/xgetcwd.m4: New file.
24219         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
24220
24221         Module xreadlink.
24222         * m4/xreadlink.m4: New file.
24223
24224         Module safe-read.
24225         * m4/safe-read.m4: New file.
24226
24227         Module safe-write.
24228         * m4/safe-write.m4: New file.
24229
24230         Module closeout.
24231         * m4/closeout.m4: New file.
24232
24233         Module stdio-safer.
24234         * m4/stdio-safer.m4: New file.
24235
24236         Module getpass.
24237         * m4/getpass.m4: New file.
24238
24239         Module getugroups.
24240         * m4/getugroups.m4: New file.
24241
24242         Module group-member.
24243         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
24244         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
24245
24246         Module idcache.
24247         * m4/idcache.m4: New file.
24248
24249         Module userspec.
24250         * m4/userspec.m4: New file.
24251
24252         Module gettime.
24253         * m4/clock_time.m4: New file.
24254         * m4/gettime.m4: New file.
24255
24256         Module settime.
24257         * m4/settime.m4: New file.
24258
24259         Module posixtm.
24260         * m4/posixtm.m4: New file.
24261
24262         Module gethostname.
24263         * m4/gethostname.m4: New file.
24264
24265         Module canon-host.
24266         * m4/canon-host.m4: New file.
24267
24268         Module gettext.
24269         * m4/codeset.m4: New file, from gettext-0.11.5.
24270         * m4/gettext.m4: New file, from gettext-0.11.5.
24271         * m4/glibc21.m4: New file, from gettext-0.11.5.
24272         * m4/iconv.m4: New file, from gettext-0.11.5.
24273         * m4/intdiv0.m4: New file, from gettext-0.11.5.
24274         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
24275         * m4/inttypes.m4: New file, from gettext-0.11.5.
24276         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
24277         * m4/isc-posix.m4: New file, from gettext-0.11.5.
24278         * m4/lcmessage.m4: New file, from gettext-0.11.5.
24279         * m4/lib-ld.m4: New file, from gettext-0.11.5.
24280         * m4/lib-link.m4: New file, from gettext-0.11.5.
24281         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
24282         * m4/progtest.m4: New file, from gettext-0.11.5.
24283         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
24284         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
24285         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
24286
24287         Module localcharset.
24288         * m4/localcharset.m4: New file.
24289
24290         Module hard-locale.
24291         * m4/hard-locale.m4: New file.
24292
24293         Module mbswidth.
24294         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
24295         onceonly macros.
24296         * m4/mbrtowc.m4: Add comment.
24297
24298         Module memcasecmp.
24299         * m4/memcasecmp.m4: New file.
24300
24301         Module memcoll.
24302         * m4/memcoll.m4: New file.
24303
24304         Module unicodeio.
24305         * m4/unicodeio.m4: New file.
24306
24307         Module rpmatch.
24308         * m4/rpmatch.m4: New file.
24309
24310         Module yesno.
24311         * m4/yesno.m4: New file.
24312
24313         Module exitfail.
24314         * m4/exitfail.m4: New file.
24315
24316         Module c-stack.
24317         * m4/c-stack.m4 (gl_C_STACK): New macro.
24318         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
24319
24320         Module error.
24321         * m4/error.m4 (gl_ERROR): New macro.
24322         (jm_PREREQ_ERROR): Use onceonly macros.
24323
24324         Module fatal.
24325         * m4/fatal.m4: New file.
24326
24327         Module getloadavg.
24328         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
24329         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
24330
24331         Module getpagesize.
24332         * m4/getpagesize.m4: New file.
24333
24334         Module getusershell.
24335         * m4/getusershell.m4: New file.
24336
24337         Module physmem.
24338         * m4/physmem.m4: New file.
24339
24340         Module posixver.
24341         * m4/posixver.m4: New file.
24342
24343         Module quotearg.
24344         * m4/quotearg.m4: New file.
24345
24346         Module quote.
24347         * m4/quote.m4: New file.
24348
24349         Module readutmp.
24350         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
24351
24352         Module sig2str.
24353         * m4/sig2str.m4: New file.
24354
24355         Other.
24356         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
24357         ulonglong.m4.
24358         * m4/intmax_t.m4: New file.
24359         * m4/d-type.m4: Indentation.
24360         * m4/jm-macros.m4: Update.
24361         * m4/prereq.m4 (jm_PREREQ): Update.
24362         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
24363         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
24364         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
24365         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
24366         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
24367         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
24368         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
24369         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
24370         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
24371         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
24372         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
24373         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
24374         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
24375         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
24376         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
24377         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
24378         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
24379         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
24380         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
24381
24382 2002-12-24  Bruno Haible  <bruno@clisp.org>
24383
24384         * MODULES.txt: Update according to m4/ changes.
24385
24386         Module gettext.
24387         * config.rpath: New file, from gettext-0.11.5.
24388
24389         * modules/*: New module descriptions.
24390         * gnulib-tool: New file.
24391         * MODULES.html.sh: New file.
24392
24393 2002-12-21  Karl Berry  <karl@gnu.org>
24394
24395         * doc/fdl.texi: update to version 1.2.
24396
24397 2002-12-19  Karl Berry  <karl@gnu.org>
24398
24399         * config/config.guess: update from prep.
24400
24401 2002-12-18  Bruno Haible  <bruno@clisp.org>
24402
24403         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
24404         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
24405
24406 2002-12-17  Bruno Haible  <bruno@clisp.org>
24407
24408         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
24409         stdlib.h, string.h.
24410
24411 2002-12-17  Bruno Haible  <bruno@clisp.org>
24412
24413         * lib/canon-host.c (strdup): Remove unused declaration.
24414
24415         * lib/fsusage.c: Include full_read.h.
24416         (get_fs_usage): Use full_read instead of safe_read.
24417
24418         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
24419
24420 2002-12-12  Karl Berry  <karl@gnu.org>
24421
24422         * config/config.guess: update from prep.
24423
24424 2002-12-11  Bruno Haible  <bruno@clisp.org>
24425
24426         * m4/setenv.m4: New file, from gettext-0.11.5.
24427
24428 2002-12-11  Bruno Haible  <bruno@clisp.org>
24429
24430         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
24431         not unsetenv().
24432         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
24433         modifications:
24434
24435         2002-12-11  Bruno Haible  <bruno@clisp.org>
24436
24437                 * setenv.c (alloca): Fall back to malloc.
24438                 (freea): New macro.
24439                 (setenv): Use freea() to free memory allocated with alloca().
24440
24441         2002-11-13  Bruno Haible  <bruno@clisp.org>
24442
24443                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
24444                 function declarations.
24445                 * unsetenv.c (unsetenv): Likewise.
24446
24447         2002-03-04  Bruno Haible  <bruno@clisp.org>
24448
24449                 Portability to AIX 4.3.3.
24450                 * unsetenv.c: New file, extracted from setenv.c.
24451                 * setenv.c: Move the unsetenv() function to unsetenv.c.
24452
24453         2001-12-20  Bruno Haible  <bruno@clisp.org>
24454
24455                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
24456                 use malloc instead. For SunOS 4.
24457
24458         2001-12-11  Bruno Haible  <bruno@clisp.org>
24459
24460                 * setenv.c: Declare alloca.
24461                 (compar_fn_t): New typedef.
24462                 (KNOWN_VALUE, STORE_VALUE): Use it.
24463
24464         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
24465         setenv.h.
24466
24467 2002-12-10  Paul Eggert  <eggert@twinsun.com>
24468
24469         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
24470         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
24471         Choose values that are less likely to collide with system fnmatch
24472         options.
24473         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
24474         defined (e.g., a pure POSIX system).
24475         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
24476         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
24477
24478 2002-12-06  Paul Eggert  <eggert@twinsun.com>
24479
24480         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
24481         a pain in practice to deal with generated m4 files.  This change
24482         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
24483
24484         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
24485         and jm-glibc-io.m4, as they are no longer a special case.
24486         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
24487         kludge and the auto-generation stuff.  Check only whether the
24488         functions are declared, not whether they exist, since older hosts
24489         that don't declare the functions can't use the optimization anyway.
24490
24491 2002-12-06  Jim Meyering  <jim@meyering.net>
24492
24493         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
24494
24495         Merge in changes from libc's misc/error.c, in preparation
24496         for the merge of gnulib's changes back into libc.
24497
24498         * lib/error.c (_): Define only if not already defined.
24499         Move definition to follow all #include directives.
24500         Include unlocked-io.h only if !_LIBC.
24501         [_LIBC]: Include <libio/libioP.h>.
24502         [USE_IN_LIBIO]: Include <libio/iolibio.h>
24503         (fflush): Tweak definition to use INTUSE.
24504         (putc): Define.
24505
24506 2002-12-05  Paul Eggert  <eggert@twinsun.com>
24507
24508         * lib/alloca.c [defined emacs]: Include "lisp.h".
24509         (xalloc_die) [defined emacs]: New macro.
24510         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
24511         [! defined emacs]: Include <xalloc.h>.
24512         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
24513         (pointer): Typedef to POINTER_TYPE *.
24514         (malloc): Remove decl; we now always use xmalloc.
24515         (alloca): Use old-style definition, since Emacs needs this.
24516         Check for arithmetic overflow when computing combined size.
24517
24518 2002-12-04  Paul Eggert  <eggert@twinsun.com>
24519
24520         Do not generate unlocked-io.h automatically, since it's easier to
24521         maintain it by hand.
24522
24523         * lib/unlocked-io.h: New file, from GNU diffutils,
24524         but with proper copyright notice and attribution.
24525         * lib/gen-uio: Remove.
24526         * lib/Makefile.am: Add copyright notice.
24527         (libfetish_a_SOURCES): Add unlocked-io.h.
24528         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
24529         (DISTCLEANFILES, io_functions): Remove macros.
24530         (EXTRA_DIST): Remove gen_uio.
24531         (unlocked-io.h): Remove rule.
24532
24533 2002-12-04  Jim Meyering  <jim@meyering.net>
24534
24535         Reflect the fact that stat.c and lstat.c are no longer generated.
24536         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
24537         (DISTCLEANFILES): Likewise.
24538         (EXTRA_DIST): Likewise.
24539         (all_local): Don't depend on stat.c or lstat.c.
24540         (stat.c, lstat.c): Remove rules.
24541         (EXTRA_DIST): Remove xstat.in.
24542
24543         * lib/xstat.in: Remove file.  Contents moved into stat.c.
24544         * lib/stat.c: New file.  Contents mostly from xstat.in.
24545         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
24546         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
24547
24548         * lib/safe-read.c: Rework so that it may serve to define safe_write,
24549         too.
24550         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
24551
24552 2002-12-03  Jim Meyering  <jim@meyering.net>
24553
24554         * lib/safe-read.c, safe-write.c: Change variable names and comments,
24555         but not semantics, to minimize the differences between these two files.
24556         (safe_read): Change comment to mention SAFE_READ_ERROR.
24557
24558         * lib/safe-read.c (IS_EINTR): Define.
24559         (safe_read): Use IS_EINTR in place of in-function cpp directives.
24560
24561 2002-12-02  Jim Meyering  <jim@meyering.net>
24562
24563         * lib/safe-read.c (EINTR): Define.
24564         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
24565         (INT_MAX): Provide fallback.
24566         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
24567
24568         * lib/safe-read.h (SAFE_READ_ERROR): Define.
24569
24570 2002-12-02  Bruno Haible  <bruno@clisp.org>
24571
24572         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
24573         Define, taken from safe-read.c.
24574         (INT_MAX): Provide fallback.
24575         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
24576         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
24577
24578         * lib/safe-read.c (EINTR): Remove definition.
24579         (safe_read): Don't use EINTR if it is absent.
24580
24581 2002-12-01  Jim Meyering  <jim@meyering.net>
24582
24583         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
24584         zero.
24585         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
24586
24587 2002-11-27  Paul Eggert  <eggert@twinsun.com>
24588
24589         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
24590         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
24591         with `if (! (value < limit)) abort ();', for readability.
24592
24593 2002-11-26  Karl Berry  <karl@gnu.org>
24594
24595         * lib/strdup.c: copy from libc again, with jim's ok.
24596         * lib/.cppi-disable: re-add strdup.c
24597
24598 2002-11-25  Karl Berry  <karl@gnu.org>
24599
24600         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
24601         instead of "strtol.c".
24602
24603 2002-11-25  Karl Berry  <karl@gnu.org>
24604
24605         * config/install-sh: update from automake for variable quoting, $0 in
24606         error msgs, etc.
24607
24608         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
24609         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
24610         entry.
24611
24612 2002-11-25  Jim Meyering  <jim@meyering.net>
24613
24614         * lib/mktime.c: Sync from libc, now that it has the latest fix.
24615
24616 2002-11-24  Karl Berry  <karl@gnu.org>
24617
24618         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
24619         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
24620
24621 2002-11-24  Jim Meyering  <jim@meyering.net>
24622
24623         Update from coreutils:
24624
24625         * lib/mktime.c: Merge in changes from libc.
24626
24627         Avoid a link-time failure on some Linux systems.
24628         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
24629         (otherwise).
24630         (__mon_yday): Declare with the STATIC attribute.
24631         (__mktime_internal): Likewise.
24632         Based on a report from Greg Schafer.
24633
24634 2002-11-23  Jim Meyering  <jim@meyering.net>
24635
24636         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
24637         Use `unsigned', not `int', as type of index.
24638
24639         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
24640
24641         * lib/fsusage.c: Remove unneeded parentheses around operands of
24642         `defined'.
24643
24644 2002-11-22  Paul Eggert  <eggert@twinsun.com>
24645
24646         * lib/quotearg.h: Allow multiple inclusion by surrounding with
24647         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
24648         so that we can be included first.
24649         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
24650         * lib/quotearg.c: Include quotearg.h immediately after config.h.
24651         No need to include stddef.h or sys/types.h any more.
24652         Surround local include files with "", not "<>".
24653         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
24654         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
24655         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
24656         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
24657         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
24658         (ISPRINT): Remove; no longer needed now that we assume C89.
24659
24660         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
24661         Preserve errno.
24662
24663         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
24664         quotearg_char): Use SIZE_MAX rather than
24665         (size_t) -1 when we are talking about "infinity".
24666
24667         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
24668
24669 2002-11-22  Paul Eggert  <eggert@twinsun.com>
24670
24671         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
24672         hint that one should use `if (! x) abort ();' rather than `assert
24673         (x);', and anyway it's one less thing to worry about configuring.
24674         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
24675         hash_rehash, hash_insert): Use abort rather than assert.
24676
24677 2002-11-22  Bruno Haible  <bruno@clisp.org>
24678
24679         * lib/safe-read.h: Assume C89. Add comments.
24680         (safe_read): Change return type to size_t.
24681         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
24682         byte counts > SSIZE_MAX correctly.
24683         * lib/safe-write.h: New file.
24684         * lib/safe-write.c: New file.
24685         * lib/full-read.h: New file.
24686         * lib/full-read.c: New file.
24687         * lib/full-write.h: Assume C89. Add comments.
24688         * lib/full-write.c: Include safe-write.h.
24689         (full_write): Rewritten to use safe_write.
24690         Suggested by Jim Meyering and Paul Eggert.
24691
24692 2002-11-21  Jim Meyering  <jim@meyering.net>
24693
24694         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
24695
24696         Merge in changes from the coreutils.
24697
24698         2002-09-25  Paul Eggert  <eggert@twinsun.com>
24699         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
24700         <stdint.h>.
24701         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
24702         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
24703         int.  Work more efficiently if X is the same width as uintmax_t.
24704         Do not compare X to -1, to avoid bogus compiler warning.
24705         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
24706         Don't assume that f_frsize and f_bsize are the same type.
24707
24708         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
24709         warning on FreeBSD.
24710
24711         * lib/makepath.c (make_path): Restore umask *before* creating the final
24712         component.
24713         (make_path): Minor reformatting.
24714
24715         * lib/xmalloc.c: Adjust to work with new autoconf macros,
24716         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
24717         HAVE_MALLOC/HAVE_REALLOC.
24718
24719         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
24720         dummy ones.  At least on GNU/Linux systems, `auto' means something
24721         else.
24722         From Michael Stone.
24723
24724 2002-11-21  Bruno Haible  <bruno@clisp.org>
24725
24726         Remove case insensitive option matching.
24727         * lib/argmatch.h (argcasematch): Remove declaration.
24728         (ARGCASEMATCH): Remove macro.
24729         (__xargmatch_internal): Remove case_sensitive argument.
24730         (XARGMATCH): Update.
24731         (XARGCASEMATCH): Remove macro.
24732         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
24733         case_sensitive argument.
24734         (argcasematch): Remove function.
24735         (__xargmatch_internal): Remove case_sensitive argument.
24736         (main): Use XARGMATCH instead of XARGCASEMATCH.
24737
24738         * lib/xmalloc.c: Change compile-time error message. Add comment about
24739         required autoconf version.
24740
24741 2002-11-20  Paul Eggert  <eggert@twinsun.com>
24742
24743         Merge argmatch cleanups from Bison.  Assume C89.
24744
24745         * lib/argmatch.c: Include config.h here, not in argmatch.h.
24746         Include stdlib.h, for EXIT_FAILURE.
24747         Always include <string.h>, since we assume C89.
24748         (EXIT_FAILURE): Remove pre-C89 bug workaround.
24749         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
24750         Include <stddef.h> instead, since it's all we need for size_t.
24751         (PARAMS): Remove.  All uses removed.
24752         (ARRAY_CARDINALITY): Do not bother to #undef.
24753         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
24754         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
24755         Remove unnecessary parentheses.
24756         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
24757         Insert necessary parentheses.
24758         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
24759         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
24760
24761 2002-11-19  Bruno Haible  <bruno@clisp.org>
24762
24763         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
24764         * lib/mbswidth.h: Include <stddef.h>, for size_t.
24765
24766         * lib/mbswidth.h (PARAMS): Remove macro.
24767         (mbswidth, mbsnwidth): Use ANSI C function declarations.
24768         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
24769
24770         * lib/gcd.h (PARAMS): Remove macro.
24771         (gcd): Use ANSI C function declarations.
24772         * lib/gcd.c (gcd): Likewise.
24773
24774 2002-11-15  Bruno Haible  <bruno@clisp.org>
24775
24776         * lib/strcspn.c: Include <stddef.h>.
24777         (strcspn): Use ANSI C function declaration. Change return type to
24778         size_t. Use NULL.
24779         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
24780         (strpbrk): Use NULL.
24781         * lib/strpbrk.h (PARAMS): Remove macro.
24782         (strpbrk): Use ANSI C function declaration.
24783         * lib/strstr.c: Don't include <sys/types.h>.
24784         * lib/strstr.h (PARAMS): Remove macro.
24785         (strstr): Use ANSI C function declarations.
24786
24787 2002-11-14  Karl Berry  <karl@gnu.org>
24788
24789         * config/mkinstalldirs: `do' on separate line, instead of
24790         `for var; do'.
24791
24792 2002-11-06  Bruno Haible  <bruno@clisp.org>
24793
24794         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
24795         * lib/gcd.c (gcd): Likewise.
24796
24797 2002-11-05  Bruno Haible  <bruno@clisp.org>
24798
24799         * lib/gcd.h: New file, from gettext-0.11.5.
24800         * lib/gcd.c: New file, from gettext-0.11.5.
24801
24802 2002-11-05  Bruno Haible  <bruno@clisp.org>
24803
24804         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
24805         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
24806         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
24807         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
24808
24809         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
24810         <libintl.h>.
24811         * lib/makepath.c: Include gettext.h instead of <locale.h> and
24812         <libintl.h>.
24813
24814         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
24815         * lib/human.c: Include gettext.h instead of <libintl.h>.
24816         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
24817         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
24818         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
24819         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
24820         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
24821         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
24822         (textdomain): Remove definition.
24823         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
24824
24825         * lib/long-options.c: Remove include of <libintl.h> and definition of
24826         _.
24827         * lib/same.c: Remove include of <libintl.h> and definition of _.
24828
24829 2002-11-04  Owen Taylor  <otaylor@redhat.com>
24830
24831         * lib/config.charset: A few additions for Solaris.
24832
24833 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
24834
24835         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
24836         * lib/localcharset.c (locale_charset): Declare as extern "C".
24837
24838 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
24839
24840         * lib/config.charset: msdos in uk_UA uses CP1125.
24841
24842 2002-11-04  Bruno Haible  <bruno@clisp.org>
24843
24844         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
24845         * lib/strcase.h: New file, from GNU gettext-0.11.5.
24846         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
24847         * lib/strstr.h: New file, from GNU gettext-0.11.5.
24848         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
24849
24850 2002-11-04  Bruno Haible  <bruno@clisp.org>
24851
24852         * lib/localcharset.c (locale_charset): Don't return an empty string.
24853
24854 2002-11-04  Bruno Haible  <bruno@clisp.org>
24855
24856         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
24857         aliases.
24858
24859 2002-11-04  Bruno Haible  <bruno@clisp.org>
24860
24861         * lib/config.charset: Update for newest glibc. Add canonical names
24862         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
24863
24864 2002-11-04  Bruno Haible  <bruno@clisp.org>
24865
24866         * lib/config.charset: Add support for NetBSD.
24867
24868 2002-11-04  Bruno Haible  <bruno@clisp.org>
24869
24870         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
24871
24872 2002-11-01  Bruno Haible  <bruno@clisp.org>
24873
24874         * configure.in: Add AC_CONFIG_AUX_DIR call.
24875         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
24876         test/Makefile.
24877         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
24878
24879 2002-09-28  Karl Berry  <karl@gnu.org>
24880
24881         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
24882         installed automake until the next release, since changes have been
24883         made.
24884
24885 2002-09-25  Karl Berry  <karl@gnu.org>
24886
24887         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
24888         * lib/getopt*: copy from libc/posix.
24889         * lib/gettext.h: copy from gettext.
24890         * lib/.cppi-disable: add strdup.c, gettext.h.
24891
24892 2002-09-25  Karl Berry  <karl@gnu.org>
24893
24894         * config/srclist.txt: enable gettext.h check.
24895         * config/config.{guess,sub}: update from prep.
24896         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
24897                 from automake 1.6.3.
24898         See srclist*.
24899
24900 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
24901
24902         * regex.c (PATFETCH): Remove the translating fetch.
24903         (PATFETCH_RAW): Rename to PATFETCH.
24904         (set_image_of_range): New fun.
24905         (SET_RANGE_TABLE_WORK_AREA): Use it.
24906         (regex_compile): Don't translate the pattern chars so eagerly.
24907         Only do it when inserting an `exactn' bytecode or when handling
24908         a char-range.
24909         (mutually_exclusive_p): Avoid empty statement.
24910
24911 2002-07-06  Jim Meyering  <meyering@lucent.com>
24912
24913         * m4/README: Don't mention Makefile.am.in.
24914         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
24915
24916 2002-07-01  Jim Meyering  <meyering@lucent.com>
24917
24918         * lib/c-stack.c: Include sys/time.h.
24919         From Volker Borchert.
24920
24921 2002-06-26  Paul Eggert  <eggert@twinsun.com>
24922
24923         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
24924
24925 2002-06-26  Paul Eggert  <eggert@twinsun.com>
24926
24927         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
24928         New macro.  Use it uniformly instead of
24929         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
24930         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
24931         reported by Vin Shelton.
24932
24933 2002-06-22  Paul Eggert  <eggert@twinsun.com>
24934
24935         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
24936         Do not assume SA_SIGINFO behavior.
24937         Bug reported by Jim Meyering on NetBSD 1.5.2.
24938
24939 2002-06-22  Jim Meyering  <meyering@lucent.com>
24940
24941         * m4/c-stack.m4: New file, from diffutils-2.8.2.
24942         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
24943
24944         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
24945         now that configure.ac uses AC_GNU_SOURCE.
24946         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
24947         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
24948
24949         Update to latest tools.  Suggestions from Paul Eggert.
24950         * m4/stdbool.m4: New file, from diffutils-2.8.2.
24951         * m4/gnu-source.m4: Update from diffutils-2.8.2.
24952         * m4/fnmatch.m4: Likewise.
24953         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
24954         to AC_HEADER_STDBOOL
24955
24956 2002-06-22  Jim Meyering  <meyering@lucent.com>
24957
24958         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
24959         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
24960
24961 2002-06-22  Jim Meyering  <meyering@lucent.com>
24962
24963         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
24964
24965         * lib/exitfail.c, exitfail.h: Likewise.
24966         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
24967
24968         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
24969         of fnmatch.h.
24970         (EXTRA_DIST): Add fnmatch_loop.c.
24971         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
24972
24973         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
24974         * lib/fnmatch.c: Update from diffutils-2.8.2.
24975         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
24976         * lib/fnmatch.h: Remove file.
24977
24978 2002-06-21  Jim Meyering  <meyering@lucent.com>
24979
24980         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
24981         * m4/mbrtowc.m4: Likewise.
24982
24983         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
24984         * m4/mbswidth.m4: Reflect name change:
24985         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
24986         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
24987
24988         * m4/lib-link.m4: Update from gettext-0.11.2.
24989         * m4/gettext.m4: Likewise.
24990
24991         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
24992         From Alfred M. Szmidt.
24993
24994 2002-06-18  Paul Eggert  <eggert@twinsun.com>
24995
24996         * lib/file-type.h: Report an error if neither S_ISREG nor
24997         S_IFREG is defined, instead of using a test specific to glibc
24998         2.2.  This should be safe, since POSIX requires S_ISREG and
24999         Unix Version 7 had S_IFREG.  We don't need to check for
25000         <sys/types.h> since we don't use any symbols that it defines.
25001
25002 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
25003
25004         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
25005         $@-t, so that each temporary file name is unique and valid in the first
25006         8 characters, for operation under DOS.
25007
25008 2002-06-15  Paul Eggert  <eggert@twinsun.com>
25009
25010         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
25011
25012 2002-06-15  Jim Meyering  <meyering@lucent.com>
25013
25014         Work even with DJGPP 2.03, which lacks support for symlinks.
25015         From Richard Dawe.
25016         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
25017         is defined.
25018         * lib/lchown.c (S_ISLNK): Likewise.
25019
25020 2002-06-15  Jim Meyering  <meyering@lucent.com>
25021
25022         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
25023         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
25024         have been included before this file.
25025
25026 2002-06-14  Jim Meyering  <meyering@lucent.com>
25027
25028         * lib/file-type.h: Use the version from diffutils-2.8.2.
25029         * lib/file-type.c: Likewise.
25030
25031 2002-06-07  Jim Meyering  <meyering@lucent.com>
25032
25033         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
25034         They're needed at least for NetBSD 1.5.2.
25035         ($statxfs_includes): Include those same headers.
25036         ($statxfs_includes): Include sys/vfs.h if available.
25037         ($statxfs_includes): Likewise for sys/statvfs.h.
25038         Check for the following members in both structs statfs and statvfs:
25039         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
25040
25041 2002-06-01  Jim Meyering  <meyering@lucent.com>
25042
25043         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
25044         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
25045
25046 2002-05-28  Jim Meyering  <meyering@lucent.com>
25047
25048         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
25049         Reported by Volker Borchert.
25050
25051 2002-05-27  Jim Meyering  <meyering@lucent.com>
25052
25053         Fix a problem seen only on nonconforming systems whereby ls.c's
25054         use of localtime, and then of gettimeofday would cause trouble:
25055         the localtime call used to initialize rpl_gettimeofday's save
25056         mechanism would clobber ls's current local time information so
25057         that in any long listing the first file would always be listed
25058         with date 1970-01-01.  Analysis by Volker Borchert.
25059
25060         * lib/gettimeofday.c (localtime): Undefine.
25061         (rpl_localtime): New function.
25062
25063 2002-05-27  Jim Meyering  <meyering@lucent.com>
25064
25065         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
25066         localtime.
25067
25068         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
25069         use the replacement function; it wouldn't resolve at link time.
25070         Reported by Volker Borchert.
25071
25072 2002-05-22  Jim Meyering  <meyering@lucent.com>
25073
25074         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
25075         file-type.h.
25076         * lib/file-type.h: New file.
25077         * lib/file-type.c (file_type): New file/function.  Extracted from
25078         diffutils.
25079
25080 2002-04-30  Jim Meyering  <meyering@lucent.com>
25081
25082         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
25083
25084 2002-04-29  Paul Eggert  <eggert@twinsun.com>
25085
25086         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
25087
25088 2002-04-29  Paul Eggert  <eggert@twinsun.com>
25089
25090         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
25091         Do not check for alloca.h (no longer used) or stdbool.h (was never
25092         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
25093
25094 2002-04-29  Paul Eggert  <eggert@twinsun.com>
25095
25096         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
25097
25098 2002-04-29  Jim Meyering  <meyering@lucent.com>
25099
25100         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
25101         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
25102         Use AC_FUNC_STRNLEN here instead.
25103
25104         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
25105         With autoconf-2.53a, it's part of AC_PROG_CC.
25106
25107 2002-04-28  Paul Eggert  <eggert@twinsun.com>
25108
25109         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
25110         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
25111
25112 2002-04-28  Paul Eggert  <eggert@twinsun.com>
25113
25114         * lib/sig2str.h, lib/sig2str.c: New files.
25115         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
25116
25117 2002-04-28  Paul Eggert  <eggert@twinsun.com>
25118
25119         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
25120         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
25121         of 127, since 64 is the largest conceivable number for ancient
25122         nonstandard hosts.
25123         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
25124
25125 2002-04-28  Jim Meyering  <meyering@lucent.com>
25126
25127         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
25128
25129 2002-04-24  Jim Meyering  <meyering@lucent.com>
25130
25131         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
25132         (jm_PREREQ): Use it.
25133
25134         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
25135         mach/mach.h fcntl.h.
25136         Check for this function: setlocale.
25137
25138 2002-04-24  Jim Meyering  <meyering@lucent.com>
25139
25140         * lib/gettext.h: New file, from Gettext.
25141         * lib/Makefile.am (INCLUDES): Remove -I../intl.
25142         (libfetish_a_SOURCES): Add gettext.h.
25143
25144 2002-04-16  Jim Meyering  <meyering@lucent.com>
25145
25146         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
25147         ut_pid, ut_id, ut_exit.
25148
25149 2002-04-16  Jim Meyering  <meyering@lucent.com>
25150
25151         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
25152         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
25153         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
25154
25155 2002-04-12  Jim Meyering  <meyering@lucent.com>
25156
25157         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
25158         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
25159         existence of the getmntinfo function.  Needed for Darwin 5.3.
25160
25161         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
25162         This is necessary at least on Darwin 5.3.
25163
25164         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
25165         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
25166         strnlen.o in the library, and that makes some versions of ranlib
25167         object.
25168
25169 2002-04-12  Jim Meyering  <meyering@lucent.com>
25170
25171         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
25172
25173 2002-04-09  Jim Meyering  <meyering@lucent.com>
25174
25175         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
25176         to be more precise.  Rather than saying we're checking whether the
25177         function `works', say what we're testing.
25178         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
25179         Reported by Bruno Haible.
25180
25181 2002-03-10  Jim Meyering  <meyering@lucent.com>
25182
25183         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
25184         Suggestion from Santiago Vila.
25185
25186 2002-03-08  Jim Meyering  <meyering@lucent.com>
25187
25188         * lib/rename.c: Mention that this wrapper is needed also on
25189         mips-dec-ultrix4.4 systems.
25190
25191 2002-03-02  Jim Meyering  <meyering@lucent.com>
25192
25193         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
25194         not HAVE_CLOCK_SETTIME.
25195
25196 2002-02-27  Paul Eggert  <eggert@twinsun.com>
25197
25198         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
25199         Check for clock_settime.
25200
25201 2002-02-27  Paul Eggert  <eggert@twinsun.com>
25202
25203         * lib/nanosleep.h: Rename to....
25204         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
25205
25206         * lib/gettime.c: New file.
25207         * lib/settime.c: New file.
25208         * lib/stime.c: Remove.
25209
25210         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
25211         timespec.h.  Remove nanosleep.h.
25212
25213 2002-02-25  Paul Eggert  <eggert@twinsun.com>
25214
25215         * m4/acl.m4: New file.
25216         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
25217         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
25218
25219 2002-02-25  Paul Eggert  <eggert@twinsun.com>
25220
25221         * lib/acl.c, lib/acl.h: New files.
25222         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
25223
25224 2002-02-24  Jim Meyering  <meyering@lucent.com>
25225
25226         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
25227         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
25228         cause trouble.  Reported by Nelson Beebe.
25229
25230 2002-02-23  Paul Eggert  <eggert@twinsun.com>
25231
25232         * lib/path-concat.c (xpath_concat): Reorder code to pacify
25233         compilers that don't know that xalloc_die never returns.
25234
25235 2002-02-20  Jim Meyering  <meyering@lucent.com>
25236
25237         * lib/getdate.c: Regenerate using bison-1.33.
25238
25239 2002-02-17  Jim Meyering  <meyering@lucent.com>
25240
25241         * config/config.guess (main): Don't use `head -1'; it's no longer
25242         portable. Use `sed 1q' instead.
25243
25244 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
25245
25246         * m4/codeset.m4: Upgrade to gettext-0.11.
25247         * m4/gettext.m4: Upgrade to gettext-0.11.
25248         * m4/glibc21.m4: Upgrade to gettext-0.11.
25249         * m4/iconv.m4: Upgrade to gettext-0.11.
25250         * m4/isc-posix.m4: Upgrade to gettext-0.11.
25251         * m4/lcmessage.m4: Upgrade to gettext-0.11.
25252         * m4/lib-ld.m4: New file, from gettext-0.11.
25253         * m4/lib-link.m4: New file, from gettext-0.11.
25254         * m4/lib-prefix.m4: New file, from gettext-0.11.
25255         * m4/progtest.m4: Upgrade to gettext-0.11.
25256
25257 2002-02-15  Paul Eggert  <eggert@twinsun.com>
25258
25259         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
25260         (jm_PREREQ): Use it.
25261
25262 2002-02-15  Paul Eggert  <eggert@twinsun.com>
25263
25264         * lib/posixver.c, lib/posixver.h: New files.
25265         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
25266
25267 2002-02-02  Paul Eggert  <eggert@twinsun.com>
25268             Bruno Haible  <bruno@clisp.org>
25269
25270         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
25271         (fwrite_success_callback): New declaration.
25272         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
25273         print_unicode_char. Call failure callback instead of error.
25274         (fwrite_success_callback): New function.
25275         (exit_failure_callback): New function.
25276         (fallback_failure_callback): New function.
25277         (print_unicode_char): Call unicode_to_mb.
25278
25279 2002-01-26  Jim Meyering  <meyering@lucent.com>
25280
25281         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
25282         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
25283
25284 2002-01-26  Jim Meyering  <meyering@lucent.com>
25285
25286         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
25287
25288 2002-01-22  Paul Eggert  <eggert@twinsun.com>
25289
25290         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
25291
25292 2002-01-22  Jim Meyering  <meyering@lucent.com>
25293
25294         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
25295         Otherwise, some versions of automake would omit the rule that makes
25296         Makefile from Makefile.in.
25297
25298 2002-01-21  Paul Eggert  <eggert@twinsun.com>
25299
25300         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
25301         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
25302         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
25303         (memcoll): Set errno to zero if there is no error.
25304
25305         * lib/quotearg.c (quotearg_buffer_restyled):
25306         Fix bug with quoting buffers containing NUL when backslashing escapes.
25307         This bug was exposed by the other changes in this patch.
25308         (quotearg_n_options): New arg ARGSIZE.
25309         All callers changed.
25310         (quoting_options_from_style): New function.
25311         (quotearg_n_style): Use it.
25312         (quotearg_n_style_mem): New function.
25313
25314         * lib/quotearg.h (quotearg_n_style_mem): New function.
25315
25316 2002-01-19  Jim Meyering  <meyering@lucent.com>
25317
25318         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
25319         Remove useless quotes: DF_PROG="df".
25320         * m4/strnlen.m4: New file.
25321
25322 2002-01-16  Paul Eggert  <eggert@twinsun.com>
25323
25324         * lib/backupfile.c (ISDIGIT): Comment fix.
25325         * lib/getdate.y (ISDIGIT): Likewise.
25326         * lib/posixtm.c (ISDIGIT, year): Likewise.
25327         * lib/strverscmp.c (ISDIGIT): Likewise.
25328         * lib/userspec.c (ISDIGIT): Likewise.
25329
25330 2002-01-16  Jim Meyering  <meyering@lucent.com>
25331
25332         * lib/getdate.y: Add three semicolons, each just before a closing
25333         brace. Bison (as of version 1.31) no longer papers over that mistake.
25334
25335 2002-01-05  Jim Meyering  <meyering@lucent.com>
25336
25337         * lib/version-etc.c (version_etc_copyright): Update copyright year.
25338
25339 2001-12-19  Paul Eggert  <eggert@twinsun.com>
25340
25341         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
25342         not silently exit merely because the output buffer happens to
25343         have nothing pending.
25344
25345 2001-12-18  Paul Eggert  <eggert@twinsun.com>
25346
25347         See the big note in ../ChangeLog.
25348         * lib/human.c (suffixes): Prefer K to k for 1024.
25349         (generate_suffix_backwards): New function.
25350         (human_readable_inexact): Use it.
25351         * lib/xstrtol.c (__xstrtol): If there is no number but there
25352         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
25353         Accept 'K' as well as 'k'.
25354
25355 2001-12-15  Jim Meyering  <meyering@lucent.com>
25356
25357         * lib/regex.h (__restrict_arr): Update from libc.
25358
25359         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
25360         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
25361         (STREQ): Define.
25362
25363 2001-12-14  Jim Meyering  <meyering@lucent.com>
25364
25365         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
25366         Suggestion from Bruno Haible.
25367
25368 2001-12-10  Jim Meyering  <meyering@lucent.com>
25369
25370         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
25371         xrealloc, Instead, include "xalloc.h".
25372         (initbuffer): Don't cast xmalloc return value to char*.
25373         (readline): Reword comment.
25374         Don't cast xrealloc return value to char*
25375         Return NULL, not 0.
25376
25377 2001-12-09  Jim Meyering  <meyering@lucent.com>
25378
25379         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
25380         about `signed and unsigned type in conditional expression'.
25381         * lib/posixtm.c (posix_time_parse): Likewise.
25382
25383         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
25384
25385         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
25386         to avoid a pedantic warning.
25387
25388         * lib/getstr.c: Don't include assert.h.
25389         (getstr): Remove warning-evoking assertions.
25390         Return -1 if offset parameter is out of bounds.
25391         Change the type of a local from int to size_t.
25392
25393         * lib/strftime.c (my_strftime_localtime_r): Include this function
25394         definition in the `#if ! HAVE_TM_GMTOFF' block.
25395
25396         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
25397         Include xalloc.h instead.
25398
25399 2001-12-02  Jim Meyering  <meyering@lucent.com>
25400
25401         * lib/tempname.c: Don't declare getenv, thus reverting the change of
25402         2001-11-18.  It's no longer necessary, now that stdlib.h is always
25403         included.
25404
25405         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
25406         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
25407
25408 2001-11-30  Akim Demaille  <akim@epita.fr>
25409
25410         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
25411         before being defined.
25412
25413 2001-11-27  Paul Eggert  <eggert@twinsun.com>
25414
25415         * lib/quotearg.h (quotearg_n, quotearg_n_style):
25416         First arg is int, not unsigned.
25417         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
25418         (SIZE_MAX, UINT_MAX): New macros.
25419         (quotearg_n_options): Abort if N is negative.
25420         Avoid overflow check on hosts where size_t is 64 bits and int
25421         is 32 bits, as overflow is impossible there.
25422         Fix off-by-one typo that caused unnecessary reallocation.
25423
25424 2001-11-27  Jim Meyering  <meyering@lucent.com>
25425
25426         * lib/tempname.c: Merge with version from libc.
25427         * lib/regex.c: Likewise.
25428
25429         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
25430         systems for which STDC_HEADERS is 0, it was not included, resulting in
25431         a warning about an integer-to-pointer conversion problem with getenv.
25432         Reported by Volker Borchert.
25433
25434 2001-11-26  Jim Meyering  <meyering@lucent.com>
25435
25436         * lib/gtod.h: Remove file.
25437         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
25438         * lib/gettimeofday.c: Don't include gtod.h.
25439         (GTOD_init): Remove function.
25440         (rpl_gettimeofday): Do its job here instead, rather than aborting.
25441         Suggestion from Volker Borchert.
25442
25443 2001-11-23  Jim Meyering  <meyering@lucent.com>
25444
25445         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
25446         it.
25447         * lib/hash.c (struct hash_table): Define it here instead.
25448
25449 2001-11-22  Jim Meyering  <meyering@lucent.com>
25450
25451         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
25452
25453 2001-11-20  Jim Meyering  <meyering@lucent.com>
25454
25455         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
25456         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
25457
25458 2001-11-19  Jim Meyering  <meyering@lucent.com>
25459
25460         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
25461         directory.  Use "conftestXXXXXX" as the template.
25462         Suggestion from Paul Eggert.
25463
25464         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
25465         immediately, so the test doesn't mistakenly hit the max-open-files
25466         limit.
25467
25468 2001-11-18  Paul Eggert  <eggert@twinsun.com>
25469
25470         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
25471         (TEMPORARIES): New macro.
25472         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
25473         removes an artificial limitation (e.g. HP-UX 10.20, where
25474         TMP_MAX is 17576).
25475
25476 2001-11-18  Jim Meyering  <meyering@lucent.com>
25477
25478         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
25479
25480 2001-11-18  Jim Meyering  <meyering@lucent.com>
25481
25482         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
25483         on SunOS 4.
25484
25485         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
25486         files will be created before anything else.
25487
25488 2001-11-17  Paul Eggert  <eggert@twinsun.com>
25489
25490         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
25491         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
25492
25493 2001-11-17  Jim Meyering  <meyering@lucent.com>
25494
25495         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
25496         Prompted by a report from Bob Proulx.
25497
25498         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
25499         Instead, require UTILS_FUNC_MKSTEMP.
25500
25501 2001-11-17  Jim Meyering  <meyering@lucent.com>
25502
25503         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
25504         Now, that's done as part of AC_FUNC_STRTOD.
25505
25506 2001-11-17  Jim Meyering  <meyering@lucent.com>
25507
25508         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
25509         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
25510         rather than group writable.  Patch by Juan F. Codagnone.
25511
25512         * lib/readtokens.c: Remove explicit declarations of xmalloc and
25513         xrealloc, Instead, include "xalloc.h".
25514
25515         * lib/mountlist.c: Include unlocked-io.h after all system headers.
25516         Remove explicit declarations of xmalloc, xrealloc,
25517         and xstrdup.  Instead, include "xalloc.h".
25518
25519         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
25520         unlocked-io.h.
25521         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
25522         Likewise.
25523         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
25524
25525         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
25526         Reported by Padraig Brady.
25527
25528         * lib/mkstemp.c: #undef mkstemp.
25529         Include config.h.
25530         (rpl_mkstemp): Rename from mkstemp.
25531         Protoize.
25532
25533 2001-11-16  Jim Meyering  <meyering@lucent.com>
25534
25535         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
25536         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
25537         determine the amount of total physical memory, use pstat_getstatic.
25538         HPUX-11 doesn't define _SC_PHYS_PAGES.
25539         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
25540         If sysconf couldn't be used to determine the amount of available
25541         physical memory, use both pstat_getstatic and pstat_getdynamic.
25542         Based on a patch from Bob Proulx.
25543
25544 2001-11-10  Jim Meyering  <meyering@lucent.com>
25545
25546         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
25547         (jm_PREREQ): Use it.
25548
25549 2001-11-09  Jim Meyering  <meyering@lucent.com>
25550
25551         * m4/jm-macros.m4: Require autoconf-2.52f.
25552         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
25553         Use these AC_-prefixed names, not the AM_-prefixed ones.
25554
25555         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
25556
25557 2001-11-05  Jim Meyering  <meyering@lucent.com>
25558
25559         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
25560
25561 2001-11-04  Jim Meyering  <meyering@lucent.com>
25562
25563         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
25564         $DEFS.
25565
25566 2001-11-03  Jim Meyering  <meyering@lucent.com>
25567
25568         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
25569         of AC_DEFUN.
25570
25571         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
25572         know the name of the variable in the macro definition.
25573
25574 2001-11-03  Jim Meyering  <meyering@lucent.com>
25575
25576         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
25577         in argmatch_to_argument call.
25578
25579         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
25580         argument.
25581
25582         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
25583         e.g., a fault due to an attempt to free a NULL pointer.
25584
25585 2001-11-01  Jim Meyering  <meyering@lucent.com>
25586
25587         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
25588         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
25589
25590 2001-11-01  Jim Meyering  <meyering@lucent.com>
25591
25592         * lib/dirfd.c, lib/dirfd.h: New files.
25593         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
25594
25595         * lib/hash.c (hash_print) [TESTING]: Clean up.
25596
25597 2001-10-22  Paul Eggert  <eggert@twinsun.com>
25598
25599         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
25600         to avoid a warning if -Wall.
25601
25602 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
25603
25604         * README: New file
25605         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
25606         (per RMS's instructions, this is now the canonical source)
25607         * lgpl/, gpl/: New directories.
25608
25609 2001-10-21  Paul Eggert  <eggert@twinsun.com>
25610
25611         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
25612
25613 2001-10-21  Jim Meyering  <meyering@lucent.com>
25614
25615         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
25616         this code would end up calling gettext even in packages built
25617         with --disable-nls.
25618         * lib/getopt.c (_): Likewise.
25619         * lib/regex.c (_): Likewise.
25620
25621 2001-10-20  Paul Eggert  <eggert@twinsun.com>
25622
25623         * m4/error.m4 (jm_PREREQ_ERROR):
25624         Do not invoke AC_CHECK_FUNCS with strerror_r, as
25625         AC_FUNC_STRERROR_R does that.
25626         Check for strerror declaration.
25627
25628         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
25629         are supposed to have them these days.
25630         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
25631         Merge changes from latest Autoconf CVS.
25632         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
25633         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
25634         POSIX decided to standardize on the int flavor of strerror_r.
25635
25636 2001-10-20  Paul Eggert  <eggert@twinsun.com>
25637
25638         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
25639         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
25640         Use strerror_r that is only a macro, even if it is not a function.
25641         (strerror): Check for HAVE_DECL_STRERROR before declaring.
25642         (private_strerror): Use prototypes, not old-style function definition.
25643         (print_errno_message): New function.
25644         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
25645         char*-flavored one.
25646         (error_tail, error, error_at_line): Use it.
25647
25648 2001-10-11  Jim Meyering  <meyering@lucent.com>
25649
25650         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
25651         and quote_n (1, ... to avoid clobbering a buffer.
25652
25653 2001-10-05  Jim Meyering  <meyering@lucent.com>
25654
25655         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
25656         hash-pjw.h.
25657         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
25658         * lib/hash-pjw.h: New file.
25659
25660 2001-09-30  Jim Meyering  <meyering@lucent.com>
25661
25662         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
25663         `struct fsstat' has the `f_fstypename' member.
25664         Use that to define FS_TYPE, which is now used to make
25665         the getfsstat link test tighter.
25666
25667 2001-09-30  Jim Meyering  <meyering@lucent.com>
25668
25669         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
25670         Include <sys/ucred.h>, for Apple Darwin.
25671         Include sys/mount.h and sys/fs_types.h only if available.
25672         (FS_TYPE): Define.
25673         (read_filesystem_list): Use FS_TYPE.
25674
25675 2001-09-29  Paul Eggert  <eggert@twinsun.com>
25676
25677         * lib/exclude.c (excluded_filename): 0 -> false, since it's
25678         a boolean context.
25679
25680 2001-09-29  Jim Meyering  <meyering@lucent.com>
25681
25682         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
25683         [one-argument getmntent function]): Include stdio.h before mntent.h.
25684         SunOS 4.1.x needs it for the declaration of `FILE'.
25685         Patch by Volker Borchert.
25686
25687         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
25688         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
25689         sys/fs_types.h, and make the link-test for getfsstat guard #include
25690         directives with appropriate #if HAVE_*_H tests so that we can
25691         detect getfsstat on Apple Darwin1.3.7 systems.
25692         Reported by Nelson Beebe.
25693         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
25694
25695 2001-09-28  Paul Eggert  <eggert@twinsun.com>
25696
25697         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
25698         #defines strtoimax.  Also treat the other strto* functions
25699         like strtoimax.
25700
25701         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
25702         Check for strtoul and strtoumax,
25703         as those declarations are made even in the signed case.
25704         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
25705         Likewise, for strtol and strtoimax.
25706
25707 2001-09-28  Paul Eggert  <eggert@twinsun.com>
25708
25709         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
25710         #defines strtoimax.  Also treat the other strto* functions
25711         like strtoimax.
25712
25713         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
25714         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
25715         (strtoimax, strtoumax): Do not declare if already defined as a macro.
25716
25717 2001-09-26  Jim Meyering  <meyering@lucent.com>
25718
25719         Most macros in unlocked-io.h had the wrong number of arguments.
25720         * lib/gen-uio: New script.
25721         (USE_UNLOCKED_IO): Define to 1 if not already defined.
25722         * lib/unlocked-io.hin: Remove file.
25723         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
25724         rather than trying to embed it here.
25725         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
25726         Reported by Padraig Brady.
25727
25728 2001-09-25  Volker Borchert  <bt@teknon.de>
25729
25730         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
25731         `result'.
25732
25733 2001-09-24  Jim Meyering  <meyering@lucent.com>
25734
25735         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
25736
25737 2001-09-23  Jim Meyering  <meyering@lucent.com>
25738
25739         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
25740         instead of the mere test for existence of mntent.h.  The latter
25741         would get a false-positive on AIX 3.4 systems.
25742         In the outer getmntent if-block, don't die if neither of the getmntent
25743         tests succeeds.  Instead, just fall through and continue with the
25744         remaining tests.
25745
25746 2001-09-23  Jim Meyering  <meyering@lucent.com>
25747
25748         * lib/mountlist.c: Remove useless parentheses in #if directives.
25749         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
25750         the deprecated MOUNTED symbol is no longer defined in mntent.h.
25751
25752 2001-09-22  Jim Meyering  <meyering@lucent.com>
25753
25754         * m4/gettext.m4: New file.  From gettext.
25755         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
25756         * m4/progtest.m4: Likewise
25757         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
25758         * m4/glibc21.m4: Likewise.
25759
25760         * m4/libintl.m4: Remove.  No longer used.
25761
25762 2001-09-22  Jim Meyering  <meyering@lucent.com>
25763
25764         * lib/localcharset.c: Update from latest gettext.
25765         * lib/config.charset: Likewise.
25766
25767 2001-09-20  Jim Meyering  <meyering@lucent.com>
25768
25769         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
25770         strtoimax.
25771         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
25772         strtoumax.
25773
25774 2001-09-20  Jim Meyering  <meyering@lucent.com>
25775
25776         * lib/xstrtol.c (strtoimax): Guard declaration with
25777         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
25778         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
25779         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
25780         (strtoumax): Likewise, for completeness (it wasn't necessary).
25781
25782 2001-09-17  Paul Eggert  <eggert@twinsun.com>
25783
25784         * lib/strtoimax.c (HAVE_LONG_LONG):
25785         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
25786         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
25787         to work around bug in IBM C compiler.
25788
25789 2001-09-17  Jim Meyering  <meyering@lucent.com>
25790
25791         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
25792         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
25793         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
25794         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
25795         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
25796         whenever the right hand side need not be expanded by the shell.
25797
25798 2001-09-16  Paul Eggert  <eggert@twinsun.com>
25799
25800         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
25801         library.  It's not correct, as some older glibcs are buggy.
25802         fnmatch wasn't fixed until glibc 2.2.
25803
25804         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
25805         special shell magic here.
25806
25807 2001-09-16  Jim Meyering  <meyering@lucent.com>
25808
25809         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
25810         * m4/jm-macros.m4: Require it.
25811
25812 2001-09-16  Jim Meyering  <meyering@lucent.com>
25813
25814         * lib/mkdir.c: New file.
25815
25816 2001-09-15  Jim Meyering  <meyering@lucent.com>
25817
25818         * m4/jm-macros.m4: Check for help2man.
25819
25820 2001-09-11  Jim Meyering  <meyering@lucent.com>
25821
25822         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
25823         The body, by Paul Eggert, was moved here from configure.in.
25824         * m4/jm-macros.m4: Require UTILS_HOST_OS.
25825
25826 2001-09-04  Paul Eggert  <eggert@twinsun.com>
25827
25828         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
25829         (jm_PREREQ): Use it.
25830
25831 2001-09-04  Paul Eggert  <eggert@twinsun.com>
25832
25833         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
25834         Use ssize_t, not int, to store result of readlink.
25835         Check for ssize_t overflow as well as size_t overflow,
25836         as POSIX says the result of readlink is implementation-defined
25837         when ssize_t overflows.
25838         Remove unnecessary cast to char*.
25839         Use free+malloc instead of realloc, as the storage doesn't need
25840         to be preserved and it's clearer and can be more efficient that way.
25841         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
25842         * lib/xreadlink.h (xreadlink): Update prototype.
25843
25844 2001-09-04  Paul Eggert  <eggert@twinsun.com>
25845
25846         * lib/xgetcwd.c: Revert some of the previous change; intead,
25847         fix the HAVE_GETCWD_NULL code to behave more like the
25848         !HAVE_GETCWD_NULL code used to.
25849
25850         Include "xalloc.h".
25851         (xgetcwd): Do not return NULL when memory is exhausted; instead,
25852         invoke xalloc_die.
25853
25854 2001-09-03  Paul Eggert  <eggert@twinsun.com>
25855
25856         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
25857         sys/param.h, as pathmax.h includes them.
25858
25859 2001-09-03  Paul Eggert  <eggert@twinsun.com>
25860
25861         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
25862         (jm_PREREQ_XGETCWD): New macro.
25863
25864         * m4/getcwd.m4: New file.
25865
25866 2001-09-03  Paul Eggert  <eggert@twinsun.com>
25867
25868         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
25869         like the HAVE_GETCWD_NULL code.
25870         Include pathmax.h if not HAVE_GETCWD.
25871         Do not include xalloc.h.
25872         (INITIAL_BUFFER_SIZE): New symbol.
25873         Do not use xmalloc / xrealloc, since the caller is responsible for
25874         handling errors.  Preserve errno around `free' during failure.
25875         Do not overrun buffer when using getwd.
25876
25877 2001-09-03  Paul Eggert  <eggert@twinsun.com>
25878
25879         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
25880         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
25881         getcwd (NULL, 0).
25882
25883 2001-09-03  Paul Eggert  <eggert@twinsun.com>
25884
25885         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
25886         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
25887         spotted by Jim Meyering.
25888
25889 2001-09-03  Jim Meyering  <meyering@lucent.com>
25890
25891         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
25892         failure.
25893
25894 2001-09-02  Jim Meyering  <meyering@lucent.com>
25895
25896         * lib/error.c: Update from GNU libc.
25897
25898 2001-09-01  Jim Meyering  <meyering@lucent.com>
25899
25900         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
25901         Used by df.
25902
25903 2001-09-01  Jim Meyering  <meyering@lucent.com>
25904
25905         * lib/xreadlink.c: New file.
25906         * lib/xreadlink.h: New file.
25907         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
25908         xreadlink.h.
25909
25910         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
25911         doesn't conflict with sparc Solaris 7's definition in
25912         /usr/include/sys/int_types.h.
25913
25914         * lib/exclude.c: Use `""', not `<>' to #include non-system header
25915         files.
25916         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
25917         and strncasecmp as r-values.  Unixware didn't have declarations.
25918
25919 2001-08-31  Paul Eggert  <eggert@twinsun.com>
25920
25921         * lib/xstrtol.h: Add copyright notice.
25922         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
25923         LONGINT_INVALID_SUFFIX_CHAR.
25924
25925 2001-08-31  Paul Eggert  <eggert@twinsun.com>
25926
25927         * lib/xstrtol.c (strtoimax): New decl.
25928
25929 2001-08-31  Paul Eggert  <eggert@twinsun.com>
25930
25931         * lib/xgetcwd.c: Don't include pathmax.h.
25932         Include stdlib.h and unistd.h if available.
25933         Include xalloc.h.
25934         (xmalloc, xstrdup, free): Remove decls.
25935         (xgetcwd): Don't assume sizes fit in unsigned.
25936         Check for overflow when computing sizes.
25937         Simplify reallocation code.
25938
25939 2001-08-31  Paul Eggert  <eggert@twinsun.com>
25940
25941         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
25942         a directory's st_size can have an arbitrary value, so the old
25943         usage could waste an arbitrary amount of memory.  All uses
25944         changed.
25945         * lib/savedir.h: Update prototype.
25946
25947 2001-08-31  Paul Eggert  <eggert@twinsun.com>
25948
25949         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
25950
25951         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
25952         old strtoimax.c.
25953
25954         Also, make the following further changes to make this file's
25955         configuration more similar to that of strtol.c:
25956         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
25957         (strtoumax, uintmax_t, strtoull, strtol): Remove.
25958         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
25959         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
25960         changed to signed values.
25961
25962         And make the following changes as well:
25963         Fix copyright notice, as 1999 was missing.
25964         (verify): New macro.
25965         (strtoimax): Check sizes at compile-time, not run-time.
25966         Prefer strtol to strtoll if both work.
25967         (main): Remove; it was not that useful and was a pain to maintain.
25968
25969         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
25970
25971 2001-08-31  Jim Meyering  <meyering@lucent.com>
25972
25973         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
25974         Use an initial, malloc'd, buffer of length 128 rather than
25975         a statically allocated one of length 1024.
25976
25977 2001-08-30  Paul Eggert  <eggert@twinsun.com>
25978
25979         Simplify code, partly by assuming autoconf 2.52 semantics.
25980
25981         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
25982
25983         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
25984         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
25985         All uses removed.
25986         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
25987         Move AC_REQUIRE to next-to-top level, to avoid confusion.
25988         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
25989         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
25990         jm_AC_HEADER_INTTYPES_H.
25991         * m4/jm-macros.m4 (jm_MACROS): Likewise.
25992
25993         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
25994
25995         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
25996         Quote first arg of AC_DEFUN.
25997         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
25998         since they are needed to parse the include file even if we need
25999         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
26000         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
26001         but with opposite signedness.
26002
26003 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26004
26005         Merge 'exclude' changes from tar 1.13.22.
26006         This fixes one or two unlikely storage allocation overflow bugs,
26007         but doesn't change user-visible behavior otherwise.
26008
26009 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26010
26011         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
26012         (jm_PREREQ_EXCLUDE): New macro.
26013
26014 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26015
26016         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
26017         tm to be declared.
26018
26019 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26020
26021         * lib/hash.c: Remove '2001' from copyright notice.
26022
26023 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26024
26025         * lib/full-write.h: New file.
26026         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
26027         * lib/full-write.c: Correct credits, as cccp.c no longer
26028         exists and anyway it was so heavily changed from the old cccp
26029         code as to be unrecognizable.  Include full-write.h.
26030         (full_write) Return size_t, with short writes meaning failure.
26031         All callers changed.  This fixes a bug with large buffers
26032         on 64-bit hosts.
26033         * lib/utime.c: Include full-write.h.
26034
26035 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26036
26037         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
26038         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
26039         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
26040         Include if available.
26041         (<xalloc.h>): Include
26042         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
26043         (verify): New macro.  Use it to verify that EXCLUDE macros do not
26044         collide with FNM macros.
26045         (struct patopts): New struct.
26046         (struct exclude): Use it, as exclude patterns now come with options.
26047         (new_exclude): Support above changes.
26048         (new_exclude, add_exclude_file):
26049         Initial size must now be a power of two to simplify overflow checking.
26050         (free_exclude, fnmatch_no_wildcards): New function.
26051         (excluded_filename): No longer requires options arg, as the options
26052         are determined by add_exclude.  Now returns bool, not int.
26053         (excluded_filename, add_exclude):
26054         Add support for the fancy new exclusion options.
26055         (add_exclude, add_exclude_file): Now takes int options arg.
26056         Check for arithmetic overflow when computing sizes.
26057         (add_exclude_file): xrealloc might modify errno, so don't
26058         realloc until after errno might be used.
26059
26060         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
26061         New macros.
26062         (free_exclude): New decl.
26063         (add_exclude, add_exclude_file): Now takes int options arg.
26064         (excluded_filename): No longer requires options arg, as the options
26065         are determined by add_exclude.  Now returns bool, not int.
26066
26067 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26068
26069         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
26070
26071 2001-08-27  Jim Meyering  <meyering@lucent.com>
26072
26073         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
26074
26075         * lib/version-etc.c (N_): Remove definition.
26076         Revert most of last change.
26077         Instead, simply don't mark the `Copyright...' string for translation.
26078         Based on advice from Paul Eggert.
26079
26080         * lib/strtoxmax.c: Tweak comment.
26081
26082 2001-08-26  Jim Meyering  <meyering@lucent.com>
26083
26084         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
26085
26086         * m4/xstrtoimax.m4: New file.
26087         * m4/xstrtoumax.m4: Add comments explaining why we
26088         AC_REPLACE_FUNCS(strtol).
26089
26090 2001-08-26  Jim Meyering  <meyering@lucent.com>
26091
26092         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
26093         of copyright with `%s' so translators don't get an untranslated
26094         message in 2002.
26095         (COPYRIGHT_YEAR): Define.
26096         (version_etc): Use fprintf rather than fputs.
26097         Suggestion from Ulrich Drepper.
26098
26099         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
26100
26101         * lib/strtoll.c: New file, from GNU libc.
26102         * lib/xstrtoimax.c: New file.
26103
26104         * lib/xstrtol.h: Add xstrtoimax.
26105         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
26106         * lib/strtoimax.c: New file.  Likewise, but first define
26107         STRTOUXMAX_SIGNED.
26108
26109         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
26110         ...
26111         * lib/strtoxmax.c: ... then renamed to this.
26112
26113 2001-08-18  Paul Eggert  <eggert@twinsun.com>
26114
26115         * m4/inttypes.m4: Add AC_PREREQ(2.13).
26116         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
26117         (jm_AC_TYPE_INTMAX_T): New macro.
26118         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
26119
26120         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
26121
26122         * m4/longlong.m4: Renamed from ulonglong.m4.
26123         * m4/inttypes.m4: Renamed from inttypes_h.m4.
26124         * m4/uintmax_t.m4: Removed.
26125
26126 2001-08-13  Paul Eggert  <eggert@twinsun.com>
26127
26128         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
26129         Port to Solaris 8, where 'sed' requires a space after the 'r'
26130         command, and where sh dislikes "$/".  Clean up the spacing a bit.
26131         Redirect output to $tmp just once.
26132
26133 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
26134
26135         * lib/addext.c (<errno.h>): Include.
26136         (errno): Declare if not defined.
26137         (addext): Work correctly when pathconf returns -1 and leaves
26138         errno alone because there is no limit.  Also, work even if
26139         pathconf returns a value greater than SIZE_MAX.
26140
26141 2001-08-12  Jim Meyering  <meyering@lucent.com>
26142
26143         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
26144         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
26145         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
26146         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
26147         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
26148         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
26149         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
26150         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
26151         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
26152         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
26153         utime.m4, utimes.m4, xstrtoumax.m4:
26154         Quote the first argument in each use of AC_DEFUN.
26155
26156 2001-08-12  Jim Meyering  <meyering@lucent.com>
26157
26158         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
26159         Simply `return getcwd (NULL, 0);'.
26160         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
26161         Use 1300 as initial value for length, not PATH_MAX.
26162
26163         * lib/pathmax.h: Clean up cpp syntax.
26164
26165 2001-08-12  Jim Meyering  <meyering@lucent.com>
26166
26167         * lib/gettimeofday.c: New file.
26168         * lib/gtod.h: New file.
26169         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
26170
26171 2001-08-05  Jim Meyering  <meyering@lucent.com>
26172
26173         * m4/jm-macros.m4: Require autoconf-2.52.
26174
26175 2001-08-04  Jim Meyering  <meyering@lucent.com>
26176
26177         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
26178         stmt, to get in sync with glibc.
26179
26180 2001-08-03  Paul Eggert  <eggert@twinsun.com>
26181
26182         The following changes are from gettext 0.10.39 as maintained by
26183         Bruno Haible.
26184
26185         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
26186         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
26187         with inverted sense.  All uses changed.
26188
26189         * lib/mbswidth.c: Don't include <limits.h>.
26190         Include <stdlib.h> and <string.h> unconditionally.
26191         (iswcntrl, mbsinit, ISCNTRL): New macros.
26192         (mbsnwidth): Use K&R style function declarations.
26193         Don't bother checking for MB_LEN_MAX == 1, since the compiler
26194         can optimize it when MB_CUR_MAX == 1.
26195         The width of control characters is zero, not 1.
26196
26197 2001-08-03  Paul Eggert  <eggert@twinsun.com>
26198
26199         The following changes are from gettext 0.10.39 as maintained by
26200         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
26201
26202         * m4/codeset.m4: Upgrade to serial AM1.
26203         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
26204         all uses changed.  Quote first arg of AC_DEFUN.
26205         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
26206
26207         * m4/iconv.m4: Upgrade to serial AM2.
26208         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
26209         Add --with-libconv-prefix.
26210         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
26211         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
26212         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
26213         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
26214         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
26215
26216         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
26217         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
26218         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
26219         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
26220         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
26221         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
26222         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
26223         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
26224         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
26225
26226         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
26227         string.h any more.
26228
26229         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
26230         not the default value.
26231
26232         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
26233         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
26234         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
26235         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
26236         Also check for iswcntrl, used for wcwidth fallback.
26237         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
26238         to Autoconf 2.13.
26239
26240 2001-08-03  Jim Meyering  <meyering@lucent.com>
26241
26242         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
26243         as it was in the original.  Reported by Paul Eggert.
26244
26245 2001-07-16  Jim Meyering  <meyering@lucent.com>
26246
26247         * m4/gettimeofday.m4: New file.
26248         Prompted by a report from Bernhard Baehr.
26249
26250 2001-07-15  Jim Meyering  <meyering@lucent.com>
26251
26252         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
26253         stuff. Now it's in ../Makefile.cfg.
26254
26255 2001-07-15  Jim Meyering  <meyering@lucent.com>
26256
26257         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
26258         (BUILT_SOURCES): Add unlocked-io.h.
26259         (io_functions): Define.
26260         (unlocked-io.h): New rule.
26261         (DISTCLEANFILES): Add unlocked-io.h.
26262         (all-local): Depend on unlocked-io.h, to ensure it is created.
26263
26264         * lib/unlocked-io.hin: New file
26265
26266         * lib/regex.c: Update from glibc.
26267
26268 2001-07-05  Jim Meyering  <meyering@lucent.com>
26269
26270         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
26271         recommendation.
26272         (libfetish_a_SOURCES): Put all .h files here instead.
26273         Remove a thus-exposed (better checks in automake) duplicate and
26274         two unnecessary .h files.
26275
26276 2001-07-04  Jim Meyering  <meyering@lucent.com>
26277
26278         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
26279         that generates jm-glibc-io.m4 so that it doesn't trigger any make
26280         distcheck failure.
26281
26282 2001-07-02  Jim Meyering  <meyering@lucent.com>
26283
26284         The following changes were prompted by suggestions from Bruno Haible.
26285
26286         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
26287         is now generated.
26288         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
26289         definition of EXTRA_DIST.
26290         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
26291         ensure that the generated file is created/updated whenever the list
26292         of $(unlocked_functions) is changed.
26293         (jm-glibc-io.m4): New rule.
26294         (unlocked-io.h): New rule -- currently unused.
26295
26296 2001-06-24  Jim Meyering  <meyering@lucent.com>
26297
26298         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
26299         unmatched right bracket, rather than kludging it with an extra,
26300         falsely-matching quote in a comment.  Patch by Akim Demaille.
26301
26302 2001-06-11  Jim Meyering  <meyering@lucent.com>
26303
26304         * lib/regex.c: Update from GNU libc.
26305
26306 2001-05-27  Jim Meyering  <meyering@lucent.com>
26307
26308         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
26309         Check for ut_type in struct utmp.
26310
26311 2001-05-27  Jim Meyering  <meyering@lucent.com>
26312
26313         * lib/readutmp.h (UT_TYPE): Define.
26314
26315 2001-05-24  Jim Meyering  <meyering@lucent.com>
26316
26317         * lib/argmatch.c: Include "quote.h".
26318         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
26319         quote function.  Reported by Göran Uddeborg.
26320
26321 2001-05-22  Jim Meyering  <meyering@lucent.com>
26322
26323         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
26324         now that we use the package-supplied version unconditionally.
26325         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
26326
26327 2001-05-21  Jim Meyering  <meyering@lucent.com>
26328
26329         * m4/regex.m4: Change a couple backticks to single quotes to avoid
26330         shell syntax errors.
26331
26332 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
26333
26334         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
26335
26336 2001-05-20  Paul Eggert  <eggert@twinsun.com>
26337
26338         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
26339         Don't bother to check library strftime, since
26340         we'll be using our own my_strftime function anyway.
26341         Define my_strftime instead of strftime.
26342
26343 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
26344
26345         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
26346         which is not yet declared.
26347
26348 2001-05-15  Jim Meyering  <meyering@lucent.com>
26349
26350         * m4/regex.m4: Use proper quoting so brackets appear in the test
26351         program.
26352         Reported by, and with help from, Bruno Haible.
26353
26354 2001-05-13  Jim Meyering  <meyering@lucent.com>
26355
26356         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
26357         undefined.
26358
26359 2001-05-11  Paul Eggert  <eggert@twinsun.com>
26360
26361         dirname code cleanup.  base_name now behaves more compatibly
26362         with POSIX basename when given file names that have trailing
26363         slashes, and similarly for dir_name.  Add new primitives
26364         base_len and dir_len.  Put the directory-name-related decls
26365         into dirname.h.
26366
26367         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
26368         * lib/backupfile.c (base_name): Likewise.
26369         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
26370         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
26371         * lib/makepath.c (strip_trailing_slashes): Likewise.
26372         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
26373         ISSLASH): Likewise.
26374         * lib/rename.c (strip_trailing_slashes): Likewise.
26375         * lib/same.c (base_name): Likewise.
26376         * lib/stripslash.c (ISSLASH): Likewise.
26377
26378         * lib/addext.c: Include <dirname.h> after size_t is defined.
26379         * lib/backupfile.c: Likewise.
26380
26381         * lib/addext.c (addext): Use base_len to trim redundant
26382         trailing slashes instead of doing it ourselves.
26383         But do not trim the last slash if it is not redundant.
26384
26385         * lib/backupfile.c (find_backup_file_name,
26386         max_backup_version): Use base_len instead of rolling it ourselves.
26387         Handle the case of "" and (on DOS) "C:" correctly.
26388
26389         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
26390         needed. Include <string.h>, <dirname.h>.
26391         (base_name): Allow file names ending in slashes, other than names
26392         that are all slashes.  In this case, return the basename followed
26393         by the slashes.  This is more general, and can be used in places
26394         where the original base_name purposely had an assertion failure.
26395         (base_len): New function.
26396
26397         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
26398         Do not include <assert.h>; no longer needed.
26399         Include xalloc.h.
26400         (memrchr): Remove decl.
26401         (dir_name_r): Remove.
26402         (dir_len): Renamed from dirlen.  All callers changed.
26403         Rewrite in terms of base_name, for simplicity and consistency.
26404         (dir_name): Never return NULL.  All callers changed.
26405         Do not include <stdlib.h> in test program; no longer needed.
26406         return 0; is fine for test program.
26407
26408         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
26409         New macros.
26410         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
26411
26412         * lib/path-concat.c (path_concat): Use base_len to compute
26413         base length, not strlen; this means we cannot rely on memcpy
26414         to null-terminate.
26415
26416         * lib/same.c (STREQ): Remove.
26417         (same_name): Handle the case where the basename ends in trailing '/'.
26418
26419         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
26420         a slash was stripped.  Do not strip the last slash after a
26421         file system prefix.
26422
26423 2001-05-11  Paul Eggert  <eggert@twinsun.com>
26424
26425         * lib/Makefile.am (libfetish_a_SOURCES):
26426         Add strftime.c, since we now compile it on all hosts.
26427
26428         * lib/strftime.c (my_strftime):
26429         Define to nstrftime if emacs, but only if my_strftime is not defined.
26430         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
26431         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
26432         Add one more extra argument: a nanoseconds value.
26433         All uses changed.
26434         (ns): New macro.
26435         (my_strftime function): Add %N format.
26436         (emacs_strftimeu): Renamed from emacs_strftime,
26437         with extra ut argument.
26438
26439 2001-05-09  Paul Eggert  <eggert@twinsun.com>
26440
26441         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
26442
26443 2001-04-21  Jim Meyering  <meyering@lucent.com>
26444
26445         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
26446         doesn't interfere.
26447
26448 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
26449
26450         * m4/ftruncate.m4: Check for chsize.
26451         Link with ftruncate.o unconditionally if ftruncate is missing.
26452         This was required when cross-compiling to i586-mingw32msvc.
26453
26454 2001-04-08  Jim Meyering  <meyering@lucent.com>
26455
26456         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
26457         recomputed; that's necessary when the offset spans a DST transition.
26458         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
26459
26460 2001-04-02  Jim Meyering  <meyering@lucent.com>
26461
26462         * lib/regex.h, regex.c: Update from GNU libc.
26463
26464 2001-03-24  Jim Meyering  <meyering@lucent.com>
26465
26466         * m4/jm-macros.m4: Require autoconf-2.49d.
26467
26468 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
26469
26470         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
26471
26472 2001-03-19  Paul Eggert  <eggert@twinsun.com>
26473
26474         * lib/version-etc.c (version_etc_copyright): Update to 2001.
26475
26476 2001-03-17  Jim Meyering  <meyering@lucent.com>
26477
26478         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
26479         now that the version in autoconf is equivalent.
26480         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
26481
26482         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
26483         Suggestion from Akim Demaille.
26484
26485         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
26486         (jm_PREREQ_TEMPNAME): New function.
26487
26488 2001-03-16  Paul Eggert  <eggert@twinsun.com>
26489
26490         * lib/tempname.c (uint64_t): Define to uintmax_t if
26491         not defined, and if UINT64_MAX is not defined.
26492         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
26493         Reported by John David Anglin.
26494
26495 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
26496
26497         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
26498         resolve alias if codeset is empty.
26499         * lib/config.charset (BeOS): Use wildcard syntax.
26500
26501 2001-03-13  Jim Meyering  <meyering@lucent.com>
26502
26503         * lib/path-concat.c (path_concat)
26504         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
26505         concatenating e.g., `C:' and `foo'.
26506         From Bruno Haible.
26507
26508 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
26509
26510         * lib/localcharset.c (locale_charset): Don't use
26511         setlocale(LC_CTYPE,NULL). Don't return NULL.
26512         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
26513
26514 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
26515
26516         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
26517         support for DOS/DJGPP.
26518
26519 2001-03-01  Paul Eggert  <eggert@twinsun.com>
26520
26521         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
26522         lacks mkstemp.  Compile our own tempname.c if we compile our own
26523         mkstemp.c, as mkstemp relies on tempname.
26524
26525 2001-03-01  Jim Meyering  <meyering@lucent.com>
26526
26527         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
26528         AH_VERBATIM really does output its argument verbatim.
26529
26530 2001-02-28  Paul Eggert  <eggert@twinsun.com>
26531
26532         * lib/Makefile.am (libfetish_a_SOURCES):
26533         Add dup-safer.c, fopen-safer.c.
26534         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
26535
26536         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
26537         * lib/unistd-safer.h: New files.
26538
26539 2001-02-25  Paul Eggert  <eggert@twinsun.com>
26540
26541         The mkstemp replacement is taken from glibc 2.2.2, with some
26542         portability fixes for use outside glibc, as follows:
26543
26544         * lib/tempname.c (struct_stat64): New macro.
26545         (direxists, __gen_tempname): Use it.
26546         This avoids a portability problem with Solaris 8.
26547
26548         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
26549         (<stddef.h>, <stdint.h>, <string.h>):
26550         Include only if STDC_HEADERS || _LIBC.
26551         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
26552         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
26553         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
26554         (__set_errno): Define this macro if <errno.h> doesn't.
26555         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
26556         Define these macros if <stdio.h> doesn't.
26557         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
26558         Define these macros if <sys/stat.h>
26559         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
26560         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
26561         __xstat64): Define if not _LIBC.
26562         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
26563         (__gen_tempname): Invoke gettimeofday only if
26564         HAVE_GETTIMEOFDAY || _LIBC;
26565         otherwise, fall back on plain "time".
26566         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
26567
26568         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
26569
26570         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
26571
26572 2001-02-18  Paul Eggert  <eggert@twinsun.com>
26573
26574         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
26575
26576 2001-02-17  Paul Eggert  <eggert@twinsun.com>
26577
26578         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
26579         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
26580         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
26581         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
26582
26583 2001-02-17  Paul Eggert  <eggert@twinsun.com>
26584
26585         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
26586         Remove workaround macros for hosts that have mbrtowc but not
26587         mbstate_t, as we now insist on proper declarations for both
26588         before using mbrtowc.
26589
26590 2001-02-17  Jim Meyering  <meyering@lucent.com>
26591
26592         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
26593         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
26594         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
26595         UnixWare 7.1.1.
26596
26597         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
26598         rather than AC_CACHE_VAL.
26599
26600 2001-02-17  Jim Meyering  <meyering@lucent.com>
26601
26602         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
26603         around included file name.
26604
26605         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
26606
26607         * lib/strftime.c: Update from GNU libc (the only changes were to
26608         comments).
26609
26610 2001-02-17  Jim Meyering  <meyering@lucent.com>
26611
26612         * lib/regex.c: Update from libc.
26613
26614 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
26615
26616         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
26617         clash.
26618
26619 2001-02-16  Paul Eggert  <eggert@twinsun.com>
26620
26621         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
26622         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
26623         Reported by Mark Hounschell via Paul Eggert.
26624
26625 2001-02-07  Jim Meyering  <meyering@lucent.com>
26626
26627         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
26628
26629 2001-02-05  Jim Meyering  <meyering@lucent.com>
26630
26631         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
26632         it includes the patch required for `large file' support with at least
26633         HP-UX's 10.20 /bin/cc.
26634
26635 2001-02-03  Jim Meyering  <meyering@lucent.com>
26636
26637         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
26638         AS_IF, now that it works once again (mysteriously).
26639         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
26640
26641 2001-01-30  Jim Meyering  <meyering@lucent.com>
26642
26643         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
26644         * m4/chown.m4: Rename conftestchown to conftest.chown.
26645         * m4/rename.m4: s/conftestdir/conftest.d1/ and
26646         s/conftestdir2/conftest.d2/.
26647         * m4/utimes.m4: s/conftestdata/conftest.data/
26648         Inspired by Pavel Roskin's change in autoconf.
26649
26650 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
26651
26652         * lib/config.charset: Update for FreeBSD 4.2.
26653
26654 2001-01-27  Jim Meyering  <meyering@lucent.com>
26655
26656         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
26657         a use of AS_IF.
26658         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
26659
26660 2001-01-26  Jim Meyering  <meyering@lucent.com>
26661
26662         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
26663         quotearg.c includes it.
26664
26665 2001-01-26  Jim Meyering  <meyering@lucent.com>
26666
26667         * lib/quotearg.c: Include stddef.h.
26668         * lib/quote.c: Include stddef.h.
26669         Reported by Axel Kittenberger.
26670
26671         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
26672         line in double quotes so that it evokes a better diagnostic.
26673         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
26674         Reported by Axel Kittenberger.
26675
26676 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
26677
26678         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
26679         as if it was a `charset'.
26680
26681 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
26682
26683         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
26684         has const.
26685
26686 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
26687
26688         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
26689         to avoid a warning.  Add back 'const' to inptr.
26690
26691 2001-01-20  Jim Meyering  <meyering@lucent.com>
26692
26693         Be sure that headers are checked before used in code compiled
26694         for the type checks.
26695         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
26696         In place of that, invoke jm_CHECK_ALL_TYPES.
26697         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
26698         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
26699         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
26700         The check for ssize_t was mistakenly run before the test for unistd.h.
26701
26702         The configure-time check for stdbool.h was missing.
26703         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
26704         (jm_PREREQ_HASH): New function.
26705
26706 2001-01-17  Jim Meyering  <meyering@lucent.com>
26707
26708         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
26709         for autoconf-2.49c.
26710         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
26711
26712 2001-01-16  Jim Meyering  <meyering@lucent.com>
26713
26714         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
26715         From Bruno Haible.
26716
26717 2001-01-14  Jim Meyering  <meyering@lucent.com>
26718
26719         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
26720         foo and bar.  Create conftestdir/ in the script, not in the C code.
26721         Remove directories in the script, not in the C code.
26722         Remove conftestdir{,2} before trying to create the directory.
26723         Make the entire configure script fail if the mkdir fails.
26724
26725 2001-01-14  Jim Meyering  <meyering@lucent.com>
26726
26727         * lib/rename.c: New file.  From Volker Borchert.
26728         Include stdlib.h, string.h or strings.h, and xalloc.h.
26729         Use strip_trailing_slashes rather than open-coding it.
26730
26731 2001-01-03  Paul Eggert  <eggert@twinsun.com>
26732
26733         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
26734
26735 2001-01-03  Jim Meyering  <meyering@lucent.com>
26736
26737         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
26738         of local `inptr' to avoid warning with some system declarations of
26739         iconv.
26740
26741 2001-01-02  Volker Borchert  <bt@teknon.de>
26742
26743         * m4/rename.m4: New file.
26744         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
26745
26746 2001-01-01  Jim Meyering  <meyering@lucent.com>
26747
26748         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
26749         even on systems with utmpx.h.  It's necessary for the declaration of
26750         utmp's ut_user member.  Reported by Andreas Jaeger.
26751
26752         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
26753         available. They are required for the declarations of getgrgid and
26754         getpwuid resp.
26755         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
26756         Reported by Andreas Jaeger.
26757
26758 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
26759
26760         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
26761         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
26762         so `make install' also works in VPATH builds.
26763
26764 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
26765
26766         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
26767         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
26768         can be used in subdirectories.
26769
26770 2000-12-29  Paul Eggert  <eggert@twinsun.com>
26771
26772         * lib/modechange.c: Do not assume that mode_t uses the
26773         traditional octal encoding.  E.g. "chmod 1 FOO" should set
26774         the other-execute bit of FOO even if S_IXOTH != 1.
26775
26776         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
26777         WOTH, XOTH, ALLM): New macros.
26778         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
26779          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
26780         Use them.
26781         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
26782         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
26783         (mode_compile):
26784         No need to use uintmax_t; unsigned long is long enough.
26785         Don't bother to get suffix since we don't use it.
26786
26787 2000-12-26  Jim Meyering  <meyering@lucent.com>
26788
26789         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
26790         better with autoheader.
26791
26792 2000-12-24  Jim Meyering  <meyering@lucent.com>
26793
26794         * lib/hash.c (is_prime): Return explicit boolean values.
26795         (hash_get_first): Return NULL to appease Irix5.6's 89.
26796         Reported by Nelson Beebe.
26797
26798 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
26799
26800         * lib/localcharset.c (locale_charset): Add support for Win32.
26801
26802 2000-12-18  Paul Eggert  <eggert@twinsun.com>
26803
26804         * lib/physmem.h, lib/physmem.c: New files.
26805
26806         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
26807         (noinst_HEADERS): Add physmem.h.
26808
26809         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
26810         't' for compatibility with Solaris 8 sort.
26811
26812 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
26813
26814         * lib/config.charset: Add support for BeOS.
26815
26816 2000-12-17  Jim Meyering  <meyering@lucent.com>
26817
26818         * m4/dos.m4 (jm_AC_DOS): New file and macro.
26819         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
26820
26821 2000-12-16  Jim Meyering  <meyering@lucent.com>
26822
26823         This bug had a serious impact on chown: `chown N:M FILE' (for integer
26824         N and M) would have treated it like `chown N:N FILE'.
26825
26826         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
26827
26828 2000-12-16  Jim Meyering  <meyering@lucent.com>
26829
26830         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
26831         SHELLS_FILE to a file name that's useful on djgpp systems.
26832         Include stdlib.h.
26833         (ADDITIONAL_DEFAULT_SHELLS): Define.
26834         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
26835         Based mostly on a patch from Prashant TR.
26836
26837 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
26838
26839         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
26840         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
26841         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
26842
26843 2000-12-08  Andreas Schwab  <schwab@suse.de>
26844
26845         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
26846         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
26847
26848 2000-12-07  Jim Meyering  <meyering@lucent.com>
26849
26850         * lib/stripslash.c (ISSLASH): Define.
26851         (strip_trailing_slashes): Use ISSLASH rather than comparing against
26852         `/'.
26853         From Prashant TR.
26854
26855         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
26856         (dir_name_r): Declare this function as static.
26857         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
26858         manifest itself on a name containing a mix of slashes and
26859         backslashes.
26860         Make this function work with names starting with a DOS-style
26861         drive letter and colon prefix.
26862         (dir_name): Append `.' if necessary.
26863         Based mostly on patches from Prashant TR and Eli Zaretskii.
26864
26865         * lib/dirname.h (dir_name_r): Remove prototype.
26866
26867 2000-12-06  Paul Eggert  <eggert@twinsun.com>
26868
26869         * m4/off_t-format.m4: Remove this file.
26870         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
26871
26872 2000-12-06  Jim Meyering  <meyering@lucent.com>
26873
26874         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
26875         replacement strtoull, we may well need the replacement strtoul, too.
26876         Check for declarations of strtoul and strtoull.
26877         Check for strtol.  Mainly as a cue to cause automake to include
26878         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
26879         Check for limits.h -- strtol.c needs it.
26880
26881 2000-12-05  Jim Meyering  <meyering@lucent.com>
26882
26883         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
26884
26885 2000-12-04  Jim Meyering  <meyering@lucent.com>
26886
26887         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
26888         Also include memory.h, stdlib.h, unistd.h if appropriate.
26889         Reported by Andreas Jaeger (conflicting declaration of malloc).
26890
26891 2000-12-02  Jim Meyering  <meyering@lucent.com>
26892
26893         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
26894         * m4/jm-macros.m4 (jm_MACROS): require it.
26895
26896 2000-12-02  Jim Meyering  <meyering@lucent.com>
26897
26898         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
26899
26900 2000-12-01  Paul Eggert  <eggert@twinsun.com>
26901
26902         * lib/memrchr.c: Include <config.h> before any system include file.
26903
26904 2000-11-30  Jim Meyering  <meyering@lucent.com>
26905
26906         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
26907
26908 2000-11-30  Jim Meyering  <meyering@lucent.com>
26909
26910         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
26911
26912 2000-11-29  Paul Eggert  <eggert@twinsun.com>
26913
26914         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
26915
26916 2000-11-26  Jim Meyering  <meyering@lucent.com>
26917
26918         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
26919
26920 2000-11-22  Paul Eggert  <eggert@twinsun.com>
26921
26922         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
26923         size of (size_t) -1; it's not portable.
26924
26925 2000-11-17  Jim Meyering  <meyering@lucent.com>
26926
26927         * lib/strstr.c: Update from GNU libc.
26928
26929 2000-11-17  Akim Demaille  <akim@epita.fr>
26930
26931         * lib/obstack.h: Formatting changes.
26932         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
26933         prevent type checking.
26934         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
26935         cast the value to (void *): assigning a `foo *' to a `void *'
26936         variable is valid.
26937         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
26938
26939 2000-11-16  Jim Meyering  <meyering@lucent.com>
26940
26941         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
26942
26943 2000-11-11  Jim Meyering  <meyering@lucent.com>
26944
26945         * lib/error.c: Add a couple #includes, merging from GNU libc version.
26946
26947 2000-11-10  Jim Meyering  <meyering@lucent.com>
26948
26949         * lib/obstack.h: Update from GNU libc.
26950         * lib/obstack.c: Likewise.
26951
26952 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
26953
26954         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
26955
26956 2000-11-06  Paul Eggert  <eggert@twinsun.com>
26957
26958         * lib/getusershell.c (setusershell): Use rewind rather than
26959         fseek/fseeko, to avoid configuration hassles with fseeko.
26960         Don't bother opening SHELLS_FILE if shellstream is NULL;
26961         it's not necessary.
26962
26963 2000-11-05  Jim Meyering  <meyering@lucent.com>
26964
26965         * lib/makepath.h (make_dir): Declare.
26966         * lib/makepath.c (make_dir): Remove `static' attribute.
26967         Tweak a comment.
26968
26969 2000-11-04  Jim Meyering  <meyering@lucent.com>
26970
26971         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
26972
26973 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
26974
26975         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
26976         last one in a bucket, advance to the next bucket.
26977
26978 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
26979
26980         * lib/fnmatch.c: Do not comment out all the code if we are using
26981         the GNU C library, because in some cases we are replacing buggy
26982         code in the GNU C library itself.
26983
26984 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
26985
26986         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
26987         (regex_compile): Catch bogus \(\1\).
26988
26989 2000-10-30  Paul Eggert  <eggert@twinsun.com>
26990
26991         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
26992         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
26993         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
26994
26995 2000-10-30  Paul Eggert  <eggert@twinsun.com>
26996
26997         * lib/error.h, getline.h, modechange.h:
26998         Remove "2000" from Copyright line, as the file hasn't been
26999         changed this year other than in the copyright notice.
27000
27001         * lib/xalloc.h: Add "2000" to Copyright line, as this file
27002         was changed this year.
27003
27004 2000-10-29  Jim Meyering  <meyering@lucent.com>
27005
27006         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
27007         renaming.
27008         * m4/ls-mntd-fs.m4: Likewise
27009
27010 2000-10-29  Jim Meyering  <meyering@lucent.com>
27011
27012         * lib/xstat.in: Fix grammar in comment.
27013
27014 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
27015
27016         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
27017         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
27018         doesn't define __restrict_arr.
27019
27020 2000-10-28  Jim Meyering  <meyering@lucent.com>
27021
27022         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
27023         (jm_PREREQ_MEMCHR): New function.
27024
27025 2000-10-28  Jim Meyering  <meyering@lucent.com>
27026
27027         * lib/memchr.c: Update from libc.
27028         Adjust for portability:
27029         [HAVE_STDLIB_H]: Include stdlib.h.
27030         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
27031         Undef __memchr, too.
27032         [!weak_alias]: Define __memchr to memchr.
27033
27034         * lib/regex.c: Update from libc.
27035         * lib/regex.h: Likewise.
27036         * lib/getopt1.c: Likewise.
27037         * lib/memcmp.c: Likewise.
27038
27039         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
27040         Avoid using fseek, when possible -- it's broken by design.
27041         Patch by Ulrich Drepper.
27042
27043 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
27044
27045         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
27046         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
27047         Giving in to popular pressure to shut up the compiler with casts.
27048
27049 2000-10-26  Jim Meyering  <meyering@lucent.com>
27050
27051         * lib/strftime.c: Update from libc.
27052
27053 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
27054
27055         * regex.c: More `unsigned char' -> `re_char' changes.
27056         Also change several `int' into `re_wchar_t'.
27057         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
27058         (PUSH_FAILURE_POINTER): Don't cast any more.
27059         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
27060         We want GCC to complain, since this piece of code makes
27061         re_match non-reentrant, which *should* be fixed.
27062         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
27063         (EXTEND_BUFFER): Use RETALLOC.
27064         (SET_LIST_BIT): Don't cast.
27065         (re_wchar_t): New type.
27066         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
27067         that those two functions will always properly return.
27068         (IMMEDIATE_QUIT_CHECK): Cast to void.
27069         (analyse_first): Use recursion rather than an explicit stack.
27070         (re_compile_fastmap): Can't fail anymore.
27071         (re_search_2): Don't check re_compile_fastmap for failure.
27072         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
27073         Now also sets the new value (passed in a new argument).
27074         (re_match_2_internal): Use it.
27075         Also, use a new var `reg' of type size_t when looping through regs
27076         rather than reuse the inappropriate `mcnt'.
27077
27078 2000-10-25  Jim Meyering  <meyering@lucent.com>
27079
27080         * lib/obstack.c: Update from libc.
27081
27082 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
27083
27084         * regex.c (regex_compile): Change the way of handling a range from
27085         a char less than 256 to a char not less than 256.
27086
27087 2000-10-24  Andrew Innes  <andrewi@gnu.org>
27088
27089         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
27090         NT-Emacs only.
27091         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
27092         so that re_search functions only quit when callers expect them to.
27093
27094 2000-10-23  Jim Meyering  <meyering@lucent.com>
27095
27096         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
27097         wrong.  That set_locale call must not have any side effects.
27098         From Paul Eggert.
27099
27100 2000-10-22  Jim Meyering  <meyering@lucent.com>
27101
27102         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
27103         [CYCLIC]: Remove now-unused definition.
27104
27105         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
27106         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
27107         Suggestion from Ulrich Drepper.
27108
27109 2000-10-21  Jim Meyering  <meyering@lucent.com>
27110
27111         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
27112         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
27113         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
27114
27115 2000-10-21  Jim Meyering  <meyering@lucent.com>
27116
27117         * lib/dirname.c (memrchr): Declare if necessary.
27118         (dir_name): Remove the restriction that there be no
27119         trailing slashes.  Now, this code skips past them, effectively
27120         ignoring them.
27121         [TEST_DIRNAME] (main): New unit tests.
27122
27123         * lib/memrchr.c: New file from GNU libc.
27124         Undef __memrchr, too.
27125         [!weak_alias]: Define __memrchr to memrchr.
27126         Guard weak_alias use with `#ifdef weak_alias'.
27127
27128 2000-10-21  Jim Meyering  <meyering@lucent.com>
27129
27130         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
27131         (dir_name): Use dir_name_r.
27132         * lib/dirname.h (dir_name_r): Declare it.
27133
27134 2000-10-17  Jim Meyering  <meyering@lucent.com>
27135
27136         * lib/quote.h (PARAMS): Define and use.
27137         Reported by Akim Demaille.
27138
27139         * lib/getopt.c: Update from libc.
27140
27141 2000-10-16  Jim Meyering  <meyering@lucent.com>
27142
27143         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
27144         setlocale.
27145         From Jan Fedak.
27146
27147 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
27148
27149         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
27150
27151 2000-09-25  Jim Meyering  <meyering@lucent.com>
27152
27153         * lib/md5.h (rol): Define (from GnuPG).
27154
27155         * lib/sha.c: Give credit (GnuPG) where due.
27156         (M): Use rol rather than open-coding it.
27157         Add a FIXME comment.
27158
27159 2000-09-21  Jim Meyering  <meyering@lucent.com>
27160
27161         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
27162         Reported by Michael Stone.
27163
27164 2000-09-20  Jim Meyering  <meyering@lucent.com>
27165
27166         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
27167         (noinst_HEADERS): Add sha.h.
27168         Based on code from Scott G. Miller and from GnuPG.
27169
27170 2000-09-18  Jim Meyering  <meyering@lucent.com>
27171
27172         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
27173         LIBS. Otherwise, everyone ends up linking with -lelf for some
27174         configurations.
27175         Reported by Mike Stone.
27176
27177 2000-09-15  Jim Meyering  <meyering@lucent.com>
27178
27179         * lib/regex.c: Update from libc.
27180
27181 2000-09-10  Jim Meyering  <meyering@lucent.com>
27182
27183         * lib/getopt.c (_getopt_internal): Update from glibc.
27184
27185 2000-09-09  Jim Meyering  <meyering@lucent.com>
27186
27187         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
27188         think it should be used as a general replacement for isascii.
27189         * lib/fnmatch.c: Likewise.
27190         * lib/mbswidth.c: Likewise
27191         * lib/regex.c: Likewise.
27192
27193         Don't use atoi.
27194         * lib/userspec.c: Include sys/param.h and limits.h.
27195         Include xstrtol.h.
27196         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
27197         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
27198         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
27199         UID, GID.  Check range.
27200
27201 2000-09-06  Jim Meyering  <meyering@lucent.com>
27202
27203         * lib/getopt.c (_getopt_internal): Update from glibc.
27204
27205 2000-08-30  Jim Meyering  <meyering@lucent.com>
27206
27207         * lib/strftime.c: Merge in changes from GNU libc.
27208
27209 2000-08-26  Jim Meyering  <meyering@lucent.com>
27210
27211         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
27212         * m4/fpending.m4: New file.
27213
27214 2000-08-26  Jim Meyering  <meyering@lucent.com>
27215
27216         * lib/closeout.c: Include "__fpending.h".
27217         (close_stdout_status): Return right away if there's nothing to flush.
27218
27219         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
27220         * lib/__fpending.c: New file.
27221         * lib/__fpending.h: New file.
27222
27223 2000-08-20  Jim Meyering  <meyering@lucent.com>
27224
27225         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
27226         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
27227         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
27228
27229 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
27230
27231         Improve fileutils installation on systems where running
27232         programs (like install) can't be unlinked.
27233         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
27234         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
27235
27236 2000-08-07  Paul Eggert  <eggert@twinsun.com>
27237
27238         Standardize on "memory exhausted" instead of "Memory exhausted"
27239         or "virtual memory exhausted".
27240         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
27241         "virtual memory exhausted".
27242         * lib/same.c (same_name): Invoke xalloc_die instead of printing
27243         our own message.
27244         * lib/userspec.c (parse_user_spec): Likewise.
27245         * lib/bumpalloc.h: comment fix
27246         * lib/same.c, userspec.c: Include xalloc.h.
27247
27248         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
27249         not char *const and pointing to a constant array.
27250         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
27251         (xrealloc): Comment fix.
27252
27253         * lib/userspec.c (parse_user_spec):
27254         Don't translate a message until just before returning,
27255         to avoid unnecessary translation.
27256
27257 2000-08-07  Jim Meyering  <meyering@lucent.com>
27258
27259         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
27260         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
27261         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
27262         getgroups.c, gethostname.c, getopt.h, group-member.c,
27263         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
27264         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
27265         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
27266         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
27267         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
27268         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
27269         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
27270         yesno.c: Back out Copyright date changes for each file with no change
27271         this year.  This eases coordination with other programs using the same
27272         source code modules.  From Paul Eggert.
27273
27274 2000-08-06  Paul Eggert  <eggert@twinsun.com>
27275
27276         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
27277         not char, for compatibility with glibc 2.1.3 strftime.c.
27278
27279 2000-08-03  Greg McGary  <greg@mcgary.org>
27280
27281         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
27282         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
27283         (EXTEND_BUFFER): Use them.
27284
27285 2000-08-01  Jim Meyering  <meyering@lucent.com>
27286
27287         * lib/dirname.c (ISSLASH): Define.
27288         (BACKSLASH_IS_PATH_SEPARATOR): Define.
27289         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
27290         both `\' and `/' may be use as path separators.
27291         Based on a patch from Prashant TR.
27292
27293 2000-07-31  Paul Eggert  <eggert@twinsun.com>
27294
27295         * lib/quotearg.c (quotearg_n_options): Don't make the initial
27296         slot vector a constant, since it might get modified.
27297
27298 2000-07-31  Jim Meyering  <meyering@lucent.com>
27299
27300         * lib/xmalloc.c: Use `virtual memory exhausted', not
27301         `Memory exhausted'.
27302         * lib/obstack.c (print_and_abort): Likewise.
27303
27304 2000-07-30  Paul Eggert  <eggert@twinsun.com>
27305
27306         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
27307         buffer, so that the caller can always quote one small
27308         component of a "memory exhausted" message in slot 0.
27309         From a suggestion by Jim Meyering.
27310
27311 2000-07-30  Jim Meyering  <meyering@lucent.com>
27312
27313         * lib/makepath.c (make_path): Quote the other instance, too.
27314
27315         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
27316         (STATIC_BUF_SIZE): Define.
27317         (quotearg_n_options): Use only statically allocated storage when
27318         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
27319         than STATIC_BUF_SIZE.
27320
27321 2000-07-29  Jim Meyering  <meyering@lucent.com>
27322
27323         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
27324         * lib/dirname.c (dir_name): Likewise.
27325
27326         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
27327         `/'.
27328
27329         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
27330         (dir_name): Assert that there are no trailing slashes.
27331
27332 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
27333
27334         * lib/mbswidth.h (mbswidth): Add a flags argument.
27335         (mbswidth): New declaration.
27336         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
27337         * lib/mbswidth.c (mbswidth): Add a flags argument.
27338         (mbsnwidth): New function.
27339
27340 2000-07-24  Jim Meyering  <meyering@lucent.com>
27341
27342         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
27343
27344 2000-07-23  Paul Eggert  <eggert@twinsun.com>
27345
27346         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
27347
27348 2000-07-23  Paul Eggert  <eggert@twinsun.com>
27349
27350         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
27351         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
27352         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
27353         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
27354         invoke multibyte primitives.
27355
27356 2000-07-23  Paul Eggert  <eggert@twinsun.com>
27357
27358         * lib/quotearg.c:
27359         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
27360         so that mbstate_t is always defined.
27361
27362         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
27363         be 1 in at least one GCC installation, and this configuration
27364         error is likely to be common.  Ignoring MB_LEN_MAX hurts
27365         performance on hosts that have mbrtowc but have only unibyte
27366         locales, but I assume these hosts are rare.
27367
27368 2000-07-23  Paul Eggert  <eggert@twinsun.com>
27369
27370         * lib/mbswidth.c (_XOPEN_SOURCE):
27371         Don't define; this causes problems on Solaris 7.
27372         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
27373
27374 2000-07-23  Jim Meyering  <meyering@lucent.com>
27375
27376         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
27377         too: getgrgid, getpwuid, getuid.
27378
27379 2000-07-23  Jim Meyering  <meyering@lucent.com>
27380
27381         * lib/basename.c (base_name): Add an assertion.
27382
27383 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
27384
27385         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
27386         shadow its mbsinit function.
27387
27388 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
27389
27390         * lib/mbswidth.h: New file.
27391         * lib/mbswidth.c: New file.
27392         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
27393         (noinst_HEADERS): Add mbswidth.h.
27394
27395 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
27396
27397         * lib/config.charset: Add support for FreeBSD. Improve support for
27398         HP-UX and IRIX 6.
27399
27400 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
27401
27402         * m4/mbswidth.m4: New file.
27403         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
27404
27405 2000-07-15  Jim Meyering  <meyering@lucent.com>
27406
27407         * lib/makepath.c: Include quote.h.
27408         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
27409         corresponding argument in a `quote (...)' call.
27410         Give better diagnostics.
27411
27412         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
27413         (noinst_HEADERS): Add quote.h.
27414
27415         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
27416         from tar's src/misc.c.
27417         * lib/quote.h: New file.  Prototypes for same.
27418
27419 2000-07-14  Paul Eggert  <eggert@twinsun.com>
27420
27421         From a suggestion by Bruno Haible.
27422         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
27423         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
27424         to decide whether to define the BeOS workaround macro;
27425         this adjusts to the change to AC_MBSTATE_T.
27426
27427 2000-07-14  Jim Meyering  <meyering@lucent.com>
27428
27429         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
27430         jm_AC_TYPE_UINTMAX_T.
27431
27432 2000-07-13  Paul Eggert  <eggert@twinsun.com>
27433
27434         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
27435
27436         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
27437         quotearg_buffer_restyled): Add support for
27438         clocale_quoting_style.  Undo previous change to
27439         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
27440         and "{RIGHT QUOTATION MARK}" msgids.
27441
27442 2000-07-10  Paul Eggert  <eggert@twinsun.com>
27443
27444         From a suggestion by Bruno Haible.
27445         * m4/mbstate_t.m4 (AC_MBSTATE_T):
27446         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
27447         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
27448         and mbstate_t, to a single-part test that simply defines mbstate_t.
27449         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
27450         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
27451
27452 2000-07-10  Jim Meyering  <meyering@lucent.com>
27453
27454         * m4/strerror_r.m4: Mirror the correction made in autoconf.
27455
27456         * m4/gnu-source.m4: Output to confdefs.h directly.
27457         Suggestion from Akim Demaille.
27458
27459 2000-07-09  Paul Eggert  <eggert@twinsun.com>
27460
27461         The old behavior of quoting `like this' doesn't look good with
27462         newer, ISO-style fonts.  See:
27463         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
27464
27465         Instead, quote "like this" by default.  Let the translator
27466         tailor the locale-specific quoting behavior by providing
27467         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
27468
27469         * lib/quotearg.c (N_): New macro.
27470         (gettext_default): New function.
27471         (quotearg_buffer_restyled): Use
27472         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
27473         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
27474
27475 2000-07-09  Jim Meyering  <meyering@lucent.com>
27476
27477         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
27478         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
27479
27480         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
27481         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
27482
27483 2000-07-09  Jim Meyering  <meyering@lucent.com>
27484
27485         * lib/Most files: Update copyright dates to include 2000.
27486
27487 2000-07-08  Jim Meyering  <meyering@lucent.com>
27488
27489         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
27490         if not defined.
27491         (xgethostname): Remove now-unnecessary #ifdef.
27492         Move declaration of `err' into loop where it's used.
27493
27494 2000-07-05  Paul Eggert  <eggert@twinsun.com>
27495         and Bruno Haible  <haible@clisp.cons.org>
27496
27497         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
27498         only if the test for an object-type mbstate_t fails.  This
27499         prevents us from mistakenly reporting that mbstate_t is a
27500         system object type after we "#define mbstate_t int" to work
27501         around its lack.
27502
27503 2000-07-05  Paul Eggert  <eggert@twinsun.com>
27504         and Bruno Haible  <haible@clisp.cons.org>
27505
27506         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
27507
27508 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
27509
27510         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
27511         to strerror_r.
27512         Include <ctype.h> for use of isalpha.
27513
27514 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
27515
27516         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
27517         by allocating a larger buffer. Test the gethostname return value for
27518         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
27519         returns an error and ENAMETOOLONG isn't defined.
27520
27521 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
27522
27523         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
27524         dimension.
27525
27526 2000-07-04  Jim Meyering  <meyering@lucent.com>
27527
27528         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
27529         of the deprecated AC_CHECKING.
27530
27531 2000-07-04  Jim Meyering  <meyering@lucent.com>
27532
27533         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
27534         Reported by Bruno Haible.
27535
27536 2000-07-04  Jim Meyering  <meyering@lucent.com>
27537
27538         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
27539         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
27540         lacks mbrtowc.
27541
27542 2000-07-03  Paul Eggert  <eggert@twinsun.com>
27543
27544         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
27545         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
27546
27547 2000-07-03  Paul Eggert  <eggert@twinsun.com>
27548         and Bruno Haible  <haible@clisp.cons.org>
27549
27550         * lib/quotearg.c (mbrtowc):
27551         Assign to *pwc, and return 1 only if result is nonzero.
27552         (iswprint): Use ISPRINT when substituting our own mbrtowc.
27553
27554 2000-07-03  Jim Meyering  <meyering@lucent.com>
27555
27556         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
27557
27558 2000-07-03  Jim Meyering  <meyering@lucent.com>
27559
27560         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
27561         This is necessary to get a definition of e.g., UTMP_FILE on
27562         HP-UX 10.20.
27563         From Bob Proulx.
27564
27565 2000-07-02  Jim Meyering  <meyering@lucent.com>
27566
27567         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
27568
27569         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
27570         AC_LIBOBJ(function_name).
27571         * m4/chown.m4: Likewise.
27572         * m4/fnmatch.m4: Likewise.
27573         * m4/ftruncate.m4: Likewise.
27574         * m4/getgroups.m4: Likewise.
27575         * m4/getline.m4: Likewise.
27576         * m4/group-member.m4: Likewise.
27577         * m4/jm-macros.m4: Likewise.
27578         * m4/lstat.m4: Likewise.
27579         * m4/malloc.m4: Likewise.
27580         * m4/memcmp.m4: Likewise.
27581         * m4/nanosleep.m4: Likewise.
27582         * m4/putenv.m4: Likewise.
27583         * m4/realloc.m4: Likewise.
27584         * m4/regex.m4: Likewise.
27585         * m4/stat.m4: Likewise.
27586         * m4/strftime.m4: Likewise.
27587
27588 2000-07-02  Jim Meyering  <meyering@lucent.com>
27589
27590         * lib/quotearg.c (mbstate_t): Don't define here.
27591
27592 2000-07-02  Jim Meyering  <meyering@lucent.com>
27593
27594         * lib/nanosleep.c (SIGCONT): Define if not already defined.
27595
27596 2000-07-01  Jim Meyering  <meyering@lucent.com>
27597
27598         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
27599
27600 2000-07-01  Jim Meyering  <meyering@lucent.com>
27601
27602         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
27603         problem.
27604
27605 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
27606
27607         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
27608         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
27609
27610 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
27611
27612         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
27613         per change in ../m4/ls-mntd-fs.m4.
27614         (read_filesystem_list): Ignore symbolic links.
27615
27616 2000-06-29  Jim Meyering  <meyering@lucent.com>
27617
27618         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
27619         for declaration of strcmp.
27620
27621         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
27622
27623         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
27624         Avoid warning by casting result to `char *' to remove `const'.
27625
27626 2000-06-28  Jim Meyering  <meyering@lucent.com>
27627
27628         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
27629         included by quotearg.c, for which we perform this test.  From
27630         Bruno Haible.
27631
27632 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
27633
27634         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
27635         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
27636         <utmpx.h> exists, put readutmp.o into LIBOBJS.
27637
27638 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
27639
27640         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
27641
27642 2000-06-26  Paul Eggert  <eggert@twinsun.com>
27643
27644         savedir now sets errno on failure and invokes xmalloc to get memory.
27645         Fix a couple of other minor bugs while we're at it.
27646
27647         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
27648         (NAMLEN): Remove macro.
27649         (malloc, realloc): Remove decls.
27650         (stpcpy): Likewise.
27651         ("xalloc.h"): Include.
27652         (NAME_SIZE_DEFAULT): New macro.
27653         (savedir): Use xmalloc / xrealloc to allocate memory.
27654         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
27655         Skip "" directory entries.
27656         Use strlen to calculate directory entry length, since the old method
27657         is rarely used these days and isn't worth supporting.
27658         Don't use a pointer after freeing it.
27659         Check for integer overflow when calculating allocation size.
27660         Use memcpy to copy entries, instead of stpcpy.
27661         Set errno properly when returning NULL.
27662         Check for readdir error.
27663
27664 2000-06-26  Jim Meyering  <meyering@lucent.com>
27665
27666         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
27667
27668 2000-06-25  Jim Meyering  <meyering@lucent.com>
27669
27670         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
27671         Linux header bug when _XOPEN_SOURCE is defined to 500.
27672
27673 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
27674
27675         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
27676         deficiency.
27677
27678 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
27679
27680         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
27681         Include xalloc.h.
27682         Don't include <stdlib.h>.  Don't declare malloc, realloc.
27683
27684 2000-06-24  Jim Meyering  <meyering@lucent.com>
27685
27686         * m4/strerror_r.m4: Revive this file -- to try out an experimental
27687         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
27688         for which strerror does return char*, but which lacks a conveniently
27689         accessible declaration of the function.  If the compile-test says
27690         strerror_r doesn't work, then resort to a `run'-test that works on
27691         BeOS and segfaults on DEC Unix.
27692
27693 2000-06-24  Jim Meyering  <meyering@lucent.com>
27694
27695         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
27696
27697 2000-06-23  Paul Eggert  <eggert@twinsun.com>
27698
27699         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
27700         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
27701
27702 2000-06-23  Paul Eggert  <eggert@twinsun.com>
27703
27704         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
27705         (mbrtowc, mbstate_t): Define substitutes if
27706         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
27707         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
27708         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
27709
27710 2000-06-23  Jim Meyering  <meyering@lucent.com>
27711
27712         * m4/afs.m4: Add missing AC_MSG_RESULT.
27713         Reported by Bruno Haible.
27714
27715         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
27716         Suggestion from Bruno Haible.
27717
27718 2000-06-23  Jim Meyering  <meyering@lucent.com>
27719
27720         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
27721
27722 2000-06-21  Jim Meyering  <meyering@lucent.com>
27723
27724         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
27725
27726 2000-06-21  Jim Meyering  <meyering@lucent.com>
27727
27728         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
27729         (noinst_HEADERS): Add getstr.h.
27730
27731         * lib/getline.c (getstr): Move into a separate file.
27732         * lib/getstr.c (getstr): New file, extracted from getline.c, with
27733         the following changes: new parameter, delim2; both delim[12]
27734         parameters have type `int', not `char'.  The latter would lose
27735         with 8-bit delimiters.
27736         * lib/getstr.h: New file.
27737
27738 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
27739
27740         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
27741         than 1024, return a memory chunk of least possible size, instead
27742         of size PATH_MAX + 2. In the loop, increment the size proportionally.
27743         Use free/xmalloc instead of xrealloc to avoid copying for very long
27744         paths.
27745
27746 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
27747
27748         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
27749         the empty string.
27750
27751 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
27752
27753         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
27754         address, not strdup.  Include <stdlib.h> and don't declare free().
27755
27756 2000-06-19  Jim Meyering  <meyering@lucent.com>
27757
27758         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
27759
27760 2000-06-18  Jim Meyering  <meyering@lucent.com>
27761
27762         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
27763
27764         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
27765         `checking whether...' message to be consistent with that of the
27766         lstat test.
27767
27768 2000-06-18  Jim Meyering  <meyering@lucent.com>
27769
27770         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
27771         Besides, these days every porting target provides a mkdir function.
27772
27773         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
27774         needed. (this snippet comes from src/system.h).
27775
27776 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
27777
27778         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
27779
27780 2000-06-15  Paul Eggert  <eggert@twinsun.com>
27781
27782         * lib/human.c (adjust_value): New function.
27783         (human_readable_inexact): Apply rounding style even when
27784         printing approximate values.
27785
27786 2000-06-14  Paul Eggert  <eggert@twinsun.com>
27787
27788         * lib/human.c (human_readable_inexact): Allow an input block
27789         size that is not a multiple of the output block size, and vice versa.
27790         Reported by Piergiorgio Sartor.
27791
27792 2000-06-14  Paul Eggert  <eggert@twinsun.com>
27793
27794         * lib/getdate.y (get_date): Apply relative times after time
27795         zone indicator, not before.  Reported by Todd A. Jacobs.
27796
27797 2000-06-13  Jim Meyering  <meyering@lucent.com>
27798
27799         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
27800
27801         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
27802
27803 2000-06-12  Paul Eggert  <eggert@twinsun.com>
27804
27805         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
27806
27807 2000-06-12  Jim Meyering  <meyering@lucent.com>
27808
27809         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
27810         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
27811         optional argument.
27812         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
27813         the optional argument, `lib'.
27814
27815 2000-06-08  Jim Meyering  <meyering@lucent.com>
27816
27817         * m4/largefile.m4: Remove file (now that it's part of autoconf).
27818
27819 2000-06-04  Paul Eggert  <eggert@twinsun.com>
27820
27821         Rewrite largefile configuration so that we don't need to run
27822         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
27823         AC_CANONICAL_HOST in configure.in -- jmm]
27824
27825         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
27826         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
27827         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
27828         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
27829         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
27830         All uses changed.
27831         Instead of inspecting the output of getconf, try to compile the
27832         test program without and with the macro definition.
27833         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
27834         for getconf.  Instead, check for the needed flags by compiling
27835         test programs.
27836
27837 2000-06-04  Paul Eggert  <eggert@twinsun.com>
27838
27839         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
27840
27841 2000-06-04  Jim Meyering  <meyering@lucent.com>
27842
27843         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
27844         SunOS 4.1.4 for which gid_t is an unsigned type.
27845
27846 2000-06-03  Jim Meyering  <meyering@lucent.com>
27847
27848         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
27849         now that autoconf requires that.
27850
27851         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
27852         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
27853         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
27854
27855 2000-06-03  Jim Meyering  <meyering@lucent.com>
27856
27857         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
27858
27859 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
27860
27861         * m4/glibc21.m4: New file.
27862         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
27863
27864 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
27865
27866         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
27867         newer, don't install charset.alias.
27868         * lib/config.charset: Change the Linux/glibc rules so they become empty
27869         on glibc-2.1 or newer.
27870
27871 2000-06-02  Jim Meyering  <meyering@lucent.com>
27872
27873         * lib/mountlist.c: Back out last change.  Instead, do this...
27874         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
27875         me_dummy member using the same `ignore'-testing code.
27876         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
27877         fs_type strings.
27878         From Mark D. Roth.
27879
27880 2000-05-29  Jim Meyering  <meyering@lucent.com>
27881
27882         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
27883         mounts with the `ignore' attribute.  Based on a patch from
27884         Mark D. Roth.
27885
27886 2000-05-28  Jim Meyering  <meyering@lucent.com>
27887
27888         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
27889         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
27890         * m4/stat.m4: Likewise.
27891         * m4/lstat.m4: Likewise.
27892         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
27893
27894         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
27895         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
27896
27897 2000-05-26  Jim Meyering  <meyering@lucent.com>
27898
27899         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
27900
27901 2000-05-24  Jim Meyering  <meyering@lucent.com>
27902
27903         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
27904         autoconf requires that.
27905         * m4/lib-check.m4: Likewise.
27906         * m4/jm-macros.m4: Likewise.
27907         * m4/strftime.m4: Likewise.
27908
27909         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
27910         AC_CHECK_DECLS, now that autoconf requires that.
27911
27912 2000-05-22  Jim Meyering  <meyering@lucent.com>
27913
27914         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
27915         * m4/lstat.m4: Likewise.
27916
27917 2000-05-22  Jim Meyering  <meyering@lucent.com>
27918
27919         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
27920
27921 2000-05-20  Jim Meyering  <meyering@lucent.com>
27922
27923         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
27924         (jm_PREREQ): Use it.
27925
27926 2000-05-18  Jim Meyering  <meyering@lucent.com>
27927
27928         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
27929         back, too, since it may have been modified by allocate_entry.
27930         (hash_delete): Rewrite to use neither the assignment operator
27931         nor the comma operator in an if-expression.
27932
27933 2000-05-15  Paul Eggert  <eggert@twinsun.com>
27934
27935         * lib/closeout.c:
27936         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
27937         Remove; no longer needed.
27938         "quotearg.h": Add include.
27939         (file_name): Do not bother to explicitly initialize to NULL; it's less
27940         efficient on some hosts.
27941         (close_stdout_status): Remove test as to whether stdout was already
27942         closed; it breaks for the case "echo x | sort >&-".
27943         Quote file name colons.
27944         Do not assume that _("write error") lacks format strings.
27945
27946 2000-05-15  Jim Meyering  <meyering@lucent.com>
27947
27948         * lib/version-etc.c (version_etc_copyright): Update the copyright
27949         string used in all --version output.
27950
27951 2000-05-14  Jim Meyering  <meyering@lucent.com>
27952
27953         * lib/closeout.c (close_stdout_set_file_name): New function.
27954         (close_stdout_status): Use new file-scoped global.
27955         Return right away if fstat says the stdout file descriptor is invalid.
27956         * lib/closeout.h (close_stdout_set_file_name): Declare.
27957
27958 2000-05-10  Jim Meyering  <meyering@lucent.com>
27959
27960         * lib/closeout.c [default_exit_status]: New file-scoped variable.
27961         (close_stdout_set_status): New function.
27962         * lib/closeout.h (close_stdout_set_status): Declare.
27963
27964 2000-05-09  Jim Meyering  <meyering@lucent.com>
27965
27966         * m4/gettext.m4: Rename this...
27967         * m4/libintl.m4: ...to this.
27968
27969 2000-05-08  Jim Meyering  <meyering@lucent.com>
27970
27971         * lib/long-options.c: Don't include closeout.h.
27972         (parse_long_options): Don't call close_stdout for --version.
27973
27974 2000-05-06  Paul Eggert  <eggert@twinsun.com>
27975
27976         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
27977         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
27978         2.1.3 bug.  This avoids a clash when files like regex.c define
27979         _GNU_SOURCE.
27980
27981 2000-05-06  Jim Meyering  <meyering@lucent.com>
27982
27983         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
27984         (AC_REPLACE_FUNCS): Add strnlen.
27985
27986         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
27987         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
27988
27989         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
27990         AC_SEARCH_LIBS call for nanosleep.
27991         (LIB_NANOSLEEP): Set and AC_SUBST.
27992
27993 2000-05-06  Jim Meyering  <meyering@lucent.com>
27994
27995         * lib/strnlen.c: Undefine __strnlen and strnlen.
27996         [!weak_alias]: Define __strnlen to strnlen.
27997
27998         * lib/atexit.c: New file, from libiberty.
27999
28000 2000-05-06  Jim Meyering  <meyering@lucent.com>
28001
28002         * lib/closeout.c (close_stdout_status): Also check for errors on the
28003         stderr stream.
28004
28005 2000-05-05  Jim Meyering  <meyering@lucent.com>
28006
28007         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
28008         AC_SEARCH_LIBS call for clock_gettime.
28009         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
28010
28011         * m4/search-libs.m4: Update from autoconf.
28012
28013         su doesn't work on Solaris 2.6.
28014         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
28015         <shadow.h>.  Reported by Dragos Harabor.
28016
28017 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
28018
28019         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
28020         memcpy instead of xmalloc, xrealloc, path_concat.
28021         (locale_charset): Treat empty environment variables as absent.
28022         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
28023
28024 2000-05-04  Jim Meyering  <meyering@lucent.com>
28025
28026         * lib/getopt.c: Update from glibc.
28027         * lib/obstack.c: Likewise.
28028         * lib/obstack.h: Likewise.
28029         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
28030         file
28031
28032         * lib/regex.h: Likewise.
28033         * lib/strndup.c: Likewise.
28034         * lib/strnlen.c: New file, from glibc.
28035
28036 2000-05-03  Jim Meyering  <meyering@lucent.com>
28037
28038         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
28039
28040 2000-05-02  Paul Eggert  <eggert@twinsun.com>
28041
28042         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
28043         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
28044         compile-time test, rather than inspecting host and OS, to
28045         decide whether to define _LARGEFILE_SOURCE.
28046
28047 2000-05-01  Jim Meyering  <meyering@lucent.com>
28048
28049         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
28050
28051         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
28052         Based on a patch from Bruno Haible.
28053
28054 2000-05-01  Jim Meyering  <meyering@lucent.com>
28055
28056         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
28057
28058 2000-04-29  Jim Meyering  <meyering@lucent.com>
28059
28060         * lib/path-concat.c: Declare strdup only if it's not defined.
28061         * lib/canon-host.c: Likewise.
28062
28063 2000-04-28  Jim Meyering  <meyering@lucent.com>
28064
28065         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
28066         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
28067         is included first, then limits.h is included by locale.h by libintl.h.
28068         From John David Anglin.
28069
28070 2000-04-25  Jim Meyering  <meyering@lucent.com>
28071
28072         * lib/makepath.c (S_IRWXUGO): Define.
28073         (make_path): Always perform explicit chmod if MODE specifies any
28074         of the `special' permission bits.  Prompted by a bug report against
28075         install from Mate Wierdl and Joost van Baal.
28076
28077 2000-04-18  Jim Meyering  <meyering@lucent.com>
28078
28079         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
28080         (jm_PREREQ): Use it.
28081
28082 2000-04-18  Jim Meyering  <meyering@lucent.com>
28083
28084         * lib/README: New file.
28085
28086         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
28087         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
28088
28089 2000-04-17  Jim Meyering  <meyering@lucent.com>
28090
28091         Get it right :-)
28092         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
28093         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
28094         Suggestion from Akim Demaille.
28095
28096 2000-04-17  Jim Meyering  <meyering@lucent.com>
28097
28098         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
28099         the definition of it to rpl_strftime also defined-away the system's
28100         declaration.
28101
28102 2000-04-15  Jim Meyering  <meyering@lucent.com>
28103
28104         Use `C' to denote so-called `contiguous' files, the same way
28105         that tar does.
28106         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
28107         (ftypelet): Use S_ISCTG.
28108         From Michael Deutschmann.
28109
28110 2000-04-14  Jim Meyering  <meyering@lucent.com>
28111
28112         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
28113         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
28114         clobbered.
28115
28116 2000-04-14  Jim Meyering  <meyering@lucent.com>
28117
28118         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
28119
28120 2000-04-13  Jim Meyering  <meyering@lucent.com>
28121
28122         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
28123         AH_VERBATIM to insert required #ifndef into config.h.in.
28124         Suggestion from Akim Demaille.
28125
28126 2000-04-12  Jim Meyering  <meyering@lucent.com>
28127
28128         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
28129         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
28130         Christian Krackowizer.
28131
28132         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
28133         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
28134         (AC_SYS_LARGEFILE): Require.
28135         (AM_C_PROTOTYPES): Require.
28136
28137 2000-04-08  Jim Meyering  <meyering@lucent.com>
28138
28139         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
28140         names don't conflict.  Reported by Eli Zaretskii.
28141
28142 2000-04-07  Jim Meyering  <meyering@lucent.com>
28143
28144         * lib/putenv.c: Move inclusion of errno.h so it follows that of
28145         sys/types.h, to work around system header problems on AIX 3.2.5.
28146         From Bruno Haible.
28147
28148 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
28149
28150         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
28151         bug.  Deal with the different error behavior of Irix iconv.
28152
28153 2000-04-05  Paul Eggert  <eggert@twinsun.com>
28154
28155         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
28156         IRIX if the installer said otherwise.
28157
28158 2000-04-05  Jim Meyering  <meyering@lucent.com>
28159
28160         Portability tweaks required for ultrix4.3.
28161         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
28162         (jm_CHECK_DECLS): Add getutent to the list of functions.
28163         (_jm_DECL_HEADERS): Add utmpx.h.
28164         From John David Anglin.
28165
28166         * m4/strftime.m4: Back out the 2000-04-02 change.
28167         Instead of that change, simply undefine putenv in the test program.
28168
28169 2000-04-05  Jim Meyering  <meyering@lucent.com>
28170
28171         Portability tweaks required for ultrix4.3.
28172         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
28173         getutent.
28174         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
28175         * lib/canon-host.c: Declare strdup.
28176         * lib/path-concat.c: Likewise.
28177         From John David Anglin.
28178
28179 2000-04-04  Jim Meyering  <meyering@lucent.com>
28180
28181         Be more DOS 8.3-friendly.
28182         * lib/ref-add.sin: Renamed from ref-add.sed.in.
28183         * lib/ref-del.sin: Renamed from ref-del.sed.in.
28184         * lib/Makefile.am: Reflect renaming.
28185         Reported by Eli Zaretskii.
28186
28187         Use a temporary file name that won't clash with `charset.alias'
28188         in the DOS 8.3 name space.
28189         * lib/Makefile.am (charset_tmp): Define.
28190         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
28191         (uninstall-local): Likewise.
28192         Reported by Eli Zaretskii.
28193
28194 2000-04-03  Jim Meyering  <meyering@lucent.com>
28195
28196         * m4/gettext.m4: Fix typo in comment.
28197
28198         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
28199         textutils/configure.in).  Suggestion from Paul Eggert.
28200         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
28201
28202 2000-04-02  Paul Eggert  <eggert@twinsun.com>
28203
28204         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
28205         variable in the shell rather than using putenv, which isn't
28206         portable.  This avoids the configure-time inter-test dependency
28207         on the potentially-renamed putenv function.
28208
28209 2000-03-30  Paul Eggert  <eggert@twinsun.com>
28210
28211         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
28212         before checking struct stat.st_blksize, so that
28213         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
28214
28215 2000-03-29  Paul Eggert  <eggert@twinsun.com>
28216
28217         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
28218         since strftime.c uses HAVE_STRFTIME to decide whether to use
28219         the underlying strftime.
28220
28221 2000-03-29  Paul Eggert  <eggert@twinsun.com>
28222
28223         * lib/time/strftime.c (my_strftime): Make sure we call the system
28224         strftime, not ourselves, when invoking the underlying strftime.
28225
28226 2000-03-24  Jim Meyering  <meyering@lucent.com>
28227
28228         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
28229         (charset_alias): Define.
28230         (install-exec-local): Factor out common code.
28231         (uninstall-local): Split lines longer than 80.
28232         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
28233         (SUFFIXES): Define.
28234         (.sed.in.sed): New rule.  Don't redirect directly to $@.
28235         (CLEANFILES): Add ref-add.sed and ref-del.sed.
28236
28237 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
28238
28239         * lib/config.charset: Output a line containing "Packages using this
28240         file".
28241         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
28242         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
28243         ref-del.sed): New rules.
28244
28245 2000-03-17  Jim Meyering  <meyering@lucent.com>
28246
28247         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
28248         Otherwise, include <strings.h>
28249
28250 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
28251
28252         * lib/unicodeio.c (utf8_wctomb): New function.
28253         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
28254         format instead of in UCS-4 with platform dependent endianness.
28255
28256 2000-03-10  Jim Meyering  <meyering@lucent.com>
28257
28258         * m4/lib-check.m4: Look for getspnam in -lgen, too.
28259         From Marco Franzen.
28260
28261 2000-03-07  Paul Eggert  <eggert@twinsun.com>
28262
28263         * lib/savedir.c (savedir): Work even if directory size is
28264         negative; this can happen with some screwy NFS configurations.
28265
28266 2000-03-06  Jim Meyering  <meyering@lucent.com>
28267
28268         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
28269         if it's NULL (because we ran out of memory).  From Bruno Haible.
28270
28271 2000-03-05  Jim Meyering  <meyering@lucent.com>
28272
28273         * lib/localcharset.c ("path-concat.h"): Include.
28274         (get_charset_aliases): Use path_concat instead of ANSI string
28275         concatenation.
28276
28277         * lib/unicodeio.h (PARAMS): Define.
28278         Use it to guard prototype.
28279
28280 2000-03-04  Jim Meyering  <meyering@lucent.com>
28281
28282         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
28283         for lib/localcharset.c.
28284
28285 2000-03-04  Jim Meyering  <meyering@lucent.com>
28286
28287         * lib/Makefile.am (install-exec-local): Create $(libdir) before
28288         installing into it.
28289         (uninstall-local): Uncomment this rule so `make distcheck' works
28290         once again.
28291
28292         * lib/unicodeio.c (<errno.h>): Include it.
28293         (errno): Declare if not defined.
28294
28295         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
28296
28297         * lib/config.charset: New version, incorporating remarks from a linux
28298         i18n mailing list.  From Bruno Haible.
28299
28300 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
28301
28302         * m4/codeset.m4: New file.
28303         * m4/iconv.m4: New file.
28304         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
28305
28306 2000-03-03  Jim Meyering  <meyering@lucent.com>
28307
28308         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
28309
28310 2000-03-02  Jim Meyering  <meyering@lucent.com>
28311
28312         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
28313         the messages come out on separate lines.
28314
28315         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
28316         rather than jm_CHECK_DECLARATIONS.
28317         * m4/decl.m4: Remove now-unused file.
28318
28319         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
28320         geteuid.
28321
28322 2000-03-02  Jim Meyering  <meyering@lucent.com>
28323
28324         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
28325
28326 2000-03-01  Jim Meyering  <meyering@lucent.com>
28327
28328         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
28329         * lib/unicodeio.c: Likewise.
28330
28331 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
28332
28333         * lib/config.charset: New file.
28334         * lib/localcharset.c: New file.
28335         * lib/unicodeio.h, lib/unicodeio.c: New files.
28336         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
28337         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
28338         (noinst_HEADERS): Add unicodeio.h.
28339         (all-local, install-exec-local, charset.alias): New targets.
28340
28341 2000-02-28  Paul Eggert  <eggert@twinsun.com>
28342
28343         * lib/quotearg.c (ALERT_CHAR): New macro.
28344         (quotearg_buffer_restyled): Use it.
28345
28346 2000-02-27  Jim Meyering  <meyering@lucent.com>
28347
28348         * m4/check-decl.m4: Add getenv to the list.
28349
28350 2000-02-27  Jim Meyering  <meyering@lucent.com>
28351
28352         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
28353         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
28354
28355         * lib/backupfile.c: Guard inclusion of stdlib.h with
28356         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
28357         Declare malloc if needed.
28358
28359         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
28360         `#ifndef HAVE_DECL..'
28361         now that autoconf always defines the HAVE_DECL_ symbols.
28362         * lib/human.c: Likewise.
28363         * lib/same.c: Likewise.
28364         * lib/strtoumax.c: Likewise.
28365
28366         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
28367         declaration check was not run.
28368         * lib/hash.c: Likewise.
28369         * lib/human.c: Likewise.
28370         * lib/same.c: Likewise.
28371         * lib/strtoumax.c: Likewise.
28372
28373         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
28374         `.', then first look up the entire `.'-containing string as a login
28375         name.
28376
28377 2000-02-23  Jim Meyering  <meyering@lucent.com>
28378
28379         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
28380         in place of my hack.
28381
28382 2000-02-18  Paul Eggert  <eggert@twinsun.com>
28383
28384         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
28385         (textint): New typedef.
28386         (parser_control): Member year changed from int to textint.
28387         All uses changed.
28388         (YYSTYPE): Removed; replaced by %union with int and textint members.
28389         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
28390         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
28391         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
28392         (tSNUMBER, tUNUMBER): Now of type <textintval>.
28393         (date, number, to_year): Use width of number in digits, not its value,
28394         to determine whether it's a 2-digit year, or a 2-digit time.
28395         (yylex): Store number of digits of numeric tokens.
28396         Reported by John Kendall.
28397
28398         (parser_control): Changed from struct parser_control to typedef (for
28399         consistency).  All uses changed.
28400
28401         (tID): Removed; not used.
28402         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
28403
28404 2000-02-14  Paul Eggert  <eggert@twinsun.com>
28405
28406         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
28407         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
28408
28409 2000-02-12  Jim Meyering  <meyering@lucent.com>
28410
28411         * lib/userspec.c (ISDIGIT): Define it.
28412         (isdigit): Remove definition.
28413         (is_number): Use ISDIGIT, not isdigit.
28414         <libintl.h>: Include.
28415         (_ and N_): Define.
28416         (parse_user_spec): Mark translatable strings.
28417
28418 2000-02-10  Jim Meyering  <meyering@lucent.com>
28419
28420         With these changes, nanosleep.[ch] are finally enough like the other
28421         lib/* replacement files to compile on a few more losing systems.
28422
28423         * lib/nanosleep.h: Don't include config.h.
28424         Remove prototype from declaration of nanosleep.
28425         (PARAMS): Remove now-unneeded definition.
28426         * lib/nanosleep.c: #undef nanosleep.
28427         (rpl_nanosleep): Rename from nanosleep.
28428
28429 2000-02-10  Jim Meyering  <meyering@lucent.com>
28430
28431         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
28432         gnu_nanosleep to rpl_nanosleep.
28433
28434 2000-02-09  Jim Meyering  <meyering@lucent.com>
28435
28436         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
28437         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
28438
28439 2000-02-08  Akim Demaille  <akim@epita.fr>
28440
28441         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
28442         `[' and `]' and remove uses of `changequote'.
28443         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
28444         (AC_SYS_LARGEFILE): Likewise.
28445         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
28446         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
28447         of changequote.
28448         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
28449         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
28450         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
28451         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
28452
28453 2000-02-05  Jim Meyering  <meyering@lucent.com>
28454
28455         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
28456         Remove explicit use of AC_HEADER_TIME.  It is required by
28457         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
28458         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
28459         in autoconf whereby the expansion of the latter ended up preceding
28460         the expansion of its prerequisite, AC_HEADER_TIME.
28461         Reported by Volker Borchert.
28462
28463 2000-02-03  Jim Meyering  <meyering@lucent.com>
28464
28465         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
28466
28467 2000-02-03  Jim Meyering  <meyering@lucent.com>
28468
28469         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
28470         rather than with `#if HAVE_UTMPNAME'.
28471
28472 2000-02-02  Jim Meyering  <meyering@lucent.com>
28473
28474         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
28475         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
28476         Reported by Eli Zaretskii.
28477
28478 2000-02-01  Jim Meyering  <meyering@lucent.com>
28479
28480         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
28481
28482 2000-01-31  Jim Meyering  <meyering@lucent.com>
28483
28484         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
28485         functions.  Add the time.h and sys/time.h headers along with the
28486         AC_REQUIRE'ment of AC_HEADER_TIME.
28487
28488 2000-01-31  Jim Meyering  <meyering@lucent.com>
28489
28490         * lib/nanosleep.h (nanosleep): Guard declaration with
28491         `#if ! HAVE_DECL_NANOSLEEP'.
28492         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
28493         the declaration in that vendor's sys/timers.h.
28494         Reported by Christian Krackowizer.
28495
28496         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
28497         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
28498         (ISPRINT): Likewise.
28499         Reported by Tom Tromey.
28500
28501 2000-01-30  Jim Meyering  <meyering@lucent.com>
28502
28503         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
28504
28505         * m4/prereq.m4 (utmp_includes): Define.
28506         Check for ut_user and ut_name members in both struct utmpx
28507         and struct utmp.
28508
28509 2000-01-30  Jim Meyering  <meyering@lucent.com>
28510
28511         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
28512         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
28513         header files where only utmpx.ut_user is declared.
28514
28515         * lib/readutmp.h (UT_USER): Define.
28516
28517 2000-01-29  Jim Meyering  <meyering@lucent.com>
28518
28519         * m4/lib-check.m4: New file containing library-related checks from
28520         fileutils and sh-utils (textutils had none).
28521
28522 2000-01-28  Jim Meyering  <meyering@lucent.com>
28523
28524         * m4/perl.m4: Change format of warning message to look more like that
28525         from the missing script.  Suggestion from François Pinard.
28526
28527 2000-01-25  Jim Meyering  <meyering@lucent.com>
28528
28529         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
28530         well as time.h in the compile check.
28531         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
28532         Fix typo in cross-compiling case: s/yes/no/.
28533
28534 2000-01-23  Jim Meyering  <meyering@lucent.com>
28535
28536         * m4/jm-macros.m4: Move df-related tests here from
28537         fileutils/configure.in
28538
28539         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
28540         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
28541
28542         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
28543         s/space/ac_fsusage_space/.
28544         (jm_FILE_SYSTEM_USAGE): Take two parameters.
28545
28546         * m4/ftruncate.m4: New file (derived from part of
28547         fileutils/configure.in).
28548         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
28549         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
28550
28551         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
28552         AC_SUBST these here, rather than just in sh-util/configure.in, so
28553         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
28554         all the same.
28555         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
28556         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
28557         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
28558         (AC_SUBST(POW_LIBM)): Likewise.
28559         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
28560
28561 2000-01-23  Jim Meyering  <meyering@lucent.com>
28562
28563         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
28564         obstack.c.
28565
28566 2000-01-22  Jim Meyering  <meyering@lucent.com>
28567
28568         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
28569
28570         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
28571
28572         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
28573         configure.in
28574         (AC_CHECK_HEADERS): Likewise for sh-utils.
28575         (AC_CHECK_HEADERS): Likewise for textutils.
28576         Merge the three lists of headers.
28577
28578         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
28579         from fileutils' configure.in.
28580
28581         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
28582         code. Moved tests into their own function (_jm_DECL_HEADERS) in
28583         check-decl.m4.
28584
28585         * m4/check-decl.m4: Use #if rather than #ifdef.
28586         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
28587         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
28588         (_jm_DECL_HEADERS): Define new function.
28589         (jm_CHECK_DECLARATIONS): Require it.
28590
28591 2000-01-22  Jim Meyering  <meyering@lucent.com>
28592
28593         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
28594         [! HAVE_DECL_STRTOULL]: Declare strtoull.
28595         Required for some AIX systems.  Reported by Christian Krackowizer.
28596         [TESTING] (main): New function.
28597
28598         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
28599         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
28600         letters.
28601
28602         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
28603         iswprint.
28604
28605         * lib/strverscmp.c (ISDIGIT): Define.
28606         (strverscmp): Use ISDIGIT, not isdigit.
28607
28608 2000-01-19  Jim Meyering  <meyering@lucent.com>
28609
28610         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
28611         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
28612         defines `struct timespec' in <sys/time.h>
28613
28614         * m4/c-bs-a.m4: Remove uses of changequote altogether.
28615         Thanks to Akim for explaining.
28616
28617 2000-01-17  Paul Eggert  <eggert@twinsun.com>
28618
28619         * lib/nanosleep.c (nanosleep):
28620         Don't use SA_INTERRUPT to decide whether to call sigaction, as
28621         POSIX.1 doesn't require SA_INTERRUPT and some systems
28622         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
28623         it's been part of POSIX.1 since day 1 (in 1988).
28624
28625 2000-01-17  Jim Meyering  <meyering@lucent.com>
28626
28627         * lib/interlock: Remove unused file.  Reported by François Pinard.
28628
28629 2000-01-16  Paul Eggert  <eggert@twinsun.com>
28630
28631         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
28632         alert, backslash, formfeed, and vertical tab unnecessarily in
28633         shell quoting style.
28634
28635 2000-01-16  Jim Meyering  <meyering@lucent.com>
28636
28637         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
28638         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
28639         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
28640         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
28641
28642 2000-01-16  Jim Meyering  <meyering@lucent.com>
28643
28644         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
28645         because the latter didn't work.
28646
28647 2000-01-15  Jim Meyering  <meyering@lucent.com>
28648
28649         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
28650         (AC_REPLACE_FUNCS): Add memcpy and memset.
28651         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
28652         Add strpbrk.
28653         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
28654
28655 2000-01-12  Jim Meyering  <meyering@lucent.com>
28656
28657         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
28658         (jm_PREREQ): Use it.
28659         (jm_PREREQ_READUTMP): New macro.
28660         (jm_PREREQ): Use it.
28661
28662 2000-01-11  Paul Eggert  <eggert@twinsun.com>
28663
28664         Quote multibyte characters correctly.
28665         * m4/c-bs-a.m4: New file.
28666         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
28667         (jm_PREREQ): Use it.
28668
28669 2000-01-11  Paul Eggert  <eggert@twinsun.com>
28670
28671         * m4/uintmax_t.m4: Port to autoconf 2.13.
28672
28673 2000-01-08  Jim Meyering  <meyering@ascend.com>
28674
28675         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
28676         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
28677
28678 2000-01-04  Jim Meyering  <meyering@ascend.com>
28679
28680         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
28681         jm_STRUCT_DIRENT_D_TYPE.
28682         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
28683         jm_STRUCT_DIRENT_D_INO.
28684         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
28685         jm_STRUCT_UTIMBUF.
28686         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
28687         renamings.
28688         * m4/utime.m4: Likewise.
28689
28690         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
28691         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
28692
28693 2000-01-03  Paul Eggert  <eggert@twinsun.com>
28694
28695         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
28696         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
28697
28698 2000-01-02  Jim Meyering  <meyering@ascend.com>
28699
28700         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
28701         remember if this is necessary.
28702
28703 1999-12-26  Jim Meyering  <meyering@ascend.com>
28704
28705         * m4/jm-macros.m4: Use it here.
28706         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
28707
28708 1999-12-23  Jim Meyering  <meyering@ascend.com>
28709
28710         * m4/jm-macros.m4: Check for clock_gettime (moved from
28711         fileutils/configure.in)
28712         Check for gettimeofday.
28713
28714 1999-12-20  Jim Meyering  <meyering@ascend.com>
28715
28716         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
28717         autoconf-2.14a-1999-12-20.
28718
28719 1999-12-19  Jim Meyering  <meyering@ascend.com>
28720
28721         * m4/lstat-slash.m4: New file.
28722         * m4/jm-macros.m4: Use the new macro:
28723         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
28724
28725 1999-12-07  Jim Meyering  <meyering@ascend.com>
28726
28727         * m4/perl.m4: Require that File::Compare be available, too.
28728         Too many systems seem to lack it.
28729
28730         * m4/strftime.m4: Add checks for most of the cpp macros tested in
28731         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
28732
28733 1999-11-18  Paul Eggert  <eggert@twinsun.com>
28734
28735         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
28736         problem with the QNX 4.25 shell, which doesn't propagate exit
28737         status of failed commands inside shell assignments.
28738
28739 1999-11-17  Jim Meyering  <meyering@ascend.com>
28740
28741         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
28742
28743 1999-11-07  Jim Meyering  <meyering@ascend.com>
28744
28745         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
28746
28747 1999-11-06  Jim Meyering  <meyering@ascend.com>
28748
28749         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
28750         * m4/jm-macros.m4 (jm_MACROS): Use it here.
28751
28752 1999-11-05  Jim Meyering  <meyering@ascend.com>
28753
28754         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
28755         configure.in of textutils, fileutils, and sh-utils into this one
28756         (shared between those packages) file.
28757         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
28758         AC_STRUCT_ST_BLKSIZE.
28759
28760 1999-11-03  Jim Meyering  <meyering@ascend.com>
28761
28762         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
28763         of AC_CHECK_TYPE checks includes unistd.h.
28764         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
28765         Suggestion from Akim Demaille.
28766
28767 1999-10-30  Jim Meyering  <meyering@ascend.com>
28768
28769         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
28770         m4-quoted string.
28771         * m4/ls-mntd-fs.m4: Likewise.
28772         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
28773         * m4/jm-winsz1.m4: Likewise.
28774
28775         * m4/const.m4: Remove file, since the fix made it into the experimental
28776         version of autoconf.
28777         * m4/mktime.m4: Likewise.
28778
28779         * m4/check-type.m4: Remove file, now that the latest version of
28780         AC_CHECK_TYPE takes a third arg to specify additional #includes.
28781
28782         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
28783         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
28784         AC_CHECK_TYPE.
28785
28786 1999-10-04  Jim Meyering  <meyering@ascend.com>
28787
28788         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
28789
28790 1999-09-22  Paul Eggert  <eggert@twinsun.com>
28791
28792         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
28793         2.95.1 bug with HP-UX 10.20.
28794
28795 1999-09-17  Jim Meyering  <meyering@ascend.com>
28796
28797         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
28798         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
28799         due to missing strdup (against sh-utils-2.0).
28800
28801 1999-08-29  Jim Meyering  <meyering@ascend.com>
28802
28803         * m4/jm-macros.m4: Require jm_BISON.
28804         * m4/bison.m4: New file.
28805
28806 1999-08-17  Paul Eggert  <eggert@twinsun.com>
28807
28808         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
28809         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
28810
28811 1999-08-05  Jim Meyering  <meyering@ascend.com>
28812
28813         * m4/getline.m4: Rename test file from conftestdata to conftest.data
28814         to avoid conflicts with `conftest' on 8+3 filesystems.
28815         Suggestion from Eli Zaretskii.
28816
28817 1999-08-04  Jim Meyering  <meyering@ascend.com>
28818
28819         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
28820         fileutils and sh-utils (textutils's getline test was inadequate).
28821         (AM_FUNC_GETLINE): Run this test.
28822         (AC_CHECK_FUNCS): Check for getdelim.
28823         Reported by Bob Proulx.
28824
28825 1999-08-02  Jim Meyering  <meyering@ascend.com>
28826
28827         * m4/jm-macros.m4: Add a comment.
28828
28829 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28830
28831         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
28832         <inttypes.h> defines strtoumax as a macro (and not as a
28833         function).
28834
28835 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28836
28837         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
28838         that we can shift, multiply and divide unsigned long long
28839         values; Ultrix cc can't do it.
28840
28841 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28842
28843         * m4/mktime.m4: New file, which is a preview of what should appear
28844         in the next public autoconf release.
28845
28846 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28847
28848         * m4/lfs.m4: Remove this file.
28849         * m4/largefile.m4: New file.  It contains the old contents of
28850         lfs.m4, except that all names with prefix AC_LFS have been
28851         changed to use the prefix AC_SYS_LARGEFILE instead, to be
28852         compatible with future autoconf versions.  Also, some minor m4
28853         quoting problems have been fixed.
28854
28855 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28856
28857         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
28858         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
28859         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
28860         and simplify the shell code.
28861
28862 1999-08-01  Jim Meyering  <meyering@ascend.com>
28863
28864         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
28865         m4.
28866
28867 1999-07-20  Jim Meyering  <meyering@ascend.com>
28868
28869         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
28870
28871 1999-07-15  Jim Meyering  <meyering@ascend.com>
28872
28873         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
28874
28875 1999-05-22  Jim Meyering  <meyering@ascend.com>
28876
28877         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
28878
28879 1999-05-20  Jim Meyering  <meyering@ascend.com>
28880
28881         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
28882         Add a colon after each `then' in case $4 is empty.
28883
28884 1999-05-16  Jim Meyering  <meyering@ascend.com>
28885
28886         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
28887
28888 1999-05-10  Jim Meyering  <meyering@ascend.com>
28889
28890         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
28891
28892         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
28893         AC_FUNC_MKTIME.
28894
28895 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
28896
28897         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
28898
28899 1999-05-04  Paul Eggert  <eggert@twinsun.com>
28900
28901         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
28902         not CPPFLAGS, so that linking works correctly in IRIX.
28903
28904 1999-04-30  Paul Eggert  <eggert@twinsun.com>
28905
28906         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
28907
28908 1999-04-20  Paul Eggert  <eggert@twinsun.com>
28909
28910         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
28911         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
28912         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
28913         jm_AC_TYPE_UNSIGNED_LONG_LONG.
28914         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
28915
28916         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
28917
28918 1999-04-20  Jim Meyering  <meyering@ascend.com>
28919
28920         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
28921         AC_REPLACE xstroull if necessary.  From Paul Eggert.
28922         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
28923
28924 1999-04-18  Jim Meyering  <meyering@ascend.com>
28925
28926         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
28927         * m4/jm-macros.m4: Use it.
28928
28929 1999-04-06  Jim Meyering  <meyering@ascend.com>
28930
28931         * m4/strftime.m4: Remove test for %f.
28932
28933 1999-03-29  Jim Meyering  <meyering@ascend.com>
28934
28935         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
28936         superset of the AC_TYPE_* checks in the textutils, fileutils,
28937         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
28938         AC_TYPE_PID_T.
28939
28940 1999-03-28  Jim Meyering  <meyering@ascend.com>
28941
28942         * m4/jm-macros.m4: Define GNU_PACKAGE here.
28943         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
28944         replaced e.g., in the *.sh files of the sh-utils.
28945
28946 1999-03-20  Jim Meyering  <meyering@ascend.com>
28947
28948         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
28949         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
28950         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
28951
28952 1999-03-19  Jim Meyering  <meyering@ascend.com>
28953
28954         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
28955
28956 1999-03-12  Jim Meyering  <meyering@ascend.com>
28957
28958         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
28959
28960 1999-03-07  Jim Meyering  <meyering@ascend.com>
28961
28962         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
28963         declared.
28964
28965 1999-02-17  Jim Meyering  <meyering@ascend.com>
28966
28967         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
28968         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
28969
28970 1999-02-07  Jim Meyering  <meyering@ascend.com>
28971
28972         * m4/group-member.m4: New file -- extracted from sh-utils'
28973         configure.in.
28974
28975         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
28976         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
28977
28978 1999-02-06  Jim Meyering  <meyering@ascend.com>
28979
28980         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
28981         * m4/fnmatch.m4: Likewise.
28982         * m4/getgroups.m4: Likewise.
28983         * m4/lstat.m4: Likewise.
28984         * m4/malloc.m4: Likewise.
28985         * m4/putenv.m4: Likewise.
28986         * m4/realloc.m4: Likewise.
28987         * m4/regex.m4: Likewise.
28988         * m4/stat.m4: Likewise.
28989         * m4/strftime.m4: Likewise.
28990         Suggestion from Alain Magloire.
28991
28992         * m4/chown.m4: Use `.$ac_objext', not `.o'.
28993         * m4/fnmatch.m4: Likewise.
28994         * m4/getgroups.m4: Likewise.
28995         * m4/getline.m4: Likewise.
28996         * m4/lstat.m4: Likewise.
28997         * m4/malloc.m4: Likewise.
28998         * m4/memcmp.m4: Likewise.
28999         * m4/putenv.m4: Likewise.
29000         * m4/realloc.m4: Likewise.
29001         * m4/regex.m4: Likewise.
29002         * m4/stat.m4: Likewise.
29003         * m4/strftime.m4: Likewise.
29004         Suggestion from Alain Magloire.
29005
29006         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
29007         an argument.
29008
29009         * m4/regex.m4: Add a run-time Test for proper operation of
29010         re_compile_pattern.
29011
29012 1999-01-31  Jim Meyering  <meyering@ascend.com>
29013
29014         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
29015
29016 1999-01-30  Jim Meyering  <meyering@ascend.com>
29017
29018         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
29019
29020         * m4/jm-mktime.m4: Make this a wrapper around the official
29021         AM_FUNC_MKTIME rather than my private copy, now that the official one
29022         is up to date.
29023         * m4/mktime.m4: Remove file.
29024
29025         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
29026         * m4/uptime.m4: Likewise.
29027         * m4/uintmax_t.m4: Likewise.
29028
29029 1999-01-28  Jim Meyering  <meyering@ascend.com>
29030
29031         * m4/jm-macros.m4: Use jm_AFS.
29032         * m4/afs.m4: New file (from fileutils' configure.in).
29033
29034         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
29035         * m4/chown.m4: Likewise.
29036         * m4/d-ino.m4: Likewise.
29037         * m4/d-type.m4: Likewise.
29038         * m4/fnmatch.m4: Likewise.
29039         * m4/getgroups.m4: Likewise.
29040         * m4/gettext.m4: Likewise.
29041         * m4/jm-mktime.m4: Likewise.
29042         * m4/jm-winsz2.m4: Likewise.
29043         * m4/lcmessage.m4: Likewise.
29044         * m4/ls-mntd-fs.m4: Likewise.
29045         * m4/malloc.m4: Likewise.
29046         * m4/memcmp.m4: Likewise.
29047         * m4/putenv.m4: Likewise.
29048         * m4/realloc.m4: Likewise.
29049         * m4/st_mtim.m4: Likewise.
29050         * m4/strftime.m4: Likewise.
29051
29052 1999-01-16  Jim Meyering  <meyering@ascend.com>
29053
29054         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
29055         (ARGMATCH_DIE_DECL): Define.
29056
29057 1999-01-12  Jim Meyering  <meyering@ascend.com>
29058
29059         * m4/Makefile.am.in: Rewrite to avoid using fmt.
29060         Reported by Lars Hecking.
29061
29062 1999-01-10  Jim Meyering  <meyering@ascend.com>
29063
29064         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
29065         gross kludge.
29066         * m4/inttypes_h.m4: Likewise.
29067         * m4/lstat.m4: Likewise.
29068         * m4/malloc.m4: Likewise.
29069         * m4/readdir.m4: Likewise.
29070         * m4/realloc.m4: Likewise.
29071         * m4/st_dm_mode.m4: Likewise.
29072         * m4/stat.m4: Likewise.
29073         * m4/utimbuf.m4: Likewise.
29074         * m4/utimes.m4: Likewise.
29075
29076         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
29077         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
29078         comments in config.h.in are meaningful.
29079
29080         * m4/jm-macros.m4: Require autoconf-2.13 here.
29081
29082         * m4/regex.m4: By default, don't use the included regex.c on systems
29083         with glibc 2.  Suggestion from Uli Drepper.
29084
29085 1999-01-02  Jim Meyering  <meyering@ascend.com>
29086
29087         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
29088
29089 1998-12-18  Jim Meyering  <meyering@ascend.com>
29090
29091         * m4/Makefile.am.in (Makefile.am): Simplify rule.
29092         Based on a suggestion from Lars Hecking.
29093
29094 1998-11-16  Paul Eggert  <eggert@twinsun.com>
29095
29096         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
29097
29098 1998-11-16  Jim Meyering  <meyering@ascend.com>
29099
29100         * m4/lfs.m4: Double-quote the `uname...` expression.
29101
29102 1998-11-14  Jim Meyering  <meyering@ascend.com>
29103
29104         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
29105         * m4/stat.m4: Likewise.
29106
29107 1998-11-03  Jim Meyering  <meyering@ascend.com>
29108
29109         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
29110         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
29111
29112 1998-10-18  Jim Meyering  <meyering@ascend.com>
29113
29114         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
29115
29116 1998-10-17  Jim Meyering  <meyering@ascend.com>
29117
29118         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
29119         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
29120         calls for those previously hard-coded headers.  Instead, take a new
29121         parameter.
29122         (jm_CHECK_DECLARATIONS): Reflect interface change.
29123         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
29124         (jm_CHECK_DECL_LOCALTIME_R): New macro.
29125
29126         * m4/mktime.m4: Test for spring-forward gap before long-running test.
29127
29128 1998-10-14  Jim Meyering  <meyering@ascend.com>
29129
29130         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
29131         instead of "TZ=America/Vancouver".  From Paul Eggert.
29132
29133 1998-10-11  Jim Meyering  <meyering@ascend.com>
29134
29135         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
29136         This adds a test for a recently added compatibility fix for mktime.c.
29137         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
29138
29139 1998-09-27  Jim Meyering  <meyering@ascend.com>
29140
29141         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
29142
29143         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
29144         ../configure.in, including a change from Gordon Matzigkeit to allow
29145         cross-compiling for the Hurd.
29146
29147         * m4/glibc.m4: New file/macro to test for the GNU C Library
29148         versions 1 and 2.  From Gordon Matzigkeit.
29149         Indent.
29150
29151 1998-09-21  Jim Meyering  <meyering@ascend.com>
29152
29153         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
29154
29155 1998-08-18  Paul Eggert  <eggert@twinsun.com>
29156
29157         Port nanosecond-resolution times to UnixWare 2.1.2 and
29158         pedantic Solaris 2.6.
29159
29160         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
29161         AC_STRUCT_ST_MTIM.
29162         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
29163         Generate name of ns member, instead of just 1 or undef.
29164         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
29165
29166 1998-08-15  Jim Meyering  <meyering@ascend.com>
29167
29168         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
29169         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
29170         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
29171         instead of jm_TYPE_SSIZE_T.
29172
29173 1998-08-12  Jim Meyering  <meyering@ascend.com>
29174
29175         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
29176
29177 1998-08-02  Jim Meyering  <meyering@ascend.com>
29178
29179         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
29180         in acconfig.h manually.
29181
29182 1998-07-31  Paul Eggert  <eggert@twinsun.com>
29183
29184         * m4/st_mtim.m4: New file.
29185
29186 1998-07-28  Jim Meyering  <meyering@ascend.com>
29187
29188         * m4/utimes.m4: Undef stat.
29189
29190 1998-07-25  Jim Meyering  <meyering@ascend.com>
29191
29192         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
29193         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
29194
29195 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
29196
29197         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
29198         uid and gid actually remain unchanged.
29199
29200 1998-07-07  Jim Meyering  <meyering@ascend.com>
29201
29202         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
29203
29204 1998-07-04  Jim Meyering  <meyering@ascend.com>
29205
29206         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
29207         to prove that this macro can be used in packages without regex.c.
29208
29209 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
29210
29211         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
29212         is to be used.
29213
29214 1998-07-03  Jim Meyering  <meyering@ascend.com>
29215
29216         * m4/gettext.m4: Add -lintl if it's found to be necessary.
29217
29218         * m4/gettext.m4: New file -- from gettext-0.10.35.
29219         * m4/lcmessage.m4: Likewise.
29220         * m4/progtest.m4: Likewise.
29221
29222         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
29223         * m4/jm-macros.m4: Require the new macro.
29224
29225 1998-06-29  Jim Meyering  <meyering@ascend.com>
29226
29227         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
29228         for the definition of NGROUPS (used in a system header included
29229         by sys/mount.h).
29230
29231 1998-06-28  Jim Meyering  <meyering@ascend.com>
29232
29233         * m4/ls-mntd-fs.m4: New file.
29234         * m4/fstypename.m4: New file.
29235
29236         * m4/jm-macros.m4: Require the new macro.
29237         * m4/jm-glibc-io.m4: New file.
29238
29239 1998-05-19  Jim Meyering  <meyering@ascend.com>
29240
29241         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
29242         * m4/lchown.m4: New file.
29243
29244         * m4/Makefile.am.in: New file.
29245         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
29246
29247 1998-05-14  Jim Meyering  <meyering@ascend.com>
29248
29249         * m4/Makefile.am (EXTRA_DIST): Add them.
29250         * m4/jm-macros.m4: New file.
29251         * m4/utimbuf.m4: New file.
29252
29253 1998-05-12  Jim Meyering  <meyering@ascend.com>
29254
29255         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
29256
29257 1998-05-11  Jim Meyering  <meyering@ascend.com>
29258
29259         * m4/isc-posix.m4: New file.
29260
29261 1998-05-10  Jim Meyering  <meyering@ascend.com>
29262
29263         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
29264
29265 1998-05-09  Jim Meyering  <meyering@ascend.com>
29266
29267         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
29268         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
29269         with automake.
29270
29271         * m4/ssize_t.m4: New file.
29272         * m4/mktime.m4: Remove file -- the new automake has this now.
29273
29274 1998-04-26  Jim Meyering  <meyering@ascend.com>
29275
29276         * m4/assert.m4: New file.
29277         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
29278
29279 1998-04-05  Jim Meyering  <meyering@ascend.com>
29280
29281         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
29282         (jm_PREREQ): Use it here.
29283
29284 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
29285
29286         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
29287         in acconfig.h.
29288
29289 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
29290
29291         * m4/prereq.m4: New file.
29292         * m4/error.m4: New file.
29293         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
29294
29295 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
29296
29297         * m4/getline.m4: Don't set am_cv_func_working_getline before the
29298         cache-check for the same variable -- that defeated the purpose of
29299         the test; the test program was never run.  This was a problem only
29300         on systems with losing getline functions -- HP-UX 10.20 is one.
29301         Reported by Bjorn Helgaas.
29302
29303 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
29304
29305         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
29306
29307 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
29308
29309         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
29310
29311         * m4/const.m4: New file.  Use an initializer in this declaration
29312         typedef int charset[2]; const charset x;
29313         Reported by Bob Glickstein.
29314
29315 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
29316
29317         * m4/chown.m4: Fix reversed types on -1 args to chown.
29318         From Kaveh Ghazi.
29319
29320 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
29321
29322         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
29323         Add lseek and memchr.
29324
29325         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
29326         T.E.Dickey <dickey@clark.net> said that some older preprocessors
29327         have a 20-character limit on names.
29328
29329 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
29330
29331         * m4/inttypes_h.m4: New file.
29332         * m4/uintmax_t.m4: New file.
29333         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
29334
29335 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
29336   Free Software Foundation, Inc.
29337 Copying and distribution of this file, with or without modification,
29338 are permitted provided the copyright notice and this notice are preserved.