Handle collision with EX_OK from IRIX <unistd.h>.
[pspp] / ChangeLog
1 2007-04-02  Bruno Haible  <bruno@clisp.org>
2
3         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
4         on IRIX.
5
6 2007-04-02  Bruno Haible  <bruno@clisp.org>
7
8         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
9         x86 or x86_64 platforms running MacOS X.
10         Reported by Ryan Schmidt <@ryandesign.com>.
11
12 2007-04-02  Bruno Haible  <bruno@clisp.org>
13
14         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
15         i386.
16
17 2007-04-01  Simon Josefsson  <simon@josefsson.org>
18
19         * modules/crypto/arcfour: Moved from ../.
20         * modules/crypto/arcfour-tests: Moved from ../.
21         * modules/crypto/arctwo: Moved from ../.
22         * modules/crypto/arctwo-tests: Moved from ../.
23         * modules/crypto/des: Moved from ../.
24         * modules/crypto/des-tests: Moved from ../.
25         * modules/crypto/gc-arcfour: Moved from ../.
26         * modules/crypto/gc-arcfour-tests: Moved from ../.
27         * modules/crypto/gc-arctwo: Moved from ../.
28         * modules/crypto/gc-arctwo-tests: Moved from ../.
29         * modules/crypto/gc-des: Moved from ../.
30         * modules/crypto/gc-des-tests: Moved from ../.
31         * modules/crypto/gc-hmac-md5: Moved from ../.
32         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
33         * modules/crypto/gc-hmac-sha1: Moved from ../.
34         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
35         * modules/crypto/gc-md2: Moved from ../.
36         * modules/crypto/gc-md2-tests: Moved from ../.
37         * modules/crypto/gc-md4: Moved from ../.
38         * modules/crypto/gc-md4-tests: Moved from ../.
39         * modules/crypto/gc-md5: Moved from ../.
40         * modules/crypto/gc-md5-tests: Moved from ../.
41         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
42         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
43         * modules/crypto/gc-random: Moved from ../.
44         * modules/crypto/gc-rijndael: Moved from ../.
45         * modules/crypto/gc-rijndael-tests: Moved from ../.
46         * modules/crypto/gc-sha1: Moved from ../.
47         * modules/crypto/gc-sha1-tests: Moved from ../.
48         * modules/crypto/gc-tests: Moved from ../.
49         * modules/crypto/hmac-md5: Moved from ../.
50         * modules/crypto/hmac-md5-tests: Moved from ../.
51         * modules/crypto/hmac-sha1: Moved from ../.
52         * modules/crypto/hmac-sha1-tests: Moved from ../.
53         * modules/crypto/md2: Moved from ../.
54         * modules/crypto/md2-tests: Moved from ../.
55         * modules/crypto/md4: Moved from ../.
56         * modules/crypto/md4-tests: Moved from ../.
57         * modules/crypto/md5: Moved from ../.
58         * modules/crypto/md5-tests: Moved from ../.
59         * modules/crypto/memxor: Moved from ../.
60         * modules/crypto/rijndael: Moved from ../.
61         * modules/crypto/rijndael-tests: Moved from ../.
62         * modules/crypto/sha1: Moved from ../.
63
64 2007-03-30  James Youngman  <jay@gnu.org>
65
66         * tests/test-stat-time.c (prepare_test): use chmod() rather than
67         rename() to change the ctime of a file (because ctime is unaffected
68         by rename on jfs2 on AIX 5.1).
69         (main): Start by doing cleanup, in case a previous run failed leaving
70         test files behind.
71
72 2007-03-31  Bruno Haible  <bruno@clisp.org>
73
74         Support old proprietary implementations of iconv.
75         * modules/iconv_open: New file.
76         * lib/iconv_.h: New file.
77         * m4/iconv_h.m4: New file.
78         * lib/iconv_open.c: New file.
79         * lib/iconv_open-aix.gperf: New file.
80         * lib/iconv_open-hpux.gperf: New file.
81         * lib/iconv_open-irix.gperf: New file.
82         * lib/iconv_open-osf.gperf: New file.
83         * m4/iconv_open.m4: New file.
84         * modules/linebreak (Depends-on): Add iconv_open.
85         * modules/striconv (Depends-on): Likewise.
86         * modules/striconveh (Depends-on): Likewise.
87         * modules/unicodeio (Depends-on): Likewise.
88         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
89         (iconv_t)(-1).
90         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
91         conversion if cd is (iconv_t)(-1).
92         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
93         is not possible.
94
95 2007-03-31  Bruno Haible  <bruno@clisp.org>
96
97         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
98         work on Solaris either. Protect also second use of "autodetect_jp".
99
100 2007-03-31  Bruno Haible  <bruno@clisp.org>
101
102         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
103         the function is not present.
104
105 2007-03-31  Bruno Haible  <bruno@clisp.org>
106
107         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
108         the function is not present.
109
110 2007-03-31  Bruno Haible  <bruno@clisp.org>
111
112         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
113         a bug in HP-UX iconv_open().
114
115 2007-03-31  Bruno Haible  <bruno@clisp.org>
116
117         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
118         (Mathematics <math.h>): New section, add fpieee.
119         (Input/output <stdio.h>): Add fseterr.
120         (Mathematics <math.h>): New section, add printf-frexp.
121         (Container data structures): Add sublist.
122         (Core language properties): Add fpucw, inline.
123         (Functions for greatest-width integer types <inttypes.h>): Add
124         imaxabs, imaxdiv, inttypes.
125         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
126         isnanl-nolibm, ldexp.
127         (Mathematics <math.h>): New section, add printf-frexpl.
128         (Support for systems lacking POSIX:2001): Add fprintf-posix,
129         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
130         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
131         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
132         (Unicode string functions): Add unistr/u*-mbtoucr.
133         (Java): Add javacomp-script, javaexec-script.
134         (C#): Add csharpcomp-script, csharpexec-script.
135         (Support for building libraries and executables): Add havelib,
136         relocatable-*.
137         (Support for maintaining and releasing projects): Renamed from
138         'Support for maintaining and release projects'. Add announce-gen.
139
140 2007-03-31  Bruno Haible  <bruno@clisp.org>
141
142         * README: Talk primarily about git.
143         (git and CVS): Renamed from CVS.
144         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
145         gnulib is available through git.
146         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
147
148 2007-03-30  Bruno Haible  <bruno@clisp.org>
149
150         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
151         * lib/poll_.h: Likewise.
152         * lib/stat_.h: Likewise.
153         * lib/sys_time_.h: Likewise.
154         * lib/sysexit_.h: Likewise.
155         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
156         * lib/stdbool_.h: Likewise.
157         * lib/byteswap_.h: Add double-inclusion guard.
158
159 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
160
161         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
162
163 2007-03-30  Karl Berry  <karl@gnu.org>
164
165         * config/srclist-update: double space after USA in the license
166         substitution, since that's how it's usually (?) written.
167
168 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
169
170         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
171         reported by Bruno Haible.
172
173 2007-03-29  Bruno Haible  <bruno@clisp.org>
174
175         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
176         a bug in AIX iconv().
177
178 2007-03-29  Bruno Haible  <bruno@clisp.org>
179
180         * modules/ldexpl-tests: New file.
181         * tests/test-ldexpl.c: New file.
182
183 2007-03-29  Bruno Haible  <bruno@clisp.org>
184
185         * lib/ldexpl.c: Include fpucw.h.
186         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
187         multiplication.
188         * modules/ldexpl (Depends-on): Add fpucw.
189
190 2007-03-29  Bruno Haible  <bruno@clisp.org>
191
192         * modules/ldexpl: New file.
193         * m4/ldexpl.m4: New file.
194         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
195         set.
196         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
197         REPLACE_LDEXPL.
198         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
199         REPLACE_LDEXPL.
200         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
201         gl_FUNC_LDEXPL_WORKS.
202         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
203         * modules/mathl (Files): Remove lib/ldexpl.c.
204         (Depends-on): Add ldexpl.
205
206 2007-03-29  Bruno Haible  <bruno@clisp.org>
207
208         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
209
210 2007-03-29  Bruno Haible  <bruno@clisp.org>
211
212         * tests/test-striconveh.c (main): Don't assume that a direct conversion
213         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
214         and possibly also HP-UX.
215         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
216         work on AIX, IRIX, HP-UX, OSF/1.
217         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
218         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
219         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
220         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
221         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
222         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
223
224 2007-03-29  Bruno Haible  <bruno@clisp.org>
225
226         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
227
228 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
229
230         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
231         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
232
233 2007-03-29  Eric Blake  <ebb9@byu.net>
234
235         * lib/acl-internal.h: Remove redundant include.
236         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
237         Cygwin when a file is locked.
238
239 2007-03-29  Bruno Haible  <bruno@clisp.org>
240
241         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
242         file.
243         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
244
245 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
246
247         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
248         try to remove a parent directory if the child couldn't be removed
249         (except for the first rmdir, which could fail because the child
250         doesn't exist).  Problem reported by Jeff Blaine in
251         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
252
253 2007-03-28  Bruno Haible  <bruno@clisp.org>
254
255         * lib/striconveh.c (utf8conv_carefully): New function.
256         (mem_cd_iconveh_internal): Invoke it.
257
258 2007-03-28  Bruno Haible  <bruno@clisp.org>
259
260         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
261         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
262         input.
263         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
264         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
265         unistr/u8-uctomb.
266
267 2007-03-28  Bruno Haible  <bruno@clisp.org>
268
269         * modules/unistr/u8-mbtoucr: New file.
270         * lib/unistr/u8-mbtoucr.c: New file.
271         * modules/unistr/u16-mbtoucr: New file.
272         * lib/unistr/u16-mbtoucr.c: New file.
273         * modules/unistr/u16-mbtoucr: New file.
274         * lib/unistr/u16-mbtoucr.c: New file.
275         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
276
277 2007-03-27  Simon Josefsson  <simon@josefsson.org>
278             Bruno Haible  <bruno@clisp.org>
279
280         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
281         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
282         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
283
284         * m4/stdio_h.m4: Add stubs for vasprintf too.
285
286         * modules/stdio: Support vasprintf in sed command.
287
288         * modules/vasprintf: Depend on stdio for prototypes.  Remove
289         vasprintf.h.  Add stdio module indicator.
290
291         * lib/stdio_.h: Declare asprintf and vasprintf, based on
292         vasprintf.h.
293
294         * lib/vasprintf.h: File removed.
295
296         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
297         * lib/vasprintf.c: Ditto.
298         * lib/xvasprintf.c: Ditto.
299         * tests/test-vasprintf-posix.c: Ditto.
300         * tests/test-vasprintf.c: Ditto.
301
302 2007-03-27  Bruno Haible  <bruno@clisp.org>
303
304         Make vasnprintf multithread-safe.
305         * lib/vasnprintf.c (decimal_point_char): New function.
306         (VASNPRINTF): Use it.
307         Suggested by Simon Josefsson.
308
309 2007-03-27  Eric Blake  <ebb9@byu.net>
310
311         Support sub-second birthtime on cygwin.
312         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
313         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
314         (get_stat_birthtime): Also work with st_birthtim.
315
316 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
317
318         * lib/stat-time.h (USE_BIRTHTIME): Remove.
319         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
320         (get_stat_birthtime_ns): Do not try to use "spare" fields.
321         (get_stat_birthtime_ns): Simplify compile-time tests.
322         (get_stat_birthtime): Change the API to look like
323         get_stat_mtime etc., except return a negative tv_nsec on error.
324         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
325         Don't check for "spare" fields.
326         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
327         or for struct stat.st_birthtime, as these tests aren't used.
328         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
329
330 2007-03-27  Bruno Haible  <bruno@clisp.org>
331
332         * lib/stat-time.h: Include <sys/stat.h>.
333
334 2007-03-27  James Youngman  <jay@gnu.org>
335
336         * lib/stat-time.h (get_stat_birthtime): New function for
337           retrieving st_birthtime as provided by UFS2 (hence *BSD).
338         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
339           and its variants.
340         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
341         * modules/stat-time-test: New file.
342         * tests/test-stat-time.c: New test, devised by Bruno Haible.
343
344 2007-03-26  Bruno Haible  <bruno@clisp.org>
345
346         Better support of signalling NaNs.
347         * lib/atanl.c: Include isnanl.h.
348         (atanl): Perform test for NaN at the beginning of the function and
349         through a call to isnanl.
350         * lib/cosl.c: Include isnanl.h.
351         (cosl): Perform test for NaN at the beginning of the function and
352         through a call to isnanl.
353         * lib/ldexpl.c: Include isnanl.h.
354         (ldexpl): Perform test for NaN through a call to isnanl.
355         * lib/logl.c: Include isnanl.h.
356         (logl): Perform test for NaN at the beginning of the function and
357         through a call to isnanl.
358         * lib/sinl.c: Include isnanl.h.
359         (sinl): Perform test for NaN at the beginning of the function and
360         through a call to isnanl.
361         * lib/sqrtl.c: Include isnanl.h.
362         (sqrtl): Perform test for NaN at the beginning of the function and
363         through a call to isnanl.
364         * lib/tanl.c: Include isnanl.h.
365         (tanl): Perform test for NaN at the beginning of the function and
366         through a call to isnanl.
367         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
368         * modules/mathl (Depends-on): Add isnanl.
369
370 2007-03-26  Eric Blake  <ebb9@byu.net>
371
372         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
373         regression in logic sense of previous patch.
374
375 2007-03-26  Bruno Haible  <bruno@clisp.org>
376
377         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
378         unportable shell command "if ! ...".
379         Reported by Ralf Wildenhues.
380
381 2007-03-25  Bruno Haible  <bruno@clisp.org>
382
383         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
384         <sysexits.h> file, and only add EX_CONFIG.
385         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
386         absolute file name and whether it is sufficient. Substitute also
387         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
388         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
389         ABSOLUTE_SYSEXITS_H into sysexits.h.
390
391 2007-03-25  Bruno Haible  <bruno@clisp.org>
392
393         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
394         hints is NULL.
395
396 2007-03-25  Bruno Haible  <bruno@clisp.org>
397
398         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
399         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
400
401 2007-03-25  Bruno Haible  <bruno@clisp.org>
402
403         * lib/vasnprintf.c: Include langinfo.h.
404         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
405         multithread-safe.
406         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
407         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
408         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
409         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
410         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
411         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
412         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
413         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
414         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
415         Reported by Simon Josefsson.
416
417 2007-03-25  Bruno Haible  <bruno@clisp.org>
418
419         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
420         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
421         * modules/vasnprintf (Depends-on): Add stdint.
422
423 2007-03-25  Bruno Haible  <bruno@clisp.org>
424
425         * modules/fpieee: New file.
426         * m4/fpieee.m4: New file.
427         * modules/isnan-nolibm (Depends-on): Add fpieee.
428         * modules/isnanl-nolibm (Depends-on): Add fpieee.
429         * modules/isnanl (Depends-on): Add fpieee.
430
431 2007-03-25  Bruno Haible  <bruno@clisp.org>
432
433         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
434
435 2007-03-25  Bruno Haible  <bruno@clisp.org>
436
437         Avoid test failures on IRIX 6.5.
438         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
439         (main): Use it.
440         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
441         macros.
442         (main): Use them.
443
444 2007-03-25  Bruno Haible  <bruno@clisp.org>
445
446         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
447         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
448         exists but doesn't work.
449         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
450         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
451         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
452         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
453
454 2007-03-25  Bruno Haible  <bruno@clisp.org>
455
456         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
457         returns inf. Needed on IRIX 6.5.
458
459 2007-03-25  Bruno Haible  <bruno@clisp.org>
460
461         * tests/test-frexpl.c: Include isnanl-nolibm.h.
462         (main): Use isnanl instead of x != x idiom.
463         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
464
465         * tests/test-frexp.c: Include isnan.h.
466         (main): Use isnan instead of x != x idiom.
467         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
468
469 2007-03-25  Bruno Haible  <bruno@clisp.org>
470
471         * tests/test-frexp.c (NaN): New function/macro.
472         (main): Use it instead of 0.0 / 0.0.
473         * tests/test-isnan.c (NaN): New function/macro.
474         (main): Use it instead of 0.0 / 0.0.
475         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
476         (test_function): Use it instead of 0.0 / 0.0.
477         * tests/test-vasprintf-posix.c (NaN): New function/macro.
478         (test_function): Use it instead of 0.0 / 0.0.
479         * tests/test-snprintf-posix.h (NaN): New function/macro.
480         (test_function): Use it instead of 0.0 / 0.0.
481         * tests/test-sprintf-posix.h (NaN): New function/macro.
482         (test_function): Use it instead of 0.0 / 0.0.
483         * tests/test-fprintf-posix.h (NaN): New function/macro.
484         (test_function): Use it instead of 0.0 / 0.0.
485         * tests/test-printf-posix.h (NaN): New function/macro.
486         (test_function): Use it instead of 0.0 / 0.0.
487
488         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
489
490 2007-03-25  Bruno Haible  <bruno@clisp.org>
491
492         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
493
494 2007-03-25  Bruno Haible  <bruno@clisp.org>
495
496         * lib/regexec.c (merge_state_with_log): Make static.
497
498 2007-03-25  Bruno Haible  <bruno@clisp.org>
499
500         * lib/trigl.c (kernel_rem_pio2): Make static.
501
502 2007-03-25  Bruno Haible  <bruno@clisp.org>
503
504         * lib/sincosl.c (sincosl_table): Make static.
505
506 2007-03-25  Bruno Haible  <bruno@clisp.org>
507
508         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
509         if the compiler does not support C99.
510
511 2007-03-25  Bruno Haible  <bruno@clisp.org>
512
513         * modules/time (Makefile.am): Ensure all rule action lines start with a
514         tab.
515
516 2007-03-24  Bruno Haible  <bruno@clisp.org>
517
518         * modules/tsearch-tests: New file.
519         * tests/test-tsearch.sh: New file.
520         * tests/test-tsearch.c: New file, mostly copied from glibc.
521
522         * modules/search-tests: New file.
523         * tests/test-search.c: New file.
524
525         * modules/search: New file.
526         * lib/search_.h: New file, incorporating lib/tsearch.h.
527         * m4/search_h.m4: New file.
528         * lib/tsearch.h: Remove file.
529         * lib/tsearch.c: Include search.h instead of tsearch.h.
530         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
531         HAVE_TSEARCH.
532         * modules/tsearch (Files): Remove lib/tsearch.h.
533         (Depends-on): Add search.
534         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
535         (Include): Change tsearch.h into search.h.
536
537 2007-03-24  Bruno Haible  <bruno@clisp.org>
538
539         * modules/fpucw: New file.
540         * lib/fpucw.h: New file.
541         * lib/frexp.c: Include fpucw.h.
542         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
543         (FUNC): Use them.
544         * lib/printf-frexp.c: Include fpucw.h.
545         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
546         (FUNC): Use them.
547         * lib/vasnprintf.c: Include fpucw.h.
548         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
549         'long double' calculations.
550         * tests/test-frexpl.c: Include fpucw.h.
551         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
552         * tests/test-printf-frexpl.c: Include fpucw.h.
553         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
554         * modules/frexpl (Depends-on): Add fpucw.
555         * modules/printf-frexpl (Depends-on): Likewise.
556         * modules/fprintf-posix (Depends-on): Likewise.
557         * modules/snprintf-posix (Depends-on): Likewise.
558         * modules/sprintf-posix (Depends-on): Likewise.
559         * modules/vasnprintf-posix (Depends-on): Likewise.
560         * modules/vasprintf-posix (Depends-on): Likewise.
561         * modules/vfprintf-posix (Depends-on): Likewise.
562         * modules/vsnprintf-posix (Depends-on): Likewise.
563         * modules/vsprintf-posix (Depends-on): Likewise.
564         * modules/frexpl-tests (Depends-on): Likewise.
565         * modules/printf-frexpl-tests (Depends-on): Likewise.
566
567 2007-03-24  Bruno Haible  <bruno@clisp.org>
568
569         * lib/float+.h: New file.
570         * lib/isnan.c: Include float+.h.
571         (SIZE): New macro.
572         (FUNC): Compare only SIZE bytes of the value.
573         * lib/vasnprintf.c: Include float+.h.
574         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
575         SIZEOF_LDBL or SIZEOF_DBL bytes.
576         * modules/isnan-nolibm (Files): Add lib/float+.h.
577         * modules/isnanl-nolibm (Files): Add lib/float+.h.
578         * modules/isnanl (Files): Add lib/float+.h.
579         * modules/vasnprintf (Files): Add lib/float+.h.
580
581 2007-03-24  Bruno Haible  <bruno@clisp.org>
582
583         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
584         include isnanl-nolibm.h.
585
586 2007-03-24  Bruno Haible  <bruno@clisp.org>
587
588         * tests/test-read-file.c (main): Don't produce spurious output for
589         expected situations. Make the test fail if it encountered unexpected
590         results.
591
592 2007-03-24  Bruno Haible  <bruno@clisp.org>
593
594         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
595         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
596
597 2007-03-24  Bruno Haible  <bruno@clisp.org>
598
599         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
600
601 2007-03-24  Bruno Haible  <bruno@clisp.org>
602
603         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
604         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
605
606         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
607         * modules/utf8-ucs4: Turn into a symbolic link to module
608         unistr/u8-mbtouc.
609
610         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
611         utf8-ucs4-unsafe.
612         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
613         unistr/u8-mbtouc-unsafe.
614
615         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
616         * modules/utf16-ucs4: Turn into a symbolic link to module
617         unistr/u16-mbtouc.
618
619         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
620         utf16-ucs4-unsafe.
621         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
622         unistr/u16-mbtouc-unsafe.
623
624         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
625         * modules/ucs4-utf8: Turn into a symbolic link to module
626         unistr/u8-ubtomb.
627
628         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
629         * modules/ucs4-utf16: Turn into a symbolic link to module
630         unistr/u16-ubtomb.
631
632 2007-03-24  Bruno Haible  <bruno@clisp.org>
633
634         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
635         Enable the function only if HAVE_INLINE.
636         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
637         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
638         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
639         Enable the function only if HAVE_INLINE.
640         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
641         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
642         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
643         Enable the function only if HAVE_INLINE.
644         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
645         Enable the function only if HAVE_INLINE.
646         * modules/utf8-ucs4: Update.
647         * modules/utf8-ucs4-unsafe: Update.
648         * modules/utf16-ucs4: Update.
649         * modules/utf16-ucs4-unsafe: Update.
650         * modules/ucs4-utf8: Update.
651         * modules/ucs4-utf16: Update.
652
653 2007-03-24  Bruno Haible  <bruno@clisp.org>
654
655         * lib/utf8-ucs4.h: Remove file.
656         * lib/utf8-ucs4-unsafe.h: Remove file.
657         * lib/utf16-ucs4.h: Remove file.
658         * lib/utf16-ucs4-unsafe.h: Remove file.
659         * lib/ucs4-utf8.h: Remove file.
660         * lib/ucs4-utf16.h: Remove file.
661         * lib/unistr.h: Include their previous contents.
662         * m4/utf-ucs4.m4: Remove file.
663         * m4/ucs4-utf.m4: Remove file.
664         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
665         (Depends-on): Add unistr/base.
666         (configure.ac): Remove gl_UTF_UCS4.
667         (Makefile.am): Update.
668         (Include): Change to unistr.h.
669         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
670         (Depends-on): Add unistr/base.
671         (configure.ac): Remove gl_UTF_UCS4.
672         (Makefile.am): Update.
673         (Include): Change to unistr.h.
674         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
675         (Depends-on): Add unistr/base.
676         (configure.ac): Remove gl_UTF_UCS4.
677         (Makefile.am): Update.
678         (Include): Change to unistr.h.
679         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
680         (Depends-on): Add unistr/base.
681         (configure.ac): Remove gl_UTF_UCS4.
682         (Makefile.am): Update.
683         (Include): Change to unistr.h.
684         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
685         (Depends-on): Add unistr/base.
686         (configure.ac): Remove gl_UCS4_UTF.
687         (Makefile.am): Update.
688         (Include): Change to unistr.h.
689         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
690         (Depends-on): Add unistr/base.
691         (configure.ac): Remove gl_UCS4_UTF.
692         (Makefile.am): Update.
693         (Include): Change to unistr.h.
694         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
695         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
696         utf8-ucs4-unsafe.h.
697         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
698         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
699         utf16-ucs4-unsafe.h.
700         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
701         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
702         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
703         * lib/unistr/u8-strchr.c: Likewise.
704         * lib/unistr/u8-strrchr.c: Likewise.
705         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
706         * lib/unistr/u16-strchr.c: Likewise.
707         * lib/unistr/u16-strrchr.c: Likewise.
708         * lib/striconveh.c: Update.
709         * lib/linebreak.c: Update.
710
711 2007-03-24  Bruno Haible  <bruno@clisp.org>
712
713         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
714         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
715
716 2007-03-22  Bruno Haible  <bruno@clisp.org>
717
718         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
719
720 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
721
722         * MODULES.html.sh (File system functions): New module write-any-file.
723         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
724         * m4/write-any-file.m4: New files.
725
726 2007-03-23  Eric Blake  <ebb9@byu.net>
727
728         * gnulib-tool: Rearrange space-tab sequences, since some editors
729         like to eat them.
730
731 2007-03-23  Eric Blake  <ebb9@byu.net>
732
733         * lib/version-etc.c (version_etc_va): Update license wording to
734         be more concise.  Recommended by Richard Stallman.
735
736 2007-03-22  Bruno Haible  <bruno@clisp.org>
737
738         * lib/poll.c (MSG_PEEK): New fallback definition.
739
740 2007-03-22  Bruno Haible  <bruno@clisp.org>
741
742         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
743         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
744         (main): Update.
745         Fixes a compilation error on BeOS.
746
747 2007-03-22  Bruno Haible  <bruno@clisp.org>
748
749         * modules/frexpl-tests: New file.
750         * tests/test-frexpl.c: New file.
751
752         * modules/frexpl: New file.
753         * m4/frexpl.m4: New file.
754         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
755         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
756         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
757         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
758         (Depends-on): Add frexpl. Remove isnanl-nolibm.
759         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
760
761 2007-03-22  Bruno Haible  <bruno@clisp.org>
762
763         * lib/frexpl.c: Share code with lib/frexp.c.
764         * modules/mathl (Files): Add lib/frexp.c.
765         (Depends-on): Add isnanl-nolibm.
766
767 2007-03-22  Bruno Haible  <bruno@clisp.org>
768
769         * modules/printf-frexp (Files): Add m4/frexp.m4.
770         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
771         only if the found frexp function actually works.
772
773 2007-03-22  Bruno Haible  <bruno@clisp.org>
774
775         * lib/frexp.c: Remove older implementation that uses divisions.
776
777 2007-03-21  Bruno Haible  <bruno@clisp.org>
778
779         * modules/frexp-tests: New file.
780         * tests/test-frexp.c: New file.
781
782         * modules/frexp: New file.
783         * lib/frexp.c: New file.
784         * m4/frexp.m4: New file.
785         * lib/math_.h (frexp): New declaration.
786         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
787         REPLACE_FREXP.
788         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
789
790 2007-03-21  Bruno Haible  <bruno@clisp.org>
791
792         * modules/isnanl-tests: New file.
793         * tests/test-isnanl.c: New file.
794
795         * modules/isnanl: New file.
796         * lib/isnanl.h: New file.
797         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
798         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
799         gl_FUNC_ISNANL_WORKS.
800         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
801         New macros.
802
803 2007-03-21  Bruno Haible  <bruno@clisp.org>
804
805         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
806         lib/isnanl.h.
807         (Include): Update.
808         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
809         * lib/vasnprintf.c: Update.
810         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
811         tests/test-isnanl.h, remove tests/test-isnanl.c.
812         (Makefile.am): Update.
813         * tests/test-isnanl-nolibm.c: New file.
814         * tests/test-isnanl.h: New file.
815         * tests/test-isnanl.c: Remove file.
816
817 2007-03-21  Jim Meyering  <jim@meyering.net>
818
819         When trying to open ".", treat ESTALE like EACCES.
820         * lib/savewd.c (savewd_save): Resort to forking not just upon
821         failure with EACCES, but also when errno is ESTALE.
822
823 2007-03-20  Bruno Haible  <bruno@clisp.org>
824
825         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
826         Needed on AIX 5.1. Reported by Matthew Woehlke.
827
828 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
829
830         Suggestions by Bruno Haible:
831         * lib/acl-internal.h: Include "gettext.h" rather than rolling
832         our own.
833         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
834         * modules/acl (Depends-on): Add gettext.
835
836 2007-03-19  Bruno Haible  <bruno@clisp.org>
837
838         * modules/iconvme: Remove file.
839         * lib/iconvme.h: Remove file.
840         * lib/iconvme.c: Remove file.
841         * m4/iconvme.m4: Remove file.
842
843 2007-03-19  Bruno Haible  <bruno@clisp.org>
844
845         * doc/relocatable-maint.texi: Break long shell script line.
846         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
847
848 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
849
850         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
851         handle file_has_acl.
852         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
853         * lib/acl.c: Move header inclusions and related macro defns into
854         lib/acl-internal.h.
855         (S_ISLNK): Remove defn, since that's now done for us.
856         (file_has_acl): Move to lib/file-has-acl.c.
857         Call acl_trivial if available.  This is the crucial part of the fix.
858         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
859         shared within the library.  Rewrite a bit, partly to make it compatible
860         with the GNU coding style.
861         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
862         Remove unnecessary double-quotes.
863         Don't test for acl_to_text; the build will catch that.
864         Replace acl_entries if it doesn't exist and it is needed.
865         Check for -lsec and acl_trivial (as used on Solaris 10).
866         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
867         lib/file-has-acl.c.
868         (Depends-on): Add sys_stat, for S_ISLNK.
869
870 2007-03-19  Ben Pfaff  <blp@gnu.org>
871
872         * doc/gnulib.texi: Fix typos.
873         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
874
875 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
876
877         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
878         If size is zero here, buf must be zero.
879
880 2007-03-19  Simon Josefsson  <simon@josefsson.org>
881
882         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
883         <bruno@clisp.org>.
884
885 2007-03-18  Bruno Haible  <bruno@clisp.org>
886
887         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
888         Suggested by Eric Blake.
889
890 2007-03-18  Ben Pfaff  <blp@gnu.org>
891
892         * doc/relocatable.texi: Recommend using as prefix a directory
893         that does not exist and will never be created.  Based on
894         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
895         and others.
896
897 2007-03-17  Bruno Haible  <bruno@clisp.org>
898
899         * lib/fchownat.c: Include lchown.h.
900
901 2007-03-17  Bruno Haible  <bruno@clisp.org>
902
903         Fix endless loop when the given allocated size was > INT_MAX.
904         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
905         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
906         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
907         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
908         * lib/sprintf.c (sprintf): Likewise.
909
910 2007-03-17  Bruno Haible  <bruno@clisp.org>
911
912         * tests/test-argp-2.sh (func_compare): Output a context diff.
913
914 2007-03-17  Bruno Haible  <bruno@clisp.org>
915
916         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
917         locale's decimal-point character.
918
919 2007-03-17  Bruno Haible  <bruno@clisp.org>
920
921         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
922         before comparing it. Needed because on some platforms (e.g. x86) a
923         'long double' occupies less bytes than sizeof (long double).
924
925 2007-03-17  Bruno Haible  <bruno@clisp.org>
926
927         * tests/test-crc.c (main): Make printf statements 64-bit clean.
928         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
929         * tests/test-getaddrinfo.c (simple): Likewise.
930         * tests/test-read-file.c (main): Likewise.
931
932 2007-03-17  Bruno Haible  <bruno@clisp.org>
933
934         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
935
936 2007-03-17  Bruno Haible  <bruno@clisp.org>
937
938         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
939         unused variable.
940
941 2007-03-17  Bruno Haible  <bruno@clisp.org>
942
943         * tests/test-c-strcasecmp.c: Include c-strcase.h.
944         * tests/test-c-strncasecmp.c: Likewise.
945
946 2007-03-17  Bruno Haible  <bruno@clisp.org>
947
948         * modules/stdlib (Depends-on): Add unistd.
949         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
950         Needed for MacOS X 10.3.
951
952 2007-03-17  Bruno Haible  <bruno@clisp.org>
953
954         * lib/unistr/u-strdup.h: Include <stdlib.h>.
955
956 2007-03-17  Bruno Haible  <bruno@clisp.org>
957
958         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
959
960 2007-03-17  Bruno Haible  <bruno@clisp.org>
961
962         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
963         to reflect files copied from gnulib (with or without modifications).
964         Suggested by Jim Meyering.
965
966 2007-03-17  Eric Blake  <ebb9@byu.net>
967
968         * NEWS: Document stdlib change from 2007-02-18.
969
970 2007-03-17  Jim Meyering  <jim@meyering.net>
971
972         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
973         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
974         someone uses a name containing shell meta-characters.
975         Reported by Alfred M. Szmidt.
976
977         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
978
979 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
980
981         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
982         and copy gettext configuration files only if configure.ac contains
983         a use of AM_GNU_GETTEXT_VERSION.
984
985 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
986
987         * build-aux/bootstrap (gnulib_name): New variable.
988         (gnulib_tool_options): Use it.
989
990 2007-03-13  Simon Josefsson  <simon@josefsson.org>
991
992         * tests/test-des.c: Use new namespace.
993
994 2007-03-15  Bruno Haible  <bruno@clisp.org>
995
996         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
997         Reported by James Youngman <jay@gnu.org>.
998
999 2007-03-15  Bruno Haible  <bruno@clisp.org>
1000
1001         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
1002         declared prototype. Needed with cc on OSF/1 5.1.
1003
1004 2007-03-15  Bruno Haible  <bruno@clisp.org>
1005
1006         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
1007         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
1008         (struct gl_list_implementation): Add dispose_fn argument to the
1009         'create_empty', 'create' methods.
1010         (struct gl_list_impl_base): Add field 'dispose_fn'.
1011         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
1012         argument.
1013         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
1014         dispose_fn argument.
1015         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
1016         dispose_fn on the dropped values.
1017         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
1018         dispose_fn argument.
1019         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
1020         dropped values.
1021         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
1022         (gl_tree_remove_node): Call dispose_fn on the dropped value.
1023         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
1024         (gl_tree_remove_node): Call dispose_fn on the dropped value.
1025         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
1026         argument.
1027         (gl_tree_list_free): Call dispose_fn on the dropped values.
1028         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
1029         the dropped values.
1030         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
1031         Add dispose_fn argument.
1032         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
1033         Call dispose_fn on the dropped values.
1034         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
1035         Add dispose_fn argument.
1036         (gl_sublist_create): Initialize the 'dispose_fn' field.
1037         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
1038         * tests/test-array_list.c (main): Update.
1039         * tests/test-carray_list.c (main): Update.
1040         * tests/test-avltree_list.c (main): Update.
1041         * tests/test-rbtree_list.c (main): Update.
1042         * tests/test-avltreehash_list.c (main): Update.
1043         * tests/test-rbtreehash_list.c (main): Update.
1044         * tests/test-linked_list.c (main): Update.
1045         * tests/test-linkedhash_list.c (main): Update.
1046         * tests/test-array_oset.c (main): Update.
1047
1048 2007-03-15  Bruno Haible  <bruno@clisp.org>
1049
1050         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
1051         (gl_oset_create_empty): Add dispose_fn argument.
1052         (struct gl_oset_implementation): Add dispose_fn argument to
1053         'create_empty' method.
1054         (struct gl_oset_impl_base): Add dispose_fn field.
1055         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
1056         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
1057         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
1058         values.
1059         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
1060         (gl_tree_oset_free): Call dispose_fn on the dropped values.
1061         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
1062         dropped value.
1063         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
1064         dropped value.
1065         * tests/test-array_oset.c (main): Update.
1066         * tests/test-avltree_oset.c (main): Update.
1067         * tests/test-rbtree_oset.c (main): Update.
1068         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
1069
1070 2007-03-13  Bruno Haible  <bruno@clisp.org>
1071
1072         * tests/test-stdbool.c (i): Update after last patch.
1073
1074 2007-03-12  Bruno Haible  <bruno@clisp.org>
1075
1076         * lib/quotearg.c: Include <wctype.h> early, before the definition of
1077         the iswprint macro. Needed on Solaris 2.5.1.
1078
1079 2007-03-12  Bruno Haible  <bruno@clisp.org>
1080
1081         * tests/test-printf-frexp.c (main): Declare x as volatile.
1082
1083 2007-03-12  Simon Josefsson  <simon@josefsson.org>
1084
1085         * doc/gnulib.texi (Build robot for gnulib): New section.
1086
1087 2007-03-12  Jim Meyering  <jim@meyering.net>
1088
1089         * build-aux/bootstrap: New file.
1090         * build-aux/bootstrap.conf: New file, from coreutils.
1091
1092 2007-03-11  Bruno Haible  <bruno@clisp.org>
1093
1094         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
1095
1096 2007-03-12  Simon Josefsson  <simon@josefsson.org>
1097
1098         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
1099         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
1100         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
1101
1102 2007-03-11  Bruno Haible  <bruno@clisp.org>
1103
1104         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
1105         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
1106
1107 2007-03-11  Bruno Haible  <bruno@clisp.org>
1108
1109         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
1110         formula. Needed for SunPRO C 5.0.
1111
1112 2007-03-11  Bruno Haible  <bruno@clisp.org>
1113
1114         * modules/long-options (Depends-on): Add getopt.
1115
1116 2007-03-11  Bruno Haible  <bruno@clisp.org>
1117
1118         * modules/modechange (Depends-on): Add stdbool.
1119
1120 2007-03-11  Bruno Haible  <bruno@clisp.org>
1121
1122         * modules/i-ring (Depends-on): Add stdbool.
1123
1124 2007-03-11  Bruno Haible  <bruno@clisp.org>
1125
1126         * modules/gc-des (Depends-on): Add stdbool.
1127
1128 2007-03-11  Bruno Haible  <bruno@clisp.org>
1129
1130         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
1131
1132 2007-03-11  Bruno Haible  <bruno@clisp.org>
1133
1134         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
1135
1136 2007-03-11  Bruno Haible  <bruno@clisp.org>
1137
1138         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
1139
1140 2007-03-11  Bruno Haible  <bruno@clisp.org>
1141
1142         * lib/vasnprintf.c (sprintf): Undefine.
1143
1144 2007-03-11  Bruno Haible  <bruno@clisp.org>
1145
1146         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
1147         initializers in SunPRO C and Compaq C compilers.
1148
1149 2007-03-11  Bruno Haible  <bruno@clisp.org>
1150
1151         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
1152         decrementing code ANSI C compliant.
1153
1154 2007-03-11  Bruno Haible  <bruno@clisp.org>
1155
1156         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
1157         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
1158
1159 2007-03-11  Bruno Haible  <bruno@clisp.org>
1160
1161         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
1162         <stdbool.h> substitute doesn't pass.
1163
1164 2007-03-11  Bruno Haible  <bruno@clisp.org>
1165
1166         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
1167
1168 2007-03-11  Bruno Haible  <bruno@clisp.org>
1169
1170         * gnulib-tool (func_create_megatestdir): Create also an autobuild
1171         script, for submission to autobuild.josefsson.org.
1172
1173 2007-03-10  Bruno Haible  <bruno@clisp.org>
1174
1175         * modules/canonicalize-lgpl-tests: New file.
1176         * tests/test-canonicalize-lgpl.sh: New file.
1177         * tests/test-canonicalize-lgpl.c: New file.
1178
1179         * modules/c-strcase-tests: New file.
1180         * tests/test-c-strcase.sh: New file.
1181         * tests/test-c-strcasecmp.c: New file.
1182         * tests/test-c-strncasecmp.c: New file.
1183
1184         * modules/atexit-tests: New file.
1185         * tests/test-atexit.sh: New file.
1186         * tests/test-atexit.c: New file.
1187
1188 2007-03-10  Bruno Haible  <bruno@clisp.org>
1189
1190         * tests/test-binary-io.sh: Use temporary filenames that are not so
1191         likely to clash with those of other tests (in a parallel make).
1192         * tests/test-binary-io.c: Likewise.
1193
1194 2007-03-10  Bruno Haible  <bruno@clisp.org>
1195
1196         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
1197         fallback; use #error instead.
1198         Suggested by Simon Josefsson.
1199
1200 2007-03-10  Bruno Haible  <bruno@clisp.org>
1201
1202         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
1203         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
1204         first and the last.
1205
1206 2007-03-10  Bruno Haible  <bruno@clisp.org>
1207
1208         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
1209
1210 2007-03-10  Bruno Haible  <bruno@clisp.org>
1211
1212         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
1213         "make distcheck".
1214         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
1215         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
1216         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
1217
1218 2007-03-10  Bruno Haible  <bruno@clisp.org>
1219
1220         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
1221         variable.
1222         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
1223         variable.
1224
1225 2007-03-09  Eric Blake  <ebb9@byu.net>
1226         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
1227
1228         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
1229         types are not being provided by gnulib.
1230         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
1231         types are supported.
1232
1233 2007-03-10  Bruno Haible  <bruno@clisp.org>
1234
1235         * lib/stdio_.h (__attribute__): New macro.
1236         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
1237         vsprintf): Specify __attribute__ __format__ for GCC.
1238         Suggested by Eric Blake.
1239
1240 2007-03-09  Bruno Haible  <bruno@clisp.org>
1241
1242         * modules/printf-posix-tests: New file.
1243         * tests/test-printf-posix.sh: New file.
1244         * tests/test-printf-posix.c: New file.
1245
1246         * modules/printf-posix: New file.
1247         * lib/printf.c: New file.
1248         * m4/printf-posix-rpl.m4: New file.
1249         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
1250         REPLACE_PRINTF.
1251         * lib/stdio_.h (printf): New declaration.
1252         (format, __format__, ____printf____, ____scanf____, ____strftime____,
1253         ____strfmon____): New macros.
1254         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
1255         REPLACE_PRINTF.
1256
1257 2007-03-09  Bruno Haible  <bruno@clisp.org>
1258
1259         * tests/test-vasnprintf-posix2.sh: New file.
1260         * tests/test-vasnprintf-posix2.c: New file.
1261         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
1262         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
1263         (Makefile.am): Activate test-vasnprintf-posix2.sh.
1264
1265         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
1266         a locale dependent decimal point, rather than always '.'.
1267
1268 2007-03-09  Eric Blake  <ebb9@byu.net>
1269
1270         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
1271         spite of platforms like Tandem/NSK that define it to -1.
1272
1273 2007-03-08  Bruno Haible  <bruno@clisp.org>
1274
1275         * modules/vprintf-posix-tests: New file.
1276         * tests/test-vprintf-posix.sh: New file.
1277         * tests/test-vprintf-posix.c: New file.
1278         * tests/test-printf-posix.h: New file.
1279
1280         * modules/vprintf-posix: New file.
1281         * lib/vprintf.c: New file.
1282         * m4/vprintf-posix.m4: New file.
1283         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
1284         REPLACE_VPRINTF.
1285         * lib/stdio_.h (vprintf): New declaration.
1286         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
1287         REPLACE_VPRINTF.
1288
1289 2007-03-08  Bruno Haible  <bruno@clisp.org>
1290
1291         * modules/fprintf-posix-tests: New file.
1292         * tests/test-fprintf-posix.sh: New file.
1293         * tests/test-fprintf-posix.c: New file.
1294
1295         * modules/fprintf-posix: New file.
1296         * lib/fprintf.c: New file.
1297         * m4/fprintf-posix.m4: New file.
1298         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
1299         REPLACE_FPRINTF.
1300         * lib/stdio_.h (fprintf): New declaration.
1301         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
1302         REPLACE_FPRINTF.
1303
1304 2007-03-08  Bruno Haible  <bruno@clisp.org>
1305
1306         * modules/vfprintf-posix-tests: New file.
1307         * tests/test-vfprintf-posix.sh: New file.
1308         * tests/test-vfprintf-posix.c: New file.
1309         * tests/test-fprintf-posix.h: New file.
1310         * tests/test-fprintf-posix.out: New file.
1311
1312         * modules/vfprintf-posix: New file.
1313         * lib/vfprintf.c: New file.
1314         * m4/vfprintf-posix.m4: New file.
1315         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
1316         REPLACE_VFPRINTF.
1317         * lib/stdio_.h (vfprintf): New declaration.
1318         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
1319         REPLACE_VFPRINTF.
1320
1321 2007-03-08  Bruno Haible  <bruno@clisp.org>
1322
1323         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
1324
1325 2007-03-08  Bruno Haible  <bruno@clisp.org>
1326
1327         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
1328         instead of 'expr' invocations.
1329         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1330         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1331         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1332         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1333         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1334         Suggested by Paul Eggert.
1335
1336 2007-03-08  Bruno Haible  <bruno@clisp.org>
1337
1338         * modules/fseterr-tests: New file.
1339         * tests/test-fseterr.c: New file.
1340
1341         * modules/fseterr: New file.
1342         * lib/fseterr.h: New file.
1343         * lib/fseterr.c: New file.
1344
1345 2007-03-08  Bruno Haible  <bruno@clisp.org>
1346
1347         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
1348         * lib/getopt_.h: Likewise.
1349         * lib/mbswidth.h: Likewise.
1350         * lib/setenv.h: Likewise.
1351         * lib/vasnprintf.h: Likewise.
1352         * lib/vasprintf.h: Likewise.
1353         * lib/verror.h: Likewise.
1354         * lib/xsetenv.h: Likewise.
1355         * lib/xvasprintf.h: Likewise.
1356
1357 2007-03-08  Jim Meyering  <jim@meyering.net>
1358
1359         * users.txt: Add parted.
1360
1361         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
1362
1363 2007-03-07  Bruno Haible  <bruno@clisp.org>
1364
1365         * m4/printf.m4: Make the shell script snippets copy&pastable.
1366
1367 2007-03-02  Bruno Haible  <bruno@clisp.org>
1368
1369         * lib/netinet_in_.h: New file.
1370         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
1371         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
1372         * modules/netinet_in (Files): Add lib/netinet_in_.h.
1373         (Depends-on): Add absolute-header.
1374         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
1375         into netinet/in.h.
1376
1377 2007-03-03  Bruno Haible  <bruno@clisp.org>
1378
1379         * lib/sys_select_.h: New file.
1380         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
1381         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
1382         * modules/sys_select (Files): Add lib/sys_select_.h.
1383         (Depends-on): Add absolute-header.
1384         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
1385         into sys/select.h.
1386
1387 2007-03-02  Bruno Haible  <bruno@clisp.org>
1388
1389         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
1390         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
1391         values.
1392         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
1393         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
1394         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
1395         * modules/sys_socket (Depends-on): Add absolute-header.
1396         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
1397         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
1398         (Include): Remove requirement of inclusion of <sys/types.h>.
1399
1400 2007-03-02  Bruno Haible  <bruno@clisp.org>
1401
1402         * lib/byteswap_.h (bswap_32): Fix formula.
1403
1404 2007-03-06  Bruno Haible  <bruno@clisp.org>
1405
1406         * modules/sprintf-posix-tests: New file.
1407         * tests/test-sprintf-posix.c: New file.
1408
1409         * modules/sprintf-posix: New file.
1410         * lib/sprintf.c: New file.
1411         * m4/sprintf-posix.m4: New file.
1412         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
1413         REPLACE_SPRINTF.
1414         * lib/stdio_.h (sprintf): New declaration.
1415         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
1416         REPLACE_SPRINTF.
1417
1418 2007-03-06  Bruno Haible  <bruno@clisp.org>
1419
1420         * modules/vsprintf-posix-tests: New file.
1421         * tests/test-vsprintf-posix.c: New file.
1422         * tests/test-sprintf-posix.h: New file.
1423
1424         * modules/vsprintf-posix: New file.
1425         * lib/vsprintf.c: New file.
1426         * m4/vsprintf-posix.m4: New file.
1427         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
1428         REPLACE_VSPRINTF.
1429         * lib/stdio_.h (vsprintf): New declaration.
1430         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
1431         REPLACE_VSPRINTF.
1432
1433 2007-03-06  Bruno Haible  <bruno@clisp.org>
1434
1435         * modules/vsnprintf (Depend-on): Remove minmax.
1436
1437 2007-03-06  Bruno Haible  <bruno@clisp.org>
1438
1439         * modules/snprintf-posix-tests: New file.
1440         * tests/test-snprintf-posix.c: New file.
1441
1442         * modules/snprintf-posix: New file.
1443         * m4/snprintf-posix.m4: New file.
1444         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
1445         gl_FUNC_SNPRINTF.
1446         (gl_FUNC_SNPRINTF): Invoke it.
1447         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
1448         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
1449         is set.
1450         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
1451
1452 2007-03-06  Bruno Haible  <bruno@clisp.org>
1453
1454         * modules/vsnprintf-posix-tests: New file.
1455         * tests/test-vsnprintf-posix.c: New file.
1456         * tests/test-snprintf-posix.h: New file.
1457
1458         * modules/vsnprintf-posix: New file.
1459         * m4/vsnprintf-posix.m4: New file.
1460         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
1461         gl_FUNC_VSNPRINTF.
1462         (gl_FUNC_VSNPRINTF): Invoke it.
1463         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
1464         * lib/stdio_.h (vsnprintf): Define as a replacement if
1465         REPLACE_VSNPRINTF is set.
1466         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
1467
1468 2007-03-06  Bruno Haible  <bruno@clisp.org>
1469
1470         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
1471         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
1472
1473 2007-03-06  Bruno Haible  <bruno@clisp.org>
1474
1475         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
1476         (asinl): Declare also if HAVE_DECL_ASINL is set.
1477         (atanl): Declare also if HAVE_DECL_ATANL is set.
1478         (ceill): Declare also if HAVE_DECL_CEILL is set.
1479         (cosl): Declare also if HAVE_DECL_COSL is set.
1480         (expl): Declare also if HAVE_DECL_EXPL is set.
1481         (floorl): Declare also if HAVE_DECL_FLOORL is set.
1482         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
1483         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
1484         (logl): Declare also if HAVE_DECL_LOGL is set.
1485         (sinl): Declare also if HAVE_DECL_SINL is set.
1486         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
1487         (tanl): Declare also if HAVE_DECL_TANL is set.
1488         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
1489         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
1490         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
1491         declaration of frexpl, ldexpl.
1492         * modules/printf-frexpl (Depends-on): Add math.
1493         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
1494
1495 2007-03-05  Bruno Haible  <bruno@clisp.org>
1496
1497         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
1498         frexpl and ldexpl are declared.
1499         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
1500
1501 2007-03-05  Bruno Haible  <bruno@clisp.org>
1502
1503         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
1504         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
1505
1506 2007-03-05  Bruno Haible  <bruno@clisp.org>
1507
1508         * lib/stdio_.h: Include <stddef.h>.
1509
1510 2007-03-05  Bruno Haible  <bruno@clisp.org>
1511
1512         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
1513
1514 2007-03-05  Bruno Haible  <bruno@clisp.org>
1515
1516         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
1517         NetBSD 4, from Ralf Wildenhues.
1518
1519 2007-03-04  Bruno Haible  <bruno@clisp.org>
1520
1521         * lib/vasprintf.h: Update #if logic for the case when the functions
1522         exist but are overridden.
1523
1524 2007-03-04  Bruno Haible  <bruno@clisp.org>
1525
1526         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
1527         implementations: glibc-2.4 and MacOS X 10.3.
1528         * tests/test-vasnprintf-posix.c (test_function): Test also the case
1529         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
1530         * tests/test-vasprintf-posix.c (test_function): Likewise.
1531
1532 2007-03-04  Bruno Haible  <bruno@clisp.org>
1533
1534         * modules/vasprintf-posix-tests: New file.
1535         * tests/test-vasprintf-posix.c: New file.
1536
1537         * modules/vasprintf-posix: New file.
1538         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
1539         defined.
1540         * m4/vasprintf-posix.m4: New file.
1541         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
1542         gl_FUNC_VASPRINTF.
1543         (gl_FUNC_VASPRINTF): Invoke it.
1544         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
1545         here.
1546         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
1547
1548 2007-03-04  Bruno Haible  <bruno@clisp.org>
1549
1550         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
1551         REPLACE_GETTIMEOFDAY.
1552         * modules/sys_time (Makefile.am): Likewise.
1553         * m4/sys_time_h.m4: Likewise.
1554         * m4/gettimeofday.m4: Likewise.
1555
1556 2007-03-04  Bruno Haible  <bruno@clisp.org>
1557
1558         * modules/vasnprintf-posix-tests: New file.
1559         * tests/test-vasnprintf-posix.c: New file.
1560
1561         * modules/vasnprintf-posix: New file.
1562         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
1563         printf-frexpl.h.
1564         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
1565         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
1566         REPLACE_VASNPRINTF is defined.
1567         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
1568         gl_FUNC_VASNPRINTF.
1569         (gl_FUNC_VASNPRINTF): Invoke it.
1570         * m4/vasnprintf-posix.m4: New file.
1571         * m4/printf.m4: New file.
1572
1573 2007-03-04  Bruno Haible  <bruno@clisp.org>
1574
1575         Compile progreloc.c only if --enable-relocatable is specified.
1576         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
1577         if --enable-relocatable was specified.
1578         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
1579         lib_SOURCES.
1580
1581 2007-03-04  Jim Meyering  <jim@meyering.net>
1582
1583         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
1584         Use it consistently, rather than enumerating errno constants.
1585
1586 2007-03-04  Bruno Haible  <bruno@clisp.org>
1587
1588         * modules/xvasprintf-tests: New file.
1589         * tests/test-xvasprintf.c: New file.
1590
1591         * modules/vasprintf-tests: New file.
1592         * tests/test-vasprintf.c: New file.
1593
1594         * modules/vasnprintf-tests: New file.
1595         * tests/test-vasnprintf.c: New file.
1596
1597         * modules/vsnprintf-tests: New file.
1598         * tests/test-vsnprintf.c: New file.
1599
1600         * modules/snprintf-tests: New file.
1601         * tests/test-snprintf.c: New file.
1602
1603 2007-03-04  Bruno Haible  <bruno@clisp.org>
1604
1605         Compile relocatable.c only if --enable-relocatable is specified.
1606         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
1607         gl_RELOCATABLE_LIBRARY.
1608         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
1609         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
1610         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
1611         gl_RELOCATABLE_LIBRARY.
1612         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
1613         (Makefile.am): Remove lib_SOURCES.
1614         * modules/relocatable-lib-lgpl (configure.ac): Invoke
1615         gl_RELOCATABLE_LIBRARY.
1616         (Makefile.am): Remove lib_SOURCES.
1617         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
1618         always.
1619         * modules/relocatable-prog-wrapper (configure.ac): Invoke
1620         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
1621
1622 2007-03-04  Bruno Haible  <bruno@clisp.org>
1623
1624         * modules/argmatch-tests: New file.
1625         * tests/test-argmatch.c: New file.
1626
1627         * tests/test-allocsa.c (main): Halve the number of loop runs.
1628
1629         * modules/alloca-opt-tests: New file.
1630         * tests/test-alloca-opt.c: New file.
1631
1632 2007-03-04  Jim Meyering  <jim@meyering.net>
1633
1634         Work around difference between Linux ACLs and Solaris 10 ZFS.
1635         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
1636         for EINVAL.
1637
1638 2007-03-03  Bruno Haible  <bruno@clisp.org>
1639
1640         * modules/relocatable-prog (Depends-on): Add back progreloc's
1641         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
1642
1643 2007-03-03  Bruno Haible  <bruno@clisp.org>
1644
1645         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
1646         * modules/relocatable-lib: New file.
1647
1648 2007-03-03  Bruno Haible  <bruno@clisp.org>
1649
1650         * modules/relocatable-prog: Renamed from modules/relocatable.
1651         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
1652
1653 2007-03-03  Bruno Haible  <bruno@clisp.org>
1654
1655         * modules/relocatable-script (Files): Add doc/relocatable.texi,
1656         m4/relocatable-lib.m4.
1657         (Depends-on): Remove 'relocatable'.
1658         (configure.ac): Add gl_RELOCATABLE_NOP.
1659
1660 2007-03-03  Bruno Haible  <bruno@clisp.org>
1661
1662         * modules/relocatable-prog-wrapper: New file.
1663         * modules/relocatable (Depends-on): Add it. Remove all other
1664         dependencies except progname.
1665         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
1666
1667         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
1668         (gl_FUNC_STRERROR): Nop.
1669         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
1670
1671         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
1672         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
1673
1674         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
1675         (gl_FUNC_READLINK): Update.
1676
1677         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
1678
1679 2007-03-03  Bruno Haible  <bruno@clisp.org>
1680
1681         * lib/xreadlink.c: Include <unistd.h> unconditionally.
1682         * modules/xreadlink (Depends-on): Add unistd.
1683         * modules/xreadlink-with-size (Depends-on): Likewise.
1684
1685 2007-03-03  Bruno Haible  <bruno@clisp.org>
1686
1687         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
1688         extracted from gt_FUNC_SETENV.
1689         (gt_FUNC_SETENV): Remove macro.
1690         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
1691         remove gt_FUNC_SETENV.
1692
1693 2007-03-03  Bruno Haible  <bruno@clisp.org>
1694
1695         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
1696         ENABLE_RELOCATABLE here.
1697         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
1698
1699 2007-03-03  Bruno Haible  <bruno@clisp.org>
1700
1701         * modules/rbtreehash-list-tests (Depends-on): Add progname.
1702         * tests/test-rbtreehash_list.c: Include progname.h.
1703         (main): Call set_program_name.
1704
1705         * modules/rbtree-oset-tests (Depends-on): Add progname.
1706         * tests/test-rbtree_oset.c: Include progname.h.
1707         (main): Call set_program_name.
1708
1709         * modules/rbtree-list-tests (Depends-on): Add progname.
1710         * tests/test-rbtree_list.c: Include progname.h.
1711         (main): Call set_program_name.
1712
1713         * modules/linked-list-tests (Depends-on): Add progname.
1714         * tests/test-linked_list.c: Include progname.h.
1715         (main): Call set_program_name.
1716
1717 2007-03-03  Bruno Haible  <bruno@clisp.org>
1718
1719         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
1720         All uses of __restrict changed to _Restrict_.
1721         * lib/glob_.h (__restrict): Remove macro.
1722
1723 2007-03-02  Bruno Haible  <bruno@clisp.org>
1724
1725         * modules/gettext (configure.ac): Require gettext infrastructure
1726         from version 0.16.1.
1727
1728 2007-03-02  Bruno Haible  <bruno@clisp.org>
1729
1730         * modules/linkedhash-list-tests (Depends-on): Add progname.
1731         * tests/test-linkedhash_list.c: Include progname.h.
1732         (main): Call set_program_name.
1733
1734         * modules/carray-list-tests (Depends-on): Add progname.
1735         * tests/test-carray_list.c: Include progname.h.
1736         (main): Call set_program_name.
1737
1738         * modules/avltreehash-list-tests (Depends-on): Add progname.
1739         * tests/test-avltreehash_list.c: Include progname.h.
1740         (main): Call set_program_name.
1741
1742         * modules/avltree-oset-tests (Depends-on): Add progname.
1743         * tests/test-avltree_oset.c: Include progname.h.
1744         (main): Call set_program_name.
1745
1746         * modules/avltree-list-tests (Depends-on): Add progname.
1747         * tests/test-avltree_list.c: Include progname.h.
1748         (main): Call set_program_name.
1749
1750         * modules/array-oset-tests (Depends-on): Add progname.
1751         * tests/test-array_oset.c: Include progname.h.
1752         (main): Call set_program_name.
1753
1754         * modules/array-list-tests (Depends-on): Add progname.
1755         * tests/test-array_list.c: Include progname.h.
1756         (main): Call set_program_name.
1757
1758         * modules/argp-tests (Depends-on): Add progname.
1759         * tests/test-argp.c: Include argp.h first. Include progname.h.
1760         (main): Call set_program_name.
1761
1762 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
1763
1764         * doc/gnulib-tool.texi (Initial import): Reword description of
1765         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
1766         limited effect even if defined after the first system include.
1767
1768 2007-03-01  Bruno Haible  <bruno@clisp.org>
1769
1770         * build-aux/config.libpath: Update to libtool-1.5.22.
1771         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
1772
1773 2007-03-01  Bruno Haible  <bruno@clisp.org>
1774
1775         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
1776         foo_CFLAGS.
1777         Reported by Ralf Wildenhues.
1778
1779 2007-03-01  Bruno Haible  <bruno@clisp.org>
1780
1781         * build-aux/install-reloc: Remove object files left over by some
1782         compilers.
1783         Reported by Ralf Wildenhues.
1784
1785 2007-03-01  Bruno Haible  <bruno@clisp.org>
1786
1787         * build-aux/install-reloc: Break long lines.
1788
1789 2007-03-01  Bruno Haible  <bruno@clisp.org>
1790
1791         * doc/relocatable.texi: Document that it may not work on OpenBSD.
1792         Reported by Ralf Wildenhues.
1793
1794 2007-03-01  Bruno Haible  <bruno@clisp.org>
1795
1796         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
1797         include ordering constraints.
1798
1799 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
1800
1801         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
1802         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
1803         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
1804         as another example.
1805         * lib/time_.h: Fix misspelling.
1806         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
1807         Require gl_HEADER_TIME_H_DEFAULTS.
1808         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
1809         * m4/time_r.m4 (gl_TIME_R): Likewise.
1810         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
1811
1812 2007-03-01  Bruno Haible  <bruno@clisp.org>
1813
1814         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
1815         * m4/utimens.m4 (gl_UTIMENS): Likewise.
1816
1817 2007-03-01  Jim Meyering  <jim@meyering.net>
1818
1819         * modules/xreadlink (Maintainer): Add my name.
1820         * modules/xreadlink-with-size (Depends-on): Alphabetize.
1821
1822 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
1823             Bruno Haible  <bruno@clisp.org>
1824
1825         * build-aux/install-reloc: Compile also c-ctype.c.
1826         * build-aux/relocatable.sh.in: New file.
1827         * doc/relocatable.texi: New file.
1828         * doc/relocatable-maint.texi: New file.
1829         * doc/gnulib.texi: Include relocatable-maint.texi.
1830         * lib/progreloc.c: Include unistd.h unconditionally.
1831         * lib/relocwrapper.c: Include unistd.h unconditionally.
1832         Include c-ctype.h.
1833         (add_dotbin): Use c_tolower.
1834         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
1835         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
1836         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
1837         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
1838         to m4/relocatable-lib.m4.
1839         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
1840         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
1841         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
1842         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
1843         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
1844         * modules/relocatable: New file.
1845         * modules/relocatable-lib: New file.
1846         * modules/relocatable-script: New file.
1847
1848 2007-02-28  Bruno Haible  <bruno@clisp.org>
1849
1850         Import --enable-relocatable infrastructure.
1851         * build-aux/config.libpath: New file, from GNU gettext.
1852         * build-aux/install-reloc: New file, from GNU gettext.
1853         * build-aux/reloc-ldflags: New file, from GNU gettext.
1854         * lib/relocatable.h: New file, from GNU gettext.
1855         * lib/relocatable.c: New file, from GNU gettext.
1856         * lib/relocwrapper.c: New file, from GNU gettext.
1857         * m4/relocatable.m4: New file, from GNU gettext.
1858
1859 2007-02-28  Bruno Haible  <bruno@clisp.org>
1860
1861         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
1862
1863         * modules/xreadlink: New file, from GNU gettext with modifications.
1864         * lib/xreadlink.c: New file, from GNU gettext.
1865         * lib/xreadlink.h: Add comments.
1866         (xreadlink): New declaration.
1867
1868         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
1869         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
1870         lib/xreadlink-with-size.c.
1871         (configure.ac): Remove gl_XREADLINK invocation.
1872         (Makefile.am): Augment lib_SOURCES.
1873         * m4/xreadlink.m4: Remove file.
1874         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
1875         (xreadlink_with_size): Renamed from xreadink.
1876         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
1877         * modules/canonicalize (Depends-on): Replace xreadlink with
1878         xreadlink-with-size.
1879         * lib/canonicalize.c (canonicalize_filename_mode): Update.
1880
1881 2007-02-25  Jim Meyering  <jim@meyering.net>
1882
1883         * build-aux/announce-gen: When complaining about excess arguments,
1884         list them.
1885
1886 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
1887
1888         * README: Document signed integer overflow situation more
1889         accurately.
1890
1891 2007-02-25  Bruno Haible  <bruno@clisp.org>
1892
1893         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
1894         'a' or 'A' conversion.
1895
1896 2007-02-25  Bruno Haible  <bruno@clisp.org>
1897
1898         * modules/filename: Renamed from modules/pathname.
1899         (Files): Replace lib/pathname.h with lib/filename.h. Replace
1900         lib/concatpath.c with lib/concat-filename.c.
1901         (Makefile.am): Update.
1902         (Include): Replace pathname.h with filename.h.
1903         * lib/filename.h: Renamed from lib/pathname.h.
1904         (concatenated_filename): Renamed from concatenated_pathname.
1905         * lib/concat-filename.c: Renamed from lib/concatpath.c.
1906         (concatenated_filename): Renamed from concatenated_pathname.
1907         * lib/findprog.c: Include filename.h instead of pathname.h.
1908         (find_in_path): Update.
1909         * lib/javacomp.c: Include filename.h instead of pathname.h.
1910         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
1911         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
1912         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
1913         is_oldgcj_14_13_usable, is_javac_usable): Update.
1914         * lib/javaexec.c: Include filename.h instead of pathname.h.
1915         (execute_java_class): Update.
1916         * modules/findprog: Update.
1917         * modules/javacomp: Update.
1918         * modules/javaexec: Update.
1919         * MODULES.html.sh (File system functions): Add 'filename', remove
1920         'pathname'.
1921
1922 2007-02-25  Bruno Haible  <bruno@clisp.org>
1923
1924         * modules/printf-frexpl-tests: New file.
1925         * tests/test-printf-frexpl.c: New file.
1926
1927         * modules/printf-frexpl: New file.
1928         * lib/printf-frexpl.h: New file.
1929         * lib/printf-frexpl.c: New file.
1930         * m4/printf-frexpl.m4: New file.
1931
1932 2007-02-25  Bruno Haible  <bruno@clisp.org>
1933
1934         * modules/printf-frexp-tests: New file.
1935         * tests/test-printf-frexp.c: New file.
1936
1937         * modules/printf-frexp: New file.
1938         * lib/printf-frexp.h: New file.
1939         * lib/printf-frexp.c: New file.
1940         * m4/printf-frexp.m4: New file.
1941
1942 2007-02-25  Bruno Haible  <bruno@clisp.org>
1943
1944         Assume automake >= 1.10 for the tests.
1945         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
1946         * modules/arctwo-tests: Likewise.
1947         * modules/argp-tests: Likewise.
1948         * modules/avltree-list-tests: Likewise.
1949         * modules/avltree-oset-tests: Likewise.
1950         * modules/avltreehash-list-tests: Likewise.
1951         * modules/carray-list-tests: Likewise.
1952         * modules/crc-tests: Likewise.
1953         * modules/des-tests: Likewise.
1954         * modules/gc-arcfour-tests: Likewise.
1955         * modules/gc-arctwo-tests: Likewise.
1956         * modules/gc-des-tests: Likewise.
1957         * modules/gc-hmac-md5-tests: Likewise.
1958         * modules/gc-hmac-sha1-tests: Likewise.
1959         * modules/gc-md2-tests: Likewise.
1960         * modules/gc-md4-tests: Likewise.
1961         * modules/gc-md5-tests: Likewise.
1962         * modules/gc-pbkdf2-sha1-tests: Likewise.
1963         * modules/gc-rijndael-tests: Likewise.
1964         * modules/gc-sha1-tests: Likewise.
1965         * modules/gc-tests: Likewise.
1966         * modules/getaddrinfo-tests: Likewise.
1967         * modules/hmac-md5-tests: Likewise.
1968         * modules/hmac-sha1-tests: Likewise.
1969         * modules/linked-list-tests: Likewise.
1970         * modules/linkedhash-list-tests: Likewise.
1971         * modules/lock-tests: Likewise.
1972         * modules/md2-tests: Likewise.
1973         * modules/md4-tests: Likewise.
1974         * modules/md5-tests: Likewise.
1975         * modules/rbtree-list-tests: Likewise.
1976         * modules/rbtree-oset-tests: Likewise.
1977         * modules/rbtreehash-list-tests: Likewise.
1978         * modules/read-file-tests: Likewise.
1979         * modules/rijndael-tests: Likewise.
1980         * modules/stdint-tests: Likewise.
1981         * modules/tls-tests: Likewise.
1982
1983 2007-02-24  Bruno Haible  <bruno@clisp.org>
1984
1985         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
1986         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
1987         function; instead check whether isnan with a double argument links.
1988         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
1989         function; instead check whether isnan with a 'long double' argument
1990         links.
1991         Reported by Eric Blake <ebb9@byu.net>.
1992
1993 2007-02-24  Bruno Haible  <bruno@clisp.org>
1994
1995         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
1996         defined.
1997         * lib/isnanl.c: Remove all code. Just include isnan.c.
1998         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
1999
2000 2007-02-25  Jim Meyering  <jim@meyering.net>
2001
2002         Avoid conflicting types for 'unsetenv' on FreeBSD.
2003         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
2004         conflicting with FreeBSD's (5.0 and 6.1) function declaration
2005         in stdlib.h.
2006
2007 2007-02-24  Bruno Haible  <bruno@clisp.org>
2008
2009         * modules/isnanl-nolibm-tests: New file.
2010         * tests/test-isnanl.c: New file.
2011
2012         * modules/isnanl-nolibm: New file.
2013         * lib/isnanl.h: New file.
2014         * lib/isnanl.c: New file.
2015         * m4/isnanl.m4: New file.
2016
2017 2007-02-24  Bruno Haible  <bruno@clisp.org>
2018
2019         * modules/isnan-nolibm-tests: New file.
2020         * tests/test-isnan.c: New file.
2021
2022         * modules/isnan-nolibm: New file.
2023         * lib/isnan.h: New file.
2024         * lib/isnan.c: New file.
2025         * m4/isnan.m4: New file.
2026
2027 2007-02-24  Bruno Haible  <bruno@clisp.org>
2028
2029         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
2030         assume that an exponent fits in 20 bits.
2031
2032 2007-02-24  Jim Meyering  <jim@meyering.net>
2033
2034         * m4/regex.m4: Update the description of the configure-time option,
2035         --without-included-regex, to state accurately what the defaults are,
2036         and perhaps to give people an idea why using this option is risky.
2037
2038 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
2039
2040         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
2041         loops on small arguments.  This attempts to avoid the problem
2042         Bruno Haible reported for AIX 4.3.2 in
2043         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
2044
2045 2007-02-23  Bruno Haible  <bruno@clisp.org>
2046
2047         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
2048         Needed for help2man.
2049
2050 2007-02-23  Karl Berry  <karl@gnu.org>
2051
2052         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
2053         exists, foo.h should be cvs-ignored, not committed.
2054
2055 2007-02-23  Eric Blake  <ebb9@byu.net>
2056
2057         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
2058         * lib/stat-time.h (includes): Likewise.
2059         * lib/utimecmp.c (includes): Likewise.
2060         * lib/utimens.h (includes): Likewise.
2061         * lib/getdate.y (includes): Also include "timespec.h" for use
2062         internal to the module.
2063         * modules/utimens (Depends-on): Revert yesterday's patch.
2064         * modules/nanosleep (Depends-on): Add missing dependency.
2065
2066 2007-02-22  Bruno Haible  <bruno@clisp.org>
2067
2068         * lib/glob.c: Don't include getlogin_r.h.
2069
2070 2007-02-22  Jim Meyering  <jim@meyering.net>
2071
2072         * modules/utimens (Depends-on): Add timespec, required for
2073         utimens.h's inclusion of timespec.h.
2074
2075 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
2076
2077         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
2078         long unreadable paths in GNU/Linux.  Problem reported by Andreas
2079         Schwab in
2080         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
2081         I'll try to think of a better way to fix the Solaris problem.
2082
2083         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
2084         like glibc; on Solaris 10, it fails with errno == EINVAL.
2085         POSIX says the behavior is unspecified if the first argument is NULL,
2086         so play it safe and never pass NULL to the system getcwd.
2087
2088 2007-02-21  Jim Meyering  <jim@meyering.net>
2089
2090         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
2091         of gettimeofday.  It would conflict with the one now always
2092         provided via sys_time_.h.  Reported by Matthew Woehlke, as
2093         an IRIX 6.5 build failure.
2094
2095 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
2096
2097         Minor fixups to port to Solaris 10 with Sun C 5.8.
2098         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
2099         * modules/getcwd (Depends-on): Add dirfd.
2100         * lib/putenv.c (putenv): #undef it.
2101         (rpl_putenv): New decl.
2102         (malloc, free): Include <stdlib.h> rather than prototyping separately.
2103
2104 2007-02-20  Bruno Haible  <bruno@clisp.org>
2105
2106         * modules/stdio-tests: New file.
2107         * tests/test-stdio.c: New file.
2108
2109         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
2110         (Depends-on): Add stdio.
2111         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
2112         (Include): Use <stdio.h> instead of vsnprintf.h.
2113         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
2114         HAVE_DECL_VSNPRINTF.
2115         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
2116
2117         * modules/snprintf (Files): Remove lib/snprintf.h.
2118         (Depends-on): Add stdio.
2119         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
2120         (Include): Use <stdio.h> instead of snprintf.h.
2121         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
2122         HAVE_DECL_SNPRINTF.
2123         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
2124         * lib/getaddrinfo.c: Likewise.
2125
2126         * modules/stdio: New file.
2127         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
2128         * lib/snprintf.h: Remove file.
2129         * lib/vsnprintf.h: Remove file.
2130         * lib/.cppi-disable: Remove snprintf.h.
2131         * m4/stdio_h.m4: New file.
2132         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
2133
2134 2007-02-20  Jim Meyering  <jim@meyering.net>
2135
2136         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
2137         used by e.g., mingw.  From Bruno Haible.
2138
2139 2007-02-19  Bruno Haible  <bruno@clisp.org>
2140
2141         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
2142         warnings.
2143         Reported by Ben Pfaff <blp@cs.stanford.edu>.
2144
2145 2007-02-19  Bruno Haible  <bruno@clisp.org>
2146
2147         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
2148         from mingw users.
2149
2150 2007-02-19  Bruno Haible  <bruno@clisp.org>
2151
2152         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
2153         warnings.
2154         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
2155
2156 2007-02-19  Jim Meyering  <jim@meyering.net>
2157
2158         Don't use FD after a successful "fdopendir (fd)".
2159         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
2160         Reset it by calling dirfd on the just-obtained DIR*.
2161
2162         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
2163         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
2164
2165 2007-02-18  Bruno Haible  <bruno@clisp.org>
2166
2167         * lib/readlink.c: Include <unistd.h>.
2168         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
2169         HAVE_READLINK.
2170         * modules/readlink (Depends-on): Add unistd.
2171         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2172         (Include): Add <unistd.h>.
2173
2174         * lib/getlogin_r.h: Remove file.
2175         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
2176         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
2177         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
2178         HAVE_DECL_GETLOGIN_R.
2179         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
2180         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2181         (Include): Use <unistd.h> instead of getlogin_r.h.
2182
2183         * lib/getcwd.h: Remove file.
2184         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
2185         * lib/xgetcwd.c: Likewise.
2186         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
2187         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
2188         * modules/getcwd (Files): Remove lib/getcwd.h.
2189         (Depends-on): Add unistd.
2190         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2191         (Include): Use <unistd.h> instad of getcwd.h.
2192
2193         * lib/ftruncate.c: Include <unistd.h> first.
2194         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
2195         Set HAVE_FTRUNCATE.
2196         * modules/ftruncate (Depends-on): Add unistd.
2197         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2198
2199         * lib/fchdir.c: Include <unistd.h> first.
2200         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
2201         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
2202         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
2203         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2204         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
2205
2206         * lib/dup2.c: Include <unistd.h> first.
2207         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
2208         HAVE_DUP2.
2209         * modules/dup2 (Depends-on): Add unistd.
2210         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2211
2212         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
2213         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
2214         REPLACE_CHOWN. Don't define chown as a macro here.
2215         * modules/chown (Depends-on): Add unistd.
2216         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2217
2218         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
2219         Add definition for GL_LINK_WARNING.
2220         (chown, dup2): New declarations.
2221         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
2222         link warning.
2223         (ftruncate): New declaration.
2224         (getcwd): New declaration, taken from old getcwd.h.
2225         (getlogin_r): New declaration, taken from old getlogin_r.h.
2226         (readlink): New declaration.
2227         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
2228         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
2229         (gl_PREREQ_UNISTD): Remove macro.
2230         (gl_UNISTD_MODULE_INDICATOR): New macro.
2231         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
2232         many new variables. Don't set UNISTD_H.
2233         * modules/unistd (Description): Change.
2234         (Depends-on): Add link-warning.
2235         (configure.ac): Update.
2236         (Makefile.am): Create unistd.h always. Substitute many new variables
2237         into it.
2238
2239 2007-02-18  Bruno Haible  <bruno@clisp.org>
2240
2241         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
2242         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
2243         HAVE_GETSUBOPT.
2244         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
2245         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
2246         * lib/getsubopt.h: Remove file.
2247         * modules/getsubopt (Files): Remove lib/getsubopt.h.
2248         (Depends-on): Add stdlib.
2249         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
2250         (Includes): Use <stdlib.h> instead of getsubopt.h.
2251         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
2252         Set HAVE_GETSUBOPT.
2253         * lib/getsubopt.c: Don't include getsubopt.h.
2254
2255 2007-02-18  Bruno Haible  <bruno@clisp.org>
2256
2257         * modules/fchdir (Depends-on): Add dup2.
2258
2259 2007-02-18  Bruno Haible  <bruno@clisp.org>
2260
2261         * lib/stdlib_.h: Handle glibc's special invocation convention
2262         specially.
2263
2264 2007-02-18  Bruno Haible  <bruno@clisp.org>
2265
2266         * modules/stdlib-tests: New file.
2267         * tests/test-stdlib.c: New file.
2268
2269         * modules/mkstemp (Files): Remove lib/mkstemp.h.
2270         (Depends-on): Add stdlib.
2271         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
2272         (Includes): Use <stdlib.h> instead of mkstemp.h.
2273         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
2274         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
2275         * lib/mkstemp.c: Don't include mkstemp.h.
2276         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
2277         * lib/stdlib--.h: Don't include mkstemp.h.
2278
2279         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
2280         (Depends-on): Add stdlib.
2281         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
2282         (Includes): Use <stdlib.h> instead of mkdtemp.h.
2283         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
2284         HAVE_MKDTEMP.
2285         * lib/mkdtemp.c: Don't include mkdtemp.h.
2286         * lib/clean-temp.c: Don't include mkdtemp.h.
2287
2288         * modules/exit (Files): Remove lib/exit.h.
2289         (Depends-on): Add stdlib.
2290         (Makefile.am): Remove lib_SOURCES.
2291         (Include): Use <stdlib.h> instead of exit.h.
2292         * lib/argmatch.c: Don't include exit.h.
2293         * lib/execute.c: Likewise.
2294         * lib/pagealign_alloc.c: Likewise.
2295         * lib/pipe.c: Likewise.
2296         * lib/wait-process.c: Likewise.
2297         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
2298         * lib/exitfail.c: Likewise.
2299         * lib/savewd.c: Likewise.
2300         * lib/xsetenv.c: Likewise.
2301
2302         * modules/stdlib: New file.
2303         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
2304         and extra comments about mkstemp().
2305         * lib/exit.h: Remove file.
2306         * lib/mkdtemp.h: Remove file.
2307         * lib/mkstemp.h: Remove file.
2308         * m4/stdlib_h.m4: New file.
2309         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
2310
2311 2007-02-18  Bruno Haible  <bruno@clisp.org>
2312
2313         * modules/math-tests: New file.
2314         * tests/test-math.c: New file.
2315
2316         * modules/math: New file.
2317         * modules/mathl (Files): Remove lib/mathl.h.
2318         (Depends-on): Add math.
2319         (Makefile.am): Don't mention mathl.h.
2320         (Include): Use <math.h> instead of mathl.h.
2321         * lib/math_.h: New file.
2322         * lib/mathl.h: Remove file.
2323         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
2324         mathl.h.
2325         * lib/asinl.c: Likewise.
2326         * lib/atanl.c: Likewise.
2327         * lib/ceill.c: Likewise.
2328         * lib/cosl.c: Likewise.
2329         * lib/expl.c: Likewise.
2330         * lib/floorl.c: Likewise.
2331         * lib/frexpl.c: Likewise.
2332         * lib/ldexpl.c: Likewise.
2333         * lib/logl.c: Likewise.
2334         * lib/sincosl.c: Likewise.
2335         * lib/sinl.c: Likewise.
2336         * lib/sqrtl.c: Likewise.
2337         * lib/tanl.c: Likewise.
2338         * lib/trigl.c: Likewise.
2339         * m4/math_h.m4: New file.
2340         * MODULES.html.sh (Mathematics): Add math.
2341
2342 2007-02-17  Bruno Haible  <bruno@clisp.org>
2343
2344         * modules/wctype-tests: New file.
2345         * tests/test-wctype.c: New file.
2346
2347         * modules/wchar-tests: New file.
2348         * tests/test-wchar.c: New file.
2349
2350         * modules/unistd-tests: New file.
2351         * tests/test-unistd.c: New file.
2352
2353         * modules/time-tests: New file.
2354         * tests/test-time.c: New file.
2355
2356         * modules/sysexits-tests: New file.
2357         * tests/test-sysexits.c: New file.
2358
2359         * modules/sys_time-tests: New file.
2360         * tests/test-sys_time.c: New file.
2361
2362         * modules/sys_stat-tests: New file.
2363         * tests/test-sys_stat.c: New file.
2364
2365         * modules/sys_socket-tests: New file.
2366         * tests/test-sys_socket.c: New file.
2367
2368         * modules/sys_select-tests: New file.
2369         * tests/test-sys_select.c: New file.
2370
2371         * modules/string-tests: New file.
2372         * tests/test-string.c: New file.
2373
2374         * modules/stdbool-tests: New file.
2375         * tests/test-stdbool.c: New file.
2376
2377         * modules/netinet_in-tests: New file.
2378         * tests/test-netinet_in.c: New file.
2379
2380         * modules/inttypes-tests: New file.
2381         * tests/test-inttypes.c: New file.
2382
2383         * modules/fcntl-tests: New file.
2384         * tests/test-fcntl.c: New file.
2385
2386         * modules/byteswap-tests: New file.
2387         * tests/test-byteswap.c: New file.
2388
2389         * modules/arpa_inet-tests: New file.
2390         * tests/test-arpa_inet.c: New file.
2391
2392 2007-02-17  Bruno Haible  <bruno@clisp.org>
2393
2394         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
2395         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
2396         if the corresponding module is not enabled. Emit link warnings if
2397         the function is used nevertheless.
2398         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
2399         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
2400         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
2401         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
2402         * modules/inttypes (Depends-on): Add link-warning.
2403         (Makefile.am): Copy the contents of build-aux/link-warning.h into
2404         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
2405         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
2406         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
2407         * modules/imaxdiv (configure.ac): Likewise.
2408         * modules/strtoimax (configure.ac): Likewise.
2409         * modules/strtoumax (configure.ac): Likewise.
2410
2411 2007-02-17  Bruno Haible  <bruno@clisp.org>
2412
2413         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
2414         gl_STRING_MODULE_INDICATOR_DEFAULTS.
2415         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
2416         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
2417
2418 2007-02-17  Bruno Haible  <bruno@clisp.org>
2419
2420         * modules/link-warning: New file.
2421         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
2422         * lib/string_.h (GL_LINK_WARNING): Remove definition.
2423         * modules/string (Depends-on): Add link-warning.
2424         (Makefile.am): Copy the contents of build-aux/link-warning.h into
2425         string.h.
2426         * MODULES.html.sh (Support for building libraries and executables): Add
2427         link-warning.
2428
2429 2007-02-17  Bruno Haible  <bruno@clisp.org>
2430
2431         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
2432         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
2433         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
2434         long lines.
2435
2436 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
2437             Bruno Haible  <bruno@clisp.org>
2438
2439         * modules/tmpfile: New file.
2440         * lib/tmpfile.c: New file.
2441         * m4/tmpfile.m4: New file.
2442         * MODULES.html.sh (func_all_modules): New section "Input/output".
2443
2444 2007-02-15  Bruno Haible  <bruno@clisp.org>
2445
2446         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
2447         (supports_delete_on_close): New function.
2448         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
2449
2450 2007-02-14  Bruno Haible  <bruno@clisp.org>
2451
2452         * modules/mbspcasecmp-tests: New file.
2453         * tests/test-mbspcasecmp.sh: New file.
2454         * tests/test-mbspcasecmp.c: New file.
2455
2456         New module mbspcasecmp.
2457         * modules/mbspcasecmp: New file.
2458         * lib/mbspcasecmp.c: New file.
2459         * lib/string_.h (strncasecmp): Change warning message.
2460         (mbspcasecmp): New declaration.
2461         * m4/mbspcasecmp.m4: New file.
2462         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2463         GNULIB_MBSPCASECMP.
2464         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
2465         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
2466
2467 2007-02-14  Bruno Haible  <bruno@clisp.org>
2468
2469         * modules/mbsncasecmp-tests: New file.
2470         * tests/test-mbsncasecmp.sh: New file.
2471         * tests/test-mbsncasecmp.c: New file.
2472
2473         New module mbsncasecmp.
2474         * modules/mbsncasecmp: New file.
2475         * lib/mbsncasecmp.c: New file.
2476         * lib/string_.h (mbsncasecmp): New declaration.
2477         * m4/mbsncasecmp.m4: New file.
2478         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2479         GNULIB_MBSNCASECMP.
2480         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
2481         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
2482
2483 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
2484
2485         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
2486         Verify that it doesn't overlap with our flags.
2487         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
2488         do not have the desired effect in multibyte locales; instead, use
2489         mbscasecmp.
2490         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
2491         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
2492         we don't require GNU fnmatch ourselves (if our users require it, they
2493         should do so explicitly).
2494
2495         Fix regex code so it doesn't rely on strcasecmp.
2496         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
2497         Otherwise, include gnulib's langinfo.h.
2498         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
2499         undesirable behavior in non-C locales.  Instead, rely on localecharset.
2500         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
2501         * modules/regex (FILES): Remove m4/codeset.m4.
2502         (Depends-on): Add localcharset.  Remove strcase.
2503
2504 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2505
2506         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
2507         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
2508
2509 2007-02-13  Bruno Haible  <bruno@clisp.org>
2510
2511         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
2512         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2513
2514 2007-02-12  Bruno Haible  <bruno@clisp.org>
2515
2516         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
2517         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
2518         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
2519         time warning rather than a link error.
2520
2521 2007-02-12  Bruno Haible  <bruno@clisp.org>
2522
2523         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
2524         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
2525         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2526
2527 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
2528
2529         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
2530         args, not 2.
2531
2532 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
2533
2534         New module 'time', so that apps can include <time.h> as per
2535         POSIX and GNU instead of separate include files like time_r.h
2536         and timegm.h.  This implementation tries out a simpler approach
2537         for replacing decls in standard include files (as compared to
2538         the string module), somewhat as an experiment.
2539
2540         * config/srclist.txt: Comment out mktime.c for now.
2541         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
2542         since it doesn't apply any more.  Use generic wording instead.
2543         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
2544         'time'.
2545         * lib/time_.h, m4/time_h.m4, modules/time: New files.
2546         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
2547         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
2548         Don't include <sys/types.h>; no longer needed since we assume C89.
2549         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
2550         * lib/strftime.c: Likewise.
2551         * lib/time_r.c: Likewise.
2552         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
2553         * lib/nanosleep.c: Include <time.h> first, to check interface.
2554         * lib/strptime.c: Likewise.
2555         * lib/time_r.c: Likewise.
2556         * lib/timegm.c: Likewise.
2557         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
2558         needed.
2559         * lib/timegm.c: Don't include timegm.h; no longer needed.
2560         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
2561         time.h now handles any problems in that area.
2562         (struct timespec, nanosleep): Remove; time.h now arranges for these.
2563         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
2564         that time.h defines struct timespec.
2565         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
2566         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
2567         handles that.
2568         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
2569         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
2570         needed.  Set REPLACE_LOCALTIME.
2571         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
2572         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
2573         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
2574         nanosleep; time_h.m4 now does that.  Don't require
2575         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
2576         module handles this now.
2577         * modules/getdate (Depends-on): Remove timespec.  Add time.
2578         * modules/nanosleep (Depends-on): Likewise.
2579         * modules/stat-time (Depends-on): Likewise.
2580         * modules/nanosleep (Include): Include time.h, not timespec.h.
2581         * modules/strptime (Files): Remove lib/strptime.h.
2582         (Depends-on): Add extensions, time.
2583         (Include): Include time.h, not strptime.h.
2584         * modules/time_r (Files): Remove lib/time_r.h.
2585         (Depends-on): Add time.
2586         (Include): Include time.h, not time_r.h.
2587         * modules/timegm: Likewise.
2588         * modules/timespec (Description): Now does timespec-related decls
2589         of our own, instead of struct timespec itself.
2590         (Depends-on): Add time; remove extensions.
2591         (Maintainer): Add self.
2592         * modules/utimecmp (Depends-on): Add time; remove timespec.
2593         * modules/utimens (Depends-on): Likewise.
2594         * modules/xnanosleep (Depends-on): Likewise.
2595
2596 2007-02-11  Bruno Haible  <bruno@clisp.org>
2597
2598         * lib/c-strstr.c: Include allocsa.h.
2599         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
2600         * lib/c-strcasestr.c: Include allocsa.h.
2601         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
2602         * lib/strcasestr.c: Include allocsa.h.
2603         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
2604         * lib/mbsstr.c: Include allocsa.h.
2605         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
2606         allocsa/freesa instead of malloc/free.
2607         * lib/mbscasestr.c: Include allocsa.h.
2608         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
2609         allocsa/freesa instead of malloc/free.
2610         * modules/c-strstr (Depends-on): Add allocsa.
2611         * modules/c-strcasestr (Depends-on): Likewise.
2612         * modules/strcasestr (Depends-on): Likewise.
2613         * modules/mbsstr (Depends-on): Likewise.
2614         * modules/mbscasestr (Depends-on): Likewise.
2615
2616 2007-02-11  Bruno Haible  <bruno@clisp.org>
2617
2618         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
2619
2620         * modules/mbsspn-tests: New file.
2621         * tests/test-mbsspn.sh: New file.
2622         * tests/test-mbsspn.c: New file.
2623
2624 2007-02-11  Bruno Haible  <bruno@clisp.org>
2625
2626         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
2627
2628         * modules/mbspbrk-tests: New file.
2629         * tests/test-mbspbrk.sh: New file.
2630         * tests/test-mbspbrk.c: New file.
2631
2632 2007-02-11  Bruno Haible  <bruno@clisp.org>
2633
2634         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
2635         unneeded cast.
2636
2637         * modules/mbscspn-tests: New file.
2638         * tests/test-mbscspn.sh: New file.
2639         * tests/test-mbscspn.c: New file.
2640
2641 2007-02-11  Bruno Haible  <bruno@clisp.org>
2642
2643         * modules/mbscasecmp-tests: New file.
2644         * tests/test-mbscasecmp.sh: New file.
2645         * tests/test-mbscasecmp.c: New file.
2646
2647 2007-02-11  Bruno Haible  <bruno@clisp.org>
2648
2649         Ensure O(n) worst-case complexity of mbscasestr.
2650         * lib/mbscasestr.c: Include stdbool.h.
2651         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
2652         functions.
2653         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
2654         the bookkeeping indicates that it's worth it.
2655         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
2656
2657         * modules/mbscasestr-tests: New file.
2658         * tests/test-mbscasestr1.c: New file.
2659         * tests/test-mbscasestr2.sh: New file.
2660         * tests/test-mbscasestr2.c: New file.
2661         * tests/test-mbscasestr3.sh: New file.
2662         * tests/test-mbscasestr3.c: New file.
2663         * tests/test-mbscasestr4.sh: New file.
2664         * tests/test-mbscasestr4.c: New file.
2665         * m4/locale-tr.m4: New file.
2666
2667 2007-02-11  Bruno Haible  <bruno@clisp.org>
2668
2669         Ensure O(n) worst-case complexity of mbsstr.
2670         * lib/mbsstr.c: Include stdbool.h.
2671         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
2672         functions.
2673         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
2674         bookkeeping indicates that it's worth it.
2675         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
2676
2677         * modules/mbsstr-tests: New file.
2678         * tests/test-mbsstr1.c: New file.
2679         * tests/test-mbsstr2.sh: New file.
2680         * tests/test-mbsstr2.c: New file.
2681         * tests/test-mbsstr3.sh: New file.
2682         * tests/test-mbsstr3.c: New file.
2683         * m4/locale-fr.m4: New file.
2684
2685 2007-02-11  Bruno Haible  <bruno@clisp.org>
2686
2687         * lib/mbsrchr.c (mbsrchr): Fix bug.
2688
2689         * modules/mbsrchr-tests: New file.
2690         * tests/test-mbsrchr.sh: New file.
2691         * tests/test-mbsrchr.c: New file.
2692
2693 2007-02-11  Bruno Haible  <bruno@clisp.org>
2694
2695         * lib/mbschr.c (mbschr): Fix bug.
2696
2697         * modules/mbschr-tests: New file.
2698         * tests/test-mbschr.sh: New file.
2699         * tests/test-mbschr.c: New file.
2700         * m4/locale-zh.m4: New file.
2701
2702 2007-02-11  Bruno Haible  <bruno@clisp.org>
2703
2704         Support for copying multibyte string iterators.
2705         * lib/mbiter.h: Include <string.h>.
2706         (mbiter_multi_copy): New function.
2707         (mbi_copy): New macro.
2708         * lib/mbuiter.h: Include <string.h>.
2709         (mbuiter_multi_copy): New function.
2710         (mbui_copy): New macro.
2711
2712 2007-02-11  Bruno Haible  <bruno@clisp.org>
2713
2714         New module mbslen.
2715         * modules/mbslen: New file.
2716         * lib/mbslen.c: New file.
2717         * lib/string_.h (mbslen): New declaration.
2718         * m4/mbslen.m4: New file.
2719         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2720         GNULIB_MBSLEN.
2721         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
2722         * MODULES.html.sh (Internationalization functions): Add mbslen.
2723
2724 2007-02-11  Bruno Haible  <bruno@clisp.org>
2725
2726         Ensure O(n) worst-case complexity of strcasestr substitute.
2727         * lib/strcasestr.c: Include stdbool.h.
2728         (knuth_morris_pratt): New function.
2729         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
2730         bookkeeping indicates that it's worth it.
2731         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
2732
2733         * modules/strcasestr-tests: New file.
2734         * tests/test-strcasestr.c: New file.
2735
2736 2007-02-11  Bruno Haible  <bruno@clisp.org>
2737
2738         Ensure O(n) worst-case complexity of c_strcasestr.
2739         * lib/c-strcasestr.c: Include stdbool.h, string.h.
2740         (knuth_morris_pratt): New function.
2741         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
2742         the bookkeeping indicates that it's worth it.
2743         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
2744
2745         * modules/c-strcasestr-tests: New file.
2746         * tests/test-c-strcasestr.c: New file.
2747
2748 2007-02-11  Bruno Haible  <bruno@clisp.org>
2749
2750         Ensure O(n) worst-case complexity of c_strstr.
2751         * lib/c-strstr.c: Include stdbool.h, string.h.
2752         (knuth_morris_pratt): New function.
2753         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
2754         bookkeeping indicates that it's worth it.
2755         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
2756
2757         * lib/c-strstr.c: Complete rewrite for maintainability.
2758
2759         * modules/c-strstr-tests: New file.
2760         * tests/test-c-strstr.c: New file.
2761
2762 2007-02-11  Bruno Haible  <bruno@clisp.org>
2763
2764         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
2765         5.2.1 and earlier, whereby \055 was treated just like the range
2766         delimiter '-'.
2767         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
2768
2769 2007-02-08  Bruno Haible  <bruno@clisp.org>
2770
2771         * modules/regex (Depends-on): Add stdbool.
2772         Reported by Dalibor Topic <robilad@kaffe.org>.
2773
2774 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
2775
2776         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
2777         Prefer returning from main to exiting from it.
2778         Remove unnecessary parens after sizeof.
2779
2780 2007-02-05  Bruno Haible  <bruno@clisp.org>
2781
2782         New module mbssep.
2783         * modules/mbssep: New file.
2784         * lib/mbssep.c: New file.
2785         * lib/string_.h (strsep): Add a conditional link warning.
2786         (mbssep): New declaration.
2787         * m4/mbssep.m4: New file.
2788         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2789         GNULIB_MBSSEP.
2790         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
2791         * MODULES.html.sh (Internationalization functions): Add mbssep.
2792
2793 2007-02-05  Bruno Haible  <bruno@clisp.org>
2794
2795         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
2796         Optimize search in case of 1 delimiter.
2797
2798 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
2799
2800         * lib/acl.h: Include sys/types.h before sys/acl.h.
2801
2802 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
2803
2804         Merge upstream fix for glibc bugzilla #3957:
2805
2806         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
2807
2808         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
2809         bit for RE_HAT_LISTS_NOT_NEWLINE.
2810         (build_charclass_op): Remove bogus comment.
2811
2812 2007-02-05  Simon Josefsson  <simon@josefsson.org>
2813
2814         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
2815
2816 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
2817
2818         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
2819         * lib/memmem.c [!defined _LIBC]: Include config.h.
2820
2821 2007-02-04  Bruno Haible  <bruno@clisp.org>
2822
2823         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
2824         warning message.
2825
2826 2007-02-04  Bruno Haible  <bruno@clisp.org>
2827
2828         New module mbstok_r.
2829         * modules/mbstok_r: New file.
2830         * lib/mbstok_r.c: New file.
2831         * lib/string_.h (strtok_r): Change argument names to match the
2832         comments. Add a conditional link warning.
2833         (mbstok_r): New declaration.
2834         * m4/mbstok_r.m4: New file.
2835         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2836         GNULIB_MBSTOK_R.
2837         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
2838         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
2839
2840 2007-02-04  Bruno Haible  <bruno@clisp.org>
2841
2842         New module mbsspn.
2843         * modules/mbsspn: New file.
2844         * lib/mbsspn.c: New file.
2845         * lib/string_.h (strspn): Add a conditional link warning.
2846         (mbsspn): New declaration.
2847         * m4/mbsspn.m4: New file.
2848         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2849         GNULIB_MBSSPN.
2850         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
2851         * MODULES.html.sh (Internationalization functions): Add mbsspn.
2852
2853 2007-02-04  Bruno Haible  <bruno@clisp.org>
2854
2855         New module mbspbrk.
2856         * modules/mbspbrk: New file.
2857         * lib/mbspbrk.c: New file.
2858         * lib/string_.h (strpbrk): Add a conditional link warning.
2859         (mbspbrk): New declaration.
2860         * m4/mbspbrk.m4: New file.
2861         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2862         GNULIB_MBSPBRK.
2863         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
2864         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
2865
2866 2007-02-04  Bruno Haible  <bruno@clisp.org>
2867
2868         New module mbscspn.
2869         * modules/mbscspn: New file.
2870         * lib/mbscspn.c: New file.
2871         * lib/string_.h (strcspn): Add a conditional link warning.
2872         (mbscspn): New declaration.
2873         * m4/mbscspn.m4: New file.
2874         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2875         GNULIB_MBSCSPN.
2876         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
2877         * MODULES.html.sh (Internationalization functions): Add mbscspn.
2878
2879 2007-02-04  Bruno Haible  <bruno@clisp.org>
2880
2881         New module mbscasestr, reduced goal of strcasestr.
2882         * modules/mbscasestr: New file.
2883         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
2884         (mbscasestr): Renamed from strcasestr.
2885         * lib/strcasestr.c: Don't include mbuiter.h.
2886         (strcasestr): Remove support for multibyte locales.
2887         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
2888         Change the conditional link warning.
2889         (mbscasestr): New declaration.
2890         * m4/mbscasestr.m4: New file.
2891         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
2892         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
2893         REPLACE_STRCASESTR.
2894         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
2895         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
2896         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
2897         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
2898         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
2899         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
2900         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
2901         (Depends-on): Remove mbuiter.
2902         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
2903
2904 2007-02-04  Bruno Haible  <bruno@clisp.org>
2905
2906         Simplify handling of strncasecmp.
2907         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
2908         the conditional link warning.
2909         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
2910         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
2911         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
2912         * modules/strcase (configure.ac): Don't invoke
2913         gl_STRING_MODULE_INDICATOR.
2914         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
2915
2916 2007-02-04  Bruno Haible  <bruno@clisp.org>
2917
2918         New module mbscasecmp, reduced goal of strcasecmp.
2919         * modules/mbscasecmp: New file.
2920         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
2921         (mbscasecmp): Renamed from strcasecmp.
2922         * lib/strcasecmp.c: Don't include mbuiter.h.
2923         (strcasecmp): Remove support for multibyte locales.
2924         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
2925         Change the conditional link warning.
2926         (mbscasecmp): New declaration.
2927         * m4/mbscasecmp.m4: New file.
2928         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
2929         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
2930         REPLACE_STRCASECMP.
2931         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
2932         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2933         GNULIB_MBSCASECMP.
2934         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
2935         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
2936         * modules/strcase (Files): Remove m4/mbrtowc.m4.
2937         (Depends-on): Remove mbuiter.
2938         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
2939
2940 2007-02-04  Bruno Haible  <bruno@clisp.org>
2941
2942         New module mbsstr. Remove module strstr.
2943         * modules/mbsstr: New file.
2944         * modules/strstr: Remove file.
2945         * lib/mbsstr.c: Renamed from lib/strstr.c.
2946         (mbsstr): Renamed from strstr.
2947         * lib/string_.h (strstr): Remove declaration. Change the conditional
2948         link warning.
2949         (mbsstr): New declaration.
2950         * m4/mbsstr.m4: New file.
2951         * m4/strstr.m4: Remove file.
2952         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
2953         REPLACE_STRSTR.
2954         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
2955         Don't initialize GNULIB_STRSTR.
2956         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
2957         substitute GNULIB_STRSTR and REPLACE_STRSTR.
2958         * MODULES.html.sh (Internationalization functions): Add mbsstr.
2959         (Support for systems lacking ANSI C 89): Remove strstr.
2960
2961 2007-02-04  Bruno Haible  <bruno@clisp.org>
2962
2963         New module mbsrchr.
2964         * modules/mbsrchr: New file.
2965         * lib/mbsrchr.c: New file.
2966         * lib/string_.h (strrchr): Add a conditional link warning.
2967         (mbsrchr): New declaration.
2968         * m4/mbsrchr.m4: New file.
2969         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2970         GNULIB_MBSRCHR.
2971         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
2972         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
2973
2974 2007-02-04  Bruno Haible  <bruno@clisp.org>
2975
2976         New module mbschr.
2977         * modules/mbschr: New file.
2978         * lib/mbschr.c: New file.
2979         * lib/string_.h (strchr): Add a conditional link warning.
2980         (mbschr): New declaration.
2981         * m4/mbschr.m4: New file.
2982         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2983         GNULIB_MBSCHR.
2984         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
2985         * MODULES.html.sh (Internationalization functions): Add mbschr.
2986
2987 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
2988
2989         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
2990
2991         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
2992
2993 2007-02-04  Bruno Haible  <bruno@clisp.org>
2994
2995         New module description section 'configure.ac-early'.
2996         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
2997         (func_get_autoconf_early_snippet): New function.
2998         (func_import, func_create_testdir): Use it. Remove special cases for
2999         modules 'extensions' and 'lock'.
3000         * modules/extensions (configure.ac-early): Require
3001         gl_USE_SYSTEM_EXTENSIONS.
3002         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
3003
3004 2007-02-04  Bruno Haible  <bruno@clisp.org>
3005
3006         Make use of gcj-4.3's -fsource and -ftarget option.
3007         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
3008         and if so try the options -fsource and -ftarget.
3009         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
3010         source_version, ftarget_option, target_version arguments.
3011         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
3012         (is_envjavac_oldgcj_14_14_usable): Renamed from
3013         is_envjavac_gcj_14_14_usable.
3014         (is_envjavac_oldgcj_14_13_usable): Renamed from
3015         is_envjavac_gcj_14_13_usable.
3016         (is_gcj_present): Update.
3017         (is_gcj_43, is_gcj43_usable): New functions.
3018         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
3019         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
3020         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
3021         try the options -fsource and -ftarget.
3022
3023 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
3024
3025         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
3026         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
3027         larger value.
3028
3029 2007-02-03  Jim Meyering  <jim@meyering.net>
3030
3031         Give tools a better chance to allocate space for very large buffers.
3032         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
3033
3034         Make pwd and readlink work also when run with an unreadable parent dir
3035         on systems with openat support.
3036         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
3037         provided getcwd function, even when we have openat support.
3038         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
3039
3040 2007-02-02  Bruno Haible  <bruno@clisp.org>
3041
3042         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
3043         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
3044         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
3045         portability problems if one of these functions is only used on specific
3046         platforms.
3047         Reported by Paul Eggert.
3048
3049 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
3050
3051         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
3052         is causing more trouble than it's curing.
3053         * lib/regex_internal.h (__mempcpy): Remove.
3054         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
3055         (and make the code a tad smaller to boot).
3056         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
3057
3058 2007-02-02  Jim Meyering  <jim@meyering.net>
3059
3060         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
3061         section, not in the Makefile.am: one.
3062
3063 2007-02-02  Eric Blake  <ebb9@byu.net>
3064
3065         * lib/strchrnul.c: Always include config.h first.
3066
3067         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
3068         gnulib strstr is not necessary here.
3069
3070 2007-02-02  Simon Josefsson  <simon@josefsson.org>
3071
3072         * m4/socklen.m4: Fix typo.
3073
3074 2007-02-02  Eric Blake  <ebb9@byu.net>
3075
3076         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
3077         * modules/netinet_in (Makefile.am): Likewise.
3078
3079 2007-02-01  Bruno Haible  <bruno@clisp.org>
3080
3081         * lib/string_.h (GL_LINK_WARNING): New macro.
3082         (strcasecmp, strstr, strcasestr): If provided by the system,
3083         conditionally define as a macro that leads to a warning instead of to
3084         an error.
3085         (strncasecmp): Conditionally define as a macro that leads to a warning.
3086
3087 2007-02-01  Karl Berry  <karl@gnu.org>
3088
3089         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
3090
3091 2007-02-01  Bruno Haible  <bruno@clisp.org>
3092
3093         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
3094         renamings.
3095
3096 2007-02-01  Eric Blake  <ebb9@byu.net>
3097
3098         * modules/regex (Depends-on): Revert dependence on mempcpy.
3099         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
3100         module's definition of mempcpy.
3101         Reported by Paul Eggert.
3102
3103 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
3104
3105         * lib/string_.h: If the gnulib module XYZ is not present, undefine
3106         the symbol XYZ before redefining it.  This fixes a problem with
3107         programs that don't use XYZ, when compiled on systems that define
3108         XYZ to something else.
3109
3110 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
3111
3112         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
3113         occurs when "mkdir -m foo" creates a setgid directory that is (1)
3114         writeable to group or other and (2) is intended to have a special
3115         mode bit that is set or cleared.  In such a case, the directory
3116         should be neither group- nor other-writeable until the special
3117         mode bits are right.
3118
3119 2007-01-31  Eric Blake  <ebb9@byu.net>
3120
3121         * modules/mountlist (Depends-on): Add strstr.
3122
3123         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
3124         bug.
3125         * modules/string (Makefile.am): Remove redundant replacement.
3126         * modules/regex (Depends-on): Add mempcpy.
3127
3128 2007-01-31  Bruno Haible  <bruno@clisp.org>
3129
3130         New module description field 'Link'.
3131         * gnulib-tool (func_usage): Document --extract-link-directive.
3132         (sed_extract_prog): Recognize 'Link' directive.
3133         (func_get_link_directive): New function.
3134         (func_import): Show summary of link directives.
3135         Handle --extract-link-directive option.
3136         * modules/acl (Link): New section.
3137         * modules/clock-time (Link): New section.
3138         * modules/euidaccess (Link): New section.
3139         * modules/gettext (Link): New section.
3140         * modules/iconv (Link): New section.
3141         * modules/lock (Link): New section.
3142         * modules/nanosleep (Link): New section.
3143         * modules/readline (Link): New section.
3144
3145 2007-01-27  Bruno Haible  <bruno@clisp.org>
3146
3147         Enforce the use of gnulib modules for unportable <string.h> functions.
3148         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
3149         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
3150         (gl_HEADER_STRING_H_BODY): Require it.
3151         * lib/string_.h: If the gnulib module XYZ is not present, redefine
3152         the symbol XYZ to one that gives a link error.
3153         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
3154         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
3155         * modules/mempcpy (configure.ac): Likewise.
3156         * modules/memrchr (configure.ac): Likewise.
3157         * modules/stpcpy (configure.ac): Likewise.
3158         * modules/stpncpy (configure.ac): Likewise.
3159         * modules/strcase (configure.ac): Likewise.
3160         * modules/strcasestr (configure.ac): Likewise.
3161         * modules/strchrnul (configure.ac): Likewise.
3162         * modules/strdup (configure.ac): Likewise.
3163         * modules/strndup (configure.ac): Likewise.
3164         * modules/strnlen (configure.ac): Likewise.
3165         * modules/strpbrk (configure.ac): Likewise.
3166         * modules/strsep (configure.ac): Likewise.
3167         * modules/strstr (configure.ac): Likewise.
3168         * modules/strtok_r (configure.ac): Likewise.
3169
3170 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
3171
3172         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
3173
3174 2007-01-30  Jim Meyering  <jim@meyering.net>
3175
3176         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
3177
3178 2007-01-29  Bruno Haible  <bruno@clisp.org>
3179
3180         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
3181         * lib/execute.c: Likewise.
3182         * lib/pipe.c: Likewise.
3183         * lib/printf-args.h: Likewise.
3184         * lib/printf-args.c: Likewise.
3185         * lib/printf-parse.c: Likewise.
3186         * lib/vasnprintf.c: Likewise.
3187
3188 2007-01-29  Eric Blake  <ebb9@byu.net>
3189
3190         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
3191         declaration.
3192
3193 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
3194
3195         * lib/strptime.h (strptime): Use 'restrict' for args where
3196         POSIX requires this.
3197         * lib/strptime.c (strptime): Likewise.
3198         Change license notice from LGPL to GPL, since gnulib-tool will
3199         change this as needed.
3200         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
3201         defined.
3202         Include "strptime.h" first, to check interface.
3203         Do not #undef _LIBC and _NL_CURRENT.
3204         Do not include <stdlib.h>; no longer needed.
3205         Include "time_r.h" and declare ptime_locale_status
3206         only if _LIBC is not defined.
3207         (__P): Remove unused macro.
3208         (match_string): Bring back glibc version, but use it only if _LIBC
3209         is defined.
3210         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
3211         Remove unnecessary assertion and abort() call.
3212         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
3213         * m4/strptime.m4: Fix serial number comment.
3214         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
3215         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
3216         (Depends-on): Add time_r.
3217
3218 2007-01-29  Bruno Haible  <bruno@clisp.org>
3219
3220         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
3221         strptime.
3222         * modules/strptime (Depends-on): Add stdbool.
3223         * lib/strptime.h: Include <time.h> always. Add comments.
3224
3225 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
3226
3227         * modules/strptime: New file.
3228         * lib/strptime.h: New file.
3229         * lib/strptime.c: New file.
3230         * m4/strptime.m4: New file.
3231
3232 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
3233
3234         * MODULES.html.sh: New module mpsort.
3235         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
3236
3237         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
3238         a circularity problem with HP-UX ia64 reported by Bob Proulx in
3239         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
3240         All uses changed.
3241         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
3242         All uses changed.
3243         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
3244         to _Restrict_.
3245         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
3246         the parameter matches the prototype.
3247
3248 2007-01-28  Jim Meyering  <jim@meyering.net>
3249
3250         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
3251         sys/time.h here, reverting that part of the previous patch:
3252         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
3253
3254 2007-01-28  Bruno Haible  <bruno@clisp.org>
3255
3256         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
3257         value of $(SYS_TIME_H).
3258         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
3259         remove it conditionally, too. [added by Jim Meyering]
3260         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
3261         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
3262         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
3263         GETTIMEOFDAY_REPLACEMENT to 1.
3264
3265 2007-01-28  Bruno Haible  <bruno@clisp.org>
3266
3267         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
3268         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
3269         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
3270         Set UNISTD_H instead of UNISTD_H2.
3271         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
3272
3273 2007-01-28  Bruno Haible  <bruno@clisp.org>
3274
3275         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
3276         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
3277
3278 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3279
3280         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
3281         (func_create_testdir): Ensure C locale for `grep' and `tr'
3282         character ranges.
3283         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
3284         ACLOCAL_AMFLAGS parsing state machine.
3285
3286 2007-01-27  Bruno Haible  <bruno@clisp.org>
3287
3288         * modules/unistr/base: Update.
3289
3290 2007-01-27  Bruno Haible  <bruno@clisp.org>
3291
3292         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
3293         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
3294         * modules/unistr/u32-mbtouc-unsafe: Renamed from
3295         modules/unistr/u32-mbtouc.
3296         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
3297         * lib/unistr.h: Update.
3298         * lib/linebreak.c: Update.
3299         * modules/unistr/u32-mbtouc: Renamed from
3300         modules/unistr/u32-mbtouc-safe.
3301         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
3302         * lib/unistr.h: Update.
3303         * lib/unistr/u32-to-u8.c: Update.
3304         * lib/unistr/u32-to-u16.c: Update.
3305
3306 2007-01-27  Bruno Haible  <bruno@clisp.org>
3307
3308         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
3309         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
3310         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
3311         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
3312         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
3313         * modules/unistr/u16-mbtouc-unsafe: Renamed from
3314         modules/unistr/u16-mbtouc.
3315         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
3316         * lib/unistr.h: Update.
3317         * lib/linebreak.c: Update.
3318         * modules/linebreak: Update.
3319         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
3320         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
3321         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
3322         * modules/unistr/u16-mbtouc: Renamed from
3323         modules/unistr/u16-mbtouc-safe.
3324         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
3325         * lib/unistr.h: Update.
3326         * lib/unistr/u16-to-u8.c: Update.
3327         * modules/unistr/u16-to-u8: Update.
3328         * lib/unistr/u16-to-u32.c: Update.
3329         * modules/unistr/u16-to-u32: Update.
3330
3331 2007-01-27  Bruno Haible  <bruno@clisp.org>
3332
3333         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
3334         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
3335         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
3336         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
3337         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
3338         * modules/unistr/u8-mbtouc-unsafe: Renamed from
3339         modules/unistr/u8-mbtouc.
3340         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
3341         * lib/unistr.h: Update.
3342         * lib/striconveh.c: Update.
3343         * modules/striconveh: Update.
3344         * lib/linebreak.c: Update.
3345         * modules/linebreak: Update.
3346         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
3347         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
3348         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
3349         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
3350         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
3351         * lib/unistr.h: Update.
3352         * lib/striconveh.c: Update.
3353         * modules/striconveh: Update.
3354         * lib/unistr/u8-to-u16.c: Update.
3355         * modules/unistr/u8-to-u16: Update.
3356         * lib/unistr/u8-to-u32.c: Update.
3357         * modules/unistr/u8-to-u32: Update.
3358
3359 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3360
3361         Sync from Libtool.
3362         * lib/argz.c: Do not include strings.h nor memory.h, include
3363         string.h unconditionally.  Patch by Simon Josefsson.
3364
3365 2007-01-27  Bruno Haible  <bruno@clisp.org>
3366
3367         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
3368         from gl_HEADER_STRING_H_BODY.
3369         (gl_HEADER_STRING_H_BODY): Require it.
3370         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
3371         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
3372         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
3373         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
3374         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
3375         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
3376         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
3377         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
3378         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
3379         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
3380         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
3381         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
3382         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
3383         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
3384         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
3385
3386 2007-01-27  Bruno Haible  <bruno@clisp.org>
3387
3388         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
3389         check_PROGRAMS into noinst_PROGRAMS.
3390         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
3391         check_PROGRAMS in this case.
3392         (func_import): Set for_test to false.
3393         (func_create_testdir): Set for_test to true.
3394
3395 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
3396             Bruno Haible  <bruno@clisp.org>
3397
3398         * modules/strcasestr (Files): Remove lib/strcasestr.h.
3399         (Depends-on): Add string.
3400         (Includes): Use <string.h> instead of strcasestr.h.
3401         * modules/string (Makefile.am): Also substitute the value of
3402         REPLACE_STRCASESTR.
3403         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
3404         assume strcasestr is declared in <string.h> not <strings.h>. Also
3405         set REPLACE_STRCASESTR.
3406         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
3407         REPLACE_STRCASESTR.
3408         * lib/strcasestr.h: Remove file.
3409         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
3410         * lib/string_.h (strcasestr): New declaration.
3411
3412 2007-01-27  Bruno Haible  <bruno@clisp.org>
3413
3414         * lib/string_.h: Use 'extern'.
3415
3416 2007-01-27  Jim Meyering  <jim@meyering.net>
3417
3418         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
3419         of set-but-not-used local, "q".
3420
3421         * lib/mempcpy.c: Include <config.h> before <string.h>.
3422         This fixes a compilation error on HP-UX, due to the system's
3423         "restrict"-using mempcpy prototype.
3424
3425 2007-01-26  Bruno Haible  <bruno@clisp.org>
3426
3427         Small optimization.
3428         * lib/javacomp.c: Include c-strstr.h.
3429          (is_envjavac_gcj): Use c_strstr instead of strstr.
3430         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
3431
3432 2007-01-26  Bruno Haible  <bruno@clisp.org>
3433
3434         * MODULES.html.sh (Unicode string functions): Add the new modules.
3435
3436         * modules/uniconv/u32-strconv-to-locale: New file.
3437         * lib/uniconv/u32-strconv-to-locale.c: New file.
3438
3439         * modules/uniconv/u16-strconv-to-locale: New file.
3440         * lib/uniconv/u16-strconv-to-locale.c: New file.
3441
3442         * modules/uniconv/u8-strconv-to-locale: New file.
3443         * lib/uniconv/u8-strconv-to-locale.c: New file.
3444
3445         * modules/uniconv/u32-strconv-from-locale: New file.
3446         * lib/uniconv/u32-strconv-from-locale.c: New file.
3447
3448         * modules/uniconv/u16-strconv-from-locale: New file.
3449         * lib/uniconv/u16-strconv-from-locale.c: New file.
3450
3451         * modules/uniconv/u8-strconv-from-locale: New file.
3452         * lib/uniconv/u8-strconv-from-locale.c: New file.
3453
3454         * modules/uniconv/u32-strconv-to-enc: New file.
3455         * lib/uniconv/u32-strconv-to-enc.c: New file.
3456         * modules/uniconv/u32-strconv-to-enc-tests: New file.
3457         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
3458
3459         * modules/uniconv/u16-strconv-to-enc: New file.
3460         * lib/uniconv/u16-strconv-to-enc.c: New file.
3461         * lib/uniconv/u-strconv-to-enc.h: New file.
3462         * modules/uniconv/u16-strconv-to-enc-tests: New file.
3463         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
3464
3465         * modules/uniconv/u8-strconv-to-enc: New file.
3466         * lib/uniconv/u8-strconv-to-enc.c: New file.
3467         * modules/uniconv/u8-strconv-to-enc-tests: New file.
3468         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
3469
3470         * modules/uniconv/u32-strconv-from-enc: New file.
3471         * lib/uniconv/u32-strconv-from-enc.c: New file.
3472         * modules/uniconv/u32-strconv-from-enc-tests: New file.
3473         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
3474
3475         * modules/uniconv/u16-strconv-from-enc: New file.
3476         * lib/uniconv/u16-strconv-from-enc.c: New file.
3477         * modules/uniconv/u16-strconv-from-enc-tests: New file.
3478         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
3479
3480         * modules/uniconv/u8-strconv-from-enc: New file.
3481         * lib/uniconv/u8-strconv-from-enc.c: New file.
3482         * lib/uniconv/u-strconv-from-enc.h: New file.
3483         * modules/uniconv/u8-strconv-from-enc-tests: New file.
3484         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
3485
3486         * modules/uniconv/u32-conv-from-enc: New file.
3487         * lib/uniconv/u32-conv-from-enc.c: New file.
3488         * modules/uniconv/u32-conv-from-enc-tests: New file.
3489         * tests/uniconv/test-u32-conv-from-enc.c: New file.
3490
3491         * modules/uniconv/u16-conv-from-enc: New file.
3492         * lib/uniconv/u16-conv-from-enc.c: New file.
3493         * lib/uniconv/u-conv-from-enc.h: New file.
3494         * modules/uniconv/u16-conv-from-enc-tests: New file.
3495         * tests/uniconv/test-u16-conv-from-enc.c: New file.
3496
3497         * modules/uniconv/u8-conv-from-enc: New file.
3498         * lib/uniconv/u8-conv-from-enc.c: New file.
3499         * modules/uniconv/u8-conv-from-enc-tests: New file.
3500         * tests/uniconv/test-u8-conv-from-enc.c: New file.
3501
3502         * modules/uniconv/base: New file.
3503         * lib/uniconv.h: New file.
3504
3505 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
3506
3507         * doc/gnulib-tool.texi (Initial import): Update to match current
3508         behavior with strdup module.
3509         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
3510         * lib/memmem.h: Remove; all uses removed.  This is now done
3511         by <string.h>.
3512         * lib/mempcpy.h: Likewise.
3513         * lib/memrchr.h: Likewise.
3514         * lib/stpcpy.h: Likewise.
3515         * lib/stpncpy.h: Likewise.
3516         * lib/strcase.h: Likewise.
3517         * lib/strchrnul.h: Likewise.
3518         * lib/strdup.h: Likewise.
3519         * lib/strndup.h: Likewise.
3520         * lib/strnlen.h: Likewise.
3521         * lib/strpbrk.h: Likewise.
3522         * lib/strsep.h: Likewise.
3523         * lib/strstr.h: Likewise.
3524         * lib/strtok_r.h: Likewise.
3525         * lib/string_.h: New file.
3526         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
3527         Rely on <string.h> instead.
3528         * lib/canon-host.c: Likewise.
3529         * lib/chdir-long.c: Likewise.
3530         * lib/concatpath.c: Likewise.
3531         * lib/exclude.c: Likewise.
3532         * lib/fchdir.c: Likewise.
3533         * lib/getaddrinfo.c: Likewise.
3534         * lib/getcwd.c: Likewise.
3535         * lib/getsubopt.c: Likewise.
3536         * lib/glob.c: Likewise.
3537         * lib/hard-locale.c: Likewise.
3538         * lib/iconvme.c: Likewise.
3539         * lib/javacomp.c: Likewise.
3540         * lib/mempcpy.c: Likewise.
3541         * lib/memrchr.c: Likewise.
3542         * lib/regex_internal.h: Likewise.
3543         * lib/stpncpy.c: Likewise.
3544         * lib/strcasecmp.c: Likewise.
3545         * lib/strchrnul.c: Likewise.
3546         * lib/strdup.c: Likewise.
3547         * lib/striconv.c: Likewise.
3548         * lib/striconveh.c: Likewise.
3549         * lib/striconveha.c: Likewise.
3550         * lib/strncasecmp.c: Likewise.
3551         * lib/strndup.c: Likewise.
3552         * lib/strnlen.c: Likewise.
3553         * lib/strsep.c: Likewise.
3554         * lib/strstr.c: Likewise.
3555         * lib/strtok_r.c: Likewise.
3556         * lib/userspec.c: Likewise.
3557         * lib/w32spawn.h: Likewise.
3558         * lib/xstrndup.c: Likewise.
3559         * lib/mountlist.c (strstr): Remove decl.
3560         * m4/string_h.m4: New file.
3561         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
3562         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
3563         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
3564         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
3565         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
3566         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
3567         Set REPLACE_STRCASECMP if necessary.
3568         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
3569         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
3570         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
3571         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
3572         HAVE_DECL_STRDUP if necessary.
3573         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
3574         since gl_FUNC_STRNDUP does that now.
3575         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
3576         Check for decl here...
3577         (gl_PREREQ_STRNLEN): ... not here.
3578         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
3579         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
3580         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
3581         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
3582         necessary.
3583         * modules/string: New file.
3584         * modules/memmem (Files): Remove special-purpose include file.
3585         (Depends-on): Add string.
3586         (Include): Include <string.h>, not the removed file.
3587         * modules/mempcpy: Likewise.
3588         * modules/memrchr: Likewise.
3589         * modules/stpcpy: Likewise.
3590         * modules/stpncpy: Likewise.
3591         * modules/strcase: Likewise.
3592         * modules/strchrnul: Likewise.
3593         * modules/strdup: Likewise.
3594         * modules/strndup: Likewise.
3595         * modules/strnlen: Likewise.
3596         * modules/strpbrk: Likewise.
3597         * modules/strsep: Likewise.
3598         * modules/strstr: Likewise.
3599         * modules/strtok_r: Likewise.
3600         * tests/test-dirname.c: Don't include "strdup.h", since
3601         <string.h> now suffices.
3602         * tests/test-memmem.c: Don't include "memmem.h", since
3603         <string.h> now suffices.
3604
3605 2007-01-25  Bruno Haible  <bruno@clisp.org>
3606
3607         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
3608         *resultp is 0.
3609
3610         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
3611         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
3612         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
3613         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
3614
3615         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
3616         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
3617         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
3618         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
3619         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
3620         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
3621
3622 2007-01-24  Bruno Haible  <bruno@clisp.org>
3623
3624         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
3625         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
3626         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
3627         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
3628         gl_FUNC_FTS_CORE.
3629         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
3630         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
3631         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
3632         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
3633         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
3634         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
3635         gl_FUNC_FCHOWNAT.
3636         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
3637         gl_FUNC_STRFTIME.
3638         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
3639         Reported by Ralf Wildenhues.
3640
3641 2007-01-24  Bruno Haible  <bruno@clisp.org>
3642
3643         Drop AC_REQUIRE calls that are redundant with the module dependencies.
3644         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
3645         gl_GETADDRINFO.
3646         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
3647         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
3648         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
3649
3650 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
3651
3652         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
3653         Don't use 'exit'; just return from 'main'.
3654         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
3655
3656         * lib/fnmatch_.h: Readjust white space and comments to match
3657         glibc, to avoid spurious diffs.
3658
3659 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
3660
3661         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
3662         2004-12-01 change by Jakub Jelinek, since this code won't compile
3663         if !LIBC.  Problem reported by Bob Proulx.
3664
3665 2007-01-23  Bruno Haible  <bruno@clisp.org>
3666
3667         * lib/striconveh.c: Include c-strcaseeq.h.
3668         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
3669         * modules/striconveh (Depends-on): Add c-strcaseeq.
3670
3671 2007-01-23  Bruno Haible  <bruno@clisp.org>
3672
3673         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
3674
3675         * modules/c-strcaseeq: New file.
3676         * lib/c-strcaseeq.h: New file.
3677
3678         * modules/streq: New file.
3679         * lib/streq.h: New file.
3680
3681 2007-01-23  Bruno Haible  <bruno@clisp.org>
3682
3683         * modules/striconveha-tests: New file.
3684         * tests/test-striconveha.c: New file.
3685
3686         * lib/striconveha.h: Include <stdbool.h>.
3687         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
3688         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
3689         (mem_iconveha_notranslit): Renamed from mem_iconveha.
3690         (mem_iconveha): New function.
3691         (str_iconveha_notranslit): Renamed from str_iconveha.
3692         (str_iconveha): New function.
3693         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
3694         c-strcase.
3695
3696 2007-01-23  Bruno Haible  <bruno@clisp.org>
3697
3698         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
3699         encodings without forgiving before trying any encoding with handler.
3700         (str_iconveha): Try all encodings without forgiving before trying any
3701         encoding with handler.
3702
3703 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
3704
3705         Import the following changes from libc.
3706
3707         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
3708
3709         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
3710
3711         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
3712
3713         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
3714         normal_bracket label.
3715
3716         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
3717
3718         [BZ #361]
3719         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
3720         to normal_bracket after fetching the next character.
3721
3722 2007-01-22  Bruno Haible  <bruno@clisp.org>
3723
3724         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
3725         argument.
3726         * lib/striconveh.c (iconv_carefully_1): New function.
3727         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
3728         argument.
3729         (str_cd_iconveh): Update.
3730         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
3731         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
3732         * tests/test-striconveh.c (MAGIC): New macro.
3733         (new_offsets): New function.
3734         (main): Test call with and without offsets.
3735
3736 2007-01-22  Bruno Haible  <bruno@clisp.org>
3737
3738         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
3739         * modules/sys_select (Makefile.am): Likewise.
3740         * modules/sys_socket (Makefile.am): Likewise.
3741         * modules/sys_time (Makefile.am): Likewise.
3742
3743 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
3744
3745         * modules/gettimeofday (License): Change from GPL to LGPL, since
3746         gettimeofday is a library function.
3747
3748 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3749
3750         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
3751
3752 2007-01-21  Bruno Haible  <bruno@clisp.org>
3753
3754         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
3755
3756 2007-01-21  Bruno Haible  <bruno@clisp.org>
3757
3758         * modules/striconveha: New file.
3759         * lib/striconveha.h: New file.
3760         * lib/striconveha.c: New file.
3761         * MODULES.html.sh (Internationalization functions): Add striconveha.
3762         * lib/striconv.c (str_iconv): Optimize the case of an empty input
3763         string.
3764         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
3765
3766 2007-01-21  Bruno Haible  <bruno@clisp.org>
3767
3768         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
3769         * lib/striconveh.c (str_iconveh): Likewise.
3770
3771 2007-01-21  Bruno Haible  <bruno@clisp.org>
3772
3773         * lib/striconveh.h (mem_iconveh): New declaration.
3774         * lib/striconveh.c (mem_iconveh): New function.
3775         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
3776
3777 2007-01-21  Bruno Haible  <bruno@clisp.org>
3778
3779         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
3780
3781         * lib/striconveh.h (mem_cd_iconveh): Change specification.
3782         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
3783         original result buffer.
3784         (str_cd_iconveh): Update.
3785         * tests/test-striconveh.c (main): Update.
3786
3787         * lib/striconv.h (mem_cd_iconv): Change specification.
3788         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
3789         result buffer.
3790         (str_cd_iconv): Update.
3791         * tests/test-striconv.c (main): Update.
3792
3793 2007-01-21  Bruno Haible  <bruno@clisp.org>
3794
3795         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
3796
3797 2007-01-20  Jim Meyering  <jim@meyering.net>
3798
3799         * lib/userspec.c (parse_with_separator): If a user or group string
3800         starts with "+", skip the corresponding name-to-ID look-up, since
3801         such a look-up must fail: user and group names may not include "+".
3802
3803 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
3804
3805         * lib/poll.c: Include sys/time.h and time.h unconditionally,
3806         since we now assume the sys_time module.
3807         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
3808         check for sys/time.h; no longer needed.
3809         * modules/poll (Depends-on): Depend on sys_time.
3810
3811 2007-01-18  Bruno Haible  <bruno@clisp.org>
3812
3813         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
3814         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
3815
3816         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
3817         gettimeofday.
3818
3819         * tests/test-gettimeofday.c: Include <time.h>.
3820         (dummy): Remove variable.
3821
3822         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
3823         gl_HEADER_SYS_TIME_H.
3824         (gl_HEADER_SYS_TIME_H): New macro.
3825
3826         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
3827         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3828         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
3829         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
3830         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3831         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
3832         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
3833         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3834         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
3835         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
3836         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3837
3838         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
3839         last change; it caused a compilation error when cross-compiling to
3840         Cygwin.
3841
3842 2007-01-18  Jim Meyering  <jim@meyering.net>
3843
3844         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
3845         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
3846         than the race-prone "test -d sys || mkdir sys".
3847         (configure.ac): Use AC_PROG_MKDIR_P.
3848         * modules/sys_select: Likewise.
3849         * modules/sys_socket: Likewise.
3850         * modules/sys_time: Likewise.
3851
3852 2007-01-18  Eric Blake  <ebb9@byu.net>
3853
3854         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
3855         replace gettimeofday.
3856         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
3857         name, to avoid infinite recursion.
3858
3859 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
3860
3861         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
3862         module sys_time.
3863         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
3864         assume timespec.h defines struct timeval.
3865         * lib/settime.c: Likewise.
3866         * lib/utimens.c: Likewise.
3867         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
3868         since we now assume the gettimeofday module.
3869         * lib/tempname.c (__gen_tempname): Likewise.
3870         * lib/gettimeofday.h: Remove.
3871         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
3872         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
3873         Include <time.h>, for 'time()'.
3874         (localtime_buffer_addr): Also use this workaround if
3875         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
3876         to simplify the uses.  All uses changed.
3877         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
3878         that #undef is inside {}, and 'const' follows type name consistently.
3879         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
3880         (gettimeofday): Do not use the maximum possible value for
3881         tv->tv_usec, since that might break usages other than ls.c.
3882         Instead, we'll leave ls.c alone.  This undoes today's patch
3883         by Bruno.  Add a compile-time warning for 1s-clock resolution;
3884         we've never observed the problem but might as well keep the
3885         canary.
3886         * lib/nanosleep.c: Include timespec.h first, for interface check.
3887         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
3888         now assume the sys_time module.
3889         * lib/tempname.c: Likewise.
3890         * lib/timespec.h: Likewise.
3891         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
3892         needed.
3893         * lib/strftime.c: Likewise.
3894         * lib/timespec.h: Likewise.
3895         * lib/posixtm.c: Include posixtm.h first, for interface check.
3896         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
3897         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
3898         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
3899         * lib/sys_time_.h: New file.
3900         * lib/timespec.h (struct timespec): Use long int, not long.
3901         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
3902         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
3903         Remove obsolescent call to AC_HEADER_TIME.
3904         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
3905         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
3906         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
3907         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
3908         Likewise.
3909         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
3910         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
3911         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
3912         into the sys_time module.  Check for gettimeofday just once.
3913         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
3914         for gettimeofday signature to just check the signature.  Merely
3915         compile it, since linking doesn't test signature.  Improve test for
3916         whether gettimeofday.o is actually needed.
3917         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
3918         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
3919         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
3920         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3921         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
3922         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
3923         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
3924         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
3925         than worrying about sys/time.h.
3926         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
3927         Don't bother worrying about TIME_WITH_SYS_TIME.
3928         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
3929         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
3930         * m4/sys_time_h.m4: New file.
3931         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
3932         Don't include sys/time.h.  Return from main rather than exiting.
3933         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
3934         all uses changed.
3935         * modules/gethrxtime (Depends-on): Add sys_time.
3936         * modules/gettime (Depends-on): Likewise.
3937         * modules/gettimeofday (Depends-on): Likewise.
3938         * modules/nanosleep (Depends-on): Likewise.
3939         * modules/settime (Depends-on): Likewise.
3940         * modules/tempname (Depends-on): Likewise.
3941         * modules/utimens (Depends-on): Likewise.
3942         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
3943         (Include:) Change back to <sys/time.h>.
3944         (Maintainer:) Add self.
3945         * modules/sys_time: New file.
3946         * modules/tempname (Depends-on): Add gettimeofday.
3947         * tests/test-gettimeofday.c: Include <sys/time.h>
3948         rather than gettimeofday.h.
3949
3950 2007-01-17  Bruno Haible  <bruno@clisp.org>
3951
3952         * gnulib-tool (func_get_license): Revert last patch. Instead, let
3953         the license default to GPL.
3954         (func_create_testdir): Don't complain if a module is LGPL and its
3955         tests module depends on GPLed modules.
3956
3957 2007-01-17  Bruno Haible  <bruno@clisp.org>
3958
3959         * lib/gettimeofday.c (gettimeofday): Add code for the case
3960         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
3961         maximum possible value for tv->tv_usec, rather than the minimum one.
3962
3963 2005-10-08  Martin Lambers  <marlam@marlam.de>
3964 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
3965 2007-01-16  Bruno Haible  <bruno@clisp.org>
3966
3967         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
3968         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
3969         gl_FUNC_GETTIMEOFDAY.
3970         (Include): Add gettimeofday.h.
3971         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
3972         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
3973         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
3974         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
3975         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
3976         * lib/gettimeofday.h: New file.
3977         * lib/gettimeofday.c: Include <sys/timeb.h>.
3978         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
3979         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3980         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
3981         fall back on time().
3982
3983         * tests/test-gettimeofday.c: New file.
3984         * modules/gettimeofday-tests: New file.
3985
3986 2007-01-16  Eric Blake  <ebb9@byu.net>
3987
3988         * modules/fnmatch (Depends-on): Depend on wchar.
3989         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
3990         * m4/fnmatch.m4: Likewise.
3991         * modules/mbchar (Makefile.am): Assume <wchar.h>.
3992         * m4/mbchar.m4: Likewise.
3993         * modules/mbswidth (Depends-on): Depend on wchar.
3994         * lib/mbswidth.c: Assume <wchar.h>.
3995         * m4/mbswidth.m4: Likewise.
3996         * modules/quotearg (Depends-on): Depend on wchar.
3997         * lib/quotearg.c: Assume <wchar.h>.
3998         * m4/quotearg.m4: Likewise.
3999         * modules/regex (Depends-on): Depend on wchar.
4000         * lib/regex_internal.h: Assume <wchar.h>.
4001         * m4/regex.m4: Likewise.
4002         * modules/stdint (Depends-on): Depend on wchar.
4003         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
4004         * m4/stdint.m4: Likewise.
4005         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
4006         * modules/strftime (Depends-on): Depend on wchar.
4007         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
4008         * modules/strtol (Depends-on): Depend on wchar.
4009         * lib/strtol.c: Assume <wchar.h>.
4010         * modules/wcwidth (Depends-on): Depend on wchar.
4011         * lib/wcwidth.h: Assume <wchar.h>.
4012         * m4/wcwidth.m4: Likewise.
4013
4014 2007-01-16  Bruno Haible  <bruno@clisp.org>
4015
4016         * modules/csharpexec-script: New, created from...
4017         * modules/csharpexec: ... this.
4018
4019 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
4020
4021         * modules/javaexec-script: New, created from...
4022         * modules/javaexec: ... this.
4023
4024 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4025
4026         * modules/poll (Dependencies): Add sys_select.
4027
4028 2007-01-15  Jim Meyering  <jim@meyering.net>
4029
4030         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
4031         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
4032         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
4033         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
4034
4035 2007-01-15  Bruno Haible  <bruno@clisp.org>
4036
4037         * modules/striconveh: New file.
4038         * lib/striconveh.h: New file.
4039         * lib/striconveh.c: New file.
4040         * MODULES.html.sh (Internationalization functions): Add striconveh.
4041
4042         * modules/striconveh-tests: New file.
4043         * tests/test-striconveh.c: New file.
4044
4045 2007-01-15  Bruno Haible  <bruno@clisp.org>
4046
4047         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
4048         not from GNU libiconv or GNU libc.
4049
4050 2007-01-15  Bruno Haible  <bruno@clisp.org>
4051
4052         * doc/gnulib-intro.texi (Copyright): Explain the different license
4053         terms for module descriptions, autoconf macros, tests, documentation.
4054
4055 2007-01-14  Bruno Haible  <bruno@clisp.org>
4056
4057         * modules/striconv-tests: New file.
4058         * tests/test-striconv.c: New file.
4059
4060 2007-01-14  Bruno Haible  <bruno@clisp.org>
4061
4062         * modules/iconv-tests: New file.
4063         * tests/test-iconv.c: New file.
4064
4065 2007-01-14  Bruno Haible  <bruno@clisp.org>
4066
4067         * gnulib-tool (func_get_license): For test modules, use the license of
4068         the main module.
4069
4070 2007-01-14  Bruno Haible  <bruno@clisp.org>
4071
4072         * modules/iconv (Include): Clarify that <iconv.h> can only be included
4073         if iconv is found to exist.
4074
4075 2007-01-14  Bruno Haible  <bruno@clisp.org>
4076
4077         * modules/c-ctype-tests: New file.
4078         * tests/test-c-ctype.c: New file.
4079
4080 2007-01-14  Bruno Haible  <bruno@clisp.org>
4081
4082         * modules/binary-io-tests: New file.
4083         * tests/test-binary-io.sh: New file.
4084         * tests/test-binary-io.c: New file.
4085
4086 2007-01-14  Bruno Haible  <bruno@clisp.org>
4087
4088         * modules/array-oset-tests: New file.
4089         * tests/test-array_oset.c: New file.
4090
4091 2007-01-14  Bruno Haible  <bruno@clisp.org>
4092
4093         * modules/array-list-tests: New file.
4094         * tests/test-array_list.c: New file.
4095
4096 2007-01-14  Bruno Haible  <bruno@clisp.org>
4097
4098         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
4099         and make.
4100         Reported by Simon Josefsson in
4101         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
4102
4103 2007-01-14  Bruno Haible  <bruno@clisp.org>
4104
4105         * modules/allocsa-tests: New file.
4106         * tests/test-allocsa.c: New file.
4107
4108 2007-01-14  Bruno Haible  <bruno@clisp.org>
4109
4110         * modules/fchdir (Depends-on): Add absolute-header.
4111         * modules/unistd (Depends-on): Likewise.
4112
4113 2006-12-30  Bruno Haible  <bruno@clisp.org>
4114
4115         * modules/fchdir: New file.
4116         * modules/unistd (Files): Add lib/unistd_.h.
4117         (Makefile.am): Generate unistd.h from unistd_.h.
4118         * lib/fchdir.c: New file.
4119         * lib/dirent_.h: New file.
4120         * lib/unistd_.h: New file.
4121         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
4122         * m4/fchdir.m4: New file.
4123         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
4124         (gl_HEADER_UNISTD): Invoke it.
4125         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
4126         function.
4127         * lib/backupfile.c (opendir, closedir): Undefine.
4128         * lib/chown.c (open, close): Undefine.
4129         * lib/clean-temp.c (open, close): Undefine.
4130         * lib/copy-file.c (open, close): Undefine.
4131         * lib/execute.c (open, close): Undefine.
4132         * lib/fsusage.c (open, close): Undefine.
4133         * lib/gc-gnulib.c (open, close): Undefine.
4134         * lib/getcwd.c (opendir, closedir): Undefine.
4135         * lib/glob.c (opendir, closedir): Undefine.
4136         * lib/javacomp.c (open, close): Undefine.
4137         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
4138         * lib/openat-proc.c (open, close): Undefine.
4139         * lib/pagealign_alloc.c (open, close): Undefine.
4140         * lib/pipe.c (open, close): Undefine.
4141         * lib/progreloc.c (open, close): Undefine.
4142         * lib/savedir.c (opendir, closedir): Undefine.
4143         * lib/utime.c (open, close): Undefine.
4144         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
4145
4146 2007-01-10  Bruno Haible  <bruno@clisp.org>
4147
4148         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
4149
4150 2007-01-12  Eric Blake  <ebb9@byu.net>
4151
4152         Provide a robust <wchar.h>.  Further simplifications are now
4153         possible in other modules, but not included here.
4154         * modules/wchar: New module.
4155         * m4/wchar.m4: New file.
4156         * lib/wchar_.h: Likewise.
4157         * modules/mbchar (Depends-on): Depend on wchar, as the first use
4158         of the new module.
4159         * MODULES.html.sh (Extended multibyte and wide character utilities):
4160         New section.
4161
4162 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
4163
4164         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
4165         to a reasonable default for memory allocation.
4166         (xreadlink): Don't allocate a huge buffer, to work around a buggy
4167         file system that reports garbage st_size values for symlinks.
4168         Problem reported by Liyang Hu.
4169
4170 2007-01-11  Simon Josefsson  <simon@josefsson.org>
4171
4172         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
4173         Emacs .#* auto-save files).
4174
4175 2007-01-11  Bruno Haible  <bruno@clisp.org>
4176
4177         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
4178         directory.
4179
4180 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
4181
4182         Use @...@ consistently in lib/wctype_.h.
4183         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
4184         on it being set to 1 or 0.
4185         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
4186         go back to AC_SUBSTing it.
4187         * modules/wctype (Makefile.am): Undo previous change.
4188
4189 2007-01-10  Eric Blake  <ebb9@byu.net>
4190
4191         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
4192         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
4193         * modules/wctype (Makefile.am): Likewise.
4194         Reported by Chris McGuire.
4195
4196 2007-01-10  Jim Meyering  <jim@meyering.net>
4197
4198         fts.c: a small readability/maintainability improvement
4199         * lib/fts.c (fts_read): Make this code slightly more readable and
4200         maintainable by hoisting the "sp->fts_cur = p" assignments to
4201         immediately follow the statements that set P.  Derived from
4202         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
4203
4204 2007-01-10  Eric Blake  <ebb9@byu.net>
4205
4206         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
4207         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
4208         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
4209         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
4210         Reported by Chris McGuire.
4211
4212 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4213
4214         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
4215         in sed script.
4216
4217 2007-01-09  Bruno Haible  <bruno@clisp.org>
4218
4219         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
4220         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
4221         variables.
4222         (func_module): Use them.
4223
4224 2007-01-09  Bruno Haible  <bruno@clisp.org>
4225
4226         * modules/unistr/base: New file.
4227         * lib/unistr.h: New file.
4228
4229         * modules/unistr/u8-to-u16: New file.
4230         * lib/unistr/u8-to-u16.c: New file.
4231
4232         * modules/unistr/u8-to-u32: New file.
4233         * lib/unistr/u8-to-u32.c: New file.
4234
4235         * modules/unistr/u16-to-u8: New file.
4236         * lib/unistr/u16-to-u8.c: New file.
4237
4238         * modules/unistr/u16-to-u32: New file.
4239         * lib/unistr/u16-to-u32.c: New file.
4240
4241         * modules/unistr/u32-to-u8: New file.
4242         * lib/unistr/u32-to-u8.c: New file.
4243
4244         * modules/unistr/u32-to-u16: New file.
4245         * lib/unistr/u32-to-u16.c: New file.
4246
4247         * modules/unistr/u8-check: New file.
4248         * modules/unistr/u16-check: New file.
4249         * modules/unistr/u32-check: New file.
4250         * lib/unistr/u8-check.c: New file.
4251         * lib/unistr/u16-check.c: New file.
4252         * lib/unistr/u32-check.c: New file.
4253
4254         * modules/unistr/u8-chr: New file.
4255         * modules/unistr/u16-chr: New file.
4256         * modules/unistr/u32-chr: New file.
4257         * lib/unistr/u8-chr.c: New file.
4258         * lib/unistr/u16-chr.c: New file.
4259         * lib/unistr/u32-chr.c: New file.
4260
4261         * modules/unistr/u8-cmp: New file.
4262         * modules/unistr/u16-cmp: New file.
4263         * modules/unistr/u32-cmp: New file.
4264         * lib/unistr/u8-cmp.c: New file.
4265         * lib/unistr/u16-cmp.c: New file.
4266         * lib/unistr/u32-cmp.c: New file.
4267
4268         * modules/unistr/u8-cpy: New file.
4269         * modules/unistr/u16-cpy: New file.
4270         * modules/unistr/u32-cpy: New file.
4271         * lib/unistr/u8-cpy.c: New file.
4272         * lib/unistr/u16-cpy.c: New file.
4273         * lib/unistr/u32-cpy.c: New file.
4274         * lib/unistr/u-cpy.h: New file.
4275
4276         * modules/unistr/u8-cpy-alloc: New file.
4277         * modules/unistr/u16-cpy-alloc: New file.
4278         * modules/unistr/u32-cpy-alloc: New file.
4279         * lib/unistr/u8-cpy-alloc.c: New file.
4280         * lib/unistr/u16-cpy-alloc.c: New file.
4281         * lib/unistr/u32-cpy-alloc.c: New file.
4282         * lib/unistr/u-cpy-alloc.h: New file.
4283
4284         * modules/unistr/u8-endswith: New file.
4285         * modules/unistr/u16-endswith: New file.
4286         * modules/unistr/u32-endswith: New file.
4287         * lib/unistr/u8-endswith.c: New file.
4288         * lib/unistr/u16-endswith.c: New file.
4289         * lib/unistr/u32-endswith.c: New file.
4290         * lib/unistr/u-endswith.h: New file.
4291
4292         * modules/unistr/u8-mblen: New file.
4293         * modules/unistr/u16-mblen: New file.
4294         * modules/unistr/u32-mblen: New file.
4295         * lib/unistr/u8-mblen.c: New file.
4296         * lib/unistr/u16-mblen.c: New file.
4297         * lib/unistr/u32-mblen.c: New file.
4298
4299         * modules/unistr/u8-mbtouc: New file.
4300         * modules/unistr/u16-mbtouc: New file.
4301         * modules/unistr/u32-mbtouc: New file.
4302         * lib/unistr/u8-mbtouc.c: New file.
4303         * lib/unistr/u16-mbtouc.c: New file.
4304         * lib/unistr/u32-mbtouc.c: New file.
4305
4306         * modules/unistr/u8-mbtouc-safe: New file.
4307         * modules/unistr/u16-mbtouc-safe: New file.
4308         * modules/unistr/u32-mbtouc-safe: New file.
4309         * lib/unistr/u8-mbtouc-safe.c: New file.
4310         * lib/unistr/u16-mbtouc-safe.c: New file.
4311         * lib/unistr/u32-mbtouc-safe.c: New file.
4312
4313         * modules/unistr/u8-move: New file.
4314         * modules/unistr/u16-move: New file.
4315         * modules/unistr/u32-move: New file.
4316         * lib/unistr/u8-move.c: New file.
4317         * lib/unistr/u16-move.c: New file.
4318         * lib/unistr/u32-move.c: New file.
4319         * lib/unistr/u-move.h: New file.
4320
4321         * modules/unistr/u8-next: New file.
4322         * modules/unistr/u16-next: New file.
4323         * modules/unistr/u32-next: New file.
4324         * lib/unistr/u8-next.c: New file.
4325         * lib/unistr/u16-next.c: New file.
4326         * lib/unistr/u32-next.c: New file.
4327
4328         * modules/unistr/u8-prev: New file.
4329         * modules/unistr/u16-prev: New file.
4330         * modules/unistr/u32-prev: New file.
4331         * lib/unistr/u8-prev.c: New file.
4332         * lib/unistr/u16-prev.c: New file.
4333         * lib/unistr/u32-prev.c: New file.
4334
4335         * modules/unistr/u8-set: New file.
4336         * modules/unistr/u16-set: New file.
4337         * modules/unistr/u32-set: New file.
4338         * lib/unistr/u8-set.c: New file.
4339         * lib/unistr/u16-set.c: New file.
4340         * lib/unistr/u32-set.c: New file.
4341         * lib/unistr/u-set.h: New file.
4342
4343         * modules/unistr/u8-startswith: New file.
4344         * modules/unistr/u16-startswith: New file.
4345         * modules/unistr/u32-startswith: New file.
4346         * lib/unistr/u8-startswith.c: New file.
4347         * lib/unistr/u16-startswith.c: New file.
4348         * lib/unistr/u32-startswith.c: New file.
4349         * lib/unistr/u-startswith.h: New file.
4350
4351         * modules/unistr/u8-stpcpy: New file.
4352         * modules/unistr/u16-stpcpy: New file.
4353         * modules/unistr/u32-stpcpy: New file.
4354         * lib/unistr/u8-stpcpy.c: New file.
4355         * lib/unistr/u16-stpcpy.c: New file.
4356         * lib/unistr/u32-stpcpy.c: New file.
4357         * lib/unistr/u-stpcpy.h: New file.
4358
4359         * modules/unistr/u8-stpncpy: New file.
4360         * modules/unistr/u16-stpncpy: New file.
4361         * modules/unistr/u32-stpncpy: New file.
4362         * lib/unistr/u8-stpncpy.c: New file.
4363         * lib/unistr/u16-stpncpy.c: New file.
4364         * lib/unistr/u32-stpncpy.c: New file.
4365         * lib/unistr/u-stpncpy.h: New file.
4366
4367         * modules/unistr/u8-strcat: New file.
4368         * modules/unistr/u16-strcat: New file.
4369         * modules/unistr/u32-strcat: New file.
4370         * lib/unistr/u8-strcat.c: New file.
4371         * lib/unistr/u16-strcat.c: New file.
4372         * lib/unistr/u32-strcat.c: New file.
4373         * lib/unistr/u-strcat.h: New file.
4374
4375         * modules/unistr/u8-strchr: New file.
4376         * modules/unistr/u16-strchr: New file.
4377         * modules/unistr/u32-strchr: New file.
4378         * lib/unistr/u8-strchr.c: New file.
4379         * lib/unistr/u16-strchr.c: New file.
4380         * lib/unistr/u32-strchr.c: New file.
4381
4382         * modules/unistr/u8-strcmp: New file.
4383         * modules/unistr/u16-strcmp: New file.
4384         * modules/unistr/u32-strcmp: New file.
4385         * lib/unistr/u8-strcmp.c: New file.
4386         * lib/unistr/u16-strcmp.c: New file.
4387         * lib/unistr/u32-strcmp.c: New file.
4388
4389         * modules/unistr/u8-strcpy: New file.
4390         * modules/unistr/u16-strcpy: New file.
4391         * modules/unistr/u32-strcpy: New file.
4392         * lib/unistr/u8-strcpy.c: New file.
4393         * lib/unistr/u16-strcpy.c: New file.
4394         * lib/unistr/u32-strcpy.c: New file.
4395         * lib/unistr/u-strcpy.h: New file.
4396
4397         * modules/unistr/u8-strcspn: New file.
4398         * modules/unistr/u16-strcspn: New file.
4399         * modules/unistr/u32-strcspn: New file.
4400         * lib/unistr/u8-strcspn.c: New file.
4401         * lib/unistr/u16-strcspn.c: New file.
4402         * lib/unistr/u32-strcspn.c: New file.
4403         * lib/unistr/u-strcspn.h: New file.
4404
4405         * modules/unistr/u8-strdup: New file.
4406         * modules/unistr/u16-strdup: New file.
4407         * modules/unistr/u32-strdup: New file.
4408         * lib/unistr/u8-strdup.c: New file.
4409         * lib/unistr/u16-strdup.c: New file.
4410         * lib/unistr/u32-strdup.c: New file.
4411         * lib/unistr/u-strdup.h: New file.
4412
4413         * modules/unistr/u8-strlen: New file.
4414         * modules/unistr/u16-strlen: New file.
4415         * modules/unistr/u32-strlen: New file.
4416         * lib/unistr/u8-strlen.c: New file.
4417         * lib/unistr/u16-strlen.c: New file.
4418         * lib/unistr/u32-strlen.c: New file.
4419         * lib/unistr/u-strlen.h: New file.
4420
4421         * modules/unistr/u8-strmblen: New file.
4422         * modules/unistr/u16-strmblen: New file.
4423         * modules/unistr/u32-strmblen: New file.
4424         * lib/unistr/u8-strmblen.c: New file.
4425         * lib/unistr/u16-strmblen.c: New file.
4426         * lib/unistr/u32-strmblen.c: New file.
4427
4428         * modules/unistr/u8-strmbtouc: New file.
4429         * modules/unistr/u16-strmbtouc: New file.
4430         * modules/unistr/u32-strmbtouc: New file.
4431         * lib/unistr/u8-strmbtouc.c: New file.
4432         * lib/unistr/u16-strmbtouc.c: New file.
4433         * lib/unistr/u32-strmbtouc.c: New file.
4434
4435         * modules/unistr/u8-strncat: New file.
4436         * modules/unistr/u16-strncat: New file.
4437         * modules/unistr/u32-strncat: New file.
4438         * lib/unistr/u8-strncat.c: New file.
4439         * lib/unistr/u16-strncat.c: New file.
4440         * lib/unistr/u32-strncat.c: New file.
4441         * lib/unistr/u-strncat.h: New file.
4442
4443         * modules/unistr/u8-strncmp: New file.
4444         * modules/unistr/u16-strncmp: New file.
4445         * modules/unistr/u32-strncmp: New file.
4446         * lib/unistr/u8-strncmp.c: New file.
4447         * lib/unistr/u16-strncmp.c: New file.
4448         * lib/unistr/u32-strncmp.c: New file.
4449
4450         * modules/unistr/u8-strncpy: New file.
4451         * modules/unistr/u16-strncpy: New file.
4452         * modules/unistr/u32-strncpy: New file.
4453         * lib/unistr/u8-strncpy.c: New file.
4454         * lib/unistr/u16-strncpy.c: New file.
4455         * lib/unistr/u32-strncpy.c: New file.
4456         * lib/unistr/u-strncpy.h: New file.
4457
4458         * modules/unistr/u8-strnlen: New file.
4459         * modules/unistr/u16-strnlen: New file.
4460         * modules/unistr/u32-strnlen: New file.
4461         * lib/unistr/u8-strnlen.c: New file.
4462         * lib/unistr/u16-strnlen.c: New file.
4463         * lib/unistr/u32-strnlen.c: New file.
4464         * lib/unistr/u-strnlen.h: New file.
4465
4466         * modules/unistr/u8-strpbrk: New file.
4467         * modules/unistr/u16-strpbrk: New file.
4468         * modules/unistr/u32-strpbrk: New file.
4469         * lib/unistr/u8-strpbrk.c: New file.
4470         * lib/unistr/u16-strpbrk.c: New file.
4471         * lib/unistr/u32-strpbrk.c: New file.
4472         * lib/unistr/u-strpbrk.h: New file.
4473
4474         * modules/unistr/u8-strrchr: New file.
4475         * modules/unistr/u16-strrchr: New file.
4476         * modules/unistr/u32-strrchr: New file.
4477         * lib/unistr/u8-strrchr.c: New file.
4478         * lib/unistr/u16-strrchr.c: New file.
4479         * lib/unistr/u32-strrchr.c: New file.
4480
4481         * modules/unistr/u8-strspn: New file.
4482         * modules/unistr/u16-strspn: New file.
4483         * modules/unistr/u32-strspn: New file.
4484         * lib/unistr/u8-strspn.c: New file.
4485         * lib/unistr/u16-strspn.c: New file.
4486         * lib/unistr/u32-strspn.c: New file.
4487         * lib/unistr/u-strspn.h: New file.
4488
4489         * modules/unistr/u8-strstr: New file.
4490         * modules/unistr/u16-strstr: New file.
4491         * modules/unistr/u32-strstr: New file.
4492         * lib/unistr/u8-strstr.c: New file.
4493         * lib/unistr/u16-strstr.c: New file.
4494         * lib/unistr/u32-strstr.c: New file.
4495         * lib/unistr/u-strstr.h: New file.
4496
4497         * modules/unistr/u8-strtok: New file.
4498         * modules/unistr/u16-strtok: New file.
4499         * modules/unistr/u32-strtok: New file.
4500         * lib/unistr/u8-strtok.c: New file.
4501         * lib/unistr/u16-strtok.c: New file.
4502         * lib/unistr/u32-strtok.c: New file.
4503         * lib/unistr/u-strtok.h: New file.
4504
4505         * modules/unistr/u8-uctomb: New file.
4506         * modules/unistr/u16-uctomb: New file.
4507         * modules/unistr/u32-uctomb: New file.
4508         * lib/unistr/u8-uctomb.c: New file.
4509         * lib/unistr/u16-uctomb.c: New file.
4510         * lib/unistr/u32-uctomb.c: New file.
4511
4512         * MODULES.html.sh (Unicode string functions): Add the new modules.
4513
4514 2007-01-08  Bruno Haible  <bruno@clisp.org>
4515
4516         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
4517         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
4518         subdirectories.
4519
4520 2007-01-08  Karl Berry  <karl@gnu.org>
4521
4522         * doc/error.texi: mention that main() fns must set program_name
4523         when progname is used.
4524
4525 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
4526
4527         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
4528         WCTYPE_H is empty, for the benefit of builds from non-distclean
4529         directories.  Problem reported by Eric Blake in
4530         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
4531
4532 2007-01-08  Bruno Haible  <bruno@clisp.org>
4533
4534         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
4535         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
4536         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
4537         PROVIDE_CANONICALIZE_FILENAME_MODE.
4538         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
4539
4540 2007-01-08  Bruno Haible  <bruno@clisp.org>
4541
4542         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
4543         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
4544         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
4545         * lib/fts.c: Likewise.
4546         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
4547
4548 2006-12-25  Bruno Haible  <bruno@clisp.org>
4549
4550         * modules/utf8-ucs4-safe: New file.
4551         * lib/utf8-ucs4-safe.h: New file.
4552         * lib/unistr/utf8-ucs4-safe.c: New file.
4553
4554         * modules/utf16-ucs4-safe: New file.
4555         * lib/utf16-ucs4-safe.h: New file.
4556         * lib/unistr/utf16-ucs4-safe.c: New file.
4557
4558         * MODULES.html.sh (Unicode string functions): Add the new modules.
4559
4560 2007-01-08  Bruno Haible  <bruno@clisp.org>
4561
4562         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
4563         (Depends-on): Add unitypes.
4564         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
4565         (u8_mbtouc_aux): Move out to separate file.
4566         (u8_mbtouc): Use ucs4_t, uint8_t types.
4567         * lib/unistr/utf8-ucs4.c: New file.
4568
4569         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
4570         (Depends-on): Add unitypes.
4571         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
4572         (u16_mbtouc_aux): Move out to separate file.
4573         (u16_mbtouc): Use ucs4_t, uint16_t types.
4574         * lib/unistr/utf16-ucs4.c: New file.
4575
4576         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
4577         (Depends-on): Add unitypes.
4578         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
4579         (u8_uctomb_aux): Move out to separate file.
4580         (u8_uctomb): Use ucs4_t, uint8_t types.
4581         * lib/unistr/ucs4-utf8.c: New file.
4582
4583         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
4584         (Depends-on): Add unitypes.
4585         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
4586         (u16_uctomb_aux): Move out to separate file.
4587         (u16_uctomb): Use ucs4_t, uint16_t types.
4588         * lib/unistr/ucs4-utf16.c: New file.
4589
4590 2006-12-25  Bruno Haible  <bruno@clisp.org>
4591
4592         * modules/unitypes: New file.
4593         * lib/unitypes.h: New file.
4594         * MODULES.html.sh (func_all_modules): New section "Unicode string
4595         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
4596         this section. Add unitypes.
4597
4598 2007-01-08  Bruno Haible  <bruno@clisp.org>
4599
4600         Avoid variable names that conflict with those from libtool.
4601         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
4602         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
4603         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
4604         library_names_spec to acl_library_names_spec, hardcode_* to
4605         acl_hardcode_*.
4606         Reported by Ralf Wildenhues.
4607
4608 2007-01-08  Bruno Haible  <bruno@clisp.org>
4609
4610         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
4611         definition.
4612         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
4613         definition.
4614         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
4615         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
4616         definition.
4617         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
4618         definition.
4619         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
4620         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
4621         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
4622         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
4623         definition.
4624         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
4625         definition.
4626         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
4627         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
4628         GC_USE_<algorithm>.
4629         * lib/gc-libgcrypt.c: Likewise.
4630         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
4631         * modules/gc-arctwo (configure.ac): Likewise.
4632         * modules/gc-des (configure.ac): Likewise.
4633         * modules/gc-hmac-md5 (configure.ac): Likewise.
4634         * modules/gc-hmac-sha1 (configure.ac): Likewise.
4635         * modules/gc-md2 (configure.ac): Likewise.
4636         * modules/gc-md4 (configure.ac): Likewise.
4637         * modules/gc-md5 (configure.ac): Likewise.
4638         * modules/gc-random (configure.ac): Likewise.
4639         * modules/gc-rijndael (configure.ac): Likewise.
4640         * modules/gc-sha1 (configure.ac): Likewise.
4641
4642 2007-01-08  Bruno Haible  <bruno@clisp.org>
4643
4644         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
4645         macro definition.
4646         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
4647         definition.
4648         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
4649         definition.
4650         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
4651         * modules/fcntl-safer (configure.ac): Likewise.
4652         * modules/fopen-safer (configure.ac): Likewise.
4653         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
4654         GNULIB_FWRITEERROR macro definition.
4655
4656 2007-01-08  Bruno Haible  <bruno@clisp.org>
4657
4658         * m4/gnulib-common.m4: New file.
4659         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
4660         (func_get_filelist): Add m4/gnulib-common.m4.
4661
4662 2007-01-08  Bruno Haible  <bruno@clisp.org>
4663
4664         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
4665         command.
4666
4667 2007-01-08  Jim Meyering  <jim@meyering.net>
4668
4669         Use a more robust test for a "can't happen" condition.
4670         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
4671         narrowed the st_size value.  Presuming the "can't happen" condition
4672         is true, that narrowing could conceivably convert an invalid st_size
4673         value into a valid one.  Instead, use a change based on Matthew
4674         Woehlke's original patch.
4675
4676         Slight readability improvement: use an assert-like macro
4677         in place of literal "abort ()" uses.
4678         * lib/fts.c (fts_assert): Define.
4679         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
4680         Use this macro instead of a bare 'abort'.
4681
4682 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
4683
4684         Don't worry about using IRIX 5.3's wctype.h broken definitions;
4685         simply work around them.
4686         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
4687         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
4688         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
4689         declaring.
4690         Don't bother to define as macros, since the standard doesn't require it.
4691         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
4692         longer worry about IRIX 5.3.
4693         (HAVE_WCTYPE_CTMP_BUG): Remove.
4694
4695 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
4696
4697         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
4698         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
4699         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
4700         Problems reported by Georg Schwarz for IRIX 5.3.
4701
4702         * gnulib-tool (autoconf_minversion): Take the maximum version number
4703         found, not the minimum.  Problem reported by James Youngman.
4704
4705 2007-01-03  Karl Berry  <karl@gnu.org>
4706
4707         * doc/error.texi: new file, explaining interaction with progname.
4708         * doc/gnulib.texi: include it.  Update copyright.
4709
4710 2007-01-03  Simon Josefsson  <simon@josefsson.org>
4711
4712         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
4713         AC_CANONICAL_HOST, to improve autobuild outputs.
4714
4715 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
4716             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
4717
4718         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
4719         sockets, server sockets, and other file descriptors.  Count errors
4720         to compute the return value.  Reorder the code a bit to be easier
4721         to follow.  Don't set event bits that were not requested (except
4722         POLLERR and POLLHUP).
4723
4724 2007-01-01  Bruno Haible  <bruno@clisp.org>
4725
4726         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
4727
4728 2007-01-03  Jim Meyering  <jim@meyering.net>
4729
4730         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
4731
4732 2007-01-02  Bruno Haible  <bruno@clisp.org>
4733
4734         * modules/settime (Include): Require timespec.h.
4735         * modules/nanosleep (Include): Likewise.
4736
4737 2007-01-01  Bruno Haible  <bruno@clisp.org>
4738
4739         * gnulib-tool (func_emit_copyright_notice): Bump year.
4740         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
4741
4742 2007-01-01  Bruno Haible  <bruno@clisp.org>
4743
4744         Improve support for OpenBSD.
4745         * build-aux/config.rpath (libname_spec): Export.
4746         (library_names_spec): New variable. Export.
4747         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
4748         library_names_spec from the config.rpath output. Locate shared library
4749         through the name pattern in library_names_spec.
4750
4751 2007-01-01  Eric Blake  <ebb9@byu.net>
4752
4753         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
4754
4755 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
4756
4757         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
4758         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
4759         assume the C locale, and avoid an "eval" that could cause trouble.
4760         Problem with SORT reported by Bob Proulx.
4761
4762         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
4763         Define.  Trivial patch from Henning Nielsen Lund, originally
4764         sent to bug-grep@gnu.org today.
4765
4766 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
4767
4768         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
4769         struct stat.  Problem reported by Henning Nielsen Lund.
4770         * lib/acl.c: Include acl.h first, to check interface.  Don't
4771         bother to include sys/types.h and sys/stat.h again.
4772
4773 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
4774
4775         Import the following change from libc; problem reported by
4776         Sven Verdoolaege.
4777
4778         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
4779
4780         [BZ #1373]
4781         * lib/argp.h: Remove __NTH for __argp_usage inline function.
4782
4783 2006-12-28  Jim Meyering  <jim@meyering.net>
4784
4785         * build-aux/announce-gen: Do not assume that the package
4786         builds any of tar.gz, tar.bz2, and .xdelta files.
4787         Suggestion from Simon Josefsson.
4788
4789 2006-12-28  Simon Josefsson  <simon@josefsson.org>
4790
4791         * modules/announce-gen: New file.
4792
4793 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
4794
4795         * lib/mbchar.h: Just include <wctype.h>; the wctype module
4796         handles its gotchas now.
4797         * lib/mbswidth.c: Likewise.
4798         * lib/wcwidth.h: Likewise.
4799         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
4800         and iswcntrl; the wctype module does this stuff now.
4801         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
4802         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
4803         * modules/mbchar (Depends-on): Add wctype.
4804         * modules/mbswidth (Depends-on): Likewise.
4805         * modules/wcwidth (Depends-on): Likewise.
4806
4807 2006-12-27  Eric Blake  <ebb9@byu.net>
4808
4809         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
4810         module uses more than what <wctype.h> is required to provide.
4811
4812 2006-12-26  Eric Blake  <ebb9@byu.net>
4813
4814         * gnulib-tool (sed_extract_prog): Avoid space-tab.
4815
4816 2006-12-26  Eric Blake  <ebb9@byu.net>
4817
4818         * modules/absolute-header: New module.
4819         * modules/fcntl (Depends-on): Depend on it.
4820         * modules/inttypes (Depends-on): Likewise.
4821         * modules/stdint (Depends-on): Likewise.
4822         * modules/sys_stat (Depends-on): Likewise.
4823         * modules/wctype (Depends-on): Likewise.
4824         * MODULES.html.sh (Support for building libraries and
4825         executables): Document it.
4826
4827 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
4828
4829         * gnulib-tool (SED): Remove, undoing previous change.
4830         The problem was that it broke coreutils on Solaris, because
4831         "sed --posix" leaked into a makefile.
4832         (sed): New alias, if 'alias' and GNU sed.
4833
4834 2006-12-24  Jim Meyering  <jim@meyering.net>
4835
4836         Work around an fchownat bug in glibc-2.4:
4837         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
4838         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
4839         in spite of the -P option.
4840         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
4841         New macros.
4842         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
4843         * modules/openat (Files): Add lib/fchownat.c.
4844         * lib/openat.c (fchownat): Don't define here.  Move to...
4845         * lib/fchownat.c: ...this new file.
4846
4847 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
4848
4849         Fix bug reported by Bruno Haible in
4850         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
4851         where quotearg.c didn't compile on Mac OS X 10.2 because it
4852         lacks <wchar.h> and wint_t.
4853         * lib/wctype_.h (__wctype_wint_t): New type.
4854         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
4855         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
4856         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
4857         Arg is now of type __wctype_wint_t, not wint_t.
4858         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
4859         substitute HAVE_WINT_T.
4860         * modules/wctype (Files): Add m4/wint_t.m4.
4861         (wctype.h): Substitute HAVE_WINT_T.
4862
4863 2006-12-23  Bruno Haible  <bruno@clisp.org>
4864
4865         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
4866
4867 2006-12-23  Bruno Haible  <bruno@clisp.org>
4868
4869         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
4870         S_ISLNK.
4871         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
4872         mingw.
4873
4874 2006-12-22  Bruno Haible  <bruno@clisp.org>
4875
4876         * lib/copy-file.c: Include acl.h.
4877         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
4878         Close the file descriptors only after being done with copy_acl.
4879         * modules/copy-file (Depends-on): Add acl.
4880
4881 2006-12-22  Bruno Haible  <bruno@clisp.org>
4882
4883         * gnulib-tool (SED): New variable.
4884         Use $SED instead of sed everywhere.
4885
4886 2006-12-22  Bruno Haible  <bruno@clisp.org>
4887
4888         * modules/no-c++: New file.
4889         * m4/no-c++.m4: New file.
4890         * MODULES.html.sh (Support for building libraries and executables):
4891         Add no-c++.
4892
4893 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
4894
4895         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
4896         Include <limits.h>, and use its INT_MAX to rewrite the
4897         j loop so that it does not overflow 'int'.  Problem reported by
4898         Ralf Wildenhues in
4899         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
4900         Play it safe by shifting left by 1 rather than multiplying by 2,
4901         as GCC is less likely to optimize this away when the value
4902         is signed (when it assumes overflow leads to undefined behavior).
4903         Also, don't assume time_t uses two's complement.
4904
4905 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
4906
4907         * MODULES.html.sh: New module wctype.
4908         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
4909         * lib/fnmatch.c: Don't bother to include <wchar.h> before
4910         <wctype.h>, since the new wctype module should fix this.
4911         * lib/quotearg.c: Include <wctype.h> unconditionally, since
4912         the wctype module should arrange for it.
4913         * lib/regex_internal.h: Likewise.
4914         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
4915         since the wctype module should handle this now.
4916         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
4917         * modules/fnmatch (Depends-on): Add wctype.
4918         * modules/quotearg (Depends-on): Likewise.
4919         * modules/regex (Depends-on): Likewise.
4920
4921 2006-12-19  Bruno Haible  <bruno@clisp.org>
4922
4923         * lib/strdup.h [C++]: Wrap definitions in extern "C".
4924         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
4925
4926 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4927
4928         * modules/savewd (Depends-on): Fix dependency on fcntl.
4929
4930 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
4931
4932         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
4933         conforms to C99, rather than relying on the user's environment
4934         setting of STDINT_H.
4935
4936 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
4937         and Eric Blake  <ebb9@byu.net>
4938
4939         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
4940         This is more consistent with the other defines here.
4941         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
4942         Port to z/OS.  Problem reported by Paul Gilmartin.
4943         Change local vars to use gl_ prefix rather than ac_.
4944         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
4945         with other defines.
4946         * modules/double-slash-root: New module.
4947         * modules/dirname (Files): Remove m4/double-slash-root.m4.
4948         (Depends-on): Add double-slash-root.
4949         * MODULES.html.sh (File system functions): Mention new module.
4950
4951 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
4952
4953         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
4954         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
4955         This is for the benefit of gzip, which doesn't do i18n.
4956
4957 2006-12-12  Jim Meyering  <jim@meyering.net>
4958
4959         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
4960         Reported by Andreas Schwab <schwab@suse.de>.
4961
4962 2006-12-12  Bruno Haible  <bruno@clisp.org>
4963
4964         Merge these changes.
4965         2006-09-05  Bruno Haible  <bruno@clisp.org>
4966         * lib/iconvme.c (iconv_string): No need to save and restore errno when
4967         iconv_alloc succeeded.
4968         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
4969         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
4970         test for " && dest " at the end - dest is always != NULL there. Call
4971         iconv with 4xNULL arguments initially, to reset the state. Call iconv
4972         with 2xNULL arguments, also to flush the state storage. Handle the
4973         IRIX iconv behaviour. Realloc the final result, to throw away unused
4974         memory.
4975
4976 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
4977
4978         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
4979         and fchmodat unconditionally, since glibc 2.4 has them.
4980         Problem reported by Arkadiusz Miskiewicz.
4981
4982 2006-12-10  Bruno Haible  <bruno@clisp.org>
4983
4984         * gnulib-tool (func_import): Show the include files only for those
4985         modules that are copied and specified.
4986         Reported by Karl Berry.
4987
4988 2006-12-08  Jim Meyering  <jim@meyering.net>
4989
4990         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
4991         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
4992
4993         * build-aux/announce-gen: Add two new options, both optional:
4994         --bootstrap-tools=TOOL_LIST
4995               a comma-separated list of tools, e.g.,
4996               autoconf,automake,bison,gnulib
4997         --gnulib-snapshot-date=DATE
4998               if gnulib is in the bootstrap tool list,
4999               then report this as the snapshot date.
5000               If not specified, use the current date/time.
5001               If you specify a date here, be sure it's UTC.
5002
5003 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5004
5005         * tests/test-argp-2.sh: Fix test to match actual output.
5006         (func_compare): Fix sed script to be portable.
5007
5008 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
5009
5010         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
5011         workaround for this case.  It is not autoconfigured now; offhand
5012         it's hard to see how to autoconfigure it.
5013
5014 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
5015
5016         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
5017         a directory that is about to be chowned.  Such a directory's
5018         initial file permissions should permit the owner only and this
5019         should not be changed until after the chown, since the group and
5020         other bits would be incorrect if they granted permission before
5021         the chown.
5022
5023         Fix porting problem for iswctype reported by Georg Schwarz in:
5024         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
5025         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
5026         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
5027         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
5028         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
5029
5030 2006-12-03  Jim Meyering  <jim@meyering.net>
5031
5032         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
5033         p->fts_statp may not yet be defined.
5034         (fts_read): Instead, set it in the caller, once p->fts_statp is
5035         sure to be defined, and corresponds to a top-level directory.
5036         This bug made du -x fail.  Here's the coreutils test case:
5037         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
5038         Reported by Mike Frysinger.
5039
5040 2006-12-01  Jim Meyering  <jim@meyering.net>
5041
5042         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
5043         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
5044         Reported by Simon Josefsson.
5045
5046 2006-11-30  Jim Meyering  <jim@meyering.net>
5047
5048         * m4/warning.m4: Use the all-permissive copyright notice
5049         recommended by RMS (rather than LGPL).
5050         * m4/vararrays.m4: Likewise.
5051         * m4/flexmember.m4: Likewise.
5052
5053 2006-11-29  Bruno Haible  <bruno@clisp.org>
5054
5055         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
5056         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
5057         using +=.
5058         Reported by Simon Josefsson <simon@josefsson.org>.
5059
5060 2006-11-28  James Youngman <jay@gnu.org>
5061
5062         * README: Advise users that they might find the bug-gnulib@gnu.org
5063         and autotools-announce@gnu.org mailing lists useful.
5064
5065 2006-11-28  Bruno Haible  <bruno@clisp.org>
5066
5067         * m4/ptrdiff_max.m4: Remove file.
5068
5069 2006-11-21  Bruno Haible  <bruno@clisp.org>
5070
5071         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
5072         _AC_COMPUTE_INT.
5073         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
5074         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
5075         _AC_COMPUTE_INT.
5076         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
5077         * m4/size_max.m4 (gl_SIZE_MAX): 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-28  Jim Meyering  <jim@meyering.net>
5082
5083         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
5084         warning from "gcc -Wshadow" about shadowing the builtin.
5085
5086 2006-11-27  Bruno Haible  <bruno@clisp.org>
5087
5088         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
5089         _AC_COMPUTE_INT.
5090         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
5091
5092 2006-11-27  Bruno Haible  <bruno@clisp.org>
5093             Paul Eggert  <eggert@cs.ucla.edu>
5094
5095         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
5096
5097 2006-11-26  Bruno Haible  <bruno@clisp.org>
5098
5099         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
5100         noinst_LTLIBRARIES.
5101
5102 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
5103             Bruno Haible  <bruno@clisp.org>
5104
5105         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
5106         if compiling with "gcc -ansi".
5107
5108 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
5109
5110         Fix some incompatibilities with gcc -ansi -pedantic.
5111         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
5112         if compiling pedantically with GCC, unless it's C99 or later.
5113         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
5114         it mishandles gcc -ansi -pedantic as well.
5115         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
5116         if gcc -pedantic.
5117         * lib/regexec.c (check_node_accept_bytes): Don't use auto
5118         initializers for struct if -pedantic, unless it's C99 or later.
5119
5120 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
5121
5122         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
5123         Don't close an fd more than once. Identical atimes indicate
5124         success, not failure.
5125
5126 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
5127
5128         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
5129
5130 2006-11-23  Jim Meyering  <jim@meyering.net>
5131
5132         * build-aux/announce-gen: New file.  From coreutils.
5133
5134 2006-11-22  Jim Meyering  <jim@meyering.net>
5135
5136         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
5137         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
5138         (fts_read): Use a temporary to narrow the overused st_size member
5139         before using it in a switch statement.  Reported by Matthew Woehlke.
5140
5141         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
5142         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
5143
5144 2006-11-20  Bruno Haible  <bruno@clisp.org>
5145
5146         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
5147         changequote instead of pairs of brackets.
5148         Reported by Andreas Schwab <schwab@suse.de>.
5149
5150 2006-11-21  Jim Meyering  <jim@meyering.net>
5151
5152         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
5153         so as to remain compatible with older compilers.
5154         Patch from Michael Deutschmann.
5155
5156 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
5157
5158         * MODULES.html.sh (File system functions): Add openat.
5159
5160         * lib/openat.h (rpl_fstatat): New macro, if
5161         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
5162         (fstatat): Define to rpl_fstatat under the same conditions,
5163         unless COMPILING_FSTATAT.
5164         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
5165         seems to have the bug.
5166         * lib/fstatat.c: New file.
5167         * modules/openat (Files): Add it.
5168
5169 2006-11-20  Bruno Haible  <bruno@clisp.org>
5170
5171         * Makefile: New file.
5172
5173 2006-11-20  Jim Meyering  <jim@meyering.net>
5174
5175         The beginnings of syntax-related checks for gnulib.
5176         * lib/Makefile: New file.
5177         * lib/t-idcache: New script.  Ensure that the two halves of
5178         idcache.c stay in sync.
5179
5180         * lib/idcache.c: Adjust comments in user- and group- portions to
5181         be more accurate, and to be consistent with one another.
5182
5183 2006-11-20  Jim Meyering  <jim@meyering.net>
5184
5185         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
5186         continue using the flexible array member (thus, this module performs
5187         half as many malloc calls), with the addition that...
5188         (getgroup, getuser): Consistently record a non-match via an empty
5189         "name" string, and map an empty string match to a NULL return value.
5190         * modules/idcache (Depends-on): Re-add flexmember.
5191
5192         * lib/idcache.c (getuser): Remove all uses of the register keyword.
5193         (getuidbyname, getgroup, getgidbyname): Likewise.
5194
5195         Use cleaner syntax: NULL rather than 0.
5196         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
5197
5198 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
5199
5200         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
5201         It mishandled the case where the group was missing.
5202         Problem reported by Greg Schafer.
5203         * modules/idcache: Likewise.
5204
5205 2006-11-18  Jim Meyering  <jim@meyering.net>
5206
5207         * check-module (%exempt_header): Add exception for some
5208         conditionally-included headers.
5209
5210         * modules/i-ring (Depends-on): Add verify.
5211         (License): Change to LGPL.
5212
5213 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
5214
5215         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
5216         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
5217         and inttostr.h.  Use snprintf rather than uinttostr, so that
5218         LGPLed code doesn't depend on GPLed.
5219
5220 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
5221
5222         * modules/inline (License): Change from GPL to LGPL.
5223
5224 2006-11-17  Jim Meyering  <jim@meyering.net>
5225
5226         * modules/d-type (License): Switch to LGPL.
5227
5228 2006-11-15  Bruno Haible  <bruno@clisp.org>
5229
5230         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
5231
5232 2006-11-15  Eric Blake  <ebb9@byu.net>
5233
5234         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
5235         the module dependency.
5236
5237 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5238             Bruno Haible  <bruno@clisp.org>
5239
5240         * gnulib-tool (func_create_testdir): Add license consistency check.
5241
5242 2006-11-15  Eric Blake  <ebb9@byu.net>
5243
5244         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
5245         random "(cached)" in configure output.
5246
5247 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5248
5249         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
5250         test for conforming inttypes.h is both announced and cached.
5251
5252         * MODULES.html.sh (seen_modules, seen_files): New variables.
5253         (func_module): Rewrite to use a few less gnulib-tool and sed
5254         invocations.  Avoid a couple of quadratic algorithms for ...
5255         (missed_modules, missed_files): ... these, with ...
5256         (func_append, func_tmpdir): ... these new functions, from
5257         gnulib-tool.  Analogously, install traps for cleanup.
5258
5259         * tests/test-gc.c (main): Remove unused variables.
5260         * tests/test-read-file.c: Include stdlib.h, for 'free'.
5261
5262 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
5263
5264         * modules/inttostr (License): Change to LGPL.
5265
5266 2006-11-14  Eric Blake  <ebb9@byu.net>
5267
5268         * modules/tempname (License): Change to LGPL.
5269
5270 2006-11-14  Eric Blake  <ebb9@byu.net>
5271
5272         * doc/functions.texi (Function Portability): *printf functions on
5273         Cygwin now understand all POSIX size specifiers.
5274
5275 2006-11-14  Bruno Haible  <bruno@clisp.org>
5276
5277         * modules/c-ctype (License): Change to LGPL.
5278
5279 2006-11-12  Bruno Haible  <bruno@clisp.org>
5280
5281         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
5282         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
5283         for GNOME libraries, for which the include files are installed in
5284         subdirectories of $prefix/include.
5285
5286 2006-11-12  Bruno Haible  <bruno@clisp.org>
5287
5288         * m4/lib-link.m4: Require at least autoconf-2.54.
5289         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
5290         name to underscores for the --with option.
5291
5292 2006-11-13  Bruno Haible  <bruno@clisp.org>
5293
5294         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
5295         the tests directory.
5296         Reported by Ralf Wildenhues.
5297
5298 2006-11-13  Bruno Haible  <bruno@clisp.org>
5299
5300         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
5301         (func_emit_initmacro_end): Undo the override here.
5302         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
5303         Works around the famous automake error in coreutils.
5304
5305 2006-11-13  Eric Blake  <ebb9@byu.net>
5306
5307         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
5308         element, not its node.
5309
5310 2006-11-12  Bruno Haible  <bruno@clisp.org>
5311
5312         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
5313         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
5314
5315 2006-11-12  Bruno Haible  <bruno@clisp.org>
5316
5317         * gnulib-tool: New option --local-symlink.
5318         (func_usage): Document it.
5319         (lsymbolic): New variable.
5320         (func_import, func_create_testdir): If --symlink was not specified,
5321         test whether --local-symlink was specified and the file comes from
5322         the local_gnulib_dir.
5323
5324 2006-11-12  Bruno Haible  <bruno@clisp.org>
5325
5326         * gnulib-tool (func_ln): New function.
5327         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
5328
5329 2006-11-12  Bruno Haible  <bruno@clisp.org>
5330
5331         Finish support for source files in subdirectories.
5332         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
5333         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
5334         AUTOMAKE_OPTIONS.
5335         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
5336
5337 2006-11-12  Bruno Haible  <bruno@clisp.org>
5338
5339         * gnulib-tool (func_get_automake_snippet): Synthesize also an
5340         EXTRA_lib_SOURCES augmentation.
5341         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
5342
5343 2006-11-12  Jim Meyering  <jim@meyering.net>
5344
5345         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
5346         file descriptors.  This also averts a failure on systems with
5347         native openat support when a traversed directory lacks "x" access.
5348         * lib/fts_.h: Include "i-ring.h"
5349         (struct FTS) [fts_fd_ring]: New member.
5350         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
5351         (FCHDIR): Add parentheses.
5352         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
5353         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
5354         When descending, rather than simply closing the previous
5355         fts_cwd_fd value, push that file descriptor onto the ring.
5356         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
5357         (fts_open): Initialize the new fd_ring member.
5358         (fts_close): Clear the ring.
5359         (fts_safe_changedir): When possible, use our new fd_ring to skip
5360         the diropen and fstat and dev/ino comparison that would normally
5361         accompany a virtual `chdir ("..")'.
5362
5363         * modules/fts (Depends-on): Add i-ring.
5364         * modules/i-ring: New module.
5365         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
5366         * m4/i-ring.m4: New file.
5367
5368 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5369
5370         * gnulib-tool (func_create_testdir): Fix replacement of
5371         `build-aux' in configure.ac.  Run autotools in gltests
5372         subdirectory.
5373         (func_create_testdir, func_create_megatestdir, test): There is
5374         no need for '--force' in most autotool invocations in a new
5375         tree.  Actually fail the whole test if any of the tools, or the
5376         configure or make stages fail.
5377
5378         Sync from Automake.
5379         * build-aux/gnupload: Revert last change.  Add pointer to upload
5380         instructions of the GNU Maintenance Instructions.
5381         Suggestion by Karl Berry.
5382
5383 2006-11-10  Jim Meyering  <jim@meyering.net>
5384
5385         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
5386
5387 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
5388
5389         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
5390         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
5391         (bind_textdomain_codeset) [! ENABLE_NLS]:
5392         Evaluate all the arguments.  That way, callers get compatible behavior
5393         if the arguments have side effects.  Also, it avoids some GCC
5394         diagnostics in some cases; Joel E. Denny reported problems when Bison
5395         was configured with --enable-gcc-warnigs.
5396
5397 2006-11-10  Jim Meyering  <jim@meyering.net>
5398
5399         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
5400         relevant options in CFLAGS (like -O, -fno-inline) are taken into
5401         account.
5402
5403 2006-11-10  Jim Meyering  <jim@meyering.net>
5404
5405         * modules/inline: New file/module.
5406         * modules/xalloc (Files): Remove m4/inline.m4.
5407         (Depends-on): Add inline, instead.
5408         * modules/oset: Likewise.
5409         * modules/list: Likewise.
5410
5411 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
5412
5413         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
5414         Problem reported by Matthew Woehlke.
5415
5416 2006-11-09  Bruno Haible  <bruno@clisp.org>
5417
5418         * lib/tempname.c (gen_tempname): Remove variant that invokes
5419         __gen_tempname.
5420         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
5421         __gen_tempname.
5422
5423 2006-11-08  Bruno Haible  <bruno@clisp.org>
5424
5425         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
5426         to 'yes' instead of 'cross-compiling'.
5427
5428 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
5429
5430         * lib/quotearg.h (quotearg_free): New decl.
5431         * lib/quotearg.c (quotearg_free): New function.
5432         (slot0, nslots, slotvec0, slotvec):
5433         Now file-scope so that quotearg_free can get at them.
5434
5435 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5436
5437         Sync from Automake.
5438         * build-aux/gnupload: Add missing 'gnu' to example URL.
5439         Report by Karl Berry.
5440
5441 2006-11-08  Bruno Haible  <bruno@clisp.org>
5442
5443         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
5444         Suggested by Paul Eggert.
5445
5446 2006-11-08  Jim Meyering  <jim@meyering.net>
5447
5448         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
5449         It's already included if !_LIBC.
5450         (fts_safe_changedir): Add a comment.
5451
5452 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
5453
5454         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
5455         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
5456         Matthew Woehlke.
5457
5458         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
5459         definitions up, to avoid colliding with change below.
5460         (static_inline) [HAVE_INLINE]: New macro.
5461         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
5462         Provide extern decls when !HAVE_INLINE.  Do not define unless
5463         static_inline is defined, either by us or by xmalloc.c.  Use
5464         static_inline rather than static inline.
5465         (XCALLOC): Optimize sizeof(T) = 1 case.
5466         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
5467
5468 2006-11-07  Bruno Haible  <bruno@clisp.org>
5469
5470         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
5471         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
5472         AC_C_INLINE.
5473         * modules/xalloc (Files): Add m4/inline.m4.
5474
5475 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5476
5477         * README: Fix typo.
5478         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
5479         (Miscellanous Notes): ...from this.
5480
5481 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
5482
5483         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
5484         Mention that offsetof should be used instead of sizeof.
5485         From Bruno Haible.
5486
5487 2006-11-07  Bruno Haible  <bruno@clisp.org>
5488
5489         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
5490
5491 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
5492
5493         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
5494         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
5495         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
5496         (gl_tree_add_before, gl_tree_add_after):
5497         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
5498         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
5499         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
5500         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
5501         (gl_linked_add_after, gl_linked_add_at): Likewise.
5502         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
5503         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
5504         (gl_tree_add_before, gl_tree_add_after): Likewise.
5505         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
5506         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
5507         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
5508
5509 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5510
5511         * lib/gl_oset.h: Use C comment style, not C++ comment style.
5512
5513 2006-11-06  Bruno Haible  <bruno@clisp.org>
5514
5515         * m4/inline.m4: New file.
5516         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
5517         * modules/list (Files): Add m4/inline.m4.
5518         * modules/oset (Files): Likewise.
5519
5520 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
5521
5522         * lib/idcache.c: Include <stddef.h>, for offsetof.
5523         (struct userid.name): Change from char * to a flexible array member.
5524         All uses changed.
5525         * modules/idcache (Depends-on): Add flexmember.
5526
5527         * MODULES.html.sh (Core language properties): New module flexmember.
5528         * modules/flexmember, m4/flexmember.m4: New files.
5529
5530         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
5531         inline functions that are identical with the old xnmalloc_inline,
5532         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
5533         that we can avoid some unnecessary integer multiplications and
5534         divisions in the common case where the element size is known at
5535         compile time.
5536         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
5537         needed.
5538         (xnboundedmalloc): Remove.
5539         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
5540         arguments, for consistency with rest of this header.
5541         (xcharalloc): Rewrite using XNMALLOC.
5542         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
5543         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
5544         versions have been moved to lib/xalloc.h and renamed to be the
5545         non-*_inline versions.
5546         (xmalloc, xrealloc): Implement without reference to the xnmalloc
5547         and xnrealloc functions, since those functions are now inline and
5548         now call us.
5549         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
5550         renaming described above.
5551         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
5552         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
5553         captures the dependency in AC_C_INLINE.
5554
5555         New module canonicalize-lgpl, proposed by Charles Wilson in
5556         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
5557         with a few small changes afterwards.
5558         * MODULES.html.sh (File system functions): New module
5559         canonicalize-lgpl.
5560         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
5561         and canonicalize_file_name.
5562         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
5563         * modules/canonicalize-lgpl: New files.
5564
5565 2006-11-05  Bruno Haible  <bruno@clisp.org>
5566
5567         * gnulib-tool (func_import, func_create_testdir): Create directories
5568         also for files in subdirectories of lib/.
5569
5570 2006-11-05  Bruno Haible  <bruno@clisp.org>
5571
5572         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
5573         ANSI C compliant.
5574
5575 2006-11-03  Bruno Haible  <bruno@clisp.org>
5576
5577         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
5578         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
5579         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
5580         (xnboundedmalloc): New inline function.
5581         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
5582         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
5583         xmalloc.
5584         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
5585         xmalloc.
5586         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
5587         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
5588         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
5589         xmalloc.
5590         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
5591         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
5592         xmalloc.
5593         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
5594         gl_tree_add_after): Use XMALLOC instead of xmalloc.
5595         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
5596         xmalloc.
5597         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
5598         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
5599         gl_tree_add_after): Use XMALLOC instead of xmalloc.
5600         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
5601         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
5602         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
5603         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
5604
5605 2006-11-03  Bruno Haible  <bruno@clisp.org>
5606
5607         * lib/c-ctype.h [C++]: Define functions without name mangling.
5608         * lib/fwriteerror.h [C++]: Likewise.
5609         * lib/gcd.h [C++]: Likewise.
5610         * lib/linebreak.h [C++]: Likewise.
5611
5612 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
5613
5614         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
5615         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
5616         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
5617         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
5618         Check for functions and headers just once.
5619         Check for declaration of canonicalize_file_name.
5620         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
5621
5622 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
5623
5624         * gnulib-tool (func_import): Fix typo in actioncmd.
5625
5626 2006-11-02  Bruno Haible  <bruno@clisp.org>
5627
5628         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
5629         newline sequence in the Makefile.am snippet as a space, like "make"
5630         does.
5631         Reported by Roger Persson <perrog@gmail.com>.
5632
5633 2006-11-01  Bruno Haible  <bruno@clisp.org>
5634
5635         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
5636         already declared in <string.h>.
5637         * lib/strcase.h (strncasecmp): Don't declare it if yes.
5638
5639 2006-11-01  Bruno Haible  <bruno@clisp.org>
5640
5641         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
5642         * lib/strcase.h: Include <string.h>.
5643         (strcasecmp): Define to rpl_strcasecmp here.
5644
5645 2006-11-01  Bruno Haible  <bruno@clisp.org>
5646
5647         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
5648
5649 2006-11-01  Eric Blake  <ebb9@byu.net>
5650
5651         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
5652
5653         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
5654
5655 2006-10-29  Bruno Haible  <bruno@clisp.org>
5656
5657         Make it compile in C++ mode.
5658         * lib/full-write.c (full_rw): Add a cast.
5659
5660 2006-11-01  Bruno Haible  <bruno@clisp.org>
5661
5662         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
5663         be POSIX compliant.
5664         Reported by Roger Persson <perrog@gmail.com>.
5665
5666 2006-11-01  Eric Blake  <ebb9@byu.net>
5667
5668         * lib/getopt_.h: Fix comments.
5669
5670 2006-10-31  Eric Blake  <ebb9@byu.net>
5671
5672         * modules/tmpdir (Depends-on): Add sys_stat.
5673         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
5674         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
5675         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
5676         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
5677         tempname.
5678
5679 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
5680
5681         Avoid some C++ diagnostics reported by Bruno Haible.
5682         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
5683         xmalloc.
5684         (quotearg_alloc): Use xcharalloc rather than xmalloc.
5685         (struct slotvec): Move to top level.
5686         (quotearg_n_options): Rewrite to avoid xmalloc.
5687         * lib/xalloc.h (xcharalloc): New function.
5688         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
5689         [defined __cplusplus]: Add function template that provides result
5690         type propagation.  This part of the change is from Bruno Haible.
5691
5692 2006-10-29  Bruno Haible  <bruno@clisp.org>
5693
5694         Make it compile in C++ mode.
5695         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
5696         * lib/strnlen1.c (strnlen1): Cast memchr result.
5697         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
5698         * lib/clean-temp.c (string_equals, string_hash): Add casts.
5699         (create_temp_dir): Rename local variable 'template'.
5700         (compile_csharp_using_sscli): Add cast.
5701         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
5702         * lib/findprog.c (find_in_path): Likewise.
5703         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
5704         * lib/wait-process.c (register_slave_subprocess): Likewise.
5705
5706 2006-10-22  Bruno Haible  <bruno@clisp.org>
5707
5708         * modules/tsearch: New file.
5709         * lib/tsearch.h: New file.
5710         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
5711         * m4/tsearch.m4: New file.
5712         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
5713
5714 2006-10-29  Eric Blake  <ebb9@byu.net>
5715
5716         * lib/arcfour.c: Assume config.h.
5717         * lib/arctwo.c: Likewise.
5718         * lib/base64.c: Likewise.
5719         * lib/check-version.c: Likewise.
5720         * lib/crc.c: Likewise.
5721         * lib/des.c: Likewise.
5722         * lib/gc-gnulib.c: Likewise.
5723         * lib/gc-libgcrypt.c: Likewise.
5724         * lib/gc-pbkdf2-sha1.c: Likewise.
5725         * lib/getaddrinfo.c: Likewise.
5726         * lib/getdelim.c: Likewise.
5727         * lib/getline.c: Likewise.
5728         * lib/hmac-md5.c: Likewise.
5729         * lib/hmac-sha1.c: Likewise.
5730         * lib/iconvme.c: Likewise.
5731         * lib/md2.c: Likewise.
5732         * lib/md4.c: Likewise.
5733         * lib/memxor.c: Likewise.
5734         * lib/read-file.c: Likewise.
5735         * lib/readline.c: Likewise.
5736         * lib/rijndael-alg-fst.c: Likewise.
5737         * lib/rijndael-api-fst.c: Likewise.
5738         * lib/xgetdomainname.c: Likewise.
5739
5740 2006-10-28  Eric Blake  <ebb9@byu.net>
5741
5742         * lib/xstrndup.c: Assume config.h.
5743
5744 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
5745
5746         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
5747         stat-macros.h is now for our own macros, whereas stat_h is for
5748         macros in the <sys/stat.h> name space.
5749         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
5750         (STAT_MACROS_H): Remove.
5751         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
5752         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
5753         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
5754         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
5755         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
5756         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
5757         Move these macros to ...
5758         * lib/stat_.h: here.  Don't include stat-macros.h.
5759         * lib/canonicalize.c: Don't include stat-macros.h.
5760         * lib/chown.c: Likewise.
5761         * lib/euidaccess.c: Likewise.
5762         * lib/file-type.c: Likewise.
5763         * lib/filemode.c: Likewise.
5764         * lib/glob.c: Likewise.
5765         * lib/isapipe.c: Likewise.
5766         * lib/lchown.c: Likewise.
5767         * lib/lstat.c: Likewise.
5768         * lib/mkdir-p.c: Likewise.
5769         * lib/rmdir.c: Likewise.
5770         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
5771         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
5772         unless mkdir isn't declared, to speed up 'configure'.
5773         Always create sys/stat.h, since it's unlikely any real sys/stat.h
5774         would define all the S_* symbols.
5775         * modules/canonicalize (Depends-on):
5776         Depend on sys_stat, not stat-macros.
5777         * modules/chown: Likewise.
5778         * modules/euidaccess: Likewise.
5779         * modules/filemode: Likewise.
5780         * modules/file-type: Likewise.
5781         * modules/glob: Likewise.
5782         * modules/isapipe: Likewise.
5783         * modules/lchown: Likewise.
5784         * modules/lstat: Likewise.
5785         * modules/mkancesdirs: Likewise.
5786         * modules/rmdir: Likewise.
5787         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
5788         * modules/modechange: Likewise.
5789         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
5790         (configure.ac): Remove gl_STAT_MACROS.
5791         * modules/sys_stat (Depends-on): Remove stat-macros.
5792
5793 2006-10-27  Bruno Haible  <bruno@clisp.org>
5794
5795         * m4/signed.m4: Remove file.
5796         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
5797         invocation.
5798         * modules/vasnprintf (Files): Remove m4/signed.m4.
5799
5800 2006-10-27  Bruno Haible  <bruno@clisp.org>
5801
5802         Update to GNU gettext 0.16.
5803         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
5804         m4/inttypes-h.m4, m4/signed.m4.
5805         * m4/gettext.m4: Update to GNU gettext 0.16.
5806         * m4/intl.m4: New file, from GNU gettext.
5807         * m4/intldir.m4: New file, from GNU gettext.
5808         * config/srclist.txt: Update
5809
5810 2006-10-27  Eric Blake  <ebb9@byu.net>
5811
5812         * MODULES.html.sh: Document tempname.
5813         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
5814         dependencies.
5815         (Files): Move lib/tempname.c...
5816         * modules/tempname: ...to this new module.
5817         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
5818         (gl_PREREQ_TEMPNAME): Move...
5819         * m4/tempname.m4: ...to this new file.
5820         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
5821         * modules/sys_stat (Depends-on): Add stat-macros.
5822         * lib/stat_.h (includes): Pick up stat macros.
5823         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
5824         if stat macros are broken.
5825         * lib/tempname.c (includes): No need to include "stat-macros.h".
5826         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
5827         (direxists, __path_search) [!_LIBC]: Don't compile these in
5828         gnulib; the tmpdir module covers that.
5829         * lib/tempname.h: New file.
5830
5831 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
5832
5833         * COPYING: Explain how gnulib-tool converts licence headers.
5834         Almost all wording by Eric Blake.
5835
5836 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
5837
5838         * lib/mbchar.h (is_basic_table): Make read-only.
5839         * lib/mbchar.c (is_basic_table): Likewise.
5840         Reported by John Darrington.
5841
5842 2006-10-25  Bruno Haible  <bruno@clisp.org>
5843
5844         * lib/progname.h (set_program_name): Undefine before defining.
5845
5846 2006-10-25  Bruno Haible  <bruno@clisp.org>
5847
5848         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
5849         false for non-gcc C++ compilers.
5850         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
5851
5852 2006-10-24  Bruno Haible  <bruno@clisp.org>
5853
5854         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
5855         iconv implementations like Irix iconv.
5856
5857 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
5858
5859         * modules/vararrays: New file.
5860         * m4/vararrays.m4: New file, taken from diffutils.
5861         * MODULES.html.sh: New module vararrays.
5862
5863 2006-10-24  Karl Berry  <karl@gnu.org>
5864
5865         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
5866         Don't call GNU Unix.
5867
5868 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5869
5870         * users.txt: Add Libtool.
5871
5872         Sync from Libtool:
5873
5874         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
5875
5876         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
5877         to gnulib's policy of including config.h unconditionally.
5878
5879 2006-10-24  Bruno Haible  <bruno@clisp.org>
5880
5881         * modules/wcwidth (Files): Add m4/wint_t.m4.
5882         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
5883         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
5884
5885 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
5886
5887         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
5888         to pacify GCC with some -W flags enabled.  Problem reported by
5889         Bruno Haible.
5890
5891 2006-10-24  Jim Meyering  <jim@meyering.net>
5892
5893         * MODULES.html.sh: Remove uinttostr.  It's not a module.
5894         Reported by Karl Berry.
5895
5896 2006-10-23  Bruno Haible  <bruno@clisp.org>
5897
5898         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
5899
5900 2006-10-24  Bruno Haible  <bruno@clisp.org>
5901
5902         * lib/gl_list.h: Use C comment style, not C++ comment style.
5903
5904 2006-10-23  Eric Blake  <ebb9@byu.net>
5905
5906         * lib/getaddrinfo.c (includes): Add missing include.
5907
5908 2006-10-23  Bruno Haible  <bruno@clisp.org>
5909             Paul Eggert  <eggert@cs.ucla.edu>
5910
5911         Ability to rename obstack_free.
5912         * lib/obstack.h (__obstack_free): New macro. Declare instead of
5913         obstack_free.
5914         (obstack_free): Invoke the __obstack_free macro.
5915         * lib/obstack.c (obstack_free): Use __obstack_free macro.
5916
5917 2006-10-23  Bruno Haible  <bruno@clisp.org>
5918             Paul Eggert  <eggert@cs.ucla.edu>
5919
5920         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
5921         __argc, __argv from the declaration. (They are defined as macros on
5922         mingw.)
5923
5924 2006-10-22  Bruno Haible  <bruno@clisp.org>
5925
5926         * doc/gnulib-intro.texi: New file.
5927         * doc/gnulib.texi: Include it.
5928
5929 2006-10-21  Bruno Haible  <bruno@clisp.org>
5930
5931         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
5932         "Introduction", "Miscellanous Notes", "Particular Modules".
5933
5934 2006-10-21  Bruno Haible  <bruno@clisp.org>
5935
5936         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
5937         Change mostlyclean-local rule to avoid sh syntax error from bash
5938         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
5939
5940 2006-10-23  Jim Meyering  <jim@meyering.net>
5941
5942         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
5943         in place of snprintf.
5944
5945         * modules/inttostr (Files): Add lib/uinttostr.c.
5946         * lib/uinttostr.c (inttostr): New file/function.
5947         * lib/inttostr.h (uinttostr): Declare.
5948         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
5949         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
5950         Add uinttostr.
5951         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
5952
5953 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
5954
5955         * lib/canonicalize.c (ELOOP): Define if not already defined.
5956         Problem reported by Bruno Haible in
5957         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
5958
5959 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
5960
5961         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
5962         Problem reported by Perry Smith and Ville Laurikari.
5963
5964         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
5965         uses.
5966
5967 2006-10-19  Bruno Haible  <bruno@clisp.org>
5968
5969         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
5970         for mingw.
5971
5972 2006-10-19  Bruno Haible  <bruno@clisp.org>
5973
5974         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
5975         Needed for mingw.
5976
5977 2006-10-19  Bruno Haible  <bruno@clisp.org>
5978
5979         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
5980
5981 2006-10-19  Bruno Haible  <bruno@clisp.org>
5982
5983         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
5984         it.
5985
5986 2006-10-19  Bruno Haible  <bruno@clisp.org>
5987
5988         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
5989         invocation.
5990
5991 2006-10-19  Bruno Haible  <bruno@clisp.org>
5992
5993         * gnulib-tool (func_create_testdir): Don't include ftruncate and
5994         mountlist by default.
5995
5996 2006-10-16  Bruno Haible  <bruno@clisp.org>
5997
5998         * lib/c-strstr.c: Include c-strstr.h.
5999
6000 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
6001
6002         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
6003         in a slash.
6004
6005 2006-10-18  Bruno Haible  <bruno@clisp.org>
6006
6007         * lib/lock.h [C++]: Wrap definitions in extern "C".
6008
6009 2006-10-18  Bruno Haible  <bruno@clisp.org>
6010
6011         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
6012         gl_LIBOBJS list.
6013
6014 2006-10-18  Bruno Haible  <bruno@clisp.org>
6015
6016         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
6017
6018 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
6019
6020         * lib/xstrtol.h: Include gettext.h.
6021         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
6022         Problem reported by Eric Blake.
6023         * modules/xstrtol (Depends-on): Add gettext-h.
6024
6025 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
6026
6027         * lib/strftime.c (advance): New macro.
6028         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
6029         incomplete type, so you can't add 0 to it.  Problem and patch
6030         reported by Eelco Dolstra for dietlibc.
6031
6032 2006-10-18  Jim Meyering  <jim@meyering.net>
6033
6034         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
6035         type for a local, and rename it: s/up/user_proc/.
6036
6037 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
6038
6039         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
6040         READ_UTMP_USER_PROCESS.
6041         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
6042
6043 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
6044
6045         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
6046         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
6047
6048 2006-10-17  Eric Blake  <ebb9@byu.net>
6049
6050         * lib/sigprocmask.c (sigprocmask): Fix typo.
6051
6052         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
6053
6054         * modules/clean-temp (Makefile.am): Don't add to make output...
6055         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
6056         config.h.
6057
6058 2006-10-17  Bruno Haible  <bruno@clisp.org>
6059
6060         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
6061         differently if DEFAULT_TEXT_DOMAIN is set.
6062
6063 2006-10-16  Bruno Haible  <bruno@clisp.org>
6064
6065         * lib/clean-temp.c: Include fwriteerror.h.
6066
6067 2006-10-16  Bruno Haible  <bruno@clisp.org>
6068
6069         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
6070
6071 2006-10-16  Bruno Haible  <bruno@clisp.org>
6072
6073         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
6074         * lib/sigprocmask.h: Include <sys/types.h>.
6075         (sigset_t): Use the system's definition if present.
6076
6077 2006-10-17  Eric Blake  <ebb9@byu.net>
6078
6079         * lib/xvasprintf.c (includes): Assume config.h.
6080         * lib/xasprintf.c (includes): Likewise.
6081
6082 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
6083
6084         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
6085         at least as wide as intmax_t.
6086
6087 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
6088
6089         (Imported from Automake.)
6090         * build-aux/gnupload: Update to version 1.1 of directive file.
6091
6092 2006-10-16  Eric Blake  <ebb9@byu.net>
6093
6094         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
6095         match Automake 1.10a.
6096
6097 2006-10-14  Bruno Haible  <bruno@clisp.org>
6098
6099         * modules/sigprocmask: New file.
6100         * lib/sigprocmask.h: New file.
6101         * lib/sigprocmask.c: New file.
6102         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
6103         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
6104         request sigprocmask.o.
6105         (gl_PREREQ_SIGPROCMASK): New macro.
6106         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
6107         (Depends-on): Add sigprocmask.
6108         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
6109         gt_SIGNALBLOCKING. Test for 'raise' only once.
6110         * lib/fatal-signal.c: Include sigprocmask.h.
6111         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
6112         unblock_fatal_signals): Define always.
6113         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
6114         sigprocmask.
6115
6116 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
6117
6118         Sync from Automake.
6119         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
6120         which incorrectly sets the mode of an existing destination
6121         directory.  In some cases the unpatched install-sh could do the
6122         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
6123         system.  We hope this is rare in practice, but it's clearly worth
6124         fixing.  Problem reported by Alex Unleashed in
6125         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
6126         Also, don't bother to check for -m bugs unless we're using -m;
6127         suggested by Stepan Kasal.
6128
6129 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6130
6131         Sync from Automake.
6132         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
6133         `-c' flag, so they appear at the same position as in %FASTDEP%
6134         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
6135         which ignores unknown options only after the first non-option.
6136         Bug report against M4 by Nelson H. F. Beebe.
6137
6138 2006-10-13  Jim Meyering  <jim@meyering.net>
6139
6140         Fix a bug in yesterday's change.
6141         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
6142         p->fts_statp->st_dev would be used uninitialized.
6143         Ensures that we always call fts_stat on the very first entry.
6144         Miklos Szeredi reported that find -xdev stopped working.
6145
6146 2006-10-12  Bruno Haible  <bruno@clisp.org>
6147
6148         * gnulib-tool (func_get_automake_snippet): Append an automatically
6149         computed EXTRA_DIST augmentation.
6150         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
6151         * modules/alloca-opt (Makefile.am): Likewise.
6152         * modules/allocsa (Makefile.am): Likewise.
6153         * modules/arcfour (Makefile.am): Likewise.
6154         * modules/arctwo (Makefile.am): Likewise.
6155         * modules/argmatch (Makefile.am): Likewise.
6156         * modules/argz (Makefile.am): Likewise.
6157         * modules/atexit (Makefile.am): Likewise.
6158         * modules/backupfile (Makefile.am): Likewise.
6159         * modules/byteswap (Makefile.am): Likewise.
6160         * modules/c-strtod (Makefile.am): Likewise.
6161         * modules/c-strtold (Makefile.am): Likewise.
6162         * modules/calloc (Makefile.am): Likewise.
6163         * modules/canon-host (Makefile.am): Likewise.
6164         * modules/canonicalize (Makefile.am): Likewise.
6165         * modules/chdir-long (Makefile.am): Likewise.
6166         * modules/chdir-safer (Makefile.am): Likewise.
6167         * modules/check-version (Makefile.am): Likewise.
6168         * modules/chown (Makefile.am): Likewise.
6169         * modules/cloexec (Makefile.am): Likewise.
6170         * modules/close-stream (Makefile.am): Likewise.
6171         * modules/closeout (Makefile.am): Likewise.
6172         * modules/crc (Makefile.am): Likewise.
6173         * modules/csharpexec (Makefile.am): Likewise.
6174         * modules/cycle-check (Makefile.am): Likewise.
6175         * modules/des (Makefile.am): Likewise.
6176         * modules/dev-ino (Makefile.am): Likewise.
6177         * modules/dirfd (Makefile.am): Likewise.
6178         * modules/dirname (Makefile.am): Likewise.
6179         * modules/dup2 (Makefile.am): Likewise.
6180         * modules/eealloc (Makefile.am): Likewise.
6181         * modules/error (Makefile.am): Likewise.
6182         * modules/euidaccess (Makefile.am): Likewise.
6183         * modules/exclude (Makefile.am): Likewise.
6184         * modules/exitfail (Makefile.am): Likewise.
6185         * modules/fcntl-safer (Makefile.am): Likewise.
6186         * modules/fcntl (Makefile.am): Likewise.
6187         * modules/file-type (Makefile.am): Likewise.
6188         * modules/fileblocks (Makefile.am): Likewise.
6189         * modules/filemode (Makefile.am): Likewise.
6190         * modules/filenamecat (Makefile.am): Likewise.
6191         * modules/fnmatch (Makefile.am): Likewise.
6192         * modules/fopen-safer (Makefile.am): Likewise.
6193         * modules/fpending (Makefile.am): Likewise.
6194         * modules/fprintftime (Makefile.am): Likewise.
6195         * modules/free (Makefile.am): Likewise.
6196         * modules/fsusage (Makefile.am): Likewise.
6197         * modules/ftruncate (Makefile.am): Likewise.
6198         * modules/fts (Makefile.am): Likewise.
6199         * modules/gc-arcfour (Makefile.am): Likewise.
6200         * modules/gc-des (Makefile.am): Likewise.
6201         * modules/gc-hmac-md5 (Makefile.am): Likewise.
6202         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
6203         * modules/gc-md4 (Makefile.am): Likewise.
6204         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
6205         * modules/gc-sha1 (Makefile.am): Likewise.
6206         * modules/gc (Makefile.am): Likewise.
6207         * modules/getaddrinfo (Makefile.am): Likewise.
6208         * modules/getcwd (Makefile.am): Likewise.
6209         * modules/getdelim (Makefile.am): Likewise.
6210         * modules/getdomainname (Makefile.am): Likewise.
6211         * modules/getgroups (Makefile.am): Likewise.
6212         * modules/gethostname (Makefile.am): Likewise.
6213         * modules/gethrxtime (Makefile.am): Likewise.
6214         * modules/getline (Makefile.am): Likewise.
6215         * modules/getloadavg (Makefile.am): Likewise.
6216         * modules/getlogin_r (Makefile.am): Likewise.
6217         * modules/getndelim2 (Makefile.am): Likewise.
6218         * modules/getopt (Makefile.am): Likewise.
6219         * modules/getpagesize (Makefile.am): Likewise.
6220         * modules/getpass-gnu (Makefile.am): Likewise.
6221         * modules/getpass (Makefile.am): Likewise.
6222         * modules/getsubopt (Makefile.am): Likewise.
6223         * modules/gettime (Makefile.am): Likewise.
6224         * modules/gettimeofday (Makefile.am): Likewise.
6225         * modules/getugroups (Makefile.am): Likewise.
6226         * modules/getusershell (Makefile.am): Likewise.
6227         * modules/glob (Makefile.am): Likewise.
6228         * modules/group-member (Makefile.am): Likewise.
6229         * modules/hard-locale (Makefile.am): Likewise.
6230         * modules/hash (Makefile.am): Likewise.
6231         * modules/hmac-md5 (Makefile.am): Likewise.
6232         * modules/hmac-sha1 (Makefile.am): Likewise.
6233         * modules/human (Makefile.am): Likewise.
6234         * modules/idcache (Makefile.am): Likewise.
6235         * modules/imaxabs (Makefile.am): Likewise.
6236         * modules/imaxdiv (Makefile.am): Likewise.
6237         * modules/inet_ntop (Makefile.am): Likewise.
6238         * modules/inet_pton (Makefile.am): Likewise.
6239         * modules/intprops (Makefile.am): Likewise.
6240         * modules/inttostr (Makefile.am): Likewise.
6241         * modules/inttypes (Makefile.am): Likewise.
6242         * modules/isapipe (Makefile.am): Likewise.
6243         * modules/javaversion (Makefile.am): Likewise.
6244         * modules/lchmod (Makefile.am): Likewise.
6245         * modules/lchown (Makefile.am): Likewise.
6246         * modules/localcharset (Makefile.am): Likewise.
6247         * modules/long-options (Makefile.am): Likewise.
6248         * modules/lstat (Makefile.am): Likewise.
6249         * modules/malloc (Makefile.am): Likewise.
6250         * modules/mathl (Makefile.am): Likewise.
6251         * modules/mbchar (Makefile.am): Likewise.
6252         * modules/md2 (Makefile.am): Likewise.
6253         * modules/md4 (Makefile.am): Likewise.
6254         * modules/md5 (Makefile.am): Likewise.
6255         * modules/memcasecmp (Makefile.am): Likewise.
6256         * modules/memchr (Makefile.am): Likewise.
6257         * modules/memcmp (Makefile.am): Likewise.
6258         * modules/memcoll (Makefile.am): Likewise.
6259         * modules/memcpy (Makefile.am): Likewise.
6260         * modules/memmem (Makefile.am): Likewise.
6261         * modules/memmove (Makefile.am): Likewise.
6262         * modules/mempcpy (Makefile.am): Likewise.
6263         * modules/memrchr (Makefile.am): Likewise.
6264         * modules/memset (Makefile.am): Likewise.
6265         * modules/memxor (Makefile.am): Likewise.
6266         * modules/mkancesdirs (Makefile.am): Likewise.
6267         * modules/mkdir-p (Makefile.am): Likewise.
6268         * modules/mkdir (Makefile.am): Likewise.
6269         * modules/mkdtemp (Makefile.am): Likewise.
6270         * modules/mkstemp (Makefile.am): Likewise.
6271         * modules/mktime (Makefile.am): Likewise.
6272         * modules/modechange (Makefile.am): Likewise.
6273         * modules/mountlist (Makefile.am): Likewise.
6274         * modules/nanosleep (Makefile.am): Likewise.
6275         * modules/obstack (Makefile.am): Likewise.
6276         * modules/openat (Makefile.am): Likewise.
6277         * modules/pagealign_alloc (Makefile.am): Likewise.
6278         * modules/pathmax (Makefile.am): Likewise.
6279         * modules/physmem (Makefile.am): Likewise.
6280         * modules/poll (Makefile.am): Likewise.
6281         * modules/posixtm (Makefile.am): Likewise.
6282         * modules/posixver (Makefile.am): Likewise.
6283         * modules/putenv (Makefile.am): Likewise.
6284         * modules/quote (Makefile.am): Likewise.
6285         * modules/quotearg (Makefile.am): Likewise.
6286         * modules/raise (Makefile.am): Likewise.
6287         * modules/read-file (Makefile.am): Likewise.
6288         * modules/readline (Makefile.am): Likewise.
6289         * modules/readlink (Makefile.am): Likewise.
6290         * modules/readtokens (Makefile.am): Likewise.
6291         * modules/readutmp (Makefile.am): Likewise.
6292         * modules/realloc (Makefile.am): Likewise.
6293         * modules/regex (Makefile.am): Likewise.
6294         * modules/rename-dest-slash (Makefile.am): Likewise.
6295         * modules/rename (Makefile.am): Likewise.
6296         * modules/rijndael (Makefile.am): Likewise.
6297         * modules/rmdir (Makefile.am): Likewise.
6298         * modules/rpmatch (Makefile.am): Likewise.
6299         * modules/safe-read (Makefile.am): Likewise.
6300         * modules/safe-write (Makefile.am): Likewise.
6301         * modules/same-inode (Makefile.am): Likewise.
6302         * modules/same (Makefile.am): Likewise.
6303         * modules/save-cwd (Makefile.am): Likewise.
6304         * modules/savedir (Makefile.am): Likewise.
6305         * modules/setenv (Makefile.am): Likewise.
6306         * modules/settime (Makefile.am): Likewise.
6307         * modules/sha1 (Makefile.am): Likewise.
6308         * modules/sig2str (Makefile.am): Likewise.
6309         * modules/snprintf (Makefile.am): Likewise.
6310         * modules/stat-macros (Makefile.am): Likewise.
6311         * modules/stat-time (Makefile.am): Likewise.
6312         * modules/stdbool (Makefile.am): Likewise.
6313         * modules/stdint (Makefile.am): Likewise.
6314         * modules/stdlib-safer (Makefile.am): Likewise.
6315         * modules/stpcpy (Makefile.am): Likewise.
6316         * modules/stpncpy (Makefile.am): Likewise.
6317         * modules/strcase (Makefile.am): Likewise.
6318         * modules/strcasestr (Makefile.am): Likewise.
6319         * modules/strchrnul (Makefile.am): Likewise.
6320         * modules/strcspn (Makefile.am): Likewise.
6321         * modules/strdup (Makefile.am): Likewise.
6322         * modules/strerror (Makefile.am): Likewise.
6323         * modules/strftime (Makefile.am): Likewise.
6324         * modules/strndup (Makefile.am): Likewise.
6325         * modules/strnlen (Makefile.am): Likewise.
6326         * modules/strpbrk (Makefile.am): Likewise.
6327         * modules/strsep (Makefile.am): Likewise.
6328         * modules/strstr (Makefile.am): Likewise.
6329         * modules/strtod (Makefile.am): Likewise.
6330         * modules/strtoimax (Makefile.am): Likewise.
6331         * modules/strtok_r (Makefile.am): Likewise.
6332         * modules/strtol (Makefile.am): Likewise.
6333         * modules/strtoll (Makefile.am): Likewise.
6334         * modules/strtoul (Makefile.am): Likewise.
6335         * modules/strtoull (Makefile.am): Likewise.
6336         * modules/strtoumax (Makefile.am): Likewise.
6337         * modules/strverscmp (Makefile.am): Likewise.
6338         * modules/sys_socket (Makefile.am): Likewise.
6339         * modules/sys_stat (Makefile.am): Likewise.
6340         * modules/sysexits (Makefile.am): Likewise.
6341         * modules/time_r (Makefile.am): Likewise.
6342         * modules/timegm (Makefile.am): Likewise.
6343         * modules/timespec (Makefile.am): Likewise.
6344         * modules/tmpfile-safer (Makefile.am): Likewise.
6345         * modules/trim (Makefile.am): Likewise.
6346         * modules/unistd-safer (Makefile.am): Likewise.
6347         * modules/unlinkdir (Makefile.am): Likewise.
6348         * modules/unlocked-io (Makefile.am): Likewise.
6349         * modules/userspec (Makefile.am): Likewise.
6350         * modules/utime (Makefile.am): Likewise.
6351         * modules/utimecmp (Makefile.am): Likewise.
6352         * modules/utimens (Makefile.am): Likewise.
6353         * modules/vasnprintf (Makefile.am): Likewise.
6354         * modules/vasprintf (Makefile.am): Likewise.
6355         * modules/vsnprintf (Makefile.am): Likewise.
6356         * modules/xalloc (Makefile.am): Likewise.
6357         * modules/xgetcwd (Makefile.am): Likewise.
6358         * modules/xnanosleep (Makefile.am): Likewise.
6359         * modules/xreadlink (Makefile.am): Likewise.
6360         * modules/xstrtod (Makefile.am): Likewise.
6361         * modules/xstrtol (Makefile.am): Likewise.
6362         * modules/xstrtold (Makefile.am): Likewise.
6363         * modules/yesno (Makefile.am): Likewise.
6364         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
6365
6366 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
6367
6368         * modules/error (Makefile.am): Distribute files through
6369         EXTRA_DIST, not lib_SOURCES.
6370
6371 2006-10-12  Eric Blake  <ebb9@byu.net>
6372
6373         * modules/error (Makefile.am): Distribute files in /lib.
6374         * modules/obstack (Makefile.am): Likewise.
6375
6376 2006-10-12  Bruno Haible  <bruno@clisp.org>
6377
6378         * modules/acl (Makefile.am): Distribute all files in lib/ through
6379         EXTRA_DIST.
6380         * modules/arcfour (Makefile.am): Likewise.
6381         * modules/arctwo (Makefile.am): Likewise.
6382         * modules/argmatch (Makefile.am): Likewise.
6383         * modules/argz (Makefile.am): Likewise.
6384         * modules/atexit (Makefile.am): Likewise.
6385         * modules/backupfile (Makefile.am): Likewise.
6386         * modules/c-strtod (Makefile.am): Likewise.
6387         * modules/c-strtold (Makefile.am): Likewise.
6388         * modules/calloc (Makefile.am): Likewise.
6389         * modules/canon-host (Makefile.am): Likewise.
6390         * modules/canonicalize (Makefile.am): Likewise.
6391         * modules/chdir-long (Makefile.am): Likewise.
6392         * modules/chdir-safer (Makefile.am): Likewise.
6393         * modules/check-version (Makefile.am): Likewise.
6394         * modules/chown (Makefile.am): Likewise.
6395         * modules/cloexec (Makefile.am): Likewise.
6396         * modules/close-stream (Makefile.am): Likewise.
6397         * modules/closeout (Makefile.am): Likewise.
6398         * modules/crc (Makefile.am): Likewise.
6399         * modules/cycle-check (Makefile.am): Likewise.
6400         * modules/des (Makefile.am): Likewise.
6401         * modules/dirfd (Makefile.am): Likewise.
6402         * modules/dirname (Makefile.am): Likewise.
6403         * modules/dup2 (Makefile.am): Likewise.
6404         * modules/euidaccess (Makefile.am): Likewise.
6405         * modules/exclude (Makefile.am): Likewise.
6406         * modules/exitfail (Makefile.am): Likewise.
6407         * modules/fcntl-safer (Makefile.am): Likewise.
6408         * modules/file-type (Makefile.am): Likewise.
6409         * modules/fileblocks (Makefile.am): Likewise.
6410         * modules/filemode (Makefile.am): Likewise.
6411         * modules/filenamecat (Makefile.am): Likewise.
6412         * modules/fnmatch (Makefile.am): Likewise.
6413         * modules/fopen-safer (Makefile.am): Likewise.
6414         * modules/fpending (Makefile.am): Likewise.
6415         * modules/fprintftime (Makefile.am): Likewise.
6416         * modules/free (Makefile.am): Likewise.
6417         * modules/fsusage (Makefile.am): Likewise.
6418         * modules/ftruncate (Makefile.am): Likewise.
6419         * modules/fts (Makefile.am): Likewise.
6420         * modules/gc (Makefile.am): Likewise.
6421         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
6422         * modules/getaddrinfo (Makefile.am): Likewise.
6423         * modules/getcwd (Makefile.am): Likewise.
6424         * modules/getdelim (Makefile.am): Likewise.
6425         * modules/getdomainname (Makefile.am): Likewise.
6426         * modules/getgroups (Makefile.am): Likewise.
6427         * modules/gethostname (Makefile.am): Likewise.
6428         * modules/gethrxtime (Makefile.am): Likewise.
6429         * modules/getline (Makefile.am): Likewise.
6430         * modules/getloadavg (Makefile.am): Likewise.
6431         * modules/getlogin_r (Makefile.am): Likewise.
6432         * modules/getopt (Makefile.am): Likewise.
6433         * modules/getpass (Makefile.am): Likewise.
6434         * modules/getpass-gnu (Makefile.am): Likewise.
6435         * modules/getsubopt (Makefile.am): Likewise.
6436         * modules/gettime (Makefile.am): Likewise.
6437         * modules/gettimeofday (Makefile.am): Likewise.
6438         * modules/getugroups (Makefile.am): Likewise.
6439         * modules/getusershell (Makefile.am): Likewise.
6440         * modules/glob (Makefile.am): Likewise.
6441         * modules/group-member (Makefile.am): Likewise.
6442         * modules/hard-locale (Makefile.am): Likewise.
6443         * modules/hash (Makefile.am): Likewise.
6444         * modules/hmac-md5 (Makefile.am): Likewise.
6445         * modules/hmac-sha1 (Makefile.am): Likewise.
6446         * modules/human (Makefile.am): Likewise.
6447         * modules/idcache (Makefile.am): Likewise.
6448         * modules/imaxabs (Makefile.am): Likewise.
6449         * modules/imaxdiv (Makefile.am): Likewise.
6450         * modules/inet_ntop (Makefile.am): Likewise.
6451         * modules/inet_pton (Makefile.am): Likewise.
6452         * modules/inttostr (Makefile.am): Likewise.
6453         * modules/isapipe (Makefile.am): Likewise.
6454         * modules/lchown (Makefile.am): Likewise.
6455         * modules/long-options (Makefile.am): Likewise.
6456         * modules/lstat (Makefile.am): Likewise.
6457         * modules/malloc (Makefile.am): Likewise.
6458         * modules/mathl (Makefile.am): Likewise.
6459         * modules/mbchar (Makefile.am): Likewise.
6460         * modules/md2 (Makefile.am): Likewise.
6461         * modules/md4 (Makefile.am): Likewise.
6462         * modules/md5 (Makefile.am): Likewise.
6463         * modules/memcasecmp (Makefile.am): Likewise.
6464         * modules/memchr (Makefile.am): Likewise.
6465         * modules/memcmp (Makefile.am): Likewise.
6466         * modules/memcoll (Makefile.am): Likewise.
6467         * modules/memcpy (Makefile.am): Likewise.
6468         * modules/memmem (Makefile.am): Likewise.
6469         * modules/memmove (Makefile.am): Likewise.
6470         * modules/mempcpy (Makefile.am): Likewise.
6471         * modules/memrchr (Makefile.am): Likewise.
6472         * modules/memset (Makefile.am): Likewise.
6473         * modules/memxor (Makefile.am): Likewise.
6474         * modules/mkancesdirs (Makefile.am): Likewise.
6475         * modules/mkdir (Makefile.am): Likewise.
6476         * modules/mkdir-p (Makefile.am): Likewise.
6477         * modules/mkdtemp (Makefile.am): Likewise.
6478         * modules/mkstemp (Makefile.am): Likewise.
6479         * modules/mktime (Makefile.am): Likewise.
6480         * modules/modechange (Makefile.am): Likewise.
6481         * modules/mountlist (Makefile.am): Likewise.
6482         * modules/nanosleep (Makefile.am): Likewise.
6483         * modules/openat (Makefile.am): Likewise.
6484         * modules/pagealign_alloc (Makefile.am): Likewise.
6485         * modules/physmem (Makefile.am): Likewise.
6486         * modules/poll (Makefile.am): Likewise.
6487         * modules/posixtm (Makefile.am): Likewise.
6488         * modules/posixver (Makefile.am): Likewise.
6489         * modules/putenv (Makefile.am): Likewise.
6490         * modules/quote (Makefile.am): Likewise.
6491         * modules/quotearg (Makefile.am): Likewise.
6492         * modules/raise (Makefile.am): Likewise.
6493         * modules/read-file (Makefile.am): Likewise.
6494         * modules/readline (Makefile.am): Likewise.
6495         * modules/readlink (Makefile.am): Likewise.
6496         * modules/readtokens (Makefile.am): Likewise.
6497         * modules/readutmp (Makefile.am): Likewise.
6498         * modules/realloc (Makefile.am): Likewise.
6499         * modules/regex (Makefile.am): Likewise.
6500         * modules/rename (Makefile.am): Likewise.
6501         * modules/rename-dest-slash (Makefile.am): Likewise.
6502         * modules/rijndael (Makefile.am): Likewise.
6503         * modules/rmdir (Makefile.am): Likewise.
6504         * modules/rpmatch (Makefile.am): Likewise.
6505         * modules/safe-read (Makefile.am): Likewise.
6506         * modules/safe-write (Makefile.am): Likewise.
6507         * modules/same (Makefile.am): Likewise.
6508         * modules/save-cwd (Makefile.am): Likewise.
6509         * modules/savedir (Makefile.am): Likewise.
6510         * modules/setenv (Makefile.am): Likewise.
6511         * modules/settime (Makefile.am): Likewise.
6512         * modules/sha1 (Makefile.am): Likewise.
6513         * modules/sig2str (Makefile.am): Likewise.
6514         * modules/snprintf (Makefile.am): Likewise.
6515         * modules/stdlib-safer (Makefile.am): Likewise.
6516         * modules/stpcpy (Makefile.am): Likewise.
6517         * modules/stpncpy (Makefile.am): Likewise.
6518         * modules/strcase (Makefile.am): Likewise.
6519         * modules/strcasestr (Makefile.am): Likewise.
6520         * modules/strchrnul (Makefile.am): Likewise.
6521         * modules/strcspn (Makefile.am): Likewise.
6522         * modules/strdup (Makefile.am): Likewise.
6523         * modules/strerror (Makefile.am): Likewise.
6524         * modules/strftime (Makefile.am): Likewise.
6525         * modules/strndup (Makefile.am): Likewise.
6526         * modules/strnlen (Makefile.am): Likewise.
6527         * modules/strpbrk (Makefile.am): Likewise.
6528         * modules/strsep (Makefile.am): Likewise.
6529         * modules/strstr (Makefile.am): Likewise.
6530         * modules/strtod (Makefile.am): Likewise.
6531         * modules/strtoimax (Makefile.am): Likewise.
6532         * modules/strtok_r (Makefile.am): Likewise.
6533         * modules/strtol (Makefile.am): Likewise.
6534         * modules/strtoll (Makefile.am): Likewise.
6535         * modules/strtoul (Makefile.am): Likewise.
6536         * modules/strtoull (Makefile.am): Likewise.
6537         * modules/strtoumax (Makefile.am): Likewise.
6538         * modules/strverscmp (Makefile.am): Likewise.
6539         * modules/time_r (Makefile.am): Likewise.
6540         * modules/timegm (Makefile.am): Likewise.
6541         * modules/tmpfile-safer (Makefile.am): Likewise.
6542         * modules/unistd-safer (Makefile.am): Likewise.
6543         * modules/unlinkdir (Makefile.am): Likewise.
6544         * modules/userspec (Makefile.am): Likewise.
6545         * modules/utime (Makefile.am): Likewise.
6546         * modules/utimecmp (Makefile.am): Likewise.
6547         * modules/utimens (Makefile.am): Likewise.
6548         * modules/vasnprintf (Makefile.am): Likewise.
6549         * modules/vasprintf (Makefile.am): Likewise.
6550         * modules/vsnprintf (Makefile.am): Likewise.
6551         * modules/xalloc (Makefile.am): Likewise.
6552         * modules/xgetcwd (Makefile.am): Likewise.
6553         * modules/xnanosleep (Makefile.am): Likewise.
6554         * modules/xreadlink (Makefile.am): Likewise.
6555         * modules/xstrtod (Makefile.am): Likewise.
6556         * modules/xstrtol (Makefile.am): Likewise.
6557         * modules/xstrtold (Makefile.am): Likewise.
6558         * modules/yesno (Makefile.am): Likewise.
6559
6560 2006-10-12  Jim Meyering  <jim@meyering.net>
6561
6562         * m4/getloadavg.m4: Revert the change below.
6563
6564         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
6565         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
6566         fail with a symlink, which is what coreutils' ./bootstrap now
6567         creates by default.
6568
6569 2006-10-12  Bruno Haible  <bruno@clisp.org>
6570
6571         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
6572         mingw.
6573         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
6574         MSVC and mingw explicitly.
6575
6576 2006-10-11  Simon Josefsson  <jas@extundo.com>
6577             Bruno Haible  <bruno@clisp.org>
6578
6579         Add support for multiple gnulib-tool invocations in the scope of a
6580         single configure.ac file.
6581         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
6582         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
6583         with the same contents as the _LIBADD variable.
6584         (func_emit_initmacro_start, func_emit_initmacro_end,
6585         func_emit_initmacro_done): New functions.
6586         (func_import, func_create_testdir): Invoke them. Allow the identifiers
6587         gl_LIBOBJS and gl_LTLIBOBJS.
6588
6589 2006-10-11  Bruno Haible  <bruno@clisp.org>
6590
6591         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
6592         (func_create_testdir): Don't create po/Makefile.am, don't invoke
6593         autoreconf. Instead, invoke autopoint explicitly but move back the
6594         *.m4 files from gnulib.
6595
6596 2006-10-11  Bruno Haible  <bruno@clisp.org>
6597
6598         * gnulib-tool (func_usage): Make module names after --create-testdir
6599         optional.
6600         (func_create_testdir): If no module was specified, use nearly all
6601         modules.
6602
6603 2006-10-12  Jim Meyering  <jim@meyering.net>
6604
6605         Big performance improvement for fts-based tools that use FTS_NOSTAT.
6606         Avoid spurious inode-mismatch problems on non-POSIX file systems.
6607         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
6608         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
6609         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
6610         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
6611         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
6612         (fts_set_stat_required): New function.
6613         (fts_open): Defer the calls to fts_stat, if possible or requested.
6614         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
6615         into fts_stat itself.
6616         (fts_read): Perform any required (deferred) fts_stat call.
6617         (fts_build): Likewise, for the directory we're about to open and read.
6618         In the readdir loop, carefully decide whether each entry will require
6619         an eventual call to fts_stat, using dirent.d_type info if available.
6620         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
6621         a command line argument into this function.  Update all callers.
6622         Map a return value of FTS_DOT to FTS_D for a command line argument.
6623         * modules/fts (Depends-on): Add d-type.  Alphabetize.
6624         Thanks to Miklos Szeredi for his tenacity and for the initial
6625         bug report about "find" failing on a FUSE-based file system.
6626
6627         * lib/fts.c (fts_open): Use consistent indentation.
6628
6629 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
6630
6631         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
6632         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
6633         reported by Jim Meyering.  All uses of cache variables renamed
6634         to match Autoconf's.
6635         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
6636         the other one.
6637
6638         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
6639         Fix misspelling in diagnostic.
6640
6641 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
6642
6643         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
6644         defined.  Problem reported by Matthew Woehlke.
6645
6646         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
6647         Add support for Tandem NonStop R series.
6648         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
6649         Use new macro.
6650
6651         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
6652         (has_trailing_slash): Omit size arg; all callers changed.
6653         Omit 'inline', since it doesn't help performance and we'd
6654         need to configure it.
6655         Don't count //, ///, etc. as having a trailing slash.
6656         As a side effect, this removes a C99ism reported by Matthew Woehlke.
6657         (rpl_rename_dest_slash): On failure, use rename's errno rather
6658         than (in some cases) an incorrect or junk errno.
6659         Simplify code by removing need to compute length; this does
6660         cause it to make two passes instead of one over the file name,
6661         but it's worth it.
6662
6663         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
6664         change, since Autoconf's version may no longer be appropriate now
6665         that we are using CVS Autoconf's version.  Add support for Tandem.
6666
6667 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
6668             Bruno Haible  <bruno@clisp.org>
6669
6670         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
6671         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
6672         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
6673         gl_AC_TYPE_LONG_LONG.
6674
6675         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
6676         instead of HAVE_LONG_LONG.
6677         * lib/printf-args.c (printf_fetchargs): Likewise.
6678         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
6679         * lib/vasnprintf.c (VASNPRINTF): Likewise.
6680         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
6681         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
6682         gl_AC_TYPE_LONG_LONG.
6683
6684 2006-10-11  Bruno Haible  <bruno@clisp.org>
6685
6686         * m4/longlong.m4: Add comments.
6687         * m4/ulonglong.m4: Likewise.
6688
6689 2006-10-10  Bruno Haible  <bruno@clisp.org>
6690
6691         Make it possible to #define stpcpy, strdup to aliases.
6692         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
6693         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
6694
6695 2006-10-10  Bruno Haible  <bruno@clisp.org>
6696
6697         Make it possible to #define gcd to an alias.
6698         * lib/gcd.c: Include config.h.
6699
6700 2006-10-10  Bruno Haible  <bruno@clisp.org>
6701
6702         Make it possible to #define c_isascii to an alias.
6703         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
6704         defined. Undefine the macros before defining them, to avoid gcc
6705         warnings.
6706         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
6707         define NO_C_CTYPE_MACROS early.
6708
6709 2006-10-10  Bruno Haible  <bruno@clisp.org>
6710
6711         Make it possible to #define set_program_name to an alias.
6712         * lib/progname.c: Don't undefine set_program_name; instead, undefine
6713         ENABLE_RELOCATABLE early.
6714
6715 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
6716
6717         Port to Tandem NSK OSS, which has 64-bit signed int but at most
6718         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
6719         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
6720         More generally, don't assume that 64-bit signed int is available
6721         if unsigned int is, and vice versa.
6722         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
6723         unsigned symbols, not on their signed counterparts.
6724         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
6725         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
6726         (UINT64_C, UINTMAX_C):
6727         Likewise.
6728         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
6729         unsigned counterparts.
6730         (Have_long_long, Unsigned): New macros.
6731         (Int): Renamed from INT.
6732         (strtoimax): Use the new macros.
6733         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
6734         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
6735         * modules/inttypes (inttypes.h): Substitute
6736         HAVE_UNSIGNED_LONG_LONG_INT.
6737         * modules/stdint (stdint.h): Likewise.
6738         (Files): Add m4/ulonglong.m4.
6739
6740 2006-10-10  Bruno Haible  <bruno@clisp.org>
6741
6742         Fix a gcc -Wshadow warning.
6743         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
6744         to 'bucket'.
6745         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
6746         gl_linked_indexof_from_to): Likewise.
6747         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
6748         Likewise.
6749         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
6750         Likewise.
6751         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
6752         Reported by Eric Blake.
6753
6754 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
6755
6756         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
6757         for NetBSD.  Problem reported by Bruno Haible.
6758
6759 2006-10-09  Jim Meyering  <jim@meyering.net>
6760
6761         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
6762         Patch from Bruno Haible.
6763
6764 2006-10-09  Jim Meyering  <jim@meyering.net>
6765
6766         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
6767         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
6768         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
6769
6770 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
6771
6772         Don't include <config.h> twice; this doesn't work in some cases,
6773         e.g., when config.h has "#define intmax_t long long int" and
6774         we include <config.h>, <inttypes.h>, <config.h> in that order.
6775         Problem reported by Matthew Woehlke in:
6776         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
6777         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
6778         * lib/fts-cycle.c: Don't include config.h.
6779         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
6780         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
6781         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
6782         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
6783         inttypes.h.
6784         * lib/xstrtoumax.c: Likewise.
6785         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
6786         __strtol and the like, so that this module is more like its siblings.
6787         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
6788         Remove; no longer needed now that we assume gnulib inttypes.h.
6789
6790 2006-10-08  Bruno Haible  <bruno@clisp.org>
6791
6792         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
6793         option.
6794
6795 2006-10-07  Jim Meyering  <jim@meyering.net>
6796
6797         * modules/inttypes (inttypes.h): Revert what seems to have been
6798         an inadvertent part of today's change: use "|", not "/" in the
6799         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
6800
6801 2006-10-07  Bruno Haible  <bruno@clisp.org>
6802
6803         * modules/sublist: New file.
6804
6805 2006-10-07  Bruno Haible  <bruno@clisp.org>
6806
6807         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
6808         * modules/argz (argz.h): Likewise.
6809         * modules/arpa_inet (arpa/inet.h): Likewise.
6810         * modules/byteswap (byteswap.h): Likewise.
6811         * modules/configmake (configmake.h): Likewise.
6812         * modules/fcntl (fcntl.h): Likewise.
6813         * modules/fnmatch (fnmatch.h): Likewise.
6814         * modules/getopt (getopt.h): Likewise.
6815         * modules/glob (glob.h): Likewise.
6816         * modules/inttypes (inttypes.h): Likewise.
6817         * modules/netinet_in (netinet/in.h): Likewise.
6818         * modules/poll (poll.h): Likewise.
6819         * modules/stdbool (stdbool.h): Likewise.
6820         * modules/stdint (stdint.h): Likewise.
6821         * modules/sys_select (sys/select.h): Likewise.
6822         * modules/sys_socket (sys/socket.h): Likewise.
6823         * modules/sys_stat (sys/stat.h): Likewise.
6824         * modules/sysexits (sysexits.h): Likewise.
6825         * modules/unistd (unistd.h): Likewise.
6826         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6827         Add a "DO NOT EDIT" comment to the generated file.
6828         (func_import): Likewise for gnulib-comp.m4.
6829
6830 2006-10-07  Bruno Haible  <bruno@clisp.org>
6831
6832         * lib/gl_sublist.h: New file.
6833         * lib/gl_sublist.c: New file.
6834
6835 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
6836
6837         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
6838         name (relative to the original working directory) and the file
6839         name component (relative to the temporary working directory).  All
6840         callers changed.
6841         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
6842         * lib/mkdir-p.c (make_dir_parents): Likewise.
6843         * lib/mkdir-p.h (make_dir_parents): Likewise.
6844
6845 2006-10-06  Eric Blake  <ebb9@byu.net>
6846
6847         Define several macros for use by the clean-temp module.
6848         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
6849         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
6850         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
6851
6852         * lib/clean-temp.h (close_stream_temp): New declaration.
6853         * lib/clean-temp.c (includes): Pull in headers according to what
6854         other modules are in use.
6855         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
6856
6857 2006-10-06  Bruno Haible  <bruno@clisp.org>
6858
6859         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
6860         instead of fopen, fwriteerror.
6861
6862 2006-10-06  Bruno Haible  <bruno@clisp.org>
6863
6864         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
6865         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
6866         int.
6867         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
6868         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
6869         Return an error indicator.
6870         Suggested by Eric Blake.
6871
6872 2006-10-06  Bruno Haible  <bruno@clisp.org>
6873
6874         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
6875         Reported by Eric Blake.
6876
6877 2006-10-06  Bruno Haible  <bruno@clisp.org>
6878
6879         * modules/closeout (Description): Mention stderr too.
6880
6881 2006-10-06  Bruno Haible  <bruno@clisp.org>
6882         and Paul Eggert  <eggert@cs.ucla.edu>
6883
6884         * lib/closeout.c (close_stdout): Also close stderr.
6885         * lib/closeout.h: Update comment.
6886
6887 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
6888
6889         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
6890         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
6891         * lib/dirchownmod.c: Include lchown.h.
6892         * lib/lchown.c: Don't include files that lchown.h now includes.
6893         Don't declare chown, since lchown.h now does that.
6894         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
6895         (lchown): Define to rpl_chown if lchown is declared but
6896         does not exist.  Declare using a prototype if lchown is not
6897         declared.  Add a copyright notice.
6898         * lib/mkstemp.h: Include <unistd.h>.
6899         * lib/openat.c: Include lchown.h.
6900
6901         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
6902         we now test for that separately.
6903         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
6904         rather than O_NOFOLLOW, when testing whether it's possible to
6905         avoid a race condition reliably.
6906         * lib/savewd.c (savewd_chdir): Likewise.
6907
6908         Remove macros that are no longer needed now that stdint.h is
6909         reliable.
6910         * lib/fsusage.c (UINTMAX_MAX): Remove.
6911         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
6912         * lib/utimecmp.c (SIZE_MAX): Remove.
6913
6914         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
6915
6916         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
6917         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
6918         O_NOATIME works.
6919
6920 2006-10-05  Bruno Haible  <bruno@clisp.org>
6921
6922         * lib/gl_list.h (gl_sortedlist_search_from_to,
6923         gl_sortedlist_indexof_from_to): New declarations.
6924         (gl_list_implementation): New fields sortedlist_search_from_to,
6925         sortedlist_indexof_from_to.
6926         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
6927         inline functions.
6928         * lib/gl_list.c (gl_sortedlist_search_from_to,
6929         gl_sortedlist_indexof_from_to): New functions.
6930         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
6931         function.
6932         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
6933         (gl_array_sortedlist_search_from_to): New function.
6934         (gl_array_list_implementation): Update.
6935         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
6936         function.
6937         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
6938         (gl_carray_sortedlist_search_from_to): New function.
6939         (gl_carray_list_implementation): Update.
6940         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
6941         gl_linked_sortedlist_indexof_from_to): New functions.
6942         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
6943         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
6944         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
6945         gl_tree_sortedlist_indexof_from_to): New functions.
6946         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
6947         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
6948         Update.
6949         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
6950         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
6951         Update.
6952
6953 2006-10-05  Bruno Haible  <bruno@clisp.org>
6954
6955         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
6956         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
6957         (struct gl_list_implementation): Add fields search_from_to,
6958         indexof_from_to. Remove fields search, indexof.
6959         (gl_list_search): Use the search_from_to method.
6960         (gl_list_search_from, gl_list_search_from_to): New functions.
6961         (gl_list_indexof): Use the indexof_from_to method.
6962         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
6963         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
6964         (gl_list_search_from, gl_list_search_from_to): New functions.
6965         (gl_list_indexof): Use the indexof_from_to method.
6966         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
6967         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
6968         gl_array_indexof. Add start_index, end_index arguments.
6969         (gl_array_search_from_to): Renamed from gl_array_search. Add
6970         start_index, end_index arguments.
6971         (gl_array_remove, gl_array_list_implementation): Update.
6972         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
6973         gl_carray_indexof. Add start_index, end_index arguments.
6974         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
6975         start_index, end_index arguments.
6976         (gl_carray_remove, gl_carray_list_implementation): Update.
6977         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
6978         gl_linked_search. Add start_index, end_index arguments.
6979         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
6980         start_index, end_index arguments.
6981         (gl_linked_remove): Update.
6982         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
6983         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
6984         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
6985         field to 'size_t'.
6986         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
6987         gl_tree_search. Add start_index, end_index arguments.
6988         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
6989         start_index, end_index arguments.
6990         (gl_tree_remove): Update.
6991         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
6992         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
6993         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
6994         function.
6995         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
6996         gl_tree_search. Add start_index, end_index arguments.
6997         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
6998         start_index, end_index arguments.
6999         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
7000         Update.
7001         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
7002
7003 2006-10-05  Bruno Haible  <bruno@clisp.org>
7004
7005         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
7006
7007         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
7008         fwriteerror_temp): New declarations.
7009         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
7010         (descriptors): New variable.
7011         (cleanup): First, close the descriptors.
7012         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
7013         fclose_temp, fwriteerror_temp): New functions.
7014
7015 2006-10-04  Jim Meyering  <jim@meyering.net>
7016
7017         * lib/fts.c (fts_open): Tiny comment change.
7018
7019 2006-10-04  Bruno Haible  <bruno@clisp.org>
7020
7021         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
7022         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
7023         gl_LOCK_BODY.
7024         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
7025         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
7026         gl_LOCK_EARLY_BODY.
7027         (gl_LOCK): Require gl_LOCK_BODY.
7028
7029 2006-10-04  Bruno Haible  <bruno@clisp.org>
7030
7031         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
7032         (gl_oset_search_atleast): New declaration.
7033         (struct gl_oset_implementation): Add field 'search_atleast'.
7034         (gl_oset_search_atleast): New inline function.
7035         * lib/gl_oset.c (gl_oset_search_atleast): New function.
7036         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
7037         (gl_array_oset_implementation): Update.
7038         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
7039         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
7040         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
7041
7042 2006-10-04  Bruno Haible  <bruno@clisp.org>
7043
7044         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
7045
7046 2006-10-03  Bruno Haible  <bruno@clisp.org>
7047
7048         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
7049         from gl_avltreehash_list_implementation.
7050
7051 2006-10-03  Bruno Haible  <bruno@clisp.org>
7052
7053         * lib/gl_oset.c (gl_oset_add): Fix return type.
7054
7055 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
7056
7057         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
7058
7059 2006-10-02  Eric Blake  <ebb9@byu.net>
7060
7061         * modules/strnlen (Depends-on): Add extensions.
7062
7063 2006-10-02  Eric Blake  <ebb9@byu.net>
7064
7065         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
7066         definition in 2.60+.
7067
7068 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
7069
7070         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
7071         checks.
7072
7073 2006-10-02  Bruno Haible  <bruno@clisp.org>
7074
7075         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
7076         to the AUTOMAKE_OPTIONS.
7077         Reported by Jim Meyering.
7078
7079 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
7080
7081         Work around bug in Solaris 10 /proc file system:
7082         /proc/self/fd/NNN/.. isn't the parent directory of
7083         the directory whose file descriptor is NNN.  This needs to
7084         be worked around at run time, not compile time, since a
7085         program might be built on Solaris 8, where things work, and
7086         run on Solaris 10.
7087         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
7088         to use the following interface instead:
7089         (OPENAT_BUFFER_SIZE): New macro.
7090         (openat_proc_name): New function.
7091         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
7092         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
7093         Likewise.
7094         * lib/openat-proc.c: New file.
7095         * modules/openat (Files): Add lib/openat-proc.c.
7096         (Depends-on): Add same-inode, stdbool.
7097         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
7098
7099 2006-09-29  Bruno Haible  <bruno@clisp.org>
7100
7101         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
7102         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
7103         argument. Set stdout_closed before testing for ferror, not after.
7104         (fwriteerror, fwriteerror_no_ebadf): New functions.
7105
7106 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7107
7108         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
7109
7110 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
7111
7112         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
7113         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
7114
7115 2006-09-28  Jim Meyering  <jim@meyering.net>
7116
7117         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
7118         Include <unistd.h>.
7119
7120 2006-09-28  Bruno Haible  <bruno@clisp.org>
7121
7122         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
7123         * modules/linkedhash-list (Depends-on): Likewise.
7124         * modules/rbtreehash-list (Depends-on): Likewise.
7125
7126 2006-09-28  Bruno Haible  <bruno@clisp.org>
7127
7128         * lib/strndup.h: Simplify the redefinition of strndup.
7129         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
7130         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
7131
7132 2006-09-28  Bruno Haible  <bruno@clisp.org>
7133
7134         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
7135         * lib/gl_linkedhash_list.c: Likewise.
7136         * lib/gl_rbtreehash_list.c: Likewise.
7137
7138 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
7139
7140         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
7141         getaddrinfo.
7142
7143         * lib/__fpending.h: Don't include <stdio_ext.h> unless
7144         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
7145         it causes <stdio_ext.h> to cause a compile-time error.
7146         Problem reported by Nelson H. F. Beebe.
7147         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
7148         of HAVE_DECL___PENDING.
7149
7150         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
7151         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
7152         declaration.
7153
7154 2006-09-27  Jim Meyering  <jim@meyering.net>
7155
7156         This file could end up with a definition for a function
7157         named __strndup, rather than rpl_strndup on a system with
7158         incomplete weak_alias support.
7159         * lib/strndup.c (strndup): Rename from __strndup.
7160         Remove #defines that used to map __strndup to strndup.
7161         Don't use K&R prototypes.
7162         Remove LIBC-related code, since this file is not sync'd with glibc.
7163         * lib/strndup.h: Revamp, accordingly.
7164         * m4/strndup.m4: Modernize.
7165
7166 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
7167
7168         * modules/savewd (Depends-on): Add 'raise'.
7169         * lib/savewd.c: Include <signal.h>, for 'raise'.
7170
7171 2006-09-26  Jim Meyering  <jim@meyering.net>
7172
7173         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
7174         when we detect Darwin 8.7.0's acl_get_file bug.
7175         Rearrange to perform the new (below) run-test while $LIBS
7176         contains any acl-related library.  Set USE_ACL at the end.
7177         (gl_ACL_GET_FILE): New function.
7178
7179 2006-09-26  Eric Blake  <ebb9@byu.net>
7180
7181         * lib/verror.c: Include <config.h> unconditionally.
7182
7183 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
7184
7185         * modules/clock-time (Maintainer): Add self.
7186         * modules/getlogin_r (Depends-on): Add extensions.
7187
7188 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7189
7190         * modules/clock-time: New module.
7191         * modules/nanosleep (Depends-on): Add clock-time.
7192         * modules/gethrxtime (Depends-on): Likewise.
7193         * modules/gettime (Depends-on): Likewise.
7194         * modules/settime (Depends-on): Likewise.
7195
7196         * modules/fts-lgpl: Depend on openat.
7197         * modules/mkancesdirs: Depend on savewd.
7198         * modules/mkdir-p: Likewise.
7199
7200 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7201
7202         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
7203
7204         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
7205         `gl_have_arbitrary_file_name_length_limit' to
7206         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
7207         actually works between configure runs.
7208
7209 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7210             Bruno Haible  <bruno@clisp.org>
7211
7212         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
7213
7214 2006-09-25  Jim Meyering  <jim@meyering.net>
7215
7216         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
7217         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
7218
7219 2006-09-25  Eric Blake  <ebb9@byu.net>
7220
7221         * gnulib-tool (func_import, func_create_testdir): Fix typos in
7222         exec's in 2006-09-18 patch when shuffling fds.
7223
7224 2006-09-25  Bruno Haible  <bruno@clisp.org>
7225
7226         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
7227         Reported by Jim Meyering.
7228
7229 2006-09-24  Jim Meyering  <jim@meyering.net>
7230
7231         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
7232         compare a pointer against a literal "0".  That caused failures with
7233         at least HP-UX's hpcc.
7234
7235 2006-09-22  Simon Josefsson  <jas@extundo.com>
7236
7237         * modules/gc-sha1:
7238         * modules/gc-md4:
7239         * modules/gc-hmac-sha1:
7240         * modules/gc-hmac-md5:
7241         * modules/gc-des:
7242         * modules/gc-arcfour: Distribute more files.
7243
7244 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7245
7246         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
7247         (gl_linked_iterator_from_to): Initialize struct completely.
7248         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
7249         (gl_tree_iterator_from_to): Likewise
7250         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
7251         * lib/gl_array_list.c [lint] (gl_array_iterator)
7252         (gl_array_iterator_from_to): Likewise.
7253         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
7254         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
7255         (gl_carray_iterator_from_to): Likewise.
7256
7257         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
7258         * lib/md4.c (md4_process_block): Remove unused variable.
7259         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
7260         parentheses for clarity.
7261
7262 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7263
7264         * modules/bison-i18n (Depends-on): Add gettext.
7265
7266 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7267
7268         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
7269         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
7270         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
7271         also add missing comma that caused broken test.
7272         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
7273         stdlib.h, for `abort'.
7274         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
7275         variables.
7276         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
7277         include unistd.h if present, for `rmdir'.
7278         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
7279         variables.
7280         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
7281         in the process include standard headers for prototypes.
7282         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
7283         gets declared on GNU/Linux.
7284         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
7285         unistd.h, for `rmdir'.
7286         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
7287
7288         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
7289         always true.
7290         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
7291
7292         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
7293
7294 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7295
7296         * gnulib-tool (func_version): Create output all at once.  This
7297         may help avoid triggering unnecessary SIGPIPEs, and at any
7298         rate it doesn't hurt.
7299
7300 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7301             Bruno Haible  <bruno@clisp.org>
7302
7303         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
7304         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
7305         * m4/signed.m4 (bh_C_SIGNED): Likewise.
7306
7307         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
7308         (gl_FUNC_VASPRINTF): Invoke it.
7309
7310 2006-09-22  Bruno Haible  <bruno@clisp.org>
7311
7312         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
7313         getloadavg.c as first argument.
7314
7315 2006-09-22  Bruno Haible  <bruno@clisp.org>
7316
7317         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
7318         at the beginning of the gl_INIT macro.
7319         * modules/getloadavg (configure.ac): Pass $gl_source_base to
7320         gl_GETLOADAVG.
7321
7322 2006-09-22  Bruno Haible  <bruno@clisp.org>
7323
7324         * gnulib-tool (func_create_megatestdir): Don't include the config-h
7325         module.
7326         Suggested by Ralf Wildenhues.
7327
7328 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
7329
7330         Import this patch from libc:
7331
7332         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
7333
7334         * lib/regex_internal.c (re_string_reconstruct): Handle
7335         offset < pstr->valid_raw_len && pstr->offsets_needed case.
7336         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
7337         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
7338         re_string_context_at.
7339
7340         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
7341         now requires it.
7342         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
7343         gl_REGEX now does it for us.
7344         (gl_REGEX): Add test taken from
7345         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
7346
7347         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
7348         Check that large offsets work.  Modernize Autoconf usages.
7349         Prefer "yes" to mean a good thing rather than a bad.
7350         Don't put "#define mkstemp" in config.h, as this might interfere
7351         with standard system headers that "#define mkstemp mkstemp64".
7352
7353         * modules/mkstemp (Depends-on): Add extensions, so that
7354         mkstemp is visible on some platforms.
7355         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
7356         (Include): Change to "mkstemp.h" from <stdlib.h>.
7357         (Files): Add mkstemp.h.
7358
7359         * lib/mkstemp.h: New file, since some standard headers
7360         #define mkstemp.
7361         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
7362         Include "mkstemp.h".
7363         Make the _LIBC code resemble glibc original more,
7364         e.g., use K&R style.
7365         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
7366         (mkstemp): Remove, since mkstemp.h does this for us.
7367         * lib/stdlib--.h: Include mkstemp.h.
7368
7369         Import this patch from libc:
7370
7371         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
7372
7373         * lib/tempname.c (__gen_tempname): Change attempts_min
7374         into a macro.  Use preprocessor to decide how to initialize
7375         attempts [Coverity CID 67].
7376
7377 2006-09-20  Bruno Haible  <bruno@clisp.org>
7378
7379         * lib/mkdtemp.c: Import from libc.
7380         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
7381                 * sysdeps/posix/tempname.c (__gen_tempname): Change
7382                 attempts_min into a macro.  Use preprocessor to decide how to
7383                 initialize attempts [Coverity CID 67].
7384         2001-11-27  Paul Eggert  <eggert@twinsun.com>
7385                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
7386                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
7387
7388 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7389
7390         * gnulib-tool (func_exit): New function, to allow to pass the
7391         exit status portably through the trap.  Use everywhere.
7392         (--help, --version): Signal a write error.
7393         (trap): catch SIGPIPE, for write errors.
7394         Exit at the end of the trap, with the correct exit status.
7395
7396 2006-09-19  Karl Berry  <karl@gnu.org>
7397
7398         * doc/gnulib.texi: note about the license texinfo files.
7399
7400 2006-09-19  Eric Blake  <ebb9@byu.net>
7401
7402         * gnulib-tool: Avoid space-tab.
7403
7404 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
7405
7406         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
7407         that prevented coreutils 6.1 from building.  Problem reported
7408         by Petter Reinholdtsen.
7409
7410 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
7411
7412         * gnulib-tool (avoidlist): Fix typo that broke options like
7413         --avoid=lock that are used by coreutils bootstrap.
7414
7415 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
7416
7417         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
7418         more systematically.
7419
7420 2006-09-18  Jim Meyering  <jim@meyering.net>
7421
7422         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
7423
7424 2006-09-18  Bruno Haible  <bruno@clisp.org>
7425
7426         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
7427
7428 2006-09-18  Bruno Haible  <bruno@clisp.org>
7429
7430         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
7431         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
7432         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
7433         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
7434         * m4/gettext.m4: Require autoconf >= 2.52.
7435         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
7436         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
7437         of gl_cv_header_inttypes_h.
7438
7439 2006-09-18  Bruno Haible  <bruno@clisp.org>
7440
7441         * lib/javaversion.c: Include configmake.h.
7442
7443 2006-09-18  Bruno Haible  <bruno@clisp.org>
7444
7445         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
7446         avoid that the while loops be executed in a subshell.
7447
7448 2006-09-18  Bruno Haible  <bruno@clisp.org>
7449
7450         * MODULES.html.sh (func_module): Break long lines.
7451         Suggested by Bruce Korb <bkorb@gnu.org>.
7452
7453 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7454
7455         Speed up by a factor of 1.12.
7456         * gnulib-tool (nl): New variable.
7457         (func_import): Rewrite include directive extraction to only read each
7458         directive once.
7459
7460 2006-09-17  Bruno Haible  <bruno@clisp.org>
7461
7462         * modules/javaversion (Makefile.am): Remove DEFS setting.
7463         (Depends-on): Add configmake, for PKGDATADIR definition.
7464
7465 2006-09-17  Bruno Haible  <bruno@clisp.org>
7466
7467         * gnulib-tool (func_create_testdir): Rewrite all files at once.
7468
7469 2006-09-17  Bruno Haible  <bruno@clisp.org>
7470
7471         * gnulib-tool (func_append): New function, stolen from libtool.m4.
7472         (func_modules_transitive_closure, func_modules_add_dummy,
7473         func_modules_to_filelist, func_import, func_create_testdir,
7474         func_create_megatestdir, ...): Use it wherever possible.
7475         Suggested by Ralf Wildenhues.
7476
7477 2006-09-16  Karl Berry  <karl@gnu.org>
7478
7479         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
7480         to avoid sectioning errors.
7481         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
7482         [ifinfo]: blank line after @center-ed titles.
7483         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
7484         Spell FSF address consistently with others.
7485         (These changes approved by rms.)
7486
7487 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7488
7489         Speed up by a factor of 1.61.
7490         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
7491         already checked module names again.
7492
7493 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7494
7495         Speed up by a factor of 1.13.
7496         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
7497         for new_files, and the input to func_add_or_update.
7498
7499 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7500
7501         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
7502         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
7503
7504 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
7505
7506         * modules/mkancesdirs (Depends-on): Add fcntl.
7507         * modules/savewd: New file.
7508         * MODULES.html.sh (File system functions): Add savewd.
7509
7510         * modules/configmake (Makefile.am): Add support for the
7511         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
7512
7513 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
7514
7515         * m4/savewd.m4: New file.
7516
7517 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
7518
7519         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
7520         (dirchownmod): New arg FD.  All callers changed.
7521         Use FD rather than opening the directory ourself, as opening is
7522         now the caller's responsibility.
7523         * lib/dirchownmod.h: Likewise.
7524         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
7525         hosts that require <sys/types.h> before <sys/stat.h>.  Include
7526         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
7527         (test_dir): Remove.
7528         (mkancesdirs): Return length of prefix of FILE that has already
7529         been made, or -2 if there is a child doing the work.  Redo
7530         algorithm so that it is O(N) rather than O(N**2).  Optimize away
7531         ".", and treat ".." specially since it might stray back into
7532         already-created areas.  Use a subprocess if necessary.  New arg
7533         WD; all users changed.  MAKE_DIR function should now return 1
7534         if it creates a directory that is not readable.  Return -2 if
7535         a child process is spun off.
7536         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
7537         Adjust signature to match code.
7538         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
7539         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
7540         all users changed.
7541         * lib/savewd.c, lib/savewd.h: New files.
7542
7543 2006-09-15  Jim Meyering  <jim@meyering.net>
7544
7545         * modules/rename-dest-slash: New module.
7546         * MODULES.html.sh (posix_compat): Add it here.
7547
7548         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
7549
7550 2006-09-15  Jim Meyering  <jim@meyering.net>
7551
7552         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
7553         file.
7554
7555         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
7556
7557 2006-09-15  Jim Meyering  <jim@meyering.net>
7558
7559         * lib/rename-dest-slash.c (has_trailing_slash): Use
7560         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
7561         (rpl_rename_dest_slash): Perform the cheaper trailing slash
7562         test before testing whether SRC is a directory.
7563         Suggestions from Bruno Haible.
7564
7565         Avoid a warning about an unused variable.
7566         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
7567         into the #ifdef block where it's used.
7568
7569         * lib/rename-dest-slash.c: New file.
7570
7571 2006-09-14  Bruno Haible  <bruno@clisp.org>
7572
7573         * lib/allocsa.c: Include <config.h> unconditionally.
7574         * lib/asnprintf.c: Likewise.
7575         * lib/asprintf.c: Likewise.
7576         * lib/c-strcasecmp.c: Likewise.
7577         * lib/c-strcasestr.c: Likewise.
7578         * lib/c-strncasecmp.c: Likewise.
7579         * lib/c-strstr.c: Likewise.
7580         * lib/classpath.c: Likewise.
7581         * lib/clean-temp.c: Likewise.
7582         * lib/concatpath.c: Likewise.
7583         * lib/copy-file.c: Likewise.
7584         * lib/csharpcomp.c: Likewise.
7585         * lib/csharpexec.c: Likewise.
7586         * lib/execute.c: Likewise.
7587         * lib/fatal-signal.c: Likewise.
7588         * lib/findprog.c: Likewise.
7589         * lib/fwriteerror.c: Likewise.
7590         * lib/gl_array_list.c: Likewise.
7591         * lib/gl_array_oset.c: Likewise.
7592         * lib/gl_avltree_list.c: Likewise.
7593         * lib/gl_avltree_oset.c: Likewise.
7594         * lib/gl_avltreehash_list.c: Likewise.
7595         * lib/gl_carray_list.c: Likewise.
7596         * lib/gl_linked_list.c: Likewise.
7597         * lib/gl_linkedhash_list.c: Likewise.
7598         * lib/gl_list.c: Likewise.
7599         * lib/gl_oset.c: Likewise.
7600         * lib/gl_rbtree_list.c: Likewise.
7601         * lib/gl_rbtree_oset.c: Likewise.
7602         * lib/gl_rbtreehash_list.c: Likewise.
7603         * lib/imaxabs.c: Likewise.
7604         * lib/imaxdiv.c: Likewise.
7605         * lib/javacomp.c: Likewise.
7606         * lib/javaexec.c: Likewise.
7607         * lib/javaversion.c: Likewise.
7608         * lib/linebreak.c: Likewise.
7609         * lib/localcharset.c: Likewise.
7610         * lib/lock.c: Likewise.
7611         * lib/mbchar.c: Likewise.
7612         * lib/mbswidth.c: Likewise.
7613         * lib/mkdtemp.c: Likewise.
7614         * lib/pipe.c: Likewise.
7615         * lib/printf-args.c: Likewise.
7616         * lib/printf-parse.c: Likewise.
7617         * lib/progname.c: Likewise.
7618         * lib/progreloc.c: Likewise.
7619         * lib/readlink.c: Likewise.
7620         * lib/sh-quote.c: Likewise.
7621         * lib/stpcpy.c: Likewise.
7622         * lib/stpncpy.c: Likewise.
7623         * lib/strcasecmp.c: Likewise.
7624         * lib/strcasestr.c: Likewise.
7625         * lib/strcspn.c: Likewise.
7626         * lib/striconv.c: Likewise.
7627         * lib/strncasecmp.c: Likewise.
7628         * lib/strnlen1.c: Likewise.
7629         * lib/strstr.c: Likewise.
7630         * lib/strtok_r.c: Likewise.
7631         * lib/tls.c: Likewise.
7632         * lib/tmpdir.c: Likewise.
7633         * lib/unicodeio.c: Likewise.
7634         * lib/unsetenv.c: Likewise.
7635         * lib/vasnprintf.c: Likewise.
7636         * lib/vasprintf.c: Likewise.
7637         * lib/wait-process.c: Likewise.
7638         * lib/xallocsa.c: Likewise.
7639         * lib/xsetenv.c: Likewise.
7640         * lib/xstriconv.c: Likewise.
7641
7642 2006-09-13  Simon Josefsson  <jas@extundo.com>
7643
7644         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
7645         that internally, suggested by Ralf Wildenhues
7646         <Ralf.Wildenhues@gmx.de>.
7647
7648 2006-09-13  Simon Josefsson  <jas@extundo.com>
7649
7650         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
7651         @LIBOBJS@.
7652         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7653
7654 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
7655
7656         * lib/_fpending.c: Include <config.h> unconditionally, since we no
7657         longer worry about uses that don't define HAVE_CONFIG_H.
7658         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
7659         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
7660         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
7661         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
7662         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
7663         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
7664         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
7665         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
7666         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
7667         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
7668         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
7669         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
7670         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
7671         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
7672         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
7673         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
7674         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
7675         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
7676         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
7677         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
7678         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
7679         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
7680         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
7681         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
7682         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
7683         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
7684         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
7685         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
7686         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
7687         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
7688         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
7689         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
7690         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
7691         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
7692         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
7693         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
7694         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
7695         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
7696         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
7697         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
7698         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
7699         Likewise.
7700
7701 2006-09-13  Eric Blake  <ebb9@byu.net>
7702
7703         * lib/getopt.c: Fix typo in last commit.
7704
7705 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
7706
7707         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
7708         dgettext.
7709
7710 2006-09-12  Jim Meyering  <jim@meyering.net>
7711
7712         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
7713         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
7714         Reported by Nelson H. F. Beebe.
7715
7716 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
7717
7718         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
7719         program_invocation_name and program_invocation_short_name are
7720         initialized.
7721         * lib/argp-namefrob.h: Move declarations of program_invocation_name
7722         and program_invocation_short_name to argp.h, so they are visible
7723         to user programs.
7724         * lib/argp.h: Likewise
7725
7726 2006-09-10  Bruno Haible  <bruno@clisp.org>
7727
7728         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
7729         m4/inttypes_h.m4, m4/uintmax_t.m4.
7730
7731 2006-09-10  Bruno Haible  <bruno@clisp.org>
7732
7733         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
7734         gl_AC_TYPE_UINTMAX_T.
7735
7736 2006-09-10  Bruno Haible  <bruno@clisp.org>
7737
7738         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
7739
7740 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
7741
7742         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
7743         convention.  Text proposed by Bruno Haible.
7744         (struct argp_option): Document the use of N_() wrappers.
7745
7746         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
7747         '\v', and translate the two parts separately, instead of feeding
7748         the whole string to gettext.  This allows to exclude
7749         '\v' from the strings visible to the translator by writing doc
7750         strings as N_("..") "\v" N_("..").
7751
7752 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
7753
7754         * config/srclist.txt: Undo latest change; the bug was fixed.
7755
7756 2006-09-09  Bruno Haible  <bruno@clisp.org>
7757
7758         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
7759         assignments if building a library without libtool.
7760         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
7761         in func_emit_lib_Makefile_am.
7762         (func_import): When building a static library libfoo.a, arrange to
7763         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
7764         (func_create_testdir): Likewise.
7765         * modules/gc (configure.ac, Makefile.am): If building statically,
7766         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
7767         * modules/iconvme (configure.ac, Makefile.am): Likewise.
7768         * modules/striconv (configure.ac, Makefile.am): Likewise.
7769         Based on a suggestion by Ralf Wildenhues.
7770
7771 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
7772
7773         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
7774         Check for unistd.h too, since Autoconf doesn't assume POSIX.
7775         Also:
7776
7777         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
7778         Add year_2050_test to catch glibc bug 2821
7779         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
7780
7781         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
7782         Prefer #ifdef to #if.
7783
7784         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
7785         Return from 'main' instead of calling 'exit'.
7786
7787 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
7788
7789         * lib/mktime.c (guess_time_tm): Fix bug where mktime
7790         returned the maximum time_t value rather than (time_t) -1.
7791         Problem originally reported by William Bardwell
7792         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
7793
7794         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
7795         Moved to here ...
7796         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
7797         ... from here.
7798
7799 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
7800
7801         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
7802         2821 is fixed.
7803
7804 2006-09-08  Jim Meyering  <jim@meyering.net>
7805
7806         Don't make generated files read-only.  That would bother too many
7807         people.  However, do retain the ability to work when targets are
7808         read-only: remove the destination and temporary files before writing
7809         them (when generated via sed or echo), or by using the -f option for
7810         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
7811         * modules/alloca-opt, modules/argz, modules/arpa_inet:
7812         * modules/byteswap, modules/configmake, modules/fcntl:
7813         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
7814         * modules/localcharset, modules/netinet_in, modules/poll:
7815         * modules/stdbool, modules/stdint, modules/sys_select:
7816         * modules/sys_socket, modules/sys_stat, modules/sysexits:
7817
7818 2006-09-08  Jim Meyering  <jim@meyering.net>
7819
7820         Avoid new build failure on FreeBSD 6.0.
7821         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
7822         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
7823         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
7824
7825 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7826
7827         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
7828
7829 2006-09-07  Jim Meyering  <jim@meyering.net>
7830
7831         Fix global typo in last change: use chmod u-w, not chmod u-x.
7832         Spotted by Paul Eggert and Bruce Korb.
7833         * modules/alloca-opt, modules/argz, modules/arpa_inet:
7834         * modules/byteswap, modules/configmake, modules/fcntl:
7835         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
7836         * modules/localcharset, modules/netinet_in, modules/poll:
7837         * modules/stdbool, modules/stdint, modules/sys_select:
7838         * modules/sys_socket, modules/sys_stat, modules/sysexits:
7839
7840 2006-09-06  Jim Meyering  <jim@meyering.net>
7841
7842         Make generated files be read-only.
7843         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
7844         Ensure that each generated file is now read-only.
7845         * modules/argz: Likewise.
7846         * modules/arpa_inet: Likewise.
7847         * modules/byteswap: Likewise.
7848         * modules/configmake: Likewise.
7849         * modules/fcntl: Likewise.
7850         * modules/fnmatch: Likewise.
7851         * modules/getopt: Likewise.
7852         * modules/glob: Likewise.
7853         * modules/inttypes: Likewise.
7854         * modules/netinet_in: Likewise.
7855         * modules/poll: Likewise.
7856         * modules/stdbool: Likewise.
7857         * modules/stdint: Likewise.
7858         * modules/sys_select: Likewise.
7859         * modules/sys_socket: Likewise.
7860         * modules/sys_stat: Likewise.
7861         * modules/sysexits: Likewise.
7862         * modules/localcharset: Same as above, but continue using temporary
7863         file named "t-$@" (why different?) rather than the "$@-t" used
7864         everywhere else.
7865
7866         * modules/sysexits (Makefile.am): Replace literal occurrences
7867         of "sysexit.h" more readable, and more consistent, "$@".
7868
7869 2006-09-06  Bruno Haible  <bruno@clisp.org>
7870
7871         * modules/striconv: New file.
7872         * modules/xstriconv: New file.
7873         * MODULES.html.sh (Internationalization functions): Add striconv,
7874         xstriconv.
7875
7876 2006-09-06  Bruno Haible  <bruno@clisp.org>
7877
7878         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
7879         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
7880         not using libtool correctly.
7881
7882 2006-09-06  Bruno Haible  <bruno@clisp.org>
7883
7884         * lib/striconv.h: New file.
7885         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
7886         iconvstring.c.
7887         * lib/xstriconv.h: New file.
7888         * lib/xstriconv.c: New file.
7889
7890 2006-09-06  Bruno Haible  <bruno@clisp.org>
7891
7892         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
7893         lib_..._LDFLAGS.
7894
7895 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7896
7897         * lib/argz_.h: Sync from Libtool.
7898
7899         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
7900                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7901
7902         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
7903
7904 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
7905
7906         * modules/trim: New file.
7907
7908 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
7909
7910         * lib/trim.h: New file.
7911         * lib/trim.c: New file.
7912
7913 2006-09-05  Bruno Haible  <bruno@clisp.org>
7914
7915         * MODULES.html.sh (String handling): Add trim.
7916
7917 2006-09-04  Karl Berry  <karl@gnu.org>
7918
7919         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
7920         until next release.
7921
7922 2006-09-03  Bruno Haible  <bruno@clisp.org>
7923
7924         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
7925         correctly.
7926
7927 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
7928
7929         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
7930         not gl_GETLOADAVG.  Omit unneeded semicolons.
7931         Problems reported by Ralf Wildenhues in
7932         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
7933         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
7934         at the end, which is the usual gnulib style.
7935
7936         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
7937         of doing all the work ourselves.
7938         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
7939         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
7940
7941 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
7942
7943         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
7944         Problem reported by Ralf Wildenhues in
7945         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
7946
7947         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
7948         HAVE_STRUCT_STATFS_F_FSTYPENAME.
7949
7950 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
7951
7952         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
7953         yesterday's patch by changing test -n to test -z.
7954
7955 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
7956
7957         * modules/getloadavg (Files): Add m4/getloadavg.m4.
7958         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
7959         the former is now obsolescent.
7960
7961         * modules/chdir-long (Depends-on): Add fcntl.
7962
7963 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
7964
7965         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
7966         obsolescent, and programs should use gnulib instead.
7967         * m4/getloadavg.m4: New file, with contents taken from Autoconf
7968         but with prefixes changed.
7969
7970 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
7971
7972         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
7973         or stdbool.h, because they might not exist while configuring.
7974
7975         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
7976         Don't include unistd.h or limits.h; not needed, since chdir-long.h
7977         does that for us.
7978         (O_DIRECTORY): Remove.
7979
7980 2006-08-31  Eric Blake  <ebb9@byu.net>
7981
7982         * gnulib-tool: Don't let emacs change spaces to TAB.
7983
7984 2006-08-31  Bruno Haible  <bruno@clisp.org>
7985
7986         * gnulib-tool: When calling func_import more than once, do it in a
7987         subshell.
7988         Reported by Eric Blake <ebb9@byu.net>.
7989
7990 2006-08-31  Bruno Haible  <bruno@clisp.org>
7991
7992         * gnulib-tool (nl): Remove variable.
7993         (sed_transform_lib_file): Use more robust test for config-h module.
7994         (func_import): Fix typo in 2006-08-25 patch.
7995
7996 2006-08-31  Bruno Haible  <bruno@clisp.org>
7997
7998         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
7999         specified, augment Makefile.am variables instead of assigning them.
8000
8001 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
8002
8003         Work around a bug in both the Linux and SunOS 64-bit kernels:
8004         nanosleep mishandles sleeps for longer than 2**31 seconds.
8005         Problem reported by Frank v Waveren in
8006         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
8007         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
8008         Check for nanosleep bug.
8009         (LIB_NANOSLEEP): Append clock_gettime library if needed.
8010
8011 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
8012
8013         Work around a bug in both the Linux and SunOS 64-bit kernels:
8014         nanosleep mishandles sleeps for longer than 2**31 seconds.
8015         Problem reported by Frank v Waveren in
8016         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
8017         * lib/nanosleep.c (BILLION): New constant.
8018         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
8019         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
8020         implementation.
8021
8022 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
8023
8024         * modules/nanosleep (Depends-on): Add gettime.
8025
8026 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
8027         and Simon Josefsson  <jas@extundo.com>
8028         and Oskar Liljeblad  <oskar@osk.mine.nu>
8029
8030         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
8031         * gnulib-tool (func_import): New license type 'unmodifiable license
8032         text'.
8033         * modules/fdl: Use it.  Longer description.
8034         * module/gpl, module/lgpl: New files.
8035
8036 2006-08-30  Jim Meyering  <jim@meyering.net>
8037
8038         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
8039         shadowing the parameter.
8040
8041 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8042
8043         Sync from Libtool:
8044
8045         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8046
8047         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
8048         sharing with gnulib.  Report by Eric Blake.
8049
8050 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
8051
8052         * modules/isapipe: New file.
8053         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
8054
8055 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
8056
8057         * modules/configmake (Makefile.am): Add a comment, and omit
8058         the CONFIGMAKE_ prefix from generated macro names.  Suggested
8059         by Bruno Haible.
8060
8061 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
8062
8063         * m4/isapipe.m4: New file.
8064
8065 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
8066
8067         * lib/isapipe.c, lib/isapipe.h: New files.
8068
8069 2006-08-29  Jim Meyering  <jim@meyering.net>
8070
8071         * modules/configmake (Makefile.am): Make configmake.h depend on
8072         Makefile.  Otherwise, a stale configmake.h could hang around.
8073
8074 2006-08-29  Eric Blake  <ebb9@byu.net>
8075
8076         * lib/error.c (error_at_line, print_errno_message): Match libc, after
8077         resolution of upstream bug 3044.
8078
8079 2006-08-29  Bruno Haible  <bruno@clisp.org>
8080
8081         * modules/localcharset (Depends-on): Add configmake.
8082         (Makefile.am): Remove setting of LIBDIR through DEFS.
8083
8084 2006-08-29  Bruno Haible  <bruno@clisp.org>
8085
8086         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
8087         defined.
8088
8089 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
8090
8091         * modules/fcntl: New file.
8092         * modules/chdir-safer (Depends-on): Add fcntl.
8093         * modules/fts: Likewise.
8094         * modules/mkdir-p: Likewise.
8095
8096         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
8097         This undoes the most recent change, since we're now addressing the
8098         problem in a different way.
8099
8100         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
8101         into output, since the output might be called Makefile.am even
8102         if $makefile_name is something different.
8103         (func_import): Use $makefile_am rather than
8104         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
8105         empty.
8106
8107         * modules/inttypes (Files): Add m4/inttypes-h.m4.
8108
8109 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
8110
8111         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
8112         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
8113         recent change to stdint.m4, since we're now addressing the problem in a
8114         different way.
8115
8116 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
8117
8118         * m4/fcntl_h.m4: New file.
8119
8120 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
8121
8122         * lib/fcntl_.h: New file.
8123         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
8124         the fcntl module.
8125         * lib/dirchownmod.c: Likewise.
8126         * lib/fts.c: Likewise.
8127
8128         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
8129         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
8130         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
8131         just before including <inttypes.h>, to avoid circular inclusion.
8132
8133 2006-08-28  Jim Meyering  <jim@meyering.net>
8134
8135         * doc/visibility.texi: Actually read and correct the grammar of the
8136         sentence affected by yesterday's change.
8137
8138 2006-08-28  Eric Blake  <ebb9@byu.net>
8139
8140         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
8141         needs wrapper.
8142
8143 2006-08-28  Eric Blake  <ebb9@byu.net>
8144
8145         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
8146
8147 2006-08-28  Eric Blake  <ebb9@byu.net>
8148
8149         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
8150
8151 2006-08-28  Bruno Haible  <bruno@clisp.org>
8152
8153         * modules/c-strstr: New file, from GNU gettext.
8154         * MODULES.html.sh (String handling): Add c-strstr.
8155
8156 2006-08-28  Bruno Haible  <bruno@clisp.org>
8157
8158         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
8159         macros.
8160         Reported by Eric Blake.
8161
8162 2006-08-28  Bruno Haible  <bruno@clisp.org>
8163
8164         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
8165         (VASNPRINTF): Return a string of length > INT_MAX without failing.
8166         * lib/vasprintf.c: Include errno.h, limits.h.
8167         (EOVERFLOW): New fallback definition.
8168         (vasprintf): Test here whether the string length is > INT_MAX.
8169         * lib/vsnprintf.c: Include errno.h, limits.h.
8170         (EOVERFLOW): New fallback definition.
8171         (vsnprintf): Fix bug when generated string was too long for the buffer.
8172         Test here whether the string length is > INT_MAX.
8173
8174 2006-08-28  Bruno Haible  <bruno@clisp.org>
8175
8176         * lib/inttypes_.h (SCNX*): Remove definitions.
8177         Reported by Eric Blake.
8178
8179 2006-08-28  Bruno Haible  <bruno@clisp.org>
8180
8181         * lib/c-strstr.h: New file, from GNU gettext.
8182         * lib/c-strstr.c: New file, from GNU gettext.
8183
8184 2006-08-28  Bruno Haible  <bruno@clisp.org>
8185
8186         * gnulib-tool: Reorder some statements.
8187
8188 2006-08-28  Bruno Haible  <bruno@clisp.org>
8189
8190         * gnulib-tool: New option --makefile-name.
8191         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
8192         $makefile_name.
8193         (func_import): Write $makefile_name to the cache file, and read it from
8194         there unless explicitly specified. Use $makefile_name as file name
8195         instead of Makefile.am. Adjust the recommendations accordingly.
8196
8197 2006-08-28  Bruno Haible  <bruno@clisp.org>
8198
8199         * gnulib-tool (func_verify_module): Check against misapplying patch.
8200
8201 2006-08-28  Bruno Haible  <bruno@clisp.org>
8202
8203         * gnulib-tool (func_relativize, func_relconcat): New functions.
8204         Give an error if --local-dir is given with --update.
8205         Remove trailing slashes from $local_gnulib_dir.
8206         (func_import): Store the relativized $local_gnulib_dir in
8207         gnulib-cache.m4, and read it from there if not specified explicitly.
8208
8209 2006-08-28  Bruno Haible  <bruno@clisp.org>
8210
8211         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
8212         is the current directory. Respect also $local_gnulib_dir.
8213
8214 2006-08-28  Bruno Haible  <bruno@clisp.org>
8215             Simon Josefsson  <jas@extundo.com>
8216
8217         BeOS portability.
8218         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
8219
8220 2006-08-27  Jim Meyering  <jim@meyering.net>
8221
8222         * doc/visibility.texi: Remove duplicate word: "pointer".
8223
8224 2006-08-26  Bruno Haible  <bruno@clisp.org>
8225
8226         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
8227         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
8228         (Makefile.am): Create inttypes.h from inttypes_.h.
8229         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
8230
8231         * modules/imaxabs: New file.
8232
8233         * modules/imaxdiv: New file.
8234
8235 2006-08-26  Bruno Haible  <bruno@clisp.org>
8236
8237         * m4/inttypes.m4: New file.
8238         * m4/_inttypes_h.m4: Remove file.
8239         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
8240         PRI_MACROS_BROKEN.
8241         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
8242
8243         * m4/imaxabs.m4: New file.
8244
8245         * m4/imaxdiv.m4: New file.
8246
8247 2006-08-26  Bruno Haible  <bruno@clisp.org>
8248
8249         * lib/inttypes_.h: New file.
8250         * lib/inttypes.h: Remove file.
8251         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
8252
8253         * lib/imaxabs.c: New file.
8254
8255         * lib/imaxdiv.c: New file.
8256
8257 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
8258
8259         New config-h module, so that "make" output needn't be cluttered
8260         by -DHAVE_CONFIG_H.
8261         * MODULES.html.sh (Support for building libraries and executables):
8262         Add config-h.
8263         * modules/config-h: New file.
8264         * gnulib-tool (nl, sed_transform_lib_file): New vars.
8265         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
8266         the config-h module is used.
8267
8268         New configmake module, so that "make" output needn't be cluttered
8269         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
8270         * MODULES.html.sh (Support for building libraries and executables):
8271         Add configmake.
8272         * modules/configmake: New file.
8273
8274 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
8275
8276         * m4/config-h.m4: New file.
8277
8278 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
8279
8280         * config/srclist.txt: Add elisp-comp.
8281
8282 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
8283
8284         * MODULES.html.sh (Support for building libraries and executables):
8285         Add elisp-comp.
8286         * build-aux/elisp-comp: New file.
8287         * modules/elisp-comp: New file.
8288
8289 2006-08-24  Bruno Haible  <bruno@clisp.org>
8290
8291         * gnulib-tool (func_create_testdir): Use non-default values of
8292         sourcebase and m4base.
8293
8294 2006-08-24  Bruno Haible  <bruno@clisp.org>
8295
8296         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
8297         HTML structure.
8298
8299 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
8300
8301         * modules/openat (Depends-on): Add lchown.
8302
8303 2006-08-23  Bruno Haible  <bruno@clisp.org>
8304
8305         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
8306         of gl_LOCK_EARLY instead of gl_LOCK.
8307
8308 2006-08-23  Bruno Haible  <bruno@clisp.org>
8309
8310         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
8311         on OSF/1 to no.
8312         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
8313
8314 2006-08-23  Bruno Haible  <bruno@clisp.org>
8315
8316         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
8317         as unusable.
8318
8319         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
8320         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
8321         (gl_LOCK): New macro.
8322
8323 2006-08-22  Simon Josefsson  <jas@extundo.com>
8324
8325         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
8326         to md5 module.
8327
8328 2006-08-22  Simon Josefsson  <jas@extundo.com>
8329
8330         * MODULES.html.sh: Add "Support for maintaining and release
8331         projects".
8332
8333         * build-aux/gnupload: New file, from coreutils.
8334
8335 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
8336
8337         Avoid the need for AC_LIBSOURCES in m4 macros.
8338         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
8339         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
8340         * modules/check-version (EXTRA_DIST): Add check-version.h.
8341         * modules/crc (EXTRA_DIST): Add crc.h.
8342         * modules/des (EXTRA_DIST): Add des.h.
8343         * modules/gc (EXTRA_DIST): Add gc.h.
8344         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
8345         * modules/getline (EXTRA_DIST): Add getline.h.
8346         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
8347         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
8348         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
8349         * modules/md2 (EXTRA_DIST): Add md2.h.
8350         * modules/md4 (EXTRA_DIST): Add md4.h.
8351         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
8352         * modules/read-file (EXTRA_DIST): Add read-file.h.
8353         * modules/readline (EXTRA_DIST): Add readline.h.
8354         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
8355         rijndael-api-fst.h.
8356
8357 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
8358
8359         * m4/rijndael.m4 (gl_ARCFOUR):
8360         * m4/arctwo.m4 (gl_ARCTWO):
8361         * m4/check-version.m4 (gl_CHECK_VERSION):
8362         * m4/crc.m4 (gl_CRC):
8363         * m4/des.m4 (gl_DES):
8364         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
8365         * m4/gc.m4 (gl_GC):
8366         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
8367         * m4/getline.m4 (gl_FUNC_GETLINE):
8368         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
8369         * m4/hmac-md5.m4 (gl_HMAC_MD5):
8370         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
8371         * m4/md2.m4 (gl_MD2):
8372         * m4/md4.m4 (gl_MD4):
8373         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
8374         * m4/read-file.m4 (gl_FUNC_READ_FILE):
8375         * m4/readline.m4 (gl_FUNC_READLINE):
8376         * m4/rijndael.m4 (gl_RIJNDAEL):
8377         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
8378         to get the necessary .h files and whatnot.
8379
8380 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
8381
8382         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
8383         gnulib rather than the other way around.
8384         * config/srclistvars.sh (COREUTILS): Remove.
8385
8386 2006-08-22  Jim Meyering  <jim@meyering.net>
8387
8388         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
8389
8390         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
8391
8392 2006-08-22  Eric Blake  <ebb9@byu.net>
8393
8394         * modules/regexprops-generic: New file.
8395         * MODULES.html.sh (Support for building documentation): List it.
8396
8397 2006-08-22  Eric Blake  <ebb9@byu.net>
8398
8399         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
8400         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
8401         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
8402         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
8403
8404 2006-08-22  Bruno Haible  <bruno@clisp.org>
8405
8406         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
8407         and lib_LTLIBRARIES like the other lib_* variables.
8408
8409 2006-08-22  Bruno Haible  <bruno@clisp.org>
8410
8411         * build-aux/x-to-1.in: New file, from GNU gettext.
8412
8413 2006-08-22  Bruno Haible  <bruno@clisp.org>
8414
8415         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
8416         <utmpx.h> exists.
8417
8418 2006-08-22  Bruno Haible  <bruno@clisp.org>
8419
8420         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
8421         <utmpx.h> exists.
8422
8423 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
8424
8425         BeOS portability.
8426         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
8427         exist.
8428         Problem reported by Bruno Haible.
8429
8430 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
8431
8432         Avoid the need for AC_LIBSOURCES in m4 macros.
8433         * modules/acl (EXTRA_DIST): Add acl.h.
8434         * modules/argmatch (Files): Add m4/argmatch.m4.
8435         (configure.ac): Add gl_ARGMATCH.
8436         (EXTRA_DIST): Renamed from lib_SOURCES, for
8437         consistency with the other modules.  Remove argmatch.c.
8438         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
8439         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
8440         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
8441         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
8442         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
8443         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
8444         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
8445         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
8446         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
8447         * modules/closeout (EXTRA_DIST): Add closeout.h.
8448         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
8449         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
8450         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
8451         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
8452         dirname.h; remove basename.c and stripslash.c.
8453         * modules/exclude (EXTRA_DIST): Add exclude.h.
8454         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
8455         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
8456         * modules/file-type (EXTRA_DIST): Add file-type.h.
8457         * modules/filemode (EXTRA_DIST): Add filemode.h.
8458         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
8459         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
8460         * modules/fpending (EXTRA_DIST): Add __fpending.h.
8461         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
8462         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
8463         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
8464         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
8465         * modules/getdate (EXTRA_DIST): Add getdate.c.
8466         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
8467         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
8468         * modules/getpass (EXTRA_DIST): Add getpass.h.
8469         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
8470         * modules/group-member (EXTRA_DIST): Add group-member.h.
8471         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
8472         * modules/hash (EXTRA_DIST): Add hash.h.
8473         * modules/human (EXTRA_DIST): Add human.h.
8474         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
8475         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
8476         * modules/lchown (EXTRA_DIST): Add lchown.h.
8477         * modules/long-options (EXTRA_DIST): Add long-options.h.
8478         * modules/lstat (EXTRA_DIST): Add lstat.h.
8479         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
8480         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
8481         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
8482         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
8483         * modules/memxor (EXTRA_DIST): Add memxor.h.
8484         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
8485         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
8486         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
8487         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
8488         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
8489         * modules/physmem (EXTRA_DIST): Add physmem.h.
8490         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
8491         * modules/posixver (EXTRA_DIST): Add posixver.h.
8492         * modules/quote (EXTRA_DIST): Add quote.h.
8493         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
8494         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
8495         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
8496         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
8497         regex_internal.h regexec.c.
8498         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
8499         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
8500         * modules/same (EXTRA_DIST): Add same.h.
8501         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
8502         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
8503         * modules/savedir (EXTRA_DIST): Add savedir.h.
8504         * modules/sha1 (EXTRA_DIST): Add sha1.h.
8505         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
8506         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
8507         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
8508         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
8509         * modules/strdup (EXTRA_DIST): Add strdup.h.
8510         * modules/strftime (EXTRA_DIST): Add strftime.h.
8511         * modules/strndup (EXTRA_DIST): Add strndup.h.
8512         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
8513         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
8514         * modules/time_r (EXTRA_DIST): Add time_r.h.
8515         * modules/timespec (EXTRA_DIST): Add timespec.h.
8516         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
8517         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
8518         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
8519         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
8520         * modules/userspec (EXTRA_DIST): Add userspec.h.
8521         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
8522         * modules/utimens (EXTRA_DIST): Add utimens.h.
8523         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
8524         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
8525         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
8526         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
8527         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
8528         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
8529         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
8530         * modules/yesno (EXTRA_DIST): Add yesno.h.
8531
8532 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
8533
8534         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
8535
8536         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
8537         * m4/dev-ino.m4, same-inode.m4: Remove.
8538
8539         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
8540         * m4/acl.m4 (AC_FUNC_ACL):
8541         * m4/backupfile.m4 (gl_BACKUPFILE):
8542         * m4/c-strtod.m4 (gl_C99_STRTOLD):
8543         * m4/canon-host.m4 (gl_CANON_HOST):
8544         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
8545         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
8546         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
8547         * m4/cloexec.m4 (gl_CLOEXEC):
8548         * m4/close-stream.m4 (gl_CLOSE_STREAM):
8549         * m4/closeout.m4 (gl_CLOSEOUT):
8550         * m4/dirfd.m4 (gl_FUNC_DIRFD):
8551         * m4/dirname.m4 (gl_DIRNAME):
8552         * m4/exclude.m4 (gl_EXCLUDE):
8553         * m4/exitfail.m4 (gl_EXITFAIL):
8554         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
8555         * m4/file-type.m4 (gl_FILE_TYPE):
8556         * m4/filemode.m4 (gl_FILEMODE):
8557         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
8558         * m4/fpending.m4 (gl_FUNC_FPENDING):
8559         * m4/fprintftime.m4 (gl_FPRINTFTIME):
8560         * m4/fts.m4 (gl_FUNC_FTS):
8561         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
8562         * m4/getdate.m4 (gl_GETDATE):
8563         * m4/gethrxtime.m4 (gl_GETHRXTIME):
8564         * m4/getpagesize.m4 (gl_GETPAGESIZE):
8565         * m4/getpass.m4 (gl_FUNC_GETPASS):
8566         * m4/gettime.m4 (gl_GETTIME):
8567         * m4/getugroups.m4 (gl_GETUGROUPS):
8568         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
8569         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
8570         * m4/hard-locale.m4 (gl_HARD_LOCALE):
8571         * m4/hash.m4 (gl_HASH):
8572         * m4/idcache.m4 (gl_IDCACHE):
8573         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
8574         * m4/lchown.m4 (gl_FUNC_LCHOWN):
8575         * m4/long-options.m4 (gl_LONG_OPTIONS):
8576         * m4/lstat.m4 (gl_FUNC_LSTAT):
8577         * m4/md5.m4 (gl_MD5):
8578         * m4/memcasecmp.m4 (gl_MEMCASECMP):
8579         * m4/memcoll.m4 (gl_MEMCOLL):
8580         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
8581         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
8582         * m4/memxor.m4 (gl_MEMXOR):
8583         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
8584         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
8585         * m4/modechange.m4 (gl_MODECHANGE):
8586         * m4/mountlist.m4 (gl_MOUNTLIST):
8587         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
8588         * m4/openat.m4 (gl_FUNC_OPENAT):
8589         * m4/pathmax.m4 (gl_PATHMAX):
8590         * m4/physmem.m4 (gl_PHYSMEM):
8591         * m4/posixtm.m4 (gl_POSIXTM):
8592         * m4/posixver.m4 (gl_POSIXVER):
8593         * m4/quote.m4 (gl_QUOTE):
8594         * m4/quotearg.m4 (gl_QUOTEARG):
8595         * m4/readtokens.m4 (gl_READTOKENS):
8596         * m4/readutmp.m4 (gl_READUTMP):
8597         * m4/regex.m4 (gl_REGEX):
8598         * m4/safe-read.m4 (gl_SAFE_READ):
8599         * m4/safe-write.m4 (gl_SAFE_WRITE):
8600         * m4/same.m4 (gl_SAME):
8601         * m4/save-cwd.m4 (gl_SAVE_CWD):
8602         * m4/savedir.m4 (gl_SAVEDIR):
8603         * m4/settime.m4 (gl_SETTIME):
8604         * m4/sha1.m4 (gl_SHA1):
8605         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
8606         * m4/stat-macros.m4 (gl_STAT_MACROS):
8607         * m4/stat-time.m4 (gl_STAT_TIME):
8608         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
8609         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
8610         * m4/strdup.m4 (gl_FUNC_STRDUP):
8611         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
8612         * m4/strndup.m4 (gl_FUNC_STRNDUP):
8613         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
8614         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
8615         * m4/time_r.m4 (gl_TIME_R):
8616         * m4/timespec.m4 (gl_TIMESPEC):
8617         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
8618         * m4/unlinkdir.m4 (gl_UNLINKDIR):
8619         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
8620         * m4/userspec.m4 (gl_USERSPEC):
8621         * m4/utimecmp.m4 (gl_UTIMECMP):
8622         * m4/utimens.m4 (gl_UTIMENS):
8623         * m4/xalloc.m4 (gl_XALLOC):
8624         * m4/xgetcwd.m4 (gl_XGETCWD):
8625         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
8626         * m4/xreadlink.m4 (gl_XREADLINK):
8627         * m4/xstrtod.m4 (gl_XSTRTOD):
8628         * m4/yesno.m4 (gl_YESNO):
8629         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
8630         to get the necessary .h files and whatnot.
8631
8632 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
8633             Bruno Haible  <bruno@clisp.org>
8634
8635         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
8636         /bin/sh understanding of '!' conditional negation.
8637
8638 2006-08-21  Jim Meyering  <jim@meyering.net>
8639
8640         * modules/openat (Depends-on): Really alphabetize.
8641
8642         * modules/acl (Depends-on): Add error and quote.
8643
8644         * check-module (find_included_lib_files): Add at-func.c to the
8645         ok-to-include-more-than-once white list.
8646
8647         * modules/openat (Depends-on): Add lstat.  Alphabetize.
8648
8649 2006-08-21  Bruno Haible  <bruno@clisp.org>
8650
8651         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
8652         Emit a pkgdata_DATA variable only if some snippets add contents to it.
8653         Reported by Martin Lambers <marlam@marlam.de>.
8654
8655 2006-08-21  Bruno Haible  <bruno@clisp.org>
8656
8657         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
8658         specify an installation location, don't emit a noinst_LIBRARIES or
8659         noinst_LTLIBRARIES assignment.
8660
8661 2006-08-21  Bruno Haible  <bruno@clisp.org>
8662
8663         BeOS portability.
8664         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
8665         BeOS has mbrtowc() but no <wctype.h>.
8666
8667 2006-08-21  Bruno Haible  <bruno@clisp.org>
8668
8669         BeOS portability.
8670         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
8671         exist.
8672
8673 2006-08-21  Bruno Haible  <bruno@clisp.org>
8674
8675         BeOS portability.
8676         * lib/mbchar.h: Include <wctype.h> only if it exists.
8677
8678 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
8679
8680         Remove files that are no longer needed by their respective modules.
8681         * m4/obstack.m4: Remove.
8682         * m4/strerror_r.m4: Remove.
8683         * m4/uint32_t.m4: Remove.
8684         * m4/uintptr_t.m4: Remove.
8685         * m4/ullong_max.m4: Remove.
8686         * m4/xstrtoimax.m4: Remove.
8687         * m4/xstrtoumax.m4: Remove.
8688
8689         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
8690         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
8691         dependencies now capture this.
8692
8693         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
8694         Do not use AC_LIBSOURCES, since gnulib modules now do this.
8695         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
8696         * m4/human.m4 (gl_HUMAN): Likewise.
8697         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
8698         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
8699
8700         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
8701
8702         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
8703         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
8704         stdint.
8705         * m4/human.m4 (gl_HUMAN): Likewise.
8706         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
8707         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
8708         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
8709         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
8710         * m4/xstrtol (gl_XSTRTOL): Likewise.
8711
8712         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
8713         AC_TYPE_LONG_LONG_INT.
8714         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
8715         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
8716         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
8717         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
8718
8719         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
8720         on stdbool.
8721
8722         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
8723         (gl_PREREQ_XSTRTOUL): Remove.
8724
8725         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
8726
8727         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
8728         mode.
8729
8730 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
8731
8732         Add and change modules to make it easier for coreutils to use
8733         gnulib-tool.
8734         * modules/backupfile (Files): Remove m4/d-ino.m4.
8735         (Depends-on): Add d-ino.
8736         * modules/cycle-check (Depends-on): Add stdint.
8737         (lib_SOURCES): Add cycle-check.h.
8738         * modules/d-ino: New module.
8739         * modules/d-type: New module.
8740         * modules/error (Files): Remove m4/strerror_r.m4.
8741         * modules/filemode (Files): Add m4/st_dm_mode.m4.
8742         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
8743         m4/inttypes_h.m4, m4/uintmax_t.m4.
8744         (Depends-on): Add stdint.
8745         (lib_SOURCES): Add fsusage.h.
8746         * modules/getcwd (Files): Remove d-ino.m4.
8747         (Depends-on): Add d-ino.
8748         * modules/getndelim2 (Depends-on): Add stdint.
8749         * modules/glob (Files): Remove m4/d-type.m4.
8750         (Depends-on): Add d-type.
8751         * modules/host-os: New module.
8752         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
8753         m4/inttypes_h.m4, m4/uintmax_t.m4.
8754         * Depends-on: Add stdint.
8755         (lib_SOURCES): Add human.h.
8756         * modules/inttostr (Files): Remove m4/intmax_t.m4,
8757         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
8758         m4/uintmax_t.m4, m4/ulonglong.m4.
8759         (Depends-on): Add stdint.
8760         (EXTRA_DIST): Add inttostr.h.
8761         * modules/lchmod: New module.
8762         * modules/link-follow: New module.
8763         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
8764         (Depends-on): Add lchmod.
8765         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
8766         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
8767         (Depends-on): Add stdint.
8768         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
8769         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
8770         (Depends-on): Add stdint.
8771         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
8772         * modules/perl: New module.
8773         * modules/regex (Depends-on): Add stdint.
8774         * modules/rmdir-errno: New module.
8775         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
8776         m4/intmax_t.m4.
8777         (Depends-on): Add stdint.
8778         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
8779         m4/uintmax_t.m4.
8780         (Depends-on): Add stdint.
8781         * modules/unlink-busy: New module.
8782         * modules/utimecmp (Depends-on): Add stdint.
8783         * modules/uptime: New module.
8784         * modules/winsz-ioctl: New module.
8785         * modules/winsz-termios: New module.
8786         * modules/xnanosleep (Depends-on): Add nanosleep.
8787         * modules/ullong_max: Remove.
8788         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
8789         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
8790         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
8791         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
8792         (Depends-on): Add inttypes.
8793         (lib_SOURCES): Add xstrtol.h.
8794         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
8795         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
8796         * MODULES.html.sh: Move 'assert' into the assert section.
8797         Move 'dummy' into the linking section.
8798         Remove ullong_max.
8799         Add section for compatibility checks for POSIX:2001 functions,
8800         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
8801         winsz-ioctl, and winsz-termios into it.
8802         Add lchmod.
8803         Add top-level Misc section and put host-os, perl, and uptime
8804         into it.
8805
8806 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
8807
8808         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
8809         now assume the stdint module.  Do not include inttypes.h.
8810         * lib/fsusage.h: Likewise.
8811         * lib/getndelim2.c: Likewise.
8812         * lib/human.h: Likewise.
8813         * lib/inttostr.h: Likewise.
8814         * lib/obstack.c: Likewise.
8815         * lib/regex_internal.h: Likewise.
8816         * lib/tempname.c: Likewise.
8817         * lib/utimecmp.c: Likewise.
8818         * lib/xstrtol.h: Likewise.
8819
8820         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
8821
8822         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
8823         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
8824         * lib/xtime.h: Likewise.
8825
8826 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
8827
8828         * modules/openat (Files): Add lib/fchmodat.c.
8829         Fixes problem reported by Jay Youngman.
8830
8831 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
8832
8833         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
8834         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
8835
8836 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
8837             Bruno Haible  <bruno@clisp.org>
8838
8839         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
8840         and is a script that invokes bison. Tighten the code. Add comments.
8841
8842 2006-08-18  Jim Meyering  <jim@meyering.net>
8843
8844         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
8845         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
8846         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
8847         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
8848
8849 2006-08-18  Bruno Haible  <bruno@clisp.org>
8850
8851         * modules/bison-i18n: New file.
8852         * MODULES.html.sh (Internationalization functions): Add it.
8853
8854 2006-08-18  Bruno Haible  <bruno@clisp.org>
8855
8856         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
8857         sys/statvfs.h. When getmntinfo was found, check its declaration and
8858         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
8859
8860 2006-08-18  Bruno Haible  <bruno@clisp.org>
8861
8862         * m4/bison-i18n.m4: New file, from bison.
8863
8864 2006-08-18  Bruno Haible  <bruno@clisp.org>
8865
8866         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
8867         (ME_DUMMY): Treat "kernfs" as a dummy.
8868         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
8869
8870 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
8871
8872         Update from coreutils.
8873
8874         2006-08-15  Jim Meyering  <jim@meyering.net>
8875
8876         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
8877
8878         2006-01-17  Jim Meyering  <jim@meyering.net>
8879
8880         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
8881
8882         2006-01-11  Jim Meyering  <jim@meyering.net>
8883
8884         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
8885         Check for the lchmod function.
8886
8887 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
8888
8889         Update from coreutils.
8890
8891         * lib/__fpending.h: Add copyright notice.
8892         * lib/fprintftime.h: Likewise.
8893         * lib/savedir.c: Use (C) in copyright notice.
8894         * lib/savedir.h: Likewise.
8895
8896         2006-08-15  Jim Meyering  <jim@meyering.net>
8897
8898         * lib/at-func.c: New file, with the logic of all emulated at-functions.
8899         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
8900         in support of the EXPECTED_ERRNO macro.
8901         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
8902         definitions.  Instead, define the appropriate symbols and include
8903         "at-func.c".
8904         * lib/mkdirat.c (mkdirat): Likewise.
8905         * lib/fchmodat.c (fchmodat): Likewise.
8906         (ENOSYS): Remove definition.
8907         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
8908         it.  Don't include "unistd--.h" -- it wasn't ever used.
8909
8910         2006-01-17  Jim Meyering  <jim@meyering.net>
8911
8912         Rewrite fts.c not to change the current working directory,
8913         by using openat, fstatat, fdopendir, etc..
8914
8915         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
8916         (HAVE_OPENAT_SUPPORT): Define.
8917         [_LIBC] (fchdir): Don't undef or define; no longer used.
8918         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
8919         Now, this `function' always succeeds, and consumes its file descriptor
8920         parameter -- so callers must not close such FDs.  Update callers.
8921         (diropen_fd, opendirat, cwd_advance_fd): New functions.
8922         (diropen): Add parameter, SP.  Adjust all callers.
8923         Implement using diropen_fd, rather than open.
8924         (fts_open): Initialize new member, fts_cwd_fd.
8925         Remove fts_rft-setting code.
8926         (fts_close): Close fts_cwd_fd, if necessary.
8927         (__opendir2): Define in terms of opendir or opendirat,
8928         depending on whether the FST_NOCHDIR flag is set.
8929         (fts_build): Since fts_safe_changedir consumes its FD, and since
8930         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
8931         and close the dup'd file descriptor upon failure.
8932         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
8933         (fts_safe_changedir): Tweak semantics to reflect that this function
8934         now calls cwd_advance_fd and hence consumes its FD argument.
8935         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
8936         [struct FTS] (fts_rft): Remove now-unused member.
8937         [struct FTS] (fts_cycle.state): Improve comment.
8938
8939         * lib/openat.c (openat_needs_fchdir): New function.
8940         * lib/openat.h (openat_needs_fchdir): Declare it.
8941
8942 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
8943
8944         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
8945         Problem and fix reported by Pádraig Brady in
8946         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
8947
8948 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
8949
8950         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
8951
8952 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
8953
8954         * lib/memcoll.c (memcoll): Optimize for the common case where the
8955         arguments are bytewise equal.
8956
8957 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
8958
8959         * doc/regexprops-generic.texi: Add a copyright notice.
8960
8961 2006-08-15  Bruno Haible  <bruno@clisp.org>
8962
8963         * modules/tmpdir (License): Change to LGPL.
8964
8965 2006-08-15  Bruno Haible  <bruno@clisp.org>
8966
8967         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
8968         module.
8969
8970 2006-08-14  Simon Josefsson  <jas@extundo.com>
8971
8972         * config/srclist.txt: Add gnupload.
8973
8974 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
8975
8976         Change copyright notice from LGPL 2 to GPL 2, since that's the
8977         standard form used in the gnulib repository.
8978         * tests/test-lock.c: Likewise.
8979         * tests/test-stdint.c: Likewise.
8980         * tests/test-tls.c: Likewise.
8981
8982         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
8983         prelude-manager.  User shorter URLs for GNU projects, without '?'.
8984         Add copyright notice.
8985
8986         * check-module: Add copyright notice.  Output a copyright
8987         notice if "--version" is specified.
8988         * modules/COPYING: New file.
8989         * tests/test-getaddrinfo.c: Add copyright notice.
8990         * tests/test-verify.c: Likewise.
8991
8992 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
8993
8994         Change copyright notice from LGPL 2 to GPL 2, since that's the
8995         standard form used in the gnulib repository.
8996         * lib/lock.c: LGPL -> GPL.
8997         * lib/lock.h: Likewise.
8998         * lib/strnlen1.c: Likewise.
8999         * lib/strnlen1.h: Likewise.
9000         * lib/tls.c: Likewise.
9001         * lib/tls.h: Likewise.
9002         * lib/tmpdir.c: Likewise.
9003
9004         * lib/TODO: Remove; this belongs only in coreutils.
9005
9006 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
9007
9008         Add copyright notices to long-enough files that lack them, since
9009         otherwise the files aren't clearly free.  Use the same notice that
9010         getdate.texi already uses.
9011         * doc/alloca-opt.texi: Add copyright notice.
9012         * doc/alloca.texi: Likewise.
9013         * doc/ctime.texi: Likewise.
9014         * doc/functions.texi: Likewise.
9015         * doc/gcd.texi: Likewise.
9016         * doc/gnulib-tool.texi: Likewise.
9017         * doc/inet_ntoa.texi: Likewise.
9018         * doc/visibility.texi: Likewise.
9019
9020         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
9021         * doc/quote.texi: Add copyright notice.
9022
9023         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
9024         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
9025         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
9026         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
9027         is now obsolete, and give a pointer to the Sun list.
9028         Add copyright notice.
9029
9030 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
9031
9032         * config/srclistvars.sh: Add copyright notice.
9033
9034 2006-08-14  Eric Blake  <ebb9@byu.net>
9035
9036         Import the following change from libc:
9037
9038         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
9039
9040         Upstream bug 2997.
9041         * lib/misc/error.c: Add space between program name and message if file
9042         name is missing.
9043
9044 2006-08-12  Karl Berry  <karl@gnu.org>
9045
9046         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
9047         remove, these originate in gnulib now.
9048
9049 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9050
9051         * doc/Makefile (standards.info standards.html standards.dvi):
9052         Also depend on make-stds.texi.
9053
9054 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
9055
9056         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
9057         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
9058
9059         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
9060         in wchar_t.  Problem reported by Eric Blake.
9061
9062         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
9063         LEN is smaller than SIZE.  Suggested by Bruno Haible.
9064         Also, help the compiler to keep LEN in a register.
9065
9066 2006-08-11  Eric Blake  <ebb9@byu.net>
9067
9068         * users.txt: Sort.  Add tar.
9069
9070 2006-08-11  Bruno Haible  <bruno@clisp.org>
9071
9072         * users.txt: New file.
9073
9074 2006-08-11  Bruno Haible  <bruno@clisp.org>
9075
9076         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
9077         before <wchar.h>. Needed for OSF/1 and BSD/OS.
9078
9079 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
9080
9081         * modules/snprintf (Depends-on): Remove minmax.
9082         (Maintainer): Add self and Bruno.
9083
9084 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
9085
9086         * lib/.cppi-disable: Add snprintf.h, socket_.h.
9087         * lib/snprintf.c: Include <errno.h> and <limits.h>.
9088         (EOVERFLOW): Define if the system does not.
9089         Do not include "minmax.h"; it wasn't used.
9090         (snprintf): Don't assume size_t promotes to an unsigned type.
9091         Fix bug when generated string was too long for the buffer: the
9092         buffer's contents are supposed to be the initial prefix of the
9093         output.  Don't assume vasnprintf returns EOVERFLOW if the size
9094         exceeds INT_MAX; do the check ourselves.
9095
9096         Import the following changes from libc:
9097
9098         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
9099
9100         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
9101         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
9102         set wc to the byte which couldn't be converted.
9103         (re_string_reconstruct): Don't clear valid_raw_len before calling
9104         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
9105         tip_context using re_string_context_at.
9106
9107         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
9108
9109         * lib/posix/regex.h: g++ still cannot handled [restrict].
9110
9111         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
9112
9113         * lib/posix/regex.h: Remove special handling for VMS.
9114
9115 2006-08-10  Jim Meyering  <jim@meyering.net>
9116
9117         * modules/same-inode: New module.
9118         * modules/dev-ino: New module.
9119         * modules/cycle-check: Depend on these modules, rather than simply
9120         including their .h files.
9121         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
9122         required via m4/cycle-check.m4.
9123         * modules/same: Depend on new same-inode module, rather than
9124         including same-inode.h.
9125         * modules/chdir-safer: New file.
9126
9127         * modules/chown (Depends-on): Add stat-macros.
9128
9129 2006-08-10  Jim Meyering  <jim@meyering.net>
9130
9131         * m4/cycle-check.m4: New file.
9132         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
9133         * m4/dev-ino.m4, m4/same-inode.m4: New files.
9134
9135 2006-08-10  Eric Blake  <ebb9@byu.net>
9136
9137         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
9138         in from original proposal.
9139
9140 2006-08-10  Eric Blake  <ebb9@byu.net>
9141         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9142
9143         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
9144         namespace.
9145
9146 2006-08-10  Bruno Haible  <bruno@clisp.org>
9147
9148         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
9149         as well.
9150
9151 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
9152
9153         Sync from coreutils.
9154
9155         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
9156
9157         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
9158         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
9159
9160 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
9161
9162         * modules/restrict: Remove; no longer needed now that we assume
9163         Autoconf 2.59 or later.
9164         * MODULES.html.sh: Remove 'restrict'.
9165         * modules/argp (Depends-on): Remove 'restrict'.
9166         * modules/base64 (Depends-on): Likewise.
9167         * modules/gc (Depends-on): Likewise.
9168         * modules/getaddrinfo (Depends-on): Likewise.
9169         * modules/glob (Depends-on): Likewise.
9170         * modules/inet_ntop (Depends-on): Likewise.
9171         * modules/inet_pton (Depends-on): Likewise.
9172         * modules/memxor (Depends-on): Likewise.
9173         * modules/regex (Depends-on): Likewise.
9174         * modules/strtok_r (Depends-on): Likewise.
9175         * modules/time_r (Depends-on): Likewise.
9176
9177 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
9178
9179         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
9180         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
9181         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
9182         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
9183         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
9184         * m4/memxor.m4 (gl_MEMXOR): Likewise.
9185         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
9186         gl_C_RESTRICT replaced by AC_C_RESTRICT.
9187
9188         Merge from coreutils.
9189         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
9190         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
9191         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
9192         * m4/time_r.m4 (gl_TIME_R): Likewise.
9193
9194 2006-08-09  Karl Berry  <karl@gnu.org>
9195
9196         * config/srclist.txt: no more gettext-tools, per Bruno.
9197
9198 2006-08-08  Eric Blake  <ebb9@byu.net>
9199
9200         * modules/verror: New module.
9201         * MODULES.html.sh: Document it.
9202
9203 2006-08-08  Eric Blake  <ebb9@byu.net>
9204
9205         * lib/verror.h, lib/verror.c: New files.
9206
9207 2006-08-08  Eric Blake  <ebb9@byu.net>
9208
9209         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
9210         verror_at_line output complies with GNU Coding Standards even when
9211         file is NULL.
9212
9213 2006-08-07  Bruno Haible  <bruno@clisp.org>
9214
9215         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
9216         versions of AIX.
9217         Reported by Ralf Wildenhues.
9218
9219 2006-08-07  Bruno Haible  <bruno@clisp.org>
9220
9221         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
9222         in an AC_DEFUN. Needed so that the autoconf snippets can use
9223         AC_REQUIRE.
9224
9225 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9226
9227         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9228         Initialize pkgdata_DATA.
9229         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
9230         overriding it.
9231
9232 2006-08-06  Eric Blake  <ebb9@byu.net>
9233
9234         * lib/error.h: Fold in some upstream changes from glibc.
9235         * lib/error.c: Likewise.
9236
9237 2006-08-04  Bruno Haible  <bruno@clisp.org>
9238
9239         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9240         Make the mostlyclean-local rule depend on mostlyclean-generic.
9241         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
9242
9243 2006-07-31  Bruno Haible  <bruno@clisp.org>
9244
9245         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
9246         <stdlib.h>, <string.h>.
9247
9248 2006-07-30  Bruno Haible  <bruno@clisp.org>
9249
9250         * modules/readlink (License): Change to LGPL.
9251
9252 2006-07-30  Bruno Haible  <bruno@clisp.org>
9253
9254         * modules/javaversion (Makefile.am): Distribute javaversion.java and
9255         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
9256         set PKGDATADIR to point to it.
9257
9258 2006-07-30  Bruno Haible  <bruno@clisp.org>
9259
9260         * modules/csharpexec (configure.ac): Comment out macro invocation.
9261         * modules/javaexec (configure.ac): Likewise.
9262         * modules/javacomp-script (configure.ac): Likewise.
9263
9264         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
9265
9266 2006-07-30  Bruno Haible  <bruno@clisp.org>
9267
9268         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
9269         linked-list.
9270
9271 2006-07-30  Bruno Haible  <bruno@clisp.org>
9272
9273         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
9274
9275 2006-07-30  Bruno Haible  <bruno@clisp.org>
9276
9277         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9278         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
9279         get removed.
9280
9281 2006-07-29  Bruno Haible  <bruno@clisp.org>
9282
9283         Make it possible for gnulib-tool to work with locally modified or
9284         augmented gnulib repositories.
9285         * gnulib-tool (func_usage): Document --local-dir option.
9286         (local_gnulib_dir): New variable.
9287         Handle --local-dir option.
9288         (func_lookup_file): New function.
9289         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
9290         (func_get_description, func_get_filelist, func_get_description,
9291         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
9292         func_get_automake_snippet, func_get_include_directive,
9293         func_get_license, func_get_maintainer): Use func_lookup_file.
9294         (func_import, func_create_testdir): Use func_lookup_file.
9295
9296 2006-07-29  Bruno Haible  <bruno@clisp.org>
9297
9298         * modules/setenv (Depends-on): Add unistd.
9299
9300 2006-07-29  Bruno Haible  <bruno@clisp.org>
9301
9302         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
9303
9304 2006-07-29  Bruno Haible  <bruno@clisp.org>
9305
9306         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
9307
9308 2006-07-29  Bruno Haible  <bruno@clisp.org>
9309
9310         * gnulib-tool (import, update): If there is no Makefile.am, look at
9311         aclocal.m4, instead of bailing out.
9312
9313 2006-07-29  Bruno Haible  <bruno@clisp.org>
9314
9315         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
9316         Categorize the options by when they are useful.
9317
9318 2006-07-29  Bruno Haible  <bruno@clisp.org>
9319
9320         * gnulib-tool (func_usage): Document option --no-libtool.
9321         Handle option --no-libtool.
9322         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
9323         for changed semantics of $libtool variable.
9324         (func_import): Likewise. If libtool is not used, show this through
9325         an option --no-libtool.
9326         (func_create_testdir): Update.
9327
9328 2006-07-29  Bruno Haible  <bruno@clisp.org>
9329
9330         * gnulib-tool (func_import): Extend error message about missing
9331         --doc-base.
9332
9333 2006-07-29  Bruno Haible  <bruno@clisp.org>
9334
9335         * gnulib-tool (func_import): Don't create the $docbase directory if
9336         there is no file to store there.
9337
9338 2006-07-29  Bruno Haible  <bruno@clisp.org>
9339
9340         * gnulib-tool (autoconf_minversion): If a --dir option is given and
9341         relevant, look for configure.ac there, not in the current directory.
9342         Also use a simple search for AC_PREREQ, not "autoconf --trace".
9343
9344 2006-07-29  Bruno Haible  <bruno@clisp.org>
9345
9346         * gnulib-tool (SORT): New variable.
9347         (func_usage): Undocument --assume-autoconf option.
9348         Remove --assume-autoconf option handling.
9349         (autoconf_minversion): Determine from the contents of configure.ac.
9350         (func_import): Remove autoconf_minversion handling.
9351         Suggested by Eric Blake.
9352
9353 2006-07-29  Bruno Haible  <bruno@clisp.org>
9354
9355         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
9356
9357 2006-07-29  Bruno Haible  <bruno@clisp.org>
9358
9359         * config/srclist.txt (*setenv.[ch]): Remove rules.
9360
9361 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9362
9363         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
9364
9365 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9366
9367         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
9368         arpa/inet.h.
9369
9370 2006-07-28  Simon Josefsson  <jas@extundo.com>
9371
9372         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
9373         * modules/inet_pton (Depends-on): Likewise.
9374
9375 2006-07-28  Simon Josefsson  <jas@extundo.com>
9376
9377         * m4/netinet_in_h.m4: New file.
9378
9379 2006-07-28  Simon Josefsson  <jas@extundo.com>
9380
9381         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
9382         #include's.
9383
9384 2006-07-28  Simon Josefsson  <jas@extundo.com>
9385
9386         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
9387         #include's.
9388
9389 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
9390
9391         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
9392         setgid on directories only if they set these bits.
9393         * lib/modechange.h: Remove obsolete comment about masks.
9394
9395 2006-07-28  Eric Blake  <ebb9@byu.net>
9396
9397         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
9398         macro expansion.
9399
9400 2006-07-28  Bruno Haible  <bruno@clisp.org>
9401
9402         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
9403
9404 2006-07-28  Bruno Haible  <bruno@clisp.org>
9405
9406         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
9407
9408 2006-07-28  Bruno Haible  <bruno@clisp.org>
9409
9410         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
9411         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
9412         Define fallbacks.
9413         Avoids link error on FreeBSD 4.x.
9414         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
9415
9416         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
9417         encoding.
9418         * lib/mbswidth.c (iswcntrl): Likewise.
9419
9420 2006-07-27  Bruno Haible  <bruno@clisp.org>
9421
9422         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
9423         test.
9424
9425 2006-07-27  Bruno Haible  <bruno@clisp.org>
9426
9427         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
9428         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
9429         defined.
9430
9431 2006-07-26  Eric Blake  <ebb9@byu.net>
9432
9433         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
9434
9435 2006-07-26  Eric Blake  <ebb9@byu.net>
9436
9437         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
9438         like mingw that lack mkstemp.
9439         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
9440         avoid compilation warning on mingw.
9441
9442 2006-07-26  Bruno Haible  <bruno@clisp.org>
9443
9444         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
9445         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
9446         INT_FAST*_MIN, INTPTR_MIN.
9447
9448 2006-07-25  Bruno Haible  <bruno@clisp.org>
9449
9450         * modules/version-etc (Depends-on): Add stdarg.
9451
9452 2006-07-25  Bruno Haible  <bruno@clisp.org>
9453
9454         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
9455         complex commands.
9456
9457 2006-07-25  Bruno Haible  <bruno@clisp.org>
9458
9459         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
9460         defined in <stdarg.h> or config.h.
9461
9462 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
9463
9464         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
9465         (gl_STDIO_SAFER): Remove.
9466
9467 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
9468
9469         * MODULES.html.sh (File stream based Input/Output):
9470         Add fopen-safer, tmpfile-safer; remove stdio-safer.
9471         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
9472         * modules/fopen-safer, modules/tmpfile-safer: New files.
9473         * modules/stdio-safer: Remove.
9474
9475 2006-07-24  Bruno Haible  <bruno@clisp.org>
9476
9477         * modules/tmpdir: New file.
9478         * MODULES.html.sh (File system functions): Add it.
9479
9480 2006-07-24  Bruno Haible  <bruno@clisp.org>
9481
9482         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
9483         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
9484
9485 2006-07-24  Bruno Haible  <bruno@clisp.org>
9486
9487         * modules/clean-temp: New file.
9488
9489 2006-07-24  Bruno Haible  <bruno@clisp.org>
9490
9491         * m4/tmpdir.m4: New file, from GNU gettext.
9492
9493 2006-07-24  Bruno Haible  <bruno@clisp.org>
9494
9495         * lib/tmpdir.h: New file, from GNU gettext.
9496         * lib/tmpdir.c: New file, from GNU gettext.
9497
9498 2006-07-24  Bruno Haible  <bruno@clisp.org>
9499
9500         * lib/clean-temp.h: New file, from GNU gettext.
9501         * lib/clean-temp.c: New file, from GNU gettext.
9502
9503 2006-07-23  Eric Blake  <ebb9@byu.net>
9504
9505         * modules/stdio-safer (Files): Add tmpfile-safer.c.
9506         (Depends-on): Add binary-io.
9507
9508 2006-07-23  Eric Blake  <ebb9@byu.net>
9509
9510         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
9511
9512 2006-07-23  Eric Blake  <ebb9@byu.net>
9513
9514         * lib/tmpfile-safer.c: New file.
9515         * lib/stdio-safer.h (fopen_safer): Add prototype.
9516         * lib/stdio--.h (tmpfile): Make safer.
9517
9518 2006-07-23  Bruno Haible  <bruno@clisp.org>
9519
9520         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
9521         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
9522         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
9523         gl_linked_remove_at): Use it.
9524
9525 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9526         and Simon Josefsson <jas@extundo.com>
9527
9528         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
9529
9530         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
9531
9532 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
9533
9534         * modules/close-stream: New file.
9535         * modules/closeout (Description): Make it clear that it exits
9536         with a diagnostic on error.
9537         (Depends-on): Add close-stream.  Remove fpending, stdbool.
9538         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
9539
9540 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
9541
9542         * m4/close-stream.m4: New file.
9543
9544 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
9545
9546         * lib/close-stream.c, lib/close-stream.h: New files.
9547
9548 2006-07-22  Bruno Haible  <bruno@clisp.org>
9549
9550         Merge from GNU gettext 0.15.
9551
9552         2006-05-01  Bruno Haible  <bruno@clisp.org>
9553
9554                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
9555
9556         2006-07-22  Bruno Haible  <bruno@clisp.org>
9557
9558                 * modules/javaversion: New file.
9559                 * MODULES.html.sh (Java): Add javaversion.
9560
9561         2006-03-12  Bruno Haible  <bruno@clisp.org>
9562
9563                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
9564
9565         2005-12-04  Bruno Haible  <bruno@clisp.org>
9566
9567                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
9568                 (untested).
9569
9570         2006-06-21  Bruno Haible  <bruno@clisp.org>
9571
9572                 Avoid warnings from recent versions of mcs.
9573                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
9574                 -o, -L, -r any more. Use options documented since mcs-1.0
9575                 instead. Similarly for -g.
9576
9577         2005-12-04  Bruno Haible  <bruno@clisp.org>
9578
9579                 * build-aux/csharpcomp.sh.in: Suffix for resources is
9580                 .resources, not .resource.
9581
9582         2005-07-09  Bruno Haible  <bruno@clisp.org>
9583
9584                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
9585                 add a .dll suffix.
9586                 Reported by Mark Junker <mjscod@gmx.de>.
9587
9588         2006-07-22  Bruno Haible  <bruno@clisp.org>
9589
9590                 * modules/gettext: Upgrade to gettext-0.15.
9591                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
9592                 m4/visibility.m4.
9593                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
9594
9595 2006-07-22  Bruno Haible  <bruno@clisp.org>
9596
9597         Merge from GNU gettext 0.15.
9598
9599         2006-03-25  Bruno Haible  <bruno@clisp.org>
9600
9601                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
9602
9603         2006-07-21  Bruno Haible  <bruno@clisp.org>
9604
9605                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
9606                 "1.1".
9607
9608         2006-05-09  Bruno Haible  <bruno@clisp.org>
9609
9610                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
9611                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
9612                 for the conftestver execution.
9613
9614         2006-05-01  Bruno Haible  <bruno@clisp.org>
9615
9616                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
9617                 optional target-version argument. Verify that the compiler
9618                 groks source of the specified source-version, or add -source
9619                 option as necessary. Verify that the compiler produces
9620                 bytecode in the specified target-version, or add -target and
9621                 -source options as necessary. Make the result of the test
9622                 available as variable CONF_JAVAC. Also log error output in
9623                 config.log.
9624
9625         2006-03-11  Bruno Haible  <bruno@clisp.org>
9626
9627                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
9628
9629         2006-05-09  Bruno Haible  <bruno@clisp.org>
9630
9631                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
9632                 CLASSPATH_SEPARATOR to a semicolon.
9633
9634         2006-03-12  Bruno Haible  <bruno@clisp.org>
9635
9636                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
9637                 available as variable CONF_JAVA, for subsequent autoconf
9638                 tests. Also log error output in config.log.
9639
9640         2006-07-19  Bruno Haible  <bruno@clisp.org>
9641
9642                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
9643                 that getline works on glibc2 systems. Needed to avoid trouble
9644                 in relocatable.c.
9645                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
9646
9647         2005-12-04  Bruno Haible  <bruno@clisp.org>
9648
9649                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
9650                 launcher (untested).
9651
9652         2005-12-04  Bruno Haible  <bruno@clisp.org>
9653
9654                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
9655
9656         2006-07-22  Bruno Haible  <bruno@clisp.org>
9657
9658                 * gettext.m4: Update from GNU gettext-0.15.
9659                 * nls.m4: Likewise.
9660                 * po.m4: Likewise.
9661                 * inttypes-pri.m4: Likewise.
9662                 * inttypes-h.m4: Renamed from inttypes.m4.
9663                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
9664
9665 2006-07-22  Bruno Haible  <bruno@clisp.org>
9666
9667         Merge from GNU gettext 0.15.
9668
9669         2005-07-05  Bruno Haible  <bruno@clisp.org>
9670
9671                 * printf-args.c (printf_fetchargs): Work around broken
9672                 definition of wint_t on mingw.
9673
9674         2005-02-12  Bruno Haible  <bruno@clisp.org>
9675
9676                 * xallocsa.h: Add extern "C" for C++.
9677
9678         2006-05-17  Bruno Haible  <bruno@clisp.org>
9679
9680                 Cygwin portability.
9681                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
9682
9683         2006-04-30  Bruno Haible  <bruno@clisp.org>
9684
9685                 * progreloc.c: Include <mach-o/dyld.h> if available.
9686                 (find_executable): Use _NSGetExecutablePath when possible.
9687
9688         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
9689
9690                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
9691                 function.
9692
9693         2005-12-29  Bruno Haible  <bruno@clisp.org>
9694
9695                 * progreloc.c (set_program_name_and_installdir): Fix
9696                 compilation error.
9697
9698         2005-12-04  Bruno Haible  <bruno@clisp.org>
9699
9700                 Cygwin portability.
9701                 * progreloc.c: Include <windows.h> also on Cygwin.
9702                 (find_executable): Add support for Cygwin.
9703                 (set_program_name_and_installdir): Handle also platforms with
9704                 nonempty EXEEXT.
9705
9706         2006-07-11  Bruno Haible  <bruno@clisp.org>
9707
9708                 * javacomp.c: Fix a comment.
9709                 Reported by Jim Meyering.
9710
9711         2006-04-30  Bruno Haible  <bruno@clisp.org>
9712
9713                 * javacomp.h (compile_java_class): Add source_version,
9714                 target_version arguments.
9715                 * javacomp.c: Rewritten to choose only a compiler that
9716                 respects the specified source_version and target_version.
9717
9718         2006-06-27  Bruno Haible  <bruno@clisp.org>
9719
9720                 Assume correct S_ISDIR macro.
9721                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
9722
9723         2006-07-22  Bruno Haible  <bruno@clisp.org>
9724
9725                 * javaversion.h: New file, from GNU gettext.
9726                 * javaversion.c: New file, from GNU gettext.
9727                 * javaversion.java: New file, from GNU gettext.
9728                 * javaversion.class: New file, from GNU gettext.
9729
9730         2006-05-17  Bruno Haible  <bruno@clisp.org>
9731
9732                 Cygwin portability.
9733                 * javaexec.c (execute_java_class): Test for jview program
9734                 also on Cygwin.
9735
9736         2006-04-09  Bruno Haible  <bruno@clisp.org>
9737
9738                 * fatal-signal.c: Don't include string.h.
9739                 (at_fatal_signal): Use a copying loop instead of memcpy.
9740
9741         2005-12-04  Bruno Haible  <bruno@clisp.org>
9742
9743                 * csharpexec.c: Add support for 'clix' launcher (untested).
9744                 (execute_csharp_using_sscli): New function.
9745                 (execute_csharp_program): Call it.
9746
9747         2006-06-21  Bruno Haible  <bruno@clisp.org>
9748
9749                 Avoid warnings from recent versions of mcs.
9750                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
9751                 -o, -L, -r any more. Use options documented since mcs-1.0
9752                 instead. Similarly for -g.
9753
9754         2005-07-09  Bruno Haible  <bruno@clisp.org>
9755
9756                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
9757                 add a .dll suffix.
9758                 Reported by Mark Junker <mjscod@gmx.de>.
9759
9760         2006-06-17  Bruno Haible  <bruno@clisp.org>
9761
9762                 * config.charset: Update for NetBSD 3.0.
9763
9764         2006-05-17  Bruno Haible  <bruno@clisp.org>
9765
9766                 Cygwin portability.
9767                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
9768
9769         2006-05-16  Bruno Haible  <bruno@clisp.org>
9770
9771                 * localcharset.c [CYGWIN]: Include <windows.h>.
9772                 (get_charset_aliases): For Cygwin, return the same CPxxx
9773                 aliases list as under WIN32.
9774                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
9775                 the environment variables. Fall back to GetACP().
9776
9777         2006-04-05  Bruno Haible  <bruno@clisp.org>
9778
9779                 * config.charset: Update Juan Manuel Guerrero's address.
9780
9781         2005-02-12  Bruno Haible  <bruno@clisp.org>
9782
9783                 * allocsa.h: Add extern "C" for C++.
9784
9785         2005-02-10  Bruno Haible  <bruno@clisp.org>
9786
9787                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
9788                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
9789
9790         2006-07-22  Bruno Haible  <bruno@clisp.org>
9791
9792                 * gettext.h: Update to GNU gettext-0.15.
9793
9794 2006-07-22  Bruno Haible  <bruno@clisp.org>
9795
9796         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
9797         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
9798         lib-prefix.m4, longdouble.m4, ssize_t.m4.
9799
9800 2006-07-21  Eric Blake  <ebb9@byu.net>
9801
9802         * modules/stdlib-safer: New file.
9803         * MODULES.html.sh (File stream based Input/Output): Add
9804         stdlib-safer.
9805
9806 2006-07-21  Eric Blake  <ebb9@byu.net>
9807
9808         * lib/stdlib-safer.h: New file from coreutils, required by
9809         stdlib--.h.
9810
9811 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
9812
9813         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
9814
9815 2006-07-20  Bruno Haible  <bruno@clisp.org>
9816
9817         * gnulib-tool: Recognize new option --assume-autoconf.
9818         (autoconf_minversion): New variable.
9819         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
9820
9821 2006-07-20  Bruno Haible  <bruno@clisp.org>
9822
9823         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
9824
9825 2006-07-19  Derek R. Price  <derek@ximbiot.com>
9826
9827         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
9828         Reindent and repaginate.
9829
9830 2006-07-19  Derek Price  <derek@ximbiot.com>
9831
9832         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
9833         Correct grammar.
9834
9835 2006-07-17  Bruno Haible  <bruno@clisp.org>
9836
9837         * modules/list: New file.
9838         * modules/array-list: New file.
9839         * modules/carray-list, modules/carray-list-tests: New files.
9840         * modules/linked-list, modules/linked-list-tests: New files.
9841         * modules/avltree-list, modules/avltree-list-tests: New files.
9842         * modules/rbtree-list, modules/rbtree-list-tests: New files.
9843         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
9844         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
9845         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
9846         * modules/oset: New file.
9847         * modules/array-oset: New file.
9848         * modules/avltree-oset, modules/avltree-oset-tests: New files.
9849         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
9850         * tests/test-carray_list.c: New file.
9851         * tests/test-linked_list.c: New file.
9852         * tests/test-avltree_list.c: New file.
9853         * tests/test-rbtree_list.c: New file.
9854         * tests/test-linkedhash_list.c: New file.
9855         * tests/test-avltreehash_list.c: New file.
9856         * tests/test-rbtreehash_list.c: New file.
9857         * tests/test-avltree_oset.c: New file.
9858         * tests/test-rbtree_oset.c: New file.
9859         * MODULES.html.sh (Container data structures): New section.
9860
9861 2006-07-17  Bruno Haible  <bruno@clisp.org>
9862
9863         * m4/gl_list.m4: New file.
9864
9865 2006-07-17  Bruno Haible  <bruno@clisp.org>
9866
9867         * lib/gl_list.h: New file.
9868         * lib/gl_list.c: New file.
9869         * lib/gl_array_list.h: New file.
9870         * lib/gl_array_list.c: New file.
9871         * lib/gl_carray_list.h: New file.
9872         * lib/gl_carray_list.c: New file.
9873         * lib/gl_linked_list.h: New file.
9874         * lib/gl_linked_list.c: New file.
9875         * lib/gl_anylinked_list1.h: New file.
9876         * lib/gl_anylinked_list2.h: New file.
9877         * lib/gl_avltree_list.h: New file.
9878         * lib/gl_avltree_list.c: New file.
9879         * lib/gl_anyavltree_list1.h: New file.
9880         * lib/gl_anyavltree_list2.h: New file.
9881         * lib/gl_rbtree_list.h: New file.
9882         * lib/gl_rbtree_list.c: New file.
9883         * lib/gl_anyrbtree_list1.h: New file.
9884         * lib/gl_anyrbtree_list2.h: New file.
9885         * lib/gl_anytree_list1.h: New file.
9886         * lib/gl_anytree_list2.h: New file.
9887         * lib/gl_linkedhash_list.h: New file.
9888         * lib/gl_linkedhash_list.c: New file.
9889         * lib/gl_anyhash_list1.h: New file.
9890         * lib/gl_anyhash_list2.h: New file.
9891         * lib/gl_avltreehash_list.h: New file.
9892         * lib/gl_avltreehash_list.c: New file.
9893         * lib/gl_rbtreehash_list.h: New file.
9894         * lib/gl_rbtreehash_list.c: New file.
9895         * lib/gl_anytreehash_list1.h: New file.
9896         * lib/gl_anytreehash_list2.h: New file.
9897
9898         * lib/gl_oset.h: New file.
9899         * lib/gl_oset.c: New file.
9900         * lib/gl_array_oset.h: New file.
9901         * lib/gl_array_oset.c: New file.
9902         * lib/gl_avltree_oset.h: New file.
9903         * lib/gl_avltree_oset.c: New file.
9904         * lib/gl_rbtree_oset.h: New file.
9905         * lib/gl_rbtree_oset.c: New file.
9906         * lib/gl_anytree_oset.h: New file.
9907
9908 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
9909
9910         * m4/mkancesdirs.m4: New file.
9911         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
9912         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
9913         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
9914         it.
9915
9916 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
9917
9918         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
9919         * lib/mkancesdirs.h: New files.
9920         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
9921         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
9922         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
9923         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
9924         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
9925         callers changed.  Revamp internals significantly, by not
9926         attempting to create directories that are temporarily more
9927         permissive than the final results.  Do not attempt to use
9928         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
9929         This removes some race conditions, fixes some bugs, and simplifies
9930         things.  Use new dirchownmod function to do owner and mode changes.
9931         * lib/mkdir-p.h: Likewise.
9932         * lib/modechange.c (octal_to_mode): New function.
9933         (struct mode_change): New member mentioned.
9934         (make_node_op_equals): New arg mentioned.  All callers changed.
9935         (mode_compile): Keep track of which mode bits the user has explicitly
9936         mentioned.
9937         (mode_adjust): New arg DIR, so that we implement the X op correctly.
9938         New arg PMODE_BITS, to keep track of which mode bits the user
9939         mentioned; it treats S_ISUID and S_ISGID speciall.
9940         All callers changed.
9941         * lib/modechange.h: Likewise.
9942
9943 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
9944
9945         * MODULES.html.sh: Add mkancestors.
9946         * modules/mkancesdirs: New module.
9947         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
9948         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
9949         The chdir-safer and afs files are now orphans; I'll remove them
9950         unless someone speaks up.
9951         Add lib/dirchownmod.c, lib/dirchownmod.h.
9952         (Depends-on): Remove alloca, chown, save-cwd, dirname.
9953         Add lchown, mkancesdirs.
9954         (Maintainer): Add self.
9955
9956 2006-07-15  Karl Berry  <karl@gnu.org>
9957
9958         * gnulib-tool: help message wording/arrangement.
9959
9960 2006-07-14  Simon Josefsson  <jas@extundo.com>
9961
9962         * doc/gnulib.texi (Libtool and Windows): New section.
9963
9964 2006-07-12  Simon Josefsson  <jas@extundo.com>
9965
9966         * modules/gendocs (License): Fix license, approved by Karl.
9967
9968 2006-07-12  Eric Blake  <ebb9@byu.net>
9969
9970         * MODULES.html.sh: Add gendocs.
9971
9972 2006-07-11  Eric Blake  <ebb9@byu.net>
9973
9974         * modules/fdl: New module, to install doc/fdl.texi.
9975         * MODULES.html.sh: Add new section for documentation modules.
9976         * gnulib-tool: Avoid space-tab.
9977         (--doc-base): New option, to manage files from doc.
9978
9979 2006-07-11  Eric Blake  <ebb9@byu.net>
9980
9981         * m4/absolute-header.m4: Fix comments to match recent change.
9982
9983 2006-07-11  Eric Blake  <ebb9@byu.net>
9984
9985         * gnulib-tool: List --doc-base before --tests-base.
9986
9987 2006-07-11  Derek R. Price  <derek@ximbiot.com>
9988
9989         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
9990
9991 2006-07-11  Bruno Haible  <bruno@clisp.org>
9992
9993         * README: Mention where to put documentation.
9994
9995 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9996
9997         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
9998
9999 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
10000
10001         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
10002         to stdint.m4.
10003
10004 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
10005
10006         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
10007         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
10008         "no/such/file/stdint.h" when there is no such file, so that
10009         the resulting C code can be parsed by dodgy compilers.
10010         Problems reported by Bob Proulx.
10011
10012 2006-07-10  Derek R. Price  <derek@ximbiot.com>
10013
10014         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
10015         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
10016         macros into the GNU _D_EXACT_NAMLEN.
10017         * lib/savedir.c:  Likewise.
10018         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
10019
10020 2006-07-10  Derek R. Price  <derek@ximbiot.com>
10021         and Paul Eggert  <eggert@cs.ucla.edu>
10022
10023         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
10024         * m4/savedir.m4:
10025         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
10026         macros into the GNU _D_EXACT_NAMLEN.
10027
10028 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
10029
10030         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
10031         around the absolute name, to work around a problem with the HP-UX
10032         11.23 native C compiler, reported by Bob Proulx.
10033
10034 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
10035
10036         * doc/maintain.texi, make-stds.texi: Sync from
10037         <http://savannah.gnu.org/projects/gnustandards>.
10038
10039 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
10040
10041         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
10042
10043 2006-07-09  Jim Meyering  <jim@meyering.net>
10044
10045         * m4/glob.m4: Remove a doubled word in a comment.
10046
10047 2006-07-09  Jim Meyering  <jim@meyering.net>
10048
10049         * lib/argp-pv.c: Remove a doubled word in a comment.
10050         * lib/check-version.c (check_version): Likewise.
10051         * lib/javacomp.c (compile_java_class): Likewise.
10052
10053 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
10054
10055         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
10056         for the benefit of people using Autoconf 2.60.  If you want to
10057         support older Autoconf versions you can copy m4/onceonly_2_57.m4
10058         (or m4/onceonly.m4, if pre-2.57) manually.
10059
10060 2006-07-08  Jim Meyering  <jim@meyering.net>
10061
10062         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
10063         comment.
10064         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
10065         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
10066         comment.
10067
10068 2006-07-08  Jim Meyering  <jim@meyering.net>
10069
10070         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
10071
10072 2006-07-07  Simon Josefsson  <jas@extundo.com>
10073
10074         * tests/test-crc.c: Change expected crc value, the test vector
10075         were probably computed using the old broken crc.c?
10076
10077 2006-07-06  Simon Josefsson  <jas@extundo.com>
10078
10079         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
10080         now the canonical place for the M4 file).
10081
10082         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
10083         from the sys_socket dependency now.
10084
10085         * modules/inet_pton (Files): Ditto.
10086
10087         * modules/inet_ntop (Files): Ditto.
10088
10089 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
10090
10091         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
10092         not gl_PREREQ_GETUSERSHELL.
10093
10094 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10095
10096         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
10097         with only one argument, for Autoconf 2.60.
10098         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
10099         expand to nothing, so add a shell command to avoid syntax error.
10100         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
10101
10102 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10103
10104         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
10105
10106 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
10107
10108         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
10109         no longer needed.  Check for isblank decl.
10110         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
10111         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
10112         of existence.
10113
10114 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
10115
10116         * lib/getloadavg.c: Use __VMS, not VMS.
10117         * lib/getopt.c: Likewise.
10118         * lib/getpagesize.h: Likewise.
10119         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
10120         and probably does not work.
10121
10122 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
10123
10124         * lib/.cppi-disable: Add wcwidth.
10125         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
10126         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
10127         (ISGRAPH): Remove.  All uses changed to isgraph.
10128         (FOLD) [!defined _LIBC]: Remove special case.
10129         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
10130         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
10131         HAVE_ISBLANK.
10132         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
10133         case.
10134
10135 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
10136
10137         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
10138         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
10139         brackets.  Other minor changes to suppress some compiler
10140         warnings.
10141
10142 2006-07-06  Derek R. Price  <derek@ximbiot.com>
10143         and Paul Eggert  <eggert@cs.ucla.edu>
10144
10145         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
10146         of invoking obsolescent AC_HEADER_DIRENT macro.
10147         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
10148         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
10149         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
10150         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
10151         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
10152         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
10153         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
10154         * m4/readdir.m4: Remove; no longer needed.
10155
10156 2006-07-06  Derek R. Price  <derek@ximbiot.com>
10157         and Paul Eggert  <eggert@cs.ucla.edu>
10158
10159         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
10160         Don't worry about this obsolete case any more.
10161         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
10162         directories.
10163         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
10164         worry about this obsolete case any more.
10165         * lib/fts.c: Likewise.
10166         * lib/getcwd.c: Likewise.
10167         * lib/glob.h: Likewise.
10168         * lib/savedir.c: Likewise.
10169
10170 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
10171
10172         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
10173         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
10174         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
10175         needed.
10176         All uses removed.
10177         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
10178         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
10179         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
10180         needed.
10181         * m4/getdate.m4 (gl_GETDATE): Likewise.
10182         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
10183         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
10184         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
10185         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
10186         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
10187         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
10188         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
10189         needed.
10190
10191 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
10192
10193         * lib/memcasecmp.c: Include <limits.h>.
10194         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
10195         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
10196         Don't assume isdigit succeeds only on '0' through '9'.
10197
10198 2006-07-05  Eric Blake  <ebb9@byu.net>
10199
10200         * modules/getaddrinfo (Depends-on): Add snprintf.
10201
10202 2006-07-05  Eric Blake  <ebb9@byu.net>
10203
10204         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
10205         to avoid 'header present but could not be compiled' on cygwin.
10206
10207 2006-07-05  Eric Blake  <ebb9@byu.net>
10208
10209         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
10210         missing from netdb.h.
10211         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
10212
10213 2006-07-05  Derek R. Price  <derek@ximbiot.com>
10214
10215         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
10216         no longer needed.
10217         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
10218         * m4/getdate.m4 (gl_GETDATE): Likewise.
10219         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
10220         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
10221         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
10222         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
10223         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
10224
10225 2006-07-05  Derek R. Price  <derek@ximbiot.com>
10226
10227         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
10228         All uses of is_space replaced by isspace.
10229         * lib/exit.h: Don't talk about STDC_HEADERS.
10230         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
10231         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
10232         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
10233         replaced by isprint etc.
10234         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
10235         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
10236         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
10237         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
10238         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
10239         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
10240
10241 2006-07-05  Bruno Haible  <bruno@clisp.org>
10242
10243         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
10244         the function exists, before testing against AIX.
10245         Reported by Martin Lambers <marlam@marlam.de>.
10246
10247 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
10248
10249         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
10250         From Mark D. Baushke.
10251
10252 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
10253
10254         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
10255         to the absolute name, not just one, to bypass Sun C 5.8's
10256         "warning: #include of /usr/include/... may be non-portable".
10257
10258 2006-07-04  Eric Blake  <ebb9@byu.net>
10259
10260         * modules/dirname-tests: New test module.
10261         * tests/test-dirname.c: New file, replacing dirname.c
10262         TEST_DIRNAME section that was recently deleted.
10263
10264 2006-07-04  Bruno Haible  <bruno@clisp.org>
10265
10266         Assume ANSI C header files and <ctype.h> functions.
10267         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
10268         (mbsnwidth): Use isprint, iscntrl instead.
10269
10270 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
10271
10272         Merge from coreutils.
10273         * MODULES.html.sh: Add xstrtold.
10274         * modules/xstrtold: New file.
10275         * modules/cycle-check (Files): Add lib/same-inode.h.
10276         * modules/dirname (Files): Add m4/double-slash-root.m4.
10277         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
10278         * modules/mkdir-p (Files): Add lib/same-inode.h.
10279         * modules/same (Files): Add lib/same-inode.h.
10280
10281 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
10282
10283         * m4/absolute-header.m4: Renamed from full-header-path.m4.
10284         This is to keep the terminology clean; POSIX talks about
10285         "absolute pathnames", not "full pathnames", but the GNU
10286         Coding Standards say to use "path" for something else;
10287         so use "absolute" to keep both sides happy.
10288         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
10289         Set gl_absolute_header, not gl_full_header_path.
10290         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
10291         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
10292         All uses changed.
10293
10294         Merge from coreutils.
10295
10296         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
10297
10298         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
10299         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
10300         want to require the building of c-strtod.o.
10301         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
10302         needs -lm directly.
10303         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
10304
10305         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
10306
10307         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
10308         --as-needed option if available.  Problem reported by Albert Chin in
10309         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
10310         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
10311         cc merely issues a bunch of annoying warnings for --as-needed
10312         (this problem was reported by Bob Proulx).  Also, try linking with
10313         -lm to detect a bug in binutils 2.16 (this problem was reported
10314         by Ralf Wildenhues).
10315
10316         2006-06-18  Jim Meyering  <jim@meyering.net>
10317
10318         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
10319         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
10320         macro.
10321         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
10322         also check for glibc-2.4's abort-inducing bug.
10323
10324         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
10325         Low-probability clean-up should be to use rmdir to get rid of
10326         the just-created directory, not unlink.
10327
10328         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
10329         configure fail, and request a bug report to inform us about it.
10330         Add a comment that, barring reports to the contrary, in 2007 we'll
10331         assume ftruncate is universally available.
10332
10333         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
10334
10335         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
10336
10337         2006-03-12  Jim Meyering  <jim@meyering.net>
10338
10339         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
10340         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
10341         * m4/same.m4 (gl_SAME): Likewise.
10342         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
10343
10344         2006-03-11  Eric Blake  <ebb9@byu.net>
10345
10346         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
10347         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
10348         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
10349         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
10350
10351 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
10352
10353         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
10354         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
10355         reported by Mark D. Baushke, one in
10356         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
10357
10358         Merge from coreutils.
10359
10360         * lib/.cppi-disable: Add stdint_.h.
10361         * lib/.cvsignore: Add stdint.h.
10362
10363         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
10364
10365         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
10366         both double and long double versions.
10367         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
10368         * lib/xstrtold.c: New file.
10369         * lib/xstrtod.h (xstrtold): New decl.
10370
10371         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
10372
10373         * lib/filemode.c (setst): Remove.
10374         (strmode): Rewrite to avoid setst.  This makes the code shorter,
10375         (arguably) clearer, and the generated code is a bit smaller on my
10376         Debian GNU/Linux stable x86 host.
10377
10378         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
10379
10380         * lib/filemode.c: Include "filemode.h" first, to test the interface.
10381         Assume that filemode.h includes sys/types.h and sys/stat.h.
10382         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
10383         (ftypelet): Reorder to put common cases first, for efficiency.
10384         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
10385         to do 'M'.
10386         (strmode): Renamed from mode_string, and now stores 12 bytes instead
10387         of 10, for compatibility with FreeBSD.  All callers changed.
10388         (filemodestring): Now stores 12 bytes instead of 10, and sets file
10389         types that can't be deduced solely from st_mode.  First arg is now a
10390         const pointer.
10391         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
10392         (strmode): Renamed from mode_string.
10393         (filemodestring): New decl.
10394         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
10395         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
10396         needed.
10397         (S_ISPORT, S_ISWHT): New macros, if not already defined.
10398
10399         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
10400
10401         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
10402         fsusage.h now does that.  Include fsusage.h first, to test interface.
10403         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
10404         at most one method (the old code could have generated decls that
10405         didn't conform to C89, not that this was ever exercised).
10406         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
10407
10408         2006-03-19  Jim Meyering  <jim@meyering.net>
10409
10410         Work even in a chroot where d_ino values for entries in "/"
10411         don't match the stat.st_ino values for the same names.
10412         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
10413         number, iterate through all entries again, using lstat instead.
10414         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
10415         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
10416
10417         * lib/getcwd.c (__getcwd): Clarify a comment.
10418         Use memcpy in place of a call to strcpy.
10419
10420         2006-03-12  Jim Meyering  <jim@meyering.net>
10421
10422         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
10423         matches that of the current directory (which we're about to chdir ".."
10424         out of), then save the dev-ino of the parent, instead.
10425
10426         * lib/same-inode.h (SAME_INODE): New file/macro.
10427         * lib/chdir-safer.c (SAME_INODE): Remove definition.
10428         Include "same-inode.h", instead.
10429         * lib/same.c: Likewise.
10430         * lib/cycle-check.h: Include "same-inode.h".
10431         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
10432         * lib/cycle-check.c (SAME_INODE): Remove definition.
10433         * lib/root-dev-ino.h: Include "same-inode.h".
10434
10435         2006-03-11  Eric Blake  <ebb9@byu.net>
10436
10437         * lib/same.c (same_name): s/base_name/last_component/
10438         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
10439         * lib/filenamecat.c (file_name_concat): Likewise.
10440
10441         2006-03-11  Eric Blake  <ebb9@byu.net>,
10442                     Paul Eggert  <eggert@cs.ucla.edu>
10443
10444         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
10445         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
10446         drive prefix.
10447         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
10448         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
10449         (last_component): New method.
10450         * lib/dirname.c (dir_len): Determine when drive letters need a
10451         subsequent slash.  Preserve // when it is special.
10452         (dir_name): Don't append dot when drive letter is absolute.
10453         [TEST_DIRNAME]: Move into a full-blown gnulib test.
10454         * lib/basename.c (base_name): New semantics - malloc the result.
10455         Preserve // when it is special.  Preserve relative files that look
10456         like drive letters.
10457         (base_len): Preserve // when it is special.
10458         (last_component): New method, similar to old base_name semantics.
10459         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
10460         base_name.  Strip redundant slashes from ///.
10461
10462 2006-07-03  Jim Meyering  <jim@meyering.net>
10463
10464         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
10465         macro is used before the first cycle_check call.
10466
10467 2006-07-03  Eric Blake  <ebb9@byu.net>
10468
10469         * modules/dirname (Depends-on): Add xstrndup.
10470
10471 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
10472
10473         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
10474         test cases, so that config.log is a bit easier to follow.
10475
10476 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
10477
10478         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
10479         both are 64 bits, since this seems to be the tradition, and this
10480         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
10481         we ever run into a host that prefers long long to long in this
10482         case, we'll need another configure-time test.  Problem reported by
10483         Jim Meyering.
10484
10485 2006-07-02  Eric Blake  <ebb9@byu.net>
10486
10487         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
10488
10489 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
10490
10491         * modules/inttypes (Depends-on): No longer depends on stdint.
10492         * modules/stdint (Description): Say more about assumptions.
10493         Say that the fast types might differ.  Say macros are used.
10494         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
10495         (Makefile.am): Revise list of substituted symbols to match
10496         new stdint.m4.
10497         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
10498         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
10499         * tests/test-stdint.c (verify_same_types)
10500         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
10501         the code conforms to C99/C89.
10502         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
10503         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
10504
10505 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
10506
10507         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
10508         but fix a bug, by requiring at least 64 bits.
10509         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
10510         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
10511         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
10512         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
10513
10514         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
10515         changes.  Make 2.59 a prerequisite.  Check and substitute for
10516         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
10517         inttypes.h.  Do not use special include files; just use the
10518         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
10519         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
10520         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
10521         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
10522         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
10523         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
10524         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
10525         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
10526         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
10527         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
10528         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
10529         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
10530         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
10531         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
10532         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
10533         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
10534         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
10535         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
10536         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
10537         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
10538         WINT_MAX.  Check for C99 conformance more strictly, by detecting
10539         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
10540         not check for things that C99 does not require, e.g., int8_t.  If
10541         a test isn't needed unless <stdint.h> isn't working, and is
10542         unlikely to be needed for any other reason, then don't do it
10543         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
10544         size_t, since we assume C89 freestanding at least.  Do not check
10545         for sig_atomic_t, wchar_t, or wint_t, since the code now does
10546         the right thing even if the types are not defined.  Instead use:
10547         (gl_STDINT_TYPE_PROPERTIES): New macro.
10548         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
10549         testing whether <sys/types.h> clashes, as Autoconf does this for
10550         us now.  All uses removed.
10551         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
10552         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
10553         (gl_CHECK_TYPE_SAME):
10554         Remove; no longer needed.
10555         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
10556         exists, since we'll return 0 anyway in that case.
10557         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
10558
10559 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
10560
10561         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
10562         possible collision with system files.
10563         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
10564         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
10565         WCHAR_MIN and WCHAR_MAX in this case.
10566         (<stddef.h>): Do not include; no longer needed.
10567         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
10568         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
10569         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
10570         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
10571         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
10572         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
10573         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
10574         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
10575         !defined(__c99))]: Include in this case too, since it's harmless
10576         now.
10577         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
10578         dangerous to do so.
10579         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
10580         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
10581         (_STDINT_MIN, _STDINT_MAX): New macros.
10582         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
10583         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
10584         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
10585         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
10586         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
10587         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
10588         macros, not typedefs; this simplifies things quite a bit.
10589         Use long int for all types narrower than int64_t.
10590         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
10591         Define in terms of long long int or int64_t or long int,
10592         not int64_t or int32_t.  This saves some compile-time testing.
10593         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
10594         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
10595         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
10596         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
10597         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
10598         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
10599         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
10600         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
10601         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
10602         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
10603         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
10604         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
10605         undef any previous version and define our own version, for
10606         simplicity and consistency with the new macros for types.
10607         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
10608         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
10609         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
10610         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
10611         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
10612         @WINT_T_SUFFIX@ to keep things simple here.
10613         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
10614         Simplify by assuming typical 8/16/32/64 host, since we're
10615         already doing that elsewhere anyway.
10616         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
10617         and assume long long int is 64 bits if available.  This
10618         speeds up 'configure'.
10619
10620 2006-07-01  Eric Blake  <ebb9@byu.net>
10621
10622         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
10623         Reported by Andreas Buening.
10624
10625 2006-07-01  Eric Blake  <ebb9@byu.net>
10626
10627         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
10628
10629 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
10630
10631         * lib/getaddrinfo.c: fixed typo
10632
10633 2006-06-29  Jim Meyering  <jim@meyering.net>
10634
10635         * modules/strftime (Maintainer): Add my name, since with the
10636         FPRINTFTIME changes strftime.c has forked from glibc.
10637
10638 2006-06-29  Eric Blake  <ebb9@byu.net>
10639
10640         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
10641
10642 2006-06-29  Eric Blake  <ebb9@byu.net>
10643
10644         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
10645
10646 2006-06-29  Eric Blake  <ebb9@byu.net>
10647
10648         * lib/stat_.h: New file.
10649
10650 2006-06-29  Eric Blake  <ebb9@byu.net>
10651
10652         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
10653         unused static function.
10654
10655 2006-06-29  Eric Blake  <ebb9@byu.net>
10656
10657         * doc/functions.texi (Function Portability): Document missing lstat
10658         on mingw.
10659
10660 2006-06-29  Eric Blake  <ebb9@byu.net>
10661
10662         * MODULES.html.sh: Add sys_stat.
10663         * modules/sys_stat: New module.
10664         * modules/mkstemp (Depends-on): Add sys_stat.
10665
10666 2006-06-29  Derek R. Price  <derek@ximbiot.com>
10667
10668         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
10669
10670 2006-06-29  Derek R. Price  <derek@ximbiot.com>
10671
10672         * m4/c-bs-a.m4: Removed.
10673
10674 2006-06-29  Derek R. Price  <derek@ximbiot.com>
10675
10676         * lib/strftime.c: Assume strftime() exists.
10677
10678 2006-06-29  Derek Price  <derek@ximbiot.com>
10679
10680         * modules/c-bs-a: Removed - \a is C89.
10681         * MODULES.html.sh: Remove c-bs-a.
10682
10683 2006-06-29  Bruno Haible  <bruno@clisp.org>
10684
10685         * modules/wcwidth (License): Change to LGPL.
10686
10687 2006-06-28  Simon Josefsson  <jas@extundo.com>
10688
10689         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
10690         on _WIN32.
10691
10692         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
10693         getnameinfo.
10694
10695 2006-06-28  Simon Josefsson  <jas@extundo.com>
10696
10697         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
10698
10699 2006-06-28  Simon Josefsson  <jas@extundo.com>
10700
10701         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
10702         functions there.  It will succeed on Windows XP, but on Windows
10703         2000 and (presumably) earlier, it will fail, and use the internal
10704         re-implementation.
10705         (use_win32_p): New function.
10706         (getaddrinfo): Use strtoul on servname, to support numeric ports.
10707         Support AI_NUMERICSERV to disable getservbyname.
10708         (getnameinfo): New function, only supports
10709         NI_NUMERICHOST|NI_NUMERICSERV for now.
10710
10711         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
10712         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
10713         getnameinfo.
10714
10715 2006-06-28  Eric Blake  <ebb9@byu.net>
10716
10717         * modules/wcwidth: New file.
10718         * modules/mbchar (Depends-on): Add wcwidth.
10719         * modules/mbswidth (Depends-on): Add wcwidth.
10720         * MODULES.html.sh: Add wcwidth.
10721
10722 2006-06-28  Eric Blake  <ebb9@byu.net>
10723
10724         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
10725         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
10726
10727 2006-06-28  Eric Blake  <ebb9@byu.net>
10728
10729         * lib/xvasprintf.h: Fix comments.
10730
10731 2006-06-28  Eric Blake  <ebb9@byu.net>
10732
10733         * lib/mbchar.h (wcwidth): Include wcwidth.h.
10734         * lib/mbswidth.c (wcwidth): Move from here...
10735         * lib/wcwidth.h: ...to this new file.
10736
10737 2006-06-28  Derek R. Price  <derek@ximbiot.com>
10738
10739         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
10740
10741         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
10742         it's obsolete.
10743         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
10744
10745 2006-06-28  Derek R. Price  <derek@ximbiot.com>
10746
10747         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
10748         Autoconf 2.60 says this stuff was obsolete.
10749
10750 2006-06-28  Bruno Haible  <bruno@clisp.org>
10751
10752         * modules/wcwidth (Files): Add m4/wchar_t.m4.
10753
10754 2006-06-28  Bruno Haible  <bruno@clisp.org>
10755
10756         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
10757         gt_TYPE_WCHAR_T.
10758
10759 2006-06-28  Bruno Haible  <bruno@clisp.org>
10760
10761         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
10762         declaration for wcwidth.
10763         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
10764
10765 2006-06-28  Bruno Haible  <bruno@clisp.org>
10766
10767         * lib/mkdtemp.c [MINGW]: Include <io.h>.
10768         (mkdir): Define using _mkdir.
10769
10770 2006-06-28  Bruno Haible  <bruno@clisp.org>
10771
10772         * lib/getaddrinfo.h: Fix POSIX URL.
10773         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
10774         _WIN32.
10775         (use_win32_p): Make static.
10776         (getaddrinfo): Reject service name if it is empty or does not consist
10777         solely of decimal digits, or if its value is > 65535.
10778         (getnameinfo): Remove useless casts.
10779
10780 2006-06-27  Simon Josefsson  <jas@extundo.com>
10781
10782         * modules/sys_select: New file, suggested by Bruno Haible, Paul
10783         Eggert and Martin Lambers.
10784
10785 2006-06-27  Simon Josefsson  <jas@extundo.com>
10786
10787         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
10788         Eggert and Martin Lambers.
10789
10790 2006-06-27  Bruno Haible  <bruno@clisp.org>
10791
10792         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
10793         result to 0, not to empty.
10794         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
10795
10796 2006-06-27  Bruno Haible  <bruno@clisp.org>
10797
10798         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
10799
10800 2006-06-26  Simon Josefsson  <jas@extundo.com>
10801
10802         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
10803         present.
10804
10805 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
10806
10807         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
10808         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
10809         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
10810
10811 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
10812
10813         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
10814
10815 2006-06-26  Bruno Haible  <bruno@clisp.org>
10816
10817         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
10818
10819 2006-06-26  Bruno Haible  <bruno@clisp.org>
10820
10821         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
10822
10823 2006-06-26  Bruno Haible  <bruno@clisp.org>
10824
10825         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
10826         SGI C compiler in pre-C99 mode.
10827         Suggested by Mark D. Baushke and Larry Jones.
10828
10829 2006-06-26  Bruno Haible  <bruno@clisp.org>
10830
10831         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
10832         WCHAR_MAX.
10833         Reported by Mark D. Baushke and Larry Jones.
10834
10835 2006-06-26  Bruno Haible  <bruno@clisp.org>
10836
10837         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
10838         in pre-C99 mode.
10839         Suggested by Mark D. Baushke and Larry Jones.
10840
10841 2006-06-23  Simon Josefsson  <jas@extundo.com>
10842             Bruno Haible  <bruno@clisp.org>
10843
10844         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
10845         Emit mostlyclean-local rule.
10846         (func_emit_tests_Makefile_am): Likewise.
10847         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
10848
10849 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
10850
10851         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
10852
10853 2006-06-23  Bruno Haible  <bruno@clisp.org>
10854
10855         * tests/test-stdint.c: Update to match ISO C 99 Technical
10856         Corrigendum 1.
10857
10858 2006-06-23  Bruno Haible  <bruno@clisp.org>
10859
10860         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
10861
10862 2006-06-23  Bruno Haible  <bruno@clisp.org>
10863
10864         * lib/stdint_.h: Treat IRIX like OpenBSD.
10865
10866 2006-06-23  Bruno Haible  <bruno@clisp.org>
10867
10868         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
10869         ISO C 99 Technical Corrigendum 1.
10870
10871 2006-06-22  Simon Josefsson  <jas@extundo.com>
10872
10873         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
10874         MinGW.
10875
10876 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
10877
10878         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
10879         needed.  Some compiler complained about some of them.  Problem reported
10880         by Larry Jones in
10881         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
10882
10883 2006-06-21  Simon Josefsson  <jas@extundo.com>
10884
10885         * tests/test-getaddrinfo.c: New file.
10886
10887         * modules/getaddrinfo-tests: New file.
10888
10889         * MODULES.html.sh: Add inet_pton.
10890
10891         * modules/inet_pton: New file.
10892
10893 2006-06-21  Simon Josefsson  <jas@extundo.com>
10894
10895         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
10896         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
10897         of using the (limited) gnulib implementation on Windows XP.
10898
10899         * m4/inet_pton.m4: New file.
10900
10901 2006-06-21  Simon Josefsson  <jas@extundo.com>
10902
10903         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
10904         variable.
10905
10906         * lib/socket_.h: Don't define WINVER.
10907
10908         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
10909         slightly modified to work in gnulib.
10910
10911 2006-06-21  Simon Josefsson  <jas@extundo.com>
10912
10913         * doc/gnulib.texi (Windows sockets): Add.
10914
10915 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
10916
10917         * lib/read-file.c (fread_file): Start with buffer allocation of
10918         0 bytes rather than 1 byte; this simplifies the code.
10919         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
10920         code to free buffer and save/restore errno.
10921         (internal_read_file): Remove unused local.
10922
10923 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
10924
10925         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
10926         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
10927         Problem reported by Denis Excoffier in
10928         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
10929
10930 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
10931
10932         * modules/sys_socket, modules/socklen: Include sys/types since
10933         FreeBSD 4.x's sys/socket.h needs it.
10934
10935 2006-06-19  Simon Josefsson  <jas@extundo.com>
10936
10937         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
10938
10939 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
10940
10941         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
10942
10943 2006-06-19  Bruno Haible  <bruno@clisp.org>
10944
10945         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
10946         and FULL_PATH_INTTYPES_H in angle brackets.
10947         Reported by Mark D. Baushke <mdb@gnu.org>.
10948
10949 2006-06-17  Eric Blake  <ebb9@byu.net>
10950
10951         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
10952         errno.
10953
10954 2006-06-17  Bruno Haible  <bruno@clisp.org>
10955
10956         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
10957         <sys/inttypes.h>.
10958
10959 2006-06-17  Bruno Haible  <bruno@clisp.org>
10960
10961         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
10962         whether errno is declared. Assume <errno.h> declares errno.
10963
10964 2006-06-17  Bruno Haible  <bruno@clisp.org>
10965
10966         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
10967
10968 2006-06-17  Bruno Haible  <bruno@clisp.org>
10969
10970         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
10971         problem on Solaris 2.5.1.
10972
10973 2006-06-16  Eric Blake  <ebb9@byu.net>
10974
10975         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
10976         * lib/unicodeio.c [!defined errno]: Likewise.
10977         * lib/strtol.c [!defined errno]: Likewise.
10978         * lib/strtod.c [!defined errno]: Likewise.
10979
10980 2006-06-15  Eric Blake  <ebb9@byu.net>
10981
10982         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
10983
10984 2006-06-15  Eric Blake  <ebb9@byu.net>
10985
10986         * config/srclist.txt (ssize_t.m4): Lose sync.
10987
10988 2006-06-15  Bruno Haible  <bruno@clisp.org>
10989
10990         * modules/stdint (Files): Include m4/full-header-path.m4,
10991         m4/size_max.m4, m4/wchar_t.m4.
10992         (Makefile.am): Many more substitutions.
10993         * modules/stdint-tests: New file.
10994         * tests/test-stdint.c: New file.
10995
10996 2006-06-15  Bruno Haible  <bruno@clisp.org>
10997
10998         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
10999         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
11000         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
11001         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
11002         gl_CHECK_TYPE_SAME): New macros.
11003
11004 2006-06-15  Bruno Haible  <bruno@clisp.org>
11005
11006         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
11007
11008 2006-06-15  Bruno Haible  <bruno@clisp.org>
11009
11010         * lib/stdint_.h: Rewritten to be fully auto-configured.
11011         Fixes bug on HP-UX/IA64.
11012
11013 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
11014
11015         * lib/getdate.y (__attribute__): Don't define if already defined.
11016         Problem reported by Larry Jones.
11017         * lib/utimens.c (__attribute__): Likewise.
11018
11019 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
11020
11021         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
11022         reported by Andreas Schwab.
11023
11024 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11025             Bruno Haible  <bruno@clisp.org>
11026
11027         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
11028         check for the declaration of strnlen and a run test that exposes the
11029         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
11030         rpl_strndup.
11031
11032 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11033             Bruno Haible  <bruno@clisp.org>
11034
11035         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
11036
11037 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11038
11039         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
11040         compile test, for Tru64 4.0D.
11041
11042 2006-05-28  Karl Berry  <karl@gnu.org>
11043
11044         * config/srclist.txt (printf-args.c): lose sync.
11045
11046 2006-05-26  Martin Lambers  <marlam@marlam.de>
11047
11048         * lib/getpass.c: Updates the test for the native W32 API, and adds
11049         missing includes, thus fixing compilation warnings.
11050
11051 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
11052
11053         * lib/exclude.c (exclude_fnmatch): New function.
11054         (excluded_file_name): Call exclude_fnmatch.
11055         * lib/exclude.h (excluded_file_name): New prototype
11056
11057 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
11058
11059         * lib/tempname.c (small_open, large_open): New macros.
11060         (__open, __open64) [!_LIBC]: Remove.
11061         (__gen_tempname): Use small_open and large_open instead of __open
11062         and __open64.  This fixes a portability bug on HP-UX 11.11i
11063         reported by Simon Wing-Tang in
11064         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
11065
11066 2006-05-24  Bruno Haible  <bruno@clisp.org>
11067
11068         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
11069         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
11070         Reported by Thorsten Maerz <torte@netztorte.de> via
11071         Aaron Stone <aaron@serendipity.cx>.
11072
11073 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
11074
11075         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
11076         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
11077         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
11078         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
11079         not really conditional on the cache.
11080         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
11081
11082 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
11083
11084         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
11085         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
11086         (my_usleep): Don't mishandle maximum value.
11087
11088 2006-05-19  Jim Meyering  <jim@meyering.net>
11089
11090         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
11091
11092 2006-05-17  Bruno Haible  <bruno@clisp.org>
11093
11094         Cygwin portability.
11095         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
11096
11097 2006-05-17  Bruno Haible  <bruno@clisp.org>
11098
11099         * lib/stdint_.h: Fix recognition of Cygwin.
11100
11101 2006-05-15  Bruno Haible  <bruno@clisp.org>
11102
11103         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
11104         on libtool patch by Ralf Wildenhues.
11105
11106 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
11107
11108         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
11109         test for C99 conformance; (bool) 0.5 is an integer constant
11110         expression, but (bool) -0.5 is not.  Problem reported by Fedor
11111         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
11112
11113 2006-05-11  Simon Josefsson  <jas@extundo.com>
11114
11115         * m4/xvasprintf.m4: Fix obvious typo.
11116
11117 2006-05-11  Jim Meyering  <jim@meyering.net>
11118
11119         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
11120         James Lemley.
11121
11122 2006-05-10  Simon Josefsson  <jas@extundo.com>
11123
11124         * lib/md4.c: Typo fix, update copyright years.
11125         (K1, K2): Don't use L because it turn computations into 64-bit on
11126         64-bit platforms.
11127
11128 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
11129
11130         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
11131         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
11132         unwanted sign propagation, e.g., on hosts with 64-bit int.
11133         There still are some problems with reeelly weird theoretical hosts
11134         (e.g., 33-bit int) but it's not worth worrying about now.
11135         * lib/sha1.c (rol): Likewise.
11136         (K1, K2, K3, K4): Remove unnecessary L suffix.
11137
11138 2006-05-10  Bruno Haible  <bruno@clisp.org>
11139
11140         * lib/des.c: Cast to avoid warnings.
11141
11142 2006-05-09  Bruno Haible  <bruno@clisp.org>
11143
11144         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
11145         (Depends-on): Depend also on xsize, stdarg.
11146         (configure.ac): Add gl_XVASPRINTF.
11147
11148 2006-05-09  Bruno Haible  <bruno@clisp.org>
11149
11150         * m4/xvasprintf.m4: New file.
11151
11152 2006-05-09  Bruno Haible  <bruno@clisp.org>
11153
11154         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
11155         (EOVERFLOW): Define fallback value.
11156         (xstrcat): New function.
11157         (xvasprintf): Recognize the special case of a string concatenation.
11158
11159 2006-05-08  Eric Blake  <ebb9@byu.net>
11160
11161         * gnulib-tool (func_version): Base copyright year on CVS date.
11162         (func_emit_copyright_notice): New function.
11163         (func_emit_lib_Makefile_am): Use it.
11164         (func_emit_tests_Makefile_am): Likewise.
11165         (func_import): Likewise.
11166
11167 2006-05-08  Bruno Haible  <bruno@clisp.org>
11168
11169         * modules/stdarg: New file.
11170         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
11171
11172 2006-05-08  Bruno Haible  <bruno@clisp.org>
11173
11174         * m4/stdarg.m4: New file, from GNU gettext.
11175
11176 2006-05-08  Bruno Haible  <bruno@clisp.org>
11177
11178         * config/srclist.txt (build-aux/config.rpath): different from latest
11179         release.
11180
11181 2006-05-08  Bruno Haible  <bruno@clisp.org>
11182
11183         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
11184
11185 2006-05-05  Jim Meyering  <jim@meyering.net>
11186
11187         * m4/warning.m4: New file, derived from bison's file by the same name.
11188
11189 2006-05-03  Bruno Haible  <bruno@clisp.org>
11190
11191         * lib/stdint_.h: Shorter URL.
11192         * lib/inttypes.h: Likewise.
11193
11194 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
11195
11196         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
11197
11198 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
11199
11200         * lib/verify.h: Document the internals better.  Most of this change
11201         was written by Bruno Haible.
11202
11203 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
11204
11205         * doc/verify.texi: New file, partly based on a proposal by
11206         Bruno Haible.
11207
11208 2006-05-02  Bruno Haible  <bruno@clisp.org>
11209
11210         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
11211         test from here...
11212         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
11213
11214 2006-04-29  Bruno Haible  <bruno@clisp.org>
11215
11216         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
11217         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
11218
11219 2006-04-29  Bruno Haible  <bruno@clisp.org>
11220
11221         * gnulib-tool: Make --update option actually work.
11222
11223 2006-04-29  Bruno Haible  <bruno@clisp.org>
11224
11225         * doc/gcd.texi: New file.
11226         * doc/gnulib.texi: Include it.
11227
11228 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
11229
11230         * lib/getdate.y (get_date): When adding relative date, start with the
11231         initial time, not with the result of the first mktime call.
11232
11233 2006-04-25  Bruno Haible  <bruno@clisp.org>
11234
11235         * gnulib-tool (func_import): Output the include directives in three
11236         blocks, sorted separately.
11237         Reported by Ben Pfaff <blp@cs.stanford.edu>.
11238
11239 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
11240
11241         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
11242         to define main with arguments, for C++.  Reported by Eric Blake.
11243         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
11244         Prefer 'int main ()' to 'int main (void)', for C++.
11245         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
11246         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
11247         for 'main', for C99 and C++.
11248
11249 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
11250
11251         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
11252         Don't assume that exit status -1 is valid.
11253         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
11254         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
11255         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
11256         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
11257         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
11258         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
11259         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
11260         functions can be used without declaring them, or that you can
11261         exit with status -1.
11262         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
11263
11264 2006-04-24  Karl Berry  <karl@gnu.org>
11265
11266         * config/srclist.txt (longdouble.m4): sync lost.
11267
11268 2006-04-24  Eric Blake  <ebb9@byu.net>
11269
11270         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
11271
11272 2006-04-24  Bruno Haible  <bruno@clisp.org>
11273
11274         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
11275         poll() implementation in AIX.
11276         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11277
11278 2006-04-24  Bruno Haible  <bruno@clisp.org>
11279
11280         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
11281         assigned exactly once.
11282
11283 2006-04-23  Claudio Fontana  <claudio@gnu.org>
11284             Bruno Haible  <bruno@clisp.org>
11285
11286         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
11287         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
11288         for AM_CPPFLAGS.
11289
11290 2006-04-23  Bruno Haible  <bruno@clisp.org>
11291
11292         * modules/copy-file: Depend on unistd.
11293         * modules/execute: Likewise.
11294         * modules/fatal-signal: Likewise.
11295         * modules/findprog: Likewise.
11296         * modules/mkdtemp : Likewise.
11297         * modules/pipe: Likewise.
11298         * modules/wait-process: Likewise.
11299
11300 2006-04-23  Bruno Haible  <bruno@clisp.org>
11301
11302         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
11303         condition was already detected.
11304         Reported by Ben Pfaff <blp@cs.stanford.edu>.
11305
11306 2006-04-23  Bruno Haible  <bruno@clisp.org>
11307
11308         * lib/copy-file.c: Include <unistd.h> unconditionally.
11309         * lib/execute.c: Likewise.
11310         * lib/fatal-signal.c: Likewise.
11311         * lib/findprog.c: Likewise.
11312         * lib/mkdtemp.c: Likewise.
11313         * lib/pipe.h: Likewise.
11314         * lib/pipe.c: Likewise.
11315         * lib/wait-process.h: Likewise.
11316
11317 2006-04-23  Bruno Haible  <bruno@clisp.org>
11318
11319         * gnulib-tool (func_usage): Fix --import description. Document
11320         --update.
11321         (func_import): Create temporary file in a temporary directory, if
11322         --dry-run is specified. Silence errors from 'grep' when there are no
11323         m4 files in $m4dir.
11324         (func_create_testdir): Silence errors from 'grep' when there are no
11325         m4 files in $m4dir.
11326         Reported by Karl Berry <karl@freefriends.org>.
11327
11328 2006-04-20  Bruno Haible  <bruno@clisp.org>
11329
11330         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
11331         one argument, so that the code will be portable to Autoconf 2.60.
11332         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
11333         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
11334         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
11335
11336 2006-04-19  Derek Price  <derek@ximbiot.com>
11337             Eric Blake  <ebb9@byu.net>
11338
11339         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
11340         rather than "/full/path.h".  Update comment to match.  Shorten &
11341         generalize m4_translit call via AS_TR_CPP.
11342
11343 2006-04-19  Derek Price  <derek@ximbiot.com>
11344             Eric Blake  <ebb9@byu.net>
11345
11346         * lib/inttypes.h: Correct grammar in comment.
11347
11348 2006-04-18  Derek Price  <derek@ximbiot.com>
11349             Paul Eggert  <eggert@cs.ucla.edu>
11350
11351         * modules/inttypes: New file.
11352         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
11353
11354 2006-04-18  Derek Price  <derek@ximbiot.com>
11355             Paul Eggert  <eggert@cs.ucla.edu>
11356
11357         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
11358         New files.
11359
11360 2006-04-18  Derek Price  <derek@ximbiot.com>
11361             Paul Eggert  <eggert@cs.ucla.edu>
11362
11363         * lib/inttypes.h: New file.
11364         * lib/strtoimax.c: Assume <inttypes.h>.
11365
11366 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
11367
11368         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
11369         isn't mounted.  Problem reported by Kir Kolyshkin.
11370
11371 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
11372
11373         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
11374         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
11375         Derek R. Price.
11376         * lib/regex.h (RE_DUP_MAX): Update comment to match current
11377         implementation.
11378
11379 2006-04-12  Eric Blake  <ebb9@byu.net>
11380
11381         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
11382         is now done automatically by the corresponding Autoconf macro.
11383
11384 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
11385
11386         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
11387         time_r.h.
11388
11389 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
11390
11391         Merge regex changes from libc, removing some of our
11392         POSIX-conformance changes that were rejected and redoing them in a
11393         less-intrusive way.
11394
11395         * lib/regcomp.c (re_compile_internal, init_dfa):
11396         Length arg is now size_t, not Idx.  All uses changed.
11397         (peek_token): Forward decl now says internal_function.
11398         (__re_error_msgid, __re_error_msgid_idx):
11399         Now static rather than extern with attribute_hidden.
11400         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
11401         For some reason libc prefers K&R style defns for external functions.
11402         (regerror) [!defined _LIBC]: Likewise.
11403         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
11404         (seek_collating_symbol_entry, lookup_collation_sequence_value):
11405         (build_range_exp, build_collating_symbol):
11406         Use K&R-style defn.
11407         (re_compile_fastmap): Use '\0' to memset, not 0.
11408         (utf8_sb_map): Make the calculations more obvious.
11409         (init_dfa, parse_bracket_exp, build_charclass_op):
11410         Call calloc and cast result, as glibc does.
11411         (init_word_char, fetch_token, peek_token, peek_token_bracket):
11412         (build_range_exp, build_collating_symbol):
11413         Now internal functions.
11414
11415         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
11416
11417         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
11418         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
11419         Don't depend on VMS; depend on __VMS instead, for POSIX
11420         namespace cleanness.
11421         (regoff_t): Define to ssize_t, not long int.
11422
11423         Remove the REG_ macros named below.  Instead, make the old names
11424         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
11425         __USE_GNU_REGEX.
11426         (REG_BACKSLASH_ESCAPE_IN_LISTS):
11427         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
11428         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
11429         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
11430         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
11431         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
11432         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
11433         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
11434         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
11435         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
11436         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
11437         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
11438         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
11439         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
11440         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
11441         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
11442         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
11443         (REG_NREGS):
11444         Remove.  All uses replaced by the old RE_* names.
11445         (RE_BACKSLASH_ESCAPE_IN_LISTS):
11446         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
11447         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
11448         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
11449         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
11450         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
11451         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
11452         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
11453         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
11454         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
11455         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
11456         Don't bother having these macros be independent of each others'
11457         values, since they no longer exist in the POSIX name space.
11458
11459         Rename the following member names back to their old names,
11460         unless !__USE_GNU_REGEX.  All uses changed back.
11461         (buffer): Renamed from re_buffer.
11462         (allocated): Renamed from re_allocated.
11463         (used): Renamed from re_used.
11464         (syntax): Renamed from re_syntax.
11465         (fastmap): Renamed from re_fastmap.
11466         (translate): Renamed from re_translate.
11467         (can_be_null): Renamed from re_can_be_null.
11468         (regs_allocated): Renamed from re_regs_allocated.
11469         (fastmap_accurate): Renamed from re_fastmap_accurate.
11470         (no_sub): Renamed from re_no_sub.
11471         (not_bol): Renamed from re_not_bol.
11472         (not_eol): Renamed from re_not_eol.
11473         (newline_anchor): Renamed from re_newline_anchor.
11474         (num_regs): Renamed from rm_num_regs.
11475         (start): Renamed from rm_start.
11476         (end): Renamed from rm_end.
11477
11478         (free_state): Move up a bit.
11479
11480         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
11481         #define to be empty.
11482         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
11483         when that is what is intended.
11484         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
11485         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
11486         (MAX): New macro.
11487         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
11488         All uses changed back to re_malloc, etc.  It's now the caller's
11489         responsibility to check for overflow; all callers changed.
11490         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
11491         (re_x2nrealloc): Remove.
11492         (free_state): Remove decl.
11493
11494         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
11495         (re_set_registers, re_exec):
11496         Use K&R-style defn.
11497
11498         2006-01-31  Roland McGrath  <roland@redhat.com>
11499
11500         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
11501         Reported by Mike Frysinger <vapier@gentoo.org>.
11502
11503         2006-01-15  Andreas Jaeger  <aj@suse.de>
11504
11505         [BZ #1950]
11506         * lib/regex_internal.c (re_string_reconstruct): Adjust for
11507         build_wcs_upper_buffer change.
11508         (build_wcs_upper_buffer): Change return type.
11509
11510         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
11511
11512         * lib/regex_internal.h: Include <stdint.h> if available.
11513
11514         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
11515
11516         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
11517
11518         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
11519
11520         * lib/regcomp.c: Adjust for changed secondary hash function.
11521
11522         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
11523
11524         * lib/regex.h: Pretty printing.
11525         Clean up namespace a bit.
11526
11527         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
11528
11529         * lib/regexec.c (update_cur_sifted_state, check_arrival,
11530         check_arrival_add_next_nodes): Avoid using uninitialized variable.
11531
11532         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
11533                     Ulrich Drepper  <drepper@redhat.com>
11534
11535         [BZ #1302]
11536         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
11537         changed.
11538         (bitset_word_t): Renamed from bitset_word.  All uses changed.
11539
11540         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
11541
11542         [BZ #281]
11543         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
11544         * lib/regcomp.c: Remove unnecessary uses of
11545         unsigned RE_TRANSLATE_TYPE.
11546         * lib/regex_internal.h: Likewise.
11547         * lib/regex_internal.c: Likewise.
11548         * lib/regexec.c: Likewise.
11549         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
11550
11551         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
11552
11553         * lib/regexec.c (find_recover_state): Remove unnecessary
11554         initialization.
11555         (transit_state_bkref): Make DFA a const pointer.
11556         (get_subexp): Likewise.
11557         (check_arrival): Likewise.
11558         (update_cur_sifted_state): Likewise.
11559         (re_search_internal): Likewise.
11560         (prune_impossible_nodes): Likewise.
11561         (acquire_init_state_context): Likewise.
11562         (proceed_next_node): Likewise.
11563         (set_regs): Likewise.
11564         (free_fail_stack_return): Likewise.
11565         (check_arrival_expand_ecl): Mark DFA parameter as const.
11566         (check_arrival_expand_ecl_sub): Likewise.
11567         (check_subexp_limits): Likewise.
11568         (sub_epsilon_src_nodes):  Likewise.
11569         (add_epsilon_src_nodes):  Likewise.
11570         (merge_state_array): Likewise.
11571         (update_regs): Likewise.
11572         (build_trtable): Likewise.
11573         (sift_states_backward): Mark MCTX parameter as const.
11574         (build_sifted_states): Likewise.
11575         (update_cur_sifted_state): Likewise.
11576         (sift_states_mkref): Likewise.
11577         (check_arrival_expand_ecl): Mark eclosure as const.
11578         (check_dst_limits_calc_pos_1): Likewise.
11579         * lib/regex_internal.h (re_match_context_t): Make dfa a const
11580         pointer.
11581
11582         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
11583
11584         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
11585         (transit_state_sb): Likewise.
11586         (transit_state_mb): Likewise.
11587         (sift_states_iter_mb): Likewise.
11588         (check_arrival_add_next_nodes): Likewise.
11589         (check_node_accept_bytes): Change first parameter to pointer-to-const.
11590         [_LIBC] (re_search_2_stub): Use mempcpy.
11591
11592         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
11593         mbrtowc for very simple UTF-8 case.
11594
11595         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
11596         a pointer-to-const.
11597         (re_acquire_state_context): Likewise.
11598         * lib/regex_internal.h: Adjust prototypes.
11599
11600         * lib/regex.c: Prevent using C++ compilers.
11601
11602         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
11603         (re_acquire_state_context): Likewise.
11604
11605 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
11606
11607         * modules/regex (Depends-on): Add ssize_t.
11608
11609 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
11610
11611         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
11612         translation table.
11613
11614 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
11615
11616         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
11617
11618 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
11619             Bruno Haible  <bruno@clisp.org>
11620
11621         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
11622         <sys/types.h> and <inttypes.h>.
11623
11624 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11625
11626         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
11627         `__error_t_defined', so argp.h will not typedef the former.
11628
11629 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
11630
11631         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
11632         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
11633         glibc names.  Even if glibc is changed to conform to POSIX, the
11634         traditional names will be available anyway, since regex depends on
11635         the extensions module.  Also, fix a longstanding typo in the
11636         implementation of Spencer ERE test #75 from grep 2.3.  Problems
11637         reported by Emanuele Giaquinta.  Also, change sense of cached
11638         variable, so that the message makes sense.
11639
11640 2006-03-24  Simon Josefsson  <jas@extundo.com>
11641
11642         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
11643         including some doc fixes.
11644         (base64_encode_alloc): Fix +1 bug on allocation failures.
11645
11646 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11647
11648         * lib/base64.c (base64_encode): Do not read past end of array with
11649         unsanitized input on systems with CHAR_BIT > 8.
11650
11651 2006-03-24  Eric Blake  <ebb9@byu.net>
11652
11653         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
11654
11655 2006-03-22  Karl Berry  <karl@gnu.org>
11656
11657         * config/srclist.txt (*setenv.[ch]): get from coreutils.
11658         * config/srclistvars.sh (COREUTILS): new var.
11659
11660 2006-03-17  Jim Meyering  <jim@meyering.net>
11661
11662         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
11663         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
11664
11665 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
11666
11667         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
11668         no longer needs it.  Instead, check that regoff_t is as least
11669         as wide as ptrdiff_t.
11670
11671         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
11672         so that our regex.h stays compatible with the installed regex.
11673         This is helpful for installers who configure --without-included-regex.
11674         Problem reported by Emanuele Giaquinta.
11675
11676 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
11677
11678         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
11679         Typedef to long int, not to off_, as POSIX will likely change
11680         in that direction.
11681
11682 2006-03-15  Eric Blake  <ebb9@byu.net>
11683
11684         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
11685
11686 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
11687
11688         * lib/argp-help.c (validate_uparams): Fix typo
11689         * lib/argp-parse.c (argp_default_options): Consistently begin help
11690         messages with a lowercase letter.
11691
11692 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
11693
11694         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
11695         overrun buffers and shouldn't be used (much as gets shouldn't be
11696         used).
11697         * lib/time_r.c (asctime_r, ctime_r): Likewise.
11698
11699 2006-03-08  Simon Josefsson  <jas@extundo.com>
11700
11701         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
11702         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11703
11704 2006-03-08  Simon Josefsson  <jas@extundo.com>
11705
11706         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
11707         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11708
11709 2006-03-08  Simon Josefsson  <jas@extundo.com>
11710
11711         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
11712         signal that configure disabled the device.
11713
11714 2006-03-08  Simon Josefsson  <jas@extundo.com>
11715
11716         * build-aux/maint.mk: Fix refresh-po, to handle no translated
11717         languages.
11718
11719 2006-03-07  Simon Josefsson  <jas@extundo.com>
11720
11721         * modules/getopt (Depends-on): Add unistd.
11722
11723         * modules/unistd: New file.
11724
11725 2006-03-07  Simon Josefsson  <jas@extundo.com>
11726
11727         * modules/gc-random: New file.
11728
11729 2006-03-07  Simon Josefsson  <jas@extundo.com>
11730
11731         * m4/unistd_h.m4: New file.
11732
11733 2006-03-07  Simon Josefsson  <jas@extundo.com>
11734
11735         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
11736         test to be side-effect free by storing the result in the cache
11737         variable gl_cv_lib_readline, and moving the assignment of
11738         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
11739         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11740
11741 2006-03-07  Simon Josefsson  <jas@extundo.com>
11742
11743         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
11744         error on missing devices (the functions will return an error).
11745
11746         * m4/gc.m4: Move random stuff to gc-random.m4
11747
11748 2006-03-07  Simon Josefsson  <jas@extundo.com>
11749
11750         * lib/unistd_.h: New file.
11751
11752 2006-03-07  Simon Josefsson  <jas@extundo.com>
11753
11754         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
11755
11756 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
11757
11758         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
11759         Problem reported by Juan Manuel Guerrero.
11760
11761 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
11762
11763         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
11764         the unistd module.
11765         * lib/getlogin_r.c: Likewise.
11766         * lib/getlogin_r.h: Likewise.
11767         * lib/glob.c: Likewise.
11768         * lib/pagealign_alloc.c: Likewise.
11769         * lib/unistd_.h: Remove; no longer needed.
11770
11771 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
11772
11773         * MODULES.html.sh (Support for systems lacking POSIX:2001):
11774         Add unistd.
11775         * modules/c-stack (Depends-on): Add unistd.
11776         * modules/getlogin_r: Likewise.
11777         * modules/glob: Likewise.
11778         * modules/pagealign_alloc: Likewise.
11779         * modules/unistd (Files): Remove lib/unistd_.h.
11780         (EXTRA_DIST): Remove.
11781         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
11782         need unistd_.h.
11783         (MOSTLYCLEANFILES): Remove unistd.h-t.
11784
11785 2006-03-03  Simon Josefsson  <jas@extundo.com>
11786
11787         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
11788
11789 2006-03-03  Simon Josefsson  <jas@extundo.com>
11790
11791         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
11792         libidn and bison.
11793
11794 2006-03-03  Simon Josefsson  <jas@extundo.com>
11795
11796         * build-aux/maint.mk: Add indent target.
11797
11798 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
11799
11800         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
11801         our replacement poll.h in any case, to avoid a differing
11802         declaration from a system header.  Seen on AIX.
11803
11804 2006-03-01  Simon Josefsson  <jas@extundo.com>
11805
11806         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
11807         <kasal@ucw.cz>.
11808
11809 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
11810
11811         * modules/gettime (Depends-on): Add extensions module.
11812         * modules/nanosleep (Depends-on): Likewise.
11813         * modules/settime (Depends-on): Likewise.
11814
11815 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
11816
11817         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
11818         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
11819         pedantically.
11820         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
11821         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
11822
11823         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
11824         not "==".  Reported by Ralf Wildenhues.
11825
11826 2006-03-01  Karl Berry  <karl@gnu.org>
11827
11828         * doc/Copyright/request-*: new files, synced from gnuorg.
11829
11830 2006-03-01  Karl Berry  <karl@gnu.org>
11831
11832         * config/srclist.txt (Copyright/*): new entries.
11833
11834 2006-02-28  Simon Josefsson  <jas@extundo.com>
11835
11836         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
11837
11838 2006-02-27  Simon Josefsson  <jas@extundo.com>
11839
11840         * lib/base64.h: Indent #define's.  From Jim Meyering
11841         <jim@meyering.net>.
11842
11843 2006-02-27  Jim Meyering  <jim@meyering.net>
11844
11845         Revert the change of 2006-02-24, so these files can continue
11846         to be sync'd from gettext.
11847         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
11848         of `config.h'.
11849
11850 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
11851
11852         * modules/intprops: New file.
11853         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
11854         Add intprops.
11855         * modules/getloadavg (Files): Remove lib/intprops.h.
11856         (Depends-on): Add intprops.
11857         * modules/human: Likewise.
11858         * modules/inttostr: Likewise.
11859         * modules/openat: Likewise.
11860         * modules/sig2str: Likewise.
11861         * modules/userspec: Likewise.
11862         * modules/utimecmp: Likewise.
11863         * modules/xnanosleep: Likewise.
11864         * modules/xstrtol: Likewise.
11865
11866 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
11867
11868         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
11869         * modules/lock-tests (TESTS): Use $(EXEEXT).
11870         * modules/tls-tests: Likewise.
11871         * modules/argp-tests: Likewise.
11872         (check_PROGRAMS): New var, replacing...
11873         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
11874
11875 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11876
11877         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
11878         `config.h'.
11879
11880 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
11881
11882         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
11883
11884 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11885
11886         Sync from coreutils.
11887         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
11888         gl_CHDIR_SAFER.
11889
11890 2006-02-22  Jim Meyering  <jim@meyering.net>
11891
11892         Sync from coreutils.
11893         * m4/chdir-safer.m4: New file.
11894
11895 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
11896
11897         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
11898         AT_FDCWD exceeds INT_MAX.
11899         * lib/openat.h (AT_FDCWD): Likewise.
11900
11901 2006-02-17  Eric Blake  <address@hidden>
11902
11903         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
11904
11905 2006-02-16  Simon Josefsson  <jas@extundo.com>
11906
11907         * modules/getaddrinfo (Depends-on): Add sys_socket.
11908
11909 2006-02-15  Simon Josefsson  <jas@extundo.com>
11910
11911         * build-aux/maint.mk: Add dsyntax-check rule.
11912
11913 2006-02-15  Eric Blake  <ebb9@byu.net>
11914
11915         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
11916         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
11917         'present but cannot compile' warnings on cygwin.
11918         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
11919         use ws2tcpip.h if sys/socket.h works.
11920         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
11921         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
11922
11923 2006-02-14  Simon Josefsson  <jas@extundo.com>
11924
11925         * modules/maintainer-makefile (Files): Rename.
11926
11927         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
11928         and (the local) Makefile.cfg to maint-cfg.mk.
11929
11930         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
11931         to the latter.
11932
11933         * modules/maintainer-makefile: New module.
11934
11935         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
11936         severaly stripped to make it possible to build it up from scratch
11937         with reliable tests.
11938
11939         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
11940         fixes to permit overriding the default actions when configure and
11941         makefile are not available.
11942
11943 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
11944
11945         Sync from coreutils.
11946         * modules/lstat (Depends-on): Don't depend on xalloc.
11947         (License): Change from GPL to LGPL, since this is now simply a
11948         replacement for a libc function.
11949
11950 2006-02-14  Jim Meyering  <jim@meyering.net>
11951
11952         Sync from coreutils.
11953
11954         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
11955         failure on deficient systems, and simplify gnulib lgpl dependencies.
11956         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
11957         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
11958
11959         * lib/xalloc-die.c: Remove unused definition of N_.
11960
11961 2006-02-14  Jim Meyering  <jim@meyering.net>
11962
11963         Sync from coreutils.
11964         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
11965         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
11966         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
11967         double-quote uses of that variable, to accommodate the rare case in
11968         which getmntent is available in none of the libraries checked.  This
11969         happens at least on FreeBSD 5.0.
11970
11971 2006-02-13  Simon Josefsson  <jas@extundo.com>
11972
11973         * gnulib-tool (Usage): Fix --import, from
11974         karl@freefriends.org (Karl Berry).
11975
11976 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
11977
11978         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
11979
11980 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
11981
11982         * lib/argp-namefrob.h: Restore changes accidentally lost during the
11983         "autoupdate" on 2005-12-12.
11984
11985 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
11986
11987         * modules/closeout (Depends-on): Remove atexit.
11988
11989 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
11990
11991         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
11992         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
11993
11994 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
11995
11996         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
11997         __EXTENSIONS__ if this causes compilation to fail.  Problem
11998         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
11999         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
12000
12001 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
12002
12003         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
12004         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
12005         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
12006         All uses changed.
12007
12008 2006-01-26  Simon Josefsson  <jas@extundo.com>
12009
12010         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
12011         prototype is visible on mingw32.
12012
12013         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
12014         for mingw32.
12015
12016         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
12017         mingw32).
12018
12019 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
12020
12021         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
12022         attempt to open for write; this always fails, at least on POSIX
12023         hosts.  This reinstates the 2006-01-09 change, which was
12024         inadvertently removed.
12025
12026 2006-01-26  Bruno Haible  <bruno@clisp.org>
12027
12028         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
12029         Reported by Paul Eggert.
12030
12031 2006-01-26  Bruno Haible  <bruno@clisp.org>
12032             Paul Eggert  <eggert@cs.ucla.edu>
12033
12034         * lib/stdbool_.h (_Bool)
12035         [(! (defined __cplusplus || defined __BEOS__)
12036           && !defined __GNUC__
12037           && !(defined __HP_cc || defined __xlc__
12038                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
12039                || defined __sgi))]:
12040         #define to signed char in these cases too; this simplifies
12041         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
12042         etc., separately) and makes it more conservative.
12043
12044 2006-01-25  Simon Josefsson  <jas@extundo.com>
12045
12046         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
12047         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
12048         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
12049
12050 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
12051
12052         * lib/argp-namefrob.h: Bugfix. Remove stray #
12053
12054 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
12055
12056         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
12057         so that we test the test.
12058         Check for yet another HP-UX cc bug involving *bool |= bool.
12059
12060 2006-01-25  Karl Berry  <karl@gnu.org>
12061
12062         * config/srclist.txt (vasnprintf.c): sync lost.
12063
12064 2006-01-25  Jim Meyering  <jim@meyering.net>
12065
12066         Sync from the stable (b5) branch of coreutils:
12067
12068         * lib/fts.c (fts_children): Don't let close() clobber errno from
12069         failed fchdir().
12070
12071         * lib/fts.c (fts_stat): When following a symlink-to-directory,
12072         don't necessarily interpret stat-fails+lstat-succeeds as indicating
12073         a dangling symlink.  That can also happen at least for ELOOP.
12074         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
12075         FYI, this bug predates the inclusion of fts.c in coreutils.
12076
12077         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
12078         in their own block, so pre-c99 compilers don't object.
12079
12080         Avoid the double-free (first in fts_read, second in fts_close) that
12081         would occur when an `active' directory is made inaccessible (e.g.,
12082         via chmod a-x) during a traversal.
12083         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
12084         before returning.  Reproduce this failure by
12085         mkdir -p a/b; cd a; chmod a-x . b
12086         Reported by Stavros Passas.
12087
12088 2006-01-25  Jim Meyering  <jim@meyering.net>
12089
12090         * lib/fileblocks.c: Remove more useless parentheses.
12091         * lib/readutmp.h: Likewise.
12092
12093 2006-01-25  Bruno Haible  <bruno@clisp.org>
12094
12095         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
12096         warnings.
12097         Reported by Paul Eggert.
12098
12099 2006-01-25  Bruno Haible  <bruno@clisp.org>
12100
12101         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
12102         rid of a trap command. For Solaris sh.
12103         Reported by Mark D. Baushke <mdb@gnu.org>.
12104
12105 2006-01-24  Simon Josefsson  <jas@extundo.com>
12106
12107         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
12108         Bruno.
12109
12110 2006-01-24  Karl Berry  <karl@gnu.org>
12111
12112         * config/srclist.txt (argp-namefrob.h): sync lost.
12113
12114 2006-01-24  Jim Meyering  <jim@meyering.net>
12115
12116         * modules/openat (Files): Add lib/intprops.h.
12117         From Mark D. Baushke.
12118
12119 2006-01-24  Jim Meyering  <jim@meyering.net>
12120
12121         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
12122         Reported by Mark D. Baushke.
12123
12124 2006-01-24  Jim Meyering  <jim@meyering.net>
12125
12126         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
12127
12128 2006-01-24  Bruno Haible  <bruno@clisp.org>
12129
12130         * modules/strnlen (Maintainer): Change from glibc to all.
12131
12132 2006-01-24  Bruno Haible  <bruno@clisp.org>
12133
12134         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
12135         Patch by Paul Eggert.
12136
12137 2006-01-24  Bruno Haible  <bruno@clisp.org>
12138
12139         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
12140         already has it.
12141         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
12142         2005-11-26.
12143
12144         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
12145         'signed char' to avoid problems with the built-in _Bool type.
12146         Reported by Paul Eggert on 2005-11-26.
12147
12148 2006-01-24  Bruno Haible  <bruno@clisp.org>
12149
12150         * gnulib-tool (func_import): Avoid constructing complicated sed
12151         expressions inside backquote.
12152         Report and solution by Mark D. Baushke <mdb@gnu.org>.
12153
12154 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
12155
12156         These changes imported from libc.
12157         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
12158         test and two separate function calls.
12159         * lib/strndup.c (__strndup): Add libc_hidden_def.
12160
12161 2006-01-23  Simon Josefsson  <jas@extundo.com>
12162
12163         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
12164         Remove the test_*_SOURCES variable: automake infers it by default.
12165         * modules/tls-tests: Likewise.
12166
12167 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
12168
12169         Work around porting bugs reported by Dieter in
12170         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
12171         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
12172         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
12173         Include "getopt.h" first, to check interface.
12174         (getenv): Declare only if defined HAVE_DECL_GETENV &&
12175         !HAVE_DECL_GETENV.
12176         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
12177         (__strndup): Revert to K&R-style function dfns, the glibc style.
12178         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
12179         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
12180         Include strnlen.h first, to get prototype properly.
12181         (strnlen): Renamed from __strnlen.
12182         Remove weak alias.
12183
12184 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
12185
12186         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
12187
12188 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
12189
12190         * config/srclist.txt: Adjust to reflect glibc reorganization.
12191         This affects only comments.
12192
12193 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
12194
12195          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
12196          Reported by Bruce Korb <bkorb@gnu.org>.
12197
12198 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
12199
12200         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
12201         to pacify gcc -Wswitch-default.
12202
12203 2006-01-22  Bruno Haible  <bruno@clisp.org>
12204
12205         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
12206         temporary buffer for sprintf, take into account the precision also
12207         for 'd', 'i', 'u', 'o', 'x', 'X'.
12208
12209 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
12210
12211         * modules/argp-tests: New module
12212         * tests/test-argp.c: New file
12213         * tests/test-argp-2.sh: New file
12214
12215 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
12216
12217         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
12218         (__argp_base_name): Removed
12219         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
12220         typo.
12221         (__argp_base_name): Provide macro definition or extern declaration
12222         depending on the configuration
12223
12224 2006-01-20  Simon Josefsson  <jas@extundo.com>
12225
12226         * modules/inet_ntop (Depends-on): Depend on sys_socket.
12227
12228 2006-01-20  Simon Josefsson  <jas@extundo.com>
12229
12230         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
12231
12232 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
12233
12234         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
12235         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
12236         Suggested by Bruno Haible.
12237
12238 2006-01-20  Karl Berry  <karl@gnu.org>
12239
12240         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
12241         until changes propagate, I guess.
12242
12243 2006-01-19  Simon Josefsson  <jas@extundo.com>
12244
12245         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
12246
12247 2006-01-19  Simon Josefsson  <jas@extundo.com>
12248
12249         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
12250
12251 2006-01-19  Simon Josefsson  <jas@extundo.com>
12252
12253         * gnulib-tool: Set check_PROGRAMS.
12254
12255         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
12256         modules/des-tests, modules/gc-arcfour-tests,
12257         modules/gc-arctwo-tests, modules/gc-des-tests,
12258         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
12259         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
12260         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
12261         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
12262         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
12263         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
12264         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
12265         test_*_SOURCES.
12266
12267 2006-01-18  Simon Josefsson  <jas@extundo.com>
12268
12269         * modules/socklen (Depends-on): Depend on sys_socket.
12270
12271 2006-01-18  Simon Josefsson  <jas@extundo.com>
12272
12273         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
12274         modules/des-tests, modules/gc-arcfour-tests,
12275         modules/gc-arctwo-tests, modules/gc-des-tests,
12276         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
12277         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
12278         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
12279         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
12280         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
12281         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
12282         $(EXEEXT) to automake TESTS variable, for mingw32.
12283
12284 2006-01-17  Simon Josefsson  <jas@extundo.com>
12285
12286         * modules/socklen (Include): Need sys/socket.h.
12287
12288 2006-01-17  Bruno Haible  <bruno@clisp.org>
12289
12290         * modules/ssize_t (Include): Add <sys/types.h>.
12291
12292 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
12293
12294         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
12295         it's not portable and it doesn't work with cross-compiles.
12296         Problem reported by Bruno Haible.  Fix missing-$ typo in
12297         'test "gl_cv_ignore_unused_libraries" ...' that prevented
12298         -zignore from being used with Sun's C compiler.
12299
12300 2006-01-12  Simon Josefsson  <jas@extundo.com>
12301
12302         * lib/base64.c: Fix warning, reported by Bruno Haible
12303         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
12304
12305 2006-01-12  Bruno Haible  <bruno@clisp.org>
12306
12307         * modules/ldd: New file.
12308         * build-aux/ldd.sh.in: New file.
12309         * MODULES.html.sh (Support for building libraries and executables): Add
12310         ldd.
12311
12312 2006-01-12  Bruno Haible  <bruno@clisp.org>
12313
12314         * m4/ldd.m4: New file.
12315
12316 2006-01-12  Bruno Haible  <bruno@clisp.org>
12317
12318         * gnulib-tool (func_import, func_create_testdir): Don't go into an
12319         endless loop while replacing $auxdir with build-aux.
12320
12321 2006-01-11  Simon Josefsson  <jas@extundo.com>
12322
12323         * lib/stdint_.h (SIZE_MAX): Add missing (.
12324
12325 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
12326
12327         Sync from coreutils.
12328         * lib/md5.c: Fix commentary typos.
12329         (alignof, UNALIGNED_P): No need for a GCC-specific version.
12330         * lib/md5.h (__attribute__): Remove; unused.
12331         * lib/sha1.c: Fix commentary to match md5 better.
12332         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
12333         so that we don't need to worry about alignment.  All uses changed.
12334         This merges the 2005-10-28 md5 change into sha1.
12335
12336 2006-01-11  Jim Meyering  <jim@meyering.net>
12337
12338         Sync from coreutils.
12339         * lib/md5.c (OP): Fix spacing.
12340
12341 2006-01-11  Bruno Haible  <bruno@clisp.org>
12342
12343         Ensure automatic ordering between gl_LOCK and gl_ARGP.
12344         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
12345         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
12346
12347 2006-01-11  Bruno Haible  <bruno@clisp.org>
12348
12349         Ensure automatic ordering between gl_LOCK and gl_ARGP.
12350         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
12351         the "early" section as well.
12352
12353 2006-01-11  Bruno Haible  <bruno@clisp.org>
12354
12355         Avoid "ar: no archive members specified" error on MacOS X.
12356         * gnulib-tool (func_modules_add_dummy): New function.
12357         (func_import, func_create_testdir): Invoke it.
12358
12359 2006-01-11  Bruno Haible  <bruno@clisp.org>
12360
12361         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
12362         with $auxdir in AC_CONFIG_FILES statements.
12363
12364 2006-01-11  Bruno Haible  <bruno@clisp.org>
12365
12366         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12367         Initialize also noinst_HEADERS to empty.
12368
12369 2006-01-11  Bruno Haible  <bruno@clisp.org>
12370
12371         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
12372         variables.
12373         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
12374         autoreconf.
12375
12376 2006-01-11  Bruno Haible  <bruno@clisp.org>
12377
12378         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
12379         overridable by the user.
12380         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12381
12382 2006-01-10  Simon Josefsson  <jas@extundo.com>
12383
12384         * modules/sys_socket: New file.
12385
12386 2006-01-10  Simon Josefsson  <jas@extundo.com>
12387
12388         * m4/sys_socket_h.m4: New file.
12389
12390 2006-01-10  Simon Josefsson  <jas@extundo.com>
12391
12392         * lib/socket_.h: New file.
12393
12394 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
12395
12396         * modules/readutmp (Maintainer): Add myself.
12397
12398 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
12399
12400         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
12401         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
12402         People who are still concerned with buggy memcmp implementations
12403         can invoke gl_FUNC_MEMCMP themselves.
12404
12405 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
12406
12407         * lib/regex_internal.h (BITSET_WORD_BITS):
12408         Work around a bug in 64-bit PGC (before version 6.1-2), where the
12409         preprocessor mishandles large unsigned values as if they were signed.
12410         Problem reported by Claudio Fontana in
12411         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
12412
12413 2006-01-10  Jim Meyering  <jim@meyering.net>
12414
12415         Avoid the double-free (first in fts_read, second in fts_close) that
12416         would occur when an `active' directory is made inaccessible (e.g.,
12417         via chmod a-x) during a traversal.
12418         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
12419         before returning.  Reproduce this failure by
12420         mkdir -p a/b; cd a; chmod a-x . b
12421         Reported by Stavros Passas.
12422
12423         Sync from coreutils.
12424         * lib/sha1.c: Tweak grammar in a comment.
12425
12426 2006-01-10  Jim Meyering  <jim@meyering.net>
12427
12428         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
12429         Patch by Joerg Sonnenberger.
12430
12431 2006-01-10  Bruno Haible  <bruno@clisp.org>
12432
12433         * modules/readutmp: Depend on module free.
12434         * modules/strtok_r: Depend on module restrict.
12435
12436 2006-01-10  Bruno Haible  <bruno@clisp.org>
12437
12438         * modules/gettext (configure.ac): Add an invocation of
12439         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
12440
12441 2006-01-10  Bruno Haible  <bruno@clisp.org>
12442
12443         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
12444         Reported by Werner Lemberg <wl@gnu.org>.
12445
12446 2006-01-10  Bruno Haible  <bruno@clisp.org>
12447
12448         * lib/localcharset.c: Update from GNU gettext.
12449
12450 2006-01-10  Bruno Haible  <bruno@clisp.org>
12451
12452         * lib/argp.h (__const): Remove macro. Use const instead.
12453         * lib/argp-fmtstream.h (__const): Likewise.
12454         * lib/glob_.h (__const): Remove macro.
12455         * lib/glob-libc.h: Use const instead of __const.
12456
12457 2006-01-10  Bruno Haible  <bruno@clisp.org>
12458
12459         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
12460         variable.
12461         Needed to avoid an automake error regarding the 'gettext' module.
12462
12463 2006-01-09  Simon Josefsson  <jas@extundo.com>
12464
12465         * modules/inet_ntop (Depends-on): Add restrict.
12466
12467 2006-01-09  Simon Josefsson  <jas@extundo.com>
12468
12469         * modules/gc-rijndael-tests (License): Put under LGPL.
12470
12471         * modules/gc-des-tests (License): Likewise.
12472
12473         * modules/gc-arcfour-tests (License): Likewise.
12474
12475         * modules/gc-arctwo-tests (License): Likewise.
12476
12477         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
12478
12479         * modules/gc-hmac-sha1-tests (Files): Likewise.
12480
12481         * modules/gc-hmac-md5-tests (License): Likewise.
12482
12483         * modules/gc-sha1-tests (License): Likewise.
12484
12485         * modules/gc-md5-tests (License): Likewise.
12486
12487         * modules/gc-md4-tests (License): Likewise.
12488
12489         * modules/gc-md2-tests (License): Likewise.
12490
12491         * modules/gc-tests (License): Likewise.
12492
12493         * modules/des-tests (License): Likewise.
12494
12495         * modules/md4-tests (License): Likewise.
12496
12497         * modules/md2-tests (License): Likewise.
12498
12499 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12500
12501         Sync from coreutils:
12502
12503         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
12504         * modules/lib-ignore: New file.
12505         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
12506         chdir-safer.m4, lchmod.m4.
12507         * modules/openat: Add mkdirat.c, openat-priv.h.
12508
12509 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12510
12511         Sync from coreutils.
12512         * m4/lib-ignore.m4: New file.
12513         * m4/lchmod.m4: New file.
12514
12515 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12516
12517         Sync from coreutils.
12518         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
12519         for write access: POSIX says that must fail.
12520         * lib/fts.c (diropen): Likewise.
12521         * lib/save-cwd.c (save_cwd): Likewise.
12522         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
12523         well, for minor improvements on hosts that lack O_DIRECTORY.
12524         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
12525         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
12526         Fall back on chown if open failed with EACCES.
12527
12528         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
12529         Report an error at compile-time if only a 1-second nominal clock
12530         resolution is found.
12531
12532         * lib/lchmod.h: New file.
12533         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
12534         (make_dir_parents): Use lchown rather than chown, and
12535         lchmod rather than chmod.
12536
12537         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
12538         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
12539         "proc" reported by n0dalus.
12540
12541         * lib/mountlist.c: Include <limits.h>.
12542         (dev_from_mount_options)
12543         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
12544         New function.  It no longer assumes "dev=" has the System V meaning
12545         on Linux (since it doesn't).  It also parses "dev=" more carefully.
12546         (read_file_system_list)
12547         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
12548         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
12549         dev= in that case.
12550
12551         * lib/posixtm.h (PDS_PRE_2000): New macro.
12552         * lib/posixtm.c (year): Arg is now syntax_bits rather than
12553         allow_century.  All usages changed.  Reject dates outside the range
12554         1969-1999 if PDS_PRE_2000 is used.
12555
12556 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12557
12558         Sync from coreutils.
12559         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
12560         (Time of day items): Mention the possibility of leap seconds.
12561         Problem reported by Dr. David Alan Gilbert.
12562
12563 2006-01-09  Jim Meyering  <jim@meyering.net>
12564
12565         Sync from coreutils.
12566
12567         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
12568
12569         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
12570
12571         * lib/modechange.c (mode_compile): Reject an invalid mode string
12572         that starts with an octal digit.  From Andreas Gruenbacher.
12573
12574         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
12575         and dup to open_safer and dup_safer, respectively.
12576         (openat_permissive): Fix typo in comment.
12577
12578         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
12579         "gettext.h"; either no longer needed or are guaranteed by openat.h.
12580         (_): Remove; no longer needed.
12581         (openat): Renamed from rpl_openat; no need for rpl_openat
12582         since openat.h renames openat for us.
12583         Replace most of the body with a call to openat_permissive,
12584         to avoid duplicate code.
12585         Port to (probably hypothetical) environments were mode_t is
12586         wider than int.
12587         (openat_permissive): Require mode arg, so that we can check
12588         types better.  Put it just after flags.  Change cwd failure
12589         indicator from pointer-to-bool to pointer-to-errno-value.
12590         All callers changed.
12591         Invoke openat_save_fail and/or openat_restore_fail if
12592         cwd_errno is null, so that openat can call us.
12593         (openat_permissive, fdopendir, fstatat, unlinkat):
12594         Simplify errno handling to avoid some duplicate code,
12595         as it's OK to set errno on success.
12596         * lib/openat.h: Revamp code so that function macros depend on
12597         __OPENAT_PREFIX only, not also on AT_FDCWD.
12598         (openat_ro): Remove.  Caller changed to use openat_permissive.
12599         (openat_permissive): Now a macro, if not a function.
12600         (openat_restore_fail, openat_save_fail): Now always functions,
12601         since mkdirat needs them even if __OPENAT_PREFIX is defined.
12602
12603         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
12604         and openat.c.
12605         * lib/mkdirat.c: Include openat-priv.h.
12606         Remove definitions of macros defined therein.
12607         * lib/openat.c: Likewise.
12608
12609         * lib/mkdirat.c (mkdirat): New file and function.
12610         * lib/openat.h (mkdirat): Declare.
12611
12612         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
12613
12614         * lib/openat.h (openat_permissive): Declare.
12615         (openat_ro): Define.
12616
12617         * lib/openat.c (EXPECTED_ERRNO): New macro.
12618         (openat_permissive): New function -- used in remove.c rewrite.
12619         (all functions): Set errno just before returning, only if there
12620         was an actual failure.
12621         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
12622
12623         Emulate openat-family functions using Linux's procfs, if possible.
12624         Idea and some code based on Ulrich Drepper's glibc changes.
12625
12626         * lib/openat.c: (BUILD_PROC_NAME): New macro.
12627         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
12628         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
12629         before falling back on save_cwd and restore_cwd.
12630         (fdopendir, fstatat, unlinkat): Likewise.
12631
12632         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
12633         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
12634
12635         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
12636         as second argument to va_arg.  Otherwise, some versions of gcc
12637         warn that `if this code is reached, the program will abort'.
12638
12639 2006-01-09  Jim Meyering  <jim@meyering.net>
12640
12641         Sync from coreutils.
12642         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
12643         Require openat-priv.h.
12644
12645 2006-01-09  Bruno Haible  <bruno@clisp.org>
12646
12647         * modules/strnlen (Include): Use strnlen.h.
12648
12649 2006-01-09  Bruno Haible  <bruno@clisp.org>
12650
12651         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
12652
12653 2006-01-09  Bruno Haible  <bruno@clisp.org>
12654
12655         * lib/sysexit_.h (EX_OK): New macro.
12656         Suggested by Martin Lambers <marlam@marlam.de>.
12657
12658 2006-01-09  Bruno Haible  <bruno@clisp.org>
12659
12660         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
12661         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
12662
12663 2006-01-09  Bruno Haible  <bruno@clisp.org>
12664
12665         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
12666         numbers.
12667
12668 2006-01-09  Bruno Haible  <bruno@clisp.org>
12669
12670         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
12671         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
12672         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
12673         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
12674
12675 2006-01-09  Bruno Haible  <bruno@clisp.org>
12676
12677         * build-aux/javacomp.sh.in: New file, moved from lib/.
12678         * modules/javacomp-script (Files): Update.
12679         (configure.ac): Add AC_CONFIG_FILES invocation.
12680         (EXTRA_DIST): Remove variable.
12681
12682         * build-aux/javaexec.sh.in: New file, moved from lib/.
12683         * modules/javaexec (Files): Update.
12684         (configure.ac): Add AC_CONFIG_FILES invocation.
12685         (EXTRA_DIST): Remove javaexec.sh.in.
12686
12687         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
12688         * modules/csharpcomp-script (Files): Update.
12689         (configure.ac): Add AC_CONFIG_FILES invocation.
12690         (EXTRA_DIST): Remove variable.
12691
12692         * build-aux/csharpexec.sh.in: New file, moved from lib/.
12693         * modules/csharpexec (Files): Update.
12694         (configure.ac): Add AC_CONFIG_FILES invocation.
12695         (EXTRA_DIST): Remove csharpexec.sh.in.
12696
12697 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
12698
12699         Sync from coreutils.
12700
12701         Add POSIX ACL support
12702         * lib/acl.h (copy_acl, set_acl): Add declarations.
12703         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
12704         systems other than Linux.
12705         (chmod_or_fchmod): New function: use fchmod when possible,
12706         and chmod otherwise.
12707         (file_has_acl): Add a POSIX ACL implementation, with a
12708         Linux-specific subcase.
12709         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
12710         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
12711         acls are unsupported.
12712         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
12713         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
12714         are unsupported.
12715
12716 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
12717
12718         Sync from coreutils.
12719         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
12720
12721 2006-01-07  Bruno Haible  <bruno@clisp.org>
12722
12723         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
12724         gl_EARLY.
12725
12726 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
12727
12728         * lib/strftime.c (tzname): Don't declare if it is already #defined.
12729         Problem reported for Mingw by Mark Junker.
12730
12731 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
12732
12733         * README: Gnulib normally doesn't generate a tarball.
12734
12735 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
12736
12737         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
12738         long int, not int, for nanosecond counts, so that people who are
12739         used to POSIX struct timespec won't be surprised.  Reported by Jim
12740         Meyering.
12741
12742 2005-12-28  Bruno Haible  <bruno@clisp.org>
12743
12744         * build-aux/config.rpath: Update from GNU gettext.
12745
12746 2005-12-16  Jim Meyering  <jim@meyering.net>
12747
12748         * modules/fprintftime: New module.
12749         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
12750
12751 2005-12-16  Jim Meyering  <jim@meyering.net>
12752
12753         * m4/fprintftime.m4: New file.
12754
12755 2005-12-16  Jim Meyering  <jim@meyering.net>
12756
12757         * lib/fprintftime.c, lib/fprintftime.h: New files.
12758
12759 2005-12-15  Simon Josefsson  <jas@extundo.com>
12760
12761         * modules/socklen (configure.ac): Fix M4 macro name, to align with
12762         new m4/socklen.m4.
12763
12764 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
12765
12766         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
12767         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
12768
12769 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
12770
12771         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
12772         * lib/argp-help.c (fill_in_uparams): Check if the constructed
12773         struct uparams is valid. Fall back to the default values if it is
12774         not.
12775
12776 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
12777
12778         * modules/argp (Files): Add argp-pin.c
12779         (Depends-on): dirname
12780         (lib_SOURCES): Add argp-pin.c
12781
12782 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
12783
12784         * m4/argp.m4:  Check if program_invocation_name and
12785         program_invocation_short_name are declared and define appropriate
12786         macros if they are not.
12787
12788 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
12789
12790         * lib/argp-help.c (__argp_base_name): New function
12791         (__argp_short_program_name): Rewrite using __argp_base_name
12792         * lib/argp-namefrob.h: Define program_invocation_name and
12793         program_invocation_short_name if requested
12794         (__argp_base_name): Add prototype
12795         * lib/argp-parse.c (argp_def): Use gettext wrappers
12796         (argp_default_parser): Use __argp_base_name
12797         * lib/argp-pin.c: New file. Defines program_invocation_name and
12798         program_invocation_short_name on systems that lack them.
12799
12800 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
12801
12802         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
12803         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
12804         porting problem reported by Georg Schwarz in
12805         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
12806
12807 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
12808
12809         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
12810         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
12811         porting problem reported by Georg Schwarz in
12812         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
12813
12814 2005-12-05  Bruno Haible  <bruno@clisp.org>
12815
12816         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
12817         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
12818         Reported by Mark Junker <mjscod@gmx.de>.
12819
12820 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
12821
12822         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
12823         Use implementation from Albert Chin, with some
12824         comments/corrections by Stepan Kasal and myself.
12825
12826 2005-12-02  Bruno Haible  <bruno@clisp.org>
12827
12828         * gnulib-tool (func_import): Accept GPLed build tool modules when
12829         --lgpl is given.
12830         * modules/csharpcomp-script: New file.
12831         * modules/csharpcomp: Depend on it.
12832         * modules/javacomp-script: New file.
12833         * modules/javacomp: Depend on it.
12834         Suggested by Simon Josefsson.
12835
12836 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
12837
12838         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
12839         statement, to work around an HP-UX 10.20 compiler bug reported by
12840         Peter O'Gorman.
12841
12842 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
12843
12844         * modules/savedir (Depends-on): Add openat.
12845
12846 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
12847
12848         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
12849         (uintmax_t) [defined uintmax_t]: Do not declare.
12850         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
12851         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
12852         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
12853         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
12854         sake of portability to weird hosts that C allows (though we don't
12855         know of any practical examples).
12856
12857         * lib/savedir.h (fdsavedir): New decl.
12858         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
12859         contains most of the former guts of savedir.
12860         (savedir): Use savedirstream.
12861         Include "openat.h".
12862
12863 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
12864
12865         * modules/obstack (Files): Add m4/ulonglong.m4.
12866         Problem reported by Davide Angelocola.
12867
12868 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
12869
12870         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
12871         coreutils no longer futzes with rounding modes.
12872
12873 2005-11-14  Jim Meyering  <jim@meyering.net>
12874
12875         * lib/mkstemp-safer.c: Include <config.h>, required for possible
12876         replacement of mkstemp.
12877
12878 2005-11-10  Simon Josefsson  <jas@extundo.com>
12879
12880         * lib/readline.c: Remove EOL.
12881
12882 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
12883
12884         * modules/gethrxtime (Depends-on): Add gettime.
12885
12886 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
12887
12888         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
12889         or gettimeofday; no longer needed.
12890
12891 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
12892
12893         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
12894         time business.
12895         (gethrxtime) [! (HAVE_NANOUPTIME
12896         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
12897         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
12898         our own approximation.
12899
12900 2005-11-08  Eric Blake  <ebb9@byu.net>
12901
12902         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
12903
12904 2005-11-08  Eric Blake  <ebb9@byu.net>
12905
12906         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
12907
12908 2005-11-04  Bruno Haible  <bruno@clisp.org>
12909
12910         * gnulib-tool: Implement --update mode.
12911
12912 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
12913
12914         Fix porting problem reported by Theodoros V. Kalamatianos.
12915         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
12916         Don't assume that futimes failing means we must fail.
12917
12918 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
12919
12920         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
12921         variables to suggest the intended function of the PATH_MAX check.
12922
12923 2005-10-30  Kean Johnston  <jkj@sco.com>
12924
12925         Trivial changes to support SCO systems.
12926         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
12927         as PATH_MAX.
12928         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
12929         where __ptr is null when no I/O is pending.
12930
12931 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
12932
12933         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
12934         leave errno alone.  Problem reported by Dmitry V. Levin.
12935
12936 2005-10-28  Simon Josefsson  <jas@extundo.com>
12937
12938         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
12939         Test more.
12940
12941         * tests/test-gc-md2.c, tests/test-md2.c: New files.
12942
12943         * modules/md2, modules/md2-tests: New files.
12944
12945 2005-10-28  Simon Josefsson  <jas@extundo.com>
12946
12947         * m4/inet_ntop.m4: More tests.
12948
12949         * m4/gc-md2.m4, md2.m4: New file.
12950
12951 2005-10-28  Simon Josefsson  <jas@extundo.com>
12952
12953         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
12954         "restrict" keywords, as per POSIX.  Protect the function
12955         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
12956         Don't use K&R prototypes.  Check the sprintf return values.
12957         Re-define EAFNOSUPPORT if not present.  Indent.
12958
12959         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
12960         suggested by Bruno Haible <bruno@clisp.org>.
12961
12962         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
12963
12964         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
12965
12966         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
12967         libgcrypt).
12968
12969         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
12970
12971         * lib/md2.h, lib/md2.c: New files.
12972
12973 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
12974
12975         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
12976         errno alone.  Problem reported by Frederic Jolliton.
12977
12978 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
12979
12980         * modules/verify (License): Change from GPL to LGPL.  This is a
12981         tiny module and there are apparently near-equivalents that are
12982         under the BSD license.
12983
12984 2005-10-24  Simon Josefsson  <jas@extundo.com>
12985
12986         * modules/sha1: Relicense to LGPL.
12987
12988 2005-10-24  Simon Josefsson  <jas@extundo.com>
12989
12990         * lib/md4.h: Shrink buffer size, now that we changed the type.
12991
12992 2005-10-23  Simon Josefsson  <jas@extundo.com>
12993
12994         * gnulib-tool (func_import): Fix --tests-base.
12995
12996 2005-10-22  Simon Josefsson  <jas@extundo.com>
12997
12998         * modules/arcfour (Depends-on): Need stdint.
12999
13000 2005-10-22  Simon Josefsson  <jas@extundo.com>
13001
13002         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
13003         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
13004
13005 2005-10-22  Simon Josefsson  <jas@extundo.com>
13006
13007         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
13008         suggested by Bruno Haible <bruno@clisp.org>.
13009
13010 2005-10-22  Simon Josefsson  <jas@extundo.com>
13011
13012         * lib/crc.h: Include stddef.h, for size_t.
13013
13014 2005-10-22  Simon Josefsson  <jas@extundo.com>
13015
13016         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
13017         arcfour_context struct (simplify test vector testing in GNU
13018         Shishi).
13019
13020 2005-10-21  Simon Josefsson  <jas@extundo.com>
13021
13022         * modules/des, modules/des-tests: New files.
13023
13024         * modules/gc-des, modules/gc-des-tests: New files.
13025
13026         * tests/test-des.c, tests/test-gc-des.c: New file.
13027
13028 2005-10-21  Simon Josefsson  <jas@extundo.com>
13029
13030         * modules/arctwo, modules/arctwo-tests: New files.
13031
13032         * tests/test-arctwo.c: New file.
13033
13034         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
13035
13036         * tests/test-gc-arctwo.c: New file.
13037
13038 2005-10-21  Simon Josefsson  <jas@extundo.com>
13039
13040         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
13041         Bruno Haible <bruno@clisp.org>.
13042
13043         * m4/gc-des.m4: New file.
13044
13045 2005-10-21  Simon Josefsson  <jas@extundo.com>
13046
13047         * m4/arctwo.m4: New file.
13048
13049         * m4/gc-arctwo.m4: New file.
13050
13051 2005-10-21  Simon Josefsson  <jas@extundo.com>
13052
13053         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
13054         block.
13055
13056 2005-10-21  Simon Josefsson  <jas@extundo.com>
13057
13058         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
13059         <bruno@clisp.org>.
13060
13061         * lib/hmac-sha1.c (hmac_sha1): Likewise.
13062
13063         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
13064         Bruno Haible <bruno@clisp.org>.
13065
13066         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
13067         <bruno@clisp.org>.
13068
13069 2005-10-21  Simon Josefsson  <jas@extundo.com>
13070
13071         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
13072
13073 2005-10-21  Simon Josefsson  <jas@extundo.com>
13074
13075         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
13076
13077 2005-10-21  Simon Josefsson  <jas@extundo.com>
13078
13079         * lib/des.h, lib/des.c: New files.
13080
13081         * lib/gc-gnulib.c: Support DES.c
13082
13083 2005-10-21  Simon Josefsson  <jas@extundo.com>
13084
13085         * lib/arctwo.h, lib/arctwo.c: New files.
13086
13087         * lib/gc-gnulib.c: Support ARCTWO.
13088
13089 2005-10-21  Simon Josefsson  <jas@extundo.com>
13090
13091         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
13092         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
13093
13094 2005-10-21  Simon Josefsson  <jas@extundo.com>
13095
13096         * gnulib-tool (func_import, func_create_testdir): Define automake
13097         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
13098         Makefile.am snippet),
13099         suggested by Bruno Haible <bruno@clisp.org>.
13100
13101         * modules/gc (Makefile.am): Use it.
13102
13103 2005-10-21  Bruno Haible  <bruno@clisp.org>
13104
13105         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
13106         patch.
13107
13108 2005-10-19  Simon Josefsson  <jas@extundo.com>
13109
13110         * tests/test-gc-rijndael.c: New file.
13111
13112         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
13113
13114 2005-10-19  Simon Josefsson  <jas@extundo.com>
13115
13116         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
13117         interface too.
13118
13119 2005-10-19  Simon Josefsson  <jas@extundo.com>
13120
13121         * tests/test-gc-arcfour.c: New file.
13122
13123         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
13124
13125 2005-10-19  Simon Josefsson  <jas@extundo.com>
13126
13127         * modules/gc-md4, modules/gc-md4-tests: New file.
13128
13129         * tests/test-gc-md4.c: New file.
13130
13131 2005-10-19  Simon Josefsson  <jas@extundo.com>
13132
13133         * m4/gc-md4.m4: New file.
13134
13135 2005-10-19  Simon Josefsson  <jas@extundo.com>
13136
13137         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
13138         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
13139         <kasal@ucw.cz>.
13140
13141 2005-10-19  Simon Josefsson  <jas@extundo.com>
13142
13143         * m4/gc-arcfour.m4: New file.
13144
13145         * m4/gc-rijndael.m4: New file.
13146
13147 2005-10-19  Simon Josefsson  <jas@extundo.com>
13148
13149         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
13150
13151 2005-10-19  Simon Josefsson  <jas@extundo.com>
13152
13153         * lib/gc-gnulib.c: Support ARCFOUR.
13154
13155 2005-10-19  Simon Josefsson  <jas@extundo.com>
13156
13157         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
13158         support.
13159
13160         * lib/gc.h: Add ECB enum type.
13161
13162         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
13163
13164 2005-10-18  Simon Josefsson  <jas@extundo.com>
13165
13166         * tests/test-md5.c: New file.
13167
13168         * modules/md5-tests: New file.
13169
13170 2005-10-18  Simon Josefsson  <jas@extundo.com>
13171
13172         * tests/test-md4.c: New file.
13173
13174         * modules/md4, modules/md4-tests: New files.
13175
13176 2005-10-18  Simon Josefsson  <jas@extundo.com>
13177
13178         * m4/md4.m4: New file.
13179
13180 2005-10-18  Simon Josefsson  <jas@extundo.com>
13181
13182         * lib/md4.h, lib/md4.c: New files, based on md5.?.
13183
13184 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
13185
13186         * gnulib-tool (func_create_testdir): Omit the second check whether
13187         BUILT_SOURCES in nonempty.
13188
13189 2005-10-17  Simon Josefsson  <jas@extundo.com>
13190
13191         * tests/test-rijndael.c: New file.
13192
13193 2005-10-17  Simon Josefsson  <jas@extundo.com>
13194
13195         * modules/sha1: Depend on stdint instead of md5.
13196
13197         * modules/md5: Depend on stdint, remove uint32_t.
13198
13199 2005-10-17  Simon Josefsson  <jas@extundo.com>
13200
13201         * modules/gc-sha1-tests: New file.
13202
13203         * tests/test-gc-sha1.c: New file.
13204
13205 2005-10-17  Simon Josefsson  <jas@extundo.com>
13206
13207         * m4/md5.m4: Remove call to uint32_t.m4.
13208
13209 2005-10-17  Simon Josefsson  <jas@extundo.com>
13210
13211         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
13212
13213         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
13214         md5.h.
13215
13216         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
13217
13218         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
13219
13220 2005-10-17  Simon Josefsson  <jas@extundo.com>
13221
13222         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
13223
13224 2005-10-17  Simon Josefsson  <jas@extundo.com>
13225
13226         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
13227
13228 2005-10-17  Simon Josefsson  <jas@extundo.com>
13229
13230         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
13231
13232         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
13233
13234 2005-10-17  Bruno Haible  <bruno@clisp.org>
13235
13236         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
13237         that it can also be used in a test.
13238
13239 2005-10-16  Bruno Haible  <bruno@clisp.org>
13240
13241         * gnulib-tool (func_emit_tests_Makefile_am): Also define
13242         TESTS_ENVIRONMENT, so that individual tests can augment it.
13243
13244         * gnulib-tool (func_create_testdir): Use an intermediate target for
13245         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
13246         macros, like $(ALLOCA_H), which cannot be passed through the command
13247         line.
13248
13249 2005-10-15  Simon Josefsson  <jas@extundo.com>
13250
13251         * modules/rijndael-tests: New file.
13252
13253         * modules/rijndael: New file.
13254
13255 2005-10-15  Simon Josefsson  <jas@extundo.com>
13256
13257         * m4/rijndael.m4: New file.
13258
13259 2005-10-15  Simon Josefsson  <jas@extundo.com>
13260
13261         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
13262
13263         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
13264
13265 2005-10-14  Simon Josefsson  <jas@extundo.com>
13266
13267         * tests/test-arcfour.c: New file.
13268
13269         * modules/arcfour, modules/arcfour-tests: New files.
13270
13271 2005-10-14  Simon Josefsson  <jas@extundo.com>
13272
13273         * m4/arcfour.m4: New file.
13274
13275 2005-10-14  Simon Josefsson  <jas@extundo.com>
13276
13277         * lib/arcfour.h, lib/arcfour.c: New files.
13278
13279 2005-10-14  Roland McGrath  <roland@redhat.com>
13280
13281         Import from libc.  [BZ #1331]
13282         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
13283         macro argument.
13284         Reported by Matej Vela <vela@debian.org>.
13285
13286 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
13287
13288         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
13289         include <wchar.h>; no longer needed.
13290
13291 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
13292
13293         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
13294
13295 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
13296         and  Ulrich Drepper  <drepper@redhat.com>
13297
13298         Import from libc.
13299         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
13300         instead of inline stream orientation test and two separate
13301         function calls.  Pay no attention to USE_IN_LIBIO.
13302
13303 2005-10-13  Simon Josefsson  <jas@extundo.com>
13304
13305         * modules/gc-hmac-md5-tests: New file.
13306
13307         * tests/test-gc-hmac-sha1.c: New file.
13308
13309         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
13310
13311         * modules/gc-hmac-md5-tests: New file.
13312
13313         * tests/test-gc-md5.c: New file.
13314
13315         * modules/gc-md5-tests: New file.
13316
13317 2005-10-13  Simon Josefsson  <jas@extundo.com>
13318
13319         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
13320         Move memory allocation outside of loop.
13321
13322 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
13323
13324         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
13325         intermediate directory is in a read-only file system.  Problem
13326         reported by Eric Blake.
13327
13328 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
13329
13330         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
13331
13332 2005-10-12  Simon Josefsson  <jas@extundo.com>
13333
13334         * tests/test-hmac-sha1.c: New file.
13335
13336         * modules/hmac-sha1-tests: New file.
13337
13338         * modules/hmac-sha1: New file.
13339
13340 2005-10-12  Simon Josefsson  <jas@extundo.com>
13341
13342         * modules/gc-sha1: New file.
13343
13344 2005-10-12  Simon Josefsson  <jas@extundo.com>
13345
13346         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
13347
13348         * tests/test-gc-pbkdf2-sha1.c: New file.
13349
13350 2005-10-12  Simon Josefsson  <jas@extundo.com>
13351
13352         * modules/gc-md5, modules/gc-hmac-md5: New files.
13353
13354         * modules/gc (Files): Remove md5, memxor and hmac files.
13355
13356 2005-10-12  Simon Josefsson  <jas@extundo.com>
13357
13358         * m4/gc-pbkdf2-sha1.m4: New file.
13359
13360         * m4/gc-hmac-sha1.m4: New file.
13361
13362         * m4/gc-sha1: New file.
13363
13364         * m4/hmac-sha1.m4: New file.
13365
13366 2005-10-12  Simon Josefsson  <jas@extundo.com>
13367
13368         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
13369
13370         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
13371
13372 2005-10-12  Simon Josefsson  <jas@extundo.com>
13373
13374         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
13375         suggested by Bruno Haible <bruno@clisp.org>.
13376
13377 2005-10-12  Simon Josefsson  <jas@extundo.com>
13378
13379         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
13380
13381 2005-10-12  Simon Josefsson  <jas@extundo.com>
13382
13383         * lib/gc-pbkdf2-sha1.c: New file.
13384
13385         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
13386
13387 2005-10-12  Simon Josefsson  <jas@extundo.com>
13388
13389         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
13390
13391         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
13392
13393 2005-10-12  Simon Josefsson  <jas@extundo.com>
13394
13395         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
13396         GC_USE_HMAC_MD5, respectively.
13397
13398         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
13399         (gc_md5): Fix typo.
13400
13401         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
13402
13403         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
13404
13405         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
13406
13407 2005-10-12  Bruno Haible  <bruno@clisp.org>
13408
13409         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
13410         Reported by Stepan Kasal <kasal@ucw.cz>.
13411
13412 2005-10-11  Simon Josefsson  <jas@extundo.com>
13413
13414         * tests/test-crc.c: New file.
13415
13416         * modules/crc, modules/crc-tests: New files.
13417
13418 2005-10-11  Simon Josefsson  <jas@extundo.com>
13419
13420         * m4/crc.m4: New file.
13421
13422 2005-10-11  Simon Josefsson  <jas@extundo.com>
13423
13424         * lib/gc.h: Add gc_hash and gc_hash_buffer.
13425
13426         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
13427
13428         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
13429
13430 2005-10-11  Simon Josefsson  <jas@extundo.com>
13431
13432         * lib/crc.h, lib/crc.c: New files.
13433
13434         * lib/gc.h (gc_hash_buffer): Add doc.
13435
13436 2005-10-11  Bruno Haible  <bruno@clisp.org>
13437
13438         * modules/c-strcasestr: New file.
13439         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
13440
13441 2005-10-11  Bruno Haible  <bruno@clisp.org>
13442
13443         * modules/c-strcase: New file.
13444         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
13445
13446 2005-10-11  Bruno Haible  <bruno@clisp.org>
13447
13448         * lib/strcasecmp.c: Include limits.h.
13449         (strcasecmp): Avoid integer overflow on exotic platforms.
13450         * lib/strncasecmp.c: Include limits.h.
13451         (strncasecmp): Avoid integer overflow on exotic platforms.
13452         Reported by Paul Eggert.
13453
13454 2005-10-11  Bruno Haible  <bruno@clisp.org>
13455
13456         * lib/c-strcasestr.h: New file, from GNU gettext.
13457         * lib/c-strcasestr.c: New file, from GNU gettext.
13458
13459 2005-10-11  Bruno Haible  <bruno@clisp.org>
13460
13461         * lib/c-strcase.h: New file, from GNU gettext.
13462         * lib/c-strcasecmp.c: New file, from GNU gettext.
13463         * lib/c-strncasecmp.c: New file, from GNU gettext.
13464
13465 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
13466
13467         * modules/mempcpy (License): GPL -> LGPL.
13468         * modules/strchrnul (License): Likewise.
13469         * modules/sysexits (License): Likewise.
13470
13471 2005-10-08  Simon Josefsson  <jas@extundo.com>
13472
13473         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
13474
13475 2005-10-07  Simon Josefsson  <jas@extundo.com>
13476
13477         * m4/memxor.m4: Remove gl_C_RESTRICT call.
13478
13479 2005-10-06  Simon Josefsson  <jas@extundo.com>
13480
13481         * tests/test-hmac-md5.c: New file.
13482
13483         * modules/hmac-md5-tests: New file.
13484
13485         * modules/hmac-md5: New file.
13486
13487 2005-10-06  Simon Josefsson  <jas@extundo.com>
13488
13489         * m4/hmac-md5.m4: New file.
13490
13491         * m4/memxor.m4: Require gl_C_RESTRICT.
13492
13493 2005-10-06  Simon Josefsson  <jas@extundo.com>
13494
13495         * lib/memxor.c (memxor): Avoid casts and warnings.
13496
13497 2005-10-06  Simon Josefsson  <jas@extundo.com>
13498
13499         * lib/hmac-md5.c: New file.
13500
13501         * lib/hmac.h: New file.
13502
13503 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
13504
13505         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
13506         promotes to int, not unsigned int, to catch the AIX 5.3
13507         compiler bug.
13508
13509 2005-10-05  Simon Josefsson  <jas@extundo.com>
13510
13511         * modules/memxor: New file.
13512
13513         * modules/iconv (Files): Move config.rpath to havelib, it is used
13514         there.
13515
13516         * modules/havelib (Files): Add config.rpath.
13517
13518 2005-10-05  Simon Josefsson  <jas@extundo.com>
13519
13520         * m4/memxor.m4: New file.
13521
13522 2005-10-05  Simon Josefsson  <jas@extundo.com>
13523
13524         * lib/memxor.c (memxor): Fix compiler error.
13525
13526         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
13527         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
13528
13529         * lib/memxor.h, lib/memxor.c: New files.
13530
13531         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
13532         we assume all systems have it, suggested by Jim Meyering
13533         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
13534         any systems lack sys/socket.h; mingw32 is known to lack it, but we
13535         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
13536         same reasons.
13537
13538 2005-10-05  Simon Josefsson  <jas@extundo.com>
13539
13540         * config/srclist.txt: Add glibc bug 1423 for md5.h.
13541
13542 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
13543
13544         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
13545         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
13546         needed, since the source code now assumes these .h files.
13547
13548 2005-10-05  Derek Price  <derek@ximbiot.com>
13549
13550         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
13551
13552 2005-10-05  Bruno Haible  <bruno@clisp.org>
13553
13554         * modules/stdint (License): Change to LGPL.
13555
13556 2005-10-04  Simon Josefsson  <jas@extundo.com>
13557
13558         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
13559         D. Baushke" <mdb@gnu.org>.
13560
13561 2005-10-04  Bruno Haible  <bruno@clisp.org>
13562
13563         * lib/verify.h (verify_true): Provide alternative definition for C++.
13564
13565 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
13566
13567         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
13568         (SSIZE_MAX): New macro, if not already defined.
13569         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
13570         than 2 GiB.
13571
13572 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
13573
13574         Sync from coreutils.
13575         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
13576         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
13577         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
13578         ULLONG_MAX doesn't work with 2.7.2.1.
13579
13580 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
13581
13582         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
13583         From Ben Pfaff.
13584
13585         * modules/exclude (Depends-on): Depend on verify.
13586         * modules/strtoimax (Depends-on): Likewise.
13587         * modules/utimecmp (Depends-on): Likewise.
13588
13589 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
13590
13591         * lib/exclude.c: Include verify.h.
13592         (verify): Remove.  All callers changed to use verify.h's version.
13593         * lib/strtoimax.c: Likewise.
13594         * lib/utimecmp.c: Likewis.e
13595
13596         Sync from coreutils.
13597         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
13598         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
13599         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
13600         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
13601         bother returning ENOSYS if settimeofday or stime fails; just let
13602         them return whatever errno they want to return.
13603         * lib/utimens.c: Include unistd.h, for dup2.
13604         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
13605         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
13606
13607 2005-10-02  Jim Meyering  <jim@meyering.net>
13608
13609         Sync from coreutils.
13610         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
13611         from glibc-2.2.5 that fails for read-only files.
13612
13613 2005-10-02  Jim Meyering  <jim@meyering.net>
13614
13615         Sync from coreutils.
13616         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
13617         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
13618         `#if HAVE_CONFIG_H'.
13619         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
13620         Remove AT_FDCWD test.
13621         Do not consume the fd unless successful.
13622         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
13623         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
13624         block, so that we don't even try to compile it if settimeofday is
13625         available.  This works around a compilation failure on OSF1 V5.1,
13626         due to stime requiring a `long int*' while tv_sec is `int'.
13627
13628 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
13629
13630         Sync from coreutils.
13631         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
13632         against `yes', rather than just testing for nonempty.
13633
13634 2005-10-01  Simon Josefsson  <jas@extundo.com>
13635
13636         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
13637         and Darwin.
13638
13639         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
13640         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
13641         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
13642         freeaddrinfo and gai_strerror are declared by the POSIX headers.
13643         Check if struct addrinfo is declared.
13644
13645 2005-10-01  Simon Josefsson  <jas@extundo.com>
13646
13647         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
13648         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
13649         AI_* and EAI_* definitions.  Protect function declarations.
13650
13651 2005-10-01  Jim Meyering  <jim@meyering.net>
13652
13653         Sync from coreutils.
13654
13655         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
13656         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
13657         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
13658         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
13659         in the inet and nsl libraries.  Required on Solaris 5.7.
13660
13661 2005-10-01  Jim Meyering  <jim@meyering.net>
13662
13663         Sync from coreutils.
13664         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
13665         in the inet and nsl libraries.  Required on Solaris 5.7.
13666
13667 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
13668
13669         * lib/getdelim.c (getdelim): Remove unused variables.
13670
13671 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
13672
13673         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
13674         so that the code works even with ancient cpp.  Portability problem
13675         with GCC 2.7.2.1 reported by Thomas M.Ott.
13676
13677 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
13678
13679         * modules/regex (Depends-on): Add strcase.
13680
13681         * modules/gethostname (Licence): Change from GPL to LGPL, since
13682         gethostname.c is a trivial implementation of a standard library
13683         function.
13684         * modules/poll (License): Change from GPL to LGPL, since it's
13685         derived from LGPL code.
13686
13687 2005-09-27  Jim Meyering  <jim@meyering.net>
13688
13689         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
13690         HAVE_CONFIG_H.
13691
13692         * lib/intprops.h (signed_type_or_expr__): Define.
13693         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
13694         for unsigned types.
13695
13696 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
13697
13698         * lib/verify.h (verify_expr): Remove, replacing with:
13699         (verify_true): New macro that returns true instead of void.
13700         (verify_type__): Remove.
13701         (verify): Use verify_true rather than verify_type__.
13702
13703 2005-09-26  Bruno Haible  <bruno@clisp.org>
13704
13705         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
13706         is necessary.
13707         (lib_SOURCES): Remove mbchar.c.
13708         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
13709         (Files): Add m4/mbrtowc.m4.
13710         * modules/mbiter: Likewise.
13711         * modules/mbuiter: Likewise.
13712
13713 2005-09-26  Bruno Haible  <bruno@clisp.org>
13714
13715         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
13716         compile mbchar.c if they are not both present.
13717         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
13718         * m4/mbiter.m4 (gl_MBITER): Likewise.
13719         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
13720         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
13721         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
13722
13723 2005-09-25  Jim Meyering  <jim@meyering.net>
13724
13725         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
13726         also uses socklen_t.
13727
13728 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
13729
13730         * lib/utimens.c (ENOSYS): Define if not already defined.
13731         (futimens): Support having a null PATH if the file descriptor
13732         is nonnegative.
13733
13734         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
13735         Remove.
13736         (__attribute): Define to empty unless GCC 3.1 or later.
13737         This works around a core dump on OpenBSD 3.4, which has GCC
13738         2.95.3, which dumps core when given __attribute__(()).  It also
13739         simplifies other tests, since we really don't want to bother with
13740         worrying about which ancient version of GCC supported what.
13741         Original problem reported by Yoann Vandoorselaere, with part of
13742         the fix suggested by Derek Price.
13743
13744 2005-09-24  Jim Meyering  <jim@meyering.net>
13745
13746         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
13747         so we can once again use a positive bitfield width of 1 -- now we
13748         don't have to explain why we were using a bitfield width of 2.
13749
13750 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
13751
13752         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
13753         and similarly for the other external symbols.  Problem reported
13754         by James Gallager.
13755
13756         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
13757         bug reported by Jim Meyering.
13758
13759         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
13760         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
13761         not needed, since socklen is a prerequisite module.
13762
13763 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
13764
13765         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
13766         Problem reported by Eric Blake.
13767         (getaddrinfo): Initialize se so that it's not garbage.
13768         Redo internal storage allocation so that it doesn't make unportable
13769         assumptions about alignment.
13770         Fix a memory leak.
13771
13772         * lib/utimens.c (futimens): Use futimesat if available.
13773         Prefer it to futimes since it doesn't have the futimes bug.
13774
13775         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
13776         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
13777         Instead, declare a function that returns a pointer to an array,
13778         and use verify_type__ to declare the size of the array.
13779         Problem and germ of a solution reported by Bruno Haible.
13780         (verify_type__): Use 2, not 1, for bitfield size, to avoid
13781         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
13782
13783 2005-09-23  Jim Meyering  <jim@meyering.net>
13784
13785         Sync from coreutils.
13786         Correct build failure (socklen_t not defined) on at least
13787         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
13788         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
13789
13790 2005-09-23  Jim Meyering  <jim@meyering.net>
13791
13792         * modules/getaddrinfo (Depends-on): Add socklen.
13793
13794 2005-09-23  Bruno Haible  <bruno@clisp.org>
13795
13796         * tests/test-verify.c: New file.
13797
13798 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
13799
13800         Sync from coreutils.
13801
13802         * modules/argmatch (Depends-on): Add verify.
13803         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
13804         unistd-safer.
13805         * modules/save-cwd (Depends-on): Likewise.
13806
13807         * modules/openat (Files): Add lib/openat-die.c.
13808         (Depends-on): Remove error, exitfail.
13809         Add dirname.
13810
13811         * modules/verify: New file.
13812         * MODULES.html.sh (Diagnostics <assert.h>): New section,
13813         with "verify" module.
13814
13815 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
13816
13817         Sync from coreutils.
13818
13819         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
13820         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
13821         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
13822         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
13823         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
13824         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
13825         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
13826         Don't bother checking for string.h, stdlib.h, unistd.h.
13827         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
13828         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
13829         module's job.
13830         * m4/jm-macros.m4 (gl_MACROS): Likewise.
13831         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
13832
13833         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
13834         (gl_GETDATE): Use it.
13835
13836         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
13837
13838 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
13839
13840         Sync from coreutils.
13841
13842         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
13843         stat-time.h.
13844         * lib/argmatch.h: Include verify.h
13845         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
13846         (ARGMATCH_ASSERT): Remove; unused.
13847         * lib/canonicalize.c: Assume STDC_HEADERS.
13848         * lib/exclude.c: Include "strcase.h".
13849         * lib/regex_internal.h [!defined _LIBC]: Likewise.
13850         * lib/getusershell.c: Include stdio--.h rather than stdio.h
13851         and stdio-safer.h.
13852         (getusershell): Call fopen, not fopen_safer.
13853         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
13854         Do not include unistd-safer.h.
13855         (save_cwd): Don't call fd_safer; no longer needed
13856         now that we include fcntl--.h.
13857
13858         * lib/getdate.y (relative_time): New type.
13859         (RELATIVE_TIME_0): New constant.
13860         (parser_control): Use relative_time instead of doing it ourselves.
13861         (%union): Add new relative_time rel member.
13862         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
13863         Now typeless.
13864         (relunit, relunit_snumber): Now of type rel.
13865         (zone, rel, relunit, get_date): Adjust to above changes.
13866
13867         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
13868         Do not include unistd-safer.h.
13869         (getloadavg): Don't call fd_safer; no longer needed
13870         now that we include fcntl--.h.
13871
13872         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
13873         (make_dir_parents): Treat ENOSYS like EEXIST.
13874
13875         Improve quality of diagnostics on restore_cwd failure.
13876         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
13877         (make_dir_parents): Last arg is now int * (for errno), not bool *.
13878         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
13879         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
13880         each time through the loop.  Do not diagnose restore_cwd failure;
13881         that is the caller's job (and perhaps the caller does not care).
13882
13883         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
13884         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
13885         If the file already exists but is not a directory, don't bother
13886         to try to make its parents.
13887         Close potential file descriptor leak if we can't chdir("/") (!).
13888         Don't always return true if chdir($PWD) fails; return true only
13889         if the requested action was done successfully (except for the
13890         chdir($PWD)).
13891         Don't log final directory unless we actually made it.
13892         Refactor to avoid duplicate code to fix up permissions.
13893         Don't attempt to fix up parent permissions if chdir($PWD) fails.
13894
13895         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
13896         to make it a bit faster and (I hope) clearer.
13897         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
13898         Fix bug in formats like %2N.
13899
13900         * lib/verify.h: New file.
13901
13902 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
13903
13904         Sync from coreutils.
13905         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
13906
13907 2005-09-22  Jim Meyering  <jim@meyering.net>
13908
13909         Sync from coreutils.
13910
13911         * m4/lstat.m4 (gl_FUNC_LSTAT):
13912         Use AC_LIBSOURCES to require lstat.c and lstat.h.
13913         Remove obsolete comment.
13914         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
13915         * m4/xstrtod.m4: Likewise.
13916
13917         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
13918
13919 2005-09-22  Jim Meyering  <jim@meyering.net>
13920
13921         Sync from coreutils.
13922
13923         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
13924
13925         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
13926         the .tm_year member, since otherwise gcc-4.0 would now warn about
13927         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
13928
13929         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
13930         order to avoid an unsuppressible warning from gcc on 64-bit systems.
13931
13932         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
13933         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
13934         when run in a time zone for which daylight savings time is in effect
13935         for the starting date.
13936
13937         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
13938         stop us from restricting permissions of just-created absolute-named
13939         directories.
13940         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
13941         to restore initial working directory.
13942         * lib/mkdir-p.c (make_dir_parents): New parameter:
13943         different_working_dir, to tell caller if/when we change the working
13944         directory and are unable to return to the initial one.
13945         * lib/mkdir-p.h (make_dir_parents): Update prototype.
13946         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
13947         `return false'.  This fixes a bug introduced on 2004-07-30.
13948
13949         * lib/openat.c (fdopendir): Be sure to close the supplied
13950         file descriptor before returning.  This makes our replacement
13951         implementation a little closer to Solaris's, where fdopendir
13952         ties the file descriptor to the returned DIR* pointer.
13953         * lib/openat.c (unlinkat): New function.
13954         * lib/openat.h (unlinkat): Add prototype.
13955         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
13956         (openat_restore_fail): Rename from openat_restore_die.
13957         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
13958
13959         Provide an alternative to exiting immediately upon save_cwd or
13960         restore_cwd failure.  Now, an application can arrange e.g.,
13961         to perform a longjump in that case.
13962         * lib/openat.c: Include dirname.h.
13963         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
13964         (rpl_openat, fdopendir, fstatat): Call openat_save_die
13965         and openat_restore_die rather than calling error directly.
13966         Don't include "error.h" or "exitfail.h"; they're no longer needed.
13967
13968         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
13969         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
13970         define.
13971
13972         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
13973         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
13974                             int utc, int nanoseconds);
13975         Background:
13976         date should not have to allocate a megabyte of virtual memory to
13977         handle a format argument like +%1048575T.  When implemented with
13978         strftime, it must allocate such a buffer, use strftime to fill it
13979         in, print it, then free it.
13980         With fprintftime, it simply prints everything and exits.
13981         With no need for memory allocation, that's one fewer way to fail.
13982         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
13983         optional field width, not before, so we accept %9:z, not %:9z.
13984         (my_strftime): Be sure to use L_('x') for literals.
13985
13986         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
13987         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
13988         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
13989         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
13990         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
13991         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
13992         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
13993         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
13994         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
13995         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
13996         * lib/xgethostname.c, lib/xreadlink.c:
13997         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
13998
13999         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
14000         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
14001         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
14002         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
14003         and don't include <sys/file.h>).
14004
14005 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
14006
14007         Sync from coreutils.
14008
14009         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
14010         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
14011         [!LDAV_DONE]: Avoid unused variable warning.
14012
14013 2005-09-21  Bruno Haible  <bruno@clisp.org>
14014
14015         * lib/unicodeio.h (unicode_to_mb): New declaration.
14016
14017 2005-09-20  Derek Price  <derek@ximbiot.com>
14018
14019         * lib/getaddrinfo.c: Don't include <netdb.h> included from
14020         getaddrinfo.h.
14021
14022 2005-09-20  Bruno Haible  <bruno@clisp.org>
14023
14024         * gnulib-tool: Remove trailing slashes from the values specified for
14025         --source-base, --m4-base, --tests-base, --aux-dir.
14026         Suggested by Simon Josefsson <jas@extundo.com>.
14027
14028 2005-09-20  Bruno Haible  <bruno@clisp.org>
14029
14030         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
14031         func_modules_to_filelist, func_import, func_create_testdir): Make all
14032         sorting results locale-independent, so that gnulib-cache.m4 doesn't
14033         change when gnulib-tool is invoked in a different locale.
14034
14035 2005-09-19  Simon Josefsson  <jas@extundo.com>
14036
14037         * m4/socklen.m4: Fix typo.
14038
14039 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14040
14041         Use a consistent style for including <config.h>.
14042         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
14043         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
14044         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
14045         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
14046         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
14047         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
14048         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
14049         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
14050         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
14051         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
14052         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
14053         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
14054         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
14055         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
14056         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
14057         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
14058         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
14059         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
14060         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
14061         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
14062         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
14063         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
14064         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
14065         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
14066         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
14067         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
14068         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
14069         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
14070         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
14071         lib/xstrtoumax.c, lib/yesno.c:
14072         Standardize inclusion of config.h.
14073         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
14074         lib/inttostr.h:  Removed inclusion of config.h from header files.
14075         * lib/inttostr.c:  Adjusted in-tree users.
14076         * lib/timespec.h: Remove superfluous warning to include config.h.
14077         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
14078         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
14079         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
14080         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
14081         config.h with HAVE_CONFIG_H.
14082
14083 2005-09-19  Jim Meyering  <jim@meyering.net>
14084
14085         * modules/pathmax (License): Change to LGPL.
14086
14087 2005-09-19  Derek Price  <derek@ximbiot.com>
14088
14089         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
14090
14091 2005-09-19  Bruno Haible  <bruno@clisp.org>
14092
14093         * gnulib-tool (import): Provide default for --tests-base.
14094
14095 2005-09-19  Bruno Haible  <bruno@clisp.org>
14096
14097         * doc/quote.texi: New file, extracted from gnulib.texi.
14098         * doc/ctime.texi: New file, extracted from gnulib.texi.
14099         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
14100         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
14101         * doc/gnulib.texi: Include them.
14102
14103 2005-09-18  Bruno Haible  <bruno@clisp.org>
14104
14105         Portability fix.
14106         * gnulib-tool (func_readlink): New function.
14107         (func_ln_if_changed): Use it.
14108
14109 2005-09-18  Bruno Haible  <bruno@clisp.org>
14110
14111         * gnulib-tool: Support --with-tests also with --import.
14112         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
14113         (func_import): Use variables $testsbase and $inctests. Emit a
14114         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
14115         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
14116         SUBDIRS += $testsdir.
14117         (func_create_testdir): Update.
14118
14119 2005-09-18  Bruno Haible  <bruno@clisp.org>
14120
14121         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
14122         instead of $dry_run.
14123         (func_cp_if_changed, func_mv_if_changed): Remove functions.
14124         (func_ln_if_changed): Don't handle dry-run here.
14125         (func_import): In dry-run mode, detect more precisely which actions
14126         would be performed, and don't use "...ing" verbs.
14127
14128 2005-09-18  Bruno Haible  <bruno@clisp.org>
14129
14130         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
14131         (func_import): Use join on two temporary files instead of three nested
14132         loops, in order to determine which files are new or old.
14133
14134 2005-09-18  Bruno Haible  <bruno@clisp.org>
14135
14136         * gnulib-tool (func_import): Comment out code that spits out the
14137         new files with --dry-run.
14138
14139 2005-09-18  Bruno Haible  <bruno@clisp.org>
14140
14141         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
14142
14143 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
14144
14145         * lib/stat-time.h: New file.
14146         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
14147         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
14148         in a different way.
14149         (timespec_cmp): New function.
14150         * lib/utimecmp.c: Include stat-time.h.
14151         (SYSCALL_RESOLUTION): Depend on whether various struct stat
14152         members exist, not on the obsolescent ST_MTIM_NSEC.
14153         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
14154
14155 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
14156
14157         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
14158
14159 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
14160
14161         * MODULES.html.sh (File system functions): Add stat-time.
14162         * modules/stat-time: New file.
14163         * modules/timespec (Files): Remove m4/st_mtim.m4; this
14164         is now done in a different way, by the stat-time module.
14165         * modules/utimecmp (Depends-on): Add stat-time.
14166
14167 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
14168
14169         * m4/st_mtim.m4: Remove.  Superseded by...
14170         * m4/stat-time.m4: New file.
14171         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
14172         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
14173
14174 2005-09-15  Derek Price  <derek@ximbiot.com>
14175
14176         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
14177
14178 2005-09-15  Derek Price  <derek@ximbiot.com>
14179
14180         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
14181         * lib/regex_internal.c: Ditto, using this...
14182         (__GNUC_PREREQ): ...new macro.
14183         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
14184         using...
14185         (__GNUC_PREREQ): ...this new macro.
14186
14187         * lib/strstr.h: Include string.h. Define strstr as a macro here.
14188
14189 2005-09-15  Derek Price  <derek@ximbiot.com>
14190             Paul Eggert  <eggert@cs.ucla.edu>
14191
14192         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
14193         changes, consolidating in...
14194         * lib/regex_internal.h: ...this file.
14195
14196 2005-09-13  Jim Meyering  <jim@meyering.net>
14197
14198         * lib/canon-host.c: Filter through gnu indent and reword comments
14199         slightly.
14200         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
14201
14202 2005-09-13  Derek Price  <derek@ximbiot.com>
14203
14204         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
14205         failure.
14206         Reported by Jim Meyering  <jim@meyering.net>.
14207
14208 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
14209
14210         * lib/base64.c: Typo.
14211         (base64_encode): Put b64str in initialized data section.
14212
14213 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
14214
14215         Merge glibc and coreutils changes into gnulib, plus a few
14216         extra fixes.
14217         * lib/md5.c: Use #error rather than a string.
14218         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
14219         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
14220         (__attribute__): Define to empty for non recent-GCC.
14221         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
14222         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
14223         Renamed from their non-__ counterparts, with new macros replacing
14224         them if not _LIBC.  Add __THROW attribute.
14225         (rol): Remove.
14226         (struct md5_ctx): Align buffer if using GCC.
14227         * lib/sha1.h (struct sha1_ctx): Likewise.
14228         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
14229         The old name was backwards.
14230         (NOTSWAP): Remove; not used.
14231         (rol): New macro, moved here from md5.h.
14232         (sha1_process_block): Remove a FIXME that doesn't make sense.
14233
14234 2005-09-12  Derek Price  <derek@ximbiot.com>
14235
14236         Return usable errors from canon-host.
14237         * lib/canon-host.h: New file.
14238         * lib/canon-host.c (canon_host): Wrap...
14239         (canon_host_r): ...this new function, which now relies exclusively on
14240         getaddrinfo.
14241         (ch_strerror): New function.
14242         (last_cherror): New global.
14243         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
14244         interface.
14245         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
14246         void *.
14247         (freeaddrinfo): Free ai->ai_canonname when set.
14248
14249 2005-09-12  Derek Price  <derek@ximbiot.com>
14250
14251         Make canon-host require getaddrinfo.
14252         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
14253         AC_LIBSOURCE canon-host.h.  Call...
14254         (gl_PREREQ_CANON_HOST): ...this new function, which requires
14255         gl_GETADDRINFO.
14256         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
14257
14258 2005-09-12  Derek Price  <derek@ximbiot.com>
14259
14260         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
14261         LGPL.
14262         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
14263
14264 2005-09-12  Derek Price  <derek@ximbiot.com>
14265
14266         * lib/gai_strerror.c: Include config.h when available.  Include
14267         getaddrinfo.h before other headers to test interface.
14268         Reported by Larry Jones <lawrence.jones@ugs.com>.
14269
14270 2005-09-12  Derek Price  <derek@ximbiot.com>
14271             Paul Eggert  <eggert@cs.ucla.edu>
14272
14273         * modules/glob (Files): Add glob-libc.h.
14274
14275 2005-09-12  Derek Price  <derek@ximbiot.com>
14276             Paul Eggert  <eggert@cs.ucla.edu>
14277
14278         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
14279         glob_.h, glob-libc.h.
14280         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
14281
14282 2005-09-12  Derek Price  <derek@ximbiot.com>
14283             Paul Eggert  <eggert@cs.ucla.edu>
14284
14285         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
14286         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
14287         protecting things that should be done only in gnulib contexts.
14288         * lib/glob_.h: New file, containing only the glob things needed for
14289         gnulib.
14290         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
14291         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
14292         (glob, globfree, glob_pattern_p): Now defined simply in terms of
14293         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
14294         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
14295         and to respect the namespace rules better.
14296
14297 2005-09-08  Simon Josefsson  <jas@extundo.com>
14298
14299         * modules/socklen: New file.
14300
14301 2005-09-08  Simon Josefsson  <jas@extundo.com>
14302
14303         * m4/socklen.m4: New file.
14304
14305 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
14306
14307         * modules/utimens (Files): Add m4/utimbuf.m4, since
14308         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
14309         Reported by Sergey Poznyakoff.
14310
14311 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
14312
14313         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
14314         definitions, since that's the preferred style in glibc.
14315         Fix a minor spacing issue, and update copyright notice to match
14316         glibc's.
14317
14318 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
14319
14320         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
14321
14322 2005-09-06  Simon Josefsson  <jas@extundo.com>
14323
14324         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
14325         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
14326
14327 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
14328
14329         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
14330         warning.
14331
14332 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
14333
14334         * config/srclist.txt: Add glibc bug 1302.
14335
14336 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
14337
14338         Change bitset word type from unsigned int to unsigned long int,
14339         as this has better performance on typical 64-bit hosts.
14340         Port bitset code to hosts with unusual word sizes.
14341         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
14342         (build_collating_symbol):
14343         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
14344         argument is a bitset.  This is merely a style issue, but it makes
14345         it clearer that an entire array is expected.
14346         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
14347         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
14348         Port to the case where bitset_word is not the same as unsigned int.
14349         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
14350         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
14351         Likewise.
14352         * lib/regexec.c (check_dst_limits_calc_pos_1,
14353         check_subexp_matching_top):
14354         (build_trtable, group_nodes_into_DFAstates):
14355         Likewise.
14356         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
14357         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
14358         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
14359         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
14360         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
14361         * lib/regcomp.c (optimize_subexps, lower_subexp):
14362         Work even if bitset_word has holes in its bitwise representation.
14363         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
14364         * lib/regexec.c (check_dst_limits_calc_pos_1,
14365         check_subexp_matching_top):
14366         Likewise.
14367         * lib/regex_internal.c (re_string_reconstruct):
14368         Don't assume UCHAR_MAX == 255.
14369         * lib/regex_internal.h (bitset_set_all): Likewise.
14370         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
14371         All uses changed.
14372         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
14373         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
14374         All uses changed.
14375         (BITSET_WORD_MAX): New macro.
14376         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
14377         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
14378         (bitset_empty, bitset_copy):
14379         Prefer sizeof (bitset) to multiplying it out ourselves.
14380         (bitset_not_merge): Remove; unused.
14381         (bitset_contain): Return bool, not unsigned int with one bit on.
14382         All callers changed.
14383         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
14384         alignment than re_node_set; do this by defining a new internal
14385         type struct dests_alloc and using it to allocate memory.
14386
14387 2005-09-05  Bruno Haible  <bruno@clisp.org>
14388
14389         * gnulib-tool (func_import): Fix comparison in handling of symbolic
14390         links.
14391
14392 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
14393
14394         * modules/size_max (Makefile.am): Add size_max.h
14395
14396 2005-09-04  Derek Price  <derek@ximbiot.com>
14397
14398         * gnulib-tool (func_import): Fix reversed $symbolic logic.
14399
14400 2005-09-03  Simon Josefsson  <jas@extundo.com>
14401
14402         * gnulib-tool: Fix typo.
14403
14404 2005-09-03  Simon Josefsson  <jas@extundo.com>
14405
14406         * config/srclist.txt: Add glibc bug 1293.
14407
14408 2005-09-03  Derek Price  <derek@ximbiot.com>
14409
14410         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
14411         From Larry Jones <lawrence.jones@ugs.com>.
14412
14413 2005-09-02  Simon Josefsson  <jas@extundo.com>
14414
14415         * modules/socklen: New file.
14416
14417 2005-09-02  Simon Josefsson  <jas@extundo.com>
14418
14419         * modules/havelib: New module.
14420
14421         * modules/gettext, modules/iconv, modules/lock, modules/readline:
14422         Use havelib.
14423
14424 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
14425
14426         Check for arithmetic overflow when calculating sizes, to prevent
14427         some buffer-overflow issues.  These patches are conservative, in the
14428         sense that when I couldn't determine whether an overflow was possible,
14429         I inserted a run-time check.
14430         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
14431         macros.
14432         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
14433         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
14434         (re_xnrealloc, re_x2nrealloc): New inline functions.
14435         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
14436         parse_bracket_exp):
14437         (build_equiv_class, build_charclass): Check for arithmetic overflow
14438         in size expression calculations.
14439         * lib/regex_internal.c (re_string_realloc_buffers):
14440         (build_wcs_upper_buffer, re_node_set_add_intersect):
14441         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
14442         (re_dfa_add_node, register_state): Likewise.
14443         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
14444         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
14445         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
14446         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
14447
14448 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
14449
14450         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
14451         m4/ulonglong.m4.  Problem reported by Martin Lambers.
14452
14453 2005-09-02  Bruno Haible  <bruno@clisp.org>
14454
14455         Support for lib vs. lib64 distinction on biarch platforms.
14456         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
14457         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
14458         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
14459
14460 2005-09-02  Bruno Haible  <bruno@clisp.org>
14461
14462         * gnulib-tool (import): In the other first-use case, provide defaults
14463         as well.
14464
14465 2005-09-02  Bruno Haible  <bruno@clisp.org>
14466
14467         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
14468         patches not yet found in the latest gettext release.
14469
14470 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
14471
14472         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
14473         to avoid a collision with bits/local_lim.h in glibc.
14474         All uses changed.  Problem reported by Dmitry V. Levin in
14475         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
14476
14477         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
14478         bugs in int versus size_t comparisons.
14479         (re_string_context_at): Fix bug where the code assumed that
14480         Idx is signed.
14481
14482         Use bool where appropriate.
14483         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
14484         All callers changed.
14485         (calc_eclosure_iter): Likewise, for ROOT arg.
14486         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
14487         (build_charclass_op): Likewise, for NON_MATCH arg.
14488         * lib/regex_internal.c (re_string_allocate, re_string_construct):
14489         (re_string_construct_common): Likewise, for ICASE arg.
14490         * lib/regexec.c (re_search_2_stub, re_search_stub):
14491         Likewise, for RET_LEN arg.
14492         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
14493         (set_regs): Likewise, for FL_BACKTRACK arg.
14494         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
14495         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
14496         (calc_eclosure_iter, parse_bracket_exp):
14497         Use bool for internal variables that are booleans.
14498         * lib/regexec.c (re_search_internal, check_matching,
14499         proceed_next_node):
14500         (set_regs, build_sifted_states, sift_states_bkref):
14501         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
14502         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
14503         (find_collation_sequence_value):
14504         Likewise.
14505         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
14506         (re_node_set_compare):
14507         Return bool, not int. All callers changed.
14508         * lib/regexec.c (check_halt_node_context, check_dst_limits):
14509         (build_trtable, check_node_accept): Likewise.
14510         * lib/regex_internal.h: Include stdbool.h.
14511
14512         Fix bugs uncovered when converting to bool.
14513         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
14514         failure instead of charging ahead blindly.
14515         * lib/regex_internal.c (register_state): Likewise.
14516         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
14517         for freeing internal storage.
14518         (group_nodes_into_DFA_states): Use unsigned int, not int, for
14519         bitset pieces used as boolean, to avoid undefined behavior
14520         on hosts that do int overflow checking.
14521
14522 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
14523
14524         * config/srclist.txt: Add glibc bugs 1285-1287.
14525
14526 2005-09-01  Jim Meyering  <jim@meyering.net>
14527
14528         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
14529         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
14530         Require gl_STAT_MACROS, too.
14531
14532 2005-09-01  Bruno Haible  <bruno@clisp.org>
14533
14534         * gnulib-tool (import): In the first-use case, provide defaults.
14535
14536 2005-09-01  Bruno Haible  <bruno@clisp.org>
14537
14538         * gnulib-tool (func_import): Remove the .tmp files.
14539
14540 2005-09-01  Bruno Haible  <bruno@clisp.org>
14541
14542         * gnulib-tool (func_import): Fix handling of symbolic links.
14543
14544 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14545
14546         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
14547         old glibc regex code mishandles strings longer than 2**31 bytes.
14548         This patch fixes this when the regex code is used in gnulib
14549         (i.e., outside glibc).
14550
14551         This patch should not affect the use of the regex code inside
14552         glibc.  No doubt this problem also needs to be handled for glibc
14553         as well, but the result will be an incompatible change to the
14554         glibc ABI, and the old ABI will have to be supported too.  That
14555         can be the the subject for another patch.
14556
14557         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
14558         governing whether the rest of this patch is active.  By default,
14559         the macro is disabled and the patch has no effect.
14560         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
14561         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
14562         (struct re_pattern_buffer, re_search, re_search_2, re_match):
14563         (re_match_2, re_set_registers): Use the new types.
14564         * lib/regex_internal.h (Idx, re_hashval_t): New types.
14565         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
14566         New macros.
14567         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
14568         (re_string_context_at, bin_tree_t, re_dfastate_t):
14569         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
14570         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
14571         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
14572         (re_string_char_size_at, re_string_wchar_at):
14573         (re_string_elem_size_at):
14574         Use the new types and macros to port to 64-bit hosts.
14575         Use unsigned types for internal values, so that the code
14576         mostly works even for arrays larger than SSIZE_MAX.
14577         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
14578         (search_duplicated_node, calc_eclosure_iter, fetch_number):
14579         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
14580         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
14581         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
14582         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
14583         (calc_inveclosure, parse_dup_op, build_range_exp):
14584         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
14585         (fetch_number, create_token_tree, mark_opt_subexp):
14586         Likewise.
14587         * lib/regex_internal.c (re_string_construct_common,
14588         create_ci_newstate):
14589         (create_cd_newstate, re_string_allocate, re_string_construct):
14590         (re_string_realloc_buffers, build_wcs_upper_buffer):
14591         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
14592         (re_string_reconstruct, re_string_peek_byte_case):
14593         (re_string_fetch_byte_case, re_string_context_at):
14594         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
14595         (re_node_set_init_copy, re_node_set_add_intersect):
14596         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
14597         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
14598         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
14599         (re_acquire_state, re_acquire_state_context, register_state):
14600         Likewise.
14601         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
14602         search_cur_bkref_entry):
14603         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
14604         (re_search_internal, re_search_2_stub, re_search_stub)
14605         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
14606         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
14607         (update_cur_sifted_state, check_dst_limits):
14608         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
14609         (check_subexp_limits, sift_states_bkref, merge_state_array):
14610         (check_subexp_matching_top, get_subexp, get_subexp_sub):
14611         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
14612         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
14613         (expand_bkref_cache, check_node_accept_bytes):
14614         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
14615         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
14616         (acquire_init_state_context, check_halt_node_context):
14617         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
14618         (sift_states_backward, clean_state_log_if_needed):
14619         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
14620         (find_recover_state, transit_state_sb, transit_state_mb):
14621         (transit_state_bkref, build_trtable, match_ctx_clean):
14622         Likewise.
14623         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
14624         to work around an assumption that REG_MISSING is negative.
14625
14626         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
14627         (seek_collating_symbol_entry) [defined _LIBC]:
14628         (lookup_collation_sequence_value) [defined _LIBC]:
14629         (build_range_exp, build_collating_symbol) [defined _LIBC]:
14630         Use prototypes rather than old-style function definitions.
14631         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
14632         (transit_state_sb) [0]:
14633         (find_collation_sequence_value) [defined _LIBC]: Likewise.
14634
14635         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
14636         rm_eo.
14637
14638         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
14639         (optimize_subexps, lower_subexp):
14640         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
14641         since the signed shift might overflow.  Use 1u<<31 instead.
14642         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
14643         Likewise.
14644         * lib/regexec.c (check_dst_limits_calc_pos_1,
14645         check_subexp_matching_top): Likewise.
14646
14647         * lib/regcomp.c (optimize_subexps, lower_subexp):
14648         Use CHAR_BIT rather than 8, for clarity.
14649         * lib/regexec.c (check_dst_limits_calc_pos_1):
14650         (check_subexp_matching_top): Likewise.
14651         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
14652         have to worry about portability issues when shifting it left.
14653         Remove no-longer-needed test for table_size > 0.
14654         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
14655         in a word, as the resulting behavior is undefined.
14656         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
14657         in one case, a <= should have been an <, and in another case the
14658         whole test was missing.
14659         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
14660         the standard name CHAR_BIT.
14661         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
14662         this is not true on one's complement and signed-magnitude hosts.
14663
14664         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
14665         next_last_offset.
14666         (struct re_dfa_t): Remove unused member states_alloc.
14667         * lib/regcomp.c (init_dfa): Don't initialize unused members.
14668
14669 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14670
14671         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
14672         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
14673         and large-file glibc and in 32-bit large-file Solaris.
14674
14675 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14676
14677         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
14678         lengths fit in regoff_t; this isn't true if regoff_t is the same
14679         width as size_t.
14680         * lib/regex.c (re_search_internal): 5th arg is LAST_START
14681         (= START + RANGE) instead of RANGE.  This avoids overflow
14682         problems when regoff_t is the same width as size_t.
14683         All callers changed.
14684         (re_search_2_stub): Check for overflow when adding the
14685         sizes of the two strings.
14686         (re_search_stub): Check for overflow when adding START
14687         to RANGE; if it occurs, substitute the extreme value.
14688
14689 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14690
14691         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
14692
14693 2005-08-31  Jim Meyering  <jim@meyering.net>
14694
14695         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
14696         a pointer-to-const.
14697         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
14698         (register_state): Likewise.
14699         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
14700         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
14701         (group_nodes_into_DFAstates): Likewise.
14702
14703 2005-08-31  Jim Meyering  <jim@meyering.net>
14704
14705         * check-module: Add a FIXME comment.
14706
14707 2005-08-31  Eric Blake  <ebb9@byu.net>
14708
14709         * modules/unistd-safer (Files): Add unistd--.h.
14710         * modules/stdio-safer (Files): Add stdio--.h.
14711
14712 2005-08-31  Derek Price  <derek@ximbiot.com>
14713
14714         * lib/getdelim.c (getdelim): Return EOF on EOF.
14715         Reported by Larry Jones <lawrence.jones@ugs.com>.
14716
14717 2005-08-31  Bruno Haible  <bruno@clisp.org>
14718
14719         Avoid unnecessary diffs in the generated lib/Makefile.am.
14720         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
14721         the generated files.
14722         (func_import): Don't set cmd.
14723
14724 2005-08-31  Bruno Haible  <bruno@clisp.org>
14725
14726         * lib/strstr.c: Include <stddef.h>, for NULL.
14727         * lib/strcasestr.c: Likewise.
14728         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
14729
14730 2005-08-31  Bruno Haible  <bruno@clisp.org>
14731
14732         * gnulib-tool: New option --macro-prefix.
14733         (func_import): Use macro_prefix.
14734         (import): Handle option --macro-prefix.
14735
14736 2005-08-31  Bruno Haible  <bruno@clisp.org>
14737
14738         * gnulib-tool (import): Rename most ac_* variables to cached_*.
14739         Also use new variables cached_lgpl, cached_libtool.
14740
14741 2005-08-31  Bruno Haible  <bruno@clisp.org>
14742
14743         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
14744         always instantiating them.
14745
14746 2005-08-31  Bruno Haible  <bruno@clisp.org>
14747
14748         * gnulib-tool (func_import): Read the previous cached settings
14749         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
14750         earlier added by gnulib but are now dropped. Warn when a gnulib file
14751         overwrites a non-gnulib file.
14752
14753 2005-08-31  Bruno Haible  <bruno@clisp.org>
14754
14755         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
14756         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
14757         projects that don't keep autogenerated files in CVS. Put into
14758         actioncmd only the specified modules, not the transitive closure.
14759
14760 2005-08-31  Bruno Haible  <bruno@clisp.org>
14761
14762         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
14763         Create directories that shall be filled.
14764         (import): Don't look for gl_* macros in configure.ac. Recurse across
14765         all directories containing a gnulib-cache.m4 files, if meaningful.
14766
14767 2005-08-31  Bruno Haible  <bruno@clisp.org>
14768
14769         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
14770         (import): Set seen_libtool when we see gl_LIBTOOL.
14771
14772 2005-08-31  Bruno Haible  <bruno@clisp.org>
14773
14774         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
14775         declaration macro definitions from generated gnulib.m4.
14776
14777 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
14778
14779         * lib/iconvme.h: Add prototype for iconv_alloc.
14780
14781 2005-08-29  Simon Josefsson  <jas@extundo.com>
14782
14783         * lib/iconvme.c: Fix errno.
14784
14785 2005-08-29  Bruno Haible  <bruno@clisp.org>
14786
14787         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
14788         that it works when the directory contains spaces.
14789
14790 2005-08-29  Bruno Haible  <bruno@clisp.org>
14791
14792         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
14793
14794 2005-08-29  Bruno Haible  <bruno@clisp.org>
14795
14796         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
14797         Emit more advice.
14798
14799 2005-08-29  Bruno Haible  <bruno@clisp.org>
14800         and Stepan Kasal  <kasal@ucw.cz>
14801
14802         * check-module: If more parameters are given, check each of them
14803         separately; add more exceptions, as noted by Jim Meyering.
14804         (check_module): New procedure.
14805         (%exempt_header): Now contains all exceptions.
14806
14807 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
14808
14809         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
14810
14811 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
14812
14813         * lib/iconvme.c: Split iconv_string into iconv_alloc.
14814
14815 2005-08-28  Bruno Haible  <bruno@clisp.org>
14816
14817         * m4/gnulib-tool.m4: New file.
14818
14819 2005-08-27  Jim Meyering  <jim@meyering.net>
14820
14821         * modules/unistd-safer (Files): Add pipe-safer.c.
14822         * modules/fcntl-safer (Files): Add creat-safer.c.
14823
14824 2005-08-27  Jim Meyering  <jim@meyering.net>
14825
14826         * m4/stdlib-safer.m4: New file.  From coreutils.
14827         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
14828         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
14829         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
14830         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
14831         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
14832
14833 2005-08-27  Jim Meyering  <jim@meyering.net>
14834
14835         * lib/fopen-safer.c: Merge minor changes from coreutils.
14836         * lib/dup-safer.c: Likewise.
14837         * lib/fd-safer.c: Likewise.
14838
14839         Merge from coreutils.
14840         * lib/stdio--.h: New file.
14841         * lib/stdlib--.h: New file.
14842         * lib/mkstemp-safer.c: New file.
14843
14844         GNU tar needs these.
14845         * lib/pipe-safer.c: New file.
14846         * lib/creat-safer.c: New file.
14847         * lib/fcntl--.h (creat): Define to creat_safer.
14848         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
14849         * lib/unistd--.h (pipe): Define to pipe_safer.
14850         * lib/unistd-safer.h: Declare pipe_safer.
14851
14852 2005-08-26  Simon Josefsson  <jas@extundo.com>
14853
14854         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
14855         Haible <bruno@clisp.org>.
14856
14857 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
14858
14859         * lib/regex_internal.h: Remove all references to
14860         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
14861         or better.
14862         (bitset_not, bitset_merge, bitset_not_merge):
14863         (bitset_mask, re_string_allocate, re_string_construct):
14864         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
14865         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
14866         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
14867         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
14868         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
14869         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
14870         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
14871         (re_acquire_state_context):
14872         Remove unnecessary forward decls.
14873         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
14874         Put __attribute at function definition,
14875         now that the function decl has been removed.
14876         * lib/regex_internal.c (re_string_peek_byte_case):
14877         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
14878         Likewise.
14879
14880 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
14881
14882         * m4/regex.m4: Add AC_PREREQ(2.50).
14883         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
14884
14885 2005-08-25  Simon Josefsson  <jas@extundo.com>
14886
14887         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
14888         __fsetlocking.
14889
14890 2005-08-25  Simon Josefsson  <jas@extundo.com>
14891
14892         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
14893         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
14894         GLIBC specific code.
14895
14896 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
14897
14898         Make regex safe for g++.  This fixes one real bug (an "err"
14899         that should have been "*err").  g++ problem reported by
14900         Sam Steingold.
14901         * lib/regex_internal.h (re_calloc): New macro, consistent with
14902         re_malloc etc.  All callers of calloc changed to use re_calloc.
14903         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
14904         not int.  All callers changed.
14905         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
14906         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
14907         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
14908         (find_recover_state): Change "err" to "*err"; this fixes what
14909         appears to be a real bug.
14910         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
14911         versus int.
14912
14913 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
14914
14915         * modules/regex (Depends-on): Add malloc, since the code
14916         assumes that !malloc(0) means failure.
14917
14918 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
14919
14920         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
14921
14922         alloca modernization/simplification for regex.
14923         * lib/regex.c: Remove portability cruft for alloca.  This no longer
14924         needs to be at the start of the file, and can be moved into
14925         regex_internal.h and simplified.
14926         * lib/regex_internal.h: Include <alloca.h>.
14927         (__libc_use_alloca) [!defined _LIBC]: New macro.
14928         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
14929         now works outside glibc.
14930
14931 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
14932
14933         * config/srclist.txt: Add glibc bugs 1241, 1245.
14934
14935 2005-08-25  Jim Meyering  <jim@meyering.net>
14936
14937         * lib/open-safer.c: Include <config.h>.
14938         Otherwise, we'd lose LARGEFILE support in any file using
14939         e.g. "fcntl--.h"
14940
14941 2005-08-25  Bruno Haible  <bruno@clisp.org>
14942
14943         * m4/minmax.m4: Require autoconf 2.52.
14944         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
14945         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
14946         alternatives of translit over the alphabet.
14947         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
14948
14949 2005-08-24  Simon Josefsson  <jas@extundo.com>
14950
14951         * tests/test-getpass.c: New file.
14952
14953 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
14954
14955         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
14956         for GNU regex features.
14957
14958 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
14959
14960         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
14961         * lib/regex.h (regerror): Likewise.
14962
14963         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
14964         requires this.  (The code never needed it.)
14965
14966         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
14967         All uses of recently-renamed identifiers changed to use the new,
14968         POSIX-compliant names.  The code will build and run just fine
14969         without these changes, but it's better to eat our own dog food
14970         and use the standard-conforming names.
14971
14972         * lib/regex.h: Fix a multitude of POSIX name space violations.
14973         These changes have an effect only for programs that define
14974         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
14975         do not change anything for programs compiled in the normal way.
14976         Also, there is no effect on the ABI.
14977
14978         (_REGEX_SOURCE): New macro.
14979         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
14980         defined and _GNU_SOURCE is not; this fixes a name space violation.
14981
14982         Rename the following macros to obey POSIX requirements.
14983         The old names are still visible as macros if _REGEX_SOURCE is defined.
14984         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
14985         RE_BACKSLASH_ESCAPE_IN_LISTS.
14986         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
14987         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
14988         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
14989         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
14990         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
14991         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
14992         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
14993         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
14994         (REG_INTERVALS): renamed from RE_INTERVALS.
14995         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
14996         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
14997         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
14998         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
14999         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
15000         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
15001         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
15002         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
15003         RE_UNMATCHED_RIGHT_PAREN_ORD.
15004         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
15005         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
15006         (REG_DEBUG): renamed from RE_DEBUG.
15007         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
15008         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
15009         unusual, since we can't clash with the POSIX REG_ICASE.
15010         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
15011         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
15012         (REG_NO_SUB): renamed from RE_NO_SUB.
15013         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
15014         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
15015         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
15016         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
15017         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
15018         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
15019         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
15020         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
15021         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
15022         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
15023         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
15024         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
15025         RE_SYNTAX_POSIX_MINIMAL_BASIC.
15026         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
15027         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
15028         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
15029         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
15030         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
15031         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
15032         (REG_FIXED): Renamed from REGS_FIXED.
15033         (REG_NREGS): Renamed from RE_NREGS.
15034
15035         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
15036         of other REG_* macros, since POSIX says the user is allowed to
15037         #undef these macros selectively.
15038
15039         (reg_errcode_t): Update comment stating what other tables need
15040         to be consistent.
15041
15042         Rename the following enum values to obey POSIX requirements.
15043         The old names are still visible as macros.
15044         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
15045         is not defined, since GNU is supposed to be a superset of POSIX as
15046         much as possible, and since we want reg_errcode_t to be a signed
15047         type for implementation consistency.
15048         (_REG_NOERROR): Renamed from REG_NOERROR.
15049         (_REG_NOMATCH): Renamed from REG_NOMATCH.
15050         (_REG_BADPAT): Renamed from REG_BADPAT.
15051         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
15052         (_REG_ECTYPE): Renamed from REG_ECTYPE.
15053         (_REG_EESCAPE): Renamed from REG_EESCAPE.
15054         (_REG_ESUBREG): Renamed from REG_ESUBREG.
15055         (_REG_EBRACK): Renamed from REG_EBRACK.
15056         (_REG_EPAREN): Renamed from REG_EPAREN.
15057         (_REG_EBRACE): Renamed from REG_EBRACE.
15058         (_REG_BADBR): Renamed from REG_BADBR.
15059         (_REG_ERANGE): Renamed from REG_ERANGE.
15060         (_REG_ESPACE): Renamed from REG_ESPACE.
15061         (_REG_BADRPT): Renamed from REG_BADRPT.
15062         (_REG_EEND): Renamed from REG_EEND.
15063         (_REG_ESIZE): Renamed from REG_ESIZE.
15064         (_REG_ERPAREN): Renamed from REG_ERPAREN.
15065         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
15066         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
15067         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
15068         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
15069
15070         (_REG_RE_NAME, _REG_RM_NAME): New macros.
15071         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
15072         changed.  But support the old name if the new one is not defined
15073         and if _REGEX_SOURCE.
15074
15075         Change the following member names in struct re_pattern_buffer.
15076         The old names are still supported if !_REGEX_SOURCE.
15077         The new names are always supported, regardless of _REGEX_SOURCE.
15078         (re_buffer): Renamed from buffer.
15079         (re_allocated): Renamed from allocated.
15080         (re_used): Renamed from used.
15081         (re_syntax): Renamed from syntax.
15082         (re_fastmap): Renamed from fastmap.
15083         (re_translate): Renamed from translate.
15084         (re_can_be_null): Renamed from can_be_null.
15085         (re_regs_allocated): Renamed from regs_allocated.
15086         (re_fastmap_accurate): Renamed from fastmap_accurate.
15087         (re_no_sub): Renamed from no_sub.
15088         (re_not_bol): Renamed from not_bol.
15089         (re_not_eol): Renamed from not_eol.
15090         (re_newline_anchor): Renamed from newline_anchor.
15091
15092         Change the following member names in struct re_registers.
15093         The old names are still supported if !_REGEX_SOURCE.
15094         The new names are always supported, regardless of _REGEX_SOURCE.
15095         (rm_num_regs): Renamed from num_regs.
15096         (rm_start): Renamed from start.
15097         (rm_end): Renamed from end.
15098
15099         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
15100         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
15101         Prepend __ to parameter names.
15102
15103         Undo yesterday's changes.
15104
15105 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
15106
15107         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
15108         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
15109         lib/regex.c.
15110
15111 2005-08-24  Jim Meyering  <jim@meyering.net>
15112
15113         Sync from coreutils.
15114         * m4/fcntl-safer.m4: New file.
15115
15116         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
15117         and object files for this module.
15118
15119 2005-08-24  Jim Meyering  <jim@meyering.net>
15120
15121         Sync from coreutils.
15122         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
15123
15124 2005-08-24  Jim Meyering  <jim@meyering.net>
15125
15126         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
15127         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
15128
15129 2005-08-24  Jim Meyering  <jim@meyering.net>
15130
15131         * modules/fcntl-safer: New module.
15132         * modules/fts (Depends-on): Add fcntl-safer.
15133         * MODULES.html.sh (File descriptor based Input/Output):
15134         Add fcntl-safer.
15135
15136 2005-08-24  Bruno Haible  <bruno@clisp.org>
15137
15138         Support for unit test modules.
15139         * modules/README: Mention tests modules.
15140         * modules/TEMPLATE-TESTS: New file.
15141         * gnulib-tool: New options --extract-tests-module, --with-tests and
15142         --tests-base (unused for the moment).
15143         (testsbase, inctests): New variables.
15144         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
15145         (func_verify_module): Exclude TEMPLATE-TESTS.
15146         (func_verify_nontests_module, func_verify_tests_module): New functions.
15147         (func_get_dependencies): Add implicit dependency for tests modules.
15148         (func_get_tests_module): New function.
15149         (func_modules_transitive_closure): When --with-tests was specified,
15150         include the unit tests as well, unless explicitly avoided.
15151         (func_emit_lib_Makefile_am): Ignore the tests modules here.
15152         (func_emit_tests_Makefile_am): New function.
15153         (func_create_testdir): When --with-tests was specified, emit a
15154         tests/ directory.
15155         * MODULES.html.sh (Future developments): Update.
15156
15157 2005-08-24  Bruno Haible  <bruno@clisp.org>
15158
15159         * modules/tls-tests: New file.
15160         * tests/test-tls.c: New file, from GNU gettext.
15161
15162 2005-08-24  Bruno Haible  <bruno@clisp.org>
15163
15164         * modules/lock-tests: New file.
15165         * tests/test-lock.c: New file, from GNU gettext.
15166
15167 2005-08-24  Bruno Haible  <bruno@clisp.org>
15168
15169         * lib/lock.h: Add multiple inclusion guard.
15170         * lib/tls.h: Add multiple inclusion guard.
15171
15172 2005-08-24  Bruno Haible  <bruno@clisp.org>
15173
15174         * gnulib-tool: Add support for the --aux-dir option to
15175         --create-testdir, --create-megatestdir, --test, --megatest.
15176         (func_create_testdir, func_create_megatestdir): Optionally emit a
15177         AC_CONFIG_AUX_DIR directive.
15178         (create-testdir, create-megatestdir, test, megatest): Provide a
15179         default value for $auxdir.
15180
15181 2005-08-24  Bruno Haible  <bruno@clisp.org>
15182
15183         * gnulib-tool (import): Use compound statement instead of subshell
15184         where possible.
15185
15186 2005-08-24  Bruno Haible  <bruno@clisp.org>
15187
15188         * gnulib-tool (import): Change --aux-dir default to "build-aux".
15189
15190 2005-08-24  Bruno Haible  <bruno@clisp.org>
15191
15192         * gnulib-tool (func_version): Update.
15193
15194 2005-08-24  Bruno Haible  <bruno@clisp.org>
15195
15196         * gnulib-tool (func_import, func_create_testdir,
15197         func_create_megatestdir): Quote all autoconf macro arguments.
15198
15199 2005-08-24  Bruno Haible  <bruno@clisp.org>
15200
15201         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
15202         option --force, because --force causes the aclocal.m4 of each
15203         subdirectory to be newer than the corresponding config.h.in.
15204
15205 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
15206
15207         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
15208         All contents moved to gl_REGEX.
15209         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
15210         assume that it does.
15211
15212 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
15213
15214         * lib/regex.h (REG_NOSYS)
15215         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
15216         Define, since POSIX requires it as of 2001.
15217         (_REG_ENOSYS)
15218         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
15219         New private symbol, used to keep the enum signed in all cases.
15220         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
15221         Youngman in
15222         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
15223
15224         * lib/regex_internal.c (re_string_skip_chars, register_state):
15225         (calc_state_hash):
15226         Remove forward decls; no longer needed now that we use prototypes.
15227         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
15228         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
15229         (clean_state_log_if_needed): Likewise.
15230
15231 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
15232
15233         * config/srclist.txt: Add glibc bugs 1231-1233.
15234
15235 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
15236
15237         Fix problems reported by Sam Steingold in
15238         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
15239         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
15240         assumed that reg_errcode_t is a signed type, which is not
15241         necessarily true if _XOPEN_SOURCE is not defined.
15242         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
15243         since some compilers warn about it otherwise.
15244
15245 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
15246
15247         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
15248         (init_word_char, create_initial_state, duplicate_node_closure):
15249         (fetch_token, peek_token_bracket, build_range_exp):
15250         (build_collating_symbol): Remove forward decls; no longer needed
15251         now that we use prototypes.
15252
15253         * lib/regcomp.c:
15254         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
15255         (re_compile_fastmap_iter, regcomp, regerror, regfree):
15256         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
15257         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
15258         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
15259         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
15260         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
15261         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
15262         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
15263         (build_range_exp, build_collating_symbol, parse_bracket_exp):
15264         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
15265         (build_charclass, build_charclass_op, fetch_number, create_tree):
15266         (create_token_tree, mark_opt_subexp, duplicate_tree):
15267         Use prototypes rather than old-style definitions.
15268
15269         * lib/regex_internal.c:
15270         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
15271         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
15272         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
15273         (re_string_reconstruct, re_string_peek_byte_case):
15274         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
15275         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
15276         (re_node_set_init_copy, re_node_set_add_intersect):
15277         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
15278         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
15279         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
15280         (re_acquire_state, re_acquire_state_context, register_state):
15281         (create_ci_newstate, create_cd_newstate, free_state):
15282         Likewise.
15283         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
15284         re_search_2):
15285         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
15286         (re_search_internal, prune_impossible_nodes):
15287         (acquire_init_state_context, check_matching, static):
15288         (check_halt_node_context, check_halt_state_context, proceed_next_node):
15289         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
15290         (update_regs, sift_states_backward, build_sifted_states):
15291         (clean_state_log_if_needed, merge_state_array):
15292         (update_cur_sifted_state, add_epsilon_src_nodes):
15293         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
15294         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
15295         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
15296         (find_recover_state, check_subexp_matching_top, transit_state_mb):
15297         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
15298         (check_arrival, check_arrival_add_next_nodes):
15299         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
15300         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
15301         (check_node_accept_bytes, check_node_accept, extend_buffers):
15302         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
15303         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
15304         (sift_ctx_init):
15305         Likewise.
15306
15307         * lib/regex_internal.h:
15308         (re_string_allocate, re_string_construct, re_string_reconstruct):
15309         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
15310         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
15311         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
15312         (re_string_context_at, re_string_peek_byte_case):
15313         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
15314         is defined, since we now use prototypes always.
15315
15316         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
15317         C89 or better.  All uses removed.
15318
15319 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
15320
15321         * config/srclist.txt: Add glibc bugs 1220-1227.
15322
15323 2005-08-20  Jim Meyering  <jim@meyering.net>
15324
15325         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
15326         of unused local, dfa.
15327
15328 2005-08-20  Bruno Haible  <bruno@clisp.org>
15329
15330         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
15331
15332 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15333
15334         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
15335         (re_node_set_insert_last, re_dfa_add_node):
15336         Rename local variables to avoid GCC shadowing warnings.
15337
15338 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15339
15340         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
15341         [defined lint]: Suppress bogus uninitialized-variable warnings.
15342
15343         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
15344         and let the caller return REG_ESPACE if out of space.  This
15345         removes an uninitialied-variable warning with GCC 4.0.1, and also
15346         avoids taking the address of a local variable.  All callers
15347         changed.
15348
15349 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15350
15351         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
15352         $LIBCSRC/posix/regexec.c.
15353         Add glibc bug 1217 for regcomp.c.
15354
15355 2005-08-19  Jim Meyering  <jim@meyering.net>
15356
15357         * lib/regexec.c (proceed_next_node): Redo local variables to
15358         avoid GCC shadowing warnings.
15359
15360 2005-08-18  Bruno Haible  <bruno@clisp.org>
15361
15362         * lib/strstr.c (strstr): Fix return value in multibyte case.
15363         * lib/strcasestr.c (strcasestr): Likewise.
15364
15365 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
15366
15367         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
15368
15369 2005-08-17  Jim Meyering  <jim@meyering.net>
15370
15371         Make the %s format (seconds since the epoch) work for a negative
15372         number and when used with a zero-padded field width, e.g. %015s.
15373
15374         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
15375         label so that it precedes the code to set `digits'.  Otherwise,
15376         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
15377         print `00-22'.  Now, it prints `-0022', as it should.
15378
15379 2005-08-17  Bruno Haible  <bruno@clisp.org>
15380
15381         * modules/strstr (Files): Add m4/mbrtowc.m4.
15382         (Depends-on): Add mbuiter.
15383
15384 2005-08-17  Bruno Haible  <bruno@clisp.org>
15385
15386         * modules/strcasestr: New file.
15387         * MODULES.html.sh (String handling, based on ANSI C 89): Add
15388         strcasestr.
15389
15390 2005-08-17  Bruno Haible  <bruno@clisp.org>
15391
15392         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
15393
15394 2005-08-17  Bruno Haible  <bruno@clisp.org>
15395
15396         * modules/mbuiter: New file.
15397         * MODULES.html.sh (Extended multibyte and wide character utilities):
15398         Add mbuiter.
15399
15400 2005-08-17  Bruno Haible  <bruno@clisp.org>
15401
15402         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
15403         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
15404
15405 2005-08-17  Bruno Haible  <bruno@clisp.org>
15406
15407         * m4/strcasestr.m4: New file.
15408
15409 2005-08-17  Bruno Haible  <bruno@clisp.org>
15410
15411         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
15412         * lib/strstr.c: Completely rewritten, with multibyte locale support.
15413
15414 2005-08-17  Bruno Haible  <bruno@clisp.org>
15415
15416         * lib/strcasestr.h: New file.
15417         * lib/strcasestr.c: New file.
15418
15419 2005-08-17  Bruno Haible  <bruno@clisp.org>
15420
15421         * lib/strcasecmp.c: Use mbuiter.h.
15422
15423 2005-08-17  Bruno Haible  <bruno@clisp.org>
15424
15425         * lib/mbuiter.h: New file.
15426
15427 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
15428
15429         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
15430         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
15431         and gl_GETOPT are both invoked via different paths (as happens
15432         with GNU tar CVS because it uses both argp and getopt), the former
15433         wins.
15434
15435 2005-08-16  Bruno Haible  <bruno@clisp.org>
15436
15437         * modules/tls: New file.
15438         * MODULES.html.sh (Multithreading): Add tls.
15439
15440 2005-08-16  Bruno Haible  <bruno@clisp.org>
15441
15442         * modules/strnlen1: New file.
15443         * MODULES.html.sh (String handling): Add strnlen1.
15444
15445 2005-08-16  Bruno Haible  <bruno@clisp.org>
15446
15447         * modules/strcase (Files): Add m4/mbrtowc.m4.
15448         (Depends-on): Add strnlen1, mbchar.
15449
15450 2005-08-16  Bruno Haible  <bruno@clisp.org>
15451
15452         * modules/mbiter: New file.
15453         * MODULES.html.sh (Extended multibyte and wide character utilities):
15454         Add mbiter.
15455
15456 2005-08-16  Bruno Haible  <bruno@clisp.org>
15457
15458         * modules/mbfile: New file.
15459         * MODULES.html.sh (Extended multibyte and wide character utilities):
15460         Add mbfile.
15461
15462 2005-08-16  Bruno Haible  <bruno@clisp.org>
15463
15464         * modules/mbchar: New file.
15465         * MODULES.html.sh (Extended multibyte and wide character utilities):
15466         New section.
15467
15468 2005-08-16  Bruno Haible  <bruno@clisp.org>
15469
15470         * m4/tls.m4: New file, from GNU gettext.
15471
15472 2005-08-16  Bruno Haible  <bruno@clisp.org>
15473
15474         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
15475         always.
15476         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
15477
15478 2005-08-16  Bruno Haible  <bruno@clisp.org>
15479
15480         * m4/mbiter.m4: New file.
15481
15482 2005-08-16  Bruno Haible  <bruno@clisp.org>
15483
15484         * m4/mbfile.m4: New file.
15485
15486 2005-08-16  Bruno Haible  <bruno@clisp.org>
15487
15488         * m4/mbchar.m4: New file.
15489
15490 2005-08-16  Bruno Haible  <bruno@clisp.org>
15491
15492         * lib/tls.h: New file, from GNU gettext.
15493         * lib/tls.c: New file, from GNU gettext.
15494
15495 2005-08-16  Bruno Haible  <bruno@clisp.org>
15496
15497         * lib/strnlen1.h: New file.
15498         * lib/strnlen1.c: New file.
15499
15500 2005-08-16  Bruno Haible  <bruno@clisp.org>
15501
15502         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
15503         (mbi_init): Update.
15504         (mbi_avail, mbi_advance): Let the iteration end before the terminating
15505         NUL byte, not after it.
15506
15507 2005-08-16  Bruno Haible  <bruno@clisp.org>
15508
15509         * lib/strcase.h (strcasecmp): Add note in comments.
15510         * lib/strncasecmp.c: Use code from strcasecmp.c.
15511         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
15512         (strcasecmp): Work correctly in multibyte locales.
15513
15514 2005-08-16  Bruno Haible  <bruno@clisp.org>
15515
15516         * lib/mbiter.h: New file.
15517
15518 2005-08-16  Bruno Haible  <bruno@clisp.org>
15519
15520         * lib/mbfile.h: New file.
15521
15522 2005-08-16  Bruno Haible  <bruno@clisp.org>
15523
15524         * lib/mbchar.h: New file.
15525         * lib/mbchar.c: New file.
15526
15527 2005-08-16  Bruno Haible  <bruno@clisp.org>
15528
15529         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
15530         the valid ones. Makes the comparison operations transitive:
15531         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
15532         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
15533
15534 2005-08-15  Simon Josefsson  <jas@extundo.com>
15535
15536         * modules/ssize_t (License): Change to 'unlimited'.
15537
15538         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
15539
15540 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
15541
15542         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
15543         Add comments for each pending glibc patch.
15544
15545 2005-08-15  Bruno Haible  <bruno@clisp.org>
15546
15547         * lib/regex.h (__restrict_arr): Don't define to __restrict if
15548         __cplusplus is defined.
15549
15550 2005-08-14  Jim Meyering  <jim@meyering.net>
15551
15552         Sync from coreutils.
15553
15554         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
15555         Use the hash-table-based cycle-detection code not just when
15556         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
15557         Reported by James Youngman in
15558         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
15559         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
15560         FTS_TIGHT_CYCLE_CHECK.
15561         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
15562         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
15563         once again.
15564         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
15565         * lib/fts.c (fd_safer): Remove decl.
15566         Include fcntl--.h rather than unistd-safer.h
15567         (fts_safe_changedir): Don't call fd_safer; no longer needed
15568         now that we include fcntl--.h.
15569
15570 2005-08-12  Simon Josefsson  <jas@extundo.com>
15571
15572         * modules/getndelim2: Use ssize_t module.
15573         * modules/getnline: Likewise.
15574         * modules/safe-read: Likewise.
15575         * modules/xreadlink: Likewise.
15576
15577         * modules/ssize_t: New file.
15578
15579 2005-08-12  Simon Josefsson  <jas@extundo.com>
15580
15581         * m4/readline.m4: Look for termcap, curses or ncurses if required.
15582
15583 2005-08-12  Simon Josefsson  <jas@extundo.com>
15584
15585         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15586         ssize_t.
15587
15588 2005-08-12  Simon Josefsson  <jas@extundo.com>
15589
15590         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
15591         readline, getdelim and check_version.
15592         (Support for systems lacking ISO C 99: Sizes of integer types):
15593         Add size_max.
15594
15595 2005-08-12  Bruno Haible  <bruno@clisp.org>
15596
15597         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
15598
15599 2005-08-11  Simon Josefsson  <jas@extundo.com>
15600
15601         * modules/readline: New file.
15602
15603         * modules/strnlen (Files): Add strnlen.h.
15604
15605 2005-08-11  Simon Josefsson  <jas@extundo.com>
15606
15607         * m4/readline.m4: New file.
15608
15609 2005-08-11  Simon Josefsson  <jas@extundo.com>
15610
15611         * lib/readline.h, readline.c: New file.
15612
15613 2005-08-11  Simon Josefsson  <jas@extundo.com>
15614
15615         * doc/gnulib.texi (Initial import, Finishing touches): Mention
15616         gl_AVOID.
15617
15618 2005-08-11  Bruno Haible  <bruno@clisp.org>
15619
15620         * lib/strnlen.h (strnlen): Change parameter name to match comment.
15621
15622 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
15623
15624         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
15625
15626 2005-08-10  Simon Josefsson  <jas@extundo.com>
15627
15628         * tests/test-iconvme.c: New file.
15629
15630 2005-08-10  Simon Josefsson  <jas@extundo.com>
15631
15632         * m4/strnlen.m4: New file.
15633
15634         * m4/strndup.m4: Don't check for strnlen declaration, done in
15635         strnlen.m4.
15636
15637 2005-08-10  Simon Josefsson  <jas@extundo.com>
15638
15639         * lib/strndup.c: Use strnlen.h.
15640
15641         * lib/strnlen.h: New file.
15642
15643 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
15644
15645         * README: Typos.
15646
15647 2005-08-02  Simon Josefsson  <jas@extundo.com>
15648
15649         * modules/readline: New file.
15650
15651 2005-08-02  Simon Josefsson  <jas@extundo.com>
15652
15653         * modules/getdelim: New file.
15654
15655         * modules/getline: Rewrite, don't use getndelim2.
15656
15657 2005-08-02  Simon Josefsson  <jas@extundo.com>
15658
15659         * m4/getline.m4: Separate out getdelim stuff into separate module.
15660
15661         * m4/getdelim.m4: New file.
15662
15663 2005-08-02  Simon Josefsson  <jas@extundo.com>
15664
15665         * lib/getline.h, getline.c: Rewrite.
15666
15667         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
15668
15669 2005-07-31  Bruno Haible  <bruno@clisp.org>
15670
15671         * lib/lock.h (gl_lock_initializer): New macro.
15672         (gl_lock_define_initialized): Use it.
15673         (gl_rwlock_initializer): New macro.
15674         (gl_rwlock_define_initialized): Use it.
15675         (gl_recursive_lock_initializer): New macro.
15676         (gl_recursive_lock_define_initialized): Use it.
15677
15678 2005-07-30  Karl Berry  <karl@gnu.org>
15679
15680         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
15681         Report from Ben Pfaff, regarding getopt.
15682
15683 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
15684
15685         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
15686         normal way.
15687         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
15688         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
15689         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
15690         (gl_GETOPT): Use the new macros.  Most of the implementation
15691         is moved to the new macros.  This is for programs like Emacs
15692         that don't want all the functionality of gl_GETOPT.
15693
15694 2005-07-26  Bruno Haible  <bruno@clisp.org>
15695
15696         * m4/lock.m4: Update from GNU gettext.
15697
15698 2005-07-26  Bruno Haible  <bruno@clisp.org>
15699
15700         * lib/lock.h: Update from GNU gettext.
15701         * lib/lock.c: Update from GNU gettext.
15702
15703 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
15704
15705         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
15706         obsolescent AC_TRY_RUN.  Include the default includes files, for
15707         'exit'.
15708
15709 2005-07-24  Bruno Haible  <bruno@clisp.org>
15710
15711         * modules/visibility: New file.
15712         * MODULES.html.sh (Misc): Add visibility.
15713
15714 2005-07-24  Bruno Haible  <bruno@clisp.org>
15715
15716         * m4/visibility.m4: New file.
15717
15718 2005-07-24  Bruno Haible  <bruno@clisp.org>
15719
15720         * doc/visibility.texi: New file.
15721
15722 2005-07-22  Bruno Haible  <bruno@clisp.org>
15723
15724         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
15725         $(ALLOCA_H), redundant through BUILT_SOURCES.
15726         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
15727         redundant through BUILT_SOURCES.
15728         * modules/byteswap (Makefile.am): Remove explicit dependency on
15729         $(BYTESWAP_H), redundant through BUILT_SOURCES.
15730         * modules/fnmatch (Makefile.am): Remove explicit dependency on
15731         $(FNMATCH_H), redundant through BUILT_SOURCES.
15732         * modules/getopt (Makefile.am): Remove explicit dependency on
15733         $(GETOPT_H), redundant through BUILT_SOURCES.
15734         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
15735         redundant through BUILT_SOURCES.
15736         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
15737         redundant through BUILT_SOURCES.
15738         * modules/stdbool (Makefile.am): Remove explicit dependency on
15739         $(STDBOOL_H), redundant through BUILT_SOURCES.
15740         * modules/stdint (Makefile.am): Remove explicit dependency on
15741         $(STDINT_H), redundant through BUILT_SOURCES.
15742         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
15743         Remove explicit dependency on $(SYSEXITS_H).
15744         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
15745
15746 2005-07-18  Simon Josefsson  <jas@extundo.com>
15747
15748         * lib/check-version.c (check_version): Accept identical versions too.
15749
15750 2005-07-18  Bruno Haible  <bruno@clisp.org>
15751
15752         * modules/lock: New file.
15753         * MODULES.html.sh (Multithreading): New section.
15754
15755 2005-07-18  Bruno Haible  <bruno@clisp.org>
15756
15757         * m4/lock.m4: New file, from GNU gettext.
15758
15759 2005-07-18  Bruno Haible  <bruno@clisp.org>
15760
15761         * lib/lock.h: New file, from GNU gettext.
15762         * lib/lock.c: New file, from GNU gettext.
15763
15764 2005-07-18  Bruno Haible  <bruno@clisp.org>
15765
15766         * lib/lock.h (gl_once_t): New type.
15767         (gl_once_define, gl_once): New macros.
15768         * lib/lock.c (fresh_once): New variable.
15769         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
15770         functions.
15771
15772 2005-07-16  Simon Josefsson  <jas@extundo.com>
15773
15774         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
15775         workaround, suggested by Bruno.
15776
15777 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
15778
15779         * modules/xalloc (Depends-on): Add xalloc-die.
15780         * modules/xvasprintf (Depends-on): Add xalloc-die.
15781
15782 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
15783
15784         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
15785         with a minor change.
15786
15787 2005-07-15  Bruno Haible  <bruno@clisp.org>
15788
15789         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
15790         When using lib/poll.c, define poll as rpl_poll.
15791
15792 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
15793
15794         * modules/argp (Depends-on): Remove unlocked-io.
15795
15796 2005-07-14  Derek Price  <derek@ximbiot.com>
15797
15798         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
15799         for glob symlink bug.
15800
15801 2005-07-14  Bruno Haible  <bruno@clisp.org>
15802
15803         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
15804         Instead, test for *_unlocked function declarations directly.
15805
15806 2005-07-11  Simon Josefsson  <jas@extundo.com>
15807
15808         * modules/size_max: New file.
15809
15810         * modules/xsize: Depend on size_max module for size_max.m4.
15811
15812 2005-07-11  Simon Josefsson  <jas@extundo.com>
15813
15814         * lib/size_max.h: New file.
15815
15816 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
15817
15818         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
15819         copyright symbol and the year.
15820         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
15821         (version_etc_va): Use parameterized copyright notice.
15822         Reword to conform to the current GNU coding standards.
15823
15824 2005-07-11  Karl Berry  <karl@gnu.org>
15825
15826         * doc/gnulib.texi (Quoting): new node.
15827         (Initial import): more info, from Patrice.
15828
15829 2005-07-11  Bruno Haible  <bruno@clisp.org>
15830
15831         * gnulib-tool (func_usage): Document option --avoid.
15832         (Command line options): Handle --avoid.
15833         (func_acceptable): New function.
15834         (func_modules_transitive_closure): Use it.
15835
15836 2005-07-11  Bruno Haible  <bruno@clisp.org>
15837
15838         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
15839         Reported by Jim Meyering.
15840
15841 2005-07-10  Bruno Haible  <bruno@clisp.org>
15842
15843         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
15844         Needed when size_t is smaller than 'unsigned int'.
15845         Reported by Paul Eggert.
15846
15847 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15848
15849         * modules/argp (Depends-on): Add unlocked-io
15850
15851 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15852
15853         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
15854         block of defines.
15855
15856 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
15857
15858         * config/srclist.txt: Comment out regcomp.c, since we have a porting
15859         fix now.
15860
15861 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
15862         and Paul Eggert  <eggert@cs.ucla.edu>
15863
15864         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
15865         in wint_t, not wchar_t.  Remove now-unnecessary cast.
15866
15867 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
15868
15869         * modules/regex (Files): Add lib/regex_internal.c,
15870         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
15871         (Depends-on): Add extensions.
15872         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
15873
15874 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
15875
15876         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
15877         pathconf.
15878         * m4/same.m4 (gl_SAME): Likewise.
15879         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
15880
15881         * m4/regex.m4: Adjust to new libc regex implementation.
15882         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
15883         all the .c and .h parts of (the new) regex.
15884         Quote the m4 stuff better.
15885         Check for RE_ICASE bug of old gnulib.
15886         Check for REG_STARTEND of recent libc.
15887         Rename local variables from jm_* to gl_*.
15888         Quote operand of "test -f".
15889         Say "recent enough" version of libc, not "version 2".
15890         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
15891         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
15892         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
15893         Remove check for btowc, isascii.
15894         Require AM_LANGINFO_CODESET.
15895
15896 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
15897
15898         * lib/regex.c, regex.h: Sync from libc.
15899         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
15900         * lib/regexec.c:
15901         New files, synced from libc, except that regex_internal.h
15902         currently has a small porting fix.
15903
15904 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
15905
15906         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
15907         regex_internal.c, regexec.c.
15908         Add regex_internal.h too, but as a comment, since the libc version
15909         is currently broken in gnulib mode.
15910
15911 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
15912
15913         Support programs like Emacs that use gnulib but not gettext.
15914         * MODULES.html.sh (Internationalization functions): Add gettext-h.
15915         * modules/gettext-h: New file.
15916         * modules/gettext (Files): Remove lib/gettext.h.
15917         (Depends-on): Add gettext-h.
15918         (Makefile.am): Remove lib_SOURCES.
15919         * modules/argmatch, modules/c-stack, modules/closeout:
15920         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
15921         * modules/execute, modules/file-type, modules/getaddrinfo:
15922         * modules/getopt, modules/human, modules/javacomp:
15923         * modules/javaexec, modules/mkdir-p, modules/obstack:
15924         * modules/openat, modules/pagealign_alloc, modules/pipe:
15925         * modules/quotearg, modules/regex, modules/rpmatch:
15926         * modules/unicodeio, modules/userspec, modules/version-etc:
15927         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
15928         * modules/xsetenv:
15929         Depend on gettext-h, not gettext.
15930
15931 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
15932
15933         * gnulib-tool (func_import): Add support for 'public domain' license.
15934         * modules/alloca, modules/atexit, modules/memmove:
15935         Now public domain, not GPL.
15936         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
15937         * modules/realloc, modules/strerror, modules/strtod:
15938         Now LGPL, not GPL.
15939
15940 2005-07-05  Bruno Haible  <bruno@clisp.org>
15941
15942         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
15943         autoconf CVS. Needed for mingw.
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         * modules/strftime (Depends-on): Remove dependency on tzset.
15949
15950 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
15951
15952         Remove the dependency of the strftime module on the tzset module.
15953         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
15954         gl_FUNC_TZSET_CLOBBER.
15955
15956 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
15957
15958         Remove the dependency of the strftime module on the tzset module.
15959         * lib/strftime.c (my_strftime)
15960         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
15961         Copy the input structure, to work around some of the bug with
15962         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
15963         Solaris releases, you should also use the tzset module, but we won't
15964         require it as a dependency any more since we don't want LGPLed code
15965         to depend on GPLed code.
15966
15967 2005-07-02  Jim Meyering  <jim@meyering.net>
15968
15969         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
15970         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
15971         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
15972         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
15973
15974 2005-07-02  Jim Meyering  <jim@meyering.net>
15975
15976         * lib/backupfile.c (backup_args): Change a `0' to NULL.
15977
15978 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
15979
15980         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
15981         declares only 'struct timespec;' (!).
15982
15983 2005-07-01  Jim Meyering  <jim@meyering.net>
15984
15985         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
15986         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
15987         * lib/save-cwd.c, tempname.c:
15988         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
15989         and don't include <sys/file.h>).
15990
15991 2005-06-29  Jim Meyering  <jim@meyering.net>
15992
15993         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
15994         type name.  Use the variable name instead.
15995         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
15996         Likewise.
15997
15998 2005-06-28  Simon Josefsson  <jas@extundo.com>
15999
16000         * modules/check-version (Files): Add check-version.m4.
16001
16002 2005-06-28  Simon Josefsson  <jas@extundo.com>
16003
16004         * m4/check-version.m4: New file, suggested by Jim Meyering
16005         <jim@meyering.net>.
16006
16007 2005-06-28  Simon Josefsson  <jas@extundo.com>
16008
16009         * lib/check-version.h, lib/check-version.c: New files.
16010
16011 2005-06-28  Simon Josefsson  <jas@extundo.com>
16012
16013         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
16014         collision with global variable.  Better indentation.  Don't
16015         increment buffer pointer beyond buffer end.  Based on comments
16016         from Paul Eggert <eggert@cs.ucla.edu>.
16017
16018         * lib/base64.h: Indent.
16019
16020 2005-06-28  Simon Josefsson  <jas@extundo.com>
16021
16022         * doc/gnulib.texi (Library version handling): New section.
16023
16024 2005-06-28  Jim Meyering  <jim@meyering.net>
16025
16026         * check-module (find_included_lib_files): Hard-code another
16027         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
16028         but modules/fts-lgpl (correctly) does not list those files.
16029
16030         * modules/canonicalize (Files): Add lib/pathmax.h.
16031
16032 2005-06-25  Simon Josefsson  <jas@extundo.com>
16033
16034         * modules/check-version: New file.
16035
16036 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
16037
16038         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
16039         initializer of struct addrinfo, as an indication that we don't
16040         care how many members the structure has.
16041
16042 2005-06-24  Derek Price  <derek@ximbiot.com>
16043         and Bruno Haible  <bruno@clisp.org>
16044
16045         Remove stat module & update lstat.
16046         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
16047         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
16048         * m4/stat.m4: Remove this file.
16049
16050 2005-06-24  Derek Price  <derek@ximbiot.com>
16051         and Bruno Haible  <bruno@clisp.org>
16052
16053         Remove stat module & update lstat.
16054         * lib/stat.c: Remove this file...
16055         (slash_aware_lstat): ...moving this content and its support...
16056         * lib/lstat.c (rpl_lstat): ...into here.
16057         * lib/lstat.h: New file.
16058
16059 2005-06-24  Derek Price  <derek@ximbiot.com>
16060         and Bruno Haible  <bruno@clisp.org>
16061
16062         Remove stat module & update lstat.
16063         * config/srclist.txt (libc sources): Remove stat.
16064
16065 2005-06-24  Derek Price  <derek@ximbiot.com>
16066         and Bruno Haible  <bruno@clisp.org>
16067
16068         Remove stat module & update lstat.
16069         * MODULES.html.sh (stat): Remove.
16070         * MODULES.html: Regenerated.
16071         * modules/lstat (Description): Correct function name.
16072         (Files): Add "lstat.h".
16073         (Depends-on): Remove stat, add xalloc, stat-macros.
16074         * modules/stat: Remove this file.
16075         (Include): Add "lstat.h", remove <sys/stat.h>.
16076
16077 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
16078
16079         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
16080         (ranged_convert): Don't save conversion in a temporary struct.
16081         This causes a warning with GCC 4.0.0, and anyway in the typical
16082         case it's not worth the extra 100 bytes or so of code.
16083         (ranged_convert, __mktime_internal): When calling a function via a
16084         pointer P, use P () rather than (*P) (), as we now assume C89 or
16085         better.
16086
16087 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16088
16089         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
16090         "who -r" failed to give output.  Problem reported by Tim Waugh.
16091
16092         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
16093         (xcalloc): Use it to avoid needless tests.
16094         Problem reported by Jim Meyering.
16095
16096 2005-06-20  Derek Price  <derek@ximbiot.com>
16097
16098         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
16099         unnecessary for Autoconfs > 2.59c.
16100
16101 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16102
16103         * lib/argp.h (__option_is_short): Check upper limit of
16104         __key. Isprint() requires its argument to have the value
16105         of an unsigned char or EOF.
16106
16107 2005-06-16  Jim Meyering  <jim@meyering.net>
16108
16109         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
16110         when either N or S is zero.
16111
16112 2005-06-16  Derek Price  <derek@ximbiot.com>
16113
16114         * m4/bison.m4: Declare YACC & YFLAGS precious.
16115
16116 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
16117
16118         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
16119         multibyte string or pattern, fall back on unibyte matching.
16120         Problem reported by James Youngman.
16121
16122 2005-06-08  Bruno Haible  <bruno@clisp.org>
16123
16124         * modules/csharpcomp: New file.
16125         * MODULES.html.sh (C#): Add csharpcomp.
16126
16127 2005-06-08  Bruno Haible  <bruno@clisp.org>
16128
16129         * m4/csharpcomp.m4: New file, from GNU gettext.
16130
16131 2005-06-08  Bruno Haible  <bruno@clisp.org>
16132
16133         * lib/csharpcomp.h: New file, from GNU gettext.
16134         * lib/csharpcomp.c: New file, from GNU gettext.
16135         * lib/csharpcomp.sh.in: New file, from GNU gettext.
16136
16137 2005-06-08  Bruno Haible  <bruno@clisp.org>
16138
16139         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
16140         warning on mingw.
16141
16142 2005-06-07  Derek Price  <derek@ximbiot.com>
16143
16144         Sync from CVS.
16145         * lib/glob_.h: Indent nested #ifdef.
16146
16147 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
16148
16149         Sync from coreutils.
16150         Use "file name" when talking about file names, instead of "filename"
16151         or "path", as per the GNU coding standards.
16152         * lib/mkdir-p.c: Renamed from makepath.c.
16153         (make_dir_parents): Renamed from make_path.  All callers changed.
16154         * lib/mkdir-p.h: Likewise.  All includers changed.
16155         * lib/filenamecat.c: Renamed from path-concat.c.
16156         (file_name_concat): Renamed from path_concat.  All callers changed.
16157         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
16158         * lib/filenamecat.h: Likewise.  All includers changed.
16159         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
16160         in comments or local variable names.
16161         * lib/basename.c: Likewise.
16162         * lib/canonicalize.c, canonicalize.h: Likewise.
16163         * lib/dirname.c, dirname.h: Likewise.
16164         * lib/euidaccess.c: Likewise.
16165         * lib/exclude.c: Likewise
16166         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
16167         * lib/fsusage.c, fsuage.h: Likewise.
16168         * lib/fts.c, fts_.h: Likewise.
16169         * lib/getcwd.c: Likewise.
16170         * lib/getloadavg.c: Likewise.
16171         * lib/mkstemp.c: Likewise.
16172         * lib/mountlist.c, mountlist.h: Likewise.
16173         * lib/openat.c, openat.h: Likewise.
16174         * lib/readlink-stub.c: Likewise.
16175         * lib/readutmp.c, readutmp.h: Likewise.
16176         * lib/rename.c: Likewise.
16177         * lib/rmdir.c: Likewise.
16178         * lib/same.c: Likewise.
16179         * lib/savedir.c: Likewise.
16180         * lib/stripslash.c: Likewise.
16181         * lib/tempname.c: Likewise.
16182         * lib/xreadlink.c: Likewise.
16183         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
16184         All uses changed.
16185         * lib/exclude.h: Likewise.
16186
16187         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
16188         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
16189         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
16190         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
16191         * lib/pathmax.h: Include <limits.h> unconditionally, since other
16192         files have been getting away with it for years (MORE/BSD 4.3
16193         is extinct now).
16194         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
16195         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
16196
16197         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
16198         Define to 256, not 255, as per modern POSIX.
16199
16200 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
16201
16202         Sync from coreutils.
16203         Use "file name" when talking about file names, instead of "filename"
16204         or "path", as per the GNU coding standards.
16205         * MODULES.html.sh: mkdir-p renamed from makepath.
16206         filenamecat renamed from path-concat.
16207         * modules/filenamecat: Renamed from modules/path-concat.
16208         (Files): filenamecat.h and filenamecat.c renamed from
16209         path-concat.h and path-concat.c.
16210         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
16211         (Include): filenamecat.h, not path-concat.h.
16212         * modules/mkdir-p: Renamed from modules/makepath.
16213         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
16214         makepath.c.
16215         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
16216         (Include): mkdir-p.h, not makepath.h.
16217
16218 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
16219
16220         Sync from coreutils.
16221         * m4/mkdir-p.m4: Renamed from makepath.m4.
16222         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
16223         Rename files from makepath.c to mkdir-p.c, and from
16224         makepath.h to mkdir-p.h.
16225         * m4/filenamecat.m4: Renamed from path-concat.m4.
16226         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
16227         Rename files from path-concat.c to filenamecat.c,
16228         and from path-concat.h to filenamecat.h.
16229         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
16230         "file name" in local variables or comments.
16231         * m4/rename.m4: Likewise.
16232
16233 2005-06-01  Bruno Haible  <bruno@clisp.org>
16234
16235         * modules/csharpexec: New file.
16236         * MODULES.html.sh (C#): New section.
16237
16238 2005-06-01  Bruno Haible  <bruno@clisp.org>
16239
16240         * m4/csharp.m4: New file, from GNU gettext.
16241         * m4/csharpexec.m4: New file, from GNU gettext.
16242
16243 2005-06-01  Bruno Haible  <bruno@clisp.org>
16244
16245         * lib/csharpexec.h: New file, from GNU gettext.
16246         * lib/csharpexec.c: New file, from GNU gettext.
16247         * lib/csharpexec.sh.in: New file, from GNU gettext.
16248
16249 2005-05-31  Derek Price  <derek@ximbiot.com>
16250             Paul Eggert  <eggert@cs.ucla.edu>
16251
16252         Sync from cvs.
16253         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
16254
16255 2005-05-31  Derek Price  <derek@ximbiot.com>
16256             Paul Eggert  <eggert@cs.ucla.edu>
16257
16258         Sync from cvs.
16259         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
16260
16261 2005-05-29  Derek Price  <derek@ximbiot.com>
16262
16263         * config/srclist.txt (glob_.h, glob.c): Add these files.
16264
16265 2005-05-29  Derek Price  <derek@ximbiot.com>
16266
16267         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
16268         * modules/glob: New file.
16269         * modules/getlogin_r: Add link to POSIX spec in description.
16270
16271 2005-05-29  Derek Price  <derek@ximbiot.com>
16272             Paul Eggert  <eggert@cs.ucla.edu>
16273
16274         * m4/glob.m4: New file.
16275
16276 2005-05-29  Derek Price  <derek@ximbiot.com>
16277             Paul Eggert  <eggert@cs.ucla.edu>
16278
16279         * lib/glob_.h, lib/glob.c: New files.
16280
16281 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
16282
16283         * modules/fts (Files): Remove m4/inttypes-pri.m4.
16284         * modules/fts-lgpl (Depends-on): Remove gettext.
16285
16286 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
16287
16288         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
16289         and don't require gt_INTTYPES_PRI.
16290
16291 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
16292
16293         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
16294
16295         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
16296         the configuration hassle isn't worth it.
16297         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
16298         (LONGEST_MODIFIER, PRIuMAX): Remove.
16299
16300 2005-05-27  Bruno Haible  <bruno@clisp.org>
16301
16302         * lib/getlogin_r.h: Remove second include of <stddef.h>.
16303
16304 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
16305
16306         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
16307         _POSIX_PTHREAD_SEMANTICS for Solaris.
16308
16309 2005-05-25  Derek Price  <derek@ximbiot.com>
16310
16311         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
16312
16313 2005-05-25  Derek Price  <derek@ximbiot.com>
16314             Paul Eggert  <eggert@cs.ucla.edu>
16315
16316         * modules/getlogin_r, m4/getlogin_r.m4: New files.
16317         * lib/getlogin_r.c, getlogin_r.h: New files.
16318
16319 2005-05-25  Bruno Haible  <bruno@clisp.org>
16320             Derek Price  <derek@ximbiot.com>
16321
16322         * lib/getlogin_r.h: Simplify API documentation.
16323
16324 2005-05-23  Derek Price  <derek@ximbiot.com>
16325
16326         * modules/minmax (Files): Add m4/minmax.m4.
16327         (configure.ac): Add gl_MINMAX.
16328
16329 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
16330
16331         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
16332         so that unistd-safer.h (GPL'ed code) need not be included.
16333
16334 2005-05-22  Bruno Haible  <bruno@clisp.org>
16335
16336         * m4/minmax.m4: New file.
16337         Based on a patch by Derek Price <derek@ximbiot.com>.
16338
16339 2005-05-22  Bruno Haible  <bruno@clisp.org>
16340
16341         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
16342         (INT64_MIN): Fix definition.
16343         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
16344
16345         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
16346         NEED_SIGNED_INT_TYPES.
16347
16348         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
16349         HAVE_SYSTEM_INTTYPES.
16350
16351 2005-05-22  Bruno Haible  <bruno@clisp.org>
16352
16353         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
16354         Also include <sys/param.h> if it defines MIN, MAX.
16355         Based on a patch by Derek Price <derek@ximbiot.com>.
16356
16357 2005-05-21  Jim Meyering  <jim@meyering.net>
16358
16359         * modules/fts (Files): Add m4/inttypes-pri.m4.
16360         (Depends-on): Add lstat and remove gettext.  Alphabetize.
16361
16362 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
16363
16364         New fts module.
16365         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
16366         (setup_dir, free_dir): New functions.
16367         (enter_dir, leave_dir): Define trivial
16368         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
16369         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
16370         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
16371         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
16372         Move to fts-cycle.c.
16373         (fts_open): Use setup_dir.
16374         (fts_close): Use free_dir.
16375         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
16376         This adds a label and some gotos, but the alternatives were messier.
16377         Check for memory allocation failure when entering a dir.
16378         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
16379         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
16380         (FTS): New member fts_cycle, that is a union that contains the
16381         old active_dir_ht and cycle_state.  All uses changed to mention
16382         fts_cycle.ht and fts_cycle.state.
16383         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
16384         fts.c, with the following changes:
16385         (setup_dir, free_dir): New functions.
16386         (enter_dir): Now returns bool.  Return true if successful, false
16387         if memory exhausted.  All callers changed.
16388         Do not bother partly cleaning up on
16389         memory allocation failure; that is free_dir's job.
16390         However, free ad if hash_insert fails, to avoid memory leak.
16391         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
16392         fts->fts_options to see which union member to use.
16393
16394 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
16395
16396         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
16397         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
16398
16399 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
16400
16401         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
16402
16403 2005-05-20  Jim Meyering  <jim@meyering.net>
16404
16405         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
16406         Now a macro, to pacify GCC.
16407
16408 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
16409
16410         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
16411         of -1.
16412
16413 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
16414
16415         * lib/chown.c (rpl_chown): Return -1 on failure.
16416
16417 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
16418
16419         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
16420         Don't check for stddef.h.
16421         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
16422         don't use its results.
16423         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
16424         since we include them unconditionally.  Don't require
16425         AM_STDBOOL_H, since stdbool is a prerequisite.
16426         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
16427         since we assume C89 or better.
16428         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
16429         as we don't use their results.
16430         Don't check for fchdir, memmove, memset, strrchr, as we use
16431         them unconditionally.
16432         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
16433         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
16434
16435 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
16436
16437         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
16438         Include <stddef.h> unconditionally, since we assume C89 now.
16439         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
16440         * lib/fts.c: Include fts_.h first, to check interface.
16441         Do not include intprops.h; no longer needed.
16442         Include cycle-check.h and hash.h, since fts_.h no longer does.
16443         Remove unnecessary casts of closedir to void.
16444         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
16445         decide whether to decrement nlinks.
16446         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
16447         (FTS): Use struct hash_table * instead of Hash_table, so that
16448         we no longer need to include hash.h here.
16449
16450 2005-05-18  Jim Meyering  <jim@meyering.net>
16451
16452         * modules/dirfd (License): Change to LGPL.  Most of the code
16453         is already in the public domain.
16454
16455 2005-05-18  Jim Meyering  <jim@meyering.net>
16456
16457         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
16458         Reported by Yoann Vandoorselaere.
16459
16460 2005-05-17  Jim Meyering  <jim@meyering.net>
16461
16462         * m4/fts.m4: New file, from coreutils.
16463
16464 2005-05-17  Jim Meyering  <jim@meyering.net>
16465
16466         * lib/fts.c, lib/fts_.h: New files, from coreutils.
16467
16468 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
16469
16470         Sync from coreutils.
16471         * m4/unlinkdir.m4: New file.
16472
16473 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
16474
16475         Sync from coreutils.
16476         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
16477         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
16478         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
16479         White space changes only.
16480         * lib/makepath.c (make_path): Port to hosts where leading "//" is
16481         special.
16482         * lib/yesno.c: Include getline.h, not ctype.h.
16483         (yesno): Don't remove leading white space; POSIX doesn't allow it.
16484         Use getline to remove arbitrary restriction on response length.
16485
16486 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
16487
16488         * config/srclist-update: Spell out "Street" in FSF postal
16489         mail address; this is the style the FSF seems to prefer.
16490
16491         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
16492         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
16493         this updates FSF postal mail address.
16494
16495         Sync from coreutils.
16496         * modules/unlinkdir: New file.
16497         * modules/yesno (Depends-on): Add getline.
16498         * MODULES.html.sh (File system functions): Add unlinkdir.
16499
16500 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
16501
16502         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
16503         lib/strsep.h:
16504         Change the initial comment to refer to GPL, not LGPL.
16505         gnulib-tool will change it to LGPL as needed.
16506
16507         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
16508         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
16509         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
16510         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
16511         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
16512         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
16513         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
16514         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
16515         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
16516         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
16517         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
16518         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
16519         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
16520         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
16521         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
16522         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
16523         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
16524         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
16525         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
16526         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
16527         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
16528         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
16529         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
16530         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
16531         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
16532         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
16533         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
16534         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
16535         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
16536         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
16537         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
16538         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
16539         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
16540         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
16541         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
16542         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
16543         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
16544         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
16545         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
16546         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
16547         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
16548         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
16549         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
16550         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
16551         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
16552         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
16553         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
16554         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
16555         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
16556         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
16557         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
16558         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
16559         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
16560         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
16561         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
16562         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
16563         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
16564         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
16565         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
16566         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
16567         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
16568         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
16569         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
16570         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
16571         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
16572         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
16573         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
16574         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
16575         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
16576         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
16577         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
16578         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
16579         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
16580         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
16581         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
16582         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
16583         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
16584         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
16585         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
16586         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
16587         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
16588         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
16589         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
16590         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
16591         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
16592         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
16593         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
16594         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
16595         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
16596         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
16597         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
16598         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
16599         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
16600         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
16601         lib/yesno.c, lib/yesno.h:
16602         Update FSF postal mail address.
16603
16604 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
16605
16606         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
16607         tests/test-memmem.c, tests/test-stpncpy.c:
16608         Update FSF postal mail address.
16609
16610 2005-05-13  Bruno Haible  <bruno@clisp.org>
16611
16612         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
16613         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
16614         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
16615         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
16616         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
16617         Add support for 64-bit integers in the MSVC compiler.
16618
16619 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16620
16621         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
16622
16623 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
16624
16625         * gnulib-tool (func_import): Sort and uniquify recommended includes.
16626
16627 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
16628
16629         * doc/getdate.texi (General date syntax): Don't say that date
16630         date --iso-8601=ns generates acceptable dates; it doesn't yet.
16631         Problem reported by Nic Ferrier.
16632
16633 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16634
16635         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
16636         specified in ai_socktype. Fix invalid ai_protocol
16637         check. ai_protocol is usually set to 0 or depending on
16638         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
16639         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
16640         ai_socktype / ai_protocol in the returned addrinfo structure.
16641
16642 2005-05-10  Simon Josefsson  <jas@extundo.com>
16643
16644         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
16645         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
16646
16647 2005-05-10  Karl Berry  <karl@gnu.org>
16648
16649         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
16650         (from http://www.gnu.org/licenses).
16651         * doc/COPYING.LIB: also rename to COPYING.LESSER.
16652         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
16653         fdl.texi suffices.
16654
16655 2005-05-10  Karl Berry  <karl@gnu.org>
16656
16657         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
16658         (COPYING.DOC): remove.
16659
16660         * config/srclist-update: new FSF address.
16661
16662 2005-05-10  Derek Price  <derek@ximbiot.com>
16663
16664         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
16665         possible.
16666
16667 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16668             Bruno Haible  <bruno@clisp.org>
16669
16670         * modules/inet_ntop: New file.
16671         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16672         inet_ntop.
16673
16674 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16675             Bruno Haible  <bruno@clisp.org>
16676
16677         * m4/inet_ntop.m4: New file.
16678
16679 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16680             Bruno Haible  <bruno@clisp.org>
16681
16682         * lib/inet_ntop.h: New file.
16683         * lib/inet_ntop.c: New file, from glibc with modifications.
16684
16685 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
16686
16687         * modules/time_r (License): Change to LGPL.
16688         * modules/extensions (License): Change to LGPL.  Actually,
16689         the license is more permissive than that, but currently gnulib-tool
16690         doesn't know how to handle more-permissive licenses.
16691
16692         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
16693         Problem reported by Dave Love.
16694
16695 2005-05-08  Jim Meyering  <jim@meyering.net>
16696
16697         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
16698         blank.
16699
16700 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
16701
16702         * modules/argmatch (Depends-on): Add stdbool.
16703         * modules/backupfile (Depends-on): Likewise.
16704         * modules/chdir-long (Depends-on): Likewise.
16705         * modules/closeout (Depends-on): Likewise.
16706         * modules/cycle-check (Depends-on): Likewise.
16707         * modules/dirname (Depends-on): Likewise.
16708         * modules/fnmatch (Depends-on): Likewise.
16709         * modules/fsusage (Depends-on): Likewise.
16710         * modules/fwriteerror (Depends-on): Likewise.
16711         * modules/getcwd (Depends-on): Likewise.
16712         * modules/getloadavg (Depends-on): Likewise.
16713         * modules/hard-locale (Depends-on): Likewise.
16714         * modules/makepath (Depends-on): Likewise.
16715         * modules/mountlist (Depends-on): Likewise.
16716         * modules/nanosleep (Depends-on): Likewise.
16717         * modules/posixtm (Depends-on): Likewise.
16718         * modules/quotearg (Depends-on): Likewise.
16719         * modules/readtokens (Depends-on): Likewise.
16720         * modules/readtokens0 (Depends-on): Likewise.
16721         * modules/readutmp (Depends-on): Likewise.
16722         * modules/save-cwd (Depends-on): Likewise.
16723         * modules/strftime (Depends-on): Likewise.
16724         * modules/userspec (Depends-on): Likewise.
16725         * modules/utimecmp (Depends-on): Likewise.
16726         * modules/xgetcwd (Depends-on): Likewise.
16727         * modules/xnanosleep (Depends-on): Likewise.
16728         * modules/xstrtod (Depends-on): Likewise.
16729         * modules/yesno (Depends-on): Likewise.
16730
16731 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
16732
16733         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
16734         needless checks.
16735
16736 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
16737
16738         Merge from coreutils.  Among other things,
16739         add bulletproofing for cases where stdin, stdout, or stderr are closed.
16740         * lib/fd-safer.c: New file.
16741         * lib/fcntl-safer.h, open-safer.c: Remove.
16742         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
16743         * lib/dup-safer.c: Include unistd-safer.h first.
16744         Don't include errno.h.
16745         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
16746         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
16747         * lib/file-type.c: Rely on file-type.h change.
16748         * lib/getloadavg.c: Include unistd-safer.h.
16749         (getloadavg): Use safer open.
16750         * lib/getusershell.c: Include "stdio-safer.h".
16751         (getusershell): Use safer fopen.
16752         * lib/long-options.c (long_options): Use NULL rather than 0.
16753         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
16754         'free'.
16755         * lib/modechange.c: Likewise.
16756         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
16757         (MODE_DONE): New constant.
16758         (struct mode_change): Remove 'next' member.
16759         (make_node_op_equals): New function; like the old one of the
16760         same name, except it allocates an array.
16761         (mode_compile, mode_create_from_ref): Use it.
16762         (mode_compile): Allocate result as an array, not a linked list.
16763         Parse octal string ourself, so that we catch mistakes like "+0".
16764         (mode_adjust): Arg is an array, not a linked list.
16765         * lib/modechange.c: Include stat-macros.h, xalloc.h.
16766         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
16767         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
16768         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
16769         Remove.  This is now stat-macros.h's job.
16770         (talloc): Remove.  All callers replaced by xalloc, so that
16771         our invokers don't have to worry about reporting memory failures.
16772         (make_node_op_equals): Remove.
16773         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
16774         New constants.
16775         (struct mode_change): Moved here from modechange.h.
16776         (mode_append_entry): Remove.
16777         (mode_compile): Remove MASKED_OPS arg, since it encouraged
16778         apps to have incorrect behavior.  Use simpler algorithm for head
16779         and tail.  Don't futz with umask; that's now the job of mode_adjust.
16780         Detect more invalid usages rather than having somewhat-random behavior.
16781         Don't insert an "a=" action, as that leads to incorrect behavior.
16782         (mode_compile, mode_create_from_ref): Return NULL on error instead
16783         of an enum, since now there's only one way to have an error.  All
16784         callers changed.
16785         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
16786         at the correct time.  Simplify calculation of "+u" and its ilk.
16787         Don't mishandle "+X".
16788         (mode_free): Remove "register" and localize decls.
16789         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
16790         (struct mode_change): Move to modechange.c; callers don't
16791         need to see this stuff.
16792         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
16793         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
16794         (mode_change, mode_adjust): Reflect the new signatures noted above.
16795         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
16796         that might redefine system include files.
16797         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
16798         (my_usleep): Use NULL rather than (void *) 0.
16799         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
16800         Use siginterrupt to specify that system calls should be interrupted.
16801         (rpl_nanosleep): Move initialization of suspended closer to call of
16802         my_usleep.
16803         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
16804         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
16805         (desirable_utmp_entry): New function.
16806         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
16807         using x2nrealloc, to simplify logic.
16808         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
16809         size calculation.  Do not assume utmp file is a regular file.
16810         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
16811         (READ_UTMP_CHECK_PIDS): New constant.
16812         * lib/save-cwd.c: Include unistd-safer.h.
16813         (save_cwd): Use fd_safer.
16814         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
16815         [!_LIBC] Include "stat-macros.h" instead.
16816         * lib/unistd-safer.h (fd_safer): New decl.
16817
16818 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
16819
16820         * modules/getloadavg (Depends-on): Add unistd-safer.
16821         * modules/getusershell (Depends-on): Add stdio-safer.
16822         * modules/lstat (Depends-on): Remove xalloc.
16823         * modules/mkstemp (Depends-on): Add stat-macros.
16824         * modules/modechange (Depends-on): Remove xstrtol.
16825         Add stat-macros, xalloc.
16826         * modules/save-cwd (Depends-on): Add unistd-safer.
16827         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
16828         * modules/unistd-safer (Files): Add lib/fd-safer.c
16829         (Makefile.am): Remove lib_SOURCES.
16830
16831         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
16832         Remove fcntl-safer; unistd-safer supersedes it.
16833
16834 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
16835
16836         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
16837         AC_HEADER_STAT.
16838         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
16839         (gl_PREREQ_CHOWN): Remove.
16840         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
16841         it.  Don't require AC_HEADER_STAT.
16842         (gl_PREREQ_LSTAT): Remove.
16843         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
16844         Don't require AC_HEADER_STAT.
16845         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
16846         (gl_PREREQ_RMDIR): Remove.
16847         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
16848         mention stat-macros.h or AC_HEADER_STAT, since we'll make
16849         the stat-macros module a prerequisite.
16850         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
16851         * m4/filemode.m4 (gl_FILEMODE): Likewise.
16852         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
16853         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
16854         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
16855         variable names.
16856         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
16857         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
16858         variable prefixes.
16859         * m4/fcntl-safer.m4: Remove.
16860         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
16861         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
16862         Invoke gl_PREREQ_FD_SAFER.
16863         (gl_PREREQ_FD_SAFER): New macro.
16864         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
16865         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
16866         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
16867         Remove duplicate call to AC_LIBOBJ(readutmp).
16868         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
16869
16870         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
16871         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
16872
16873 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
16874
16875         * MODULES.html.sh (Misc): Add byteswap.
16876
16877 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
16878
16879         * modules/getcwd (Depends-on): Add extensions.
16880         * modules/openat (Depends-on): Likewise.
16881
16882 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
16883
16884         * modules/byteswap: New file.
16885
16886 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
16887
16888         * m4/byteswap.m4: New file.
16889
16890 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
16891
16892         * lib/byteswap_.h: New file.
16893
16894 2005-04-25  Karl Berry  <karl@gnu.org>
16895
16896         * m4/gettext.m4: Update from GNU gettext 0.14.4.
16897
16898 2005-04-25  Albert Chin  <china@thewrittenword.com>
16899
16900         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
16901         Toolkit C bug.
16902
16903 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
16904
16905         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
16906         (func_ln_if_changed) Remove forcibly for no error message
16907         in case file does not exist.
16908
16909 2005-04-19  Simon Josefsson  <jas@extundo.com>
16910
16911         * gnulib-tool (Options): Make --symlink mean --symbolic.
16912
16913 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
16914
16915         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
16916
16917 2005-04-16  Simon Josefsson  <jas@extundo.com>
16918
16919         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
16920
16921 2005-04-15  Simon Josefsson  <jas@extundo.com>
16922
16923         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
16924
16925 2005-04-15  Simon Josefsson  <jas@extundo.com>
16926
16927         * gnulib-tool: Rename --symlink to --symbolic.
16928
16929 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
16930
16931         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
16932         symbolic links to files instead of copying/moving.  Add --aux-dir,
16933         specifying directory relative --dir where auxiliary build tools
16934         are placed.
16935
16936 2005-04-14  Bruno Haible  <bruno@clisp.org>
16937
16938         * modules/allocsa (License): Change to LGPL.
16939         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
16940
16941 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
16942
16943         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
16944         that "UTC +1 second" continues to work.  Problem reported
16945         by Dmitry V. Levin.
16946         (relunit_snumber): New rule.
16947         (relunit): Use it.
16948
16949 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
16950
16951         * lib/getdate.y (universal_time_zone_table): New constant.
16952         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
16953         universal_time_zone_table.
16954         (lookup_zone): Prefer universal_time_zone_table to
16955         local_time_zone_table, so that "GMT" time stamps are allowed in
16956         London during the summer.  Problem reported by Ian Abbott.
16957
16958 2005-04-12  Jim Meyering  <jim@meyering.net>
16959
16960         * lib/human.c (humblock): Set *options even when returning due to
16961         xstrtoumax conversion failure.  Thanks to a used-uninitialized
16962         warning from gcc-4.
16963
16964 2005-04-09  Jim Meyering  <jim@meyering.net>
16965
16966         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
16967         -Wuninitialized: initialize tm0.tm_year.
16968
16969 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
16970
16971         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
16972         count, since there's no maximum.  All uses changed.
16973         Add member dsts_seen.
16974         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
16975         not being INT_MAX.
16976         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
16977         Use pc_rels_seen to decide whther a date is absolute.
16978
16979         * lib/getdate.y (number): Don't overwrite year.
16980         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
16981         check.
16982
16983 2005-04-02  Simon Josefsson  <jas@extundo.com>
16984
16985         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
16986         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
16987
16988 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
16989
16990         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
16991         where no absolute path name can be longer than PATH_MAX.
16992
16993 2005-03-27  Jim Meyering  <jim@meyering.net>
16994
16995         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
16996
16997 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
16998
16999         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
17000         "one's complement" -> "ones' complement" in comment, as per Knuth.
17001         "value of type" -> "type or expression" in comment.
17002         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
17003
17004 2005-03-26  Jim Meyering  <jim@meyering.net>
17005
17006         Comment nits.
17007         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
17008         Correct typos: s/or/of/.
17009
17010 2005-03-26  Jim Meyering  <jim@meyering.net>
17011
17012         * modules/check-include-files: Move to ../ and rename to...
17013         * check-module: ...this.
17014
17015 2005-03-25  Jim Meyering  <jim@meyering.net>
17016
17017         * modules/xvasprintf (Files): Add xalloc.h.
17018
17019 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
17020
17021         * modules/gettext (Files): config/config.rpath ->
17022         build-aux/config.rpath
17023         * modules/iconv (Files): Likewise.
17024         Problem reported by Oskar Liljeblad.
17025
17026 2005-03-23  Jim Meyering  <jim@meyering.net>
17027
17028         * modules/check-include-files: New script to check for
17029         missing dependencies, multiple includes, etc.
17030
17031         * modules/c-strtold (Depends-on): Add xalloc.
17032         * modules/c-strtod (Depends-on): Add xalloc.
17033         * modules/hash (Depends-on): Add xalloc.
17034         (Files): Remove lib/xalloc.h.
17035
17036         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
17037         * modules/userspec (Files): Add lib/inttostr.h.
17038
17039 2005-03-23  Jim Meyering  <jim@meyering.net>
17040
17041         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
17042
17043 2005-03-22  Jim Meyering  <jim@meyering.net>
17044
17045         * modules/stat-macros: New module.
17046         * modules/canonicalize, modules/euidaccess, modules/file-type,
17047         * modules/filemode, modules/lchown, modules/makepath,
17048         * modules/rmdir, modules/stat: Depend on new stat-macros module
17049         rather than listing lib/stat-macros.h manually.
17050         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
17051
17052 2005-03-22  Jim Meyering  <jim@meyering.net>
17053
17054         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
17055
17056 2005-03-22  Bruno Haible  <bruno@clisp.org>
17057
17058         * config/srclist.txt: Replace target directory 'config' with
17059         'build-aux'.
17060         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
17061         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
17062         ../build-aux/.
17063
17064 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
17065
17066         * modules/chdir-long (Depends-on): Add mempcpy.
17067
17068         * modules/acl, modules/backupfile, modules/c-strtod,
17069         modules/c-strtold, modules/canon-host, modules/canonicalize,
17070         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
17071         modules/exclude, modules/exitfail, modules/file-type,
17072         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
17073         modules/getdate, modules/getline, modules/getpagesize,
17074         modules/getpass, modules/getugroups, modules/group-member,
17075         modules/hard-locale, modules/hash, modules/human, modules/idcache,
17076         modules/inttostr, modules/long-options, modules/makepath,
17077         modules/md5, modules/memcasecmp, modules/memcoll,
17078         modules/modechange, modules/mountlist, modules/path-concat,
17079         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
17080         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
17081         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
17082         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
17083         modules/strftime, modules/strndup, modules/strverscmp,
17084         modules/timespec, modules/unlocked-io, modules/userspec,
17085         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
17086         modules/yesno:
17087         Remove lib_SOURCES line from Makefile.am section, as this is now
17088         done automatically by the corresponding Autoconf macro.
17089
17090 2005-03-21  Jim Meyering  <jim@meyering.net>
17091
17092         Changes imported from coreutils.
17093
17094         * lib/cycle-check.c: Don't include xalloc.h.
17095
17096         * lib/path-concat.c: Don't include assert.h.
17097         (path_concat): Remove assertion that would have triggered
17098         for ABASE starting with more than one slash.
17099         Reported by Andreas Schwab.
17100
17101         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
17102         properly when ABASE is an absolute file name.
17103         Correct the description of this function.
17104         Include <assert.h>.
17105         Add an assertion and a test driver.
17106         This fixes a bug introduced on 2004-07-02.
17107         Andreas Schwab reported the resulting failure of cp --parents:
17108         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
17109
17110 2005-03-21  Jim Meyering  <jim@meyering.net>
17111
17112         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
17113         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
17114
17115 2005-03-21  Jim Meyering  <jim@meyering.net>
17116         and  Paul Eggert  <eggert@cs.ucla.edu>
17117
17118         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
17119         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
17120         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
17121         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
17122         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
17123         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
17124         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
17125         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
17126         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
17127         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
17128         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
17129         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
17130         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
17131         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
17132         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
17133         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
17134         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
17135         for these modules.
17136
17137 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
17138
17139         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
17140         (which shouldn't happen), generate nothing instead of returning 0
17141         immediately, so that nstrftime (NULL, ...) doesn't return 0.
17142
17143 2005-03-16  Bruno Haible  <bruno@clisp.org>
17144
17145         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
17146         HAVE_LONGLONG_64BIT.
17147
17148 2005-03-16  Bruno Haible  <bruno@clisp.org>
17149
17150         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
17151         HAVE_LONGLONG_64BIT.
17152
17153 2005-03-16  Bruno Haible  <bruno@clisp.org>
17154
17155         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
17156         HAVE_LONGLONG_64BIT.
17157
17158 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
17159
17160         * lib/strftime.c (my_strftime): Prepend space to format so that we can
17161         reliably distinguish strftime failure from empty output on POSIX
17162         hosts.
17163
17164 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
17165
17166         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
17167         (iconv_string): Don't guess a size-zero buffer, as that might cause
17168         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
17169         result would be 'too large', where 'too large' is (heuristically)
17170         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
17171         overflow concerns.  This will prevent some unwanted malloc failures
17172         when the inputs are very large.
17173
17174 2005-03-15  Karl Berry  <karl@gnu.org>
17175
17176         * config/srclist.txt (config.rpath): from gettext.
17177         * config/config.rpath: update.
17178
17179 2005-03-15  Bruno Haible  <bruno@clisp.org>
17180
17181         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
17182         to 'negate'.
17183
17184         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
17185         variable.
17186
17187         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
17188         results.
17189
17190 2005-03-14  Simon Josefsson  <jas@extundo.com>
17191
17192         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
17193         <fx@gnu.org>.
17194
17195 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
17196
17197         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
17198         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
17199         intprops.h.
17200         * lib/strtol.c: Likewise.
17201
17202 2005-03-14  Jim Meyering  <jim@meyering.net>
17203
17204         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
17205         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
17206         to be nonzero so that we (and caller) can detect the difference
17207         between a valid zero-length expansion and an error return, even
17208         when the underlying strftime fails before writing anything into
17209         that location.
17210
17211 2005-03-14  Bruno Haible  <bruno@clisp.org>
17212
17213         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
17214         Update from GNU gettext 0.14.3.
17215
17216 2005-03-10  Jim Meyering  <jim@meyering.net>
17217
17218         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
17219
17220 2005-03-10  Jim Meyering  <jim@meyering.net>
17221
17222         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
17223         so that this module works on systems without fchdir.
17224
17225 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
17226
17227         Factor int-properties macros into a single file, except for
17228         glibc-related files.
17229         * lib/intprops.h: New file.
17230         * lib/getloadavg.c: Include it instead of limits.h.
17231         (INT_STRLEN_BOUND): Remove.
17232         * lib/human.c: Include intprops.h.
17233         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
17234         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
17235         302/1000.
17236         * lib/inttostr.h: Include intprops.h instead of limits.h.
17237         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
17238         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
17239         for consistency with intprops.h.
17240         (time_t_is_integer, twos_complement_arithmetic): Use them.
17241         * lib/sig2str.h: Include <signal.h>, intprops.h.
17242         (INT_STRLEN_BOUND): Remove.
17243         * lib/strftime.c (TYPE_SIGNED): Remove.
17244         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
17245         * lib/strtol.c: Adjust comments to match intprops.h.
17246         * lib/userspec.c: Include intprops.h.
17247         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
17248         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
17249         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
17250         instead of rolling our own expressions.
17251         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
17252
17253         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
17254         instead of int.
17255         (my_strftime): Do not mishandle years close to INT_MAX, by doing
17256         the right thing even if adding 1900 would overflow.  Similarly
17257         for tm_mon + 1 and tm_yday + 1.
17258         Make %Y always equivalent to %C%y, and similarly for %G and %g.
17259         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
17260         (DO_SIGNED_NUMBER): New macro.
17261         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
17262
17263 2005-03-07  Bruno Haible  <bruno@clisp.org>
17264
17265         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
17266
17267 2005-03-07  Bruno Haible  <bruno@clisp.org>
17268
17269         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
17270
17271 2005-03-04  Derek R. Price  <derek@ximbiot.com>
17272
17273         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
17274         (func_import): Only replace files via --import when they have actually
17275         changed.
17276
17277 2005-03-03  Derek R. Price  <derek@ximbiot.com>
17278
17279         * m4/mmap-anon.m4: New file.
17280         * m4/pagealign_alloc.m4: New file.
17281
17282 2005-03-03  Derek R. Price  <derek@ximbiot.com>
17283             Bruno Haible  <bruno@clisp.org>
17284
17285         * modules/pagealign_alloc: New file.
17286         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
17287
17288 2005-03-03  Derek R. Price  <derek@ximbiot.com>
17289             Bruno Haible  <bruno@clisp.org>
17290
17291         * lib/pagealign_alloc.h: New file.
17292         * lib/pagealign_alloc.c: New file.
17293
17294 2005-03-03  Bruno Haible  <bruno@clisp.org>
17295
17296         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
17297         Use an all-permissive copyright notice, recommended by RMS.
17298
17299 2005-03-02  Bruno Haible  <bruno@clisp.org>
17300
17301         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
17302         of AIX, the replacement has to be done only after <string.h> is
17303         included, therefore not in config.h. stpncpy.h does the replacement,
17304         and stpncpy.c uses it.
17305
17306 2005-03-02  Bruno Haible  <bruno@clisp.org>
17307
17308         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
17309         stpncpy.c uses it.
17310
17311 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17312
17313         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
17314         The workaround isn't strictly needed for POSIX conformance, and
17315         it's too much of a pain to configure and maintain.  We'll ask
17316         people to fix their kernels instead.
17317         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
17318         (NANOSLEEP_BUG_WORKAROUND): Remove.
17319         (xnanosleep): Remove the workaround.
17320
17321 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17322
17323         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
17324         Reported by Derek Price.
17325         (Include): Add "timespec.h".
17326
17327         * modules/xnanosleep (Depends-on): Remove gethrxtime.
17328
17329 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17330
17331         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
17332         to detect nanosleep bug.
17333
17334 2005-03-01  Bruno Haible  <bruno@clisp.org>
17335
17336         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
17337
17338 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
17339
17340         * modules/gethrxtime: New file.
17341         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
17342         (Depends-on): Add gethrxtime.
17343         (configure.ac): Add gl_XNANOSLEEP.
17344         (Makefile.am): Remove lib_SOURCES line.
17345
17346 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
17347
17348         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
17349         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
17350
17351 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
17352
17353         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
17354         * lib/timespec.h (gettime): Return void, since it always
17355         succeeds now.  All uses changed.
17356         * lib/gettime.c (gettime) Likewise.
17357         [HAVE_NANOTIME]: Prefer nanotime.
17358         Assume gettimeofday succeeds, as POSIX requires.
17359         Assime time () succeeds, since other code already does.
17360         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
17361         (timespec_subtract): Remove.
17362         (NANOSLEEP_BUG_WORKAROUND): New constant.
17363         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
17364         things considerably.  Use it only on GNU/Linux hosts, since the
17365         workaround shouldn't be needed elsewhere.
17366
17367 2005-02-24  Bruno Haible  <bruno@clisp.org>
17368
17369         * modules/gettext (Files): Add m4/glibc2.m4.
17370
17371 2005-02-24  Bruno Haible  <bruno@clisp.org>
17372
17373         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
17374         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
17375         * m4/progtest.m4:
17376         Update from GNU gettext 0.14.2.
17377         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
17378
17379 2005-02-24  Bruno Haible  <bruno@clisp.org>
17380
17381         * lib/localcharset.c: Update from GNU gettext 0.14.2.
17382         * lib/config.charset: Update from GNU gettext 0.14.2.
17383
17384 2005-02-24  Bruno Haible  <bruno@clisp.org>
17385
17386         * lib/gettext.h: Update from GNU gettext 0.14.2.
17387
17388 2005-02-23  Simon Josefsson  <jas@extundo.com>
17389
17390         * m4/iconvme.m4: New file.
17391
17392 2005-02-23  Jim Meyering  <jim@meyering.net>
17393
17394         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
17395         change.
17396         Thanks to Bruno Haible for catching it.
17397
17398 2005-02-22  Simon Josefsson  <jas@extundo.com>
17399
17400         * modules/iconvme: New file.
17401
17402         * MODULES.html.sh: Add iconvme.
17403
17404 2005-02-22  Simon Josefsson  <jas@extundo.com>
17405
17406         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
17407
17408 2005-02-22  Simon Josefsson  <jas@extundo.com>
17409
17410         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
17411
17412 2005-02-22  Jim Meyering  <jim@meyering.net>
17413
17414         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
17415         s/ifndef/ifdef/.
17416
17417 2005-02-20  Neil Conway  <neilc@samurai.com>
17418
17419         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
17420         returned by OSX/Darwin if the specified buffer is not large
17421         enough for the hostname.
17422
17423 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17424
17425         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
17426         pass it to _help, otherwise the latter coredumps trying to
17427         dereference state.root_argp.
17428
17429 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
17430
17431         * modules/chdir-long (Depends-on): Add memrchr.
17432         * modules/memrchr (Files): Add lib/memrchr.h.
17433         (Include): "memrchr.h".
17434
17435 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
17436
17437         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
17438
17439 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
17440
17441         * lib/memrchr.h: New file.
17442         * lib/chdir-long.c: Include it.
17443         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
17444         Don't bother including stddef.h.
17445
17446 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
17447
17448         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
17449         inclusion.
17450         Include <sys/types.h>, for dev_t.
17451         (ME_DUMMY, ME_REMOTE): Move from here....
17452         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
17453         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
17454         Dmitry V. Levin.
17455         Include mountlist.h first, to test the interface.
17456
17457 2005-01-29  Bruno Haible  <bruno@clisp.org>
17458
17459         * lib/progname.c (program_name): Initialize.
17460         Needed when linking statically on MacOS X.
17461
17462 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
17463
17464         Sync from coreutils.
17465         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
17466         (Depends-on): Add c-strtod.
17467         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
17468
17469 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
17470
17471         Sync from coreutils.
17472         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
17473
17474         Remove files that are specific to coreutils.
17475         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
17476
17477 2005-01-28  Bruno Haible  <bruno@clisp.org>
17478
17479         * modules/javacomp: New file.
17480         * MODULES.html.sh (Java): Add javacomp.
17481
17482 2005-01-28  Bruno Haible  <bruno@clisp.org>
17483
17484         * m4/javacomp.m4: New file, from GNU gettext.
17485
17486 2005-01-28  Bruno Haible  <bruno@clisp.org>
17487
17488         * lib/javacomp.sh.in: New file, from GNU gettext.
17489         * lib/javacomp.h: New file, from GNU gettext.
17490         * lib/javacomp.c: New file, from GNU gettext.
17491
17492 2005-01-26  Simon Josefsson  <jas@extundo.com>
17493
17494         * lib/gai_strerror.c: Use GPL in header.
17495
17496 2005-01-26  Bruno Haible  <bruno@clisp.org>
17497
17498         * modules/javaexec: New file.
17499         * MODULES.html.sh (Java): Add javaexec.
17500
17501 2005-01-26  Bruno Haible  <bruno@clisp.org>
17502
17503         * m4/javaexec.m4: New file, from GNU gettext.
17504
17505 2005-01-26  Bruno Haible  <bruno@clisp.org>
17506
17507         * lib/javaexec.sh.in: New file, from GNU gettext.
17508         * lib/javaexec.h: New file, from GNU gettext.
17509         * lib/javaexec.c: New file, from GNU gettext.
17510
17511 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17512
17513         * modules/lchown (Depends-on): Remove lchown.h
17514
17515 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17516
17517         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
17518         must be defined if the header file was not found, in order
17519         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
17520
17521 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17522
17523         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
17524         initializers for struct pentry_state.
17525         (__argp_error): Check return value of __asprintf
17526         (__argp_failure): Translate error message
17527
17528         * lib/argp-parse.c: Removed braces around the expansion of N_()
17529
17530 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
17531
17532         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
17533         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
17534         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
17535         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
17536         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
17537         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
17538         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
17539         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
17540         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
17541         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
17542         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
17543         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
17544         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
17545         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
17546         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
17547         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
17548         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
17549         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
17550         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
17551         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
17552         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
17553         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
17554         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
17555         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
17556         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
17557         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
17558         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
17559         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
17560         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
17561         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
17562         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
17563         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
17564         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
17565         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
17566         xstrtol.m4, xstrtoumax.m4, yesno.m4:
17567         Use an all-permissive copyright notice, recommended by RMS.
17568
17569 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
17570
17571         * modules/chdir-long (Depends-on): Remove mempcpy.
17572
17573 2005-01-21  Jim Meyering  <jim@meyering.net>
17574
17575         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
17576         same value as for Solaris 9.
17577
17578         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
17579         component length.  This included changing the parameter to be
17580         of type `char *' rather than `char const *'.
17581         * lib/chdir-long.h (chdir_long): Update prototype.
17582
17583         * lib/openat.c (fdopendir, fstatat): New functions.
17584         * lib/openat.h: Include headers required for use of DIR and struct
17585         stat.
17586         [AT_SYMLINK_NOFOLLOW]: Define.
17587         (fdopendir, fstatat): Add prototypes.
17588
17589 2005-01-21  Bruno Haible  <bruno@clisp.org>
17590
17591         * modules/classpath: New file.
17592         * MODULES.html.sh (Java): Add classpath.
17593
17594 2005-01-21  Bruno Haible  <bruno@clisp.org>
17595
17596         * lib/classpath.h: New file, from GNU gettext.
17597         * lib/classpath.c: New file, from GNU gettext.
17598
17599 2005-01-20  Simon Josefsson  <jas@extundo.com>
17600
17601         * modules/version-etc-fsf: New file.
17602
17603 2005-01-20  Simon Josefsson  <jas@extundo.com>
17604
17605         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
17606         * lib/version-etc.c: Remove version_etc_copyright.
17607         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
17608         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
17609
17610 2005-01-20  Simon Josefsson  <jas@extundo.com>
17611
17612         * lib/base64.h (isbase64): Add.
17613
17614         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
17615         using a unsigned prototype, don't inline.
17616         (base64_decode): Use it.
17617
17618 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
17619
17620         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
17621         it.
17622
17623 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
17624
17625         * lib/save-cwd.c (save_cwd): Remove code to support the case
17626         where fchdir is missing or flaky.
17627
17628 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
17629
17630         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
17631
17632 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
17633
17634         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
17635         AC_LIBSOURCES now does this.
17636         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
17637         with new ullong_max module.
17638
17639 2005-01-19  Bruno Haible  <bruno@clisp.org>
17640
17641         * modules/sh-quote: New file.
17642         * MODULES.html.sh (Executing programs): Add sh-quote.
17643
17644 2005-01-19  Bruno Haible  <bruno@clisp.org>
17645
17646         * lib/sh-quote.h: New file, from GNU gettext.
17647         * lib/sh-quote.c: New file, from GNU gettext.
17648
17649 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
17650
17651         Merge from coreutils.
17652         * m4/ullong_max.m4: New file.
17653         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
17654         (gl_MACROS): Assume localeconv exists.
17655
17656 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
17657
17658         Merge changes from coreutils, as described below in several
17659         changelogs dated today.
17660
17661         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
17662         (O_DIRECTORY): Remove; not needed here, since "." must be
17663         a directory.  All uses removed.
17664         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
17665         universal on Suns, and we also need to test for IRIX.
17666         Revamp code to use 'if' rather than '#if'.
17667         Avoid unnecessary comparison of cwd->desc to 0.
17668
17669         * lib/utimens.c (futimens): Robustify the previous patch, by checking
17670         for known valid error numbers rather than observed invalid ones.
17671
17672 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
17673
17674         * modules/ullong_max: New file.
17675
17676         * modules/chdir-long, modules/openat: New files.
17677         * modules/save-cwd (Depends-on): Depend on chdir-long.
17678         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
17679
17680 2005-01-18  Jim Meyering  <jim@meyering.net>
17681
17682         Merge from coreutils.
17683         * m4/chdir-long.m4, m4/openat.m4: New files.
17684         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
17685         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
17686         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
17687         is sane and DOES follow symlinks.  Besides, testing 20 different
17688         systems found no broken chown implementations.
17689         Prompted by a change in rsync's copy of this macro.
17690         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
17691
17692         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
17693
17694         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
17695         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
17696         NULL-means-set-to-current-time semantics.
17697         Remove temporary file immediately, rather than waiting
17698         for configure's at-exit trap code to do it.
17699
17700 2005-01-18  Jim Meyering  <jim@meyering.net>
17701
17702         * lib/version-etc.c (version_etc_copyright): Update copyright date.
17703
17704         * lib/utimens.c (futimens): Account for the fact that futimes
17705         can also fail with errno == ENOSYS or errno == ENOENT.
17706         Patch from Dmitry V. Levin.
17707
17708         Change the name of the robust chdir function from chdir to chdir_long.
17709         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
17710         (restore_cwd): Use chdir_long, not chdir.
17711         * lib/chdir-long.c: Renamed from chdir.c.
17712         * lib/chdir-long.h: Renamed from chdir.h.
17713         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
17714         Hurd.
17715
17716 2005-01-18  Bruno Haible  <bruno@clisp.org>
17717
17718         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
17719         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
17720         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
17721         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
17722         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
17723         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
17724         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
17725         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
17726         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
17727         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
17728         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
17729         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
17730         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
17731         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
17732         Use an all-permissive copyright notice, recommended by RMS.
17733
17734 2005-01-18  Bob Proulx  <bob@proulx.com>
17735
17736         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
17737         simplify offsetof() macro construct to avoid compile failure with
17738         native HP-UX 11.0 ANSI C compiler.
17739
17740 2005-01-17  Bruno Haible  <bruno@clisp.org>
17741
17742         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
17743         redundant because stpncpy.m4 takes care of it.
17744
17745 2005-01-17  Bruno Haible  <bruno@clisp.org>
17746
17747         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
17748
17749 2005-01-17  Bruno Haible  <bruno@clisp.org>
17750
17751         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
17752         used.
17753
17754 2005-01-17  Bruno Haible  <bruno@clisp.org>
17755
17756         * lib/fwriteerror.h (fwriteerror): Change specification to include
17757         fclose.
17758         * lib/fwriteerror.c: Include <stdbool.h>.
17759         (fwriteerror): At the end, close the file stream. Record whether
17760         stdout was already closed.
17761
17762 2005-01-17  Bruno Haible  <bruno@clisp.org>
17763
17764         * lib/execute.c (environ): Declare if needed.
17765         * lib/pipe.c (environ): Likewise.
17766         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
17767
17768 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17769
17770         * modules/argp: Depend on vsnprintf
17771
17772 2005-01-10  Jim Meyering  <jim@meyering.net>
17773
17774         * modules/closeout (Depends-on): Add atexit.
17775
17776 2005-01-06  Bruno Haible  <bruno@clisp.org>
17777
17778         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
17779
17780 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
17781
17782         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
17783         definitions to be after all include files, to avoid collisions.
17784         Problem reported by Bob Proulx.
17785
17786 2005-01-04  Jim Meyering  <jim@meyering.net>
17787
17788         Changes imported from coreutils.
17789         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
17790         as the mkstemp template, use a temporary directory and an
17791         8.3-friendly template to avoid trouble on systems like DJGPP.
17792         Reported by Juan M. Guerrero via Stepan Kasal.
17793         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
17794         close. Remove the temporary directory right away, rather than waiting
17795         for configure's at-exit trap code to do it.
17796         Suggestion from Stepan Kasal.
17797
17798 2005-01-01  Simon Josefsson  <jas@extundo.com>
17799
17800         * gnulib-tool: Print #include directives when --import'ing.
17801
17802 2004-12-28  Simon Josefsson  <jas@extundo.com>
17803
17804         * tests/test-base64.c: Include required header files.  Remove
17805         unused variables.
17806
17807 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
17808
17809         * modules/error (Depends-on): Remove gettext.
17810
17811 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
17812
17813         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
17814         not needed.  This removes a dependency on the gettext module.
17815         [defined _LIBC]: Do not include <libintl.h>; not needed.
17816
17817 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
17818
17819         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
17820         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
17821
17822 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
17823
17824         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
17825         HAVE_DECL_STRTOLD.
17826
17827 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
17828
17829         * modules/getdate (Depends-on): Remove alloca-opt.
17830
17831 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
17832
17833         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
17834
17835 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
17836
17837         * lib/argp-parse.c: Include <stddef.h>.
17838         (alignof, alignto): New macros.
17839         (parser_init): Don't assume that void * is aligned sufficiently
17840         for struct option.
17841
17842         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
17843         need to extend the stack.
17844         (YYINITDEPTH): New macro, so that the initial stack isn't overly
17845         large.
17846
17847 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17848
17849         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
17850
17851 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
17852
17853         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
17854         (2004-10-24) change.  Apparently this was a false alarm.
17855
17856         * modules/getdate: Depend on alloca-opt, not alloca.
17857
17858 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
17859
17860         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
17861         Remove now-obsolete comment about AIX.
17862         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
17863         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
17864         (YYMAXDEPTH): New macro.
17865
17866 2004-12-18  Simon Josefsson  <jas@extundo.com>
17867
17868         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
17869
17870 2004-12-18  Bruno Haible  <bruno@clisp.org>
17871
17872         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
17873
17874 2004-12-18  Bruno Haible  <bruno@clisp.org>
17875
17876         * lib/fatal-signal.c (fatal_signals): Make non-const.
17877         (init_fatal_signals): New function.
17878         (uninstall_handlers, install_handlers): Ignore signals that were set to
17879         SIG_IGN.
17880         (at_fatal_signal): Call init_fatal_signals.
17881         (init_fatal_signal_set): Likewise. Ignore signals that were set to
17882         SIG_IGN.
17883         Reported by Paul Eggert.
17884
17885 2004-12-18  Bruno Haible  <bruno@clisp.org>
17886
17887         * doc/alloca.texi: New file.
17888         * doc/alloca-opt.texi: New file.
17889
17890 2004-12-17  Jim Meyering  <jim@meyering.net>
17891
17892         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
17893         Otherwise, install-sh could exit with improper exit status when
17894         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
17895
17896 2004-12-16  Simon Josefsson  <jas@extundo.com>
17897
17898         * tests/test-base64.c: Add license.
17899
17900 2004-12-15  Stepan Kasal  <address@hidden>
17901
17902         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
17903
17904 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
17905
17906         * modules/getcwd (Files): Add m4/d-ino.m4.
17907         Suggested by Mark D. Baushke.
17908
17909 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
17910
17911         * lib/getdate.y (textint): New member "negative".
17912         (time_zone_hhmm): New function.
17913         Expect 14 shift-reduce conflicts, not 13.
17914         (o_colon_minutes): New rule.
17915         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
17916         (yylex): Set the "negative" member of signed numbers.
17917
17918 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
17919
17920         * doc/getdate.texi (Time of day items, Time zone items):
17921         Describe new formats +00:00, UTC+00:00.
17922
17923 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
17924
17925         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
17926         spurious "-l"s.  Problem reported by Stepan Kasal.
17927
17928 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
17929
17930         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
17931         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
17932
17933 2004-12-04  Simon Josefsson  <jas@extundo.com>
17934
17935         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
17936         Vandoorselaere <yoann@prelude-ids.org>.
17937
17938 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
17939
17940         Changes imported from coreutils.
17941         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
17942         exist.
17943         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
17944
17945 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
17946
17947         Changes imported from coreutils.
17948         * lib/hard-locale.c: Assume <locale.h> exists.
17949         Include "strdup.h".
17950         (GLIBC_VERSION): New macro.
17951         (hard_locale): Assume setlocale exists.
17952         Rewrite to avoid #ifdef.
17953         Use strdup rather than malloc + strcpy.
17954         * lib/human.c: Assume <locale.h> exists.
17955         (human_readable): Assume localeconv exists.
17956
17957 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
17958
17959         * modules/hard-locale (Depends-on): Add strdup.
17960
17961 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
17962
17963         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
17964         convert T2, not T.  (Imported from libc.)
17965
17966 2004-11-30  Simon Josefsson  <jas@extundo.com>
17967
17968         * modules/restrict (License): Change to LGPL.
17969
17970 2004-11-30  Simon Josefsson  <jas@extundo.com>
17971
17972         * m4/restrict.m4: Add copyright and copying conditions.
17973
17974 2004-11-30  Simon Josefsson  <jas@extundo.com>
17975
17976         * m4/base64.m4: New file.
17977
17978 2004-11-30  Simon Josefsson  <jas@extundo.com>
17979
17980         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
17981         base64.
17982
17983         * tests/test-base64.c: New file.
17984
17985         * modules/base64: New file.
17986
17987 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
17988
17989         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
17990         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
17991
17992         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
17993
17994 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
17995
17996         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
17997         (__getcwd.c): Don't restore errno; glibc doesn't.
17998         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
17999         first, falling back to our code only if its results look suspicious.
18000         Ensure that the resulting buffer is only as large as necessary.
18001
18002         * lib/readutmp.c: Include readutmp.h first.
18003         Include <errno.h>, since readutmp.h no longer does that.
18004         * lib/readutmp.h: Don't include <errno.h>,
18005         <sys/param.h>, <time.h>; not needed to establish interface.
18006         (errno): Remove decl.
18007         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
18008         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
18009         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
18010
18011 2004-11-28  Simon Josefsson  <jas@extundo.com>
18012
18013         * lib/base64.h, base64.c: New file.
18014
18015 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
18016
18017         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
18018
18019 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
18020
18021         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
18022         (Depends-on): Remove pathmax, same.  Add mempcpy.
18023         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
18024         (Makefile.am): Append getcwd.h to lib_SOURCES.
18025         (Include): Add getcwd.h.
18026         (Maintainer): Change from Jim Meyering to "all, glibc",
18027         since getdate now uses intended-for-glibc code.
18028         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
18029         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
18030
18031 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
18032
18033         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
18034         HP's ANSI C compiler.
18035         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
18036         Declaring int functions causes warnings on some modern systems and
18037         shouldn't be needed to compile on ancient ones.
18038         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
18039         defined.
18040
18041         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
18042         with the following changes.
18043         (__set_errno): Parenthesize properly.
18044         Include <stdbool.h>.
18045         (MIN, MAX, MATCHING_INO): New macros.
18046         (__getcwd): Define with prototype, not K&R form.
18047         Use heuristics to allocate default buffer on stack if possible.
18048         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
18049         behavior, and to avoid the PATH_MAX limit when computing
18050         ../../../../...
18051         Use MATCHING_INO to compare inode number to file.
18052         Check for arithmetic overflow in size calculations.
18053         Fix bug in reallocation of dot array that caused getcwd to fail
18054         on directories nested deeper than 75.
18055         Be more careful about saving errno on error.
18056         Do not use realloc; use only free+malloc, as this is a bit
18057         more flexible and avoids a needless copy operation.
18058         Do not inspect st_dev and st_ino for symbolic links; POSIX
18059         doesn't specify the latter.
18060         Check for closedir errors.
18061         Avoid needless casts.
18062         Use "#ifdef weak_alias" around weak_alias, to be like other
18063         glibc code.
18064         The following changes to getcwd.c have effect only when used in
18065         gnulib; they have no effect inside glibc proper.
18066         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
18067         as alloca isn't used.
18068         (alloca, __alloca): Likewise.
18069         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
18070         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
18071         unconditionally, as gnulib assumes C89 or better.
18072         Do not include <sys/param.h>.
18073         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
18074         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
18075         better.
18076         (NULL) [!defined NULL]: Remove; we assume C89 or better.
18077         Include <dirent.h> in a way that is compatible with modern Autoconf.
18078         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
18079         New macros, if not already defined.
18080         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
18081         Use "_LIBC", not "defined _LIBC", for consistency.
18082         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
18083         a mempcpy module.
18084         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
18085         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
18086         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
18087         credit only to Jim Meyering and adjust the copyright dates.
18088         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
18089         <stdlib.h>, <unistd.h>, "pathmax.h".
18090         Instead, include "xgetcwd.h" (first) and "getcwd.h".
18091         (INITIAL_BUFFER_SIZE): Remove.
18092         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
18093
18094 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
18095
18096         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
18097         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
18098         Use the _ONCE methods, for efficiency.
18099         Check for fcntl.h.  In test program, include <errno.h>
18100         and <fcntl.h> if available.  Remove old K&R cruft from
18101         test program.  Check for common errors in GNU/Linux,
18102         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
18103         don't do AC_LIBOBJ, as that's getcwd.m4's job.
18104         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
18105         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
18106         name accordingly.
18107         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
18108         accommodate new getcwd.c.
18109         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
18110         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
18111         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
18112         that's all we need now.
18113
18114 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18115
18116         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
18117         argp-parse.c depends on getopt internals, that means we should
18118         always use our getopt, to be on the safe side.
18119         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
18120         order not to spoil the result of an eventual previous invocation
18121         of gl_GETOPT_SUBSTITUTE.
18122
18123 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18124
18125         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
18126         redefinition warnings. To avoid them, include the defines
18127         in `#if !defined __need_getopt ... #endif'. The only place
18128         where __getopt_argv_const is used is in definitions
18129         of getopt_long and getopt_long_only below, which are as well
18130         protected by `#ifndef __need_getopt'.
18131         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
18132         __need_getopt after including <stdio.h> and <unistd.h> These
18133         headers might have defined it.
18134
18135 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
18136
18137         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
18138
18139 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
18140
18141         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
18142         (futimens): New function, which uses futimes if available.
18143         (futimens, utimens): Support timespec==NULL, with same semantics
18144         as utime and utimens.
18145         * lib/utimens.h (futimens): New decl.
18146
18147 2004-11-23  Jim Meyering  <jim@meyering.net>
18148
18149         * lib/getopt_.h: Remove trailing blanks.
18150
18151 2004-11-23  Jim Meyering  <jim@meyering.net>
18152
18153         * lib/__fpending.c: Add comment.
18154
18155 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
18156
18157         * modules/canonicalize (Depends-on): Add xreadlink.
18158         Problem reported by James Youngman.
18159
18160 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
18161
18162         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
18163         New macros.
18164         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
18165         optopt): Use them instead of invoking ## directly; otherwise, the
18166         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
18167
18168 2004-11-19  Bruno Haible  <bruno@clisp.org>
18169
18170         * lib/strtok_r.c: Move comments from here...
18171         * lib/strtok_r.h: ... to here.
18172
18173 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
18174
18175         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
18176         implementations that mishandle size_t overflow.
18177
18178 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
18179
18180         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
18181         might fail.  Problem reported by Yoann Vandoorselaere.
18182         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
18183         implementations that mishandle size_t overflow.
18184
18185 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
18186
18187         * modules/canon-host (Depends-on): Add strdup.
18188
18189 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
18190
18191         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
18192
18193 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
18194
18195         * lib/canon-host.c: Include "strdup.h".
18196         (canon_host): Use getaddrinfo if available, so that IPv6 works.
18197         Use strdup instead of malloc/strcpy to duplicate strings.
18198
18199         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
18200         (human_space_before_unit): New constant.
18201         * lib/human.c (human_readable): Support it.
18202
18203         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
18204         (xgetcwd): Set errno correctly when failing.
18205         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
18206         the failure is actually due to a PATH_MAX problem.
18207
18208         Further getopt changes to make it more likely that glibc will
18209         buy the changes back.
18210         * lib/getopt.c (POSIXLY_CORRECT): New constant.
18211         (getopt): Use it, so to preserve glibc semantic
18212         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
18213         when compiling for libc.
18214         * lib/getopt_.h (__getopt_argv_const): Bring it back.
18215         (getopt_long, getopt_long_only): Use it.
18216
18217         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
18218         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
18219         (getopt): Argv is now char * const *, as per standard.
18220         (_getopt_internal_r, _getopt_internal): Argv is now char **,
18221         not char *__getopt_argv_const *.
18222         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
18223         _getopt_long_only_r): Likewise.
18224         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
18225         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
18226         _getopt_long_r, _getopt_long_only_r): Likewise.
18227         * lib/getopt_.h (__getopt_argv_const): Remove.
18228         (getopt): Argv is now char * const *, as per standard.
18229
18230         * lib/getdate.y (tORDINAL): New token.
18231         (day, relunit): Allow it for relative times.
18232         (relative_time_table): Use tORDINAL for ordinals.
18233
18234 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
18235
18236         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
18237         Document that "second" isn't allowed as an ordinal number.
18238
18239 2004-11-16  Jim Meyering  <jim@meyering.net>
18240
18241         * modules/closeout (Depends-on): Add fpending.
18242
18243 2004-11-15  Jim Meyering  <jim@meyering.net>
18244
18245         * lib/closeout.c: Include "__fpending.h" once again.
18246         Include <stdbool.h>.
18247         (close_stdout): Don't fail just because stdout was closed initially,
18248         since some programs don't write to stdout in the normal course of
18249         operation (other than --version and --help), and we don't want this
18250         function to make e.g. `touch file >&-' fail.
18251         But do fail if it was closed and someone has tried to write to it.
18252         E.g., `printf foo >&-' must fail.
18253
18254 2004-11-13  Jim Meyering  <jim@meyering.net>
18255
18256         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
18257
18258 2004-11-12  Simon Josefsson  <jas@extundo.com>
18259
18260         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
18261         small doc fix is still pending.
18262
18263 2004-11-11  Simon Josefsson  <jas@extundo.com>
18264
18265         * modules/strtok_r: New file.
18266
18267         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18268         strtok_r.
18269
18270 2004-11-11  Simon Josefsson  <jas@extundo.com>
18271
18272         * m4/strtok_r.m4: New file.
18273
18274         * m4/getopt.m4: Replace opterr.
18275
18276 2004-11-11  Simon Josefsson  <jas@extundo.com>
18277
18278         * lib/strtok_r.h, strtok_r.c: New file.
18279
18280 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
18281
18282         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
18283         of replacing opterr, getopt, etc.  This should handle the
18284         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
18285
18286 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
18287
18288         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
18289         we can stop lying to compilers about the constness of argv when we
18290         are compiled outside glibc.
18291         (getopt, getopt_long, getopt_long_only): Use it.
18292         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
18293         _getopt_internal, getopt): Likewise.
18294         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
18295         _getopt_long_only_r): Likewise.
18296         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
18297         _getopt_long_r, _getopt_long_only_r): Likewise.
18298
18299         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
18300         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
18301         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
18302         the other external symbols.
18303         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
18304         declaration, since the above renaming now works around collisions.
18305
18306 2004-11-11  Jim Meyering  <jim@meyering.net>
18307
18308         * lib/linebreak.c: Remove trailing blanks.
18309         * lib/alloca_.h: Likewise.
18310         * lib/acosl.c: Likewise.
18311         * lib/euidaccess.c: Likewise.
18312         * lib/allocsa.h: Likewise.
18313
18314 2004-11-10  Simon Josefsson  <jas@extundo.com>
18315
18316         * m4/getaddrinfo.m4: New file.
18317
18318 2004-11-10  Simon Josefsson  <jas@extundo.com>
18319
18320         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
18321
18322 2004-11-10  Simon Josefsson  <jas@extundo.com>
18323
18324         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18325         getaddrinfo.
18326
18327         * modules/getaddrinfo: New file.
18328
18329 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
18330
18331         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
18332
18333 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
18334
18335         * lib/mktime.c (SHR): New macro, which is a portable
18336         substitute for >> that should work even on Crays.
18337         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
18338         Problem reported by Mark D. Baushke in
18339         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
18340         * lib/getdate.y (SHR): Likewise.
18341         (tm_diff): Use it.
18342         * lib/strftime.c (SHR): Likewise.
18343         (tm_diff): Use it.
18344         * lib/quotearg.c (struct quoting_options): Use unsigned int for
18345         quote_these_too, so that right shifts are well defined.  All uses
18346         changed.
18347
18348 2004-11-10  Jim Meyering  <jim@meyering.net>
18349
18350         Ensure that no close failure goes unreported.
18351         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
18352         return early when it seems there's nothing to flush.
18353         Don't include __fpending.h.
18354
18355 2004-11-10  Jim Meyering  <jim@meyering.net>
18356
18357         * modules/closeout (Depends-on): Remove fpending.
18358
18359 2004-11-10  Jim Meyering  <jim@meyering.net>
18360
18361         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
18362
18363 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
18364
18365         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
18366         gl_FUNC_STRFTIME.
18367         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
18368         and AC_REQUIRE when possible, to avoid duplicate checks.
18369         Check for <wchar.h>.
18370
18371 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
18372
18373         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
18374
18375 2004-11-09  Bruno Haible  <bruno@clisp.org>
18376
18377         * m4/sockpfaf.m4: New file.
18378
18379 2004-11-05  Bruno Haible  <bruno@clisp.org>
18380
18381         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
18382         Reported by Mark D. Baushke <mdb@cvshome.org>.
18383
18384 2004-11-04  Bruno Haible  <bruno@clisp.org>
18385
18386         2004-09-11  Bruno Haible  <bruno@clisp.org>
18387                 * allocsa.valgrind: New file.
18388         2004-02-06  Bruno Haible  <bruno@clisp.org>
18389                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
18390                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
18391                 Reported by Christopher Seip <chris.seip@hp.com>.
18392
18393 2004-11-04  Bruno Haible  <bruno@clisp.org>
18394
18395         * modules/allocsa (Files): Add lib/allocsa.valgrind.
18396         (Makefile.am): Distribute it.
18397
18398 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
18399
18400         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
18401         with errno == ERANGE if the buffer is too small.
18402         Problem reported by Mark D. Baushke.
18403
18404 2004-11-03  Albert Chin  <china@thewrittenword.com>
18405             Paul Eggert  <eggert@cs.ucla.edu>
18406
18407         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
18408         equivalent, substitute $ac_type for equivalent type rather than
18409         blindly using uint32_t *always* which won't work if uint32_t is not
18410         available.  Define _UINT32_T to work around typedef of uint32_t if
18411         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
18412         2.5.1.
18413
18414 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
18415
18416         * m4/jm-macros.m4: Sync from coreutils.
18417         (gl_MACROS): Check for mbrlen, for pathchk.
18418         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
18419
18420 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
18421
18422         * lib/xreadlink.c (MAXSIZE): New macro.
18423         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
18424         size does not exceed MAXSIZE.  Avoid cast.
18425         As suggested by Mark D. Baushke in
18426         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
18427         if readlink fails with buffer size just under MAXSIZE, try again
18428         with MAXSIZE.
18429
18430 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
18431
18432         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
18433
18434 2004-11-02  Derek R. Price  <derek@ximbiot.com>
18435         and  Paul Eggert  <eggert@cs.ucla.edu>
18436
18437         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
18438         (get_date): Overparenthesize to avoid GCC warning.
18439
18440 2004-11-02  Bruno Haible  <bruno@clisp.org>
18441
18442         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
18443         returns void.
18444
18445 2004-11-02  Bruno Haible  <bruno@clisp.org>
18446
18447         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
18448         function returns void.
18449
18450 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
18451
18452         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
18453         fflush_unlocked, flockfile, funlockfile, funlockfile,
18454         fputs_unlocked, putc_unlocked.
18455
18456 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
18457
18458         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
18459         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
18460         already declared.
18461
18462 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
18463
18464         * modules/getdate (Files): Add doc/getdate.texi.
18465         (Depends-on): Add setenv, xalloc.
18466
18467 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
18468
18469         * lib/getdate.y: Add support for TZ="foo" within a date string.
18470         Fix some bugs near time_t boundaries.  Reject dates with
18471         out-of-range components, e.g., "Sept 31".
18472         Include <stdlib.h>, "setenv.h", "xalloc.h".
18473         (ISDIGIT_LOCALE): Remove; unused.
18474         Note that the TZ and time functions used here are not reentrant.
18475         (mktime_ok, get_tz): New functions.
18476         (TZBUFSIZE): New constant.
18477         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
18478         This requires that we sometimes generate our own TZ="XXX..." setting.
18479
18480 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
18481
18482         * doc/getdate.texi: New file, from coreutils with modifications for
18483         the new TZ parsing.
18484
18485 2004-10-27  Derek R. Price  <derek@ximbiot.com>
18486
18487         * lib/mktime.c (not_equal_tm): Remove redundant check.
18488
18489 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
18490
18491         * modules/regex (lib_SOURCES): Add regex.c.
18492         Reported by James Youngman in
18493         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
18494
18495 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
18496
18497         * lib/getdate.y: Use Bison 1.875 features, and some minor
18498         code cleanups.  This change does not affect semantics.
18499         Don't include <stdlib.h>; no longer needed.
18500         Don't include unlocked-io.h; only the "#if TEST" code uses
18501         stdio, and performance isn't crucial there.
18502         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
18503         Bison 1.875 features as described below.
18504         All uses of "PC." replaced by "pc->".
18505         (YYSTYPE): Add a forward declaration.
18506         (yylex, yyerror): Use full prototypes in forward decls.
18507         Use "%pure-parser" rather than obsolescent "%pure_parser".
18508         Use %parse-param and %lex-param instead of obsolescent
18509         YYPARSE_PARAM and YYLEX_PARAM.
18510         (meridian_table, month_and_day_table, time_units_table,
18511         relative_time_table, time_zone_table, military_table,
18512         lookup_zone, lookup_word, get_date):
18513         Use NULL instead of 0 where appropriate.
18514         (to_hour): Avoid abort (), to avoid a dependency on
18515         stdlib.h.
18516         (yyerror, yylex): Now accepts parser_control * arg.
18517         (main) [TEST]: Use '\0' rather than 0 for char.
18518
18519 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
18520
18521         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
18522
18523 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
18524
18525         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
18526         It's now the caller's responsibility to handle the case where
18527         !HAVE_GETPAGESIZE && !defined getpagesize.
18528
18529         * lib/mktime.c (leapyear): Arg is long int, not int.
18530
18531 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
18532
18533         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
18534
18535 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
18536
18537         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
18538         missing.  Problem reported by James Youngman.
18539
18540 2004-10-16  Simon Josefsson  <jas@extundo.com>
18541
18542         * gnulib-tool: Fix comments.  Fix parse problem.
18543         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
18544
18545 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
18546
18547         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
18548         implementation of getopt_long.  Problem reported by Alexander Taler in:
18549         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
18550
18551 2004-10-15  Bruno Haible  <bruno@clisp.org>
18552
18553         * gnulib-tool: Untabify. Initialize supplied_libname.
18554         (func_usage): More homogenous output.
18555         (func_modules_transitive_closure, func_modules_to_filelist,
18556         func_emit_lib_Makefile_am): New functions.
18557         (func_import): New function, extracted from big case statement. Use
18558         func_get_license, func_modules_transitive_closure,
18559         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
18560         opt_lgpl. Don't use test -a, as it's not portable.
18561         (func_create_testdir): Use func_modules_transitive_closure,
18562         func_modules_to_filelist, func_emit_lib_Makefile_am.
18563
18564 2004-10-15  Bruno Haible  <bruno@clisp.org>
18565
18566         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
18567
18568 2004-10-15  Bruno Haible  <bruno@clisp.org>
18569
18570         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
18571         the portions belonging to each module.
18572         Suggested by Derek Robert Price <derek@ximbiot.com>.
18573
18574 2004-10-12  Simon Josefsson  <jas@extundo.com>
18575
18576         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
18577         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
18578         to real functions.
18579
18580 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18581
18582         * modules/vsnprintf: New file.
18583
18584 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18585
18586         * m4/vsnprintf.m4: New file.
18587
18588 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18589
18590         * lib/vsnprintf.h: New file.
18591         * lib/vsnprintf.c: New file.
18592
18593 2004-10-11  Bruno Haible  <bruno@clisp.org>
18594
18595         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
18596         vsnprintf.
18597
18598 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
18599
18600         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
18601
18602 2004-10-07  Bruno Haible  <bruno@clisp.org>
18603
18604         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
18605         fits into the provided buffer.
18606
18607 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
18608
18609         * lib/diacrit.c, diacrit.h: Add GPL notice.
18610
18611         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
18612         notice.
18613         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
18614         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
18615         This avoids a potential constant-folding bug.
18616
18617 2004-10-05  Bruno Haible  <bruno@clisp.org>
18618
18619         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
18620         for the declaration of strsep.
18621
18622 2004-10-05  Bruno Haible  <bruno@clisp.org>
18623
18624         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
18625
18626 2004-10-04  Simon Josefsson  <jas@extundo.com>
18627
18628         * modules/memmem: New file.
18629         * tests/test-memmem.c: New file.
18630         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
18631
18632 2004-10-04  Simon Josefsson  <jas@extundo.com>
18633
18634         * m4/memmem.m4: New file.
18635
18636 2004-10-04  Simon Josefsson  <jas@extundo.com>
18637
18638         * lib/memmem.h: New file.
18639         * lib/memmem.c: New file, taken from glibc.
18640
18641 2004-10-04  Simon Josefsson  <jas@extundo.com>
18642
18643         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
18644         '#ifdef USE_UNLOCKED_IO'.
18645
18646 2004-10-04  Simon Josefsson  <jas@extundo.com>
18647
18648         * config/srclist.txt: Add memmem from glibc.
18649
18650 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
18651
18652         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
18653
18654         * modules/argmatch, modules/argp, modules/closeout, modules/error,
18655         modules/exclude, modules/getdate, modules/getline,
18656         modules/getndelim2, modules/getpass, modules/getpass-gnu,
18657         modules/getusershell, modules/linebuffer, modules/md5,
18658         modules/mountlist, modules/posixtm, modules/readtokens,
18659         modules/readutmp, modules/regex, modules/sha1,
18660         modules/version-etc, modules/yesno:
18661         Remove dependency on unlocked-io.
18662
18663 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
18664
18665         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
18666
18667         * m4/unlocked-io.m4: Add copyright notice.
18668         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
18669
18670 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
18671
18672         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
18673         * lib/xmalloc.c (xmemdup): Likewise.
18674         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
18675         XFREE): Remove these long-obsolescent macros.
18676         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
18677         * lib/xstrdup.c: Remove.
18678
18679         * lib/regex.c (re_comp): Cast gettext return value to char *,
18680         Problem reported by Martin Neitzel via Mark D. Baushke.
18681
18682 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
18683
18684         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
18685         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
18686         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
18687         regex.c, sha1.c, version-etc.c, yesno.c:
18688         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
18689         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
18690         the includer's responsibility.
18691
18692         Sync from coreutils.
18693
18694         * lib/modechange.c (mode_compile): Don't decrement a pointer that
18695         points to the start of a string, as the C Standard says the
18696         resulting behavior is undefined.
18697
18698         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
18699         simple -> simple_backups, numbered_existing ->
18700         numbered_existing_backups, numbered -> numbered_backups
18701         to avoid shadowing problems.  All uses changed.
18702         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
18703         * lib/backupfile.c (check_extension, numbered_backup):
18704         Rename locals to avoid shadowing 'basename'.
18705         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
18706         once.
18707
18708         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
18709         * lib/.cvsignore: Add getopt.h.
18710
18711 2004-10-04  Bruno Haible  <bruno@clisp.org>
18712
18713         * modules/README: New file.
18714         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
18715         not a module.
18716
18717 2004-10-02  Jim Meyering  <jim@meyering.net>
18718
18719         * lib/dirfd.h, getpagesize.h: Add copyright notice.
18720
18721 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18722
18723         * modules/strsep: New file.
18724
18725 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18726
18727         * m4/strsep.m4: New file.
18728
18729 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18730
18731         * lib/strsep.h: New file.
18732         * lib/strsep.c: New file.
18733
18734 2004-10-01  Simon Josefsson  <jas@extundo.com>
18735
18736         * lib/snprintf.c (snprintf): Handle size==0.
18737
18738 2004-10-01  Simon Josefsson  <jas@extundo.com>
18739             Bruno Haible  <bruno@clisp.org>
18740
18741         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
18742         (snprintf): Declare 'args'.
18743
18744 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
18745
18746         * lib/snprintf.c: Remove comments as to why each header is needed.
18747
18748 2004-10-01  Bruno Haible  <bruno@clisp.org>
18749
18750         * MODULES.html.sh: Add strsep.
18751
18752 2004-09-30  Simon Josefsson  <jas@extundo.com>
18753
18754         * modules/snprintf: New file.
18755
18756 2004-09-30  Simon Josefsson  <jas@extundo.com>
18757
18758         * m4/snprintf.m4: New file.
18759
18760 2004-09-30  Simon Josefsson  <jas@extundo.com>
18761
18762         * lib/snprintf.h, lib/snprintf.c: New files.
18763
18764 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18765
18766         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
18767         (hol_entry_help): Never translate an empty string.
18768         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
18769         * lib/argp.h (OPTION_NO_TRANS): New option.
18770
18771 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
18772
18773         * modules/argp (Maintainer): Replace Simon Josefsson
18774         by Sergey Poznyakoff.
18775
18776 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
18777
18778         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
18779         changes merged back into glibc.
18780
18781 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
18782
18783         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
18784
18785 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
18786
18787         * lib/xvasprintf.c: Include xalloc.h.
18788         (xvasprintf): Use xalloc_die, not xmalloc_die.
18789
18790 2004-09-29  Bruno Haible  <bruno@clisp.org>
18791
18792         * modules/alloca-opt: New file, derived from modules/alloca.
18793         * modules/allocsa: Depend on alloca-opt instead of alloca.
18794         * modules/setenv: Likewise.
18795         * modules/vasnprintf: Likewise.
18796         * MODULES.html.sh: Add alloca-opt.
18797
18798 2004-09-28  Simon Josefsson  <jas@extundo.com>
18799
18800         * gnulib-tool: New parameter --lgpl, to asseert that modules are
18801         LGPL, and to replace license template from GPL to LGPL.
18802
18803 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
18804
18805         * modules/dummy: Change license to LGPL.
18806
18807 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
18808
18809         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
18810
18811 2004-09-24  Simon Josefsson  <jas@extundo.com>
18812
18813         * modules/minmax (License): Change from GPL to LGPL.
18814
18815 2004-09-23  Simon Josefsson  <jas@extundo.com>
18816
18817         * gnulib-tool (--import): Typo.
18818
18819 2004-09-23  Simon Josefsson  <jas@extundo.com>
18820
18821         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
18822
18823 2004-09-22  Bruno Haible  <bruno@clisp.org>
18824
18825         * modules/*: Add 'License' field.
18826         * gnulib-tool: Accept --extract-license option.
18827         (func_get_license): New function.
18828
18829 2004-09-21  Bruno Haible  <bruno@clisp.org>
18830
18831         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
18832         Reported by Simon Josefsson.
18833
18834 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
18835
18836         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
18837         gl_AC_TYPE_LONG_LONG.
18838
18839 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
18840
18841         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
18842
18843 2004-09-18  Simon Josefsson  <jas@extundo.com>
18844         and  Paul Eggert  <eggert@cs.ucla.edu>
18845
18846         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
18847         calls with autoreconf.  Define GL_LIB.
18848
18849 2004-09-14  Karl Berry  <karl@gnu.org>
18850
18851         * config/srclist.txt: unsync setenv.c, sigh.
18852
18853 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
18854
18855         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
18856         Problem reported by Bruno Haible in:
18857         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
18858
18859 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
18860
18861         * config/srclist.txt: Comment out argp-pvh.c.
18862
18863 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
18864
18865         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
18866         in case some system header has #define'd it.  Problem reported by
18867         Soeren D. Schulze in
18868         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
18869
18870 2004-09-09  Karl Berry  <karl@gnu.org>
18871
18872         * regex.[ch]: delete from the root.  These were supposed to be
18873                 synced with emacs cvs, but this has not happened for about
18874                 a year, and anyway nothing else uses emacs regex.[ch].
18875                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
18876                 lib/regex[.ch] is untouched.
18877
18878 2004-09-09  Bruno Haible  <bruno@clisp.org>
18879
18880         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
18881
18882 2004-09-09  Bruno Haible  <bruno@clisp.org>
18883
18884         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
18885         modifications.
18886         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
18887
18888 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
18889
18890         * modules/xvasprintf: New file.
18891         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
18892
18893 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
18894
18895         * lib/xvasprintf.h: New file.
18896         * lib/xvasprintf.c: New file.
18897         * lib/xasprintf.c: New file.
18898
18899 2004-09-08  Bruno Haible  <bruno@clisp.org>
18900
18901         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
18902
18903 2004-09-08  Bruno Haible  <bruno@clisp.org>
18904
18905         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
18906         length is > INT_MAX.
18907         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
18908         more.
18909
18910 2004-09-08  Bruno Haible  <bruno@clisp.org>
18911
18912         * lib/stdint_.h: New file, taken from GNU clisp.
18913
18914 2004-09-08  Bruno Haible  <bruno@clisp.org>
18915             Oskar Liljeblad  <oskar@osk.mine.nu>
18916
18917         * modules/stdint: New file.
18918         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
18919
18920 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18921
18922         Import from coreutils.
18923         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
18924         strings on unbounded length.  alloca's performance benefits aren't
18925         that important here.
18926         (V_STRDUP): Remove.
18927         (parse_with_separator): New function, with most of the internals
18928         of the old parse_user_spec.  Allow user to omit both user and group,
18929         for compatibility with FreeBSD.
18930         Clone only the user name, not the entire spec.
18931         Do not set *uid, *gid unless entirely successful.
18932         Avoid memory leak in some failing cases.
18933         Fix regression for USER.GROUP reported by Dmitry V. Levin in
18934         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
18935         (parse_user_spec): Rewrite to use parse_with_separator.
18936
18937 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18938
18939         * modules/userspec: Don't depend on alloca.
18940
18941 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18942
18943         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
18944
18945 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
18946
18947         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
18948         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
18949         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
18950
18951 2004-08-16  Simon Josefsson  <jas@extundo.com>
18952
18953         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
18954         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
18955         Add --dry-run for --import.
18956         Let user provided command line parameters override configure.ac
18957         settings.
18958
18959 2004-08-12  Simon Josefsson  <jas@extundo.com>
18960
18961         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
18962         as discussed with Paul Eggert in threads rooted at
18963         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
18964         and
18965         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
18966         Before, the test was empty, and relied on ELIDE_CODE in source
18967         code.)
18968         (gl_PREREQ_GETOPT): New macro.
18969         (gl_GETOPT): Use them.
18970
18971 2004-08-12  Simon Josefsson  <jas@extundo.com>
18972
18973         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
18974         * lib/getopt_.h: Renamed from getopt.h.
18975
18976 2004-08-12  Simon Josefsson  <jas@extundo.com>
18977
18978         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
18979         Change default library name from libfoo to libgnu.
18980         Now, if you have a configure.ac that says:
18981                 gl_SOURCE_BASE(gl)
18982                 gl_M4_BASE(gl/m4)
18983                 gl_MODULES(error getopt etcetera)
18984                 gl_INIT
18985         you can import all you need by running:
18986                 ../gnulib/gnulib-tool --import
18987
18988         * modules/getopt (Files): Rename getopt.h to getopt_.h.
18989         (Makefile.am): Rewrite, use logic from argz.
18990         (Include): Use <getopt.h> instead of "getopt.h".
18991
18992 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
18993
18994         * modules/argp (Files): Add m4/unlocked-io.m4.
18995         (Depends-on): Add extensions.
18996
18997 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
18998
18999         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
19000         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
19001         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
19002         Check for program_invocation_name, program_invocation_short_name,
19003         flockfile, funlockfile, features.h, _getopt_long_only_r.
19004
19005 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
19006
19007         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
19008         its complicated substitute.
19009         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
19010         and program_invocation_name.
19011         (__argp_basename) [!_LIBC]: Remove; the only use was
19012         replaced by its body.
19013         (__argp_short_program_name): Change condition from
19014         !defined __argp_short_program_name to
19015         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
19016         to match argp-namefrob.h.
19017         (__argp_failure): Don't assume strerror_r returns char *.
19018         * lib/argp-parse.c (N_): Define unconditionally.
19019         (argp_default_options): Fill out initializers with 0 to avoid
19020         gcc warnings.
19021
19022 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
19023
19024         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
19025         getopt1.c.
19026
19027 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
19028
19029         Merge from coreutils.
19030
19031         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
19032
19033         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
19034         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
19035
19036 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
19037
19038         Merge from coreutils.
19039
19040         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
19041         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
19042         for Reliant Unix 5.43.
19043
19044         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
19045         (union fooround): Use uintmax_t, not long int.
19046         The rest is a merge from libc:
19047         [defined _LIBC]: Include <shlib-compat.h>.
19048         (_obstack) [defined _LIBC]: Remove after 2.3.4.
19049
19050         * lib/settime.c (settime): Recode to avoid warning with
19051         Sun Forte C 6U2.
19052
19053         * lib/strverscmp.c: Convert to UTF-8.
19054
19055 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
19056
19057         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
19058         m4/uintmax_t.m4.
19059
19060 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
19061
19062         * modules/xalloc-die: New file.
19063         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
19064
19065         * modules/md5 (Files): Add m4/uint32_t.m4.
19066         * modules/sha1: Renamed from modules/sha.
19067         (Files):
19068         Rename lib/sha.h to lib/sha1.h.
19069         Rename lib/sha.c to lib/sha1.c.
19070         Rename m4/sha.m4 to m4/sha1.m4.
19071         (lib_SOURCES): Likewise.
19072         (configure.ac): Rename gl_SHA to gl_SHA1.
19073         (Include): sha.h -> sha1.h.
19074
19075 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
19076
19077         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
19078         * m4/sha1.m4: Renamed from sha.m4.
19079         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
19080
19081 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
19082
19083         * lib/obstack.h (obstack_empty_p):
19084         Don't assume that chunk->contents is suitably aligned.
19085         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
19086         Likewise. Problem reported by Benno in
19087         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
19088
19089         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
19090         readable.  This could be improved further but it'd take some work.
19091
19092 2004-08-08  Simon Josefsson  <jas@extundo.com>
19093
19094         * modules/xgethostname (Depends-on): Remove exit and error (not
19095         used).
19096
19097         * modules/getpass-gnu: Add getpass.h.
19098         (Depends-on): Add stdbool.
19099         * modules/getpass: Add getpass.h.
19100
19101 2004-08-08  Simon Josefsson  <jas@extundo.com>
19102
19103         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
19104         Check getpass declaration.
19105
19106 2004-08-08  Simon Josefsson  <jas@extundo.com>
19107
19108         * lib/xgethostname.c: Don't include error.h (not used).
19109
19110         * lib/getpass.h: Add.
19111         * lib/getpass.c: Include getpass.h first.
19112
19113 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
19114
19115         * lib/xalloc-die.c: New file.
19116         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
19117         All uses removed.
19118         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
19119         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
19120         xalloc-die.c.
19121         (_, N_, xalloc_die): Move to xalloc-die.c.
19122         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
19123         so that we needn't mess with xalloc_msg_memory_exhausted.
19124
19125         * lib/sha1.h: Renamed from sha.h.
19126         (SHA1_H): Renamed from _SHA_H.
19127         (sha1_ctx): Renamed from sha_ctx.
19128         (sha1_init_ctx): Renamed from sha_init_ctx.
19129         (sha1_process_block): Renamed from sha_process_block.
19130         (sha1_process_bytes): Renamed from sha_process_bytes.
19131         (sha1_finish_ctx): Renamed from sha_finish_ctx.
19132         (sha1_read_ctx): Renamed from sha_read_ctx.
19133         (sha1_stream): Renamed from sha_stream.
19134         (sha1_buffer): Renamed from sha_buffer.
19135         * lib/sha1.c: Likewise; renamed from sha.c.
19136         Do not include <sys/types.h>.
19137         Include <stddef.h> rather than <stdlib.h>.
19138
19139 2004-08-08  Bruno Haible  <bruno@clisp.org>
19140
19141         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
19142         FILESYSTEM_PREFIX_LEN.
19143         * lib/progreloc.c: Likewise.
19144         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
19145
19146 2004-08-06  Simon Josefsson  <jas@extundo.com>
19147
19148         * modules/progname (Depends-on): Don't depend on stdbool.
19149
19150 2004-08-06  Simon Josefsson  <jas@extundo.com>
19151
19152         * modules/getsubopt: New file.
19153         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
19154         getsubopt.
19155
19156 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
19157
19158         More merge from coreutils.
19159
19160         * m4/utimens.m4, m4/utimecmp.m4: New files.
19161         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
19162         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
19163         prereq.m4, sha.m4: Import changes from coreutils.
19164
19165 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
19166
19167         More merge from coreutils.
19168         * modules/raise, modules/readtokens0, modules/utimens:
19169         * modules/utimecmp, module/xnanosleep: New files.
19170         * modules/strftime: Add lib/strftime.h.
19171         Change include from <time.h> to "strftime.h".
19172         * modules/yesno: Add lib/yesno.h.
19173         * modules/backupfile: Remove lib/addext.c.
19174         * modules/euidaccess: Add stat-macros.h.
19175         * modules/canonicalize, modules/euidaccess,
19176         modules/filemode, modules/lchown, modules/makepath,
19177         modules/rmdir, modules/stat: Likewise.
19178
19179 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
19180
19181         Merge from tar.
19182         * lib/argp-help.c (make_hol, hol_append): Don't assume that
19183         SIZE_MAX is a valid preprocessor constant.
19184         (__argp_basename): Change from "#ifndef _LIBC"
19185         to "#ifndef __argp_short_program_name", so that
19186         we don't compile these functions for tar.
19187
19188         More merges from coreutils.
19189         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
19190         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
19191         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
19192         * lib/addext.c: Remove; no longer needed.
19193         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
19194         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
19195         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
19196         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
19197         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
19198         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
19199         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
19200         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
19201         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
19202         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
19203         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
19204         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
19205         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
19206         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
19207         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
19208         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
19209         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
19210         Import changes from coreutils.
19211
19212 2004-08-05  Simon Josefsson  <jas@extundo.com>
19213
19214         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
19215
19216 2004-08-05  Simon Josefsson  <jas@extundo.com>
19217
19218         * m4/getsubopt.m4: New file.
19219
19220 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
19221
19222         Merge from coreutils.
19223
19224         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
19225         * m4/getcwd-path-max.m4: New files.
19226
19227         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
19228         FILESYSTEM_PREFIX_LEN ->
19229         FILE_SYSTEM_PREFIX_LEN.
19230         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
19231         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
19232         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
19233         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
19234
19235         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
19236         prerequisite modules now handle the DOS stuff.
19237         Don't check for unistd.h.
19238
19239 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
19240
19241         Merge from coreutils.
19242
19243         * lib/.gdb-history: Remove; this doesn't belong here.
19244
19245         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
19246         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
19247         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
19248         * lib/getcwd.c: New files.
19249
19250         * lib/dirname.h: Include <stdbool.h>.
19251         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
19252         for consistency with POSIX terminology.  All uses changed.
19253         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
19254         (strip_trailing_slashes): Use bool for booleans.
19255         * lib/stripslash.c (strip_trailing_slashes): Likewise.
19256
19257         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
19258         sometimes returns a positive errno value even when it succeeds.
19259         (print_errno_message) [!LIBC]: Fall back on strerror if
19260         __strerror_r fails.
19261
19262         * lib/path-concat.c (mempcpy): Don't define if a system header defines
19263         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
19264         (longest_relative_suffix): New function.
19265         (path_concat): Use it.  Assume first argument is not NULL.
19266         Port to DOS.  Omit redundant separators.
19267         Report an error instead of returning NULL.
19268         Use mempcpy instead of memcpy.
19269         (xpath_concat): Remove: not declared or used.
19270
19271         * lib/same.h: Include <stdbool.h>
19272         (same_name): Return bool, not int.
19273         * lib/same.c (same_name): Likewise.
19274         (errno): Don't declare; we assume C89 or better now.
19275
19276         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
19277         if not already defined.
19278
19279         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
19280         * lib/dup-safer.c (errno): Likewise.
19281
19282 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
19283
19284         Merge from coreutils.
19285         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
19286         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
19287         * modules/path-concat: Don't depend on strdup.
19288
19289 2004-08-03  Simon Josefsson  <jas@extundo.com>
19290
19291         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
19292         * lib/progname.h: Don't include stdbool.h.
19293
19294 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
19295
19296         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
19297         * MODULES.html.sh (func_all_modules): Remove fatal.
19298
19299 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
19300
19301         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
19302
19303 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
19304
19305         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
19306         working.
19307
19308 2004-08-02  Simon Josefsson  <jas@extundo.com>
19309
19310         * lib/getsubopt.h: New file, with comments from Bruno Haible.
19311         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
19312         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
19313
19314 2004-08-01  Simon Josefsson  <jas@extundo.com>
19315
19316         * lib/xgetdomainname.c: Include stdlib.h, for free().
19317
19318 2004-07-19  Bruno Haible  <bruno@clisp.org>
19319
19320         * MODULES.html.sh (func_all_modules): Add dummy.
19321
19322 2004-07-16  Simon Josefsson  <jas@extundo.com>
19323
19324         * modules/dummy: New file.
19325
19326 2004-07-16  Simon Josefsson  <jas@extundo.com>
19327
19328         * lib/dummy.c: New file.
19329
19330 2004-07-16  Bruno Haible  <bruno@clisp.org>
19331
19332         * lib/backupfile.h: Add extern "C" for C++.
19333         * lib/closeout.h: Likewise.
19334         * lib/copy-file.h: Likewise.
19335         * lib/findprog.h: Likewise.
19336         * lib/full-write.h: Likewise.
19337         * lib/pathname.h: Likewise.
19338         * lib/progname.h: Likewise.
19339         * lib/stpcpy.h: Likewise.
19340         * lib/stpncpy.h: Likewise.
19341         * lib/strcase.h: Likewise.
19342         * lib/strstr.h: Likewise.
19343         * lib/xalloc.h: Likewise.
19344
19345         * lib/mbswidth.h: Add extern "C" for C++.
19346         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
19347
19348 2004-07-13  Robert Millan  <robertmh@gnu.org>
19349
19350         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
19351
19352 2004-07-09  Simon Josefsson  <jas@extundo.com>
19353
19354         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
19355         failed without this.)
19356
19357 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
19358
19359         * modules/chown (Files): Add lib/fchown-stub.c, since
19360         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
19361
19362 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
19363
19364         * lib/fchown-stub.c: New file.
19365
19366 2004-06-24  Jim Meyering  <jim@meyering.net>
19367
19368         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
19369
19370 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19371
19372         * modules/argz: Omit "#include".
19373
19374         * MODULES.html.sh (func_all_modules): Add calloc, to match
19375         2004-06-01 addition of calloc module.
19376
19377 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19378
19379         * m4/argz.m4: New file, which is autoupdated from libtool.
19380
19381 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19382
19383         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
19384         libtool.
19385
19386 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19387
19388         * config/srclist-update: Don't insist on "USA." before the
19389         close-comment, as libtool omits the period and puts the */ on a
19390         separate line.
19391         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
19392         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
19393
19394 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
19395
19396         * modules/argz: New file.
19397         * MODULES.html.sh (func_all_modules): Add argz.
19398
19399 2004-06-12  Jim Meyering  <jim@meyering.net>
19400         and  Paul Eggert  <eggert@cs.ucla.edu>
19401
19402         * modules/hash (Files): Add lib/xalloc.h.
19403         * modules/pipe (Depends-on): Add wait-process.
19404         * modules/stat (Depends-on): Add xalloc.
19405         * modules/userspec (Files): Add lib/userspec.h.
19406         * modules/xstrto
19407
19408         Upgrade from gettext-0.13.
19409         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
19410         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
19411         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
19412
19413 2004-06-10  Jim Meyering  <jim@meyering.net>
19414
19415         * lib/calloc.c: New file.
19416
19417 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
19418
19419         * lib/getdate.y (yylex): Allow space between sign and number.
19420         Problem reported by Dan Jacobson.
19421
19422 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
19423
19424         Merge from coreutils CVS.
19425
19426         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
19427         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
19428         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
19429         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
19430         xstrtol.m4: Fix copyright date and/or serial number.
19431
19432         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
19433         See if we need an fchown replacement.
19434         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
19435         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
19436         and use the replacement function if we detect either defect.
19437
19438         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
19439         gl_UTIMECMP.
19440
19441 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
19442         and  Jim Meyering  <jim@meyering.net>
19443
19444         Merge from coreutils CVS.
19445
19446         * lib/stat-macros.h: New file, with contents from file-type.h
19447         and coreutils' system.h.
19448         * lib/file-type.c: Include "stat-macros.h".
19449         * lib/file-type.h (file_type): Move all macro definitions to new file,
19450         stat-macros.h.
19451
19452         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
19453         Wrap old code with this conditional.
19454         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
19455         function that does not dereference symlinks.
19456         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
19457
19458         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
19459         dependency problems.
19460         (xreadlink): Accept new arg SIZE, for efficiency.
19461         All decls and uses changed.
19462         * lib/xreadlink.h: Include <stddef.h>, for size_t.
19463
19464         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
19465         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
19466
19467         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
19468         sysexits.h.
19469
19470 2004-06-01  Jim Meyering  <jim@meyering.net>
19471
19472         * m4/calloc.m4: New file.
19473
19474 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
19475
19476         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
19477         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
19478         Also, fix a typo in a diagnostic.
19479
19480 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
19481
19482         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
19483         or AC_FUNC_REALLOC.
19484
19485 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
19486
19487         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
19488         macros to be defined.
19489         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
19490         the allocator returns NULL because the requested size is zero.
19491
19492 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
19493
19494         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
19495         var.  Add comment explaining why libc still defines it.  This
19496         merges the following patch from glibc:
19497         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
19498
19499 2004-05-20  Andreas Schwab  <schwab@suse.de>
19500
19501         * m4/free.m4: Replace free if it not known to work, not the other
19502         way round.
19503
19504 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
19505
19506         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
19507         present in glibc since revision 1.1 of this file.
19508         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
19509         obstack_alignment_mask, obstack_alloc, obstack_base,
19510         obstack_blank, obstack_blank_fast, obstack_chunk_size,
19511         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
19512         obstack_grow0, obstack_init, obstack_int_grow,
19513         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
19514         obstack_next_free, obstack_object_size, obstack_ptr_grow,
19515         obstack_ptr_grow_fast, obstack_room): Remove declarations of
19516         nonexistent functions.
19517
19518 2004-05-18  Karl Berry  <karl@gnu.org>
19519
19520         * config/srclist.txt: break link for vasnprintf.c.
19521
19522 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
19523
19524         Port obstack to the AS/400, where pointers are 16 bytes wide and
19525         you cannot cast an integer to a valid pointer.  This patch is
19526         currently waiting to be integrated into glibc; see
19527         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
19528
19529         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
19530         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
19531         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
19532         (struct obstack): temp member is now a union of a pointer and
19533         an integer, instead of an integer.  All integer uses changed.
19534         This does not affect the physical layout of struct obstack,
19535         except on hosts (like the AS/400) where the size or alignment of
19536         void * is greater than that of ptrdiff_t.
19537         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
19538         __STDC__)]: Store temporary in pointer member of union, not
19539         integer member.
19540         * lib/obstack.c: Include <stddef.h>, for offsetof.
19541         (struct fooalign): Remove; it doesn't need a name.
19542         (union fooround): Change double to long double, and add void *.
19543         (DEFAULT_ALIGNMENT): Use offsetof to compute.
19544         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
19545         not a macro.  Hence the values are always int; so remove all
19546         casts-to-int in uses.
19547
19548 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
19549
19550         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
19551         we can get this patch merged into glibc.
19552
19553 2004-05-17  Derek R. Price  <derek@ximbiot.com>
19554             Paul Eggert  <eggert@cs.ucla.edu>
19555
19556         * m4/argp: Depend on alloca.
19557
19558 2004-05-17  Derek R. Price  <derek@ximbiot.com>
19559             Paul Eggert  <eggert@cs.ucla.edu>
19560
19561         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
19562         freecoding.
19563
19564 2004-05-17  Bruno Haible  <bruno@clisp.org>
19565
19566         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
19567         precision that consists of a '.' followed by an empty digit string.
19568         Patch by Tor Lillqvist <tml@iki.fi>.
19569
19570 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
19571
19572         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
19573         for backward compatibility with older code.  We need our own
19574         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
19575         it under some other name, and our alloca.h will define it.
19576
19577 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
19578             Derek Price  <derek@ximbiot.com>
19579
19580         * lib/alloca.c: Include <alloca.h>, to get our interface.
19581         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
19582         include <alloca.h> first.  Use C89 prototype for alloca; this
19583         requires including <stddef.h> for size_t.  Use extern "C" if C++.
19584         Use #elif for simplicity, since we can assume C89 now.
19585         Don't try to source the system alloca.h since it will not be found
19586         and to prevent recursively including its replacement.
19587         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
19588         * lib/regex.c: Likewise.
19589
19590 2004-05-16  Derek Price  <derek@ximbiot.com>
19591             Paul Eggert  <eggert@cs.ucla.edu>
19592
19593         getline cleanup.  This changes the getndelim2 API: both order of
19594         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
19595         no delimiter).
19596
19597         * lib/getline.c: Don't include stddef.h or stdio.h, since our
19598         interface does that.
19599         (getline): Always use getdelim, so that we don't have two
19600         copies of this code.
19601         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
19602         if available.
19603         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
19604         (GETNDELIM2_MAXIMUM): New macro.
19605         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
19606         instead of the old practice of delim2==0.  All callers changed.
19607         Return -1 on overflow, instead of returning junk.
19608         Do not set *linesize unless allocation succeeds.
19609         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
19610         that we include sys/types.h.
19611         * lib/getnline.h: Likewise.
19612         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
19613         (getndelim2): Reorder arguments.
19614         * lib/getnline.c (getnline, getndelim):
19615         Don't discard the NMAX argument.
19616         (getnline): Invoke getndelim, to avoid code duplication.
19617         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
19618         of (size_t) -1 by callers of the getnline family.
19619
19620 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
19621
19622         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
19623         Check for gettimeofday.
19624         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
19625         Check for settimeofday, stime.
19626
19627 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
19628
19629         * lib/nanosleep.c (suspended): Change its type from int to
19630         sig_atomic_t volatile.
19631         (first_call): Make it private to rpl_nanosleep, and have it
19632         be zero initially as that's a bit faster.
19633         (my_usleep): Round up fractional times instead of truncating them,
19634         as this is the usual meaning for 'sleep'.
19635
19636         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
19637         doesn't work.
19638         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
19639         (ENOSYS): Define if not defined.
19640         (settime): Fall back on stime if it exists and settimeofday fails.
19641         But don't bother with fallbacks if a method fails with errno == EPERM.
19642
19643 2004-05-11  Jim Meyering  <jim@meyering.net>
19644
19645         Prior to this change, the save_cwd caller required read access to the
19646         current directory on most systems (ones with the fchdir function).
19647
19648         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
19649         fails, try write-only, and finally, resort to using xgetcwd.
19650
19651 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
19652
19653         * lib/obstack.c, obstack.h: Import changes from libc.
19654
19655 2004-04-28  Bruno Haible  <bruno@clisp.org>
19656
19657         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
19658         also implicitly appends .exe to executables.
19659         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
19660         accepts Windows pathnames.
19661         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
19662         Treat Cygwin like Windows, since it now accepts Windows pathnames.
19663         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
19664         Treat Cygwin like Windows, since it now accepts Windows pathnames.
19665         Reported by Derek Robert Price <derek@ximbiot.com>.
19666
19667 2004-04-21  Karl Berry  <karl@gnu.org>
19668
19669         * config/srclist.txt (localcharset.c): break sync.
19670
19671 2004-04-20  Paul Eggert  <eggert@twinsun.com>
19672
19673         * m4/host-os.m4: Add a copyright notice.
19674
19675 2004-04-20  Jim Meyering  <jim@meyering.net>
19676
19677         Change UTILS_ to gl_ in AC_DEFINE'd names.
19678         Change utils_- and jm_-prefixed variables, too.
19679         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
19680         UTILS_FUNC_MKDIR_TRAILING_SLASH.
19681         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
19682
19683         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
19684         Don't emit trailing blanks.
19685         Also rename jm_-prefixed variables to have gl_ prefix.
19686
19687         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
19688         Also rename jm_-prefixed variables to have gl_ prefix.
19689
19690         * m4/jm-macros.m4: Reflect the renamings.
19691         * m4/prereq.m4: Likewise.
19692
19693 2004-04-20  Jim Meyering  <jim@meyering.net>
19694
19695         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
19696         memory.
19697
19698 2004-04-20  Jim Meyering  <jim@meyering.net>
19699             Bruno Haible  <bruno@clisp.org>
19700
19701         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
19702         memory when realloc fails.
19703
19704 2004-04-19  Jim Meyering  <jim@meyering.net>
19705
19706         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
19707         now that readutmp.c may call `free (0)'.
19708
19709 2004-04-19  Bruno Haible  <bruno@clisp.org>
19710
19711         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
19712         * m4/inttypes_h.m4: Likewise.
19713         * m4/stdint_h.m4: Likewise.
19714         * m4/intmax_t.m4: Likewise.
19715         * m4/uintmax_t.m4: Likewise.
19716
19717 2004-04-18  Jim Meyering  <jim@meyering.net>
19718
19719         * m4/prereq.m4: Don't forbid jm_ prefix.
19720
19721         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
19722         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
19723         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
19724         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
19725         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
19726         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
19727         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
19728         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
19729         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
19730         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
19731         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
19732         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
19733         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
19734         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
19735         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
19736         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
19737         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
19738         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
19739         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
19740
19741 2004-04-18  Jim Meyering  <jim@meyering.net>
19742
19743         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
19744         failure, don't leak memory and do call END_UTMP_ENT.
19745
19746 2004-04-16  Jim Meyering  <jim@meyering.net>
19747
19748         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
19749         coreutils' stat program.
19750         (gl_PREREQ): Don't require jm_PREREQ_STAT.
19751
19752 2004-04-11  Paul Eggert  <eggert@twinsun.com>
19753
19754         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
19755         C89.
19756         (CHAR_BIT): Remove, since we assume C89.
19757         Include <stdint.h> if available, as per current Autoconf CVS advice.
19758
19759 2004-03-31  Jim Meyering  <jim@meyering.net>
19760
19761         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
19762         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
19763         * m4/xalloc.m4: Likewise.
19764
19765 2004-03-30  Paul Eggert  <eggert@twinsun.com>
19766
19767         Merge from coreutils.
19768
19769         * m4/inttostr.m4: New file.
19770         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
19771         Require AM_STDBOOL_H and gl_TIMESPEC instead.
19772         Require gl_CLOCK_TIME.
19773         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
19774
19775 2004-03-30  Paul Eggert  <eggert@twinsun.com>
19776
19777         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
19778         not bool, to be more consistent with Unix conventions.
19779         Suggested by Bruno Haible.
19780
19781         Merge from coreutils.
19782
19783         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
19784         * lib/umaxtostr.c: New files.
19785
19786         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
19787         the usual <time.h> dance.
19788         (get_date): Change signature to support fractional time stamps.
19789         All callers changed.
19790         * lib/getdate.y: Include "getdate.h" first, as we can now
19791         assume C89 and don't need to worry about 'const'.
19792         Similarly, include "unlocked-io.h" near start, not in middle.
19793         Include <limits.h>.
19794         (textint.value): Use long int rather than int.
19795         (textint.digits): Use size_t rather than int.
19796         (BILLION, LOG10_BILLION): New constants.
19797         (parser_control): New member rel_ns.  Members day_ordinal,
19798         time_zone, month, day, hour, minutes, rel_year, rel_month,
19799         rel_day, rel_hour, rel_minutes, rel_seconds
19800         are now long int, not int.  Member seconds is now struct timespec,
19801         not int.  New member timespec_seen.  Members dates_seen, days_seen,
19802         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
19803         not int.
19804         (%union.intval): Now long int, not int.
19805         New member timespec.
19806         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
19807         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
19808         (spec): Now is a timespec or an item list.
19809         (timespec, items): New nonterminals.
19810         (time, rel, relunit, number, get_date):
19811         Add support for fractional seconds.
19812         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
19813         (gmtime, localtime, mktime): Remove decls; not needed with C89.
19814         (to_hour): First arg is now long int, not int.
19815         (to_year): Returns long int, not int.
19816         Don't treat year -70 like 70.
19817         (tm_diff): Returns long int, not int.
19818         (lookup_word): Use bool instead of int when appropriate.
19819         (yylex): Use size_t for count, not int.
19820         Detect overflow when parsing large integer constants.
19821         Add support for fractions.
19822         (get_date): Make pointers 'const' if possible.
19823         Use more-portable code to detect integer overflow.
19824         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
19825         Don't use ctime; it's not reliable if the year has >4 digits.
19826
19827         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
19828         This is for compatibility with BSD.
19829
19830         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
19831         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
19832         From coreutils' system.h.
19833
19834         * lib/userspec.c: Don't include "posixver.h".
19835         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
19836         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
19837         compatible extension.  Simplify code by removing a boolean int
19838         that was always nonzero if a string was nonnull.
19839
19840 2004-03-30  Jim Meyering  <jim@meyering.net>
19841
19842         Merge from coreutils.
19843
19844         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
19845         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
19846         on some systems one must include <grp.h> before it.
19847         Reported by Christian Krackowizer.
19848
19849 2004-03-30  Jim Meyering  <jim@meyering.net>
19850
19851         Merge from coreutils.
19852
19853         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
19854
19855         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
19856         an empty input stream.
19857
19858         * lib/readtokens.c: Include <stdbool.h>.
19859         (readtoken): Use `size_t' rather than int/long.
19860         All callers adjusted.
19861         Use `bool' rather than `int' where appropriate.
19862         Use memset rather than an explicit loop.
19863         Use x2nrealloc rather than xrealloc.
19864         Allow the use of `\0' as a delimiter.
19865         (readtokens): Likewise.
19866         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
19867
19868 2004-03-30  Jim Meyering  <jim@meyering.net>
19869
19870         * m4/realloc.m4: Remove file, since now it does no more than
19871         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
19872         the `configure.ac' section of module/realloc.
19873         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
19874
19875 2004-03-30  Bruno Haible  <bruno@clisp.org>
19876
19877         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
19878         nonnull.
19879
19880 2004-03-29  Paul Eggert  <eggert@twinsun.com>
19881
19882         Merge changes to getloadavg.c from coreutils and Emacs.
19883
19884         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
19885         Define to an expression, not to the empty string.
19886         Include cloexec.h and xalloc.h.
19887         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
19888         Use set_cloexec_flag rather than rolling our own.
19889         * lib/cloexec.c, lib/cloexec.h: New files.
19890
19891 2004-03-29  Paul Eggert  <eggert@twinsun.com>
19892
19893         * m4/cloexec.m4: New file.
19894
19895 2004-03-18  Paul Eggert  <eggert@twinsun.com>
19896
19897         * lib/getopt.h: Sync with libc CVS.
19898
19899 2004-03-18  Paul Eggert  <eggert@twinsun.com>
19900             Bruno Haible  <bruno@clisp.org>
19901
19902         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
19903         mbswidth.
19904
19905 2004-03-18  Paul Eggert  <eggert@twinsun.com>
19906             Bruno Haible  <bruno@clisp.org>
19907
19908         * lib/mbswidth.h: Include <wchar.h> only if
19909         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
19910         <wchar.h>.
19911         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
19912
19913 2004-03-09  Paul Eggert  <eggert@twinsun.com>
19914
19915         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
19916         Sync with libc CVS.
19917         * lib/getopt_int.h: New file, also synced from libc.
19918
19919 2004-03-09  Paul Eggert  <eggert@twinsun.com>
19920
19921         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
19922         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
19923         Bring back getopt.c, getopt.h, getopt1.c.
19924
19925 2004-03-07  Paul Eggert  <eggert@twinsun.com>
19926
19927         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
19928         All uses changed.  Check for sa_sigaction member; this fixes
19929         a bug first reported by Jason Andrade in
19930         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
19931
19932 2004-03-07  Paul Eggert  <eggert@twinsun.com>
19933
19934         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
19935         '#if' expressions.  Unlike the code it replaces, it does not
19936         depend on (defined _SC_PAGESIZE).  However, it does depend on
19937         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
19938         first reported by Jason Andrade in
19939         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
19940
19941 2004-02-25  Simon Josefsson  <jas@extundo.com>
19942
19943         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
19944
19945 2004-02-25  Simon Josefsson  <jas@extundo.com>
19946
19947         * lib/strdup.h: New file.
19948         * lib/strdup.c: Include it.
19949         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
19950         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
19951
19952 2004-02-23  Karl Berry  <karl@gnu.org>
19953
19954         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
19955         (from fencepost.gnu.org:/gd/gnuorg).
19956
19957 2004-02-23  Karl Berry  <karl@gnu.org>
19958
19959         * config/srclistvars.sh (GNUORG) [karl]: redefine.
19960         * config/srclist.txt: add maintain/standards documents.
19961
19962 2004-02-18  Bruno Haible  <bruno@clisp.org>
19963
19964         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
19965         Reported by Derek Robert Price <derek@ximbiot.com>.
19966
19967 2004-02-16  Karl Berry  <karl@gnu.org>
19968
19969         * config/mkinstalldirs, install-sh: update from automake.
19970
19971 2004-02-06  Karl Berry  <karl@gnu.org>
19972
19973         * m4/po.m4: update from gettext 0.14.1.
19974
19975 2004-02-06  Karl Berry  <karl@gnu.org>
19976
19977         * lib/config.charset: update from gettext 0.14.1.
19978
19979 2004-02-05  Paul Eggert  <eggert@twinsun.com>
19980
19981         Add comments and code, prompted by suggestions from Bruno Haible
19982         for sh-quote.
19983         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
19984         describing the enum quoting_style values.
19985         * lib/quotearg.c (quotearg_alloc): New function.
19986         (quotearg_buffer_restyled): Treat lone { and } as special.
19987         Treat = as special.  Work around bug with older shells
19988         that "see" a '\' that is really the 2nd byte of a multibyte char.
19989         Quote empty string with shell_quoting_style.
19990
19991 2004-02-03  Bruno Haible  <bruno@clisp.org>
19992
19993         * m4/pipe.m4: New file, from GNU gettext.
19994
19995 2004-02-03  Bruno Haible  <bruno@clisp.org>
19996
19997         * lib/pipe.h: New file, from GNU gettext.
19998         * lib/pipe.c: New file, from GNU gettext.
19999
20000 2004-01-27  Bruno Haible  <bruno@clisp.org>
20001
20002         * m4/execute.m4: New file, from GNU gettext.
20003
20004 2004-01-27  Bruno Haible  <bruno@clisp.org>
20005
20006         * lib/execute.h: New file, from GNU gettext.
20007         * lib/execute.c: New file, from GNU gettext.
20008         * lib/w32spawn.h: New file, from GNU gettext.
20009
20010 2004-01-24  Paul Eggert  <eggert@twinsun.com>
20011
20012         Merge from diffutils.
20013
20014         * lib/file-type.c (file_type): Add typed memory objects.
20015         * lib/file-type.h (S_TYPEISTMO): New macro.
20016
20017         * lib/c-stack.h (c_stack_action): Remove argv argument.
20018         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
20019         (die): Don't calculate message unless segv_action returns.
20020         (get_stack_location, min_address_from_argv, max_address_from_argv,
20021         volatile stack_base, volatile_stack_size): Remove.
20022         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
20023         that every segmentation violation is a stack overflow.  (Ouch!)
20024         See Debian bug 136249 (still outstanding) for more info about why
20025         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
20026
20027 2004-01-24  Paul Eggert  <eggert@twinsun.com>
20028
20029         Exit-status fix from coreutils.
20030
20031         Use exit_failure consistently in place of EXIT_FAILURE,
20032         so that program exit statuses are consistent on failure.
20033
20034         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
20035         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
20036         * lib/argmatch.h: Comment fix to match the above.
20037         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
20038         Now a macro referring to exit_failure, instead of a separate
20039         variable.  Include "exitfail.h" to get it.
20040         * lib/xstrtol.h: Include "exitfail.h".
20041         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
20042
20043         * lib/long-options.c (parse_long_options): Use prototype
20044         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
20045         for clarity.
20046
20047 2004-01-21  Jim Meyering  <jim@meyering.net>
20048
20049         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
20050         so as not to conflict with a different-sized __mktime_internal
20051         function in GNU libc.
20052         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
20053         Problem building statically-linked `ls' reported by Michael Brunnbauer.
20054
20055 2004-01-20  Karl Berry  <karl@gnu.org>
20056
20057         * config/config.guess: update from config.
20058
20059         * config/srclistvars.sh: GNUWWWLICENSES for karl.
20060
20061 2004-01-20  Bruno Haible  <bruno@clisp.org>
20062
20063         Safer stack allocation.
20064         * lib/setenv.c: Include allocsa.h.
20065         (alloca): Remove fallback definition.
20066         (freea): Remove macro.
20067         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
20068         instead of freea.
20069
20070 2004-01-20  Bruno Haible  <bruno@clisp.org>
20071
20072         * m4/eealloc.m4: New file, from GNU gettext.
20073
20074 2004-01-20  Bruno Haible  <bruno@clisp.org>
20075
20076         * m4/allocsa.m4: New file, from GNU gettext.
20077
20078 2004-01-20  Bruno Haible  <bruno@clisp.org>
20079
20080         * lib/xallocsa.h: New file, from GNU gettext.
20081         * lib/xallocsa.c: New file, from GNU gettext.
20082
20083 2004-01-20  Bruno Haible  <bruno@clisp.org>
20084
20085         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
20086
20087 2004-01-20  Bruno Haible  <bruno@clisp.org>
20088
20089         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
20090         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
20091         specially.
20092
20093 2004-01-20  Bruno Haible  <bruno@clisp.org>
20094
20095         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
20096         patch.
20097
20098 2004-01-20  Bruno Haible  <bruno@clisp.org>
20099
20100         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
20101
20102 2004-01-20  Bruno Haible  <bruno@clisp.org>
20103
20104         * lib/eealloc.h: New file.
20105
20106 2004-01-20  Bruno Haible  <bruno@clisp.org>
20107
20108         * lib/binary-io.h: Avoid warnings on Cygwin.
20109
20110 2004-01-20  Bruno Haible  <bruno@clisp.org>
20111
20112         * lib/allocsa.h: New file, from GNU gettext.
20113         * lib/allocsa.c: New file, from GNU gettext.
20114
20115 2004-01-18  Karl Berry  <karl@gnu.org>
20116
20117         * doc/gpl.texi, doc/lgpl.texi: new files.
20118
20119 2004-01-18  Karl Berry  <karl@gnu.org>
20120
20121         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
20122         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
20123
20124 2004-01-15  Paul Eggert  <eggert@twinsun.com>
20125
20126         Merge from coreutils.
20127
20128         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
20129         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
20130         (gl_DEFAULT_POSIX2_VERSION): Move
20131         the documentation from 'configure' into 'config.hin',
20132         so that 'configure --help' isn't burdened by it and
20133         we don't have to worry about its formatting there.
20134         Reword the documentation so that it's more succinct
20135         and can be run together into a single paragraph.
20136         * m4/same.m4 (gl_SAME): Check for pathconf.
20137
20138 2004-01-15  Paul Eggert  <eggert@twinsun.com>
20139
20140         Merge from coreutils.
20141
20142         * lib/posixver.c: Include posixver.h.
20143
20144         * lib/same.c: Include <stdbool.h>, <limits.h>.
20145         (_POSIX_NAME_MAX): Define if not defined.
20146         (MIN): New macro.
20147         (same_name): If file names are silently truncated, report
20148         that the file names are the same if they are the same after
20149         the silent truncation.
20150
20151         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
20152         conversion function.
20153         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
20154         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
20155         longer needed.
20156
20157 2004-01-15  Jim Meyering  <jim@meyering.net>
20158
20159         Merge from coreutils.
20160
20161         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
20162         if no library is required.
20163         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
20164         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
20165         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
20166         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
20167         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
20168         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
20169         value, $ac_cv_search_crypt, if it's "none required".
20170         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
20171         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
20172         not gl_FUNC_GETLOADAVG.
20173         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
20174         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
20175
20176 2004-01-15  Jim Meyering  <jim@meyering.net>
20177
20178         Merge from coreutils.
20179
20180         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
20181         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
20182         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
20183
20184         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
20185         optional configure-time default.
20186
20187         * lib/version-etc.c (version_etc_copyright): Update copyright date.
20188
20189         * lib/xreadlink.c (xreadlink): Correct outdated comment.
20190
20191 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
20192
20193         Merge from coreutils.
20194
20195         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
20196         value, $ac_cv_search_nanosleep, if it's "none required".
20197
20198 2004-01-14  Paul Eggert  <eggert@twinsun.com>
20199
20200         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
20201         with like-named macro in fnmatch.c.
20202         (EXT): Use an internal constant instead.
20203
20204         Merge fnmatch patches from glibc.
20205         * lib/fnmatch.c (mbsinit): Remove define.
20206         Add libc_hidden_ver (__fnmatch, fnmatch).
20207         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
20208         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
20209
20210 2004-01-14  Karl Berry  <karl@gnu.org>
20211
20212         * config/install-sh: update from automake.
20213
20214 2004-01-13  Karl Berry  <karl@gnu.org>
20215
20216         * config/install-sh: update from automake.
20217
20218 2004-01-09  Karl Berry  <karl@gnu.org>
20219
20220         * config/install-sh: update from automake.
20221
20222 2004-01-05  Karl Berry  <karl@gnu.org>
20223
20224         * config/config.{sub,guess}: update from config.
20225
20226 2003-12-31  Karl Berry  <karl@gnu.org>
20227
20228         * config/depcomp: update from automake.
20229
20230 2003-12-14  Karl Berry  <karl@gnu.org>
20231
20232         * lib/config.charset: update from gettext-runtime.
20233
20234 2003-12-03  Paul Eggert  <eggert@twinsun.com>
20235
20236         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
20237         Bug reported by Alfred M. Szmidt.
20238
20239 2003-12-03  Bruno Haible  <bruno@clisp.org>
20240
20241         * m4/gettext.m4: Upgrade from gettext-0.13.
20242         * m4/po.m4: Upgrade from gettext-0.13.
20243         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
20244         * m4/intmax.m4: New file, from gettext-0.13.
20245         * m4/printf-posix.m4: New file, from gettext-0.13.
20246
20247 2003-11-29  Karl Berry  <karl@gnu.org>
20248
20249         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
20250
20251 2003-11-25  Paul Eggert  <eggert@twinsun.com>
20252             Bruno Haible  <bruno@clisp.org>
20253
20254         * lib/printf-parse.h: Don't include sys/types.h.
20255         (ARG_NONE): New macro.
20256         (char_directive): Change type of *arg_index fields to size_t.
20257         * lib/printf-parse.c: Don't include sys/types.h.
20258         (SSIZE_MAX): Remove macro.
20259         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
20260         Remove unnecessary overflow check.
20261         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
20262         fields.
20263
20264 2003-11-25  Bruno Haible  <bruno@clisp.org>
20265
20266         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
20267
20268 2003-11-25  Bruno Haible  <bruno@clisp.org>
20269
20270         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
20271         gt_TYPE_SSIZE_T.
20272
20273 2003-11-24  Paul Eggert  <eggert@twinsun.com>
20274
20275         * modules/alloca: Remove dependency on xalloc.
20276
20277 2003-11-24  Paul Eggert  <eggert@twinsun.com>
20278
20279         * lib/alloca.c: Remove dependency on xalloc module.
20280         (xalloc_die): Remove.
20281         (memory_full) [!defined emacs]: New macro.
20282         [!defined emacs]: Don't include xalloc.h.
20283         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
20284         address arithmetic overflows.  Change datatypes a bit to avoid
20285         unnecessary casts.
20286
20287 2003-11-22  Jim Meyering  <jim@meyering.net>
20288
20289         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
20290         s/size/size_t/.
20291
20292 2003-11-21  Karl Berry  <karl@gnu.org>
20293
20294         * config/config.{sub,guess}: update from config.
20295
20296 2003-11-18  Karl Berry  <karl@gnu.org>
20297
20298         * config/config.{sub,guess}: update from config.
20299
20300         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
20301
20302 2003-11-17  Paul Eggert  <eggert@twinsun.com>
20303
20304         * README: Mention that S+T cannot overflow if S is the size of
20305         an existing object and T is sufficiently small.
20306
20307 2003-11-17  Jim Meyering  <jim@meyering.net>
20308
20309         On systems without utime and without a utimes function capable of
20310         dealing with a NULL struct utimbuf* argument, this utime replacement
20311         could -- in unusual circumstances -- leak a file descriptor.
20312         * lib/utime.c: Include <unistd.h> and <errno.h>.
20313         (utime_null): Be sure to close `fd' and to preserve errno.
20314         Reported by Geoff Collyer via Arnold Robbins.
20315
20316 2003-11-17  Bruno Haible  <bruno@clisp.org>
20317
20318         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
20319         (Depends-on): Add xsize.
20320
20321 2003-11-17  Bruno Haible  <bruno@clisp.org>
20322
20323         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
20324
20325 2003-11-17  Bruno Haible  <bruno@clisp.org>
20326
20327         * lib/vasnprintf.c (alloca): Remove fallback definition.
20328         (freea): Remove definition.
20329         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
20330         Reported by Paul Eggert.
20331
20332 2003-11-16  Paul Eggert  <eggert@twinsun.com>
20333             Bruno Haible  <bruno@clisp.org>
20334
20335         Protect against address arithmetic overflow.
20336         * lib/printf-args.h: Include stddef.h.
20337         (arguments): Change type of field 'count' to size_t.
20338         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
20339         'unsigned int' where appropriate.
20340         * lib/printf-parse.h: Include sys/types.h.
20341         (char_directive): Change type of *arg_index fields to ssize_t.
20342         (char_directives): Change type of fields 'count', max_*_length to
20343         size_t.
20344         * lib/printf-parse.c: Include sys/types.h and xsize.h.
20345         (SSIZE_MAX): Define fallback value.
20346         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
20347         instead of 'int' where appropriate. Check a_allocated, d_allocated
20348         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
20349         * lib/vasnprintf.c: Include xsize.h.
20350         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
20351         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
20352         overflow. Avoid wraparound when converting a width or precision from
20353         decimal to binary.
20354
20355 2003-11-16  Bruno Haible  <bruno@clisp.org>
20356
20357         Update from GNU gettext.
20358         * lib/printf-parse.c: Generalize to it can be compiled for wide
20359         strings.
20360         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
20361         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
20362         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
20363         SNPRINTF): New macros.
20364         Don't include <alloca.h> if the file is used inside libintl.
20365         (local_wcslen): New function, for Solaris 2.5.1.
20366         (VASNPRINTF): Use it instead of wcslen.
20367
20368 2003-11-16  Bruno Haible  <bruno@clisp.org>
20369
20370         * lib/xsize.h (xmax): New function.
20371         (xsum, xsum3, xsum4): Declare as "pure" functions.
20372
20373 2003-11-12  Paul Eggert  <eggert@twinsun.com>
20374
20375         * modules/xalloc (Files): Undo latest change, since xalloc.h
20376         no longer needs SIZE_MAX or PTRDIFF_MAX.
20377
20378 2003-11-12  Paul Eggert  <eggert@twinsun.com>
20379
20380         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
20381         gl_PTRDIFF_MAX.
20382
20383 2003-11-12  Paul Eggert  <eggert@twinsun.com>
20384
20385         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
20386         "return", to pacify some unknown compiler.  Problem reported
20387         by Joerg Schilling.
20388
20389 2003-11-12  Paul Eggert  <eggert@twinsun.com>
20390
20391         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
20392         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
20393         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
20394         heuristic is just as accurate as far as we know, and it removes a
20395         dependency on size_max.m4 and ptrdiff_max.m4.
20396
20397 2003-11-11  Bruno Haible  <bruno@clisp.org>
20398
20399         * modules/xsize (Files): Add m4/size_max.m4.
20400         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
20401
20402 2003-11-11  Bruno Haible  <bruno@clisp.org>
20403
20404         * m4/size_max.m4: New file.
20405         * m4/ptrdiff_max.m4: New file.
20406         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
20407         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
20408         (gl_XALLOC): Invoke it.
20409
20410 2003-11-11  Bruno Haible  <bruno@clisp.org>
20411
20412         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
20413         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
20414         defined.
20415
20416 2003-11-10  Paul Eggert  <eggert@twinsun.com>
20417
20418         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
20419         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
20420         rejected some allocations of exactly SIZE_MAX - 2 bytes.
20421         From Bruno Haible.
20422         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
20423         not (size_t) -1, since it's defined here.
20424
20425 2003-11-09  Karl Berry  <karl@gnu.org>
20426
20427         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
20428
20429 2003-11-06  Paul Eggert  <eggert@twinsun.com>
20430
20431         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
20432         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
20433         Reject sizes of exactly SIZE_MAX bytes.
20434         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
20435         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
20436
20437 2003-11-05  Bruno Haible  <bruno@clisp.org>
20438
20439         * lib/xsize.h: Include limits.h, to avoid a possible collision with
20440         SIZE_MAX defined in <limits.h> on Solaris.
20441
20442 2003-11-04  Jim Meyering  <jim@meyering.net>
20443
20444         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
20445         variable names, rather than @VAR@.
20446         * modules/poll: Likewise.
20447
20448 2003-11-04  Bruno Haible  <bruno@clisp.org>
20449
20450         * modules/xsize: New file.
20451         * modules/linebreak: Depend on xsize.
20452         * MODULES.html.sh (func_all_modules): Add xsize.
20453
20454 2003-11-04  Bruno Haible  <bruno@clisp.org>
20455
20456         * m4/xsize.m4: New file.
20457
20458 2003-11-04  Bruno Haible  <bruno@clisp.org>
20459
20460         * lib/xsize.h: New file.
20461         * lib/linebreak.c: Include xsize.h.
20462         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
20463         argument for overflow.
20464         Suggested by Paul Eggert.
20465
20466 2003-11-03  Karl Berry  <karl@gnu.org>
20467
20468         * config/config.{guess,sub}: update from config.
20469
20470 2003-11-03  Jim Meyering  <jim@meyering.net>
20471
20472         * modules/userspec (lib_SOURCES): Add userspec.h.
20473         (Include): Add "userspec.h".
20474         Improve description.
20475
20476 2003-11-03  Jim Meyering  <jim@meyering.net>
20477
20478         * lib/userspec.c: Include "userspec.h".
20479         * lib/userspec.h: New file.
20480
20481 2003-11-03  Bruno Haible  <bruno@clisp.org>
20482
20483         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
20484
20485 2003-11-03  Bruno Haible  <bruno@clisp.org>
20486
20487         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
20488         available, to avoid (extremely rare) race condition.
20489         Suggested by Paul Eggert.
20490
20491 2003-11-02  Karl Berry  <karl@gnu.org>
20492
20493         * config/srclist.txt (vasprintf.c): sync broken, sigh.
20494
20495 2003-10-31  Paul Eggert  <eggert@twinsun.com>
20496
20497         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
20498         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
20499         (read_filesystem_list): Set and use me_type_malloced.
20500         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
20501         whatever the type happens to be), for brevity and consistency.
20502         Check for size calculation overflow on Alphas running OSF/1.
20503
20504 2003-10-31  Jim Meyering  <jim@meyering.net>
20505
20506         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
20507
20508         * lib/linebuffer.c: Include <string.h> for declaration of memset.
20509
20510 2003-10-30  Paul Eggert  <eggert@twinsun.com>
20511             Bruno Haible  <bruno@clisp.org>
20512
20513         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
20514         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
20515
20516 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
20517
20518         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
20519         netbsd*-gnu*.  Suggested by Robert Millan.
20520
20521 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20522
20523         * modules/group-member: Depend on stdbool.
20524
20525 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20526
20527         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
20528
20529 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20530
20531         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
20532         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
20533         after the 'gnu' in these cases.  This fixes some bugs in the
20534         previous change, and is based on suggestions by Robert Millan.
20535
20536 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20537
20538         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
20539         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
20540         no longer needed.
20541         * lib/quotearg.c (quotearg_n_options): Use it.
20542         * lib/group-member.c: Include <stdbool.h>.
20543         (free_group_info): Arg is now const *; don't free arg.
20544         (get_group_info): Now returns bool and accepts struct group_info *,
20545         rather than returning a malloc'ed struct group_info *.
20546         All uses changed.  Check for overflow in internal size calculation.
20547
20548         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
20549         rather than xmalloc/xrealloc.
20550         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
20551         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
20552         conformance bug: the old code used a pointer after freeing the
20553         storage that it addressed.
20554         * lib/hash.c (hash_initialize): Simplify the code by using
20555         xalloc_oversized rather than doing it by hand.
20556         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
20557         the buffer preserved.  Use free and xmalloc instead.
20558         * lib/quotearg.c (quotearg_n_options): Likewise.
20559         Use a simpler test for size overflow.  Don't use xalloc_oversized
20560         because unsigned int might be wider than size_t (!); this suggests
20561         that we should switch from unsigned int to size_t for slot numbers.
20562
20563 2003-10-28  Paul Eggert  <eggert@twinsun.com>
20564
20565         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
20566         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
20567         NetBSD kernels.  Requested by Richard Stallman.
20568
20569 2003-10-27  Paul Eggert  <eggert@twinsun.com>
20570
20571         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
20572         to allocate the returned structure.  Do not allocate a subarray,
20573         as x2nrealloc will do that.
20574         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
20575         instead of xnrealloc.
20576         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
20577
20578 2003-10-27  Bruno Haible  <bruno@clisp.org>
20579
20580         * lib/stdbool_.h: Better support for BeOS.
20581
20582 2003-10-26  Paul Eggert  <eggert@twinsun.com>
20583
20584         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
20585         now uses inline.
20586
20587 2003-10-26  Paul Eggert  <eggert@twinsun.com>
20588
20589         * lib/xalloc.h (xalloc_oversized): New static inline function, for
20590         callers that want to do their own size-overflow checking.  Include
20591         <stdbool.h>, since xalloc_oversized returns bool.
20592         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
20593         to use xalloc_oversized.
20594
20595         Add two functions x2realloc, x2nrealloc, for programs that grow
20596         arrays dynamically by doubling their sizes.
20597         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
20598         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
20599         New functions.
20600
20601         Port to C99 semantics for 'inline' of external functions.
20602         Bug reported by Bruno Haible.
20603         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
20604         with the old contents of xnmalloc.
20605         (xnmalloc, xmalloc): Use it.
20606         (xnrealloc_inline): New static inline function,
20607         with the old contents of xnrealloc.
20608         (xnrealloc, xrealloc): Use it.
20609
20610         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
20611         that.
20612
20613 2003-10-26  Karl Berry  <karl@gnu.org>
20614
20615         * config/srclist.txt (COPYING.DOC): no longer available from
20616         /gd/gnuorg; don't know where the ultimate source is.
20617
20618 2003-10-25  Paul Eggert  <eggert@twinsun.com>
20619
20620         Fix several address-calculation bugs in the hash modules,
20621         plus some minor code cleanup.
20622
20623         * lib/hash.h: Include <stdbool.h>, for bool.
20624         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
20625         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
20626         hash_get_n_entries, hash_get_max_bucket_length,
20627         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
20628         hash_rehash): Use size_t rather than unsigned.
20629         * lib/hash.c (struct hash_table, hash_get_n_buckets,
20630         hash_get_n_buckets_used, hash_get_n_entries,
20631         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
20632         hash_get_entries, hash_do_for_each, hash_string, is_prime,
20633         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
20634         Likewise.
20635         (SIZE_MAX): Define if not defined.
20636         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
20637         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
20638         hash_print):
20639         Use const * when possible.
20640         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
20641         (check_tuning): Fix bug: if tuning parameters were very close to
20642         0 or 1, rounding errors could have caused subscript violations.
20643         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
20644         (hash_initialize): Add 'fail:' label
20645         to free table and return NULL, and use it to simplify code.
20646         Use calloc rather than clearing the storage ourself.
20647         (hash_initialize, hash_rehash): Check for arithmetic overflow in
20648         buffer size calculations.
20649         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
20650         Include <stddef.h>, for size_t.
20651         * lib/hash-pjw.c (hash_pjw): Likewise.
20652         Switch to method described by Bruno Haible.
20653         Include <limits.h>, for CHAR_BIT.
20654         (SIZE_BITS): New macro.
20655
20656 2003-10-23  Paul Eggert  <eggert@twinsun.com>
20657
20658         * m4/getline.m4 (AM_FUNC_GETLINE):
20659         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
20660         hosts.  Problem reported by Derek Robert Price in
20661         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
20662         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
20663         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
20664
20665 2003-10-21  Paul Eggert  <eggert@twinsun.com>
20666
20667         * lib/getndelim2.c (getndelim2): When size calculation overflows,
20668         ceiling the allocation at NMAX bytes rather than silently
20669         discarding input bytes before NMAX is reached.  This makes
20670         a difference only if NMAX exceeds SIZE_MAX / 2.
20671
20672         * lib/obstack.c: Merge from glibc.
20673         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
20674         Add libc_hidden_def (_obstack_newchunk).
20675         (_obstack_free) [! defined _LIBC]: Remove.
20676         [defined _LIBC]: Make a strong alias from obstack_free, rather than
20677         a clone of the function body.
20678         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
20679         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
20680
20681         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
20682         glibc.
20683         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
20684         arg to memcpy.
20685
20686         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
20687         (obstack_ptr_grow_fast, obstack_int_grow_fast):
20688         Don't use lvalue casts, as GCC plans to remove support for them
20689         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
20690         was also present in the non-GCC version, indicating that this
20691         code had always been buggy and had never been widely used.
20692         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
20693         Use the fast variant of each macro, rather than copying the
20694         definiens of the fast variant; that way, we'll be more likely to
20695         catch future bugs in the fast variants.
20696
20697 2003-10-20  Bruno Haible  <bruno@clisp.org>
20698
20699         * modules/wait-process: New file.
20700         * MODULES.html.sh (func_all_modules): Add wait-process.
20701
20702 2003-10-20  Bruno Haible  <bruno@clisp.org>
20703
20704         * m4/wait-process.m4: New file.
20705
20706 2003-10-20  Bruno Haible  <bruno@clisp.org>
20707
20708         * lib/wait-process.h: New file, from GNU gettext.
20709         * lib/wait-process.c: New file, from GNU gettext.
20710
20711 2003-10-19  Jim Meyering  <jim@meyering.net>
20712
20713         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
20714         HPUX 10.20.
20715
20716 2003-10-18  Karl Berry  <karl@gnu.org>
20717
20718         * config/config.guess: update from config.
20719
20720 2003-10-16  Paul Eggert  <eggert@twinsun.com>
20721
20722         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
20723         (getgroups): First arg is int, not size_t.
20724         Don't let 'free' mangle errno.
20725
20726 2003-10-16  Paul Eggert  <eggert@twinsun.com>
20727
20728         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
20729
20730 2003-10-16  Karl Berry  <karl@gnu.org>
20731
20732         * config/config.{guess,sub}: update from config.
20733
20734 2003-10-16  Jim Meyering  <jim@meyering.net>
20735
20736         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
20737         memcpy.
20738
20739 2003-10-15  Paul Eggert  <eggert@twinsun.com>
20740
20741         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
20742         (SIZE_MAX): Remove.
20743         (new_exclude, add_exclude_file): Initial size no longer needs to
20744         be a power of 2.
20745         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
20746         our own address arithmetic overflow checking.
20747
20748         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
20749         (fnmatch): Do not alloca more than 2000 wide characters;
20750         instead, use malloc for large buffers.
20751         Check for address arithmetic overflow, and return -1
20752         with errno set to ENOMEM in that case.
20753         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
20754         (NEW_PATTERN): Do not alloca more than 8000 bytes;
20755         instead, return -1.  Check for address arithmetic overflow.
20756
20757 2003-10-14  Paul Eggert  <eggert@twinsun.com>
20758
20759         Handle invalid suffixes and overflow independently, so that
20760         callers can treat them independently as needed.  Fix some bugs in
20761         suffix handling, e.g., "100k@" was not diagnosed as an invalid
20762         suffix for a human-readable blocksize.  The major caller-visible
20763         change is the addition of a new
20764         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
20765         that both overflow and suffix chars were found.
20766
20767         * lib/human.c (humblock): Don't check separately for invalid suffix
20768         char; that is xstrtoumax's job (now that its bug is fixed).
20769         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
20770         INTMAX_MAX]: New macros.
20771         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
20772         TYPE_MAXIMUM): New macros.
20773         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
20774         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
20775         if overflow occurs, as it's what __strtol does and it's more useful
20776         in practice.
20777         (__xstrtol): If __strtol reports some error other than ERANGE,
20778         reflect it to the caller as LONGINT_INVALID.  If it reports
20779         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
20780         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
20781         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
20782         value.
20783         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
20784         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
20785         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
20786         [defined UINTMAX_MAX]: New macros.
20787
20788 2003-10-14  Bruno Haible  <bruno@clisp.org>
20789
20790         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
20791
20792 2003-10-14  Bruno Haible  <bruno@clisp.org>
20793
20794         * m4/sig_atomic_t: New file, from GNU gettext.
20795         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
20796
20797 2003-10-14  Bruno Haible  <bruno@clisp.org>
20798
20799         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
20800         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
20801         Also use volatile where needed.
20802
20803 2003-10-12  Paul Eggert  <eggert@twinsun.com>
20804
20805         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
20806         Change maintainer from Bruno Haible to 'all'.
20807
20808 2003-10-12  Paul Eggert  <eggert@twinsun.com>
20809
20810         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
20811
20812 2003-10-12  Paul Eggert  <eggert@twinsun.com>
20813
20814         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
20815         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
20816         and define in terms of the other primitives.
20817         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
20818         (SIZE_MAX): Define if not already defined.
20819         (array_size_overflow): New function.
20820         (xalloc_die): Abort instead of exiting if 'error' returns.
20821         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
20822         (xmalloc, xrealloc): Use them.
20823         (xcalloc): Check for address arithmetic overflow.
20824         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
20825         a bit faster than strcpy.
20826
20827 2003-10-10  Simon Josefsson  <jas@extundo.com>
20828
20829         * modules/argp (Depends-on): Add restrict and strcase.
20830
20831 2003-10-10  Simon Josefsson  <jas@extundo.com>
20832
20833         * m4/argp.m4: Add AC_C_INLINE.
20834
20835 2003-10-08  Paul Eggert  <eggert@twinsun.com>
20836
20837         Merge getpass from libc, plus a few fixes.
20838
20839         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
20840         Include <stdbool.h>.
20841         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
20842         __fsetlocking to empty.
20843         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
20844         do include <bits/libc-lock.h>.
20845         Do not include <fcntl.h>; not needed.
20846         [_LIBC]: Include <wchar.h>.
20847         (NOTCANCEL_MODE): New macro.
20848         (flockfile, funlockfile) [_LIBC]: New macros.
20849         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
20850         [!_LIBC]: New macros.
20851         (call_fclose): New function.
20852         (getpass): Use it.  Save tty stream separately; this simplifies the
20853         code and makes it more reliable if stdin happens to equal stdout.
20854         Invoke __fsetlocking on tty.
20855         Handle thread cancellation if needed.
20856         Namespace cleanup (use __tcgetattr, __getline).
20857         Use bool for Booleans.
20858         [USE_IN_LIBIO]: Handle wide streams.
20859         [!_LIBC]: Unconditionally do the fseek, since we don't know what
20860         stream might go where.
20861
20862         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
20863         doesn't have to include <stdio.h> before us.
20864         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
20865         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
20866         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
20867         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
20868         if not declared, so that we can use getpass.c code from libc without
20869         rewriting it.
20870         (flockfile, ftrylockfile, funlockfile): New macros.
20871
20872 2003-10-08  Paul Eggert  <eggert@twinsun.com>
20873
20874         * modules/getpass: Depend on stdbool.
20875
20876 2003-10-08  Paul Eggert  <eggert@twinsun.com>
20877
20878         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
20879
20880 2003-10-07  Karl Berry  <karl@gnu.org>
20881
20882         * config/config.{guess,sub}: update from config.
20883
20884 2003-10-06  Jim Meyering  <jim@meyering.net>
20885             Bruno Haible  <bruno@clisp.org>
20886
20887         This lets translators provide better translations for the
20888         "Written by ..." part of --version output.
20889         * lib/version-etc.h: Include stdarg.h.
20890         (version_etc_copyright): Declare as readonly.
20891         (version_etc): Make this function variadic with a NULL-terminated list
20892         of author name strings.
20893         (version_etc_va): New declaration.
20894         * lib/version-etc.c: Include stdarg.h, stdlib.h.
20895         (version_etc_copyright): Declare as readonly.
20896         (version_etc_va): New function. Provide a different translatable string
20897         for each possible number of authors < 10. Abbreviate when there are 10
20898         authors or more.
20899         (version_etc): Make this function variadic. Call version_etc_va.
20900         Suggestion from Gary V. Vaughan.
20901
20902         * lib/long-options.h (parse_long_options): Change prototype: the
20903         authors string is moved to the end and becomes variadic.
20904         * lib/long-options.c: Include stdarg.h.
20905         (parse_long_options): Make this function variadic, too.
20906         Call version_etc_va, not version_etc.
20907
20908 2003-10-06  Bruno Haible  <bruno@clisp.org>
20909
20910         * modules/version-etc-2: Remove file.
20911         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
20912
20913 2003-10-06  Bruno Haible  <bruno@clisp.org>
20914
20915         * modules/fatal-signal: New file.
20916         * MODULES.html.sh (func_all_modules): Add fatal-signal.
20917
20918 2003-10-06  Bruno Haible  <bruno@clisp.org>
20919
20920         * m4/fatal-signal.m4: New file.
20921         * m4/signalblocking.m4: New file, from GNU gettext.
20922
20923 2003-10-06  Bruno Haible  <bruno@clisp.org>
20924
20925         * lib/version-etc-2.h: Remove file.
20926         * lib/version-etc-2.c: Remove file.
20927
20928 2003-10-06  Bruno Haible  <bruno@clisp.org>
20929
20930         * lib/fatal-signal.h: New file, from GNU gettext.
20931         * lib/fatal-signal.c: New file, from GNU gettext.
20932
20933 2003-10-05  Paul Eggert  <eggert@twinsun.com>
20934
20935         * README: Rework advice for preventing empty .o files.
20936         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
20937         not <sys/types.h>.
20938
20939 2003-10-04  Karl Berry  <karl@gnu.org>
20940
20941         * lib/argp*: update from libc.
20942
20943 2003-10-04  Karl Berry  <karl@gnu.org>
20944
20945         * config/config.{guess,sub}: update from config.
20946
20947 2003-10-02  Bruno Haible  <bruno@clisp.org>
20948
20949         * modules/lchown (Include): Add lchown.h.
20950         * modules/time_r (Include): Use "..." syntax.
20951         * modules/xgetdomainname (Include): Add xgetdomainname.h.
20952
20953 2003-10-01  Simon Josefsson  <jas@extundo.com>
20954
20955         * MODULES.html.sh (func_all_modules): Move gethostname from section
20956         'based on' to section 'lacking' POSIX:2001.
20957
20958 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
20959
20960         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
20961         to output mode on the same stream.
20962
20963 2003-09-29  Paul Eggert  <eggert@twinsun.com>
20964
20965         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
20966         Fix arg typo in previous patch.
20967
20968 2003-09-28  Jim Meyering  <jim@meyering.net>
20969
20970         * lib/error.c: Correct cpp indentation.
20971
20972 2003-09-27  Paul Eggert  <eggert@twinsun.com>
20973
20974         * modules/free: New file.
20975
20976 2003-09-27  Paul Eggert  <eggert@twinsun.com>
20977
20978         * m4/free.m4: New file.
20979
20980 2003-09-27  Paul Eggert  <eggert@twinsun.com>
20981
20982         * lib/minmax.h (MIN, MAX)
20983         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
20984         Omit the special code that used __typeof__, since we worry that
20985         it could be more trouble than it's worth.  See:
20986         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
20987         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
20988
20989         * lib/free.c: New file.
20990
20991 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
20992
20993         Trivial fixes to Makefile.am parts of module listings.
20994         * modules/strstr: Append strstr.h to lib_SOURCES.
20995         * modules/strcase: Likewise, for strcase.h.
20996
20997 2003-09-27  Karl Berry  <karl@gnu.org>
20998
20999         * config/mkinstalldirs: update from automake.
21000
21001 2003-09-26  Paul Eggert  <eggert@twinsun.com>
21002
21003         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
21004         (error_tail): Do not loop, reallocating temporary buffer, since
21005         the output cannot contain more wide characters than the input
21006         contains bytes, the size must be big enough already.  This avoids
21007         one potential size overflow calculation.  Check for size overflow
21008         when calculating temporary buffer size.  Free temporary buffer
21009         when done, if it was allocated with malloc; this plugs a memory
21010         leak.  Remove casts from void * to pointers, that are no longer
21011         needed now that we're assuming C89 or better.
21012
21013         Merge error changes from glibc.
21014
21015         * lib/error.c, error.h: Update copyright notice header to match glibc.
21016         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
21017         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
21018         Disable cancellation while printing error.
21019         * lib/error.h: Prepend __ to parameter names.
21020
21021 2003-09-26  Jim Meyering  <jim@meyering.net>
21022
21023         * lib/error.c (error_tail): Move some declarations
21024         into inner scope where the local variables are used.
21025
21026 2003-09-26  Bruno Haible  <bruno@clisp.org>
21027
21028         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
21029         stpncpy().
21030         Don't define stpncpy through config.h; it's now done through stpncpy.h.
21031
21032 2003-09-26  Bruno Haible  <bruno@clisp.org>
21033
21034         * lib/stpncpy.h (gnu_stpncpy): New declaration.
21035         (stpncpy): Define as alias for gnu_stpncpy.
21036         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
21037
21038 2003-09-25  Simon Josefsson  <jas@extundo.com>
21039
21040         * lib/xgetdomainname.h: New file.
21041         * lib/xgetdomainname.c: New file.
21042
21043 2003-09-25  Simon Josefsson  <jas@extundo.com>
21044             Bruno Haible  <bruno@clisp.org>
21045
21046         * modules/getdomainname: New file.
21047         * modules/xgetdomainname: New file.
21048         * MODULES.html.sh (func_all_modules): Add getdomainname,
21049         xgetdomainname.
21050
21051 2003-09-25  Simon Josefsson  <jas@extundo.com>
21052             Bruno Haible  <bruno@clisp.org>
21053
21054         * m4/getdomainname.m4: New file.
21055
21056 2003-09-25  Simon Josefsson  <jas@extundo.com>
21057             Bruno Haible  <bruno@clisp.org>
21058
21059         * lib/getdomainname.h: New file.
21060         * lib/getdomainname.c: New file.
21061
21062 2003-09-25  Karl Berry  <karl@gnu.org>
21063
21064         * lib/argp-fmtstream.c, argp-help.c: update from libc.
21065
21066 2003-09-25  Karl Berry  <karl@gnu.org>
21067
21068         * config/install-sh: update from automake.
21069
21070 2003-09-25  Bruno Haible  <bruno@clisp.org>
21071
21072         * modules/version-etc-2: New file, from modules/version-etc with
21073         modifications.
21074         * MODULES.html.sh (func_all_modules): Add version-etc-2.
21075
21076 2003-09-25  Bruno Haible  <bruno@clisp.org>
21077
21078         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
21079         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
21080
21081 2003-09-24  Simon Josefsson  <jas@extundo.com>
21082
21083         * modules/xgethostname: Add xgethostname.h.
21084
21085 2003-09-24  Paul Eggert  <eggert@twinsun.com>
21086
21087         * lib/linebuffer.c (freebuffer): Don't free the argument, just
21088         the buffer associated with the argument.  Bug reported by
21089         Simon Josefsson.
21090
21091 2003-09-24  Paul Eggert  <eggert@twinsun.com>
21092
21093         * README: Document assumptions that 'int' is at least 32 bits
21094         wide, that integer arithmetic is 2's complement without overflow,
21095         that there are no holes in integer values, that adding sizes of
21096         two nonoverlapping objects can't overflow, and that all-bits-zero
21097         yields scalar zero.  Fix spelling and capitalization typos.
21098
21099 2003-09-19  Karl Berry  <karl@gnu.org>
21100
21101         * lib/argp.h: update from libc.
21102
21103 2003-09-17  Paul Eggert  <eggert@twinsun.com>
21104
21105         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
21106         to avoid spurious warnings like "AC_RUN_IFELSE was called before
21107         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
21108
21109 2003-09-17  Paul Eggert  <eggert@twinsun.com>
21110
21111         * gnulib-tool: Use "test -h", not "test -L", for portability
21112         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
21113         (tags_regexp): Remove, since \| doesn't conform to POSIX.
21114         (sed_extract_prog): Issue s commands one-by-one, rather than
21115         using \| in one s command.
21116
21117 2003-09-16  Paul Eggert  <eggert@twinsun.com>
21118
21119         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
21120         input error, instead of returning NULL the next time we are called
21121         (and therefore losing track of errno).
21122
21123 2003-09-16  Bruno Haible  <bruno@clisp.org>
21124
21125         * gnulib-tool (func_create_testdir): Warn about duplicated
21126         dependencies.
21127
21128 2003-09-15  Paul Eggert  <eggert@twinsun.com>
21129
21130         * modules/argmatch, modules/fatal, modules/obstack,
21131         modules/xalloc, modules/xgethostname: Sort dependencies by
21132         importance, not alphabetically.
21133
21134 2003-09-15  Paul Eggert  <eggert@twinsun.com>
21135
21136         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
21137         fails, so that the caller gets the proper errno.
21138
21139         * lib/readutmp.c (read_utmp): Likewise.
21140         Check for fstat error.  Close stream and free storage
21141         when failing.
21142
21143 2003-09-14  Karl Berry  <karl@gnu.org>
21144
21145         * config/srclist.txt (strdup.c): disable for c89 changes.
21146
21147 2003-09-14  Jim Meyering  <jim@meyering.net>
21148
21149         * lib/getloadavg.c: Correct cpp indentation.
21150         * lib/strdup.c: Likewise.
21151         * lib/vasnprintf.c: Likewise.
21152
21153 2003-09-14  Bruno Haible  <bruno@clisp.org>
21154
21155         * modules/fwriteerror: New file.
21156         * MODULES.html.sh (func_all_modules): Add fwriteerror.
21157
21158 2003-09-14  Bruno Haible  <bruno@clisp.org>
21159
21160         * lib/fwriteerror.h: New file.
21161         * lib/fwriteerror.c: New file.
21162
21163 2003-09-12  Paul Eggert  <eggert@twinsun.com>
21164
21165         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
21166         modules/xgethostname, modules/xalloc: Depend on exit.
21167
21168 2003-09-12  Paul Eggert  <eggert@twinsun.com>
21169
21170         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
21171
21172         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
21173         and AC_MINIX, too, so that their extensions are available.
21174
21175         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
21176         This macro has been superseded by gl_BACKUPFILE.
21177
21178         More patches to assume C89 or better.
21179
21180         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
21181
21182         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
21183         unconditionally.
21184         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
21185         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
21186         Include <string.h>, <stdlib.h> unconditionally.
21187         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
21188         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
21189         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
21190         headers or for string.h.
21191         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
21192         or strtoul.
21193
21194         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
21195         headers.
21196         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
21197         * m4/userspec.m4 (gl_USERSPEC): Likewise.
21198         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
21199         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
21200         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
21201         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
21202         memcpy, memset.
21203         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
21204         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
21205         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
21206         strtol.
21207         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
21208         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
21209         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
21210         strtoul.
21211
21212 2003-09-12  Paul Eggert  <eggert@twinsun.com>
21213
21214         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
21215         * lib/obstack.c [!defined _LIBC]: Likewise.
21216         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
21217         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
21218         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
21219
21220         More changes to assume C89 or better.
21221
21222         * lib/error.c (error_tail): Assume vprintf.
21223
21224         * lib/argmatch.c (getenv): Remove decl.
21225         * lib/progreloc.c (get_full_program_name): Define via prototype.
21226         * lib/setenv.c (clearenv): Likewise.
21227         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
21228         needed.
21229         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
21230         (malloc, memcpy): Remove decls.
21231         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
21232         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
21233         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
21234         (memcpy): Remove macro.
21235         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
21236         (__P): Remove.  All uses removed.
21237         (PTR): Remove.  All uses changed to void *.
21238         (CHAR_BIT, NULL): Remove.
21239         (spaces, zeros, memset_space, memset_zero)
21240         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
21241         Remove.
21242         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
21243         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
21244         Define with prototype.
21245         Remove now-unnecessary prototype decl.
21246         (extra_args_spec): Assume ANSI C.  All uses changed.
21247         (extra_args_spec_iso): Remove.
21248         (my_strftime, emacs_strftimeu): Define via prototype.
21249         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
21250         unconditionally.
21251         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
21252         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
21253         (strtoul, strtol): Remove decls.
21254         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
21255         LONG_MAX): Remove.
21256         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
21257         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
21258         (LOCALE_PARAM_PROTO): New macro.
21259         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
21260         (INTERNAL (strtol), strtol): Define with a prototype.
21261         (PARAMS): Remove.  All uses removed.
21262         * lib/tempname.c: Include <string.h> unconditionally.
21263         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
21264         * lib/xgethostname.c (main): Define with a prototype.
21265         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
21266         Include <stdlib.h> unconditionally.
21267         (calloc, malloc, realloc, free): Remove decls.
21268         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
21269         Include <stdlib.h> unconditionally.  Sort include file names.
21270         (strtod): Remove.
21271         (xstrtod): Define with a prototype.
21272         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
21273         (strtol, strtoul): Remove decls.
21274
21275 2003-09-11  Paul Eggert  <eggert@twinsun.com>
21276
21277         More patches to assume C89 or better.
21278         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
21279         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
21280         string.h, memchr, STDC_HEADERS.
21281
21282 2003-09-11  Paul Eggert  <eggert@twinsun.com>
21283
21284         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
21285         Include <stdlib.h>, <string.h> unconditionally.
21286         Remove now-unnecessary cast to char *.
21287         * lib/strnlen.c: Include <string.h> unconditionally.
21288         * lib/yesno.c (yesno): Define with a prototype.
21289
21290 2003-09-11  Bruno Haible  <bruno@clisp.org>
21291
21292         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
21293
21294 2003-09-10  Jim Meyering  <jim@meyering.net>
21295
21296         * lib/error.c: Correct indentation of cpp directives.
21297
21298 2003-09-10  Bruno Haible  <bruno@clisp.org>
21299
21300         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
21301         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
21302         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
21303         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
21304         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
21305         <stdlib.h> and <string.h> checks.
21306         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
21307         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
21308
21309 2003-09-10  Bruno Haible  <bruno@clisp.org>
21310
21311         * lib/strcspn.c: Include <string.h> unconditionally.
21312         * lib/strpbrk.c: Include <string.h> unconditionally.
21313         * lib/strstr.c: Include <string.h> unconditionally.
21314         * lib/unicodeio.c: Include <string.h> unconditionally.
21315         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
21316         * lib/unsetenv.c: Likewise.
21317         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
21318         * lib/yesno.c: Include <stdlib.h> unconditionally.
21319         (rpmatch): Add prototype.
21320
21321 2003-09-09  Paul Eggert  <eggert@twinsun.com>
21322
21323         More patches to assume C89 or better.
21324         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
21325         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
21326         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
21327         or for string.h.
21328         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
21329         stdlib.h.
21330         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
21331         C headers.
21332         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
21333         string.h.
21334         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
21335         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
21336         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
21337         or for string.h.
21338         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
21339         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
21340         C headers.
21341         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
21342         memcpy.
21343         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
21344         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
21345         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
21346         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
21347         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
21348         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
21349         string.h, free.
21350         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
21351         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
21352         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
21353         C headers, or for string.h.
21354         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
21355         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
21356         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
21357         headers, memory.h, stdlib.h, string.h, strings.h.
21358         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
21359         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
21360         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
21361         strchr.
21362         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
21363         headers, memory.h, string.h.
21364         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
21365         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
21366         free.
21367         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
21368         headers.
21369         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
21370         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
21371         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
21372         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
21373         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
21374
21375 2003-09-09  Paul Eggert  <eggert@twinsun.com>
21376
21377         More K&R removal.
21378
21379         * lib/acosl.c (main): Use a prototype.
21380         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
21381         tanl.c: Likewise.
21382
21383         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
21384
21385         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
21386         (getopt, etopt_long, getopt_long_only, _getopt_internal)
21387         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
21388         with a prototype.
21389         * lib/getopt.c (const): Remove macro.
21390         Include <string.h> unconditionally.
21391         (my_index): Remove; all uses changed to strchr.
21392         (strlen): Remove decl.
21393         (exchange): Remove forward decl; no longer needed.
21394         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
21395         Define with prototype.
21396         * lib/getopt1.c (const): Remove macro.
21397         (getopt_long, getopt_long_only, main): Define with prototype.
21398
21399         * lib/getugroups.c: Include <string.h> unconditionally.
21400
21401         * lib/getusershell.c: Include <stdlib.h> unconditionally.
21402         (getusershell, setusershell, endusershell, readname, main):
21403         Define with prototypes.
21404
21405         * lib/group-member.c: Include group-member.h first.
21406         Include <stdlib.h> unconditionally.
21407
21408         * lib/hard-locale.c: Include hard-locale.h first.
21409         Include <stdlib.h>, <string.h> unconditionally.
21410
21411         * lib/hash.c (free, malloc): Remove decls.
21412         Include <stdlib.h> unconditionally.
21413
21414         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
21415         (getenv): Do not declare.
21416
21417         * lib/idcache.c: Include <string.h> unconditionally.
21418
21419         * lib/long-options.c: Include long-options.h first, to test interface.
21420         Include <stdlib.h> unconditionally.
21421
21422         * lib/makepath.c: Include makepath.h first, to test interface.
21423         Include <stdlib.h> and <string.h> unconditionally.
21424
21425         * lib/linebuffer.c: Include <stdlib.h>.
21426         (free): Remove decl.
21427
21428         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
21429         stddef.h. rpl_malloc returns void *, not char *.
21430         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
21431         prototype.
21432
21433         * lib/md5.h: Include <limits.h> unconditionally.
21434         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
21435         (__P): Remove; all uses removed.
21436         * lib/md5.c: Include "md5.h" first.
21437         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
21438         md5_buffer, md5_process_bytes, md5_process_block):
21439         Define with prototypes.
21440         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
21441         * lib/sha.c: Include "sha.h" first.
21442         Include <stdlib.h>, <string.h> unconditionally.
21443
21444         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
21445         * lib/memcmp.c (__ptr_t): Likewise.
21446         * lib/memrchr.c (__ptr_t): Likewise.
21447         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
21448         Include <string.h> unconditionally.
21449         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
21450         * lib/memchr.c: Include <stdlib.h> unconditionally.
21451         * lib/memchr.c (LONG_MAX): Remove.
21452         * lib/memrchr.c (LONG_MAX): Likewise.
21453         * lib/memchr.c (__memchr): Define via a prototype.
21454         * lib/memrchr.c (__memrchr): Likewise.
21455         * lib/memcmp.c (__P): Remove, and remove all uses.
21456         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
21457         Remove forward decls; no longer needed.
21458         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
21459         Use types required by C89 in prototype.
21460
21461         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
21462         * lib/savedir.c: Likewise.
21463         * lib/mkdir.c (free): Remove decl.
21464         * lib/rmdir.c (rmdir): Define with a prototype.
21465         * lib/savedir.c: Include savedir.h first, to test interface.
21466
21467         * lib/mktime.c (STDC_HEADERS): Remove.
21468         Include <stdlib.h>, <string.h> unconditionally.
21469
21470         * lib/modechange.c: Include <stdlib.h> unconditionally.
21471         (malloc): Remove decl.
21472
21473         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
21474         (free): Remove decl.
21475
21476         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
21477         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
21478         (This type really should be intptr_t, but that's a C99ism.)
21479         (_obstack_memcpy): Remove: all uses changed to memcpy.
21480         Include <string.h> unconditionally.
21481         (struct obstack): Assume __STDC__ for types of members
21482         chunkfun, freefun, extra_arg.
21483         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
21484         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
21485         obstack_begin, obstack_specify_allocation,
21486         obstack_specify_allocation_with_arg, obstack_chunkfun,
21487         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
21488         Remove unprototyped decls and the macros that use them.
21489         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
21490         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
21491         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
21492         (defined __STDC__ && __STDC__)]:
21493         Remove nonprototyped code.
21494         Include <stdlib.h> unconditionally.
21495         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
21496         _obstack_allocated_p, _obstack_free, obstack_free,
21497         _obstack_memory_used, print_and_abort):
21498         Define using prototypes.
21499         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
21500         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
21501         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
21502         obstack_next_free, obstack_object_size, obstack_room) [0]:
21503         Remove unused, unprototyped code.
21504
21505         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
21506
21507         * lib/physmem.c (physmem_total, physmem_available, main): Define
21508         with prototypes.
21509
21510         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
21511         (main): Define with a prototype.
21512
21513         * lib/posixver.c (getenv): Remove decl.
21514
21515         * lib/putenv.c (malloc): Returns void *, not char *.
21516         Include <string.h> unconditionally.
21517         (strchr, memcpy, NULL): Do not define.
21518
21519         * lib/readtokens.c: Include readtokens.h first, to test interface.
21520         Include <stdlib.h>, <string.h> unconditionally.
21521         (init_tokenbuffer): Define with a prototype.
21522
21523         * lib/regex.c (PARAMS): Remove.  All uses removed.
21524         All uses of _RE_ARGS removed, too.
21525         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
21526         unconditionally.
21527         (bzero): Assume memset exists.
21528         (memcmp, memcpy, NULL): Remove.
21529         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
21530         char, or assignments to local vars of type signed char.
21531         (init_syntax_once, PREFIX(extract_number_and_incr),
21532         PREFIX(print_partial_compiled_pattern),
21533         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
21534         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
21535         PREFIX(regex_grow_registers), PREFIX(regex_compile),
21536         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
21537         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
21538         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
21539         wcs_compile_range, byte_compile_range, truncate_wchar,
21540         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
21541         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
21542         count_mbs_length, wcs_re_match_2_internal,
21543         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
21544         PREFIX(alt_match_null_string_p),
21545         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
21546         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
21547         regfree, PREFIX(extract_number)): Define with prototype.  Remove
21548         now-unnecessary declaration, if any.
21549         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
21550         regcomp, regexec):
21551         Remove now-unnecessary casts among pointer types.
21552         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
21553
21554         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
21555         (free): Remove decl.
21556
21557         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
21558
21559         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
21560         (free): Remove decl.
21561
21562         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
21563         * lib/xgetcwd.c: Likewise.
21564
21565         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
21566         (free): Remove decl.
21567
21568         * lib/strchrnul.c (strchrnul): Define with a prototype.
21569         Fix bug: c_in was not converted to char before searching.
21570
21571         The following changes are not K&R related:
21572
21573         * lib/group-member.h: Include <sys/types.h>, so that this file is
21574         self-contained.
21575         * lib/makepath.h: Likewise.
21576
21577         * lib/getusershell.c (readname, default_index, line_size, readname):
21578         Use size_t, not int, for sizes.
21579         (readname): If the size overflows, report an error instead of
21580         looping forever.
21581
21582 2003-09-09  Paul Eggert  <eggert@twinsun.com>
21583
21584         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
21585         libc.
21586
21587 2003-09-09  Paul Eggert  <eggert@twinsun.com>
21588
21589         * README: New section: portability guidelines.
21590
21591 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
21592
21593         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
21594         C89 spec.
21595
21596 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
21597
21598         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
21599
21600 2003-09-08  Paul Eggert  <eggert@twinsun.com>
21601
21602         Assume C89 or better; remove K&R cruft.
21603         A few of these changes were first proposed by Derek Robert Price
21604         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
21605
21606         * lib/addext.c: Include <string.h> unconditionally.
21607         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
21608         Don't declare getenv or malloc.
21609
21610         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
21611         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
21612         (NULL): Remove.
21613         (find_stack_direction, alloca): Use prototypes.
21614
21615         * lib/atexit.c (atexit): Define using a prototype.
21616
21617         * lib/basename.c, dirname.c, stripslash.c:
21618         Include <string.h> unconditionally.
21619
21620         * lib/bcopy.c: Include <stddef.h>.
21621         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
21622
21623         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
21624
21625         * lib/error.h (error, error_at_line, error_print_progname)
21626         [! (defined (__STDC__) && __STDC__)]: Remove decls.
21627         * lib/error.c: Include error.h first, to check interface.
21628         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
21629         (VA_START): Remove; all uses changeed to va_start.
21630         (exit, strerror): Remove decls.
21631         (error_print_progname): Prototype uncondionally.
21632         Don't include <errno.h>; no longer needed.
21633         (private_strerror): Remove.
21634         (error_tail): Always define.
21635         (error, error_at_line): Assume C89 or better; always use prototypes.
21636         * lib/fatal.c: Include "fatal.h" first, to test interface.
21637         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
21638         (VA_START): Remove; all uses changed to va_start.
21639         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
21640         this case.
21641         (exit): Remove decl.
21642         (fatal): Prototype unconditionally.  Assume va_start works.
21643         Abort at end, to pacify gcc.
21644
21645         * lib/euidaccess.c (main): Define with a prototype.
21646
21647         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
21648
21649         * lib/exitfail.c: Include <stdlib.h> unconditionally.
21650
21651         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
21652         prototypes.
21653         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
21654         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
21655         (getenv): Remove decl.
21656         (fnmatch): Define using a prototype.
21657         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
21658         (FCT): Define using a prototype.
21659
21660         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
21661
21662         * lib/gethostname.c: Include <stddef.h>.
21663         (gethostname): Define with prototype.  Length is size_t, not int.
21664
21665 2003-09-08  Paul Eggert  <eggert@twinsun.com>
21666
21667         Assume C89 or better; remove K&R cruft.
21668         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
21669         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
21670         string.h, getenv, malloc.
21671         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
21672         headers.
21673         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
21674         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
21675         do not check for strerror.
21676         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
21677         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
21678         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
21679         do not check for doprnt or vprintf.
21680         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
21681         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
21682
21683 2003-09-08  Paul Eggert  <eggert@twinsun.com>
21684
21685         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
21686         getversion.c should have been removed then, but was accidentally
21687         preserved.
21688
21689         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
21690         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
21691
21692 2003-09-08  Karl Berry  <karl@gnu.org>
21693
21694         * config/config.sub, config.guess, srclistvars.sh: update from savannah
21695                 config, forget about prep.
21696
21697         * config/depcomp, missing: update from automake.
21698
21699 2003-09-07  Paul Eggert  <eggert@twinsun.com>
21700
21701         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
21702         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
21703
21704 2003-09-07  Paul Eggert  <eggert@twinsun.com>
21705
21706         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
21707         copy_tm_result.  Bug reported by Simon Josefsson in
21708         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
21709
21710 2003-09-06  Paul Eggert  <eggert@twinsun.com>
21711
21712         * m4/time_r.m4: New file.
21713         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
21714         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
21715         is. Check for timegm declaration.
21716         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
21717         Do not check for gmtime_r.
21718         Replace mktime if __mktime_internal does not exist and if mktime
21719         hasn't been replaced already.
21720
21721 2003-09-06  Paul Eggert  <eggert@twinsun.com>
21722
21723         * lib/time_r.c, lib/time_r.h: New files.
21724
21725         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
21726         __localtime_r.
21727         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
21728         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
21729
21730         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
21731         __gmtime_r.
21732         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
21733         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
21734         Include <time_r.h>.
21735
21736         * lib/timegm.c: Switch to glibc implementation, with the following
21737         changes:
21738         [defined HAVE_CONFIG_H]: Include <config.h>.
21739         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
21740         (__mktime_internal) [!defined _LIBC]: New decl.
21741         (__gmtime_r) [!defined _LIBC]: New macro and function.
21742         (timegm): Use a prototype, since gnulib assumes C89.
21743         Do not bother declaring tmp to be const, as it's not really usefu.
21744         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
21745         (timegm): Declare only if HAVE_DECL_TIMEGM.
21746
21747 2003-09-06  Paul Eggert  <eggert@twinsun.com>
21748
21749         * MODULES.html.sh (func_all_modules): Add time_r.
21750         * modules/time_r: New file.
21751         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
21752         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
21753
21754 2003-09-03  Paul Eggert  <eggert@twinsun.com>
21755
21756         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
21757         Bug reported by Lute Kamstra in
21758         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
21759
21760         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
21761         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
21762         course with correspondingly smaller numbers for tomorrow and
21763         yesterday.  From Tadayoshi Funaba.  Originally installed into
21764         sh-utils on 1999-08-07, but the patch got lost (I guess during the
21765         coreutils merge?).
21766
21767 2003-08-31  Simon Josefsson  <jas@extundo.com>
21768
21769         * modules/timegm: New file.
21770         * MODULES.html.sh (func_all_modules): Add timegm.
21771
21772 2003-08-31  Simon Josefsson  <jas@extundo.com>
21773
21774         * m4/timegm.m4: New file.
21775
21776 2003-08-31  Simon Josefsson  <jas@extundo.com>
21777
21778         * lib/timegm.h: New file.
21779         * lib/timegm.c: New file.  Based on
21780         wget-1.8.2/src/http.c:mktime_from_utc.
21781
21782 2003-08-31  Karl Berry  <karl@gnu.org>
21783
21784         * lib/argp.h: update from libc.
21785
21786 2003-08-28  Bruno Haible  <bruno@clisp.org>
21787
21788         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
21789         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
21790         followed by '#define fnmatch fnmatch_posix' gives an error.
21791
21792 2003-08-28  Bruno Haible  <bruno@clisp.org>
21793
21794         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
21795         warning on QNX, which defines O_BINARY to 000000.
21796
21797 2003-08-27  Jim Meyering  <jim@meyering.net>
21798
21799         * m4/mkstemp.m4: Require that the system mkstemp be able to create
21800         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
21801         would fail after 32.  Reported by Danny Levinson.  Details here:
21802         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
21803
21804 2003-08-24  Bruno Haible  <bruno@clisp.org>
21805
21806         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
21807         MSVC7 <stdio.h> is included later.
21808
21809 2003-08-22  Simon Josefsson  <jas@extundo.com>
21810
21811         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
21812
21813 2003-08-20  Karl Berry  <karl@gnu.org>
21814
21815         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
21816
21817 2003-08-20  Bruno Haible  <bruno@clisp.org>
21818
21819         * modules/progname: New file.
21820         * MODULES.html.sh (func_all_modules): Add progname.
21821
21822 2003-08-20  Bruno Haible  <bruno@clisp.org>
21823
21824         * lib/progname.h: New file, from GNU gettext.
21825         * lib/progname.c: New file, from GNU gettext.
21826         * lib/progreloc.c: New file, from GNU gettext.
21827
21828 2003-08-19  Jim Meyering  <jim@meyering.net>
21829
21830         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
21831         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
21832
21833 2003-08-19  Bruno Haible  <bruno@clisp.org>
21834
21835         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
21836         more.
21837
21838 2003-08-19  Bruno Haible  <bruno@clisp.org>
21839
21840         * lib/xstrdup.c: Assume <string.h> exists.
21841
21842 2003-08-18  Paul Eggert  <eggert@twinsun.com>
21843
21844         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
21845         in makefile rules.
21846
21847 2003-08-18  Jim Meyering  <jim@meyering.net>
21848
21849         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
21850         * m4/lib-ld.m4: Likewise.
21851
21852 2003-08-18  Jim Meyering  <jim@meyering.net>
21853
21854         * lib/setenv.h: Indent nested cpp directive.
21855         * lib/vasnprintf.c: Remove trailing blanks.
21856
21857 2003-08-17  Simon Josefsson  <jas@extundo.com>
21858
21859         * modules/xstrndup: New file.
21860         * MODULES.html.sh (func_all_modules): Add xstrndup.
21861
21862 2003-08-17  Simon Josefsson  <jas@extundo.com>
21863
21864         * modules/argp: Fix autoconf macro name. Add more dependencies.
21865
21866 2003-08-17  Simon Josefsson  <jas@extundo.com>
21867
21868         * m4/xstrndup.m4: New file.
21869
21870 2003-08-17  Simon Josefsson  <jas@extundo.com>
21871
21872         * m4/argp.m4: New file.
21873
21874 2003-08-17  Simon Josefsson  <jas@extundo.com>
21875             Bruno Haible  <bruno@clisp.org>
21876
21877         * lib/xstrndup.h: New file.
21878         * lib/xstrndup.c: New file.
21879
21880 2003-08-17  Bruno Haible  <bruno@clisp.org>
21881
21882         * modules/strndup (Files, Include): Add lib/strndup.h.
21883
21884 2003-08-17  Bruno Haible  <bruno@clisp.org>
21885
21886         * modules/euidaccess (Files): Add lib/euidaccess.h.
21887
21888 2003-08-17  Bruno Haible  <bruno@clisp.org>
21889
21890         * lib/strndup.h: New file.
21891
21892 2003-08-17  Bruno Haible  <bruno@clisp.org>
21893
21894         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
21895         like AC_GNU_SOURCE.
21896         * modules/extensions (configure.ac): Comment out the invocation of
21897         gl_USE_SYSTEM_EXTENSIONS.
21898
21899 2003-08-16  Paul Eggert  <eggert@twinsun.com>
21900
21901         Merges from coreutils, etc.
21902         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
21903         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
21904         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
21905         fixing a typo.
21906         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
21907         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
21908
21909 2003-08-16  Paul Eggert  <eggert@twinsun.com>
21910
21911         Document merge from coreutils.
21912         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
21913         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
21914         * modules/utime: Add m4/utimes-null.m4.
21915
21916 2003-08-16  Paul Eggert  <eggert@twinsun.com>
21917
21918         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
21919         space, undoing this 2003-08-12 change:
21920         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
21921
21922 2003-08-16  Paul Eggert  <eggert@twinsun.com>
21923
21924         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
21925         strtoul.c from libc, undoing this 2003-08-12 change:
21926         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
21927
21928 2003-08-16  Jim Meyering  <jim@meyering.net>
21929
21930         Merges from coreutils.
21931         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
21932         prefix.  Adjust cache variables similarly.  Create 500 rather than
21933         just 300 files, to exercise bug on Darwin6.5, too.
21934         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
21935         $missing_dir.
21936         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
21937         AM_SYS_POSIX_TERMIOS.
21938         Reported by mkc@mathdogs.com.
21939         Also change use of $am_cv_sys_posix_termios
21940         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
21941         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
21942         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
21943         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
21944         in /proc/mounts until it finds one with matching device number.  This
21945         is unnecessary when the FILE argument *is* a mount point.  No stat call
21946         is necessary in that case.  So, disable the statvfs-testing code on
21947         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
21948         as RedHat bug# 84846.
21949         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
21950         to 1MB, so as not to render systems with no stack size limit (e.g.,
21951         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
21952         Include <unistd.h>.  On some systems,
21953         it is required for the definition of _SC_PAGESIZE.
21954
21955 2003-08-16  Jim Meyering  <jim@meyering.net>
21956
21957         Merge from coreutils.
21958         * lib/xstrtoimax.c: #else #if -> #elif.
21959         * lib/xstrtoumax.c: Likewise.
21960
21961 2003-08-16  Jim Meyering  <jim@meyering.net>
21962
21963         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
21964         * m4/utimes.m4: Removed.
21965         * m4/utimes-null.m4: Renamed from utimes.m4.
21966
21967         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
21968         to 1MB, so as not to render systems with no stack size limit (e.g.,
21969         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
21970         Include <unistd.h>.  On some systems,
21971         it is required for the definition of _SC_PAGESIZE.
21972
21973 2003-08-16  Jim Meyering  <jim@meyering.net>
21974         and Paul Eggert  <eggert@cs.ucla.edu>
21975
21976         Merges from coreutils, etc.
21977
21978         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
21979         using the latest version from cvs.  This avoids problems with #line
21980         directives using a vendor (Sun) compiler.
21981         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
21982         Don't set GETGROUPS_LIB here; now it's
21983         done via getgroups.m4's wrapper function.
21984         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
21985         rather than just in sh-util/configure.in, so that the
21986         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
21987         same.
21988         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
21989         AC_FUNC_GETLOADAVG where to find getloadavg.c.
21990         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
21991         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
21992         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
21993         Remove code that is now done by the newly-required macros.
21994         Append $(EXEEXT) to DF_PROG.
21995         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
21996         Do not invoke or require the following here,
21997         since prereq.m4 or some gnulib .m4 now does this for us:
21998         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
21999         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
22000         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
22001         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
22002         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
22003         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
22004         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
22005         AC_FUNC_OBSTACK.
22006         Do not replace the following functions, as this is now the job
22007         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
22008         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
22009         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
22010         atexit getpass, strdup, getpagesize.
22011         Replace 'raise'.
22012         Do not check for the following functions, as this is now the job
22013         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
22014         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
22015         setregid.
22016         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
22017         Check for sys/sysctl.h.
22018         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
22019         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
22020         of checking for ssize_t ourselves.
22021
22022         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
22023         Require every macro that gnulib/modules/* suggests for us.
22024         (jm_PREREQ_ADDEXT): New macro.
22025         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
22026         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
22027
22028         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
22029         (gl_PHYSMEM): Use it.
22030         Also check for `table' function.
22031         Check for new headers and functions.
22032         Add check for sys/sysmp.h.
22033         With suggestions from Kaveh Ghazi.
22034         Ignore headers that are present but cannot be compiled.  This
22035         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
22036         C 5.4.
22037
22038 2003-08-15  Paul Eggert  <eggert@twinsun.com>
22039
22040         Document merge from coreutils.
22041         * modules/userspec: Depend on posixver.
22042         * modules/strftime: Depend on tzset.
22043
22044 2003-08-15  Paul Eggert  <eggert@twinsun.com>
22045
22046         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
22047         rather than tab, after '#' in shell-script copyright notices.
22048         Suggested by Bruno Haible.
22049
22050 2003-08-15  Paul Eggert  <eggert@twinsun.com>
22051
22052         * config/srclist-update: Use three spaces, rather than tab, after '#'
22053         in shell-script copyright notices.  Suggested by Bruno Haible.
22054         Remove unnecessary parenthesization in regular expression.
22055
22056 2003-08-15  Jim Meyering  <jim@meyering.net>
22057
22058         Merge from coreutils.
22059         * lib/xgethostname.c: Include <stdlib.h>.
22060         (xghostname): Don't exit for anything other than memory-related
22061         failure; just return NULL.
22062         * lib/userspec.c: Include "posixver.h".
22063         (parse_user_spec): Accept `.' as a separator only
22064         in pre-POSIX-200112 mode.
22065         * lib/strtoimax.c: Use #elif rather than #else #if.
22066         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
22067         Remove function, now that we can rely on a working tzset function.
22068         [!_LIBC]: Ensure that the required autoconf test has been run.
22069         [!defined _NL_CURRENT && HAVE_STRFTIME]:
22070         Use underlying_strftime for %r.
22071         * lib/sha.c: Merge in some clean-up and optimization changes from
22072         glibc.
22073         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
22074         Ensure that it is a multiple of 64.
22075         Rearrange loop exit tests so as to avoid performing an
22076         additional fread after encountering an error or EOF.
22077         * lib/realloc.c: Update copyright date.
22078
22079 2003-08-15  Jim Meyering  <jim@meyering.net>
22080         and Paul Eggert  <eggert@twinsun.com>
22081
22082         Merge from coreutils.
22083         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
22084         member but strut utmpx does not.  Needed for AIX 4.3.3.
22085         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
22086
22087 2003-08-15  Jim Meyering  <jim@meyering.net>
22088         and Paul Eggert  <eggert@cs.ucla.edu>
22089
22090         Merges from coreutils, etc.
22091         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
22092         Require gl_FUNC_TZSET_CLOBBER.
22093         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
22094         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
22095         members.
22096
22097 2003-08-14  Paul Eggert  <eggert@twinsun.com>
22098
22099         Help the merge from coreutils.
22100         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
22101         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
22102         * m4/tzset.m4: Use it too.
22103
22104 2003-08-14  Paul Eggert  <eggert@twinsun.com>
22105
22106         * modules/tzset: New file.
22107
22108 2003-08-14  Jim Meyering  <jim@meyering.net>
22109
22110         Merges from coreutils.
22111         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
22112         variable names, rather than @FNMATCH_H@.
22113         * modules/alloca: Likewise for $(ALLOCA_H).
22114
22115         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
22116         the three copies of the literal target, `fnmatch.h'.
22117         * modules/alloca (alloca.h): Likewise.
22118
22119 2003-08-14  Jim Meyering  <jim@meyering.net>
22120
22121         Merge from coreutils.
22122         * m4/tzset.m4: New file.
22123         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
22124         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
22125         otherwise, AIX 5.1 systems would end up using the latter.
22126         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
22127         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
22128         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
22129         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
22130
22131 2003-08-14  Jim Meyering  <jim@meyering.net>
22132
22133         Merge from coreutils.
22134         * lib/obstack.h: Whitespace changes.
22135         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
22136         and xcalloc return values.
22137         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
22138         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
22139         hang on OSF/1 5.1 for DIR on both local and remote file systems.
22140         Reported by (and fix confirmed by) Nelson H. F. Beebe.
22141         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
22142         error from mntctl.
22143         Use mntctl's return value to drive the entry-processing loop, since
22144         we can't rely on the value of the vmt_length member in the last
22145         entry.  On some systems doing so could result in exhausting
22146         virtual memory.  Based in part on a patch from Mike Jetzer.
22147
22148 2003-08-14  Jim Meyering  <jim@meyering.net>
22149         and Paul Eggert  <eggert@twinsun.com>
22150
22151         Merges from coreutils, plus other fixes.
22152         * lib/physmem.c: Merge in portability changes from gcc/libiberty
22153         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
22154         for credits and details.  Thanks to Kaveh Ghazi for helping
22155         to keep these files in sync.
22156         (ARRAY_SIZE): Define it.
22157         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
22158         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
22159         (memcasecmp): Don't assume size_t fits in unsigned int.
22160         Remove casts and duplicate code.
22161         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
22162         (memcpy): Remove definition.
22163         Merge in some clean-up and optimization changes from glibc.
22164         [BLOCKSIZE]: Move definition to top of file.
22165         Ensure that it is a multiple of 64.
22166         Rearrange loop exit tests so as to avoid performing an
22167         additional fread after encountering an error or EOF.
22168         * lib/md5.h (md5_uintptr): Define.
22169         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
22170         return to the initial working directory.  Preserve errno
22171         for caller.
22172         * lib/idcache.c: Include "xalloc.h".
22173         (xmalloc, xrealloc): Remove decls.
22174         (getuser): Remove casts no longer required in C89.
22175         * lib/human.c: Include stdio.h, for sprintf.
22176         * lib/group-member.c: Include "xalloc.h".
22177         (xmalloc, xrealloc): Remove decls.
22178         (get_group_info): Remove casts no longer required in C89.
22179         * lib/getusershell.c (readname): Remove casts no longer required in
22180         C89.
22181         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
22182         * lib/getline.c: Whitespace fix, from coreutils.
22183
22184 2003-08-13  Paul Eggert  <eggert@twinsun.com>
22185
22186         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
22187         Check for isascii.
22188
22189         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
22190         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
22191         Undo previous (whitespace-only) change.
22192
22193 2003-08-13  Paul Eggert  <eggert@twinsun.com>
22194
22195         * lib/exclude.c: Include <ctype.h>
22196         (IN_CTYPE_DOMAIN): New macro.
22197         (is_space): New fn.
22198         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
22199         and empty lines.
22200
22201         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
22202         Undo previous (whitespace-only) change.
22203
22204 2003-08-13  Paul Eggert  <eggert@twinsun.com>
22205
22206         * config/srclist-update: Change update back to the old behavior,
22207         leaving whitespace alone.  Use one 'sed' command rather than a
22208         pipeline.
22209         (fixlicense): Now a variable, not a function.
22210         (remove_trailing_blanks): Remove.
22211         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
22212         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
22213         Undo previous (whitespace-only) change.
22214
22215 2003-08-12  Paul Eggert  <eggert@twinsun.com>
22216
22217         Merge from coreutils.
22218         * modules/euidaccess: Add lib_SOURCES, include for new
22219         file euidaccess.h
22220
22221 2003-08-12  Paul Eggert  <eggert@twinsun.com>
22222
22223         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
22224         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
22225         Normalize leading white space and remove trailing white space.
22226
22227         Merge from coreutils
22228         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
22229
22230         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
22231         0.12.1.  These files are now being upgraded automatically by
22232         ../config/srclist-update.
22233
22234 2003-08-12  Paul Eggert  <eggert@twinsun.com>
22235
22236         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
22237         Normalize leading white space and remove trailing white space.
22238         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
22239         notice, as per ../config/srclist-update.
22240
22241         Merge from coreutils.
22242         * lib/euidaccess.h: New file.
22243         * lib/euidaccess.c: Include it.
22244         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
22245         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
22246         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
22247
22248 2003-08-12  Paul Eggert  <eggert@twinsun.com>
22249
22250         * config/srclist-update: Add copyright notice.
22251         (remove_id_lines, remove_trailing_blanks): New constants.
22252         (fixfile): Use them to normalize spacing a bit in copied files.
22253         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
22254         Normalize leading white space and remove trailing white space.
22255
22256         * config/texinfo.tex: Sync with texinfo.
22257
22258         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
22259         strtoul.c from libc, to merge coreutils whitespace changes.
22260
22261         * config/srclist.txt: Get the following m4 files from gettext:
22262         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
22263         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
22264         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
22265         wint_t.m4.
22266
22267 2003-08-12  Karl Berry  <karl@gnu.org>
22268
22269         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
22270         been made.
22271
22272 2003-08-11  Paul Eggert  <eggert@twinsun.com>
22273
22274         * modules/gnu-source, m4/gnu-source.m4:
22275         Remove; we're assuming Autoconf 2.54 or later now.
22276         Suggested by Bruno Haible.
22277         * MODULES.html.sh (func_all_modules): Remove gnu-source.
22278
22279 2003-08-11  Bruno Haible  <bruno@clisp.org>
22280
22281         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
22282
22283 2003-08-11  Bruno Haible  <bruno@clisp.org>
22284
22285         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
22286         (vasnprintf): Use it instead of wcslen.
22287
22288 2003-08-11  Bruno Haible  <bruno@clisp.org>
22289
22290         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
22291         value to ensure that _Bool promotes to int. Use #define for _Bool when
22292         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
22293
22294 2003-08-10  Karl Berry  <karl@gnu.org>
22295
22296         * lib/regex.h: update from libc (whitespace fix).
22297
22298 2003-08-09  Paul Eggert  <eggert@twinsun.com>
22299
22300         Merge some files from coreutils.  These changes were
22301         originally made by Jim Meyering.
22302         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
22303         many older Unixes require this.
22304         * lib/alloca.c (alloca): Remove cast to argument of free;
22305         no longer needed in C89.
22306         * lib/alloca_.h, regex.h: Fix white space to match
22307         what GNU indent does.
22308
22309 2003-08-09  Paul Eggert  <eggert@twinsun.com>
22310
22311         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
22312         apparently Emacs's Unicode mode got confused before my 2003-08-05
22313         checkin.
22314
22315 2003-08-08  Paul Eggert  <eggert@twinsun.com>
22316
22317         * m4/extensions.m4: New file.
22318         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
22319         Require gl_USE_SYSTEM_EXTENSIONS.
22320         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
22321         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
22322
22323 2003-08-08  Paul Eggert  <eggert@twinsun.com>
22324
22325         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
22326         * modules/extensions, modules/gnu-source: New files.
22327         * modules/timespec, modules/unlocked-io: Depend on extensions.
22328
22329 2003-08-07  Paul Eggert  <eggert@twinsun.com>
22330
22331         * modules/restrict: New file.
22332         * MODULES.html.sh (func_all_modules): Add restrict.
22333         * modules/regex: Depend on restrict.
22334
22335 2003-08-07  Paul Eggert  <eggert@twinsun.com>
22336
22337         * m4/restrict.m4: New file.
22338         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
22339
22340 2003-08-07  Bruno Haible  <bruno@clisp.org>
22341
22342         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
22343         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
22344
22345 2003-08-07  Bruno Haible  <bruno@clisp.org>
22346
22347         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
22348         makes the module 'getndelim2' compatible with the module 'getline'.
22349
22350 2003-08-05  Paul Eggert  <eggert@twinsun.com>
22351
22352         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
22353         byte with "\201" to avoid glitches when editing that source file
22354         with multi-gnome-terminal.
22355
22356 2003-08-05  Paul Eggert  <eggert@twinsun.com>
22357
22358         * lib/bumpalloc.h: Remove.
22359
22360 2003-08-05  Paul Eggert  <eggert@twinsun.com>
22361
22362         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
22363         * modules/bumpalloc: Remove.
22364
22365 2003-08-04  Paul Eggert  <eggert@twinsun.com>
22366
22367         * lib/getloadavg.c: Change copyright notice and spacing to conform to
22368         GNU coding style.
22369
22370         Merge from coreutils.
22371         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
22372         1. From glibc.
22373         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
22374         from Karl Berry, implemented by Jim Meyering.
22375         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
22376         from Dmitry V. Levin.
22377         Remove anachronistic cast of xrealloc.
22378         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
22379         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
22380         type. Otherwise, it wouldn't compile with at least /bin/cc on
22381         ymp-cray-unicos9.0.2.X.
22382         Combine two mostly-identical uses of alloca into one.
22383         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
22384
22385 2003-08-04  Dave Love  <d.love@dl.ac.uk>
22386
22387         [From Emacs.]
22388
22389         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
22390         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
22391         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
22392         obsolete NLIST_NAME_UNION.
22393         [__GNU__]: Undef BSD and FSCALE.
22394         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
22395
22396 2003-08-03  Paul Eggert  <eggert@twinsun.com>
22397
22398         * lib/stdbool_.h (_Bool): Make it signed char, instead of
22399         an enum type, so that it's guaranteed to promote to int.  See:
22400         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
22401
22402 2003-08-03  Karl Berry  <karl@gnu.org>
22403
22404         * config/depcomp: update from automake.
22405
22406 2003-07-31  Paul Eggert  <eggert@twinsun.com>
22407
22408         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
22409         (strerror): Don't assume that a printable int fits in 14 bytes.
22410
22411 2003-07-31  Bruno Haible  <bruno@clisp.org>
22412
22413         * modules/getpass-gnu: New file.
22414         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
22415
22416 2003-07-31  Bruno Haible  <bruno@clisp.org>
22417
22418         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
22419
22420 2003-07-24  Karl Berry  <karl@gnu.org>
22421
22422         * config/missing: update from automake.
22423
22424 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
22425             Bruno Haible  <bruno@clisp.org>
22426
22427         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
22428         * lib/getline.c (getline, getdelim): Likewise.
22429         Remove _GNU_SOURCE define; now it's defined in config.h through
22430         m4/getline.m4.
22431
22432 2003-07-23  Karl Berry  <karl@gnu.org>
22433
22434         * config/config.sub: update from prep.
22435
22436 2003-07-22  Paul Eggert  <eggert@twinsun.com>
22437
22438         * modules/xalloc (Depends-on): Add exitfail.
22439         * modules/xmemcoll: Likewise.
22440
22441 2003-07-22  Paul Eggert  <eggert@twinsun.com>
22442
22443         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
22444         over-parenthesization in macros.
22445
22446         Sync with coreutils.
22447
22448         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
22449         required by C99.
22450
22451         Use `exit_failure' for xalloc and xmemcoll instead of their own
22452         private exit-failure variables.
22453         * lib/xalloc.h (xalloc_exit_failure): Remove.
22454         * lib/xmalloc.c: Likewise.  Include exitfail.h.
22455         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
22456         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
22457         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
22458         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
22459
22460 2003-07-20  Jim Meyering  <jim@meyering.net>
22461
22462         * modules/closeout (Depends-on): Add exitfail.
22463         Suggestion from Bruno Haible.
22464
22465 2003-07-19  Karl Berry  <karl@gnu.org>
22466
22467         * config/config.sub: update from prep.
22468
22469 2003-07-18  Paul Eggert  <eggert@twinsun.com>
22470
22471         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
22472         Remove.
22473         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
22474         to test that it can stand by itself.  Include "exitfail.h".
22475         Clients should set exit_failure instead.
22476         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
22477
22478 2003-07-18  Bruno Haible  <bruno@clisp.org>
22479
22480         * modules/getndelim2: New file.
22481         * modules/getline: Share files with module getndelim2.
22482         * modules/getnline: Depend on getndelim2 instead of sharing files with
22483         it. Add getnline.c to lib_SOURCES.
22484         * MODULES.html.sh (func_all_modules): Add getndelim2.
22485
22486 2003-07-18  Bruno Haible  <bruno@clisp.org>
22487
22488         * m4/getndelim2.m4: New file.
22489         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
22490         invoke gl_PREREQ_GETNDELIM2.
22491         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
22492         gl_PREREQ_GETNDELIM2.
22493         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
22494         gl_GETNDELIM2.
22495
22496 2003-07-18  Bruno Haible  <bruno@clisp.org>
22497
22498         * lib/getndelim2.h: New file.
22499         * lib/getndelim2.c: Make into a module of its own. Include config.h,
22500         getndelim2.h.
22501         (getndelim2): Make non-static. Change return type to ssize_t.
22502         * lib/getline.h: Change argument names.
22503         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
22504         * lib/getnline.c: Include getndelim2.h.
22505
22506 2003-07-18  Andreas Schwab  <schwab@suse.de>
22507
22508         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
22509
22510 2003-07-17  Karl Berry  <karl@gnu.org>
22511
22512         * config/config.sub: update from prep.
22513
22514 2003-07-17  Bruno Haible  <bruno@clisp.org>
22515
22516         * modules/getnline: New file.
22517         * modules/getline: Add lib/getndelim2.c to source file list.
22518         * MODULES.html.sh (func_all_modules): Add getnline.
22519
22520 2003-07-17  Bruno Haible  <bruno@clisp.org>
22521
22522         * m4/getnline.m4: New file.
22523
22524 2003-07-17  Bruno Haible  <bruno@clisp.org>
22525
22526         * m4/Makefile.am.in: Remove file.
22527         * m4/Makefile.am: Remove file.
22528         * m4/Makefile.in: Remove file.
22529
22530 2003-07-17  Bruno Haible  <bruno@clisp.org>
22531
22532         * lib/getnline.h: New file.
22533         * lib/getnline.c: New file.
22534         * lib/getndelim2.c: New file, extracted from getline.c.
22535         (getndelim2): Renamed from getdelim2, with added nmax argument.
22536         * lib/getline.c: Include getndelim2.c.
22537         (getdelim2): Moved out to getndelim2.c.
22538         (getline, getdelim): Update.
22539
22540 2003-07-17  Bruno Haible  <bruno@clisp.org>
22541
22542         * lib/Makefile.am: Remove file.
22543         * lib/Makefile.in: Remove file.
22544
22545 2003-07-17  Bruno Haible  <bruno@clisp.org>
22546
22547         * configure.in: Remove file.
22548         * Makefile.in: Remove file.
22549
22550 2003-07-17  Bruno Haible  <bruno@clisp.org>
22551
22552         * MODULES.html.sh: Put the </BODY> right before </HTML>.
22553
22554 2003-07-16  Karl Berry  <karl@gnu.org>
22555
22556         * config/srclist-update: was running fixlicense twice, which caused
22557                 texinfo.tex to be nullified for some reason.  Simplify,
22558                 $gplsrc is no longer needed as far as I can see?
22559
22560 2003-07-16  Jim Meyering  <jim@meyering.net>
22561
22562         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
22563
22564 2003-07-15  Paul Eggert  <eggert@twinsun.com>
22565
22566         * config/srclist.txt: Get the following files from gettext-runtime/intl
22567         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
22568         ref-del.sin.  From Bruno Haible.
22569         * config/srclist-update (fixfile): Change grep pattern again, since the
22570         previous fix didn't work (there was another trailing $).  Use
22571         '[$]' to escape the $s.
22572
22573 2003-07-15  Karl Berry  <karl@gnu.org>
22574
22575         * lib/vasnprintf.c: update from gettext.
22576
22577 2003-07-15  Karl Berry  <karl@gnu.org>
22578
22579         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
22580         gets expanded when surrounded by '$'.
22581
22582 2003-07-15  Jim Meyering  <jim@meyering.net>
22583
22584         * modules/save-cwd: Don't depend on error.  From Derek Price.
22585
22586 2003-07-15  Jim Meyering  <jim@meyering.net>
22587
22588         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
22589
22590 2003-07-14  Simon Josefsson  <jas@extundo.com>
22591
22592         * modules/mempcpy: New file.
22593         * MODULES.html.sh (func_all_modules): Add mempcpy.
22594
22595 2003-07-14  Simon Josefsson  <jas@extundo.com>
22596
22597         * m4/mempcpy.m4: New file.
22598
22599 2003-07-14  Simon Josefsson  <jas@extundo.com>
22600
22601         * lib/mempcpy.h: New file.
22602         * lib/mempcpy.c: New file.
22603
22604 2003-07-14  Paul Eggert  <eggert@twinsun.com>
22605
22606         * modules/getdate, modules/posixtm: Depend on mktime.
22607
22608 2003-07-14  Paul Eggert  <eggert@twinsun.com>
22609
22610         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
22611         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
22612         unicodeio.c, unicodeio.h, unlocked-io.h:
22613         Switch from LGPL to GPL.
22614
22615 2003-07-14  Paul Eggert  <eggert@twinsun.com>
22616
22617         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
22618         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
22619         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
22620         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
22621         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
22622         updated automatically by ../config/srclist-update.  This changes
22623         their license from LPGL to GPL.
22624
22625 2003-07-14  Paul Eggert  <eggert@twinsun.com>
22626
22627         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
22628         assumed to refer to the root of the most recent stable gettext version.
22629         * config/srclistvars.sh: Add defaults for eggert.
22630         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
22631         Match "This program" as well as "The program".  This is needed
22632         for gettext.
22633
22634 2003-07-14  Jim Meyering  <jim@meyering.net>
22635
22636         Don't emit diagnostics.  Let callers do that.
22637         * lib/save-cwd.c: Don't include "error.h".
22638         (save_cwd): Don't call error.  Ensure that errno is valid
22639         when returning nonzero.
22640
22641         * lib/save-cwd.h (restore_cwd): Update prototype.
22642         * lib/save-cwd.c (restore_cwd): Remove two parameters.
22643         Simplify.  Don't call error upon failure.  Let callers do that.
22644         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
22645         when auditing is enabled.  But don't bother updating the #if.
22646
22647 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
22648
22649         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
22650         it breaks C++ compilation.
22651         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
22652
22653 2003-07-10  Simon Josefsson  <jas@extundo.com>
22654
22655         * modules/strchrnul (Makefile.am): Add strchrnul.h.
22656
22657 2003-07-10  Jim Meyering  <jim@meyering.net>
22658
22659         * m4/clock_time.m4: Remove trailing blank.
22660         * m4/intmax_t.m4: Likewise.
22661
22662 2003-07-10  Jim Meyering  <jim@meyering.net>
22663
22664         * lib/vasnprintf.c: Remove trailing blanks.
22665         Make cpp indentation consistent.
22666
22667 2003-07-09  Paul Eggert  <eggert@twinsun.com>
22668
22669         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
22670         posixver.c, strftime.c, strnlen.c, strverscmp.c:
22671         Switch from LGPL to GPL.
22672
22673 2003-07-09  Paul Eggert  <eggert@twinsun.com>
22674
22675         * config/srclist.txt: Sort sublists.  Add
22676         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
22677         that differ from gnulib for one reason or another; we'd like this list
22678         to be smaller but for now let's document what we have.
22679
22680 2003-07-08  Paul Eggert  <eggert@twinsun.com>
22681
22682         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
22683         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
22684         and sweeter "eval x=$x".
22685         * config/srclist.txt: Get lib/argp* from glibc.
22686
22687 2003-07-07  Paul Eggert  <eggert@twinsun.com>
22688
22689         * lib/mktime.c: Fix some boundary cases and remove need for floating
22690         point.
22691
22692         Issue a compile-time diagnostic if time_t is floating point, or if
22693         two's complement arithmetic is not in effect, or if arithmetic
22694         right shift does not propagate the sign.  These assumptions were
22695         all in the original code but they weren't checked.
22696
22697         (TIME_T_MIDPOINT, verify): New macros.
22698         (__isleap): Remove; it has integer overflow problems.
22699         (leapyear): New function, without those problems.
22700         (ydhms_tm_diff): Remove; splitting into two parts.
22701         (ydhms_diff): New function, containing the arithmetic part of
22702         the old ydhms_tm_diff function.  Issue a compile-time
22703         diagnostic if we are not using C99 integer division.
22704         Avoid casts when possible.
22705         (guess_time_tm): New function, containing the checking part of
22706         the old ydhms_tm_diff function.  Return the new value, rather than
22707         the difference between it and the old.  Accept a new argument T
22708         so that *T specifies the old value.  Check for overflow in the result.
22709
22710         (__mktime_internal): Use a time_t offset, not a long int offset.
22711         This undoes the 2003-06-04 change, which is no longer needed now
22712         that we have better overflow checking.
22713         (localtime_offset): Likewise.
22714
22715         (__mktime_internal): Avoid harmful overflow on hosts where time_t
22716         and long are 64-bit but int is only 32-bit.
22717         (ydhms_diff): Use long int to store year1 and yday1.
22718         Issue a compile-time diagnostic if long int is not wide enough.
22719
22720         (__mktime_internal): Use long int to store adjusted year and yday.
22721         Use plain C rather than preprocessor commands, if that doesn't
22722         affect efficiency.
22723         Check for overflow (and try to repair) after each probe
22724         rather than checking only at the very end.  This avoids some bugs
22725         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
22726         does not equal GMT offset at maximum time).
22727         Use integer to check for overflow rather than floating point; this
22728         is more portable to non-IEEE hosts, and is a tad faster.
22729         When we detect that we are oscillating between two values,
22730         don't check whether tm_isdst has the requested value, since
22731         we already know the answer.  When tm_isdst has the wrong value,
22732         use a different heuristic to find the right one, based on the
22733         extreme values actually observed in practice in tz2003a,
22734         rather than the (overly optimistic) "previous 3 calendar quarters".
22735
22736         (not_equal_tm, print_tm, check_result): Use "const T" rather than
22737         "T const" to accommodate glibc style.
22738         (check_result): Use less-confusing report format.  "long" -> "long int.
22739         (main): Likewise.
22740         Don't loop if the iteration overflows time_t.
22741         Allow a negative step in the iteration.
22742
22743 2003-07-06  Karl Berry  <karl@gnu.org>
22744
22745         * config/depcomp: update from automake.
22746         * config/config.sub: update from prep.
22747
22748 2003-07-03  Karl Berry  <karl@gnu.org>
22749
22750         * config/config.guess: update from prep.
22751
22752 2003-07-01  Paul Eggert  <eggert@twinsun.com>
22753
22754         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
22755         xreadlink.c now includes it unconditionally.
22756
22757 2003-07-01  Paul Eggert  <eggert@twinsun.com>
22758
22759         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
22760         having it depend on HAVE_SYS_TYPES_H.
22761
22762 2003-07-01  Bruno Haible  <bruno@clisp.org>
22763
22764         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
22765         <sys/types.h> should be sufficient.
22766         Reported by Paul Eggert.
22767
22768 2003-06-26  Karl Berry  <karl@gnu.org>
22769
22770         * config/depcomp: update from automake.
22771
22772 2003-06-26  Bruno Haible  <bruno@clisp.org>
22773
22774         * modules/human: Depend on module stdbool.
22775
22776 2003-06-25  Bruno Haible  <bruno@clisp.org>
22777
22778         * modules/readlink: New file.
22779         * modules/xreadlink: Depend on it.
22780         * MODULES.html.sh (func_all_modules): Add readlink.
22781
22782 2003-06-25  Bruno Haible  <bruno@clisp.org>
22783
22784         * m4/readlink.m4: New file.
22785
22786 2003-06-25  Bruno Haible  <bruno@clisp.org>
22787
22788         * lib/readlink.c: New file.
22789
22790 2003-06-22  Karl Berry  <karl@gnu.org>
22791
22792         * config/srclist.txt: update mkinstalldirs from automake.
22793         * config/mkinstalldirs: update.
22794
22795 2003-06-22  Bruno Haible  <bruno@clisp.org>
22796
22797         Portability to mingw32.
22798         * m4/ssize_t.m4: New file, from GNU gettext.
22799         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
22800         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
22801
22802 2003-06-22  Bruno Haible  <bruno@clisp.org>
22803
22804         * modules/safe-read: Add m4/ssize_t.m4.
22805         * modules/xreadlink: Add m4/ssize_t.m4.
22806
22807 2003-06-20  Bruno Haible  <bruno@clisp.org>
22808
22809         Assume C89, so PARAMS isn't needed.
22810         * lib/unicodeio.h (PARAMS): Remove.
22811         * lib/unicodeio.c: Don't use PARAMS.
22812
22813 2003-06-18  Karl Berry  <karl@gnu.org>
22814
22815         * config/config.{guess,sub}: update from prep.
22816
22817 2003-06-18  Jim Meyering  <jim@meyering.net>
22818
22819         Merge changes from coreutils.
22820         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
22821         Remove explicit declarations of xmalloc and realloc.
22822         Include xalloc.h.
22823         (read_utmp): Remove anachronistic cast of xmalloc.
22824
22825 2003-06-17  Paul Eggert  <eggert@twinsun.com>
22826
22827         Assume C89, so PARAMS isn't needed.
22828         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
22829         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
22830         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
22831         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
22832         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
22833         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
22834         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
22835         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
22836         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
22837         lib/xstrtod.h, lib/xstrtol.h: Likewise.
22838         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
22839         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
22840         no longer needed. Anyway, config.h should always be included before any
22841         other file.
22842
22843 2003-06-11  Simon Josefsson  <jas@extundo.com>
22844
22845         * modules/sysexits: New file.
22846         * MODULES.html.sh (func_all_modules): Add sysexits.
22847
22848 2003-06-11  Simon Josefsson  <jas@extundo.com>
22849
22850         * lib/sysexit_.h: New file.
22851
22852 2003-06-11  Derek Price  <derek@ximbiot.com>
22853
22854         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
22855         necessary.
22856
22857 2003-06-11  Bruno Haible  <bruno@clisp.org>
22858
22859         * m4/sysexits.m4: New file.
22860
22861 2003-06-10  Simon Josefsson  <jas@extundo.com>
22862
22863         * lib/argp.h: New file, from glibc.
22864         * lib/argp-ba.c: New file, from glibc.
22865         * lib/argp-eexst.c: New file, from glibc.
22866         * lib/argp-fmtstream.c: New file, from glibc.
22867         * lib/argp-fmtstream.h: New file, from glibc.
22868         * lib/argp-fs-xinl.c: New file, from glibc.
22869         * lib/argp-help.c: New file, from glibc.
22870         * lib/argp-namefrob.h: New file, from glibc.
22871         * lib/argp-parse.c: New file, from glibc.
22872         * lib/argp-pv.c: New file, from glibc.
22873         * lib/argp-pvh.c: New file, from glibc.
22874         * lib/argp-xinl.c: New file, from glibc.
22875
22876 2003-06-10  Simon Josefsson  <jas@extundo.com>
22877
22878         * modules/strchrnul: New file.
22879
22880 2003-06-10  Simon Josefsson  <jas@extundo.com>
22881
22882         * modules/argp: New file.
22883
22884 2003-06-10  Simon Josefsson  <jas@extundo.com>
22885
22886         * m4/strchrnul.m4: New file.
22887
22888 2003-06-10  Simon Josefsson  <jas@extundo.com>
22889
22890         * lib/strchrnul.h: New file.
22891         * lib/strchrnul.c: New file.
22892
22893 2003-06-10  Bruno Haible  <bruno@clisp.org>
22894
22895         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
22896
22897 2003-06-07  Karl Berry  <karl@gnu.org>
22898
22899         * config/config.{guess,sub}: update from prep.
22900
22901 2003-06-07  Jim Meyering  <jim@meyering.net>
22902
22903         * modules/strtod: Use $(...) notation, not @...@ for
22904         AC_REPLACE'd variables.
22905         * modules/localcharset: Likewise.
22906
22907 2003-06-07  Jim Meyering  <jim@meyering.net>
22908
22909         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
22910         in place of my name in the copyright comment.
22911         Remove definition and uses of __P.
22912
22913         From coreutils.
22914         * lib/stat.c: Don't declare xmalloc explicitly.
22915         Instead, include "xalloc.h".
22916         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
22917         xrealloc, and xcalloc return values.
22918         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
22919         Improve comment.
22920         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
22921
22922 2003-06-07  Bruno Haible  <bruno@clisp.org>
22923
22924         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
22925         avoid AC_CONFIG_LINKS.
22926         * modules/fnmatch (Makefile.am): Use explicit creation rule for
22927         fnmatch.h, to avoid AC_CONFIG_LINKS.
22928         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
22929
22930 2003-06-07  Bruno Haible  <bruno@clisp.org>
22931
22932         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
22933         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
22934         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
22935         directory.
22936         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
22937         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
22938         directory.
22939
22940 2003-06-06  Jim Meyering  <jim@meyering.net>
22941
22942         Merge from coreutils.
22943         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
22944         Consolidate declarations and initializations of *_base* locals.
22945
22946         Merge from coreutils.
22947         This avoids a core dump on systems without GNU putenv,
22948         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
22949         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
22950         (unsetenv): New static function, from GNU libc.
22951         (rpl_putenv): Use it.
22952
22953         * lib/modechange.c: Remove trailing blanks.
22954
22955         Merge from coreutils.
22956         * lib/fsusage.c: Remove declaration of statfs.
22957         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
22958
22959         * lib/posixtm.c: Include <stdbool.h> unconditionally.
22960
22961 2003-06-06  Jim Meyering  <jim@meyering.net>
22962
22963         * lib/stdbool_.h: Renamed from stdbool.h.in.
22964
22965 2003-06-06  Jim Meyering  <jim@meyering.net>
22966             Bruno Haible  <bruno@clisp.org>
22967
22968         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
22969         Adjust Makefile.am snippet not to redirect directly to target.
22970         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
22971
22972 2003-06-05  Paul Eggert  <eggert@twinsun.com>
22973
22974         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
22975         mismatch, look in future quarters as well as past.  This fixes a
22976         bug when processing fall-backwards gaps immediately after a long
22977         period of daylight-saving time.
22978
22979         * lib/mktime.c: Assume freestanding C89 or better.
22980         (HAVE_LIMITS_H): Remove.  Assume it's 1.
22981         (__P): Remove; not used.
22982         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
22983         (mktime, not_equal_tm, print_tm, check_result,
22984         main): Use prototypes.  Use const * where appropriate.
22985         (main): Fix typo in testing code that uncovered by above changes.
22986         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
22987
22988 2003-06-04  Paul Eggert  <eggert@twinsun.com>
22989
22990         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
22991         locale.h, localeconv.  This merges changes from coreutils.
22992
22993         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
22994         It can be removed after the next Autoconf is released.
22995         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
22996         needed.
22997
22998 2003-06-04  Paul Eggert  <eggert@twinsun.com>
22999
23000         * lib/mktime.c: Fix Debian bug 177940
23001         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
23002         (localtime_offset): Now long int, not time_t, because we want it
23003         to be guaranteed to be signed.  All uses changed.
23004         (__mktime_internal): If overflow would occur when adding offset,
23005         don't add it.
23006
23007         Merge 'human' changes from coreutils.  Rewrite to support
23008         locale-specific notations like thousands separators.
23009         * lib/human.c: Simplify authorship notice.
23010         Include human.h immediately after config.h.
23011         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
23012         <limits.h>: Do not include, since human.h does.
23013         (SIZE_MAX, UINTMAX_MAX): New macros.
23014         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
23015         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
23016         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
23017         (power_letter): Renamed from suffixes.
23018         (generate_suffix_backwards): Remove.
23019         (adjust_value): Now takes int style (because of human.h changes)
23020         and long double value (for greater precision on some platforms).
23021         (group_number): New function.
23022         (human_readable): Use it.  Use integer options, not enum.
23023         Put the options before the sizes in the arg list.
23024         Support all the new options.
23025         The old human_readable function has been removed;
23026         use inttostr.h instead.
23027         (human_readable, default_block_size, humblock):
23028         Use uintmax_t, not int, for block sizes.
23029         (human_readable_inexact, block_size_types): Remove.
23030         (block_size_opts): New constant.
23031         (human_options): Renamed from human_block_size, with new signature
23032         that allows block sizes up to UINTMAX_MAX.  All callers changed.
23033         * lib/human.h: Add copyright and authorship notice.
23034         Include <limits.h> and <stdbool.h> unconditionally.
23035         (PARAMS): Remove.  All uses removed.
23036         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
23037         (enum human_inexact_style): Remove tag; now a nameless enum.
23038         (human_floor, human_ceiling, human_round_to_even): Now have
23039         values 2, 0, 1 rather than -1, 1, 0.
23040         (human_group_digits, human_suppress_point_zero, human_autoscale,
23041         human_base_1024, human_SI, human_B): New constants.
23042         (human_readable_inexact, human_block_size): Remove.
23043         (human_readable): Size args are now uintmax_t, not int.
23044         (human_options): New decl.
23045
23046         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
23047         unnecessary now that we assume C89 or better.  This change
23048         imported from coreutils.
23049
23050         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
23051         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
23052         in the 2003-05-30 sync from glibc.
23053
23054         .h files should stand alone, but we shouldn't include <sys/types.h>
23055         if we can get away with just <stddef.h>.
23056
23057         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
23058         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
23059         rather than <sys/types.h>, as we merely need size_t.
23060         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
23061         to get size_t.
23062         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
23063         Include <stdio.h>, to get FILE.
23064         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
23065         memcasecmp.h has included <stddef.h> and all we need is size_t.
23066         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
23067         our interface, instead of including <sys/types.h>
23068
23069 2003-06-04  Paul Eggert  <eggert@twinsun.com>
23070
23071         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
23072         now, as glibc mktime is buggy on non-glibc systems.
23073
23074 2003-06-03  Karl Berry  <karl@gnu.org>
23075
23076         * config/config.sub: update from prep.
23077
23078 2003-06-02  Paul Eggert  <eggert@twinsun.com>
23079
23080         [from coreutils]
23081         Fix some minor time-related bugs with POSIX time arguments.
23082         Some valid time stamps were being rejected (notably -1, and
23083         time stamps before 1900 on 64-bit hosts).  And some invalid
23084         time stamps were being accepted, e.g. September 31.
23085
23086         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
23087         that we can return (time_t) -1 successfully.
23088         * lib/posixtm.c: Likewise.
23089         [HAVE_STDBOOL_H]: Include <stdbool.h>.
23090         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
23091         (t): Remove static var.
23092         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
23093         of static var.  All uses changed.
23094         (year): Do not reject years before 1900; they can occur with
23095         64-bit time_t.
23096         (posix_time_parse): Do not check for out-of-range components;
23097         that is now the caller's responsibility, since our checks were
23098         only approximations.
23099         (posixtime): Use mktime to check for out-of-range components,
23100         since it knows them exactly.
23101         If mktime returns (time_t) -1, check whether an error actually occurred
23102         by invoking localtime on -1.
23103         (main) [TEST_POSIXTIME]: Check for input data errors, and report
23104         posixtime failures better.
23105         Improve the test data (in comments only).
23106
23107 2003-06-02  Karl Berry  <karl@gnu.org>
23108
23109         * config/mkinstalldirs (version): new variable.
23110         (--version): new option.
23111         (usage): improve message.
23112
23113 2003-05-30  Karl Berry  <karl@gnu.org>
23114
23115         * lib/mktime.c: update from libc.
23116
23117 2003-05-30  Bruno Haible  <bruno@clisp.org>
23118
23119         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
23120         * config/config.rpath: Upgrade to gettext-0.12.1.
23121
23122 2003-05-30  Bruno Haible  <bruno@clisp.org>
23123
23124         * m4/gettext.m4: Upgrade to gettext-0.12.1.
23125         * m4/nls.m4: New file, from gettext-0.12.1.
23126         * m4/po.m4: New file, from gettext-0.12.1.
23127         * m4/progtest.m4: Upgrade to gettext-0.12.1.
23128
23129 2003-05-30  Bruno Haible  <bruno@clisp.org>
23130
23131         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
23132         * lib/localcharset.h: Likewise.
23133         * lib/localcharset.c: Likewise.
23134
23135 2003-05-29  Karl Berry  <karl@gnu.org>
23136
23137         * config/config.rpath: update from gettext.
23138
23139 2003-05-28  Paul Eggert  <eggert@twinsun.com>
23140
23141         Assume the headers required for C89 freestanding compilers.
23142         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
23143         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
23144         * m4/human.m4 (gl_HUMAN): Likewise.
23145         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
23146         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
23147         * m4/userspec.m4 (gl_USERSPEC): Likewise.
23148         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
23149         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
23150         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
23151
23152 2003-05-28  Paul Eggert  <eggert@twinsun.com>
23153
23154         Assume the headers required for C89 freestanding compilers.
23155         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
23156         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
23157         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
23158         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
23159         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
23160         define, since <limits.h> is guaranteed to do that.
23161         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
23162         * lib/exclude.c: Include <stdbool.h> unconditionally.
23163         * lib/tempname.c: Include <stddef.h> unconditionally.
23164         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
23165         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
23166         <stddef.h> does that.
23167         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
23168         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
23169         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
23170         needed.
23171         * lib/xstrtol.c: Likewise.
23172         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
23173         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
23174
23175         * lib/addext.c (addext): Use assignment rather than cast, to avoid
23176         warnings on some platforms.
23177
23178         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
23179         arbitrarily.
23180
23181 2003-05-26  Jim Meyering  <jim@meyering.net>
23182
23183         Merge in a change from coreutils:
23184         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
23185         that is guaranteed to be `no'.  Use `no_such_member' to indicate
23186         that condition, rather than `-1' which is slightly misleading.
23187         Change the name of the cache variable to have the gl_ prefix.
23188         Prompted by a patch from Richard Dawe for DJGPP.
23189
23190 2003-05-24  Karl Berry  <karl@gnu.org>
23191
23192         * config/config.guess: update from prep.
23193
23194 2003-05-22  Karl Berry  <karl@gnu.org>
23195
23196         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
23197
23198 2003-05-20  Karl Berry  <karl@gnu.org>
23199
23200         * config/config.guess: update from prep.
23201
23202 2003-05-18  Karl Berry  <karl@gnu.org>
23203
23204         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
23205         might actually be set by the user.
23206
23207         * config/depcomp, install-sh, mdate-sh: update from automake.
23208
23209 2003-05-17  Bruno Haible  <bruno@clisp.org>
23210
23211         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
23212         invalid expansion for AC_EGREP_CPP.
23213         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
23214         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
23215         Suggested by Akim Demaille <akim@epita.fr> in
23216         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
23217
23218 2003-05-12  Jim Meyering  <jim@meyering.net>
23219
23220         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
23221         the space-padded-by-default conversion specifiers, %e, %k, %l.
23222
23223 2003-05-12  Bruno Haible  <bruno@clisp.org>
23224
23225         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
23226         the string is longer than 4 KB.
23227
23228 2003-05-11  Karl Berry  <karl@gnu.org>
23229
23230         * config/config.{guess,sub}: update from prep.
23231
23232 2003-05-09  Bruno Haible  <bruno@clisp.org>
23233
23234         * modules/error: Add m4/strerror_r.m4 to file list.
23235
23236 2003-05-03  Bruno Haible  <bruno@clisp.org>
23237
23238         Upgrade to Unicode-4.0.
23239         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
23240         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
23241         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
23242         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
23243         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
23244         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
23245         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
23246         Change width of U+E0100..U+E01EF from 1 to 0.
23247
23248 2003-04-25  Jim Meyering  <jim@meyering.net>
23249
23250         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
23251         of type size_t, not int.
23252
23253 2003-04-25  Bruno Haible  <bruno@clisp.org>
23254
23255         * lib/copy-file.c: Include <stddef.h>, for size_t.
23256
23257 2003-04-21  Paul Eggert  <eggert@twinsun.com>
23258
23259         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
23260         code which expansion is under static control.  Patch imported from
23261         Akim Demaille's patch to Bison; see
23262         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
23263
23264 2003-04-14  Bruno Haible  <bruno@clisp.org>
23265
23266         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
23267
23268 2003-04-11  Jim Meyering  <jim@meyering.net>
23269
23270         Merge changes from Coreutils.
23271
23272         2003-03-22  Jim Meyering  <jim@meyering.net>
23273
23274         * lib/strftime.c (widen): Cast alloca return value to proper type.
23275
23276         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
23277
23278         From GNU libc.
23279         * lib/strftime.c (my_strftime): Handle very large width
23280         specifications for numeric values correctly.  Improve checks for
23281         overflow.
23282
23283         2003-01-19  Jim Meyering  <jim@meyering.net>
23284
23285         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
23286         definitions.
23287         (nl_get_alt_digit) [! defined my_strftime]: Define.
23288         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
23289         _nl_get_alt_digit and _nl_get_walt_digit.
23290
23291         * lib/strftime.c (my_strftime): Merge in locale-related changes from
23292         libc. These changes have no effect outside of _LIBC.
23293
23294 2003-04-10  Bruno Haible  <bruno@clisp.org>
23295
23296         * modules/findprog: New file.
23297         * MODULES.html.sh (func_all_modules): Add it.
23298
23299 2003-04-10  Bruno Haible  <bruno@clisp.org>
23300
23301         * m4/findprog.m4: New file.
23302         * m4/eaccess.m4: New file.
23303
23304 2003-04-10  Bruno Haible  <bruno@clisp.org>
23305
23306         * lib/findprog.h: New file, from GNU gettext.
23307         * lib/findprog.c: New file, from GNU gettext.
23308
23309 2003-04-05  Jim Meyering  <jim@meyering.net>
23310
23311         Merge changes from Coreutils.
23312
23313         * lib/exclude.h (PARAMS): Remove definition and uses.
23314         * lib/exclude.c: Remove uses of `PARAMS'.
23315
23316         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
23317         Add test-cases for DOS filenames. Declare program_name.
23318         (main): Set up program_name.  Patch by Rich Dawe.
23319
23320         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
23321         error from mntctl.
23322         Use mntctl's return value to drive the entry-processing loop, since
23323         we can't rely on the value of the vmt_length member in the last
23324         entry.  On some systems doing so could result in exhausting
23325         virtual memory.  Based in part on a patch from Mike Jetzer.
23326
23327 2003-04-04  Bruno Haible  <bruno@clisp.org>
23328
23329         * modules/linebreak: New file.
23330         * MODULES.html.sh (func_all_modules): Add it.
23331
23332 2003-04-04  Bruno Haible  <bruno@clisp.org>
23333
23334         * m4/linebreak.m4: New file.
23335
23336 2003-04-04  Bruno Haible  <bruno@clisp.org>
23337
23338         * lib/linebreak.h: New file, from GNU gettext.
23339         * lib/linebreak.c: New file, from GNU gettext with slight
23340         modifications.
23341         * lib/lbrkprop.h: New file, from GNU gettext.
23342
23343 2003-04-03  Bruno Haible  <bruno@clisp.org>
23344
23345         * modules/utf8-ucs4: New file.
23346         * modules/utf16-ucs4: New file.
23347         * modules/ucs4-utf8: New file.
23348         * modules/ucs4-utf16: New file.
23349         * MODULES.html.sh (func_all_modules): Add them.
23350
23351 2003-04-03  Bruno Haible  <bruno@clisp.org>
23352
23353         * m4/utf-ucs4.m4: New file.
23354         * m4/ucs4-utf.m4: New file.
23355
23356 2003-04-03  Bruno Haible  <bruno@clisp.org>
23357
23358         * lib/utf8-ucs4.h: New file, from GNU gettext.
23359         * lib/utf16-ucs4.h: New file, from GNU gettext.
23360         * lib/ucs4-utf8.h: New file, from GNU gettext.
23361         * lib/ucs4-utf16.h: New file, from GNU gettext.
23362
23363 2003-04-02  Bruno Haible  <bruno@clisp.org>
23364
23365         * modules/binary-io: New file.
23366         * MODULES.html.sh (func_all_modules): Add it.
23367
23368 2003-04-02  Bruno Haible  <bruno@clisp.org>
23369
23370         * lib/binary-io.h: New file, from GNU gettext.
23371
23372 2003-04-01  Bruno Haible  <bruno@clisp.org>
23373
23374         * modules/pathname: New file.
23375         * MODULES.html.sh (func_all_modules): Add it.
23376
23377 2003-04-01  Bruno Haible  <bruno@clisp.org>
23378
23379         * lib/pathname.h: New file, from GNU gettext.
23380         * lib/concatpath.c: New file, from GNU gettext.
23381
23382 2003-03-30  Bruno Haible  <bruno@clisp.org>
23383
23384         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
23385
23386 2003-03-30  Bruno Haible  <bruno@clisp.org>
23387
23388         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
23389         function chown() doesn't exist.
23390
23391 2003-03-28  Bruno Haible  <bruno@clisp.org>
23392
23393         * modules/copy-file: New file.
23394         * MODULES.html.sh (func_all_modules): Add it.
23395
23396 2003-03-28  Bruno Haible  <bruno@clisp.org>
23397
23398         * m4/copy-file.m4: New file.
23399
23400 2003-03-28  Bruno Haible  <bruno@clisp.org>
23401
23402         * lib/copy-file.h: New file, from GNU gettext.
23403         * lib/copy-file.c: New file, from GNU gettext.
23404
23405 2003-03-18  Jim Meyering  <jim@meyering.net>
23406
23407         * lib/quote.c (quote_n): Fix typo in comment.
23408
23409 2003-03-18  Bruno Haible  <bruno@clisp.org>
23410
23411         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
23412         checking.
23413         * m4/onceonly_2_57.m4: Likewise.
23414
23415 2003-03-17  Bruno Haible  <bruno@clisp.org>
23416
23417         * m4/onceonly.m4: Require autoconf 2.54 or newer.
23418         (m4_quote): Remove macro.
23419         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
23420
23421 2003-03-14  Jim Meyering  <jim@meyering.net>
23422
23423         Merge changes from Coreutils.
23424         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
23425         to be const, in order to avoid warnings.
23426         (obstack_room): Likewise.
23427         (obstack_empty_p): Likewise.
23428
23429 2003-03-14  Bruno Haible  <bruno@clisp.org>
23430
23431         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
23432         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
23433
23434 2003-03-13  Paul Eggert  <eggert@twinsun.com>
23435
23436         Merge changes from Bison.
23437         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
23438         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
23439         when compiling Bison 1.875's `bitset bset = obstack_alloc
23440         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
23441         * lib/hash.c: Include <stdbool.h> unconditionally.
23442
23443 2003-03-13  Paul Eggert  <eggert@twinsun.com>
23444
23445         * m4/onceonly.m4 (m4_quote): New macro.
23446         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
23447         Quote AC_FOREACH variable-expansions properly.
23448
23449 2003-03-13  Paul Eggert  <eggert@twinsun.com>
23450
23451         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
23452
23453 2003-03-09  Paul Eggert  <eggert@twinsun.com>
23454
23455         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
23456         Reported by Bruce Becker; see:
23457         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
23458
23459 2003-03-03  Paul Eggert  <eggert@twinsun.com>
23460             Bruno Haible  <bruno@clisp.org>
23461
23462         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
23463         Reported by John Hughes, see
23464         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
23465
23466 2003-02-20  Bruno Haible  <bruno@clisp.org>
23467
23468         * MODULES.html.sh (func_all_modules): Add poll.
23469
23470 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
23471
23472         * modules/poll: New file.
23473
23474 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
23475
23476         * lib/poll_.h: New file.
23477         * lib/poll.c: New file.
23478
23479 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
23480
23481         * m4/poll.m4: New file.
23482
23483 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
23484
23485         * modules/mathl: New file.
23486
23487 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
23488
23489         * lib/mathl.h: New file.
23490         * lib/acosl.c: New file.
23491         * lib/asinl.c: New file.
23492         * lib/atanl.c: New file.
23493         * lib/ceill.c: New file.
23494         * lib/cosl.c: New file.
23495         * lib/expl.c: New file.
23496         * lib/floorl.c: New file.
23497         * lib/frexpl.c: New file.
23498         * lib/ldexpl.c: New file.
23499         * lib/logl.c: New file.
23500         * lib/sincosl.c: New file.
23501         * lib/sinl.c: New file.
23502         * lib/sqrtl.c: New file.
23503         * lib/tanl.c: New file.
23504         * lib/trigl.c: New file.
23505         * lib/trigl.h: New file.
23506
23507 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
23508
23509         * m4/mathl.m4: New file.
23510
23511 2003-02-18  Bruno Haible  <bruno@clisp.org>
23512
23513         * MODULES.html.sh (func_all_modules): Add mathl.
23514
23515 2003-02-17  Bruno Haible  <bruno@clisp.org>
23516
23517         * modules/mkdtemp: New module.
23518         * MODULES.html.sh (func_all_modules): Add it.
23519
23520 2003-02-17  Bruno Haible  <bruno@clisp.org>
23521
23522         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
23523
23524 2003-02-17  Bruno Haible  <bruno@clisp.org>
23525
23526         * lib/mkdtemp.h: New file, from GNU gettext.
23527         * lib/mkdtemp.c: New file, from GNU gettext.
23528
23529 2003-02-02  Jim Meyering  <jim@meyering.net>
23530
23531         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
23532         e.g. glibc-2.2.93.
23533
23534 2003-01-31  Bruno Haible  <bruno@clisp.org>
23535
23536         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
23537         'rpl_rename'.
23538         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
23539         'rpl_strnlen'.
23540         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
23541         'rpl_strtod'.
23542         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
23543         'rpl_utime'.
23544
23545 2003-01-31  Bruno Haible  <bruno@clisp.org>
23546
23547         * lib/rename.c: #undef rename before defining rpl_rename.
23548         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
23549
23550 2003-01-30  Bruno Haible  <bruno@clisp.org>
23551
23552         * modules/vasnprintf, modules/vasprintf: New modules.
23553         * MODULES.html.sh (func_all_modules): Add them.
23554
23555 2003-01-30  Bruno Haible  <bruno@clisp.org>
23556
23557         * m4/signed.m4: New file, from GNU gettext.
23558         * m4/longdouble.m4: New file, from GNU gettext.
23559         * m4/wchar_t.m4: New file, from GNU gettext.
23560         * m4/wint_t.m4: New file, from GNU gettext.
23561         * m4/vasnprintf.m4: New file.
23562         * m4/vasprintf.m4: New file.
23563
23564 2003-01-30  Bruno Haible  <bruno@clisp.org>
23565
23566         * lib/printf-args.h: New file, from GNU gettext.
23567         * lib/printf-args.c: New file, from GNU gettext.
23568         * lib/printf-parse.h: New file, from GNU gettext.
23569         * lib/printf-parse.c: New file, from GNU gettext.
23570         * lib/vasnprintf.h: New file, from GNU gettext.
23571         * lib/vasnprintf.c: New file, from GNU gettext.
23572         * lib/asnprintf.c: New file, from GNU gettext.
23573         * lib/vasprintf.h: New file, from GNU gettext with modifications.
23574         * lib/vasprintf.c: New file, from GNU gettext.
23575         * lib/asprintf.c: New file, from GNU gettext.
23576
23577 2003-01-29  Bruno Haible  <bruno@clisp.org>
23578
23579         * modules/stpncpy: New module.
23580         * MODULES.html.sh (func_all_modules): Add it.
23581
23582 2003-01-29  Bruno Haible  <bruno@clisp.org>
23583
23584         * m4/stpncpy.m4: New file.
23585
23586 2003-01-29  Bruno Haible  <bruno@clisp.org>
23587
23588         * lib/stpncpy.h: New file, from GNU gettext with modifications.
23589         * lib/stpncpy.c: New file, from GNU gettext with modifications.
23590
23591 2003-01-28  Bruno Haible  <bruno@clisp.org>
23592
23593         * modules/c-ctype: New module.
23594         * MODULES.html.sh (func_all_modules): Add it.
23595
23596 2003-01-28  Bruno Haible  <bruno@clisp.org>
23597
23598         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
23599         Paul Eggert.
23600         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
23601         Paul Eggert.
23602
23603 2003-01-27  Bruno Haible  <bruno@clisp.org>
23604
23605         * modules/xsetenv: New module.
23606         * MODULES.html.sh (func_all_modules): Add it.
23607
23608 2003-01-27  Bruno Haible  <bruno@clisp.org>
23609
23610         * lib/xsetenv.h: New file, from GNU gettext.
23611         * lib/xsetenv.c: New file, from GNU gettext.
23612
23613 2003-01-23  Jim Meyering  <jim@meyering.net>
23614
23615         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
23616         from working on systems without dirfd (at least Irix and OSF1/Tru64).
23617
23618 2003-01-23  Bruno Haible  <bruno@clisp.org>
23619
23620         * modules/minmax: New module.
23621         * MODULES.html.sh (func_all_modules): Add it.
23622
23623 2003-01-23  Bruno Haible  <bruno@clisp.org>
23624
23625         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
23626         Eggert.
23627
23628 2003-01-22  Bruno Haible  <bruno@clisp.org>
23629
23630         * modules/exit: New module.
23631         * MODULES.html.sh (func_all_modules): Add it.
23632
23633 2003-01-22  Bruno Haible  <bruno@clisp.org>
23634
23635         * lib/exit.h: New file, from GNU gettext.
23636
23637 2003-01-19  Bruno Haible  <bruno@clisp.org>
23638
23639         * gnulib-tool: Recognize option --extract-maintainer.
23640         (func_get_maintainer): New function.
23641         * modules/*: Add Maintainer entry.
23642
23643 2003-01-16  Jim Meyering  <jim@meyering.net>
23644
23645         * m4/regex.m4: The `regex' struct is both input and output.
23646         Initialize it before each use.  Patch by Tim Waugh.
23647
23648 2003-01-16  Bruno Haible  <bruno@clisp.org>
23649
23650         * MODULES.html.sh: Add a table of contents. Add the module name as
23651         leftmost column. Add hyperlinks.
23652
23653 2003-01-15  Bruno Haible  <bruno@clisp.org>
23654
23655         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
23656
23657 2003-01-15  Bruno Haible  <bruno@clisp.org>
23658
23659         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
23660         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
23661         suffix.
23662
23663 2003-01-15  Bruno Haible  <bruno@clisp.org>
23664
23665         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
23666
23667 2003-01-15  Bruno Haible  <bruno@clisp.org>
23668
23669         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
23670         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
23671
23672 2003-01-14  Jim Meyering  <jim@meyering.net>
23673
23674         * lib/same.c (same_name): Tweak a comment.
23675
23676 2003-01-14  Bruno Haible  <bruno@clisp.org>
23677
23678         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
23679         when a string comparison is sufficient.
23680
23681 2003-01-14  Bruno Haible  <bruno@clisp.org>
23682
23683         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
23684         'unsigned int'.
23685
23686 2003-01-14  Bruno Haible  <bruno@clisp.org>
23687
23688         * lib/hash-pjw.c: Add comment about low quality of this function.
23689
23690 2003-01-13  Bruno Haible  <bruno@clisp.org>
23691
23692         * modules/stpcpy: Distribute lib/stpcpy.h.
23693         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
23694
23695 2003-01-13  Bruno Haible  <bruno@clisp.org>
23696
23697         * modules/*: Add a description.
23698         * modules/strpbrk: Fix Makefile.am snippet.
23699         * modules/strtoimax: Fix dependencies.
23700         * modules/strtoumax: Likewise.
23701
23702 2003-01-13  Bruno Haible  <bruno@clisp.org>
23703
23704         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
23705         * modules/alloca (Makefile.am): All object files depend on alloca.h.
23706         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
23707
23708 2003-01-13  Bruno Haible  <bruno@clisp.org>
23709
23710         * gnulib-tool (func_create_testdir): Store config/* files in the main
23711         directory.
23712         * config.rpath: Move to ...
23713         * config/config.rpath: ... here.
23714         * modules/gettext: Contains config/config.rpath, not config.rpath.
23715         * modules/iconv: Likewise.
23716
23717 2003-01-12  Paul Eggert  <eggert@twinsun.com>
23718
23719         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
23720         to avoid collisions with libcurses and libreadline.
23721
23722         * m4/getstr.m4: Remove.
23723         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
23724
23725 2003-01-12  Paul Eggert  <eggert@twinsun.com>
23726
23727         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
23728         to avoid collisions with libcurses and libreadline.
23729
23730         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
23731         * lib/getstr.h, getstr.c: Remove.
23732         * lib/getline.c: Include "getline.h", to check interface.
23733         Move body of old getstr.c here: this defines MIN_CHUNK and
23734         declares getdelim2, which is renamed from getstr.
23735         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
23736
23737         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
23738         All uses changed.
23739         * lib/linebuffer.h: Likewise.
23740         (readline): Remove backward-compatibility macro.
23741
23742 2003-01-12  Paul Eggert  <eggert@twinsun.com>
23743
23744         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
23745         to avoid collisions with libcurses and libreadline.
23746         * getstr: Remove.
23747         * MODULES.html.sh: Remove getstr.
23748         * modules/getline: Depend on unlocked-io, not getstr.
23749
23750 2003-01-12  Jim Meyering  <jim@meyering.net>
23751
23752         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
23753
23754 2003-01-10  Bruno Haible  <bruno@clisp.org>
23755
23756         * modules/alloca: Change Makefile.am requirements. Simplify Include
23757         requirements. Add lib/alloca_.h to file list.
23758
23759 2003-01-10  Bruno Haible  <bruno@clisp.org>
23760
23761         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
23762
23763 2003-01-10  Bruno Haible  <bruno@clisp.org>
23764
23765         * lib/alloca_.h: New file.
23766         * lib/getdate.y: Unconditionally include alloca.h.
23767         * lib/makepath.c: Likewise.
23768         * lib/setenv.c: Likewise.
23769         * lib/userspec.c: Likewise.
23770
23771 2003-01-09  Karl Berry  <karl@gnu.org>
23772
23773         * MODULES.html.sh: include `dirname $0` in PATH, to find
23774         gnulib-tool.
23775
23776 2003-01-09  Bruno Haible  <bruno@clisp.org>
23777
23778         * modules/stdbool: Change configure.ac, Makefile.am requirements.
23779         Simplify Include requirements. Add lib/stdbool.h.in to file list.
23780
23781 2003-01-09  Bruno Haible  <bruno@clisp.org>
23782
23783         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
23784
23785 2003-01-09  Bruno Haible  <bruno@clisp.org>
23786
23787         * lib/stdbool.h.in: New file.
23788
23789 2003-01-09  Bruno Haible  <bruno@clisp.org>
23790
23791         * gnulib-tool (func_all_modules): Ignore files ending in ~.
23792         * MODULES.html.sh: Likewise.
23793
23794 2003-01-08  Jim Meyering  <jim@meyering.net>
23795
23796         * lib/full-write.c: Undefine and define-away `const' after inclusion
23797         of errno.h, not before.  Suggestion from Bruno Haible.
23798
23799 2003-01-08  Bruno Haible  <bruno@clisp.org>
23800
23801         * modules/full-read: Depend on full-write.
23802
23803 2003-01-08  Bruno Haible  <bruno@clisp.org>
23804
23805         * lib/safe-read.c: Include specification header first, to ensure its
23806         selfcontainedness.
23807         * lib/full-write.c: Likewise.
23808
23809 2003-01-07  Jim Meyering  <jim@meyering.net>
23810
23811         * lib/full-write.c: Rework so that it may serve to define full_read,
23812         too.
23813         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
23814
23815 2003-01-07  Bruno Haible  <bruno@clisp.org>
23816
23817         * lib/strtoimax.c: Include <stdint.h> as an alternative to
23818         <inttypes.h>.
23819         * lib/xstrtol.h: Likewise.
23820         * lib/xstrtoimax.c: Likewise.
23821         * lib/xstrtoumax.c: Likewise.
23822         * lib/human.h: Likewise.
23823
23824         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
23825         on systems that have <inttypes.h> but not <stdint.h>.
23826
23827 2003-01-07  Bruno Haible  <bruno@clisp.org>
23828
23829         * MODULES.html.sh: Add copyright notice.
23830         (missed_files): Omit CVS directory entries.
23831         (func_module): Make it work with sed-3.02.
23832         * MODULES.txt: Remove file.
23833
23834 2003-01-06  Jim Meyering  <jim@meyering.net>
23835
23836         * lib/version-etc.c: Update year in translatable copyright string.
23837
23838 2003-01-03  Karl Berry  <karl@gnu.org>
23839
23840         * config/config.{guess,sub}: update from prep.
23841
23842 2003-01-02  Karl Berry  <karl@gnu.org>
23843
23844         * doc/COPYING.DOC: belatedly updated to 1.2.
23845
23846 2003-01-01  Karl Berry  <karl@gnu.org>
23847
23848         * gnulib-tool (func_verify_module): report module name $module in
23849         error message, not $1.
23850         * gnulib-tool (create-testdir): don't complain if destdir couldn't
23851         be created, only if it doesn't exist.
23852         * gnulib-tool (last_checkin_date): don't expand the $Date here.
23853
23854 2002-12-31  Paul Eggert  <eggert@twinsun.com>
23855
23856         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
23857
23858 2002-12-31  Paul Eggert  <eggert@twinsun.com>
23859
23860         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
23861         memcmp if strcoll doesn't work.
23862
23863 2002-12-31  Bruno Haible  <bruno@clisp.org>
23864
23865         * lib/utime.c (utime_null): No need to call ftruncate if the file was
23866         nonempty.
23867
23868 2002-12-31  Bruno Haible  <bruno@clisp.org>
23869
23870         * lib/memcoll.c (STRCOLL): New macro.
23871         (memcoll): Use it.
23872
23873 2002-12-31  Bruno Haible  <bruno@clisp.org>
23874
23875         * lib/localcharset.h: New file.
23876         * lib/localcharset.c: Include it.
23877         * lib/unicodeio.c: Likewise.
23878
23879 2002-12-31  Bruno Haible  <bruno@clisp.org>
23880
23881         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
23882         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
23883
23884 2002-12-31  Bruno Haible  <bruno@clisp.org>
23885
23886         * lib/getline.h: Include <stddef.h>, for size_t.
23887
23888         * lib/unicodeio.h: Include <stddef.h>, for size_t.
23889         * lib/unicodeio.c: Don't include <stddef.h>.
23890
23891 2002-12-31  Bruno Haible  <bruno@clisp.org>
23892
23893         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
23894         HAVE_TM_ZONE.
23895
23896 2002-12-24  Karl Berry  <karl@gnu.org>
23897
23898         * config/config.guess: update from prep.
23899
23900 2002-12-24  Bruno Haible  <bruno@clisp.org>
23901
23902         General infrasructure.
23903         * m4/README: Rewritten.
23904         * m4/onceonly.m4: New file.
23905         * m4/onceonly_2_57.m4: New file.
23906
23907         Module atexit.
23908         * m4/atexit.m4: New file.
23909
23910         Module strtod.
23911         * m4/strtod.m4: New file.
23912
23913         Module strtol.
23914         * m4/strtol.m4: New file.
23915
23916         Module strtoul.
23917         * m4/strtoul.m4: New file.
23918
23919         Module memchr.
23920         * m4/memchr.m4: New file.
23921
23922         Module memcmp.
23923         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
23924         (jm_FUNC_MEMCMP): Invoke it.
23925
23926         Module memcpy.
23927         * m4/memcpy.m4: New file.
23928
23929         Module memmove.
23930         * m4/memmove.m4: New file.
23931
23932         Module memset.
23933         * m4/memset.m4: New file.
23934
23935         Module strcspn.
23936         * m4/strcspn.m4: New file.
23937
23938         Module strpbrk.
23939         * m4/strpbrk.m4: New file.
23940
23941         Module strstr.
23942         * m4/strstr.m4: New file.
23943
23944         Module strerror.
23945         * m4/strerror.m4: New file.
23946
23947         Module mktime.
23948         * m4/mktime.m4: Renamed from jm-mktime.m4.
23949         (gl_PREREQ_MKTIME): New macro.
23950         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
23951
23952         Module malloc.
23953         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
23954         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
23955         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
23956
23957         Module realloc.
23958         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
23959         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
23960         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
23961
23962         Module strftime.
23963         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
23964         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
23965         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
23966         gl_TM_GMTOFF.
23967         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
23968
23969         Module xalloc.
23970         * m4/xalloc.m4: New file.
23971
23972         Module alloca.
23973         * m4/alloca.m4: New file.
23974
23975         Module putenv.
23976         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
23977         (jm_FUNC_PUTENV): Invoke it.
23978
23979         Module setenv.
23980         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
23981         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
23982         when invoked twice.
23983         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
23984         gt_FUNC_SETENV.
23985
23986         Module memrchr.
23987         * m4/memrchr.m4: New file.
23988
23989         Module stpcpy.
23990         * m4/stpcpy.m4: New file.
23991
23992         Module strcase.
23993         * m4/strcase.m4: New file.
23994
23995         Module strdup.
23996         * m4/strdup.m4: New file.
23997
23998         Module strnlen.
23999         * m4/strnlen.m4: New file.
24000
24001         Module strndup.
24002         * m4/strndup.m4: New file.
24003
24004         Module xstrtod.
24005         * m4/xstrtod.m4: New file.
24006
24007         Module xstrtol.
24008         * m4/xstrtol.m4: New file.
24009
24010         Module getdate.
24011         * m4/getdate.m4: New file.
24012
24013         Module unlocked-io.
24014         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
24015         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
24016         * m4/jm-glibc-io.m4n: Remove file.
24017
24018         Module long-options.
24019         * m4/long-options.m4: New file.
24020
24021         Module md5.
24022         * m4/md5.m4: New file.
24023
24024         Module sha.
24025         * m4/sha.m4: New file.
24026
24027         Module getstr.
24028         * m4/getstr.m4: New file.
24029
24030         Module getline.
24031         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
24032         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
24033         <sys/types.h>, for size_t. Use the function name gnu_getline, not
24034         simply getline. Infoke gl_PREREQ_GETLINE.
24035
24036         Module obstack.
24037         * m4/obstack.m4: New file.
24038
24039         Module hash.
24040         * m4/hash.m4: New file.
24041
24042         Module readtokens.
24043         * m4/readtokens.m4: New file.
24044
24045         Module strverscmp.
24046         * m4/strverscmp.m4: New file.
24047
24048         Module stdbool.
24049         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
24050         OSF/1.
24051
24052         Module strtoll.
24053         * m4/strtoll.m4: New file.
24054
24055         Module strtoull.
24056         * m4/strtoull.m4: New file.
24057
24058         Module strtoimax.
24059         * m4/strtoimax.m4: New file.
24060
24061         Module strtoumax.
24062         * m4/strtoumax.m4: New file.
24063
24064         Module xstrtoimax.
24065         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
24066         jm_AC_PREREQ_XSTRTOIMAX.
24067         Moved the strtol prerequisites to strtol.m4.
24068         Moved the strtoll prerequisites to strtoll.m4.
24069         Moved the strtoimax prerequisites to strtoimax.m4.
24070
24071         Module xstrtoumax.
24072         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
24073         jm_AC_PREREQ_XSTRTOUMAX.
24074         Moved the strtoul prerequisites to strtoul.m4.
24075         Moved the strtoull prerequisites to strtoull.m4.
24076         Moved the strtoumax prerequisites to strtoumax.m4.
24077
24078         Module chown.
24079         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
24080         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
24081
24082         Module dup2.
24083         * m4/dup2.m4: New file.
24084
24085         Module ftruncate.
24086         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
24087         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
24088
24089         Module getgroups.
24090         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
24091         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
24092
24093         Module gettimeofday.
24094         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
24095         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
24096         gl_PREREQ_GETTIMEOFDAY.
24097
24098         Module mkdir.
24099         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
24100         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
24101
24102         Module mkstemp.
24103         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
24104         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
24105         jm_AC_TYPE_UINTMAX_T.
24106         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
24107
24108         Module stat.
24109         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
24110         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
24111
24112         Module lstat.
24113         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
24114         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
24115
24116         Module timespec.
24117         * m4/timespec.m4 (gl_TIMESPEC): New macro.
24118         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
24119         * m4/st_mtim.m4: Indentation.
24120
24121         Module nanosleep.
24122         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
24123         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
24124         gl_PREREQ_NANOSLEEP.
24125
24126         Module regex.
24127         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
24128         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
24129         (gl_REGEX): New macro.
24130
24131         Module rename.
24132         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
24133         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
24134
24135         Module rmdir.
24136         * m4/rmdir.m4: New file.
24137
24138         Module utime.
24139         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
24140         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
24141         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
24142
24143         Module dirname.
24144         * m4/dirname.m4: New file.
24145
24146         Module getopt.
24147         * m4/getopt.m4: New file.
24148
24149         Module unistd-safer.
24150         * m4/unistd-safer.m4: New file.
24151
24152         Module fnmatch.
24153         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
24154         declaration.
24155         (gl_PREREQ_FNMATCH_EXTRA): New macro.
24156         (gl_FUNC_FNMATCH_POSIX): New macro.
24157         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
24158         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
24159         simply fnmatch.
24160
24161         Module exclude.
24162         * m4/exclude.m4: New file.
24163
24164         Module human.
24165         * m4/human.m4: New file.
24166
24167         Module acl.
24168         * m4/acl.m4: Nop.
24169
24170         Module backupfile.
24171         * m4/backupfile.m4: New file.
24172         * m4/d-ino.m4: Indentation.
24173
24174         Module fsusage.
24175         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
24176         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
24177         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
24178
24179         Module dirfd.
24180         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
24181         requirements.
24182
24183         Module euidaccess.
24184         * m4/euidaccess.m4: New file.
24185
24186         Module file-type.
24187         * m4/file-type.m4: New file.
24188
24189         Module fileblocks.
24190         * m4/fileblocks.m4: New file.
24191
24192         Module filemode.
24193         * m4/filemode.m4: New file.
24194
24195         Module isdir.
24196         * m4/isdir.m4: New file.
24197
24198         Module lchown.
24199         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
24200         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
24201
24202         Module makepath.
24203         * m4/makepath.m4: New file.
24204
24205         Module modechange.
24206         * m4/modechange.m4: New file.
24207
24208         Module mountlist.
24209         * m4/mountlist.m4: New file.
24210         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
24211         Indentation.
24212
24213         Module path-concat.
24214         * m4/path-concat.m4: New file.
24215
24216         Module pathmax.
24217         * m4/pathmax.m4: New file.
24218
24219         Module same.
24220         * m4/same.m4: New file.
24221
24222         Module save-cwd.
24223         * m4/save-cwd.m4: New file.
24224
24225         Module savedir.
24226         * m4/savedir.m4: New file.
24227
24228         Module xgetcwd.
24229         * m4/xgetcwd.m4: New file.
24230         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
24231
24232         Module xreadlink.
24233         * m4/xreadlink.m4: New file.
24234
24235         Module safe-read.
24236         * m4/safe-read.m4: New file.
24237
24238         Module safe-write.
24239         * m4/safe-write.m4: New file.
24240
24241         Module closeout.
24242         * m4/closeout.m4: New file.
24243
24244         Module stdio-safer.
24245         * m4/stdio-safer.m4: New file.
24246
24247         Module getpass.
24248         * m4/getpass.m4: New file.
24249
24250         Module getugroups.
24251         * m4/getugroups.m4: New file.
24252
24253         Module group-member.
24254         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
24255         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
24256
24257         Module idcache.
24258         * m4/idcache.m4: New file.
24259
24260         Module userspec.
24261         * m4/userspec.m4: New file.
24262
24263         Module gettime.
24264         * m4/clock_time.m4: New file.
24265         * m4/gettime.m4: New file.
24266
24267         Module settime.
24268         * m4/settime.m4: New file.
24269
24270         Module posixtm.
24271         * m4/posixtm.m4: New file.
24272
24273         Module gethostname.
24274         * m4/gethostname.m4: New file.
24275
24276         Module canon-host.
24277         * m4/canon-host.m4: New file.
24278
24279         Module gettext.
24280         * m4/codeset.m4: New file, from gettext-0.11.5.
24281         * m4/gettext.m4: New file, from gettext-0.11.5.
24282         * m4/glibc21.m4: New file, from gettext-0.11.5.
24283         * m4/iconv.m4: New file, from gettext-0.11.5.
24284         * m4/intdiv0.m4: New file, from gettext-0.11.5.
24285         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
24286         * m4/inttypes.m4: New file, from gettext-0.11.5.
24287         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
24288         * m4/isc-posix.m4: New file, from gettext-0.11.5.
24289         * m4/lcmessage.m4: New file, from gettext-0.11.5.
24290         * m4/lib-ld.m4: New file, from gettext-0.11.5.
24291         * m4/lib-link.m4: New file, from gettext-0.11.5.
24292         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
24293         * m4/progtest.m4: New file, from gettext-0.11.5.
24294         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
24295         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
24296         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
24297
24298         Module localcharset.
24299         * m4/localcharset.m4: New file.
24300
24301         Module hard-locale.
24302         * m4/hard-locale.m4: New file.
24303
24304         Module mbswidth.
24305         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
24306         onceonly macros.
24307         * m4/mbrtowc.m4: Add comment.
24308
24309         Module memcasecmp.
24310         * m4/memcasecmp.m4: New file.
24311
24312         Module memcoll.
24313         * m4/memcoll.m4: New file.
24314
24315         Module unicodeio.
24316         * m4/unicodeio.m4: New file.
24317
24318         Module rpmatch.
24319         * m4/rpmatch.m4: New file.
24320
24321         Module yesno.
24322         * m4/yesno.m4: New file.
24323
24324         Module exitfail.
24325         * m4/exitfail.m4: New file.
24326
24327         Module c-stack.
24328         * m4/c-stack.m4 (gl_C_STACK): New macro.
24329         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
24330
24331         Module error.
24332         * m4/error.m4 (gl_ERROR): New macro.
24333         (jm_PREREQ_ERROR): Use onceonly macros.
24334
24335         Module fatal.
24336         * m4/fatal.m4: New file.
24337
24338         Module getloadavg.
24339         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
24340         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
24341
24342         Module getpagesize.
24343         * m4/getpagesize.m4: New file.
24344
24345         Module getusershell.
24346         * m4/getusershell.m4: New file.
24347
24348         Module physmem.
24349         * m4/physmem.m4: New file.
24350
24351         Module posixver.
24352         * m4/posixver.m4: New file.
24353
24354         Module quotearg.
24355         * m4/quotearg.m4: New file.
24356
24357         Module quote.
24358         * m4/quote.m4: New file.
24359
24360         Module readutmp.
24361         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
24362
24363         Module sig2str.
24364         * m4/sig2str.m4: New file.
24365
24366         Other.
24367         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
24368         ulonglong.m4.
24369         * m4/intmax_t.m4: New file.
24370         * m4/d-type.m4: Indentation.
24371         * m4/jm-macros.m4: Update.
24372         * m4/prereq.m4 (jm_PREREQ): Update.
24373         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
24374         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
24375         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
24376         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
24377         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
24378         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
24379         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
24380         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
24381         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
24382         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
24383         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
24384         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
24385         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
24386         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
24387         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
24388         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
24389         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
24390         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
24391         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
24392
24393 2002-12-24  Bruno Haible  <bruno@clisp.org>
24394
24395         * MODULES.txt: Update according to m4/ changes.
24396
24397         Module gettext.
24398         * config.rpath: New file, from gettext-0.11.5.
24399
24400         * modules/*: New module descriptions.
24401         * gnulib-tool: New file.
24402         * MODULES.html.sh: New file.
24403
24404 2002-12-21  Karl Berry  <karl@gnu.org>
24405
24406         * doc/fdl.texi: update to version 1.2.
24407
24408 2002-12-19  Karl Berry  <karl@gnu.org>
24409
24410         * config/config.guess: update from prep.
24411
24412 2002-12-18  Bruno Haible  <bruno@clisp.org>
24413
24414         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
24415         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
24416
24417 2002-12-17  Bruno Haible  <bruno@clisp.org>
24418
24419         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
24420         stdlib.h, string.h.
24421
24422 2002-12-17  Bruno Haible  <bruno@clisp.org>
24423
24424         * lib/canon-host.c (strdup): Remove unused declaration.
24425
24426         * lib/fsusage.c: Include full_read.h.
24427         (get_fs_usage): Use full_read instead of safe_read.
24428
24429         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
24430
24431 2002-12-12  Karl Berry  <karl@gnu.org>
24432
24433         * config/config.guess: update from prep.
24434
24435 2002-12-11  Bruno Haible  <bruno@clisp.org>
24436
24437         * m4/setenv.m4: New file, from gettext-0.11.5.
24438
24439 2002-12-11  Bruno Haible  <bruno@clisp.org>
24440
24441         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
24442         not unsetenv().
24443         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
24444         modifications:
24445
24446         2002-12-11  Bruno Haible  <bruno@clisp.org>
24447
24448                 * setenv.c (alloca): Fall back to malloc.
24449                 (freea): New macro.
24450                 (setenv): Use freea() to free memory allocated with alloca().
24451
24452         2002-11-13  Bruno Haible  <bruno@clisp.org>
24453
24454                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
24455                 function declarations.
24456                 * unsetenv.c (unsetenv): Likewise.
24457
24458         2002-03-04  Bruno Haible  <bruno@clisp.org>
24459
24460                 Portability to AIX 4.3.3.
24461                 * unsetenv.c: New file, extracted from setenv.c.
24462                 * setenv.c: Move the unsetenv() function to unsetenv.c.
24463
24464         2001-12-20  Bruno Haible  <bruno@clisp.org>
24465
24466                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
24467                 use malloc instead. For SunOS 4.
24468
24469         2001-12-11  Bruno Haible  <bruno@clisp.org>
24470
24471                 * setenv.c: Declare alloca.
24472                 (compar_fn_t): New typedef.
24473                 (KNOWN_VALUE, STORE_VALUE): Use it.
24474
24475         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
24476         setenv.h.
24477
24478 2002-12-10  Paul Eggert  <eggert@twinsun.com>
24479
24480         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
24481         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
24482         Choose values that are less likely to collide with system fnmatch
24483         options.
24484         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
24485         defined (e.g., a pure POSIX system).
24486         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
24487         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
24488
24489 2002-12-06  Paul Eggert  <eggert@twinsun.com>
24490
24491         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
24492         a pain in practice to deal with generated m4 files.  This change
24493         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
24494
24495         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
24496         and jm-glibc-io.m4, as they are no longer a special case.
24497         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
24498         kludge and the auto-generation stuff.  Check only whether the
24499         functions are declared, not whether they exist, since older hosts
24500         that don't declare the functions can't use the optimization anyway.
24501
24502 2002-12-06  Jim Meyering  <jim@meyering.net>
24503
24504         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
24505
24506         Merge in changes from libc's misc/error.c, in preparation
24507         for the merge of gnulib's changes back into libc.
24508
24509         * lib/error.c (_): Define only if not already defined.
24510         Move definition to follow all #include directives.
24511         Include unlocked-io.h only if !_LIBC.
24512         [_LIBC]: Include <libio/libioP.h>.
24513         [USE_IN_LIBIO]: Include <libio/iolibio.h>
24514         (fflush): Tweak definition to use INTUSE.
24515         (putc): Define.
24516
24517 2002-12-05  Paul Eggert  <eggert@twinsun.com>
24518
24519         * lib/alloca.c [defined emacs]: Include "lisp.h".
24520         (xalloc_die) [defined emacs]: New macro.
24521         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
24522         [! defined emacs]: Include <xalloc.h>.
24523         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
24524         (pointer): Typedef to POINTER_TYPE *.
24525         (malloc): Remove decl; we now always use xmalloc.
24526         (alloca): Use old-style definition, since Emacs needs this.
24527         Check for arithmetic overflow when computing combined size.
24528
24529 2002-12-04  Paul Eggert  <eggert@twinsun.com>
24530
24531         Do not generate unlocked-io.h automatically, since it's easier to
24532         maintain it by hand.
24533
24534         * lib/unlocked-io.h: New file, from GNU diffutils,
24535         but with proper copyright notice and attribution.
24536         * lib/gen-uio: Remove.
24537         * lib/Makefile.am: Add copyright notice.
24538         (libfetish_a_SOURCES): Add unlocked-io.h.
24539         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
24540         (DISTCLEANFILES, io_functions): Remove macros.
24541         (EXTRA_DIST): Remove gen_uio.
24542         (unlocked-io.h): Remove rule.
24543
24544 2002-12-04  Jim Meyering  <jim@meyering.net>
24545
24546         Reflect the fact that stat.c and lstat.c are no longer generated.
24547         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
24548         (DISTCLEANFILES): Likewise.
24549         (EXTRA_DIST): Likewise.
24550         (all_local): Don't depend on stat.c or lstat.c.
24551         (stat.c, lstat.c): Remove rules.
24552         (EXTRA_DIST): Remove xstat.in.
24553
24554         * lib/xstat.in: Remove file.  Contents moved into stat.c.
24555         * lib/stat.c: New file.  Contents mostly from xstat.in.
24556         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
24557         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
24558
24559         * lib/safe-read.c: Rework so that it may serve to define safe_write,
24560         too.
24561         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
24562
24563 2002-12-03  Jim Meyering  <jim@meyering.net>
24564
24565         * lib/safe-read.c, safe-write.c: Change variable names and comments,
24566         but not semantics, to minimize the differences between these two files.
24567         (safe_read): Change comment to mention SAFE_READ_ERROR.
24568
24569         * lib/safe-read.c (IS_EINTR): Define.
24570         (safe_read): Use IS_EINTR in place of in-function cpp directives.
24571
24572 2002-12-02  Jim Meyering  <jim@meyering.net>
24573
24574         * lib/safe-read.c (EINTR): Define.
24575         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
24576         (INT_MAX): Provide fallback.
24577         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
24578
24579         * lib/safe-read.h (SAFE_READ_ERROR): Define.
24580
24581 2002-12-02  Bruno Haible  <bruno@clisp.org>
24582
24583         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
24584         Define, taken from safe-read.c.
24585         (INT_MAX): Provide fallback.
24586         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
24587         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
24588
24589         * lib/safe-read.c (EINTR): Remove definition.
24590         (safe_read): Don't use EINTR if it is absent.
24591
24592 2002-12-01  Jim Meyering  <jim@meyering.net>
24593
24594         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
24595         zero.
24596         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
24597
24598 2002-11-27  Paul Eggert  <eggert@twinsun.com>
24599
24600         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
24601         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
24602         with `if (! (value < limit)) abort ();', for readability.
24603
24604 2002-11-26  Karl Berry  <karl@gnu.org>
24605
24606         * lib/strdup.c: copy from libc again, with jim's ok.
24607         * lib/.cppi-disable: re-add strdup.c
24608
24609 2002-11-25  Karl Berry  <karl@gnu.org>
24610
24611         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
24612         instead of "strtol.c".
24613
24614 2002-11-25  Karl Berry  <karl@gnu.org>
24615
24616         * config/install-sh: update from automake for variable quoting, $0 in
24617         error msgs, etc.
24618
24619         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
24620         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
24621         entry.
24622
24623 2002-11-25  Jim Meyering  <jim@meyering.net>
24624
24625         * lib/mktime.c: Sync from libc, now that it has the latest fix.
24626
24627 2002-11-24  Karl Berry  <karl@gnu.org>
24628
24629         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
24630         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
24631
24632 2002-11-24  Jim Meyering  <jim@meyering.net>
24633
24634         Update from coreutils:
24635
24636         * lib/mktime.c: Merge in changes from libc.
24637
24638         Avoid a link-time failure on some Linux systems.
24639         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
24640         (otherwise).
24641         (__mon_yday): Declare with the STATIC attribute.
24642         (__mktime_internal): Likewise.
24643         Based on a report from Greg Schafer.
24644
24645 2002-11-23  Jim Meyering  <jim@meyering.net>
24646
24647         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
24648         Use `unsigned', not `int', as type of index.
24649
24650         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
24651
24652         * lib/fsusage.c: Remove unneeded parentheses around operands of
24653         `defined'.
24654
24655 2002-11-22  Paul Eggert  <eggert@twinsun.com>
24656
24657         * lib/quotearg.h: Allow multiple inclusion by surrounding with
24658         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
24659         so that we can be included first.
24660         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
24661         * lib/quotearg.c: Include quotearg.h immediately after config.h.
24662         No need to include stddef.h or sys/types.h any more.
24663         Surround local include files with "", not "<>".
24664         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
24665         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
24666         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
24667         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
24668         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
24669         (ISPRINT): Remove; no longer needed now that we assume C89.
24670
24671         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
24672         Preserve errno.
24673
24674         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
24675         quotearg_char): Use SIZE_MAX rather than
24676         (size_t) -1 when we are talking about "infinity".
24677
24678         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
24679
24680 2002-11-22  Paul Eggert  <eggert@twinsun.com>
24681
24682         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
24683         hint that one should use `if (! x) abort ();' rather than `assert
24684         (x);', and anyway it's one less thing to worry about configuring.
24685         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
24686         hash_rehash, hash_insert): Use abort rather than assert.
24687
24688 2002-11-22  Bruno Haible  <bruno@clisp.org>
24689
24690         * lib/safe-read.h: Assume C89. Add comments.
24691         (safe_read): Change return type to size_t.
24692         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
24693         byte counts > SSIZE_MAX correctly.
24694         * lib/safe-write.h: New file.
24695         * lib/safe-write.c: New file.
24696         * lib/full-read.h: New file.
24697         * lib/full-read.c: New file.
24698         * lib/full-write.h: Assume C89. Add comments.
24699         * lib/full-write.c: Include safe-write.h.
24700         (full_write): Rewritten to use safe_write.
24701         Suggested by Jim Meyering and Paul Eggert.
24702
24703 2002-11-21  Jim Meyering  <jim@meyering.net>
24704
24705         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
24706
24707         Merge in changes from the coreutils.
24708
24709         2002-09-25  Paul Eggert  <eggert@twinsun.com>
24710         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
24711         <stdint.h>.
24712         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
24713         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
24714         int.  Work more efficiently if X is the same width as uintmax_t.
24715         Do not compare X to -1, to avoid bogus compiler warning.
24716         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
24717         Don't assume that f_frsize and f_bsize are the same type.
24718
24719         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
24720         warning on FreeBSD.
24721
24722         * lib/makepath.c (make_path): Restore umask *before* creating the final
24723         component.
24724         (make_path): Minor reformatting.
24725
24726         * lib/xmalloc.c: Adjust to work with new autoconf macros,
24727         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
24728         HAVE_MALLOC/HAVE_REALLOC.
24729
24730         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
24731         dummy ones.  At least on GNU/Linux systems, `auto' means something
24732         else.
24733         From Michael Stone.
24734
24735 2002-11-21  Bruno Haible  <bruno@clisp.org>
24736
24737         Remove case insensitive option matching.
24738         * lib/argmatch.h (argcasematch): Remove declaration.
24739         (ARGCASEMATCH): Remove macro.
24740         (__xargmatch_internal): Remove case_sensitive argument.
24741         (XARGMATCH): Update.
24742         (XARGCASEMATCH): Remove macro.
24743         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
24744         case_sensitive argument.
24745         (argcasematch): Remove function.
24746         (__xargmatch_internal): Remove case_sensitive argument.
24747         (main): Use XARGMATCH instead of XARGCASEMATCH.
24748
24749         * lib/xmalloc.c: Change compile-time error message. Add comment about
24750         required autoconf version.
24751
24752 2002-11-20  Paul Eggert  <eggert@twinsun.com>
24753
24754         Merge argmatch cleanups from Bison.  Assume C89.
24755
24756         * lib/argmatch.c: Include config.h here, not in argmatch.h.
24757         Include stdlib.h, for EXIT_FAILURE.
24758         Always include <string.h>, since we assume C89.
24759         (EXIT_FAILURE): Remove pre-C89 bug workaround.
24760         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
24761         Include <stddef.h> instead, since it's all we need for size_t.
24762         (PARAMS): Remove.  All uses removed.
24763         (ARRAY_CARDINALITY): Do not bother to #undef.
24764         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
24765         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
24766         Remove unnecessary parentheses.
24767         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
24768         Insert necessary parentheses.
24769         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
24770         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
24771
24772 2002-11-19  Bruno Haible  <bruno@clisp.org>
24773
24774         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
24775         * lib/mbswidth.h: Include <stddef.h>, for size_t.
24776
24777         * lib/mbswidth.h (PARAMS): Remove macro.
24778         (mbswidth, mbsnwidth): Use ANSI C function declarations.
24779         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
24780
24781         * lib/gcd.h (PARAMS): Remove macro.
24782         (gcd): Use ANSI C function declarations.
24783         * lib/gcd.c (gcd): Likewise.
24784
24785 2002-11-15  Bruno Haible  <bruno@clisp.org>
24786
24787         * lib/strcspn.c: Include <stddef.h>.
24788         (strcspn): Use ANSI C function declaration. Change return type to
24789         size_t. Use NULL.
24790         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
24791         (strpbrk): Use NULL.
24792         * lib/strpbrk.h (PARAMS): Remove macro.
24793         (strpbrk): Use ANSI C function declaration.
24794         * lib/strstr.c: Don't include <sys/types.h>.
24795         * lib/strstr.h (PARAMS): Remove macro.
24796         (strstr): Use ANSI C function declarations.
24797
24798 2002-11-14  Karl Berry  <karl@gnu.org>
24799
24800         * config/mkinstalldirs: `do' on separate line, instead of
24801         `for var; do'.
24802
24803 2002-11-06  Bruno Haible  <bruno@clisp.org>
24804
24805         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
24806         * lib/gcd.c (gcd): Likewise.
24807
24808 2002-11-05  Bruno Haible  <bruno@clisp.org>
24809
24810         * lib/gcd.h: New file, from gettext-0.11.5.
24811         * lib/gcd.c: New file, from gettext-0.11.5.
24812
24813 2002-11-05  Bruno Haible  <bruno@clisp.org>
24814
24815         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
24816         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
24817         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
24818         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
24819
24820         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
24821         <libintl.h>.
24822         * lib/makepath.c: Include gettext.h instead of <locale.h> and
24823         <libintl.h>.
24824
24825         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
24826         * lib/human.c: Include gettext.h instead of <libintl.h>.
24827         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
24828         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
24829         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
24830         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
24831         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
24832         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
24833         (textdomain): Remove definition.
24834         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
24835
24836         * lib/long-options.c: Remove include of <libintl.h> and definition of
24837         _.
24838         * lib/same.c: Remove include of <libintl.h> and definition of _.
24839
24840 2002-11-04  Owen Taylor  <otaylor@redhat.com>
24841
24842         * lib/config.charset: A few additions for Solaris.
24843
24844 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
24845
24846         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
24847         * lib/localcharset.c (locale_charset): Declare as extern "C".
24848
24849 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
24850
24851         * lib/config.charset: msdos in uk_UA uses CP1125.
24852
24853 2002-11-04  Bruno Haible  <bruno@clisp.org>
24854
24855         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
24856         * lib/strcase.h: New file, from GNU gettext-0.11.5.
24857         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
24858         * lib/strstr.h: New file, from GNU gettext-0.11.5.
24859         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
24860
24861 2002-11-04  Bruno Haible  <bruno@clisp.org>
24862
24863         * lib/localcharset.c (locale_charset): Don't return an empty string.
24864
24865 2002-11-04  Bruno Haible  <bruno@clisp.org>
24866
24867         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
24868         aliases.
24869
24870 2002-11-04  Bruno Haible  <bruno@clisp.org>
24871
24872         * lib/config.charset: Update for newest glibc. Add canonical names
24873         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
24874
24875 2002-11-04  Bruno Haible  <bruno@clisp.org>
24876
24877         * lib/config.charset: Add support for NetBSD.
24878
24879 2002-11-04  Bruno Haible  <bruno@clisp.org>
24880
24881         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
24882
24883 2002-11-01  Bruno Haible  <bruno@clisp.org>
24884
24885         * configure.in: Add AC_CONFIG_AUX_DIR call.
24886         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
24887         test/Makefile.
24888         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
24889
24890 2002-09-28  Karl Berry  <karl@gnu.org>
24891
24892         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
24893         installed automake until the next release, since changes have been
24894         made.
24895
24896 2002-09-25  Karl Berry  <karl@gnu.org>
24897
24898         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
24899         * lib/getopt*: copy from libc/posix.
24900         * lib/gettext.h: copy from gettext.
24901         * lib/.cppi-disable: add strdup.c, gettext.h.
24902
24903 2002-09-25  Karl Berry  <karl@gnu.org>
24904
24905         * config/srclist.txt: enable gettext.h check.
24906         * config/config.{guess,sub}: update from prep.
24907         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
24908                 from automake 1.6.3.
24909         See srclist*.
24910
24911 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
24912
24913         * regex.c (PATFETCH): Remove the translating fetch.
24914         (PATFETCH_RAW): Rename to PATFETCH.
24915         (set_image_of_range): New fun.
24916         (SET_RANGE_TABLE_WORK_AREA): Use it.
24917         (regex_compile): Don't translate the pattern chars so eagerly.
24918         Only do it when inserting an `exactn' bytecode or when handling
24919         a char-range.
24920         (mutually_exclusive_p): Avoid empty statement.
24921
24922 2002-07-06  Jim Meyering  <meyering@lucent.com>
24923
24924         * m4/README: Don't mention Makefile.am.in.
24925         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
24926
24927 2002-07-01  Jim Meyering  <meyering@lucent.com>
24928
24929         * lib/c-stack.c: Include sys/time.h.
24930         From Volker Borchert.
24931
24932 2002-06-26  Paul Eggert  <eggert@twinsun.com>
24933
24934         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
24935
24936 2002-06-26  Paul Eggert  <eggert@twinsun.com>
24937
24938         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
24939         New macro.  Use it uniformly instead of
24940         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
24941         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
24942         reported by Vin Shelton.
24943
24944 2002-06-22  Paul Eggert  <eggert@twinsun.com>
24945
24946         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
24947         Do not assume SA_SIGINFO behavior.
24948         Bug reported by Jim Meyering on NetBSD 1.5.2.
24949
24950 2002-06-22  Jim Meyering  <meyering@lucent.com>
24951
24952         * m4/c-stack.m4: New file, from diffutils-2.8.2.
24953         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
24954
24955         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
24956         now that configure.ac uses AC_GNU_SOURCE.
24957         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
24958         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
24959
24960         Update to latest tools.  Suggestions from Paul Eggert.
24961         * m4/stdbool.m4: New file, from diffutils-2.8.2.
24962         * m4/gnu-source.m4: Update from diffutils-2.8.2.
24963         * m4/fnmatch.m4: Likewise.
24964         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
24965         to AC_HEADER_STDBOOL
24966
24967 2002-06-22  Jim Meyering  <meyering@lucent.com>
24968
24969         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
24970         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
24971
24972 2002-06-22  Jim Meyering  <meyering@lucent.com>
24973
24974         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
24975
24976         * lib/exitfail.c, exitfail.h: Likewise.
24977         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
24978
24979         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
24980         of fnmatch.h.
24981         (EXTRA_DIST): Add fnmatch_loop.c.
24982         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
24983
24984         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
24985         * lib/fnmatch.c: Update from diffutils-2.8.2.
24986         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
24987         * lib/fnmatch.h: Remove file.
24988
24989 2002-06-21  Jim Meyering  <meyering@lucent.com>
24990
24991         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
24992         * m4/mbrtowc.m4: Likewise.
24993
24994         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
24995         * m4/mbswidth.m4: Reflect name change:
24996         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
24997         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
24998
24999         * m4/lib-link.m4: Update from gettext-0.11.2.
25000         * m4/gettext.m4: Likewise.
25001
25002         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
25003         From Alfred M. Szmidt.
25004
25005 2002-06-18  Paul Eggert  <eggert@twinsun.com>
25006
25007         * lib/file-type.h: Report an error if neither S_ISREG nor
25008         S_IFREG is defined, instead of using a test specific to glibc
25009         2.2.  This should be safe, since POSIX requires S_ISREG and
25010         Unix Version 7 had S_IFREG.  We don't need to check for
25011         <sys/types.h> since we don't use any symbols that it defines.
25012
25013 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
25014
25015         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
25016         $@-t, so that each temporary file name is unique and valid in the first
25017         8 characters, for operation under DOS.
25018
25019 2002-06-15  Paul Eggert  <eggert@twinsun.com>
25020
25021         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
25022
25023 2002-06-15  Jim Meyering  <meyering@lucent.com>
25024
25025         Work even with DJGPP 2.03, which lacks support for symlinks.
25026         From Richard Dawe.
25027         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
25028         is defined.
25029         * lib/lchown.c (S_ISLNK): Likewise.
25030
25031 2002-06-15  Jim Meyering  <meyering@lucent.com>
25032
25033         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
25034         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
25035         have been included before this file.
25036
25037 2002-06-14  Jim Meyering  <meyering@lucent.com>
25038
25039         * lib/file-type.h: Use the version from diffutils-2.8.2.
25040         * lib/file-type.c: Likewise.
25041
25042 2002-06-07  Jim Meyering  <meyering@lucent.com>
25043
25044         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
25045         They're needed at least for NetBSD 1.5.2.
25046         ($statxfs_includes): Include those same headers.
25047         ($statxfs_includes): Include sys/vfs.h if available.
25048         ($statxfs_includes): Likewise for sys/statvfs.h.
25049         Check for the following members in both structs statfs and statvfs:
25050         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
25051
25052 2002-06-01  Jim Meyering  <meyering@lucent.com>
25053
25054         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
25055         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
25056
25057 2002-05-28  Jim Meyering  <meyering@lucent.com>
25058
25059         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
25060         Reported by Volker Borchert.
25061
25062 2002-05-27  Jim Meyering  <meyering@lucent.com>
25063
25064         Fix a problem seen only on nonconforming systems whereby ls.c's
25065         use of localtime, and then of gettimeofday would cause trouble:
25066         the localtime call used to initialize rpl_gettimeofday's save
25067         mechanism would clobber ls's current local time information so
25068         that in any long listing the first file would always be listed
25069         with date 1970-01-01.  Analysis by Volker Borchert.
25070
25071         * lib/gettimeofday.c (localtime): Undefine.
25072         (rpl_localtime): New function.
25073
25074 2002-05-27  Jim Meyering  <meyering@lucent.com>
25075
25076         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
25077         localtime.
25078
25079         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
25080         use the replacement function; it wouldn't resolve at link time.
25081         Reported by Volker Borchert.
25082
25083 2002-05-22  Jim Meyering  <meyering@lucent.com>
25084
25085         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
25086         file-type.h.
25087         * lib/file-type.h: New file.
25088         * lib/file-type.c (file_type): New file/function.  Extracted from
25089         diffutils.
25090
25091 2002-04-30  Jim Meyering  <meyering@lucent.com>
25092
25093         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
25094
25095 2002-04-29  Paul Eggert  <eggert@twinsun.com>
25096
25097         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
25098
25099 2002-04-29  Paul Eggert  <eggert@twinsun.com>
25100
25101         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
25102         Do not check for alloca.h (no longer used) or stdbool.h (was never
25103         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
25104
25105 2002-04-29  Paul Eggert  <eggert@twinsun.com>
25106
25107         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
25108
25109 2002-04-29  Jim Meyering  <meyering@lucent.com>
25110
25111         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
25112         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
25113         Use AC_FUNC_STRNLEN here instead.
25114
25115         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
25116         With autoconf-2.53a, it's part of AC_PROG_CC.
25117
25118 2002-04-28  Paul Eggert  <eggert@twinsun.com>
25119
25120         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
25121         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
25122
25123 2002-04-28  Paul Eggert  <eggert@twinsun.com>
25124
25125         * lib/sig2str.h, lib/sig2str.c: New files.
25126         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
25127
25128 2002-04-28  Paul Eggert  <eggert@twinsun.com>
25129
25130         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
25131         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
25132         of 127, since 64 is the largest conceivable number for ancient
25133         nonstandard hosts.
25134         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
25135
25136 2002-04-28  Jim Meyering  <meyering@lucent.com>
25137
25138         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
25139
25140 2002-04-24  Jim Meyering  <meyering@lucent.com>
25141
25142         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
25143         (jm_PREREQ): Use it.
25144
25145         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
25146         mach/mach.h fcntl.h.
25147         Check for this function: setlocale.
25148
25149 2002-04-24  Jim Meyering  <meyering@lucent.com>
25150
25151         * lib/gettext.h: New file, from Gettext.
25152         * lib/Makefile.am (INCLUDES): Remove -I../intl.
25153         (libfetish_a_SOURCES): Add gettext.h.
25154
25155 2002-04-16  Jim Meyering  <meyering@lucent.com>
25156
25157         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
25158         ut_pid, ut_id, ut_exit.
25159
25160 2002-04-16  Jim Meyering  <meyering@lucent.com>
25161
25162         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
25163         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
25164         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
25165
25166 2002-04-12  Jim Meyering  <meyering@lucent.com>
25167
25168         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
25169         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
25170         existence of the getmntinfo function.  Needed for Darwin 5.3.
25171
25172         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
25173         This is necessary at least on Darwin 5.3.
25174
25175         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
25176         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
25177         strnlen.o in the library, and that makes some versions of ranlib
25178         object.
25179
25180 2002-04-12  Jim Meyering  <meyering@lucent.com>
25181
25182         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
25183
25184 2002-04-09  Jim Meyering  <meyering@lucent.com>
25185
25186         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
25187         to be more precise.  Rather than saying we're checking whether the
25188         function `works', say what we're testing.
25189         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
25190         Reported by Bruno Haible.
25191
25192 2002-03-10  Jim Meyering  <meyering@lucent.com>
25193
25194         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
25195         Suggestion from Santiago Vila.
25196
25197 2002-03-08  Jim Meyering  <meyering@lucent.com>
25198
25199         * lib/rename.c: Mention that this wrapper is needed also on
25200         mips-dec-ultrix4.4 systems.
25201
25202 2002-03-02  Jim Meyering  <meyering@lucent.com>
25203
25204         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
25205         not HAVE_CLOCK_SETTIME.
25206
25207 2002-02-27  Paul Eggert  <eggert@twinsun.com>
25208
25209         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
25210         Check for clock_settime.
25211
25212 2002-02-27  Paul Eggert  <eggert@twinsun.com>
25213
25214         * lib/nanosleep.h: Rename to....
25215         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
25216
25217         * lib/gettime.c: New file.
25218         * lib/settime.c: New file.
25219         * lib/stime.c: Remove.
25220
25221         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
25222         timespec.h.  Remove nanosleep.h.
25223
25224 2002-02-25  Paul Eggert  <eggert@twinsun.com>
25225
25226         * m4/acl.m4: New file.
25227         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
25228         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
25229
25230 2002-02-25  Paul Eggert  <eggert@twinsun.com>
25231
25232         * lib/acl.c, lib/acl.h: New files.
25233         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
25234
25235 2002-02-24  Jim Meyering  <meyering@lucent.com>
25236
25237         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
25238         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
25239         cause trouble.  Reported by Nelson Beebe.
25240
25241 2002-02-23  Paul Eggert  <eggert@twinsun.com>
25242
25243         * lib/path-concat.c (xpath_concat): Reorder code to pacify
25244         compilers that don't know that xalloc_die never returns.
25245
25246 2002-02-20  Jim Meyering  <meyering@lucent.com>
25247
25248         * lib/getdate.c: Regenerate using bison-1.33.
25249
25250 2002-02-17  Jim Meyering  <meyering@lucent.com>
25251
25252         * config/config.guess (main): Don't use `head -1'; it's no longer
25253         portable. Use `sed 1q' instead.
25254
25255 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
25256
25257         * m4/codeset.m4: Upgrade to gettext-0.11.
25258         * m4/gettext.m4: Upgrade to gettext-0.11.
25259         * m4/glibc21.m4: Upgrade to gettext-0.11.
25260         * m4/iconv.m4: Upgrade to gettext-0.11.
25261         * m4/isc-posix.m4: Upgrade to gettext-0.11.
25262         * m4/lcmessage.m4: Upgrade to gettext-0.11.
25263         * m4/lib-ld.m4: New file, from gettext-0.11.
25264         * m4/lib-link.m4: New file, from gettext-0.11.
25265         * m4/lib-prefix.m4: New file, from gettext-0.11.
25266         * m4/progtest.m4: Upgrade to gettext-0.11.
25267
25268 2002-02-15  Paul Eggert  <eggert@twinsun.com>
25269
25270         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
25271         (jm_PREREQ): Use it.
25272
25273 2002-02-15  Paul Eggert  <eggert@twinsun.com>
25274
25275         * lib/posixver.c, lib/posixver.h: New files.
25276         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
25277
25278 2002-02-02  Paul Eggert  <eggert@twinsun.com>
25279             Bruno Haible  <bruno@clisp.org>
25280
25281         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
25282         (fwrite_success_callback): New declaration.
25283         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
25284         print_unicode_char. Call failure callback instead of error.
25285         (fwrite_success_callback): New function.
25286         (exit_failure_callback): New function.
25287         (fallback_failure_callback): New function.
25288         (print_unicode_char): Call unicode_to_mb.
25289
25290 2002-01-26  Jim Meyering  <meyering@lucent.com>
25291
25292         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
25293         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
25294
25295 2002-01-26  Jim Meyering  <meyering@lucent.com>
25296
25297         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
25298
25299 2002-01-22  Paul Eggert  <eggert@twinsun.com>
25300
25301         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
25302
25303 2002-01-22  Jim Meyering  <meyering@lucent.com>
25304
25305         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
25306         Otherwise, some versions of automake would omit the rule that makes
25307         Makefile from Makefile.in.
25308
25309 2002-01-21  Paul Eggert  <eggert@twinsun.com>
25310
25311         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
25312         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
25313         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
25314         (memcoll): Set errno to zero if there is no error.
25315
25316         * lib/quotearg.c (quotearg_buffer_restyled):
25317         Fix bug with quoting buffers containing NUL when backslashing escapes.
25318         This bug was exposed by the other changes in this patch.
25319         (quotearg_n_options): New arg ARGSIZE.
25320         All callers changed.
25321         (quoting_options_from_style): New function.
25322         (quotearg_n_style): Use it.
25323         (quotearg_n_style_mem): New function.
25324
25325         * lib/quotearg.h (quotearg_n_style_mem): New function.
25326
25327 2002-01-19  Jim Meyering  <meyering@lucent.com>
25328
25329         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
25330         Remove useless quotes: DF_PROG="df".
25331         * m4/strnlen.m4: New file.
25332
25333 2002-01-16  Paul Eggert  <eggert@twinsun.com>
25334
25335         * lib/backupfile.c (ISDIGIT): Comment fix.
25336         * lib/getdate.y (ISDIGIT): Likewise.
25337         * lib/posixtm.c (ISDIGIT, year): Likewise.
25338         * lib/strverscmp.c (ISDIGIT): Likewise.
25339         * lib/userspec.c (ISDIGIT): Likewise.
25340
25341 2002-01-16  Jim Meyering  <meyering@lucent.com>
25342
25343         * lib/getdate.y: Add three semicolons, each just before a closing
25344         brace. Bison (as of version 1.31) no longer papers over that mistake.
25345
25346 2002-01-05  Jim Meyering  <meyering@lucent.com>
25347
25348         * lib/version-etc.c (version_etc_copyright): Update copyright year.
25349
25350 2001-12-19  Paul Eggert  <eggert@twinsun.com>
25351
25352         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
25353         not silently exit merely because the output buffer happens to
25354         have nothing pending.
25355
25356 2001-12-18  Paul Eggert  <eggert@twinsun.com>
25357
25358         See the big note in ../ChangeLog.
25359         * lib/human.c (suffixes): Prefer K to k for 1024.
25360         (generate_suffix_backwards): New function.
25361         (human_readable_inexact): Use it.
25362         * lib/xstrtol.c (__xstrtol): If there is no number but there
25363         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
25364         Accept 'K' as well as 'k'.
25365
25366 2001-12-15  Jim Meyering  <meyering@lucent.com>
25367
25368         * lib/regex.h (__restrict_arr): Update from libc.
25369
25370         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
25371         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
25372         (STREQ): Define.
25373
25374 2001-12-14  Jim Meyering  <meyering@lucent.com>
25375
25376         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
25377         Suggestion from Bruno Haible.
25378
25379 2001-12-10  Jim Meyering  <meyering@lucent.com>
25380
25381         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
25382         xrealloc, Instead, include "xalloc.h".
25383         (initbuffer): Don't cast xmalloc return value to char*.
25384         (readline): Reword comment.
25385         Don't cast xrealloc return value to char*
25386         Return NULL, not 0.
25387
25388 2001-12-09  Jim Meyering  <meyering@lucent.com>
25389
25390         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
25391         about `signed and unsigned type in conditional expression'.
25392         * lib/posixtm.c (posix_time_parse): Likewise.
25393
25394         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
25395
25396         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
25397         to avoid a pedantic warning.
25398
25399         * lib/getstr.c: Don't include assert.h.
25400         (getstr): Remove warning-evoking assertions.
25401         Return -1 if offset parameter is out of bounds.
25402         Change the type of a local from int to size_t.
25403
25404         * lib/strftime.c (my_strftime_localtime_r): Include this function
25405         definition in the `#if ! HAVE_TM_GMTOFF' block.
25406
25407         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
25408         Include xalloc.h instead.
25409
25410 2001-12-02  Jim Meyering  <meyering@lucent.com>
25411
25412         * lib/tempname.c: Don't declare getenv, thus reverting the change of
25413         2001-11-18.  It's no longer necessary, now that stdlib.h is always
25414         included.
25415
25416         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
25417         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
25418
25419 2001-11-30  Akim Demaille  <akim@epita.fr>
25420
25421         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
25422         before being defined.
25423
25424 2001-11-27  Paul Eggert  <eggert@twinsun.com>
25425
25426         * lib/quotearg.h (quotearg_n, quotearg_n_style):
25427         First arg is int, not unsigned.
25428         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
25429         (SIZE_MAX, UINT_MAX): New macros.
25430         (quotearg_n_options): Abort if N is negative.
25431         Avoid overflow check on hosts where size_t is 64 bits and int
25432         is 32 bits, as overflow is impossible there.
25433         Fix off-by-one typo that caused unnecessary reallocation.
25434
25435 2001-11-27  Jim Meyering  <meyering@lucent.com>
25436
25437         * lib/tempname.c: Merge with version from libc.
25438         * lib/regex.c: Likewise.
25439
25440         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
25441         systems for which STDC_HEADERS is 0, it was not included, resulting in
25442         a warning about an integer-to-pointer conversion problem with getenv.
25443         Reported by Volker Borchert.
25444
25445 2001-11-26  Jim Meyering  <meyering@lucent.com>
25446
25447         * lib/gtod.h: Remove file.
25448         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
25449         * lib/gettimeofday.c: Don't include gtod.h.
25450         (GTOD_init): Remove function.
25451         (rpl_gettimeofday): Do its job here instead, rather than aborting.
25452         Suggestion from Volker Borchert.
25453
25454 2001-11-23  Jim Meyering  <meyering@lucent.com>
25455
25456         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
25457         it.
25458         * lib/hash.c (struct hash_table): Define it here instead.
25459
25460 2001-11-22  Jim Meyering  <meyering@lucent.com>
25461
25462         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
25463
25464 2001-11-20  Jim Meyering  <meyering@lucent.com>
25465
25466         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
25467         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
25468
25469 2001-11-19  Jim Meyering  <meyering@lucent.com>
25470
25471         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
25472         directory.  Use "conftestXXXXXX" as the template.
25473         Suggestion from Paul Eggert.
25474
25475         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
25476         immediately, so the test doesn't mistakenly hit the max-open-files
25477         limit.
25478
25479 2001-11-18  Paul Eggert  <eggert@twinsun.com>
25480
25481         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
25482         (TEMPORARIES): New macro.
25483         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
25484         removes an artificial limitation (e.g. HP-UX 10.20, where
25485         TMP_MAX is 17576).
25486
25487 2001-11-18  Jim Meyering  <meyering@lucent.com>
25488
25489         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
25490
25491 2001-11-18  Jim Meyering  <meyering@lucent.com>
25492
25493         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
25494         on SunOS 4.
25495
25496         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
25497         files will be created before anything else.
25498
25499 2001-11-17  Paul Eggert  <eggert@twinsun.com>
25500
25501         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
25502         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
25503
25504 2001-11-17  Jim Meyering  <meyering@lucent.com>
25505
25506         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
25507         Prompted by a report from Bob Proulx.
25508
25509         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
25510         Instead, require UTILS_FUNC_MKSTEMP.
25511
25512 2001-11-17  Jim Meyering  <meyering@lucent.com>
25513
25514         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
25515         Now, that's done as part of AC_FUNC_STRTOD.
25516
25517 2001-11-17  Jim Meyering  <meyering@lucent.com>
25518
25519         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
25520         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
25521         rather than group writable.  Patch by Juan F. Codagnone.
25522
25523         * lib/readtokens.c: Remove explicit declarations of xmalloc and
25524         xrealloc, Instead, include "xalloc.h".
25525
25526         * lib/mountlist.c: Include unlocked-io.h after all system headers.
25527         Remove explicit declarations of xmalloc, xrealloc,
25528         and xstrdup.  Instead, include "xalloc.h".
25529
25530         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
25531         unlocked-io.h.
25532         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
25533         Likewise.
25534         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
25535
25536         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
25537         Reported by Padraig Brady.
25538
25539         * lib/mkstemp.c: #undef mkstemp.
25540         Include config.h.
25541         (rpl_mkstemp): Rename from mkstemp.
25542         Protoize.
25543
25544 2001-11-16  Jim Meyering  <meyering@lucent.com>
25545
25546         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
25547         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
25548         determine the amount of total physical memory, use pstat_getstatic.
25549         HPUX-11 doesn't define _SC_PHYS_PAGES.
25550         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
25551         If sysconf couldn't be used to determine the amount of available
25552         physical memory, use both pstat_getstatic and pstat_getdynamic.
25553         Based on a patch from Bob Proulx.
25554
25555 2001-11-10  Jim Meyering  <meyering@lucent.com>
25556
25557         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
25558         (jm_PREREQ): Use it.
25559
25560 2001-11-09  Jim Meyering  <meyering@lucent.com>
25561
25562         * m4/jm-macros.m4: Require autoconf-2.52f.
25563         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
25564         Use these AC_-prefixed names, not the AM_-prefixed ones.
25565
25566         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
25567
25568 2001-11-05  Jim Meyering  <meyering@lucent.com>
25569
25570         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
25571
25572 2001-11-04  Jim Meyering  <meyering@lucent.com>
25573
25574         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
25575         $DEFS.
25576
25577 2001-11-03  Jim Meyering  <meyering@lucent.com>
25578
25579         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
25580         of AC_DEFUN.
25581
25582         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
25583         know the name of the variable in the macro definition.
25584
25585 2001-11-03  Jim Meyering  <meyering@lucent.com>
25586
25587         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
25588         in argmatch_to_argument call.
25589
25590         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
25591         argument.
25592
25593         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
25594         e.g., a fault due to an attempt to free a NULL pointer.
25595
25596 2001-11-01  Jim Meyering  <meyering@lucent.com>
25597
25598         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
25599         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
25600
25601 2001-11-01  Jim Meyering  <meyering@lucent.com>
25602
25603         * lib/dirfd.c, lib/dirfd.h: New files.
25604         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
25605
25606         * lib/hash.c (hash_print) [TESTING]: Clean up.
25607
25608 2001-10-22  Paul Eggert  <eggert@twinsun.com>
25609
25610         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
25611         to avoid a warning if -Wall.
25612
25613 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
25614
25615         * README: New file
25616         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
25617         (per RMS's instructions, this is now the canonical source)
25618         * lgpl/, gpl/: New directories.
25619
25620 2001-10-21  Paul Eggert  <eggert@twinsun.com>
25621
25622         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
25623
25624 2001-10-21  Jim Meyering  <meyering@lucent.com>
25625
25626         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
25627         this code would end up calling gettext even in packages built
25628         with --disable-nls.
25629         * lib/getopt.c (_): Likewise.
25630         * lib/regex.c (_): Likewise.
25631
25632 2001-10-20  Paul Eggert  <eggert@twinsun.com>
25633
25634         * m4/error.m4 (jm_PREREQ_ERROR):
25635         Do not invoke AC_CHECK_FUNCS with strerror_r, as
25636         AC_FUNC_STRERROR_R does that.
25637         Check for strerror declaration.
25638
25639         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
25640         are supposed to have them these days.
25641         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
25642         Merge changes from latest Autoconf CVS.
25643         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
25644         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
25645         POSIX decided to standardize on the int flavor of strerror_r.
25646
25647 2001-10-20  Paul Eggert  <eggert@twinsun.com>
25648
25649         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
25650         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
25651         Use strerror_r that is only a macro, even if it is not a function.
25652         (strerror): Check for HAVE_DECL_STRERROR before declaring.
25653         (private_strerror): Use prototypes, not old-style function definition.
25654         (print_errno_message): New function.
25655         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
25656         char*-flavored one.
25657         (error_tail, error, error_at_line): Use it.
25658
25659 2001-10-11  Jim Meyering  <meyering@lucent.com>
25660
25661         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
25662         and quote_n (1, ... to avoid clobbering a buffer.
25663
25664 2001-10-05  Jim Meyering  <meyering@lucent.com>
25665
25666         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
25667         hash-pjw.h.
25668         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
25669         * lib/hash-pjw.h: New file.
25670
25671 2001-09-30  Jim Meyering  <meyering@lucent.com>
25672
25673         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
25674         `struct fsstat' has the `f_fstypename' member.
25675         Use that to define FS_TYPE, which is now used to make
25676         the getfsstat link test tighter.
25677
25678 2001-09-30  Jim Meyering  <meyering@lucent.com>
25679
25680         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
25681         Include <sys/ucred.h>, for Apple Darwin.
25682         Include sys/mount.h and sys/fs_types.h only if available.
25683         (FS_TYPE): Define.
25684         (read_filesystem_list): Use FS_TYPE.
25685
25686 2001-09-29  Paul Eggert  <eggert@twinsun.com>
25687
25688         * lib/exclude.c (excluded_filename): 0 -> false, since it's
25689         a boolean context.
25690
25691 2001-09-29  Jim Meyering  <meyering@lucent.com>
25692
25693         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
25694         [one-argument getmntent function]): Include stdio.h before mntent.h.
25695         SunOS 4.1.x needs it for the declaration of `FILE'.
25696         Patch by Volker Borchert.
25697
25698         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
25699         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
25700         sys/fs_types.h, and make the link-test for getfsstat guard #include
25701         directives with appropriate #if HAVE_*_H tests so that we can
25702         detect getfsstat on Apple Darwin1.3.7 systems.
25703         Reported by Nelson Beebe.
25704         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
25705
25706 2001-09-28  Paul Eggert  <eggert@twinsun.com>
25707
25708         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
25709         #defines strtoimax.  Also treat the other strto* functions
25710         like strtoimax.
25711
25712         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
25713         Check for strtoul and strtoumax,
25714         as those declarations are made even in the signed case.
25715         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
25716         Likewise, for strtol and strtoimax.
25717
25718 2001-09-28  Paul Eggert  <eggert@twinsun.com>
25719
25720         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
25721         #defines strtoimax.  Also treat the other strto* functions
25722         like strtoimax.
25723
25724         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
25725         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
25726         (strtoimax, strtoumax): Do not declare if already defined as a macro.
25727
25728 2001-09-26  Jim Meyering  <meyering@lucent.com>
25729
25730         Most macros in unlocked-io.h had the wrong number of arguments.
25731         * lib/gen-uio: New script.
25732         (USE_UNLOCKED_IO): Define to 1 if not already defined.
25733         * lib/unlocked-io.hin: Remove file.
25734         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
25735         rather than trying to embed it here.
25736         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
25737         Reported by Padraig Brady.
25738
25739 2001-09-25  Volker Borchert  <bt@teknon.de>
25740
25741         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
25742         `result'.
25743
25744 2001-09-24  Jim Meyering  <meyering@lucent.com>
25745
25746         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
25747
25748 2001-09-23  Jim Meyering  <meyering@lucent.com>
25749
25750         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
25751         instead of the mere test for existence of mntent.h.  The latter
25752         would get a false-positive on AIX 3.4 systems.
25753         In the outer getmntent if-block, don't die if neither of the getmntent
25754         tests succeeds.  Instead, just fall through and continue with the
25755         remaining tests.
25756
25757 2001-09-23  Jim Meyering  <meyering@lucent.com>
25758
25759         * lib/mountlist.c: Remove useless parentheses in #if directives.
25760         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
25761         the deprecated MOUNTED symbol is no longer defined in mntent.h.
25762
25763 2001-09-22  Jim Meyering  <meyering@lucent.com>
25764
25765         * m4/gettext.m4: New file.  From gettext.
25766         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
25767         * m4/progtest.m4: Likewise
25768         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
25769         * m4/glibc21.m4: Likewise.
25770
25771         * m4/libintl.m4: Remove.  No longer used.
25772
25773 2001-09-22  Jim Meyering  <meyering@lucent.com>
25774
25775         * lib/localcharset.c: Update from latest gettext.
25776         * lib/config.charset: Likewise.
25777
25778 2001-09-20  Jim Meyering  <meyering@lucent.com>
25779
25780         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
25781         strtoimax.
25782         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
25783         strtoumax.
25784
25785 2001-09-20  Jim Meyering  <meyering@lucent.com>
25786
25787         * lib/xstrtol.c (strtoimax): Guard declaration with
25788         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
25789         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
25790         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
25791         (strtoumax): Likewise, for completeness (it wasn't necessary).
25792
25793 2001-09-17  Paul Eggert  <eggert@twinsun.com>
25794
25795         * lib/strtoimax.c (HAVE_LONG_LONG):
25796         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
25797         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
25798         to work around bug in IBM C compiler.
25799
25800 2001-09-17  Jim Meyering  <meyering@lucent.com>
25801
25802         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
25803         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
25804         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
25805         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
25806         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
25807         whenever the right hand side need not be expanded by the shell.
25808
25809 2001-09-16  Paul Eggert  <eggert@twinsun.com>
25810
25811         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
25812         library.  It's not correct, as some older glibcs are buggy.
25813         fnmatch wasn't fixed until glibc 2.2.
25814
25815         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
25816         special shell magic here.
25817
25818 2001-09-16  Jim Meyering  <meyering@lucent.com>
25819
25820         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
25821         * m4/jm-macros.m4: Require it.
25822
25823 2001-09-16  Jim Meyering  <meyering@lucent.com>
25824
25825         * lib/mkdir.c: New file.
25826
25827 2001-09-15  Jim Meyering  <meyering@lucent.com>
25828
25829         * m4/jm-macros.m4: Check for help2man.
25830
25831 2001-09-11  Jim Meyering  <meyering@lucent.com>
25832
25833         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
25834         The body, by Paul Eggert, was moved here from configure.in.
25835         * m4/jm-macros.m4: Require UTILS_HOST_OS.
25836
25837 2001-09-04  Paul Eggert  <eggert@twinsun.com>
25838
25839         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
25840         (jm_PREREQ): Use it.
25841
25842 2001-09-04  Paul Eggert  <eggert@twinsun.com>
25843
25844         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
25845         Use ssize_t, not int, to store result of readlink.
25846         Check for ssize_t overflow as well as size_t overflow,
25847         as POSIX says the result of readlink is implementation-defined
25848         when ssize_t overflows.
25849         Remove unnecessary cast to char*.
25850         Use free+malloc instead of realloc, as the storage doesn't need
25851         to be preserved and it's clearer and can be more efficient that way.
25852         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
25853         * lib/xreadlink.h (xreadlink): Update prototype.
25854
25855 2001-09-04  Paul Eggert  <eggert@twinsun.com>
25856
25857         * lib/xgetcwd.c: Revert some of the previous change; intead,
25858         fix the HAVE_GETCWD_NULL code to behave more like the
25859         !HAVE_GETCWD_NULL code used to.
25860
25861         Include "xalloc.h".
25862         (xgetcwd): Do not return NULL when memory is exhausted; instead,
25863         invoke xalloc_die.
25864
25865 2001-09-03  Paul Eggert  <eggert@twinsun.com>
25866
25867         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
25868         sys/param.h, as pathmax.h includes them.
25869
25870 2001-09-03  Paul Eggert  <eggert@twinsun.com>
25871
25872         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
25873         (jm_PREREQ_XGETCWD): New macro.
25874
25875         * m4/getcwd.m4: New file.
25876
25877 2001-09-03  Paul Eggert  <eggert@twinsun.com>
25878
25879         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
25880         like the HAVE_GETCWD_NULL code.
25881         Include pathmax.h if not HAVE_GETCWD.
25882         Do not include xalloc.h.
25883         (INITIAL_BUFFER_SIZE): New symbol.
25884         Do not use xmalloc / xrealloc, since the caller is responsible for
25885         handling errors.  Preserve errno around `free' during failure.
25886         Do not overrun buffer when using getwd.
25887
25888 2001-09-03  Paul Eggert  <eggert@twinsun.com>
25889
25890         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
25891         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
25892         getcwd (NULL, 0).
25893
25894 2001-09-03  Paul Eggert  <eggert@twinsun.com>
25895
25896         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
25897         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
25898         spotted by Jim Meyering.
25899
25900 2001-09-03  Jim Meyering  <meyering@lucent.com>
25901
25902         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
25903         failure.
25904
25905 2001-09-02  Jim Meyering  <meyering@lucent.com>
25906
25907         * lib/error.c: Update from GNU libc.
25908
25909 2001-09-01  Jim Meyering  <meyering@lucent.com>
25910
25911         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
25912         Used by df.
25913
25914 2001-09-01  Jim Meyering  <meyering@lucent.com>
25915
25916         * lib/xreadlink.c: New file.
25917         * lib/xreadlink.h: New file.
25918         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
25919         xreadlink.h.
25920
25921         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
25922         doesn't conflict with sparc Solaris 7's definition in
25923         /usr/include/sys/int_types.h.
25924
25925         * lib/exclude.c: Use `""', not `<>' to #include non-system header
25926         files.
25927         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
25928         and strncasecmp as r-values.  Unixware didn't have declarations.
25929
25930 2001-08-31  Paul Eggert  <eggert@twinsun.com>
25931
25932         * lib/xstrtol.h: Add copyright notice.
25933         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
25934         LONGINT_INVALID_SUFFIX_CHAR.
25935
25936 2001-08-31  Paul Eggert  <eggert@twinsun.com>
25937
25938         * lib/xstrtol.c (strtoimax): New decl.
25939
25940 2001-08-31  Paul Eggert  <eggert@twinsun.com>
25941
25942         * lib/xgetcwd.c: Don't include pathmax.h.
25943         Include stdlib.h and unistd.h if available.
25944         Include xalloc.h.
25945         (xmalloc, xstrdup, free): Remove decls.
25946         (xgetcwd): Don't assume sizes fit in unsigned.
25947         Check for overflow when computing sizes.
25948         Simplify reallocation code.
25949
25950 2001-08-31  Paul Eggert  <eggert@twinsun.com>
25951
25952         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
25953         a directory's st_size can have an arbitrary value, so the old
25954         usage could waste an arbitrary amount of memory.  All uses
25955         changed.
25956         * lib/savedir.h: Update prototype.
25957
25958 2001-08-31  Paul Eggert  <eggert@twinsun.com>
25959
25960         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
25961
25962         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
25963         old strtoimax.c.
25964
25965         Also, make the following further changes to make this file's
25966         configuration more similar to that of strtol.c:
25967         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
25968         (strtoumax, uintmax_t, strtoull, strtol): Remove.
25969         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
25970         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
25971         changed to signed values.
25972
25973         And make the following changes as well:
25974         Fix copyright notice, as 1999 was missing.
25975         (verify): New macro.
25976         (strtoimax): Check sizes at compile-time, not run-time.
25977         Prefer strtol to strtoll if both work.
25978         (main): Remove; it was not that useful and was a pain to maintain.
25979
25980         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
25981
25982 2001-08-31  Jim Meyering  <meyering@lucent.com>
25983
25984         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
25985         Use an initial, malloc'd, buffer of length 128 rather than
25986         a statically allocated one of length 1024.
25987
25988 2001-08-30  Paul Eggert  <eggert@twinsun.com>
25989
25990         Simplify code, partly by assuming autoconf 2.52 semantics.
25991
25992         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
25993
25994         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
25995         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
25996         All uses removed.
25997         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
25998         Move AC_REQUIRE to next-to-top level, to avoid confusion.
25999         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
26000         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
26001         jm_AC_HEADER_INTTYPES_H.
26002         * m4/jm-macros.m4 (jm_MACROS): Likewise.
26003
26004         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
26005
26006         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
26007         Quote first arg of AC_DEFUN.
26008         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
26009         since they are needed to parse the include file even if we need
26010         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
26011         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
26012         but with opposite signedness.
26013
26014 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26015
26016         Merge 'exclude' changes from tar 1.13.22.
26017         This fixes one or two unlikely storage allocation overflow bugs,
26018         but doesn't change user-visible behavior otherwise.
26019
26020 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26021
26022         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
26023         (jm_PREREQ_EXCLUDE): New macro.
26024
26025 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26026
26027         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
26028         tm to be declared.
26029
26030 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26031
26032         * lib/hash.c: Remove '2001' from copyright notice.
26033
26034 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26035
26036         * lib/full-write.h: New file.
26037         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
26038         * lib/full-write.c: Correct credits, as cccp.c no longer
26039         exists and anyway it was so heavily changed from the old cccp
26040         code as to be unrecognizable.  Include full-write.h.
26041         (full_write) Return size_t, with short writes meaning failure.
26042         All callers changed.  This fixes a bug with large buffers
26043         on 64-bit hosts.
26044         * lib/utime.c: Include full-write.h.
26045
26046 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26047
26048         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
26049         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
26050         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
26051         Include if available.
26052         (<xalloc.h>): Include
26053         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
26054         (verify): New macro.  Use it to verify that EXCLUDE macros do not
26055         collide with FNM macros.
26056         (struct patopts): New struct.
26057         (struct exclude): Use it, as exclude patterns now come with options.
26058         (new_exclude): Support above changes.
26059         (new_exclude, add_exclude_file):
26060         Initial size must now be a power of two to simplify overflow checking.
26061         (free_exclude, fnmatch_no_wildcards): New function.
26062         (excluded_filename): No longer requires options arg, as the options
26063         are determined by add_exclude.  Now returns bool, not int.
26064         (excluded_filename, add_exclude):
26065         Add support for the fancy new exclusion options.
26066         (add_exclude, add_exclude_file): Now takes int options arg.
26067         Check for arithmetic overflow when computing sizes.
26068         (add_exclude_file): xrealloc might modify errno, so don't
26069         realloc until after errno might be used.
26070
26071         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
26072         New macros.
26073         (free_exclude): New decl.
26074         (add_exclude, add_exclude_file): Now takes int options arg.
26075         (excluded_filename): No longer requires options arg, as the options
26076         are determined by add_exclude.  Now returns bool, not int.
26077
26078 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26079
26080         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
26081
26082 2001-08-27  Jim Meyering  <meyering@lucent.com>
26083
26084         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
26085
26086         * lib/version-etc.c (N_): Remove definition.
26087         Revert most of last change.
26088         Instead, simply don't mark the `Copyright...' string for translation.
26089         Based on advice from Paul Eggert.
26090
26091         * lib/strtoxmax.c: Tweak comment.
26092
26093 2001-08-26  Jim Meyering  <meyering@lucent.com>
26094
26095         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
26096
26097         * m4/xstrtoimax.m4: New file.
26098         * m4/xstrtoumax.m4: Add comments explaining why we
26099         AC_REPLACE_FUNCS(strtol).
26100
26101 2001-08-26  Jim Meyering  <meyering@lucent.com>
26102
26103         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
26104         of copyright with `%s' so translators don't get an untranslated
26105         message in 2002.
26106         (COPYRIGHT_YEAR): Define.
26107         (version_etc): Use fprintf rather than fputs.
26108         Suggestion from Ulrich Drepper.
26109
26110         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
26111
26112         * lib/strtoll.c: New file, from GNU libc.
26113         * lib/xstrtoimax.c: New file.
26114
26115         * lib/xstrtol.h: Add xstrtoimax.
26116         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
26117         * lib/strtoimax.c: New file.  Likewise, but first define
26118         STRTOUXMAX_SIGNED.
26119
26120         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
26121         ...
26122         * lib/strtoxmax.c: ... then renamed to this.
26123
26124 2001-08-18  Paul Eggert  <eggert@twinsun.com>
26125
26126         * m4/inttypes.m4: Add AC_PREREQ(2.13).
26127         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
26128         (jm_AC_TYPE_INTMAX_T): New macro.
26129         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
26130
26131         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
26132
26133         * m4/longlong.m4: Renamed from ulonglong.m4.
26134         * m4/inttypes.m4: Renamed from inttypes_h.m4.
26135         * m4/uintmax_t.m4: Removed.
26136
26137 2001-08-13  Paul Eggert  <eggert@twinsun.com>
26138
26139         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
26140         Port to Solaris 8, where 'sed' requires a space after the 'r'
26141         command, and where sh dislikes "$/".  Clean up the spacing a bit.
26142         Redirect output to $tmp just once.
26143
26144 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
26145
26146         * lib/addext.c (<errno.h>): Include.
26147         (errno): Declare if not defined.
26148         (addext): Work correctly when pathconf returns -1 and leaves
26149         errno alone because there is no limit.  Also, work even if
26150         pathconf returns a value greater than SIZE_MAX.
26151
26152 2001-08-12  Jim Meyering  <meyering@lucent.com>
26153
26154         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
26155         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
26156         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
26157         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
26158         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
26159         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
26160         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
26161         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
26162         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
26163         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
26164         utime.m4, utimes.m4, xstrtoumax.m4:
26165         Quote the first argument in each use of AC_DEFUN.
26166
26167 2001-08-12  Jim Meyering  <meyering@lucent.com>
26168
26169         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
26170         Simply `return getcwd (NULL, 0);'.
26171         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
26172         Use 1300 as initial value for length, not PATH_MAX.
26173
26174         * lib/pathmax.h: Clean up cpp syntax.
26175
26176 2001-08-12  Jim Meyering  <meyering@lucent.com>
26177
26178         * lib/gettimeofday.c: New file.
26179         * lib/gtod.h: New file.
26180         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
26181
26182 2001-08-05  Jim Meyering  <meyering@lucent.com>
26183
26184         * m4/jm-macros.m4: Require autoconf-2.52.
26185
26186 2001-08-04  Jim Meyering  <meyering@lucent.com>
26187
26188         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
26189         stmt, to get in sync with glibc.
26190
26191 2001-08-03  Paul Eggert  <eggert@twinsun.com>
26192
26193         The following changes are from gettext 0.10.39 as maintained by
26194         Bruno Haible.
26195
26196         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
26197         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
26198         with inverted sense.  All uses changed.
26199
26200         * lib/mbswidth.c: Don't include <limits.h>.
26201         Include <stdlib.h> and <string.h> unconditionally.
26202         (iswcntrl, mbsinit, ISCNTRL): New macros.
26203         (mbsnwidth): Use K&R style function declarations.
26204         Don't bother checking for MB_LEN_MAX == 1, since the compiler
26205         can optimize it when MB_CUR_MAX == 1.
26206         The width of control characters is zero, not 1.
26207
26208 2001-08-03  Paul Eggert  <eggert@twinsun.com>
26209
26210         The following changes are from gettext 0.10.39 as maintained by
26211         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
26212
26213         * m4/codeset.m4: Upgrade to serial AM1.
26214         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
26215         all uses changed.  Quote first arg of AC_DEFUN.
26216         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
26217
26218         * m4/iconv.m4: Upgrade to serial AM2.
26219         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
26220         Add --with-libconv-prefix.
26221         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
26222         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
26223         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
26224         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
26225         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
26226
26227         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
26228         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
26229         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
26230         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
26231         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
26232         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
26233         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
26234         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
26235         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
26236
26237         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
26238         string.h any more.
26239
26240         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
26241         not the default value.
26242
26243         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
26244         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
26245         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
26246         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
26247         Also check for iswcntrl, used for wcwidth fallback.
26248         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
26249         to Autoconf 2.13.
26250
26251 2001-08-03  Jim Meyering  <meyering@lucent.com>
26252
26253         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
26254         as it was in the original.  Reported by Paul Eggert.
26255
26256 2001-07-16  Jim Meyering  <meyering@lucent.com>
26257
26258         * m4/gettimeofday.m4: New file.
26259         Prompted by a report from Bernhard Baehr.
26260
26261 2001-07-15  Jim Meyering  <meyering@lucent.com>
26262
26263         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
26264         stuff. Now it's in ../Makefile.cfg.
26265
26266 2001-07-15  Jim Meyering  <meyering@lucent.com>
26267
26268         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
26269         (BUILT_SOURCES): Add unlocked-io.h.
26270         (io_functions): Define.
26271         (unlocked-io.h): New rule.
26272         (DISTCLEANFILES): Add unlocked-io.h.
26273         (all-local): Depend on unlocked-io.h, to ensure it is created.
26274
26275         * lib/unlocked-io.hin: New file
26276
26277         * lib/regex.c: Update from glibc.
26278
26279 2001-07-05  Jim Meyering  <meyering@lucent.com>
26280
26281         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
26282         recommendation.
26283         (libfetish_a_SOURCES): Put all .h files here instead.
26284         Remove a thus-exposed (better checks in automake) duplicate and
26285         two unnecessary .h files.
26286
26287 2001-07-04  Jim Meyering  <meyering@lucent.com>
26288
26289         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
26290         that generates jm-glibc-io.m4 so that it doesn't trigger any make
26291         distcheck failure.
26292
26293 2001-07-02  Jim Meyering  <meyering@lucent.com>
26294
26295         The following changes were prompted by suggestions from Bruno Haible.
26296
26297         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
26298         is now generated.
26299         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
26300         definition of EXTRA_DIST.
26301         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
26302         ensure that the generated file is created/updated whenever the list
26303         of $(unlocked_functions) is changed.
26304         (jm-glibc-io.m4): New rule.
26305         (unlocked-io.h): New rule -- currently unused.
26306
26307 2001-06-24  Jim Meyering  <meyering@lucent.com>
26308
26309         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
26310         unmatched right bracket, rather than kludging it with an extra,
26311         falsely-matching quote in a comment.  Patch by Akim Demaille.
26312
26313 2001-06-11  Jim Meyering  <meyering@lucent.com>
26314
26315         * lib/regex.c: Update from GNU libc.
26316
26317 2001-05-27  Jim Meyering  <meyering@lucent.com>
26318
26319         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
26320         Check for ut_type in struct utmp.
26321
26322 2001-05-27  Jim Meyering  <meyering@lucent.com>
26323
26324         * lib/readutmp.h (UT_TYPE): Define.
26325
26326 2001-05-24  Jim Meyering  <meyering@lucent.com>
26327
26328         * lib/argmatch.c: Include "quote.h".
26329         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
26330         quote function.  Reported by Göran Uddeborg.
26331
26332 2001-05-22  Jim Meyering  <meyering@lucent.com>
26333
26334         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
26335         now that we use the package-supplied version unconditionally.
26336         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
26337
26338 2001-05-21  Jim Meyering  <meyering@lucent.com>
26339
26340         * m4/regex.m4: Change a couple backticks to single quotes to avoid
26341         shell syntax errors.
26342
26343 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
26344
26345         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
26346
26347 2001-05-20  Paul Eggert  <eggert@twinsun.com>
26348
26349         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
26350         Don't bother to check library strftime, since
26351         we'll be using our own my_strftime function anyway.
26352         Define my_strftime instead of strftime.
26353
26354 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
26355
26356         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
26357         which is not yet declared.
26358
26359 2001-05-15  Jim Meyering  <meyering@lucent.com>
26360
26361         * m4/regex.m4: Use proper quoting so brackets appear in the test
26362         program.
26363         Reported by, and with help from, Bruno Haible.
26364
26365 2001-05-13  Jim Meyering  <meyering@lucent.com>
26366
26367         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
26368         undefined.
26369
26370 2001-05-11  Paul Eggert  <eggert@twinsun.com>
26371
26372         dirname code cleanup.  base_name now behaves more compatibly
26373         with POSIX basename when given file names that have trailing
26374         slashes, and similarly for dir_name.  Add new primitives
26375         base_len and dir_len.  Put the directory-name-related decls
26376         into dirname.h.
26377
26378         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
26379         * lib/backupfile.c (base_name): Likewise.
26380         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
26381         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
26382         * lib/makepath.c (strip_trailing_slashes): Likewise.
26383         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
26384         ISSLASH): Likewise.
26385         * lib/rename.c (strip_trailing_slashes): Likewise.
26386         * lib/same.c (base_name): Likewise.
26387         * lib/stripslash.c (ISSLASH): Likewise.
26388
26389         * lib/addext.c: Include <dirname.h> after size_t is defined.
26390         * lib/backupfile.c: Likewise.
26391
26392         * lib/addext.c (addext): Use base_len to trim redundant
26393         trailing slashes instead of doing it ourselves.
26394         But do not trim the last slash if it is not redundant.
26395
26396         * lib/backupfile.c (find_backup_file_name,
26397         max_backup_version): Use base_len instead of rolling it ourselves.
26398         Handle the case of "" and (on DOS) "C:" correctly.
26399
26400         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
26401         needed. Include <string.h>, <dirname.h>.
26402         (base_name): Allow file names ending in slashes, other than names
26403         that are all slashes.  In this case, return the basename followed
26404         by the slashes.  This is more general, and can be used in places
26405         where the original base_name purposely had an assertion failure.
26406         (base_len): New function.
26407
26408         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
26409         Do not include <assert.h>; no longer needed.
26410         Include xalloc.h.
26411         (memrchr): Remove decl.
26412         (dir_name_r): Remove.
26413         (dir_len): Renamed from dirlen.  All callers changed.
26414         Rewrite in terms of base_name, for simplicity and consistency.
26415         (dir_name): Never return NULL.  All callers changed.
26416         Do not include <stdlib.h> in test program; no longer needed.
26417         return 0; is fine for test program.
26418
26419         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
26420         New macros.
26421         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
26422
26423         * lib/path-concat.c (path_concat): Use base_len to compute
26424         base length, not strlen; this means we cannot rely on memcpy
26425         to null-terminate.
26426
26427         * lib/same.c (STREQ): Remove.
26428         (same_name): Handle the case where the basename ends in trailing '/'.
26429
26430         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
26431         a slash was stripped.  Do not strip the last slash after a
26432         file system prefix.
26433
26434 2001-05-11  Paul Eggert  <eggert@twinsun.com>
26435
26436         * lib/Makefile.am (libfetish_a_SOURCES):
26437         Add strftime.c, since we now compile it on all hosts.
26438
26439         * lib/strftime.c (my_strftime):
26440         Define to nstrftime if emacs, but only if my_strftime is not defined.
26441         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
26442         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
26443         Add one more extra argument: a nanoseconds value.
26444         All uses changed.
26445         (ns): New macro.
26446         (my_strftime function): Add %N format.
26447         (emacs_strftimeu): Renamed from emacs_strftime,
26448         with extra ut argument.
26449
26450 2001-05-09  Paul Eggert  <eggert@twinsun.com>
26451
26452         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
26453
26454 2001-04-21  Jim Meyering  <meyering@lucent.com>
26455
26456         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
26457         doesn't interfere.
26458
26459 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
26460
26461         * m4/ftruncate.m4: Check for chsize.
26462         Link with ftruncate.o unconditionally if ftruncate is missing.
26463         This was required when cross-compiling to i586-mingw32msvc.
26464
26465 2001-04-08  Jim Meyering  <meyering@lucent.com>
26466
26467         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
26468         recomputed; that's necessary when the offset spans a DST transition.
26469         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
26470
26471 2001-04-02  Jim Meyering  <meyering@lucent.com>
26472
26473         * lib/regex.h, regex.c: Update from GNU libc.
26474
26475 2001-03-24  Jim Meyering  <meyering@lucent.com>
26476
26477         * m4/jm-macros.m4: Require autoconf-2.49d.
26478
26479 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
26480
26481         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
26482
26483 2001-03-19  Paul Eggert  <eggert@twinsun.com>
26484
26485         * lib/version-etc.c (version_etc_copyright): Update to 2001.
26486
26487 2001-03-17  Jim Meyering  <meyering@lucent.com>
26488
26489         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
26490         now that the version in autoconf is equivalent.
26491         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
26492
26493         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
26494         Suggestion from Akim Demaille.
26495
26496         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
26497         (jm_PREREQ_TEMPNAME): New function.
26498
26499 2001-03-16  Paul Eggert  <eggert@twinsun.com>
26500
26501         * lib/tempname.c (uint64_t): Define to uintmax_t if
26502         not defined, and if UINT64_MAX is not defined.
26503         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
26504         Reported by John David Anglin.
26505
26506 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
26507
26508         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
26509         resolve alias if codeset is empty.
26510         * lib/config.charset (BeOS): Use wildcard syntax.
26511
26512 2001-03-13  Jim Meyering  <meyering@lucent.com>
26513
26514         * lib/path-concat.c (path_concat)
26515         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
26516         concatenating e.g., `C:' and `foo'.
26517         From Bruno Haible.
26518
26519 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
26520
26521         * lib/localcharset.c (locale_charset): Don't use
26522         setlocale(LC_CTYPE,NULL). Don't return NULL.
26523         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
26524
26525 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
26526
26527         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
26528         support for DOS/DJGPP.
26529
26530 2001-03-01  Paul Eggert  <eggert@twinsun.com>
26531
26532         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
26533         lacks mkstemp.  Compile our own tempname.c if we compile our own
26534         mkstemp.c, as mkstemp relies on tempname.
26535
26536 2001-03-01  Jim Meyering  <meyering@lucent.com>
26537
26538         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
26539         AH_VERBATIM really does output its argument verbatim.
26540
26541 2001-02-28  Paul Eggert  <eggert@twinsun.com>
26542
26543         * lib/Makefile.am (libfetish_a_SOURCES):
26544         Add dup-safer.c, fopen-safer.c.
26545         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
26546
26547         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
26548         * lib/unistd-safer.h: New files.
26549
26550 2001-02-25  Paul Eggert  <eggert@twinsun.com>
26551
26552         The mkstemp replacement is taken from glibc 2.2.2, with some
26553         portability fixes for use outside glibc, as follows:
26554
26555         * lib/tempname.c (struct_stat64): New macro.
26556         (direxists, __gen_tempname): Use it.
26557         This avoids a portability problem with Solaris 8.
26558
26559         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
26560         (<stddef.h>, <stdint.h>, <string.h>):
26561         Include only if STDC_HEADERS || _LIBC.
26562         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
26563         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
26564         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
26565         (__set_errno): Define this macro if <errno.h> doesn't.
26566         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
26567         Define these macros if <stdio.h> doesn't.
26568         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
26569         Define these macros if <sys/stat.h>
26570         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
26571         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
26572         __xstat64): Define if not _LIBC.
26573         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
26574         (__gen_tempname): Invoke gettimeofday only if
26575         HAVE_GETTIMEOFDAY || _LIBC;
26576         otherwise, fall back on plain "time".
26577         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
26578
26579         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
26580
26581         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
26582
26583 2001-02-18  Paul Eggert  <eggert@twinsun.com>
26584
26585         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
26586
26587 2001-02-17  Paul Eggert  <eggert@twinsun.com>
26588
26589         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
26590         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
26591         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
26592         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
26593
26594 2001-02-17  Paul Eggert  <eggert@twinsun.com>
26595
26596         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
26597         Remove workaround macros for hosts that have mbrtowc but not
26598         mbstate_t, as we now insist on proper declarations for both
26599         before using mbrtowc.
26600
26601 2001-02-17  Jim Meyering  <meyering@lucent.com>
26602
26603         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
26604         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
26605         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
26606         UnixWare 7.1.1.
26607
26608         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
26609         rather than AC_CACHE_VAL.
26610
26611 2001-02-17  Jim Meyering  <meyering@lucent.com>
26612
26613         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
26614         around included file name.
26615
26616         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
26617
26618         * lib/strftime.c: Update from GNU libc (the only changes were to
26619         comments).
26620
26621 2001-02-17  Jim Meyering  <meyering@lucent.com>
26622
26623         * lib/regex.c: Update from libc.
26624
26625 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
26626
26627         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
26628         clash.
26629
26630 2001-02-16  Paul Eggert  <eggert@twinsun.com>
26631
26632         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
26633         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
26634         Reported by Mark Hounschell via Paul Eggert.
26635
26636 2001-02-07  Jim Meyering  <meyering@lucent.com>
26637
26638         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
26639
26640 2001-02-05  Jim Meyering  <meyering@lucent.com>
26641
26642         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
26643         it includes the patch required for `large file' support with at least
26644         HP-UX's 10.20 /bin/cc.
26645
26646 2001-02-03  Jim Meyering  <meyering@lucent.com>
26647
26648         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
26649         AS_IF, now that it works once again (mysteriously).
26650         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
26651
26652 2001-01-30  Jim Meyering  <meyering@lucent.com>
26653
26654         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
26655         * m4/chown.m4: Rename conftestchown to conftest.chown.
26656         * m4/rename.m4: s/conftestdir/conftest.d1/ and
26657         s/conftestdir2/conftest.d2/.
26658         * m4/utimes.m4: s/conftestdata/conftest.data/
26659         Inspired by Pavel Roskin's change in autoconf.
26660
26661 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
26662
26663         * lib/config.charset: Update for FreeBSD 4.2.
26664
26665 2001-01-27  Jim Meyering  <meyering@lucent.com>
26666
26667         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
26668         a use of AS_IF.
26669         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
26670
26671 2001-01-26  Jim Meyering  <meyering@lucent.com>
26672
26673         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
26674         quotearg.c includes it.
26675
26676 2001-01-26  Jim Meyering  <meyering@lucent.com>
26677
26678         * lib/quotearg.c: Include stddef.h.
26679         * lib/quote.c: Include stddef.h.
26680         Reported by Axel Kittenberger.
26681
26682         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
26683         line in double quotes so that it evokes a better diagnostic.
26684         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
26685         Reported by Axel Kittenberger.
26686
26687 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
26688
26689         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
26690         as if it was a `charset'.
26691
26692 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
26693
26694         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
26695         has const.
26696
26697 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
26698
26699         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
26700         to avoid a warning.  Add back 'const' to inptr.
26701
26702 2001-01-20  Jim Meyering  <meyering@lucent.com>
26703
26704         Be sure that headers are checked before used in code compiled
26705         for the type checks.
26706         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
26707         In place of that, invoke jm_CHECK_ALL_TYPES.
26708         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
26709         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
26710         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
26711         The check for ssize_t was mistakenly run before the test for unistd.h.
26712
26713         The configure-time check for stdbool.h was missing.
26714         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
26715         (jm_PREREQ_HASH): New function.
26716
26717 2001-01-17  Jim Meyering  <meyering@lucent.com>
26718
26719         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
26720         for autoconf-2.49c.
26721         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
26722
26723 2001-01-16  Jim Meyering  <meyering@lucent.com>
26724
26725         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
26726         From Bruno Haible.
26727
26728 2001-01-14  Jim Meyering  <meyering@lucent.com>
26729
26730         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
26731         foo and bar.  Create conftestdir/ in the script, not in the C code.
26732         Remove directories in the script, not in the C code.
26733         Remove conftestdir{,2} before trying to create the directory.
26734         Make the entire configure script fail if the mkdir fails.
26735
26736 2001-01-14  Jim Meyering  <meyering@lucent.com>
26737
26738         * lib/rename.c: New file.  From Volker Borchert.
26739         Include stdlib.h, string.h or strings.h, and xalloc.h.
26740         Use strip_trailing_slashes rather than open-coding it.
26741
26742 2001-01-03  Paul Eggert  <eggert@twinsun.com>
26743
26744         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
26745
26746 2001-01-03  Jim Meyering  <meyering@lucent.com>
26747
26748         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
26749         of local `inptr' to avoid warning with some system declarations of
26750         iconv.
26751
26752 2001-01-02  Volker Borchert  <bt@teknon.de>
26753
26754         * m4/rename.m4: New file.
26755         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
26756
26757 2001-01-01  Jim Meyering  <meyering@lucent.com>
26758
26759         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
26760         even on systems with utmpx.h.  It's necessary for the declaration of
26761         utmp's ut_user member.  Reported by Andreas Jaeger.
26762
26763         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
26764         available. They are required for the declarations of getgrgid and
26765         getpwuid resp.
26766         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
26767         Reported by Andreas Jaeger.
26768
26769 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
26770
26771         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
26772         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
26773         so `make install' also works in VPATH builds.
26774
26775 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
26776
26777         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
26778         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
26779         can be used in subdirectories.
26780
26781 2000-12-29  Paul Eggert  <eggert@twinsun.com>
26782
26783         * lib/modechange.c: Do not assume that mode_t uses the
26784         traditional octal encoding.  E.g. "chmod 1 FOO" should set
26785         the other-execute bit of FOO even if S_IXOTH != 1.
26786
26787         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
26788         WOTH, XOTH, ALLM): New macros.
26789         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
26790          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
26791         Use them.
26792         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
26793         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
26794         (mode_compile):
26795         No need to use uintmax_t; unsigned long is long enough.
26796         Don't bother to get suffix since we don't use it.
26797
26798 2000-12-26  Jim Meyering  <meyering@lucent.com>
26799
26800         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
26801         better with autoheader.
26802
26803 2000-12-24  Jim Meyering  <meyering@lucent.com>
26804
26805         * lib/hash.c (is_prime): Return explicit boolean values.
26806         (hash_get_first): Return NULL to appease Irix5.6's 89.
26807         Reported by Nelson Beebe.
26808
26809 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
26810
26811         * lib/localcharset.c (locale_charset): Add support for Win32.
26812
26813 2000-12-18  Paul Eggert  <eggert@twinsun.com>
26814
26815         * lib/physmem.h, lib/physmem.c: New files.
26816
26817         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
26818         (noinst_HEADERS): Add physmem.h.
26819
26820         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
26821         't' for compatibility with Solaris 8 sort.
26822
26823 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
26824
26825         * lib/config.charset: Add support for BeOS.
26826
26827 2000-12-17  Jim Meyering  <meyering@lucent.com>
26828
26829         * m4/dos.m4 (jm_AC_DOS): New file and macro.
26830         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
26831
26832 2000-12-16  Jim Meyering  <meyering@lucent.com>
26833
26834         This bug had a serious impact on chown: `chown N:M FILE' (for integer
26835         N and M) would have treated it like `chown N:N FILE'.
26836
26837         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
26838
26839 2000-12-16  Jim Meyering  <meyering@lucent.com>
26840
26841         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
26842         SHELLS_FILE to a file name that's useful on djgpp systems.
26843         Include stdlib.h.
26844         (ADDITIONAL_DEFAULT_SHELLS): Define.
26845         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
26846         Based mostly on a patch from Prashant TR.
26847
26848 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
26849
26850         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
26851         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
26852         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
26853
26854 2000-12-08  Andreas Schwab  <schwab@suse.de>
26855
26856         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
26857         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
26858
26859 2000-12-07  Jim Meyering  <meyering@lucent.com>
26860
26861         * lib/stripslash.c (ISSLASH): Define.
26862         (strip_trailing_slashes): Use ISSLASH rather than comparing against
26863         `/'.
26864         From Prashant TR.
26865
26866         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
26867         (dir_name_r): Declare this function as static.
26868         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
26869         manifest itself on a name containing a mix of slashes and
26870         backslashes.
26871         Make this function work with names starting with a DOS-style
26872         drive letter and colon prefix.
26873         (dir_name): Append `.' if necessary.
26874         Based mostly on patches from Prashant TR and Eli Zaretskii.
26875
26876         * lib/dirname.h (dir_name_r): Remove prototype.
26877
26878 2000-12-06  Paul Eggert  <eggert@twinsun.com>
26879
26880         * m4/off_t-format.m4: Remove this file.
26881         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
26882
26883 2000-12-06  Jim Meyering  <meyering@lucent.com>
26884
26885         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
26886         replacement strtoull, we may well need the replacement strtoul, too.
26887         Check for declarations of strtoul and strtoull.
26888         Check for strtol.  Mainly as a cue to cause automake to include
26889         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
26890         Check for limits.h -- strtol.c needs it.
26891
26892 2000-12-05  Jim Meyering  <meyering@lucent.com>
26893
26894         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
26895
26896 2000-12-04  Jim Meyering  <meyering@lucent.com>
26897
26898         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
26899         Also include memory.h, stdlib.h, unistd.h if appropriate.
26900         Reported by Andreas Jaeger (conflicting declaration of malloc).
26901
26902 2000-12-02  Jim Meyering  <meyering@lucent.com>
26903
26904         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
26905         * m4/jm-macros.m4 (jm_MACROS): require it.
26906
26907 2000-12-02  Jim Meyering  <meyering@lucent.com>
26908
26909         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
26910
26911 2000-12-01  Paul Eggert  <eggert@twinsun.com>
26912
26913         * lib/memrchr.c: Include <config.h> before any system include file.
26914
26915 2000-11-30  Jim Meyering  <meyering@lucent.com>
26916
26917         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
26918
26919 2000-11-30  Jim Meyering  <meyering@lucent.com>
26920
26921         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
26922
26923 2000-11-29  Paul Eggert  <eggert@twinsun.com>
26924
26925         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
26926
26927 2000-11-26  Jim Meyering  <meyering@lucent.com>
26928
26929         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
26930
26931 2000-11-22  Paul Eggert  <eggert@twinsun.com>
26932
26933         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
26934         size of (size_t) -1; it's not portable.
26935
26936 2000-11-17  Jim Meyering  <meyering@lucent.com>
26937
26938         * lib/strstr.c: Update from GNU libc.
26939
26940 2000-11-17  Akim Demaille  <akim@epita.fr>
26941
26942         * lib/obstack.h: Formatting changes.
26943         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
26944         prevent type checking.
26945         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
26946         cast the value to (void *): assigning a `foo *' to a `void *'
26947         variable is valid.
26948         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
26949
26950 2000-11-16  Jim Meyering  <meyering@lucent.com>
26951
26952         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
26953
26954 2000-11-11  Jim Meyering  <meyering@lucent.com>
26955
26956         * lib/error.c: Add a couple #includes, merging from GNU libc version.
26957
26958 2000-11-10  Jim Meyering  <meyering@lucent.com>
26959
26960         * lib/obstack.h: Update from GNU libc.
26961         * lib/obstack.c: Likewise.
26962
26963 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
26964
26965         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
26966
26967 2000-11-06  Paul Eggert  <eggert@twinsun.com>
26968
26969         * lib/getusershell.c (setusershell): Use rewind rather than
26970         fseek/fseeko, to avoid configuration hassles with fseeko.
26971         Don't bother opening SHELLS_FILE if shellstream is NULL;
26972         it's not necessary.
26973
26974 2000-11-05  Jim Meyering  <meyering@lucent.com>
26975
26976         * lib/makepath.h (make_dir): Declare.
26977         * lib/makepath.c (make_dir): Remove `static' attribute.
26978         Tweak a comment.
26979
26980 2000-11-04  Jim Meyering  <meyering@lucent.com>
26981
26982         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
26983
26984 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
26985
26986         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
26987         last one in a bucket, advance to the next bucket.
26988
26989 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
26990
26991         * lib/fnmatch.c: Do not comment out all the code if we are using
26992         the GNU C library, because in some cases we are replacing buggy
26993         code in the GNU C library itself.
26994
26995 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
26996
26997         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
26998         (regex_compile): Catch bogus \(\1\).
26999
27000 2000-10-30  Paul Eggert  <eggert@twinsun.com>
27001
27002         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
27003         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
27004         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
27005
27006 2000-10-30  Paul Eggert  <eggert@twinsun.com>
27007
27008         * lib/error.h, getline.h, modechange.h:
27009         Remove "2000" from Copyright line, as the file hasn't been
27010         changed this year other than in the copyright notice.
27011
27012         * lib/xalloc.h: Add "2000" to Copyright line, as this file
27013         was changed this year.
27014
27015 2000-10-29  Jim Meyering  <meyering@lucent.com>
27016
27017         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
27018         renaming.
27019         * m4/ls-mntd-fs.m4: Likewise
27020
27021 2000-10-29  Jim Meyering  <meyering@lucent.com>
27022
27023         * lib/xstat.in: Fix grammar in comment.
27024
27025 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
27026
27027         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
27028         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
27029         doesn't define __restrict_arr.
27030
27031 2000-10-28  Jim Meyering  <meyering@lucent.com>
27032
27033         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
27034         (jm_PREREQ_MEMCHR): New function.
27035
27036 2000-10-28  Jim Meyering  <meyering@lucent.com>
27037
27038         * lib/memchr.c: Update from libc.
27039         Adjust for portability:
27040         [HAVE_STDLIB_H]: Include stdlib.h.
27041         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
27042         Undef __memchr, too.
27043         [!weak_alias]: Define __memchr to memchr.
27044
27045         * lib/regex.c: Update from libc.
27046         * lib/regex.h: Likewise.
27047         * lib/getopt1.c: Likewise.
27048         * lib/memcmp.c: Likewise.
27049
27050         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
27051         Avoid using fseek, when possible -- it's broken by design.
27052         Patch by Ulrich Drepper.
27053
27054 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
27055
27056         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
27057         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
27058         Giving in to popular pressure to shut up the compiler with casts.
27059
27060 2000-10-26  Jim Meyering  <meyering@lucent.com>
27061
27062         * lib/strftime.c: Update from libc.
27063
27064 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
27065
27066         * regex.c: More `unsigned char' -> `re_char' changes.
27067         Also change several `int' into `re_wchar_t'.
27068         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
27069         (PUSH_FAILURE_POINTER): Don't cast any more.
27070         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
27071         We want GCC to complain, since this piece of code makes
27072         re_match non-reentrant, which *should* be fixed.
27073         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
27074         (EXTEND_BUFFER): Use RETALLOC.
27075         (SET_LIST_BIT): Don't cast.
27076         (re_wchar_t): New type.
27077         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
27078         that those two functions will always properly return.
27079         (IMMEDIATE_QUIT_CHECK): Cast to void.
27080         (analyse_first): Use recursion rather than an explicit stack.
27081         (re_compile_fastmap): Can't fail anymore.
27082         (re_search_2): Don't check re_compile_fastmap for failure.
27083         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
27084         Now also sets the new value (passed in a new argument).
27085         (re_match_2_internal): Use it.
27086         Also, use a new var `reg' of type size_t when looping through regs
27087         rather than reuse the inappropriate `mcnt'.
27088
27089 2000-10-25  Jim Meyering  <meyering@lucent.com>
27090
27091         * lib/obstack.c: Update from libc.
27092
27093 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
27094
27095         * regex.c (regex_compile): Change the way of handling a range from
27096         a char less than 256 to a char not less than 256.
27097
27098 2000-10-24  Andrew Innes  <andrewi@gnu.org>
27099
27100         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
27101         NT-Emacs only.
27102         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
27103         so that re_search functions only quit when callers expect them to.
27104
27105 2000-10-23  Jim Meyering  <meyering@lucent.com>
27106
27107         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
27108         wrong.  That set_locale call must not have any side effects.
27109         From Paul Eggert.
27110
27111 2000-10-22  Jim Meyering  <meyering@lucent.com>
27112
27113         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
27114         [CYCLIC]: Remove now-unused definition.
27115
27116         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
27117         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
27118         Suggestion from Ulrich Drepper.
27119
27120 2000-10-21  Jim Meyering  <meyering@lucent.com>
27121
27122         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
27123         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
27124         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
27125
27126 2000-10-21  Jim Meyering  <meyering@lucent.com>
27127
27128         * lib/dirname.c (memrchr): Declare if necessary.
27129         (dir_name): Remove the restriction that there be no
27130         trailing slashes.  Now, this code skips past them, effectively
27131         ignoring them.
27132         [TEST_DIRNAME] (main): New unit tests.
27133
27134         * lib/memrchr.c: New file from GNU libc.
27135         Undef __memrchr, too.
27136         [!weak_alias]: Define __memrchr to memrchr.
27137         Guard weak_alias use with `#ifdef weak_alias'.
27138
27139 2000-10-21  Jim Meyering  <meyering@lucent.com>
27140
27141         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
27142         (dir_name): Use dir_name_r.
27143         * lib/dirname.h (dir_name_r): Declare it.
27144
27145 2000-10-17  Jim Meyering  <meyering@lucent.com>
27146
27147         * lib/quote.h (PARAMS): Define and use.
27148         Reported by Akim Demaille.
27149
27150         * lib/getopt.c: Update from libc.
27151
27152 2000-10-16  Jim Meyering  <meyering@lucent.com>
27153
27154         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
27155         setlocale.
27156         From Jan Fedak.
27157
27158 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
27159
27160         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
27161
27162 2000-09-25  Jim Meyering  <meyering@lucent.com>
27163
27164         * lib/md5.h (rol): Define (from GnuPG).
27165
27166         * lib/sha.c: Give credit (GnuPG) where due.
27167         (M): Use rol rather than open-coding it.
27168         Add a FIXME comment.
27169
27170 2000-09-21  Jim Meyering  <meyering@lucent.com>
27171
27172         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
27173         Reported by Michael Stone.
27174
27175 2000-09-20  Jim Meyering  <meyering@lucent.com>
27176
27177         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
27178         (noinst_HEADERS): Add sha.h.
27179         Based on code from Scott G. Miller and from GnuPG.
27180
27181 2000-09-18  Jim Meyering  <meyering@lucent.com>
27182
27183         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
27184         LIBS. Otherwise, everyone ends up linking with -lelf for some
27185         configurations.
27186         Reported by Mike Stone.
27187
27188 2000-09-15  Jim Meyering  <meyering@lucent.com>
27189
27190         * lib/regex.c: Update from libc.
27191
27192 2000-09-10  Jim Meyering  <meyering@lucent.com>
27193
27194         * lib/getopt.c (_getopt_internal): Update from glibc.
27195
27196 2000-09-09  Jim Meyering  <meyering@lucent.com>
27197
27198         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
27199         think it should be used as a general replacement for isascii.
27200         * lib/fnmatch.c: Likewise.
27201         * lib/mbswidth.c: Likewise
27202         * lib/regex.c: Likewise.
27203
27204         Don't use atoi.
27205         * lib/userspec.c: Include sys/param.h and limits.h.
27206         Include xstrtol.h.
27207         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
27208         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
27209         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
27210         UID, GID.  Check range.
27211
27212 2000-09-06  Jim Meyering  <meyering@lucent.com>
27213
27214         * lib/getopt.c (_getopt_internal): Update from glibc.
27215
27216 2000-08-30  Jim Meyering  <meyering@lucent.com>
27217
27218         * lib/strftime.c: Merge in changes from GNU libc.
27219
27220 2000-08-26  Jim Meyering  <meyering@lucent.com>
27221
27222         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
27223         * m4/fpending.m4: New file.
27224
27225 2000-08-26  Jim Meyering  <meyering@lucent.com>
27226
27227         * lib/closeout.c: Include "__fpending.h".
27228         (close_stdout_status): Return right away if there's nothing to flush.
27229
27230         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
27231         * lib/__fpending.c: New file.
27232         * lib/__fpending.h: New file.
27233
27234 2000-08-20  Jim Meyering  <meyering@lucent.com>
27235
27236         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
27237         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
27238         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
27239
27240 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
27241
27242         Improve fileutils installation on systems where running
27243         programs (like install) can't be unlinked.
27244         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
27245         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
27246
27247 2000-08-07  Paul Eggert  <eggert@twinsun.com>
27248
27249         Standardize on "memory exhausted" instead of "Memory exhausted"
27250         or "virtual memory exhausted".
27251         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
27252         "virtual memory exhausted".
27253         * lib/same.c (same_name): Invoke xalloc_die instead of printing
27254         our own message.
27255         * lib/userspec.c (parse_user_spec): Likewise.
27256         * lib/bumpalloc.h: comment fix
27257         * lib/same.c, userspec.c: Include xalloc.h.
27258
27259         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
27260         not char *const and pointing to a constant array.
27261         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
27262         (xrealloc): Comment fix.
27263
27264         * lib/userspec.c (parse_user_spec):
27265         Don't translate a message until just before returning,
27266         to avoid unnecessary translation.
27267
27268 2000-08-07  Jim Meyering  <meyering@lucent.com>
27269
27270         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
27271         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
27272         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
27273         getgroups.c, gethostname.c, getopt.h, group-member.c,
27274         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
27275         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
27276         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
27277         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
27278         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
27279         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
27280         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
27281         yesno.c: Back out Copyright date changes for each file with no change
27282         this year.  This eases coordination with other programs using the same
27283         source code modules.  From Paul Eggert.
27284
27285 2000-08-06  Paul Eggert  <eggert@twinsun.com>
27286
27287         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
27288         not char, for compatibility with glibc 2.1.3 strftime.c.
27289
27290 2000-08-03  Greg McGary  <greg@mcgary.org>
27291
27292         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
27293         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
27294         (EXTEND_BUFFER): Use them.
27295
27296 2000-08-01  Jim Meyering  <meyering@lucent.com>
27297
27298         * lib/dirname.c (ISSLASH): Define.
27299         (BACKSLASH_IS_PATH_SEPARATOR): Define.
27300         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
27301         both `\' and `/' may be use as path separators.
27302         Based on a patch from Prashant TR.
27303
27304 2000-07-31  Paul Eggert  <eggert@twinsun.com>
27305
27306         * lib/quotearg.c (quotearg_n_options): Don't make the initial
27307         slot vector a constant, since it might get modified.
27308
27309 2000-07-31  Jim Meyering  <meyering@lucent.com>
27310
27311         * lib/xmalloc.c: Use `virtual memory exhausted', not
27312         `Memory exhausted'.
27313         * lib/obstack.c (print_and_abort): Likewise.
27314
27315 2000-07-30  Paul Eggert  <eggert@twinsun.com>
27316
27317         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
27318         buffer, so that the caller can always quote one small
27319         component of a "memory exhausted" message in slot 0.
27320         From a suggestion by Jim Meyering.
27321
27322 2000-07-30  Jim Meyering  <meyering@lucent.com>
27323
27324         * lib/makepath.c (make_path): Quote the other instance, too.
27325
27326         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
27327         (STATIC_BUF_SIZE): Define.
27328         (quotearg_n_options): Use only statically allocated storage when
27329         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
27330         than STATIC_BUF_SIZE.
27331
27332 2000-07-29  Jim Meyering  <meyering@lucent.com>
27333
27334         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
27335         * lib/dirname.c (dir_name): Likewise.
27336
27337         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
27338         `/'.
27339
27340         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
27341         (dir_name): Assert that there are no trailing slashes.
27342
27343 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
27344
27345         * lib/mbswidth.h (mbswidth): Add a flags argument.
27346         (mbswidth): New declaration.
27347         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
27348         * lib/mbswidth.c (mbswidth): Add a flags argument.
27349         (mbsnwidth): New function.
27350
27351 2000-07-24  Jim Meyering  <meyering@lucent.com>
27352
27353         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
27354
27355 2000-07-23  Paul Eggert  <eggert@twinsun.com>
27356
27357         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
27358
27359 2000-07-23  Paul Eggert  <eggert@twinsun.com>
27360
27361         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
27362         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
27363         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
27364         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
27365         invoke multibyte primitives.
27366
27367 2000-07-23  Paul Eggert  <eggert@twinsun.com>
27368
27369         * lib/quotearg.c:
27370         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
27371         so that mbstate_t is always defined.
27372
27373         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
27374         be 1 in at least one GCC installation, and this configuration
27375         error is likely to be common.  Ignoring MB_LEN_MAX hurts
27376         performance on hosts that have mbrtowc but have only unibyte
27377         locales, but I assume these hosts are rare.
27378
27379 2000-07-23  Paul Eggert  <eggert@twinsun.com>
27380
27381         * lib/mbswidth.c (_XOPEN_SOURCE):
27382         Don't define; this causes problems on Solaris 7.
27383         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
27384
27385 2000-07-23  Jim Meyering  <meyering@lucent.com>
27386
27387         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
27388         too: getgrgid, getpwuid, getuid.
27389
27390 2000-07-23  Jim Meyering  <meyering@lucent.com>
27391
27392         * lib/basename.c (base_name): Add an assertion.
27393
27394 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
27395
27396         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
27397         shadow its mbsinit function.
27398
27399 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
27400
27401         * lib/mbswidth.h: New file.
27402         * lib/mbswidth.c: New file.
27403         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
27404         (noinst_HEADERS): Add mbswidth.h.
27405
27406 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
27407
27408         * lib/config.charset: Add support for FreeBSD. Improve support for
27409         HP-UX and IRIX 6.
27410
27411 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
27412
27413         * m4/mbswidth.m4: New file.
27414         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
27415
27416 2000-07-15  Jim Meyering  <meyering@lucent.com>
27417
27418         * lib/makepath.c: Include quote.h.
27419         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
27420         corresponding argument in a `quote (...)' call.
27421         Give better diagnostics.
27422
27423         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
27424         (noinst_HEADERS): Add quote.h.
27425
27426         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
27427         from tar's src/misc.c.
27428         * lib/quote.h: New file.  Prototypes for same.
27429
27430 2000-07-14  Paul Eggert  <eggert@twinsun.com>
27431
27432         From a suggestion by Bruno Haible.
27433         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
27434         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
27435         to decide whether to define the BeOS workaround macro;
27436         this adjusts to the change to AC_MBSTATE_T.
27437
27438 2000-07-14  Jim Meyering  <meyering@lucent.com>
27439
27440         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
27441         jm_AC_TYPE_UINTMAX_T.
27442
27443 2000-07-13  Paul Eggert  <eggert@twinsun.com>
27444
27445         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
27446
27447         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
27448         quotearg_buffer_restyled): Add support for
27449         clocale_quoting_style.  Undo previous change to
27450         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
27451         and "{RIGHT QUOTATION MARK}" msgids.
27452
27453 2000-07-10  Paul Eggert  <eggert@twinsun.com>
27454
27455         From a suggestion by Bruno Haible.
27456         * m4/mbstate_t.m4 (AC_MBSTATE_T):
27457         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
27458         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
27459         and mbstate_t, to a single-part test that simply defines mbstate_t.
27460         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
27461         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
27462
27463 2000-07-10  Jim Meyering  <meyering@lucent.com>
27464
27465         * m4/strerror_r.m4: Mirror the correction made in autoconf.
27466
27467         * m4/gnu-source.m4: Output to confdefs.h directly.
27468         Suggestion from Akim Demaille.
27469
27470 2000-07-09  Paul Eggert  <eggert@twinsun.com>
27471
27472         The old behavior of quoting `like this' doesn't look good with
27473         newer, ISO-style fonts.  See:
27474         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
27475
27476         Instead, quote "like this" by default.  Let the translator
27477         tailor the locale-specific quoting behavior by providing
27478         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
27479
27480         * lib/quotearg.c (N_): New macro.
27481         (gettext_default): New function.
27482         (quotearg_buffer_restyled): Use
27483         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
27484         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
27485
27486 2000-07-09  Jim Meyering  <meyering@lucent.com>
27487
27488         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
27489         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
27490
27491         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
27492         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
27493
27494 2000-07-09  Jim Meyering  <meyering@lucent.com>
27495
27496         * lib/Most files: Update copyright dates to include 2000.
27497
27498 2000-07-08  Jim Meyering  <meyering@lucent.com>
27499
27500         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
27501         if not defined.
27502         (xgethostname): Remove now-unnecessary #ifdef.
27503         Move declaration of `err' into loop where it's used.
27504
27505 2000-07-05  Paul Eggert  <eggert@twinsun.com>
27506         and Bruno Haible  <haible@clisp.cons.org>
27507
27508         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
27509         only if the test for an object-type mbstate_t fails.  This
27510         prevents us from mistakenly reporting that mbstate_t is a
27511         system object type after we "#define mbstate_t int" to work
27512         around its lack.
27513
27514 2000-07-05  Paul Eggert  <eggert@twinsun.com>
27515         and Bruno Haible  <haible@clisp.cons.org>
27516
27517         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
27518
27519 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
27520
27521         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
27522         to strerror_r.
27523         Include <ctype.h> for use of isalpha.
27524
27525 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
27526
27527         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
27528         by allocating a larger buffer. Test the gethostname return value for
27529         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
27530         returns an error and ENAMETOOLONG isn't defined.
27531
27532 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
27533
27534         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
27535         dimension.
27536
27537 2000-07-04  Jim Meyering  <meyering@lucent.com>
27538
27539         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
27540         of the deprecated AC_CHECKING.
27541
27542 2000-07-04  Jim Meyering  <meyering@lucent.com>
27543
27544         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
27545         Reported by Bruno Haible.
27546
27547 2000-07-04  Jim Meyering  <meyering@lucent.com>
27548
27549         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
27550         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
27551         lacks mbrtowc.
27552
27553 2000-07-03  Paul Eggert  <eggert@twinsun.com>
27554
27555         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
27556         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
27557
27558 2000-07-03  Paul Eggert  <eggert@twinsun.com>
27559         and Bruno Haible  <haible@clisp.cons.org>
27560
27561         * lib/quotearg.c (mbrtowc):
27562         Assign to *pwc, and return 1 only if result is nonzero.
27563         (iswprint): Use ISPRINT when substituting our own mbrtowc.
27564
27565 2000-07-03  Jim Meyering  <meyering@lucent.com>
27566
27567         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
27568
27569 2000-07-03  Jim Meyering  <meyering@lucent.com>
27570
27571         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
27572         This is necessary to get a definition of e.g., UTMP_FILE on
27573         HP-UX 10.20.
27574         From Bob Proulx.
27575
27576 2000-07-02  Jim Meyering  <meyering@lucent.com>
27577
27578         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
27579
27580         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
27581         AC_LIBOBJ(function_name).
27582         * m4/chown.m4: Likewise.
27583         * m4/fnmatch.m4: Likewise.
27584         * m4/ftruncate.m4: Likewise.
27585         * m4/getgroups.m4: Likewise.
27586         * m4/getline.m4: Likewise.
27587         * m4/group-member.m4: Likewise.
27588         * m4/jm-macros.m4: Likewise.
27589         * m4/lstat.m4: Likewise.
27590         * m4/malloc.m4: Likewise.
27591         * m4/memcmp.m4: Likewise.
27592         * m4/nanosleep.m4: Likewise.
27593         * m4/putenv.m4: Likewise.
27594         * m4/realloc.m4: Likewise.
27595         * m4/regex.m4: Likewise.
27596         * m4/stat.m4: Likewise.
27597         * m4/strftime.m4: Likewise.
27598
27599 2000-07-02  Jim Meyering  <meyering@lucent.com>
27600
27601         * lib/quotearg.c (mbstate_t): Don't define here.
27602
27603 2000-07-02  Jim Meyering  <meyering@lucent.com>
27604
27605         * lib/nanosleep.c (SIGCONT): Define if not already defined.
27606
27607 2000-07-01  Jim Meyering  <meyering@lucent.com>
27608
27609         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
27610
27611 2000-07-01  Jim Meyering  <meyering@lucent.com>
27612
27613         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
27614         problem.
27615
27616 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
27617
27618         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
27619         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
27620
27621 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
27622
27623         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
27624         per change in ../m4/ls-mntd-fs.m4.
27625         (read_filesystem_list): Ignore symbolic links.
27626
27627 2000-06-29  Jim Meyering  <meyering@lucent.com>
27628
27629         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
27630         for declaration of strcmp.
27631
27632         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
27633
27634         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
27635         Avoid warning by casting result to `char *' to remove `const'.
27636
27637 2000-06-28  Jim Meyering  <meyering@lucent.com>
27638
27639         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
27640         included by quotearg.c, for which we perform this test.  From
27641         Bruno Haible.
27642
27643 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
27644
27645         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
27646         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
27647         <utmpx.h> exists, put readutmp.o into LIBOBJS.
27648
27649 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
27650
27651         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
27652
27653 2000-06-26  Paul Eggert  <eggert@twinsun.com>
27654
27655         savedir now sets errno on failure and invokes xmalloc to get memory.
27656         Fix a couple of other minor bugs while we're at it.
27657
27658         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
27659         (NAMLEN): Remove macro.
27660         (malloc, realloc): Remove decls.
27661         (stpcpy): Likewise.
27662         ("xalloc.h"): Include.
27663         (NAME_SIZE_DEFAULT): New macro.
27664         (savedir): Use xmalloc / xrealloc to allocate memory.
27665         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
27666         Skip "" directory entries.
27667         Use strlen to calculate directory entry length, since the old method
27668         is rarely used these days and isn't worth supporting.
27669         Don't use a pointer after freeing it.
27670         Check for integer overflow when calculating allocation size.
27671         Use memcpy to copy entries, instead of stpcpy.
27672         Set errno properly when returning NULL.
27673         Check for readdir error.
27674
27675 2000-06-26  Jim Meyering  <meyering@lucent.com>
27676
27677         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
27678
27679 2000-06-25  Jim Meyering  <meyering@lucent.com>
27680
27681         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
27682         Linux header bug when _XOPEN_SOURCE is defined to 500.
27683
27684 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
27685
27686         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
27687         deficiency.
27688
27689 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
27690
27691         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
27692         Include xalloc.h.
27693         Don't include <stdlib.h>.  Don't declare malloc, realloc.
27694
27695 2000-06-24  Jim Meyering  <meyering@lucent.com>
27696
27697         * m4/strerror_r.m4: Revive this file -- to try out an experimental
27698         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
27699         for which strerror does return char*, but which lacks a conveniently
27700         accessible declaration of the function.  If the compile-test says
27701         strerror_r doesn't work, then resort to a `run'-test that works on
27702         BeOS and segfaults on DEC Unix.
27703
27704 2000-06-24  Jim Meyering  <meyering@lucent.com>
27705
27706         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
27707
27708 2000-06-23  Paul Eggert  <eggert@twinsun.com>
27709
27710         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
27711         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
27712
27713 2000-06-23  Paul Eggert  <eggert@twinsun.com>
27714
27715         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
27716         (mbrtowc, mbstate_t): Define substitutes if
27717         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
27718         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
27719         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
27720
27721 2000-06-23  Jim Meyering  <meyering@lucent.com>
27722
27723         * m4/afs.m4: Add missing AC_MSG_RESULT.
27724         Reported by Bruno Haible.
27725
27726         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
27727         Suggestion from Bruno Haible.
27728
27729 2000-06-23  Jim Meyering  <meyering@lucent.com>
27730
27731         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
27732
27733 2000-06-21  Jim Meyering  <meyering@lucent.com>
27734
27735         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
27736
27737 2000-06-21  Jim Meyering  <meyering@lucent.com>
27738
27739         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
27740         (noinst_HEADERS): Add getstr.h.
27741
27742         * lib/getline.c (getstr): Move into a separate file.
27743         * lib/getstr.c (getstr): New file, extracted from getline.c, with
27744         the following changes: new parameter, delim2; both delim[12]
27745         parameters have type `int', not `char'.  The latter would lose
27746         with 8-bit delimiters.
27747         * lib/getstr.h: New file.
27748
27749 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
27750
27751         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
27752         than 1024, return a memory chunk of least possible size, instead
27753         of size PATH_MAX + 2. In the loop, increment the size proportionally.
27754         Use free/xmalloc instead of xrealloc to avoid copying for very long
27755         paths.
27756
27757 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
27758
27759         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
27760         the empty string.
27761
27762 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
27763
27764         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
27765         address, not strdup.  Include <stdlib.h> and don't declare free().
27766
27767 2000-06-19  Jim Meyering  <meyering@lucent.com>
27768
27769         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
27770
27771 2000-06-18  Jim Meyering  <meyering@lucent.com>
27772
27773         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
27774
27775         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
27776         `checking whether...' message to be consistent with that of the
27777         lstat test.
27778
27779 2000-06-18  Jim Meyering  <meyering@lucent.com>
27780
27781         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
27782         Besides, these days every porting target provides a mkdir function.
27783
27784         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
27785         needed. (this snippet comes from src/system.h).
27786
27787 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
27788
27789         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
27790
27791 2000-06-15  Paul Eggert  <eggert@twinsun.com>
27792
27793         * lib/human.c (adjust_value): New function.
27794         (human_readable_inexact): Apply rounding style even when
27795         printing approximate values.
27796
27797 2000-06-14  Paul Eggert  <eggert@twinsun.com>
27798
27799         * lib/human.c (human_readable_inexact): Allow an input block
27800         size that is not a multiple of the output block size, and vice versa.
27801         Reported by Piergiorgio Sartor.
27802
27803 2000-06-14  Paul Eggert  <eggert@twinsun.com>
27804
27805         * lib/getdate.y (get_date): Apply relative times after time
27806         zone indicator, not before.  Reported by Todd A. Jacobs.
27807
27808 2000-06-13  Jim Meyering  <meyering@lucent.com>
27809
27810         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
27811
27812         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
27813
27814 2000-06-12  Paul Eggert  <eggert@twinsun.com>
27815
27816         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
27817
27818 2000-06-12  Jim Meyering  <meyering@lucent.com>
27819
27820         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
27821         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
27822         optional argument.
27823         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
27824         the optional argument, `lib'.
27825
27826 2000-06-08  Jim Meyering  <meyering@lucent.com>
27827
27828         * m4/largefile.m4: Remove file (now that it's part of autoconf).
27829
27830 2000-06-04  Paul Eggert  <eggert@twinsun.com>
27831
27832         Rewrite largefile configuration so that we don't need to run
27833         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
27834         AC_CANONICAL_HOST in configure.in -- jmm]
27835
27836         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
27837         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
27838         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
27839         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
27840         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
27841         All uses changed.
27842         Instead of inspecting the output of getconf, try to compile the
27843         test program without and with the macro definition.
27844         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
27845         for getconf.  Instead, check for the needed flags by compiling
27846         test programs.
27847
27848 2000-06-04  Paul Eggert  <eggert@twinsun.com>
27849
27850         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
27851
27852 2000-06-04  Jim Meyering  <meyering@lucent.com>
27853
27854         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
27855         SunOS 4.1.4 for which gid_t is an unsigned type.
27856
27857 2000-06-03  Jim Meyering  <meyering@lucent.com>
27858
27859         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
27860         now that autoconf requires that.
27861
27862         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
27863         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
27864         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
27865
27866 2000-06-03  Jim Meyering  <meyering@lucent.com>
27867
27868         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
27869
27870 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
27871
27872         * m4/glibc21.m4: New file.
27873         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
27874
27875 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
27876
27877         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
27878         newer, don't install charset.alias.
27879         * lib/config.charset: Change the Linux/glibc rules so they become empty
27880         on glibc-2.1 or newer.
27881
27882 2000-06-02  Jim Meyering  <meyering@lucent.com>
27883
27884         * lib/mountlist.c: Back out last change.  Instead, do this...
27885         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
27886         me_dummy member using the same `ignore'-testing code.
27887         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
27888         fs_type strings.
27889         From Mark D. Roth.
27890
27891 2000-05-29  Jim Meyering  <meyering@lucent.com>
27892
27893         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
27894         mounts with the `ignore' attribute.  Based on a patch from
27895         Mark D. Roth.
27896
27897 2000-05-28  Jim Meyering  <meyering@lucent.com>
27898
27899         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
27900         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
27901         * m4/stat.m4: Likewise.
27902         * m4/lstat.m4: Likewise.
27903         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
27904
27905         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
27906         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
27907
27908 2000-05-26  Jim Meyering  <meyering@lucent.com>
27909
27910         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
27911
27912 2000-05-24  Jim Meyering  <meyering@lucent.com>
27913
27914         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
27915         autoconf requires that.
27916         * m4/lib-check.m4: Likewise.
27917         * m4/jm-macros.m4: Likewise.
27918         * m4/strftime.m4: Likewise.
27919
27920         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
27921         AC_CHECK_DECLS, now that autoconf requires that.
27922
27923 2000-05-22  Jim Meyering  <meyering@lucent.com>
27924
27925         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
27926         * m4/lstat.m4: Likewise.
27927
27928 2000-05-22  Jim Meyering  <meyering@lucent.com>
27929
27930         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
27931
27932 2000-05-20  Jim Meyering  <meyering@lucent.com>
27933
27934         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
27935         (jm_PREREQ): Use it.
27936
27937 2000-05-18  Jim Meyering  <meyering@lucent.com>
27938
27939         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
27940         back, too, since it may have been modified by allocate_entry.
27941         (hash_delete): Rewrite to use neither the assignment operator
27942         nor the comma operator in an if-expression.
27943
27944 2000-05-15  Paul Eggert  <eggert@twinsun.com>
27945
27946         * lib/closeout.c:
27947         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
27948         Remove; no longer needed.
27949         "quotearg.h": Add include.
27950         (file_name): Do not bother to explicitly initialize to NULL; it's less
27951         efficient on some hosts.
27952         (close_stdout_status): Remove test as to whether stdout was already
27953         closed; it breaks for the case "echo x | sort >&-".
27954         Quote file name colons.
27955         Do not assume that _("write error") lacks format strings.
27956
27957 2000-05-15  Jim Meyering  <meyering@lucent.com>
27958
27959         * lib/version-etc.c (version_etc_copyright): Update the copyright
27960         string used in all --version output.
27961
27962 2000-05-14  Jim Meyering  <meyering@lucent.com>
27963
27964         * lib/closeout.c (close_stdout_set_file_name): New function.
27965         (close_stdout_status): Use new file-scoped global.
27966         Return right away if fstat says the stdout file descriptor is invalid.
27967         * lib/closeout.h (close_stdout_set_file_name): Declare.
27968
27969 2000-05-10  Jim Meyering  <meyering@lucent.com>
27970
27971         * lib/closeout.c [default_exit_status]: New file-scoped variable.
27972         (close_stdout_set_status): New function.
27973         * lib/closeout.h (close_stdout_set_status): Declare.
27974
27975 2000-05-09  Jim Meyering  <meyering@lucent.com>
27976
27977         * m4/gettext.m4: Rename this...
27978         * m4/libintl.m4: ...to this.
27979
27980 2000-05-08  Jim Meyering  <meyering@lucent.com>
27981
27982         * lib/long-options.c: Don't include closeout.h.
27983         (parse_long_options): Don't call close_stdout for --version.
27984
27985 2000-05-06  Paul Eggert  <eggert@twinsun.com>
27986
27987         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
27988         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
27989         2.1.3 bug.  This avoids a clash when files like regex.c define
27990         _GNU_SOURCE.
27991
27992 2000-05-06  Jim Meyering  <meyering@lucent.com>
27993
27994         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
27995         (AC_REPLACE_FUNCS): Add strnlen.
27996
27997         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
27998         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
27999
28000         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
28001         AC_SEARCH_LIBS call for nanosleep.
28002         (LIB_NANOSLEEP): Set and AC_SUBST.
28003
28004 2000-05-06  Jim Meyering  <meyering@lucent.com>
28005
28006         * lib/strnlen.c: Undefine __strnlen and strnlen.
28007         [!weak_alias]: Define __strnlen to strnlen.
28008
28009         * lib/atexit.c: New file, from libiberty.
28010
28011 2000-05-06  Jim Meyering  <meyering@lucent.com>
28012
28013         * lib/closeout.c (close_stdout_status): Also check for errors on the
28014         stderr stream.
28015
28016 2000-05-05  Jim Meyering  <meyering@lucent.com>
28017
28018         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
28019         AC_SEARCH_LIBS call for clock_gettime.
28020         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
28021
28022         * m4/search-libs.m4: Update from autoconf.
28023
28024         su doesn't work on Solaris 2.6.
28025         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
28026         <shadow.h>.  Reported by Dragos Harabor.
28027
28028 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
28029
28030         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
28031         memcpy instead of xmalloc, xrealloc, path_concat.
28032         (locale_charset): Treat empty environment variables as absent.
28033         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
28034
28035 2000-05-04  Jim Meyering  <meyering@lucent.com>
28036
28037         * lib/getopt.c: Update from glibc.
28038         * lib/obstack.c: Likewise.
28039         * lib/obstack.h: Likewise.
28040         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
28041         file
28042
28043         * lib/regex.h: Likewise.
28044         * lib/strndup.c: Likewise.
28045         * lib/strnlen.c: New file, from glibc.
28046
28047 2000-05-03  Jim Meyering  <meyering@lucent.com>
28048
28049         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
28050
28051 2000-05-02  Paul Eggert  <eggert@twinsun.com>
28052
28053         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
28054         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
28055         compile-time test, rather than inspecting host and OS, to
28056         decide whether to define _LARGEFILE_SOURCE.
28057
28058 2000-05-01  Jim Meyering  <meyering@lucent.com>
28059
28060         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
28061
28062         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
28063         Based on a patch from Bruno Haible.
28064
28065 2000-05-01  Jim Meyering  <meyering@lucent.com>
28066
28067         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
28068
28069 2000-04-29  Jim Meyering  <meyering@lucent.com>
28070
28071         * lib/path-concat.c: Declare strdup only if it's not defined.
28072         * lib/canon-host.c: Likewise.
28073
28074 2000-04-28  Jim Meyering  <meyering@lucent.com>
28075
28076         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
28077         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
28078         is included first, then limits.h is included by locale.h by libintl.h.
28079         From John David Anglin.
28080
28081 2000-04-25  Jim Meyering  <meyering@lucent.com>
28082
28083         * lib/makepath.c (S_IRWXUGO): Define.
28084         (make_path): Always perform explicit chmod if MODE specifies any
28085         of the `special' permission bits.  Prompted by a bug report against
28086         install from Mate Wierdl and Joost van Baal.
28087
28088 2000-04-18  Jim Meyering  <meyering@lucent.com>
28089
28090         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
28091         (jm_PREREQ): Use it.
28092
28093 2000-04-18  Jim Meyering  <meyering@lucent.com>
28094
28095         * lib/README: New file.
28096
28097         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
28098         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
28099
28100 2000-04-17  Jim Meyering  <meyering@lucent.com>
28101
28102         Get it right :-)
28103         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
28104         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
28105         Suggestion from Akim Demaille.
28106
28107 2000-04-17  Jim Meyering  <meyering@lucent.com>
28108
28109         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
28110         the definition of it to rpl_strftime also defined-away the system's
28111         declaration.
28112
28113 2000-04-15  Jim Meyering  <meyering@lucent.com>
28114
28115         Use `C' to denote so-called `contiguous' files, the same way
28116         that tar does.
28117         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
28118         (ftypelet): Use S_ISCTG.
28119         From Michael Deutschmann.
28120
28121 2000-04-14  Jim Meyering  <meyering@lucent.com>
28122
28123         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
28124         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
28125         clobbered.
28126
28127 2000-04-14  Jim Meyering  <meyering@lucent.com>
28128
28129         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
28130
28131 2000-04-13  Jim Meyering  <meyering@lucent.com>
28132
28133         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
28134         AH_VERBATIM to insert required #ifndef into config.h.in.
28135         Suggestion from Akim Demaille.
28136
28137 2000-04-12  Jim Meyering  <meyering@lucent.com>
28138
28139         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
28140         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
28141         Christian Krackowizer.
28142
28143         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
28144         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
28145         (AC_SYS_LARGEFILE): Require.
28146         (AM_C_PROTOTYPES): Require.
28147
28148 2000-04-08  Jim Meyering  <meyering@lucent.com>
28149
28150         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
28151         names don't conflict.  Reported by Eli Zaretskii.
28152
28153 2000-04-07  Jim Meyering  <meyering@lucent.com>
28154
28155         * lib/putenv.c: Move inclusion of errno.h so it follows that of
28156         sys/types.h, to work around system header problems on AIX 3.2.5.
28157         From Bruno Haible.
28158
28159 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
28160
28161         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
28162         bug.  Deal with the different error behavior of Irix iconv.
28163
28164 2000-04-05  Paul Eggert  <eggert@twinsun.com>
28165
28166         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
28167         IRIX if the installer said otherwise.
28168
28169 2000-04-05  Jim Meyering  <meyering@lucent.com>
28170
28171         Portability tweaks required for ultrix4.3.
28172         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
28173         (jm_CHECK_DECLS): Add getutent to the list of functions.
28174         (_jm_DECL_HEADERS): Add utmpx.h.
28175         From John David Anglin.
28176
28177         * m4/strftime.m4: Back out the 2000-04-02 change.
28178         Instead of that change, simply undefine putenv in the test program.
28179
28180 2000-04-05  Jim Meyering  <meyering@lucent.com>
28181
28182         Portability tweaks required for ultrix4.3.
28183         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
28184         getutent.
28185         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
28186         * lib/canon-host.c: Declare strdup.
28187         * lib/path-concat.c: Likewise.
28188         From John David Anglin.
28189
28190 2000-04-04  Jim Meyering  <meyering@lucent.com>
28191
28192         Be more DOS 8.3-friendly.
28193         * lib/ref-add.sin: Renamed from ref-add.sed.in.
28194         * lib/ref-del.sin: Renamed from ref-del.sed.in.
28195         * lib/Makefile.am: Reflect renaming.
28196         Reported by Eli Zaretskii.
28197
28198         Use a temporary file name that won't clash with `charset.alias'
28199         in the DOS 8.3 name space.
28200         * lib/Makefile.am (charset_tmp): Define.
28201         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
28202         (uninstall-local): Likewise.
28203         Reported by Eli Zaretskii.
28204
28205 2000-04-03  Jim Meyering  <meyering@lucent.com>
28206
28207         * m4/gettext.m4: Fix typo in comment.
28208
28209         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
28210         textutils/configure.in).  Suggestion from Paul Eggert.
28211         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
28212
28213 2000-04-02  Paul Eggert  <eggert@twinsun.com>
28214
28215         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
28216         variable in the shell rather than using putenv, which isn't
28217         portable.  This avoids the configure-time inter-test dependency
28218         on the potentially-renamed putenv function.
28219
28220 2000-03-30  Paul Eggert  <eggert@twinsun.com>
28221
28222         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
28223         before checking struct stat.st_blksize, so that
28224         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
28225
28226 2000-03-29  Paul Eggert  <eggert@twinsun.com>
28227
28228         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
28229         since strftime.c uses HAVE_STRFTIME to decide whether to use
28230         the underlying strftime.
28231
28232 2000-03-29  Paul Eggert  <eggert@twinsun.com>
28233
28234         * lib/time/strftime.c (my_strftime): Make sure we call the system
28235         strftime, not ourselves, when invoking the underlying strftime.
28236
28237 2000-03-24  Jim Meyering  <meyering@lucent.com>
28238
28239         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
28240         (charset_alias): Define.
28241         (install-exec-local): Factor out common code.
28242         (uninstall-local): Split lines longer than 80.
28243         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
28244         (SUFFIXES): Define.
28245         (.sed.in.sed): New rule.  Don't redirect directly to $@.
28246         (CLEANFILES): Add ref-add.sed and ref-del.sed.
28247
28248 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
28249
28250         * lib/config.charset: Output a line containing "Packages using this
28251         file".
28252         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
28253         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
28254         ref-del.sed): New rules.
28255
28256 2000-03-17  Jim Meyering  <meyering@lucent.com>
28257
28258         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
28259         Otherwise, include <strings.h>
28260
28261 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
28262
28263         * lib/unicodeio.c (utf8_wctomb): New function.
28264         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
28265         format instead of in UCS-4 with platform dependent endianness.
28266
28267 2000-03-10  Jim Meyering  <meyering@lucent.com>
28268
28269         * m4/lib-check.m4: Look for getspnam in -lgen, too.
28270         From Marco Franzen.
28271
28272 2000-03-07  Paul Eggert  <eggert@twinsun.com>
28273
28274         * lib/savedir.c (savedir): Work even if directory size is
28275         negative; this can happen with some screwy NFS configurations.
28276
28277 2000-03-06  Jim Meyering  <meyering@lucent.com>
28278
28279         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
28280         if it's NULL (because we ran out of memory).  From Bruno Haible.
28281
28282 2000-03-05  Jim Meyering  <meyering@lucent.com>
28283
28284         * lib/localcharset.c ("path-concat.h"): Include.
28285         (get_charset_aliases): Use path_concat instead of ANSI string
28286         concatenation.
28287
28288         * lib/unicodeio.h (PARAMS): Define.
28289         Use it to guard prototype.
28290
28291 2000-03-04  Jim Meyering  <meyering@lucent.com>
28292
28293         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
28294         for lib/localcharset.c.
28295
28296 2000-03-04  Jim Meyering  <meyering@lucent.com>
28297
28298         * lib/Makefile.am (install-exec-local): Create $(libdir) before
28299         installing into it.
28300         (uninstall-local): Uncomment this rule so `make distcheck' works
28301         once again.
28302
28303         * lib/unicodeio.c (<errno.h>): Include it.
28304         (errno): Declare if not defined.
28305
28306         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
28307
28308         * lib/config.charset: New version, incorporating remarks from a linux
28309         i18n mailing list.  From Bruno Haible.
28310
28311 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
28312
28313         * m4/codeset.m4: New file.
28314         * m4/iconv.m4: New file.
28315         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
28316
28317 2000-03-03  Jim Meyering  <meyering@lucent.com>
28318
28319         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
28320
28321 2000-03-02  Jim Meyering  <meyering@lucent.com>
28322
28323         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
28324         the messages come out on separate lines.
28325
28326         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
28327         rather than jm_CHECK_DECLARATIONS.
28328         * m4/decl.m4: Remove now-unused file.
28329
28330         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
28331         geteuid.
28332
28333 2000-03-02  Jim Meyering  <meyering@lucent.com>
28334
28335         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
28336
28337 2000-03-01  Jim Meyering  <meyering@lucent.com>
28338
28339         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
28340         * lib/unicodeio.c: Likewise.
28341
28342 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
28343
28344         * lib/config.charset: New file.
28345         * lib/localcharset.c: New file.
28346         * lib/unicodeio.h, lib/unicodeio.c: New files.
28347         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
28348         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
28349         (noinst_HEADERS): Add unicodeio.h.
28350         (all-local, install-exec-local, charset.alias): New targets.
28351
28352 2000-02-28  Paul Eggert  <eggert@twinsun.com>
28353
28354         * lib/quotearg.c (ALERT_CHAR): New macro.
28355         (quotearg_buffer_restyled): Use it.
28356
28357 2000-02-27  Jim Meyering  <meyering@lucent.com>
28358
28359         * m4/check-decl.m4: Add getenv to the list.
28360
28361 2000-02-27  Jim Meyering  <meyering@lucent.com>
28362
28363         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
28364         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
28365
28366         * lib/backupfile.c: Guard inclusion of stdlib.h with
28367         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
28368         Declare malloc if needed.
28369
28370         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
28371         `#ifndef HAVE_DECL..'
28372         now that autoconf always defines the HAVE_DECL_ symbols.
28373         * lib/human.c: Likewise.
28374         * lib/same.c: Likewise.
28375         * lib/strtoumax.c: Likewise.
28376
28377         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
28378         declaration check was not run.
28379         * lib/hash.c: Likewise.
28380         * lib/human.c: Likewise.
28381         * lib/same.c: Likewise.
28382         * lib/strtoumax.c: Likewise.
28383
28384         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
28385         `.', then first look up the entire `.'-containing string as a login
28386         name.
28387
28388 2000-02-23  Jim Meyering  <meyering@lucent.com>
28389
28390         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
28391         in place of my hack.
28392
28393 2000-02-18  Paul Eggert  <eggert@twinsun.com>
28394
28395         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
28396         (textint): New typedef.
28397         (parser_control): Member year changed from int to textint.
28398         All uses changed.
28399         (YYSTYPE): Removed; replaced by %union with int and textint members.
28400         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
28401         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
28402         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
28403         (tSNUMBER, tUNUMBER): Now of type <textintval>.
28404         (date, number, to_year): Use width of number in digits, not its value,
28405         to determine whether it's a 2-digit year, or a 2-digit time.
28406         (yylex): Store number of digits of numeric tokens.
28407         Reported by John Kendall.
28408
28409         (parser_control): Changed from struct parser_control to typedef (for
28410         consistency).  All uses changed.
28411
28412         (tID): Removed; not used.
28413         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
28414
28415 2000-02-14  Paul Eggert  <eggert@twinsun.com>
28416
28417         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
28418         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
28419
28420 2000-02-12  Jim Meyering  <meyering@lucent.com>
28421
28422         * lib/userspec.c (ISDIGIT): Define it.
28423         (isdigit): Remove definition.
28424         (is_number): Use ISDIGIT, not isdigit.
28425         <libintl.h>: Include.
28426         (_ and N_): Define.
28427         (parse_user_spec): Mark translatable strings.
28428
28429 2000-02-10  Jim Meyering  <meyering@lucent.com>
28430
28431         With these changes, nanosleep.[ch] are finally enough like the other
28432         lib/* replacement files to compile on a few more losing systems.
28433
28434         * lib/nanosleep.h: Don't include config.h.
28435         Remove prototype from declaration of nanosleep.
28436         (PARAMS): Remove now-unneeded definition.
28437         * lib/nanosleep.c: #undef nanosleep.
28438         (rpl_nanosleep): Rename from nanosleep.
28439
28440 2000-02-10  Jim Meyering  <meyering@lucent.com>
28441
28442         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
28443         gnu_nanosleep to rpl_nanosleep.
28444
28445 2000-02-09  Jim Meyering  <meyering@lucent.com>
28446
28447         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
28448         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
28449
28450 2000-02-08  Akim Demaille  <akim@epita.fr>
28451
28452         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
28453         `[' and `]' and remove uses of `changequote'.
28454         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
28455         (AC_SYS_LARGEFILE): Likewise.
28456         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
28457         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
28458         of changequote.
28459         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
28460         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
28461         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
28462         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
28463
28464 2000-02-05  Jim Meyering  <meyering@lucent.com>
28465
28466         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
28467         Remove explicit use of AC_HEADER_TIME.  It is required by
28468         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
28469         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
28470         in autoconf whereby the expansion of the latter ended up preceding
28471         the expansion of its prerequisite, AC_HEADER_TIME.
28472         Reported by Volker Borchert.
28473
28474 2000-02-03  Jim Meyering  <meyering@lucent.com>
28475
28476         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
28477
28478 2000-02-03  Jim Meyering  <meyering@lucent.com>
28479
28480         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
28481         rather than with `#if HAVE_UTMPNAME'.
28482
28483 2000-02-02  Jim Meyering  <meyering@lucent.com>
28484
28485         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
28486         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
28487         Reported by Eli Zaretskii.
28488
28489 2000-02-01  Jim Meyering  <meyering@lucent.com>
28490
28491         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
28492
28493 2000-01-31  Jim Meyering  <meyering@lucent.com>
28494
28495         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
28496         functions.  Add the time.h and sys/time.h headers along with the
28497         AC_REQUIRE'ment of AC_HEADER_TIME.
28498
28499 2000-01-31  Jim Meyering  <meyering@lucent.com>
28500
28501         * lib/nanosleep.h (nanosleep): Guard declaration with
28502         `#if ! HAVE_DECL_NANOSLEEP'.
28503         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
28504         the declaration in that vendor's sys/timers.h.
28505         Reported by Christian Krackowizer.
28506
28507         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
28508         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
28509         (ISPRINT): Likewise.
28510         Reported by Tom Tromey.
28511
28512 2000-01-30  Jim Meyering  <meyering@lucent.com>
28513
28514         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
28515
28516         * m4/prereq.m4 (utmp_includes): Define.
28517         Check for ut_user and ut_name members in both struct utmpx
28518         and struct utmp.
28519
28520 2000-01-30  Jim Meyering  <meyering@lucent.com>
28521
28522         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
28523         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
28524         header files where only utmpx.ut_user is declared.
28525
28526         * lib/readutmp.h (UT_USER): Define.
28527
28528 2000-01-29  Jim Meyering  <meyering@lucent.com>
28529
28530         * m4/lib-check.m4: New file containing library-related checks from
28531         fileutils and sh-utils (textutils had none).
28532
28533 2000-01-28  Jim Meyering  <meyering@lucent.com>
28534
28535         * m4/perl.m4: Change format of warning message to look more like that
28536         from the missing script.  Suggestion from François Pinard.
28537
28538 2000-01-25  Jim Meyering  <meyering@lucent.com>
28539
28540         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
28541         well as time.h in the compile check.
28542         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
28543         Fix typo in cross-compiling case: s/yes/no/.
28544
28545 2000-01-23  Jim Meyering  <meyering@lucent.com>
28546
28547         * m4/jm-macros.m4: Move df-related tests here from
28548         fileutils/configure.in
28549
28550         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
28551         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
28552
28553         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
28554         s/space/ac_fsusage_space/.
28555         (jm_FILE_SYSTEM_USAGE): Take two parameters.
28556
28557         * m4/ftruncate.m4: New file (derived from part of
28558         fileutils/configure.in).
28559         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
28560         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
28561
28562         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
28563         AC_SUBST these here, rather than just in sh-util/configure.in, so
28564         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
28565         all the same.
28566         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
28567         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
28568         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
28569         (AC_SUBST(POW_LIBM)): Likewise.
28570         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
28571
28572 2000-01-23  Jim Meyering  <meyering@lucent.com>
28573
28574         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
28575         obstack.c.
28576
28577 2000-01-22  Jim Meyering  <meyering@lucent.com>
28578
28579         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
28580
28581         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
28582
28583         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
28584         configure.in
28585         (AC_CHECK_HEADERS): Likewise for sh-utils.
28586         (AC_CHECK_HEADERS): Likewise for textutils.
28587         Merge the three lists of headers.
28588
28589         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
28590         from fileutils' configure.in.
28591
28592         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
28593         code. Moved tests into their own function (_jm_DECL_HEADERS) in
28594         check-decl.m4.
28595
28596         * m4/check-decl.m4: Use #if rather than #ifdef.
28597         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
28598         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
28599         (_jm_DECL_HEADERS): Define new function.
28600         (jm_CHECK_DECLARATIONS): Require it.
28601
28602 2000-01-22  Jim Meyering  <meyering@lucent.com>
28603
28604         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
28605         [! HAVE_DECL_STRTOULL]: Declare strtoull.
28606         Required for some AIX systems.  Reported by Christian Krackowizer.
28607         [TESTING] (main): New function.
28608
28609         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
28610         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
28611         letters.
28612
28613         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
28614         iswprint.
28615
28616         * lib/strverscmp.c (ISDIGIT): Define.
28617         (strverscmp): Use ISDIGIT, not isdigit.
28618
28619 2000-01-19  Jim Meyering  <meyering@lucent.com>
28620
28621         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
28622         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
28623         defines `struct timespec' in <sys/time.h>
28624
28625         * m4/c-bs-a.m4: Remove uses of changequote altogether.
28626         Thanks to Akim for explaining.
28627
28628 2000-01-17  Paul Eggert  <eggert@twinsun.com>
28629
28630         * lib/nanosleep.c (nanosleep):
28631         Don't use SA_INTERRUPT to decide whether to call sigaction, as
28632         POSIX.1 doesn't require SA_INTERRUPT and some systems
28633         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
28634         it's been part of POSIX.1 since day 1 (in 1988).
28635
28636 2000-01-17  Jim Meyering  <meyering@lucent.com>
28637
28638         * lib/interlock: Remove unused file.  Reported by François Pinard.
28639
28640 2000-01-16  Paul Eggert  <eggert@twinsun.com>
28641
28642         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
28643         alert, backslash, formfeed, and vertical tab unnecessarily in
28644         shell quoting style.
28645
28646 2000-01-16  Jim Meyering  <meyering@lucent.com>
28647
28648         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
28649         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
28650         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
28651         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
28652
28653 2000-01-16  Jim Meyering  <meyering@lucent.com>
28654
28655         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
28656         because the latter didn't work.
28657
28658 2000-01-15  Jim Meyering  <meyering@lucent.com>
28659
28660         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
28661         (AC_REPLACE_FUNCS): Add memcpy and memset.
28662         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
28663         Add strpbrk.
28664         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
28665
28666 2000-01-12  Jim Meyering  <meyering@lucent.com>
28667
28668         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
28669         (jm_PREREQ): Use it.
28670         (jm_PREREQ_READUTMP): New macro.
28671         (jm_PREREQ): Use it.
28672
28673 2000-01-11  Paul Eggert  <eggert@twinsun.com>
28674
28675         Quote multibyte characters correctly.
28676         * m4/c-bs-a.m4: New file.
28677         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
28678         (jm_PREREQ): Use it.
28679
28680 2000-01-11  Paul Eggert  <eggert@twinsun.com>
28681
28682         * m4/uintmax_t.m4: Port to autoconf 2.13.
28683
28684 2000-01-08  Jim Meyering  <meyering@ascend.com>
28685
28686         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
28687         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
28688
28689 2000-01-04  Jim Meyering  <meyering@ascend.com>
28690
28691         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
28692         jm_STRUCT_DIRENT_D_TYPE.
28693         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
28694         jm_STRUCT_DIRENT_D_INO.
28695         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
28696         jm_STRUCT_UTIMBUF.
28697         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
28698         renamings.
28699         * m4/utime.m4: Likewise.
28700
28701         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
28702         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
28703
28704 2000-01-03  Paul Eggert  <eggert@twinsun.com>
28705
28706         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
28707         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
28708
28709 2000-01-02  Jim Meyering  <meyering@ascend.com>
28710
28711         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
28712         remember if this is necessary.
28713
28714 1999-12-26  Jim Meyering  <meyering@ascend.com>
28715
28716         * m4/jm-macros.m4: Use it here.
28717         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
28718
28719 1999-12-23  Jim Meyering  <meyering@ascend.com>
28720
28721         * m4/jm-macros.m4: Check for clock_gettime (moved from
28722         fileutils/configure.in)
28723         Check for gettimeofday.
28724
28725 1999-12-20  Jim Meyering  <meyering@ascend.com>
28726
28727         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
28728         autoconf-2.14a-1999-12-20.
28729
28730 1999-12-19  Jim Meyering  <meyering@ascend.com>
28731
28732         * m4/lstat-slash.m4: New file.
28733         * m4/jm-macros.m4: Use the new macro:
28734         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
28735
28736 1999-12-07  Jim Meyering  <meyering@ascend.com>
28737
28738         * m4/perl.m4: Require that File::Compare be available, too.
28739         Too many systems seem to lack it.
28740
28741         * m4/strftime.m4: Add checks for most of the cpp macros tested in
28742         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
28743
28744 1999-11-18  Paul Eggert  <eggert@twinsun.com>
28745
28746         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
28747         problem with the QNX 4.25 shell, which doesn't propagate exit
28748         status of failed commands inside shell assignments.
28749
28750 1999-11-17  Jim Meyering  <meyering@ascend.com>
28751
28752         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
28753
28754 1999-11-07  Jim Meyering  <meyering@ascend.com>
28755
28756         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
28757
28758 1999-11-06  Jim Meyering  <meyering@ascend.com>
28759
28760         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
28761         * m4/jm-macros.m4 (jm_MACROS): Use it here.
28762
28763 1999-11-05  Jim Meyering  <meyering@ascend.com>
28764
28765         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
28766         configure.in of textutils, fileutils, and sh-utils into this one
28767         (shared between those packages) file.
28768         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
28769         AC_STRUCT_ST_BLKSIZE.
28770
28771 1999-11-03  Jim Meyering  <meyering@ascend.com>
28772
28773         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
28774         of AC_CHECK_TYPE checks includes unistd.h.
28775         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
28776         Suggestion from Akim Demaille.
28777
28778 1999-10-30  Jim Meyering  <meyering@ascend.com>
28779
28780         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
28781         m4-quoted string.
28782         * m4/ls-mntd-fs.m4: Likewise.
28783         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
28784         * m4/jm-winsz1.m4: Likewise.
28785
28786         * m4/const.m4: Remove file, since the fix made it into the experimental
28787         version of autoconf.
28788         * m4/mktime.m4: Likewise.
28789
28790         * m4/check-type.m4: Remove file, now that the latest version of
28791         AC_CHECK_TYPE takes a third arg to specify additional #includes.
28792
28793         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
28794         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
28795         AC_CHECK_TYPE.
28796
28797 1999-10-04  Jim Meyering  <meyering@ascend.com>
28798
28799         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
28800
28801 1999-09-22  Paul Eggert  <eggert@twinsun.com>
28802
28803         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
28804         2.95.1 bug with HP-UX 10.20.
28805
28806 1999-09-17  Jim Meyering  <meyering@ascend.com>
28807
28808         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
28809         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
28810         due to missing strdup (against sh-utils-2.0).
28811
28812 1999-08-29  Jim Meyering  <meyering@ascend.com>
28813
28814         * m4/jm-macros.m4: Require jm_BISON.
28815         * m4/bison.m4: New file.
28816
28817 1999-08-17  Paul Eggert  <eggert@twinsun.com>
28818
28819         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
28820         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
28821
28822 1999-08-05  Jim Meyering  <meyering@ascend.com>
28823
28824         * m4/getline.m4: Rename test file from conftestdata to conftest.data
28825         to avoid conflicts with `conftest' on 8+3 filesystems.
28826         Suggestion from Eli Zaretskii.
28827
28828 1999-08-04  Jim Meyering  <meyering@ascend.com>
28829
28830         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
28831         fileutils and sh-utils (textutils's getline test was inadequate).
28832         (AM_FUNC_GETLINE): Run this test.
28833         (AC_CHECK_FUNCS): Check for getdelim.
28834         Reported by Bob Proulx.
28835
28836 1999-08-02  Jim Meyering  <meyering@ascend.com>
28837
28838         * m4/jm-macros.m4: Add a comment.
28839
28840 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28841
28842         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
28843         <inttypes.h> defines strtoumax as a macro (and not as a
28844         function).
28845
28846 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28847
28848         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
28849         that we can shift, multiply and divide unsigned long long
28850         values; Ultrix cc can't do it.
28851
28852 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28853
28854         * m4/mktime.m4: New file, which is a preview of what should appear
28855         in the next public autoconf release.
28856
28857 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28858
28859         * m4/lfs.m4: Remove this file.
28860         * m4/largefile.m4: New file.  It contains the old contents of
28861         lfs.m4, except that all names with prefix AC_LFS have been
28862         changed to use the prefix AC_SYS_LARGEFILE instead, to be
28863         compatible with future autoconf versions.  Also, some minor m4
28864         quoting problems have been fixed.
28865
28866 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28867
28868         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
28869         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
28870         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
28871         and simplify the shell code.
28872
28873 1999-08-01  Jim Meyering  <meyering@ascend.com>
28874
28875         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
28876         m4.
28877
28878 1999-07-20  Jim Meyering  <meyering@ascend.com>
28879
28880         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
28881
28882 1999-07-15  Jim Meyering  <meyering@ascend.com>
28883
28884         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
28885
28886 1999-05-22  Jim Meyering  <meyering@ascend.com>
28887
28888         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
28889
28890 1999-05-20  Jim Meyering  <meyering@ascend.com>
28891
28892         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
28893         Add a colon after each `then' in case $4 is empty.
28894
28895 1999-05-16  Jim Meyering  <meyering@ascend.com>
28896
28897         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
28898
28899 1999-05-10  Jim Meyering  <meyering@ascend.com>
28900
28901         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
28902
28903         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
28904         AC_FUNC_MKTIME.
28905
28906 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
28907
28908         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
28909
28910 1999-05-04  Paul Eggert  <eggert@twinsun.com>
28911
28912         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
28913         not CPPFLAGS, so that linking works correctly in IRIX.
28914
28915 1999-04-30  Paul Eggert  <eggert@twinsun.com>
28916
28917         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
28918
28919 1999-04-20  Paul Eggert  <eggert@twinsun.com>
28920
28921         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
28922         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
28923         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
28924         jm_AC_TYPE_UNSIGNED_LONG_LONG.
28925         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
28926
28927         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
28928
28929 1999-04-20  Jim Meyering  <meyering@ascend.com>
28930
28931         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
28932         AC_REPLACE xstroull if necessary.  From Paul Eggert.
28933         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
28934
28935 1999-04-18  Jim Meyering  <meyering@ascend.com>
28936
28937         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
28938         * m4/jm-macros.m4: Use it.
28939
28940 1999-04-06  Jim Meyering  <meyering@ascend.com>
28941
28942         * m4/strftime.m4: Remove test for %f.
28943
28944 1999-03-29  Jim Meyering  <meyering@ascend.com>
28945
28946         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
28947         superset of the AC_TYPE_* checks in the textutils, fileutils,
28948         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
28949         AC_TYPE_PID_T.
28950
28951 1999-03-28  Jim Meyering  <meyering@ascend.com>
28952
28953         * m4/jm-macros.m4: Define GNU_PACKAGE here.
28954         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
28955         replaced e.g., in the *.sh files of the sh-utils.
28956
28957 1999-03-20  Jim Meyering  <meyering@ascend.com>
28958
28959         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
28960         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
28961         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
28962
28963 1999-03-19  Jim Meyering  <meyering@ascend.com>
28964
28965         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
28966
28967 1999-03-12  Jim Meyering  <meyering@ascend.com>
28968
28969         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
28970
28971 1999-03-07  Jim Meyering  <meyering@ascend.com>
28972
28973         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
28974         declared.
28975
28976 1999-02-17  Jim Meyering  <meyering@ascend.com>
28977
28978         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
28979         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
28980
28981 1999-02-07  Jim Meyering  <meyering@ascend.com>
28982
28983         * m4/group-member.m4: New file -- extracted from sh-utils'
28984         configure.in.
28985
28986         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
28987         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
28988
28989 1999-02-06  Jim Meyering  <meyering@ascend.com>
28990
28991         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
28992         * m4/fnmatch.m4: Likewise.
28993         * m4/getgroups.m4: Likewise.
28994         * m4/lstat.m4: Likewise.
28995         * m4/malloc.m4: Likewise.
28996         * m4/putenv.m4: Likewise.
28997         * m4/realloc.m4: Likewise.
28998         * m4/regex.m4: Likewise.
28999         * m4/stat.m4: Likewise.
29000         * m4/strftime.m4: Likewise.
29001         Suggestion from Alain Magloire.
29002
29003         * m4/chown.m4: Use `.$ac_objext', not `.o'.
29004         * m4/fnmatch.m4: Likewise.
29005         * m4/getgroups.m4: Likewise.
29006         * m4/getline.m4: Likewise.
29007         * m4/lstat.m4: Likewise.
29008         * m4/malloc.m4: Likewise.
29009         * m4/memcmp.m4: Likewise.
29010         * m4/putenv.m4: Likewise.
29011         * m4/realloc.m4: Likewise.
29012         * m4/regex.m4: Likewise.
29013         * m4/stat.m4: Likewise.
29014         * m4/strftime.m4: Likewise.
29015         Suggestion from Alain Magloire.
29016
29017         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
29018         an argument.
29019
29020         * m4/regex.m4: Add a run-time Test for proper operation of
29021         re_compile_pattern.
29022
29023 1999-01-31  Jim Meyering  <meyering@ascend.com>
29024
29025         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
29026
29027 1999-01-30  Jim Meyering  <meyering@ascend.com>
29028
29029         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
29030
29031         * m4/jm-mktime.m4: Make this a wrapper around the official
29032         AM_FUNC_MKTIME rather than my private copy, now that the official one
29033         is up to date.
29034         * m4/mktime.m4: Remove file.
29035
29036         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
29037         * m4/uptime.m4: Likewise.
29038         * m4/uintmax_t.m4: Likewise.
29039
29040 1999-01-28  Jim Meyering  <meyering@ascend.com>
29041
29042         * m4/jm-macros.m4: Use jm_AFS.
29043         * m4/afs.m4: New file (from fileutils' configure.in).
29044
29045         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
29046         * m4/chown.m4: Likewise.
29047         * m4/d-ino.m4: Likewise.
29048         * m4/d-type.m4: Likewise.
29049         * m4/fnmatch.m4: Likewise.
29050         * m4/getgroups.m4: Likewise.
29051         * m4/gettext.m4: Likewise.
29052         * m4/jm-mktime.m4: Likewise.
29053         * m4/jm-winsz2.m4: Likewise.
29054         * m4/lcmessage.m4: Likewise.
29055         * m4/ls-mntd-fs.m4: Likewise.
29056         * m4/malloc.m4: Likewise.
29057         * m4/memcmp.m4: Likewise.
29058         * m4/putenv.m4: Likewise.
29059         * m4/realloc.m4: Likewise.
29060         * m4/st_mtim.m4: Likewise.
29061         * m4/strftime.m4: Likewise.
29062
29063 1999-01-16  Jim Meyering  <meyering@ascend.com>
29064
29065         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
29066         (ARGMATCH_DIE_DECL): Define.
29067
29068 1999-01-12  Jim Meyering  <meyering@ascend.com>
29069
29070         * m4/Makefile.am.in: Rewrite to avoid using fmt.
29071         Reported by Lars Hecking.
29072
29073 1999-01-10  Jim Meyering  <meyering@ascend.com>
29074
29075         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
29076         gross kludge.
29077         * m4/inttypes_h.m4: Likewise.
29078         * m4/lstat.m4: Likewise.
29079         * m4/malloc.m4: Likewise.
29080         * m4/readdir.m4: Likewise.
29081         * m4/realloc.m4: Likewise.
29082         * m4/st_dm_mode.m4: Likewise.
29083         * m4/stat.m4: Likewise.
29084         * m4/utimbuf.m4: Likewise.
29085         * m4/utimes.m4: Likewise.
29086
29087         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
29088         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
29089         comments in config.h.in are meaningful.
29090
29091         * m4/jm-macros.m4: Require autoconf-2.13 here.
29092
29093         * m4/regex.m4: By default, don't use the included regex.c on systems
29094         with glibc 2.  Suggestion from Uli Drepper.
29095
29096 1999-01-02  Jim Meyering  <meyering@ascend.com>
29097
29098         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
29099
29100 1998-12-18  Jim Meyering  <meyering@ascend.com>
29101
29102         * m4/Makefile.am.in (Makefile.am): Simplify rule.
29103         Based on a suggestion from Lars Hecking.
29104
29105 1998-11-16  Paul Eggert  <eggert@twinsun.com>
29106
29107         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
29108
29109 1998-11-16  Jim Meyering  <meyering@ascend.com>
29110
29111         * m4/lfs.m4: Double-quote the `uname...` expression.
29112
29113 1998-11-14  Jim Meyering  <meyering@ascend.com>
29114
29115         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
29116         * m4/stat.m4: Likewise.
29117
29118 1998-11-03  Jim Meyering  <meyering@ascend.com>
29119
29120         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
29121         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
29122
29123 1998-10-18  Jim Meyering  <meyering@ascend.com>
29124
29125         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
29126
29127 1998-10-17  Jim Meyering  <meyering@ascend.com>
29128
29129         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
29130         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
29131         calls for those previously hard-coded headers.  Instead, take a new
29132         parameter.
29133         (jm_CHECK_DECLARATIONS): Reflect interface change.
29134         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
29135         (jm_CHECK_DECL_LOCALTIME_R): New macro.
29136
29137         * m4/mktime.m4: Test for spring-forward gap before long-running test.
29138
29139 1998-10-14  Jim Meyering  <meyering@ascend.com>
29140
29141         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
29142         instead of "TZ=America/Vancouver".  From Paul Eggert.
29143
29144 1998-10-11  Jim Meyering  <meyering@ascend.com>
29145
29146         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
29147         This adds a test for a recently added compatibility fix for mktime.c.
29148         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
29149
29150 1998-09-27  Jim Meyering  <meyering@ascend.com>
29151
29152         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
29153
29154         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
29155         ../configure.in, including a change from Gordon Matzigkeit to allow
29156         cross-compiling for the Hurd.
29157
29158         * m4/glibc.m4: New file/macro to test for the GNU C Library
29159         versions 1 and 2.  From Gordon Matzigkeit.
29160         Indent.
29161
29162 1998-09-21  Jim Meyering  <meyering@ascend.com>
29163
29164         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
29165
29166 1998-08-18  Paul Eggert  <eggert@twinsun.com>
29167
29168         Port nanosecond-resolution times to UnixWare 2.1.2 and
29169         pedantic Solaris 2.6.
29170
29171         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
29172         AC_STRUCT_ST_MTIM.
29173         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
29174         Generate name of ns member, instead of just 1 or undef.
29175         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
29176
29177 1998-08-15  Jim Meyering  <meyering@ascend.com>
29178
29179         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
29180         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
29181         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
29182         instead of jm_TYPE_SSIZE_T.
29183
29184 1998-08-12  Jim Meyering  <meyering@ascend.com>
29185
29186         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
29187
29188 1998-08-02  Jim Meyering  <meyering@ascend.com>
29189
29190         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
29191         in acconfig.h manually.
29192
29193 1998-07-31  Paul Eggert  <eggert@twinsun.com>
29194
29195         * m4/st_mtim.m4: New file.
29196
29197 1998-07-28  Jim Meyering  <meyering@ascend.com>
29198
29199         * m4/utimes.m4: Undef stat.
29200
29201 1998-07-25  Jim Meyering  <meyering@ascend.com>
29202
29203         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
29204         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
29205
29206 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
29207
29208         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
29209         uid and gid actually remain unchanged.
29210
29211 1998-07-07  Jim Meyering  <meyering@ascend.com>
29212
29213         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
29214
29215 1998-07-04  Jim Meyering  <meyering@ascend.com>
29216
29217         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
29218         to prove that this macro can be used in packages without regex.c.
29219
29220 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
29221
29222         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
29223         is to be used.
29224
29225 1998-07-03  Jim Meyering  <meyering@ascend.com>
29226
29227         * m4/gettext.m4: Add -lintl if it's found to be necessary.
29228
29229         * m4/gettext.m4: New file -- from gettext-0.10.35.
29230         * m4/lcmessage.m4: Likewise.
29231         * m4/progtest.m4: Likewise.
29232
29233         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
29234         * m4/jm-macros.m4: Require the new macro.
29235
29236 1998-06-29  Jim Meyering  <meyering@ascend.com>
29237
29238         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
29239         for the definition of NGROUPS (used in a system header included
29240         by sys/mount.h).
29241
29242 1998-06-28  Jim Meyering  <meyering@ascend.com>
29243
29244         * m4/ls-mntd-fs.m4: New file.
29245         * m4/fstypename.m4: New file.
29246
29247         * m4/jm-macros.m4: Require the new macro.
29248         * m4/jm-glibc-io.m4: New file.
29249
29250 1998-05-19  Jim Meyering  <meyering@ascend.com>
29251
29252         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
29253         * m4/lchown.m4: New file.
29254
29255         * m4/Makefile.am.in: New file.
29256         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
29257
29258 1998-05-14  Jim Meyering  <meyering@ascend.com>
29259
29260         * m4/Makefile.am (EXTRA_DIST): Add them.
29261         * m4/jm-macros.m4: New file.
29262         * m4/utimbuf.m4: New file.
29263
29264 1998-05-12  Jim Meyering  <meyering@ascend.com>
29265
29266         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
29267
29268 1998-05-11  Jim Meyering  <meyering@ascend.com>
29269
29270         * m4/isc-posix.m4: New file.
29271
29272 1998-05-10  Jim Meyering  <meyering@ascend.com>
29273
29274         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
29275
29276 1998-05-09  Jim Meyering  <meyering@ascend.com>
29277
29278         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
29279         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
29280         with automake.
29281
29282         * m4/ssize_t.m4: New file.
29283         * m4/mktime.m4: Remove file -- the new automake has this now.
29284
29285 1998-04-26  Jim Meyering  <meyering@ascend.com>
29286
29287         * m4/assert.m4: New file.
29288         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
29289
29290 1998-04-05  Jim Meyering  <meyering@ascend.com>
29291
29292         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
29293         (jm_PREREQ): Use it here.
29294
29295 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
29296
29297         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
29298         in acconfig.h.
29299
29300 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
29301
29302         * m4/prereq.m4: New file.
29303         * m4/error.m4: New file.
29304         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
29305
29306 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
29307
29308         * m4/getline.m4: Don't set am_cv_func_working_getline before the
29309         cache-check for the same variable -- that defeated the purpose of
29310         the test; the test program was never run.  This was a problem only
29311         on systems with losing getline functions -- HP-UX 10.20 is one.
29312         Reported by Bjorn Helgaas.
29313
29314 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
29315
29316         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
29317
29318 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
29319
29320         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
29321
29322         * m4/const.m4: New file.  Use an initializer in this declaration
29323         typedef int charset[2]; const charset x;
29324         Reported by Bob Glickstein.
29325
29326 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
29327
29328         * m4/chown.m4: Fix reversed types on -1 args to chown.
29329         From Kaveh Ghazi.
29330
29331 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
29332
29333         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
29334         Add lseek and memchr.
29335
29336         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
29337         T.E.Dickey <dickey@clark.net> said that some older preprocessors
29338         have a 20-character limit on names.
29339
29340 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
29341
29342         * m4/inttypes_h.m4: New file.
29343         * m4/uintmax_t.m4: New file.
29344         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
29345
29346 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
29347   Free Software Foundation, Inc.
29348 Copying and distribution of this file, with or without modification,
29349 are permitted provided the copyright notice and this notice are preserved.