d62e46ebf872526167fc8137758a6c9d73f234a9
[gnulib.git] / ChangeLog
1 2007-04-03  Bruno Haible  <bruno@clisp.org>
2
3         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
4         * lib/ldexpl.c: Undo last change.
5
6 2007-04-03  Bruno Haible  <bruno@clisp.org>
7
8         * modules/printf-frexpl (Depends-on): Undo last change.
9         (Files): Add m4/ldexpl.m4.
10
11 2007-04-03  Bruno Haible  <bruno@clisp.org>
12
13         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
14         * modules/isnanl (Link): New section.
15
16         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
17         * modules/frexp (Link): New section.
18
19         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
20         * modules/frexpl (Link): New section.
21
22         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
23         * modules/ldexpl (Link): New section.
24
25 2007-04-03  Bruno Haible  <bruno@clisp.org>
26
27         * modules/TEMPLATE-EXTENDED: New file.
28         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
29
30 2007-04-03  Bruno Haible  <bruno@clisp.org>
31
32         * DEPENDENCIES: New file.
33         Suggested by Simon Josefsson.
34
35 2007-04-03  Bruno Haible  <bruno@clisp.org>
36
37         * doc/gnulib.texi: Escape @.
38
39 2007-04-03  James Youngman  <jay@gnu.org>
40         and Paul Eggert  <eggert@cs.ucla.edu>
41
42         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
43         birthtime on all systems that have birthtime, not just those which
44         use st_birthtimensec rather than st_birthtim.  Putting zero in
45         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
46         that the birth time is not available for files on an NFS mount.
47
48 2007-04-03  Simon Josefsson  <simon@josefsson.org>
49
50         * modules/memxor: Move back from crypto/, suggested by Bruno.
51         * modules/crypto/hmac-sha1: Fix memxor dependency.
52
53         * modules/crypto/gc: Moved from ../.
54
55 2007-04-02  Eric Blake  <ebb9@byu.net>
56
57         * lib/ldexpl.c (includes): Avoid libm.
58
59         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
60
61 2007-04-02  Bruno Haible  <bruno@clisp.org>
62
63         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
64         on IRIX.
65
66 2007-04-02  Bruno Haible  <bruno@clisp.org>
67
68         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
69         x86 or x86_64 platforms running MacOS X.
70         Reported by Ryan Schmidt <@ryandesign.com>.
71
72 2007-04-02  Bruno Haible  <bruno@clisp.org>
73
74         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
75         i386.
76
77 2007-04-01  Simon Josefsson  <simon@josefsson.org>
78
79         * modules/crypto/arcfour: Moved from ../.
80         * modules/crypto/arcfour-tests: Moved from ../.
81         * modules/crypto/arctwo: Moved from ../.
82         * modules/crypto/arctwo-tests: Moved from ../.
83         * modules/crypto/des: Moved from ../.
84         * modules/crypto/des-tests: Moved from ../.
85         * modules/crypto/gc-arcfour: Moved from ../.
86         * modules/crypto/gc-arcfour-tests: Moved from ../.
87         * modules/crypto/gc-arctwo: Moved from ../.
88         * modules/crypto/gc-arctwo-tests: Moved from ../.
89         * modules/crypto/gc-des: Moved from ../.
90         * modules/crypto/gc-des-tests: Moved from ../.
91         * modules/crypto/gc-hmac-md5: Moved from ../.
92         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
93         * modules/crypto/gc-hmac-sha1: Moved from ../.
94         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
95         * modules/crypto/gc-md2: Moved from ../.
96         * modules/crypto/gc-md2-tests: Moved from ../.
97         * modules/crypto/gc-md4: Moved from ../.
98         * modules/crypto/gc-md4-tests: Moved from ../.
99         * modules/crypto/gc-md5: Moved from ../.
100         * modules/crypto/gc-md5-tests: Moved from ../.
101         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
102         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
103         * modules/crypto/gc-random: Moved from ../.
104         * modules/crypto/gc-rijndael: Moved from ../.
105         * modules/crypto/gc-rijndael-tests: Moved from ../.
106         * modules/crypto/gc-sha1: Moved from ../.
107         * modules/crypto/gc-sha1-tests: Moved from ../.
108         * modules/crypto/gc-tests: Moved from ../.
109         * modules/crypto/hmac-md5: Moved from ../.
110         * modules/crypto/hmac-md5-tests: Moved from ../.
111         * modules/crypto/hmac-sha1: Moved from ../.
112         * modules/crypto/hmac-sha1-tests: Moved from ../.
113         * modules/crypto/md2: Moved from ../.
114         * modules/crypto/md2-tests: Moved from ../.
115         * modules/crypto/md4: Moved from ../.
116         * modules/crypto/md4-tests: Moved from ../.
117         * modules/crypto/md5: Moved from ../.
118         * modules/crypto/md5-tests: Moved from ../.
119         * modules/crypto/memxor: Moved from ../.
120         * modules/crypto/rijndael: Moved from ../.
121         * modules/crypto/rijndael-tests: Moved from ../.
122         * modules/crypto/sha1: Moved from ../.
123
124 2007-03-30  James Youngman  <jay@gnu.org>
125
126         * tests/test-stat-time.c (prepare_test): use chmod() rather than
127         rename() to change the ctime of a file (because ctime is unaffected
128         by rename on jfs2 on AIX 5.1).
129         (main): Start by doing cleanup, in case a previous run failed leaving
130         test files behind.
131
132 2007-03-31  Bruno Haible  <bruno@clisp.org>
133
134         Support old proprietary implementations of iconv.
135         * modules/iconv_open: New file.
136         * lib/iconv_.h: New file.
137         * m4/iconv_h.m4: New file.
138         * lib/iconv_open.c: New file.
139         * lib/iconv_open-aix.gperf: New file.
140         * lib/iconv_open-hpux.gperf: New file.
141         * lib/iconv_open-irix.gperf: New file.
142         * lib/iconv_open-osf.gperf: New file.
143         * m4/iconv_open.m4: New file.
144         * modules/linebreak (Depends-on): Add iconv_open.
145         * modules/striconv (Depends-on): Likewise.
146         * modules/striconveh (Depends-on): Likewise.
147         * modules/unicodeio (Depends-on): Likewise.
148         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
149         (iconv_t)(-1).
150         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
151         conversion if cd is (iconv_t)(-1).
152         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
153         is not possible.
154
155 2007-03-31  Bruno Haible  <bruno@clisp.org>
156
157         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
158         work on Solaris either. Protect also second use of "autodetect_jp".
159
160 2007-03-31  Bruno Haible  <bruno@clisp.org>
161
162         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
163         the function is not present.
164
165 2007-03-31  Bruno Haible  <bruno@clisp.org>
166
167         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
168         the function is not present.
169
170 2007-03-31  Bruno Haible  <bruno@clisp.org>
171
172         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
173         a bug in HP-UX iconv_open().
174
175 2007-03-31  Bruno Haible  <bruno@clisp.org>
176
177         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
178         (Mathematics <math.h>): New section, add fpieee.
179         (Input/output <stdio.h>): Add fseterr.
180         (Mathematics <math.h>): New section, add printf-frexp.
181         (Container data structures): Add sublist.
182         (Core language properties): Add fpucw, inline.
183         (Functions for greatest-width integer types <inttypes.h>): Add
184         imaxabs, imaxdiv, inttypes.
185         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
186         isnanl-nolibm, ldexp.
187         (Mathematics <math.h>): New section, add printf-frexpl.
188         (Support for systems lacking POSIX:2001): Add fprintf-posix,
189         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
190         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
191         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
192         (Unicode string functions): Add unistr/u*-mbtoucr.
193         (Java): Add javacomp-script, javaexec-script.
194         (C#): Add csharpcomp-script, csharpexec-script.
195         (Support for building libraries and executables): Add havelib,
196         relocatable-*.
197         (Support for maintaining and releasing projects): Renamed from
198         'Support for maintaining and release projects'. Add announce-gen.
199
200 2007-03-31  Bruno Haible  <bruno@clisp.org>
201
202         * README: Talk primarily about git.
203         (git and CVS): Renamed from CVS.
204         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
205         gnulib is available through git.
206         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
207
208 2007-03-30  Bruno Haible  <bruno@clisp.org>
209
210         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
211         * lib/poll_.h: Likewise.
212         * lib/stat_.h: Likewise.
213         * lib/sys_time_.h: Likewise.
214         * lib/sysexit_.h: Likewise.
215         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
216         * lib/stdbool_.h: Likewise.
217         * lib/byteswap_.h: Add double-inclusion guard.
218
219 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
220
221         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
222
223 2007-03-30  Karl Berry  <karl@gnu.org>
224
225         * config/srclist-update: double space after USA in the license
226         substitution, since that's how it's usually (?) written.
227
228 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
229
230         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
231         reported by Bruno Haible.
232
233 2007-03-29  Bruno Haible  <bruno@clisp.org>
234
235         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
236         a bug in AIX iconv().
237
238 2007-03-29  Bruno Haible  <bruno@clisp.org>
239
240         * modules/ldexpl-tests: New file.
241         * tests/test-ldexpl.c: New file.
242
243 2007-03-29  Bruno Haible  <bruno@clisp.org>
244
245         * lib/ldexpl.c: Include fpucw.h.
246         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
247         multiplication.
248         * modules/ldexpl (Depends-on): Add fpucw.
249
250 2007-03-29  Bruno Haible  <bruno@clisp.org>
251
252         * modules/ldexpl: New file.
253         * m4/ldexpl.m4: New file.
254         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
255         set.
256         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
257         REPLACE_LDEXPL.
258         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
259         REPLACE_LDEXPL.
260         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
261         gl_FUNC_LDEXPL_WORKS.
262         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
263         * modules/mathl (Files): Remove lib/ldexpl.c.
264         (Depends-on): Add ldexpl.
265
266 2007-03-29  Bruno Haible  <bruno@clisp.org>
267
268         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
269
270 2007-03-29  Bruno Haible  <bruno@clisp.org>
271
272         * tests/test-striconveh.c (main): Don't assume that a direct conversion
273         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
274         and possibly also HP-UX.
275         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
276         work on AIX, IRIX, HP-UX, OSF/1.
277         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
278         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
279         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
280         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
281         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
282         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
283
284 2007-03-29  Bruno Haible  <bruno@clisp.org>
285
286         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
287
288 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
289
290         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
291         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
292
293 2007-03-29  Eric Blake  <ebb9@byu.net>
294
295         * lib/acl-internal.h: Remove redundant include.
296         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
297         Cygwin when a file is locked.
298
299 2007-03-29  Bruno Haible  <bruno@clisp.org>
300
301         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
302         file.
303         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
304
305 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
306
307         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
308         try to remove a parent directory if the child couldn't be removed
309         (except for the first rmdir, which could fail because the child
310         doesn't exist).  Problem reported by Jeff Blaine in
311         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
312
313 2007-03-28  Bruno Haible  <bruno@clisp.org>
314
315         * lib/striconveh.c (utf8conv_carefully): New function.
316         (mem_cd_iconveh_internal): Invoke it.
317
318 2007-03-28  Bruno Haible  <bruno@clisp.org>
319
320         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
321         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
322         input.
323         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
324         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
325         unistr/u8-uctomb.
326
327 2007-03-28  Bruno Haible  <bruno@clisp.org>
328
329         * modules/unistr/u8-mbtoucr: New file.
330         * lib/unistr/u8-mbtoucr.c: New file.
331         * modules/unistr/u16-mbtoucr: New file.
332         * lib/unistr/u16-mbtoucr.c: New file.
333         * modules/unistr/u16-mbtoucr: New file.
334         * lib/unistr/u16-mbtoucr.c: New file.
335         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
336
337 2007-03-27  Simon Josefsson  <simon@josefsson.org>
338             Bruno Haible  <bruno@clisp.org>
339
340         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
341         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
342         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
343
344         * m4/stdio_h.m4: Add stubs for vasprintf too.
345
346         * modules/stdio: Support vasprintf in sed command.
347
348         * modules/vasprintf: Depend on stdio for prototypes.  Remove
349         vasprintf.h.  Add stdio module indicator.
350
351         * lib/stdio_.h: Declare asprintf and vasprintf, based on
352         vasprintf.h.
353
354         * lib/vasprintf.h: File removed.
355
356         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
357         * lib/vasprintf.c: Ditto.
358         * lib/xvasprintf.c: Ditto.
359         * tests/test-vasprintf-posix.c: Ditto.
360         * tests/test-vasprintf.c: Ditto.
361
362 2007-03-27  Bruno Haible  <bruno@clisp.org>
363
364         Make vasnprintf multithread-safe.
365         * lib/vasnprintf.c (decimal_point_char): New function.
366         (VASNPRINTF): Use it.
367         Suggested by Simon Josefsson.
368
369 2007-03-27  Eric Blake  <ebb9@byu.net>
370
371         Support sub-second birthtime on cygwin.
372         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
373         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
374         (get_stat_birthtime): Also work with st_birthtim.
375
376 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
377
378         * lib/stat-time.h (USE_BIRTHTIME): Remove.
379         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
380         (get_stat_birthtime_ns): Do not try to use "spare" fields.
381         (get_stat_birthtime_ns): Simplify compile-time tests.
382         (get_stat_birthtime): Change the API to look like
383         get_stat_mtime etc., except return a negative tv_nsec on error.
384         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
385         Don't check for "spare" fields.
386         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
387         or for struct stat.st_birthtime, as these tests aren't used.
388         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
389
390 2007-03-27  Bruno Haible  <bruno@clisp.org>
391
392         * lib/stat-time.h: Include <sys/stat.h>.
393
394 2007-03-27  James Youngman  <jay@gnu.org>
395
396         * lib/stat-time.h (get_stat_birthtime): New function for
397           retrieving st_birthtime as provided by UFS2 (hence *BSD).
398         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
399           and its variants.
400         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
401         * modules/stat-time-test: New file.
402         * tests/test-stat-time.c: New test, devised by Bruno Haible.
403
404 2007-03-26  Bruno Haible  <bruno@clisp.org>
405
406         Better support of signalling NaNs.
407         * lib/atanl.c: Include isnanl.h.
408         (atanl): Perform test for NaN at the beginning of the function and
409         through a call to isnanl.
410         * lib/cosl.c: Include isnanl.h.
411         (cosl): Perform test for NaN at the beginning of the function and
412         through a call to isnanl.
413         * lib/ldexpl.c: Include isnanl.h.
414         (ldexpl): Perform test for NaN through a call to isnanl.
415         * lib/logl.c: Include isnanl.h.
416         (logl): Perform test for NaN at the beginning of the function and
417         through a call to isnanl.
418         * lib/sinl.c: Include isnanl.h.
419         (sinl): Perform test for NaN at the beginning of the function and
420         through a call to isnanl.
421         * lib/sqrtl.c: Include isnanl.h.
422         (sqrtl): Perform test for NaN at the beginning of the function and
423         through a call to isnanl.
424         * lib/tanl.c: Include isnanl.h.
425         (tanl): Perform test for NaN at the beginning of the function and
426         through a call to isnanl.
427         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
428         * modules/mathl (Depends-on): Add isnanl.
429
430 2007-03-26  Eric Blake  <ebb9@byu.net>
431
432         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
433         regression in logic sense of previous patch.
434
435 2007-03-26  Bruno Haible  <bruno@clisp.org>
436
437         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
438         unportable shell command "if ! ...".
439         Reported by Ralf Wildenhues.
440
441 2007-03-25  Bruno Haible  <bruno@clisp.org>
442
443         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
444         <sysexits.h> file, and only add EX_CONFIG.
445         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
446         absolute file name and whether it is sufficient. Substitute also
447         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
448         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
449         ABSOLUTE_SYSEXITS_H into sysexits.h.
450
451 2007-03-25  Bruno Haible  <bruno@clisp.org>
452
453         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
454         hints is NULL.
455
456 2007-03-25  Bruno Haible  <bruno@clisp.org>
457
458         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
459         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
460
461 2007-03-25  Bruno Haible  <bruno@clisp.org>
462
463         * lib/vasnprintf.c: Include langinfo.h.
464         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
465         multithread-safe.
466         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
467         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
468         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
469         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
470         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
471         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
472         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
473         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
474         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
475         Reported by Simon Josefsson.
476
477 2007-03-25  Bruno Haible  <bruno@clisp.org>
478
479         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
480         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
481         * modules/vasnprintf (Depends-on): Add stdint.
482
483 2007-03-25  Bruno Haible  <bruno@clisp.org>
484
485         * modules/fpieee: New file.
486         * m4/fpieee.m4: New file.
487         * modules/isnan-nolibm (Depends-on): Add fpieee.
488         * modules/isnanl-nolibm (Depends-on): Add fpieee.
489         * modules/isnanl (Depends-on): Add fpieee.
490
491 2007-03-25  Bruno Haible  <bruno@clisp.org>
492
493         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
494
495 2007-03-25  Bruno Haible  <bruno@clisp.org>
496
497         Avoid test failures on IRIX 6.5.
498         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
499         (main): Use it.
500         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
501         macros.
502         (main): Use them.
503
504 2007-03-25  Bruno Haible  <bruno@clisp.org>
505
506         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
507         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
508         exists but doesn't work.
509         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
510         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
511         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
512         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
513
514 2007-03-25  Bruno Haible  <bruno@clisp.org>
515
516         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
517         returns inf. Needed on IRIX 6.5.
518
519 2007-03-25  Bruno Haible  <bruno@clisp.org>
520
521         * tests/test-frexpl.c: Include isnanl-nolibm.h.
522         (main): Use isnanl instead of x != x idiom.
523         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
524
525         * tests/test-frexp.c: Include isnan.h.
526         (main): Use isnan instead of x != x idiom.
527         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
528
529 2007-03-25  Bruno Haible  <bruno@clisp.org>
530
531         * tests/test-frexp.c (NaN): New function/macro.
532         (main): Use it instead of 0.0 / 0.0.
533         * tests/test-isnan.c (NaN): New function/macro.
534         (main): Use it instead of 0.0 / 0.0.
535         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
536         (test_function): Use it instead of 0.0 / 0.0.
537         * tests/test-vasprintf-posix.c (NaN): New function/macro.
538         (test_function): Use it instead of 0.0 / 0.0.
539         * tests/test-snprintf-posix.h (NaN): New function/macro.
540         (test_function): Use it instead of 0.0 / 0.0.
541         * tests/test-sprintf-posix.h (NaN): New function/macro.
542         (test_function): Use it instead of 0.0 / 0.0.
543         * tests/test-fprintf-posix.h (NaN): New function/macro.
544         (test_function): Use it instead of 0.0 / 0.0.
545         * tests/test-printf-posix.h (NaN): New function/macro.
546         (test_function): Use it instead of 0.0 / 0.0.
547
548         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
549
550 2007-03-25  Bruno Haible  <bruno@clisp.org>
551
552         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
553
554 2007-03-25  Bruno Haible  <bruno@clisp.org>
555
556         * lib/regexec.c (merge_state_with_log): Make static.
557
558 2007-03-25  Bruno Haible  <bruno@clisp.org>
559
560         * lib/trigl.c (kernel_rem_pio2): Make static.
561
562 2007-03-25  Bruno Haible  <bruno@clisp.org>
563
564         * lib/sincosl.c (sincosl_table): Make static.
565
566 2007-03-25  Bruno Haible  <bruno@clisp.org>
567
568         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
569         if the compiler does not support C99.
570
571 2007-03-25  Bruno Haible  <bruno@clisp.org>
572
573         * modules/time (Makefile.am): Ensure all rule action lines start with a
574         tab.
575
576 2007-03-24  Bruno Haible  <bruno@clisp.org>
577
578         * modules/tsearch-tests: New file.
579         * tests/test-tsearch.sh: New file.
580         * tests/test-tsearch.c: New file, mostly copied from glibc.
581
582         * modules/search-tests: New file.
583         * tests/test-search.c: New file.
584
585         * modules/search: New file.
586         * lib/search_.h: New file, incorporating lib/tsearch.h.
587         * m4/search_h.m4: New file.
588         * lib/tsearch.h: Remove file.
589         * lib/tsearch.c: Include search.h instead of tsearch.h.
590         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
591         HAVE_TSEARCH.
592         * modules/tsearch (Files): Remove lib/tsearch.h.
593         (Depends-on): Add search.
594         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
595         (Include): Change tsearch.h into search.h.
596
597 2007-03-24  Bruno Haible  <bruno@clisp.org>
598
599         * modules/fpucw: New file.
600         * lib/fpucw.h: New file.
601         * lib/frexp.c: Include fpucw.h.
602         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
603         (FUNC): Use them.
604         * lib/printf-frexp.c: Include fpucw.h.
605         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
606         (FUNC): Use them.
607         * lib/vasnprintf.c: Include fpucw.h.
608         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
609         'long double' calculations.
610         * tests/test-frexpl.c: Include fpucw.h.
611         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
612         * tests/test-printf-frexpl.c: Include fpucw.h.
613         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
614         * modules/frexpl (Depends-on): Add fpucw.
615         * modules/printf-frexpl (Depends-on): Likewise.
616         * modules/fprintf-posix (Depends-on): Likewise.
617         * modules/snprintf-posix (Depends-on): Likewise.
618         * modules/sprintf-posix (Depends-on): Likewise.
619         * modules/vasnprintf-posix (Depends-on): Likewise.
620         * modules/vasprintf-posix (Depends-on): Likewise.
621         * modules/vfprintf-posix (Depends-on): Likewise.
622         * modules/vsnprintf-posix (Depends-on): Likewise.
623         * modules/vsprintf-posix (Depends-on): Likewise.
624         * modules/frexpl-tests (Depends-on): Likewise.
625         * modules/printf-frexpl-tests (Depends-on): Likewise.
626
627 2007-03-24  Bruno Haible  <bruno@clisp.org>
628
629         * lib/float+.h: New file.
630         * lib/isnan.c: Include float+.h.
631         (SIZE): New macro.
632         (FUNC): Compare only SIZE bytes of the value.
633         * lib/vasnprintf.c: Include float+.h.
634         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
635         SIZEOF_LDBL or SIZEOF_DBL bytes.
636         * modules/isnan-nolibm (Files): Add lib/float+.h.
637         * modules/isnanl-nolibm (Files): Add lib/float+.h.
638         * modules/isnanl (Files): Add lib/float+.h.
639         * modules/vasnprintf (Files): Add lib/float+.h.
640
641 2007-03-24  Bruno Haible  <bruno@clisp.org>
642
643         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
644         include isnanl-nolibm.h.
645
646 2007-03-24  Bruno Haible  <bruno@clisp.org>
647
648         * tests/test-read-file.c (main): Don't produce spurious output for
649         expected situations. Make the test fail if it encountered unexpected
650         results.
651
652 2007-03-24  Bruno Haible  <bruno@clisp.org>
653
654         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
655         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
656
657 2007-03-24  Bruno Haible  <bruno@clisp.org>
658
659         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
660
661 2007-03-24  Bruno Haible  <bruno@clisp.org>
662
663         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
664         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
665
666         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
667         * modules/utf8-ucs4: Turn into a symbolic link to module
668         unistr/u8-mbtouc.
669
670         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
671         utf8-ucs4-unsafe.
672         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
673         unistr/u8-mbtouc-unsafe.
674
675         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
676         * modules/utf16-ucs4: Turn into a symbolic link to module
677         unistr/u16-mbtouc.
678
679         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
680         utf16-ucs4-unsafe.
681         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
682         unistr/u16-mbtouc-unsafe.
683
684         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
685         * modules/ucs4-utf8: Turn into a symbolic link to module
686         unistr/u8-ubtomb.
687
688         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
689         * modules/ucs4-utf16: Turn into a symbolic link to module
690         unistr/u16-ubtomb.
691
692 2007-03-24  Bruno Haible  <bruno@clisp.org>
693
694         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
695         Enable the function only if HAVE_INLINE.
696         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
697         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
698         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
699         Enable the function only if HAVE_INLINE.
700         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
701         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
702         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
703         Enable the function only if HAVE_INLINE.
704         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
705         Enable the function only if HAVE_INLINE.
706         * modules/utf8-ucs4: Update.
707         * modules/utf8-ucs4-unsafe: Update.
708         * modules/utf16-ucs4: Update.
709         * modules/utf16-ucs4-unsafe: Update.
710         * modules/ucs4-utf8: Update.
711         * modules/ucs4-utf16: Update.
712
713 2007-03-24  Bruno Haible  <bruno@clisp.org>
714
715         * lib/utf8-ucs4.h: Remove file.
716         * lib/utf8-ucs4-unsafe.h: Remove file.
717         * lib/utf16-ucs4.h: Remove file.
718         * lib/utf16-ucs4-unsafe.h: Remove file.
719         * lib/ucs4-utf8.h: Remove file.
720         * lib/ucs4-utf16.h: Remove file.
721         * lib/unistr.h: Include their previous contents.
722         * m4/utf-ucs4.m4: Remove file.
723         * m4/ucs4-utf.m4: Remove file.
724         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
725         (Depends-on): Add unistr/base.
726         (configure.ac): Remove gl_UTF_UCS4.
727         (Makefile.am): Update.
728         (Include): Change to unistr.h.
729         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
730         (Depends-on): Add unistr/base.
731         (configure.ac): Remove gl_UTF_UCS4.
732         (Makefile.am): Update.
733         (Include): Change to unistr.h.
734         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
735         (Depends-on): Add unistr/base.
736         (configure.ac): Remove gl_UTF_UCS4.
737         (Makefile.am): Update.
738         (Include): Change to unistr.h.
739         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
740         (Depends-on): Add unistr/base.
741         (configure.ac): Remove gl_UTF_UCS4.
742         (Makefile.am): Update.
743         (Include): Change to unistr.h.
744         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
745         (Depends-on): Add unistr/base.
746         (configure.ac): Remove gl_UCS4_UTF.
747         (Makefile.am): Update.
748         (Include): Change to unistr.h.
749         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
750         (Depends-on): Add unistr/base.
751         (configure.ac): Remove gl_UCS4_UTF.
752         (Makefile.am): Update.
753         (Include): Change to unistr.h.
754         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
755         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
756         utf8-ucs4-unsafe.h.
757         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
758         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
759         utf16-ucs4-unsafe.h.
760         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
761         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
762         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
763         * lib/unistr/u8-strchr.c: Likewise.
764         * lib/unistr/u8-strrchr.c: Likewise.
765         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
766         * lib/unistr/u16-strchr.c: Likewise.
767         * lib/unistr/u16-strrchr.c: Likewise.
768         * lib/striconveh.c: Update.
769         * lib/linebreak.c: Update.
770
771 2007-03-24  Bruno Haible  <bruno@clisp.org>
772
773         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
774         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
775
776 2007-03-22  Bruno Haible  <bruno@clisp.org>
777
778         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
779
780 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
781
782         * MODULES.html.sh (File system functions): New module write-any-file.
783         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
784         * m4/write-any-file.m4: New files.
785
786 2007-03-23  Eric Blake  <ebb9@byu.net>
787
788         * gnulib-tool: Rearrange space-tab sequences, since some editors
789         like to eat them.
790
791 2007-03-23  Eric Blake  <ebb9@byu.net>
792
793         * lib/version-etc.c (version_etc_va): Update license wording to
794         be more concise.  Recommended by Richard Stallman.
795
796 2007-03-22  Bruno Haible  <bruno@clisp.org>
797
798         * lib/poll.c (MSG_PEEK): New fallback definition.
799
800 2007-03-22  Bruno Haible  <bruno@clisp.org>
801
802         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
803         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
804         (main): Update.
805         Fixes a compilation error on BeOS.
806
807 2007-03-22  Bruno Haible  <bruno@clisp.org>
808
809         * modules/frexpl-tests: New file.
810         * tests/test-frexpl.c: New file.
811
812         * modules/frexpl: New file.
813         * m4/frexpl.m4: New file.
814         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
815         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
816         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
817         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
818         (Depends-on): Add frexpl. Remove isnanl-nolibm.
819         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
820
821 2007-03-22  Bruno Haible  <bruno@clisp.org>
822
823         * lib/frexpl.c: Share code with lib/frexp.c.
824         * modules/mathl (Files): Add lib/frexp.c.
825         (Depends-on): Add isnanl-nolibm.
826
827 2007-03-22  Bruno Haible  <bruno@clisp.org>
828
829         * modules/printf-frexp (Files): Add m4/frexp.m4.
830         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
831         only if the found frexp function actually works.
832
833 2007-03-22  Bruno Haible  <bruno@clisp.org>
834
835         * lib/frexp.c: Remove older implementation that uses divisions.
836
837 2007-03-21  Bruno Haible  <bruno@clisp.org>
838
839         * modules/frexp-tests: New file.
840         * tests/test-frexp.c: New file.
841
842         * modules/frexp: New file.
843         * lib/frexp.c: New file.
844         * m4/frexp.m4: New file.
845         * lib/math_.h (frexp): New declaration.
846         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
847         REPLACE_FREXP.
848         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
849
850 2007-03-21  Bruno Haible  <bruno@clisp.org>
851
852         * modules/isnanl-tests: New file.
853         * tests/test-isnanl.c: New file.
854
855         * modules/isnanl: New file.
856         * lib/isnanl.h: New file.
857         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
858         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
859         gl_FUNC_ISNANL_WORKS.
860         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
861         New macros.
862
863 2007-03-21  Bruno Haible  <bruno@clisp.org>
864
865         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
866         lib/isnanl.h.
867         (Include): Update.
868         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
869         * lib/vasnprintf.c: Update.
870         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
871         tests/test-isnanl.h, remove tests/test-isnanl.c.
872         (Makefile.am): Update.
873         * tests/test-isnanl-nolibm.c: New file.
874         * tests/test-isnanl.h: New file.
875         * tests/test-isnanl.c: Remove file.
876
877 2007-03-21  Jim Meyering  <jim@meyering.net>
878
879         When trying to open ".", treat ESTALE like EACCES.
880         * lib/savewd.c (savewd_save): Resort to forking not just upon
881         failure with EACCES, but also when errno is ESTALE.
882
883 2007-03-20  Bruno Haible  <bruno@clisp.org>
884
885         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
886         Needed on AIX 5.1. Reported by Matthew Woehlke.
887
888 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
889
890         Suggestions by Bruno Haible:
891         * lib/acl-internal.h: Include "gettext.h" rather than rolling
892         our own.
893         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
894         * modules/acl (Depends-on): Add gettext.
895
896 2007-03-19  Bruno Haible  <bruno@clisp.org>
897
898         * modules/iconvme: Remove file.
899         * lib/iconvme.h: Remove file.
900         * lib/iconvme.c: Remove file.
901         * m4/iconvme.m4: Remove file.
902
903 2007-03-19  Bruno Haible  <bruno@clisp.org>
904
905         * doc/relocatable-maint.texi: Break long shell script line.
906         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
907
908 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
909
910         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
911         handle file_has_acl.
912         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
913         * lib/acl.c: Move header inclusions and related macro defns into
914         lib/acl-internal.h.
915         (S_ISLNK): Remove defn, since that's now done for us.
916         (file_has_acl): Move to lib/file-has-acl.c.
917         Call acl_trivial if available.  This is the crucial part of the fix.
918         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
919         shared within the library.  Rewrite a bit, partly to make it compatible
920         with the GNU coding style.
921         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
922         Remove unnecessary double-quotes.
923         Don't test for acl_to_text; the build will catch that.
924         Replace acl_entries if it doesn't exist and it is needed.
925         Check for -lsec and acl_trivial (as used on Solaris 10).
926         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
927         lib/file-has-acl.c.
928         (Depends-on): Add sys_stat, for S_ISLNK.
929
930 2007-03-19  Ben Pfaff  <blp@gnu.org>
931
932         * doc/gnulib.texi: Fix typos.
933         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
934
935 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
936
937         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
938         If size is zero here, buf must be zero.
939
940 2007-03-19  Simon Josefsson  <simon@josefsson.org>
941
942         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
943         <bruno@clisp.org>.
944
945 2007-03-18  Bruno Haible  <bruno@clisp.org>
946
947         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
948         Suggested by Eric Blake.
949
950 2007-03-18  Ben Pfaff  <blp@gnu.org>
951
952         * doc/relocatable.texi: Recommend using as prefix a directory
953         that does not exist and will never be created.  Based on
954         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
955         and others.
956
957 2007-03-17  Bruno Haible  <bruno@clisp.org>
958
959         * lib/fchownat.c: Include lchown.h.
960
961 2007-03-17  Bruno Haible  <bruno@clisp.org>
962
963         Fix endless loop when the given allocated size was > INT_MAX.
964         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
965         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
966         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
967         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
968         * lib/sprintf.c (sprintf): Likewise.
969
970 2007-03-17  Bruno Haible  <bruno@clisp.org>
971
972         * tests/test-argp-2.sh (func_compare): Output a context diff.
973
974 2007-03-17  Bruno Haible  <bruno@clisp.org>
975
976         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
977         locale's decimal-point character.
978
979 2007-03-17  Bruno Haible  <bruno@clisp.org>
980
981         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
982         before comparing it. Needed because on some platforms (e.g. x86) a
983         'long double' occupies less bytes than sizeof (long double).
984
985 2007-03-17  Bruno Haible  <bruno@clisp.org>
986
987         * tests/test-crc.c (main): Make printf statements 64-bit clean.
988         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
989         * tests/test-getaddrinfo.c (simple): Likewise.
990         * tests/test-read-file.c (main): Likewise.
991
992 2007-03-17  Bruno Haible  <bruno@clisp.org>
993
994         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
995
996 2007-03-17  Bruno Haible  <bruno@clisp.org>
997
998         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
999         unused variable.
1000
1001 2007-03-17  Bruno Haible  <bruno@clisp.org>
1002
1003         * tests/test-c-strcasecmp.c: Include c-strcase.h.
1004         * tests/test-c-strncasecmp.c: Likewise.
1005
1006 2007-03-17  Bruno Haible  <bruno@clisp.org>
1007
1008         * modules/stdlib (Depends-on): Add unistd.
1009         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
1010         Needed for MacOS X 10.3.
1011
1012 2007-03-17  Bruno Haible  <bruno@clisp.org>
1013
1014         * lib/unistr/u-strdup.h: Include <stdlib.h>.
1015
1016 2007-03-17  Bruno Haible  <bruno@clisp.org>
1017
1018         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
1019
1020 2007-03-17  Bruno Haible  <bruno@clisp.org>
1021
1022         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
1023         to reflect files copied from gnulib (with or without modifications).
1024         Suggested by Jim Meyering.
1025
1026 2007-03-17  Eric Blake  <ebb9@byu.net>
1027
1028         * NEWS: Document stdlib change from 2007-02-18.
1029
1030 2007-03-17  Jim Meyering  <jim@meyering.net>
1031
1032         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
1033         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
1034         someone uses a name containing shell meta-characters.
1035         Reported by Alfred M. Szmidt.
1036
1037         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
1038
1039 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
1040
1041         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
1042         and copy gettext configuration files only if configure.ac contains
1043         a use of AM_GNU_GETTEXT_VERSION.
1044
1045 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
1046
1047         * build-aux/bootstrap (gnulib_name): New variable.
1048         (gnulib_tool_options): Use it.
1049
1050 2007-03-13  Simon Josefsson  <simon@josefsson.org>
1051
1052         * tests/test-des.c: Use new namespace.
1053
1054 2007-03-15  Bruno Haible  <bruno@clisp.org>
1055
1056         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
1057         Reported by James Youngman <jay@gnu.org>.
1058
1059 2007-03-15  Bruno Haible  <bruno@clisp.org>
1060
1061         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
1062         declared prototype. Needed with cc on OSF/1 5.1.
1063
1064 2007-03-15  Bruno Haible  <bruno@clisp.org>
1065
1066         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
1067         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
1068         (struct gl_list_implementation): Add dispose_fn argument to the
1069         'create_empty', 'create' methods.
1070         (struct gl_list_impl_base): Add field 'dispose_fn'.
1071         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
1072         argument.
1073         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
1074         dispose_fn argument.
1075         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
1076         dispose_fn on the dropped values.
1077         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
1078         dispose_fn argument.
1079         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
1080         dropped values.
1081         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
1082         (gl_tree_remove_node): Call dispose_fn on the dropped value.
1083         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
1084         (gl_tree_remove_node): Call dispose_fn on the dropped value.
1085         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
1086         argument.
1087         (gl_tree_list_free): Call dispose_fn on the dropped values.
1088         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
1089         the dropped values.
1090         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
1091         Add dispose_fn argument.
1092         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
1093         Call dispose_fn on the dropped values.
1094         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
1095         Add dispose_fn argument.
1096         (gl_sublist_create): Initialize the 'dispose_fn' field.
1097         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
1098         * tests/test-array_list.c (main): Update.
1099         * tests/test-carray_list.c (main): Update.
1100         * tests/test-avltree_list.c (main): Update.
1101         * tests/test-rbtree_list.c (main): Update.
1102         * tests/test-avltreehash_list.c (main): Update.
1103         * tests/test-rbtreehash_list.c (main): Update.
1104         * tests/test-linked_list.c (main): Update.
1105         * tests/test-linkedhash_list.c (main): Update.
1106         * tests/test-array_oset.c (main): Update.
1107
1108 2007-03-15  Bruno Haible  <bruno@clisp.org>
1109
1110         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
1111         (gl_oset_create_empty): Add dispose_fn argument.
1112         (struct gl_oset_implementation): Add dispose_fn argument to
1113         'create_empty' method.
1114         (struct gl_oset_impl_base): Add dispose_fn field.
1115         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
1116         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
1117         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
1118         values.
1119         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
1120         (gl_tree_oset_free): Call dispose_fn on the dropped values.
1121         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
1122         dropped value.
1123         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
1124         dropped value.
1125         * tests/test-array_oset.c (main): Update.
1126         * tests/test-avltree_oset.c (main): Update.
1127         * tests/test-rbtree_oset.c (main): Update.
1128         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
1129
1130 2007-03-13  Bruno Haible  <bruno@clisp.org>
1131
1132         * tests/test-stdbool.c (i): Update after last patch.
1133
1134 2007-03-12  Bruno Haible  <bruno@clisp.org>
1135
1136         * lib/quotearg.c: Include <wctype.h> early, before the definition of
1137         the iswprint macro. Needed on Solaris 2.5.1.
1138
1139 2007-03-12  Bruno Haible  <bruno@clisp.org>
1140
1141         * tests/test-printf-frexp.c (main): Declare x as volatile.
1142
1143 2007-03-12  Simon Josefsson  <simon@josefsson.org>
1144
1145         * doc/gnulib.texi (Build robot for gnulib): New section.
1146
1147 2007-03-12  Jim Meyering  <jim@meyering.net>
1148
1149         * build-aux/bootstrap: New file.
1150         * build-aux/bootstrap.conf: New file, from coreutils.
1151
1152 2007-03-11  Bruno Haible  <bruno@clisp.org>
1153
1154         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
1155
1156 2007-03-12  Simon Josefsson  <simon@josefsson.org>
1157
1158         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
1159         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
1160         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
1161
1162 2007-03-11  Bruno Haible  <bruno@clisp.org>
1163
1164         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
1165         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
1166
1167 2007-03-11  Bruno Haible  <bruno@clisp.org>
1168
1169         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
1170         formula. Needed for SunPRO C 5.0.
1171
1172 2007-03-11  Bruno Haible  <bruno@clisp.org>
1173
1174         * modules/long-options (Depends-on): Add getopt.
1175
1176 2007-03-11  Bruno Haible  <bruno@clisp.org>
1177
1178         * modules/modechange (Depends-on): Add stdbool.
1179
1180 2007-03-11  Bruno Haible  <bruno@clisp.org>
1181
1182         * modules/i-ring (Depends-on): Add stdbool.
1183
1184 2007-03-11  Bruno Haible  <bruno@clisp.org>
1185
1186         * modules/gc-des (Depends-on): Add stdbool.
1187
1188 2007-03-11  Bruno Haible  <bruno@clisp.org>
1189
1190         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
1191
1192 2007-03-11  Bruno Haible  <bruno@clisp.org>
1193
1194         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
1195
1196 2007-03-11  Bruno Haible  <bruno@clisp.org>
1197
1198         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
1199
1200 2007-03-11  Bruno Haible  <bruno@clisp.org>
1201
1202         * lib/vasnprintf.c (sprintf): Undefine.
1203
1204 2007-03-11  Bruno Haible  <bruno@clisp.org>
1205
1206         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
1207         initializers in SunPRO C and Compaq C compilers.
1208
1209 2007-03-11  Bruno Haible  <bruno@clisp.org>
1210
1211         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
1212         decrementing code ANSI C compliant.
1213
1214 2007-03-11  Bruno Haible  <bruno@clisp.org>
1215
1216         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
1217         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
1218
1219 2007-03-11  Bruno Haible  <bruno@clisp.org>
1220
1221         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
1222         <stdbool.h> substitute doesn't pass.
1223
1224 2007-03-11  Bruno Haible  <bruno@clisp.org>
1225
1226         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
1227
1228 2007-03-11  Bruno Haible  <bruno@clisp.org>
1229
1230         * gnulib-tool (func_create_megatestdir): Create also an autobuild
1231         script, for submission to autobuild.josefsson.org.
1232
1233 2007-03-10  Bruno Haible  <bruno@clisp.org>
1234
1235         * modules/canonicalize-lgpl-tests: New file.
1236         * tests/test-canonicalize-lgpl.sh: New file.
1237         * tests/test-canonicalize-lgpl.c: New file.
1238
1239         * modules/c-strcase-tests: New file.
1240         * tests/test-c-strcase.sh: New file.
1241         * tests/test-c-strcasecmp.c: New file.
1242         * tests/test-c-strncasecmp.c: New file.
1243
1244         * modules/atexit-tests: New file.
1245         * tests/test-atexit.sh: New file.
1246         * tests/test-atexit.c: New file.
1247
1248 2007-03-10  Bruno Haible  <bruno@clisp.org>
1249
1250         * tests/test-binary-io.sh: Use temporary filenames that are not so
1251         likely to clash with those of other tests (in a parallel make).
1252         * tests/test-binary-io.c: Likewise.
1253
1254 2007-03-10  Bruno Haible  <bruno@clisp.org>
1255
1256         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
1257         fallback; use #error instead.
1258         Suggested by Simon Josefsson.
1259
1260 2007-03-10  Bruno Haible  <bruno@clisp.org>
1261
1262         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
1263         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
1264         first and the last.
1265
1266 2007-03-10  Bruno Haible  <bruno@clisp.org>
1267
1268         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
1269
1270 2007-03-10  Bruno Haible  <bruno@clisp.org>
1271
1272         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
1273         "make distcheck".
1274         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
1275         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
1276         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
1277
1278 2007-03-10  Bruno Haible  <bruno@clisp.org>
1279
1280         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
1281         variable.
1282         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
1283         variable.
1284
1285 2007-03-09  Eric Blake  <ebb9@byu.net>
1286         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
1287
1288         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
1289         types are not being provided by gnulib.
1290         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
1291         types are supported.
1292
1293 2007-03-10  Bruno Haible  <bruno@clisp.org>
1294
1295         * lib/stdio_.h (__attribute__): New macro.
1296         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
1297         vsprintf): Specify __attribute__ __format__ for GCC.
1298         Suggested by Eric Blake.
1299
1300 2007-03-09  Bruno Haible  <bruno@clisp.org>
1301
1302         * modules/printf-posix-tests: New file.
1303         * tests/test-printf-posix.sh: New file.
1304         * tests/test-printf-posix.c: New file.
1305
1306         * modules/printf-posix: New file.
1307         * lib/printf.c: New file.
1308         * m4/printf-posix-rpl.m4: New file.
1309         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
1310         REPLACE_PRINTF.
1311         * lib/stdio_.h (printf): New declaration.
1312         (format, __format__, ____printf____, ____scanf____, ____strftime____,
1313         ____strfmon____): New macros.
1314         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
1315         REPLACE_PRINTF.
1316
1317 2007-03-09  Bruno Haible  <bruno@clisp.org>
1318
1319         * tests/test-vasnprintf-posix2.sh: New file.
1320         * tests/test-vasnprintf-posix2.c: New file.
1321         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
1322         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
1323         (Makefile.am): Activate test-vasnprintf-posix2.sh.
1324
1325         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
1326         a locale dependent decimal point, rather than always '.'.
1327
1328 2007-03-09  Eric Blake  <ebb9@byu.net>
1329
1330         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
1331         spite of platforms like Tandem/NSK that define it to -1.
1332
1333 2007-03-08  Bruno Haible  <bruno@clisp.org>
1334
1335         * modules/vprintf-posix-tests: New file.
1336         * tests/test-vprintf-posix.sh: New file.
1337         * tests/test-vprintf-posix.c: New file.
1338         * tests/test-printf-posix.h: New file.
1339
1340         * modules/vprintf-posix: New file.
1341         * lib/vprintf.c: New file.
1342         * m4/vprintf-posix.m4: New file.
1343         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
1344         REPLACE_VPRINTF.
1345         * lib/stdio_.h (vprintf): New declaration.
1346         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
1347         REPLACE_VPRINTF.
1348
1349 2007-03-08  Bruno Haible  <bruno@clisp.org>
1350
1351         * modules/fprintf-posix-tests: New file.
1352         * tests/test-fprintf-posix.sh: New file.
1353         * tests/test-fprintf-posix.c: New file.
1354
1355         * modules/fprintf-posix: New file.
1356         * lib/fprintf.c: New file.
1357         * m4/fprintf-posix.m4: New file.
1358         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
1359         REPLACE_FPRINTF.
1360         * lib/stdio_.h (fprintf): New declaration.
1361         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
1362         REPLACE_FPRINTF.
1363
1364 2007-03-08  Bruno Haible  <bruno@clisp.org>
1365
1366         * modules/vfprintf-posix-tests: New file.
1367         * tests/test-vfprintf-posix.sh: New file.
1368         * tests/test-vfprintf-posix.c: New file.
1369         * tests/test-fprintf-posix.h: New file.
1370         * tests/test-fprintf-posix.out: New file.
1371
1372         * modules/vfprintf-posix: New file.
1373         * lib/vfprintf.c: New file.
1374         * m4/vfprintf-posix.m4: New file.
1375         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
1376         REPLACE_VFPRINTF.
1377         * lib/stdio_.h (vfprintf): New declaration.
1378         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
1379         REPLACE_VFPRINTF.
1380
1381 2007-03-08  Bruno Haible  <bruno@clisp.org>
1382
1383         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
1384
1385 2007-03-08  Bruno Haible  <bruno@clisp.org>
1386
1387         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
1388         instead of 'expr' invocations.
1389         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1390         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1391         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1392         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1393         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1394         Suggested by Paul Eggert.
1395
1396 2007-03-08  Bruno Haible  <bruno@clisp.org>
1397
1398         * modules/fseterr-tests: New file.
1399         * tests/test-fseterr.c: New file.
1400
1401         * modules/fseterr: New file.
1402         * lib/fseterr.h: New file.
1403         * lib/fseterr.c: New file.
1404
1405 2007-03-08  Bruno Haible  <bruno@clisp.org>
1406
1407         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
1408         * lib/getopt_.h: Likewise.
1409         * lib/mbswidth.h: Likewise.
1410         * lib/setenv.h: Likewise.
1411         * lib/vasnprintf.h: Likewise.
1412         * lib/vasprintf.h: Likewise.
1413         * lib/verror.h: Likewise.
1414         * lib/xsetenv.h: Likewise.
1415         * lib/xvasprintf.h: Likewise.
1416
1417 2007-03-08  Jim Meyering  <jim@meyering.net>
1418
1419         * users.txt: Add parted.
1420
1421         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
1422
1423 2007-03-07  Bruno Haible  <bruno@clisp.org>
1424
1425         * m4/printf.m4: Make the shell script snippets copy&pastable.
1426
1427 2007-03-02  Bruno Haible  <bruno@clisp.org>
1428
1429         * lib/netinet_in_.h: New file.
1430         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
1431         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
1432         * modules/netinet_in (Files): Add lib/netinet_in_.h.
1433         (Depends-on): Add absolute-header.
1434         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
1435         into netinet/in.h.
1436
1437 2007-03-03  Bruno Haible  <bruno@clisp.org>
1438
1439         * lib/sys_select_.h: New file.
1440         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
1441         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
1442         * modules/sys_select (Files): Add lib/sys_select_.h.
1443         (Depends-on): Add absolute-header.
1444         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
1445         into sys/select.h.
1446
1447 2007-03-02  Bruno Haible  <bruno@clisp.org>
1448
1449         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
1450         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
1451         values.
1452         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
1453         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
1454         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
1455         * modules/sys_socket (Depends-on): Add absolute-header.
1456         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
1457         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
1458         (Include): Remove requirement of inclusion of <sys/types.h>.
1459
1460 2007-03-02  Bruno Haible  <bruno@clisp.org>
1461
1462         * lib/byteswap_.h (bswap_32): Fix formula.
1463
1464 2007-03-06  Bruno Haible  <bruno@clisp.org>
1465
1466         * modules/sprintf-posix-tests: New file.
1467         * tests/test-sprintf-posix.c: New file.
1468
1469         * modules/sprintf-posix: New file.
1470         * lib/sprintf.c: New file.
1471         * m4/sprintf-posix.m4: New file.
1472         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
1473         REPLACE_SPRINTF.
1474         * lib/stdio_.h (sprintf): New declaration.
1475         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
1476         REPLACE_SPRINTF.
1477
1478 2007-03-06  Bruno Haible  <bruno@clisp.org>
1479
1480         * modules/vsprintf-posix-tests: New file.
1481         * tests/test-vsprintf-posix.c: New file.
1482         * tests/test-sprintf-posix.h: New file.
1483
1484         * modules/vsprintf-posix: New file.
1485         * lib/vsprintf.c: New file.
1486         * m4/vsprintf-posix.m4: New file.
1487         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
1488         REPLACE_VSPRINTF.
1489         * lib/stdio_.h (vsprintf): New declaration.
1490         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
1491         REPLACE_VSPRINTF.
1492
1493 2007-03-06  Bruno Haible  <bruno@clisp.org>
1494
1495         * modules/vsnprintf (Depend-on): Remove minmax.
1496
1497 2007-03-06  Bruno Haible  <bruno@clisp.org>
1498
1499         * modules/snprintf-posix-tests: New file.
1500         * tests/test-snprintf-posix.c: New file.
1501
1502         * modules/snprintf-posix: New file.
1503         * m4/snprintf-posix.m4: New file.
1504         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
1505         gl_FUNC_SNPRINTF.
1506         (gl_FUNC_SNPRINTF): Invoke it.
1507         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
1508         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
1509         is set.
1510         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
1511
1512 2007-03-06  Bruno Haible  <bruno@clisp.org>
1513
1514         * modules/vsnprintf-posix-tests: New file.
1515         * tests/test-vsnprintf-posix.c: New file.
1516         * tests/test-snprintf-posix.h: New file.
1517
1518         * modules/vsnprintf-posix: New file.
1519         * m4/vsnprintf-posix.m4: New file.
1520         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
1521         gl_FUNC_VSNPRINTF.
1522         (gl_FUNC_VSNPRINTF): Invoke it.
1523         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
1524         * lib/stdio_.h (vsnprintf): Define as a replacement if
1525         REPLACE_VSNPRINTF is set.
1526         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
1527
1528 2007-03-06  Bruno Haible  <bruno@clisp.org>
1529
1530         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
1531         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
1532
1533 2007-03-06  Bruno Haible  <bruno@clisp.org>
1534
1535         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
1536         (asinl): Declare also if HAVE_DECL_ASINL is set.
1537         (atanl): Declare also if HAVE_DECL_ATANL is set.
1538         (ceill): Declare also if HAVE_DECL_CEILL is set.
1539         (cosl): Declare also if HAVE_DECL_COSL is set.
1540         (expl): Declare also if HAVE_DECL_EXPL is set.
1541         (floorl): Declare also if HAVE_DECL_FLOORL is set.
1542         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
1543         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
1544         (logl): Declare also if HAVE_DECL_LOGL is set.
1545         (sinl): Declare also if HAVE_DECL_SINL is set.
1546         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
1547         (tanl): Declare also if HAVE_DECL_TANL is set.
1548         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
1549         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
1550         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
1551         declaration of frexpl, ldexpl.
1552         * modules/printf-frexpl (Depends-on): Add math.
1553         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
1554
1555 2007-03-05  Bruno Haible  <bruno@clisp.org>
1556
1557         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
1558         frexpl and ldexpl are declared.
1559         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
1560
1561 2007-03-05  Bruno Haible  <bruno@clisp.org>
1562
1563         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
1564         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
1565
1566 2007-03-05  Bruno Haible  <bruno@clisp.org>
1567
1568         * lib/stdio_.h: Include <stddef.h>.
1569
1570 2007-03-05  Bruno Haible  <bruno@clisp.org>
1571
1572         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
1573
1574 2007-03-05  Bruno Haible  <bruno@clisp.org>
1575
1576         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
1577         NetBSD 4, from Ralf Wildenhues.
1578
1579 2007-03-04  Bruno Haible  <bruno@clisp.org>
1580
1581         * lib/vasprintf.h: Update #if logic for the case when the functions
1582         exist but are overridden.
1583
1584 2007-03-04  Bruno Haible  <bruno@clisp.org>
1585
1586         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
1587         implementations: glibc-2.4 and MacOS X 10.3.
1588         * tests/test-vasnprintf-posix.c (test_function): Test also the case
1589         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
1590         * tests/test-vasprintf-posix.c (test_function): Likewise.
1591
1592 2007-03-04  Bruno Haible  <bruno@clisp.org>
1593
1594         * modules/vasprintf-posix-tests: New file.
1595         * tests/test-vasprintf-posix.c: New file.
1596
1597         * modules/vasprintf-posix: New file.
1598         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
1599         defined.
1600         * m4/vasprintf-posix.m4: New file.
1601         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
1602         gl_FUNC_VASPRINTF.
1603         (gl_FUNC_VASPRINTF): Invoke it.
1604         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
1605         here.
1606         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
1607
1608 2007-03-04  Bruno Haible  <bruno@clisp.org>
1609
1610         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
1611         REPLACE_GETTIMEOFDAY.
1612         * modules/sys_time (Makefile.am): Likewise.
1613         * m4/sys_time_h.m4: Likewise.
1614         * m4/gettimeofday.m4: Likewise.
1615
1616 2007-03-04  Bruno Haible  <bruno@clisp.org>
1617
1618         * modules/vasnprintf-posix-tests: New file.
1619         * tests/test-vasnprintf-posix.c: New file.
1620
1621         * modules/vasnprintf-posix: New file.
1622         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
1623         printf-frexpl.h.
1624         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
1625         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
1626         REPLACE_VASNPRINTF is defined.
1627         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
1628         gl_FUNC_VASNPRINTF.
1629         (gl_FUNC_VASNPRINTF): Invoke it.
1630         * m4/vasnprintf-posix.m4: New file.
1631         * m4/printf.m4: New file.
1632
1633 2007-03-04  Bruno Haible  <bruno@clisp.org>
1634
1635         Compile progreloc.c only if --enable-relocatable is specified.
1636         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
1637         if --enable-relocatable was specified.
1638         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
1639         lib_SOURCES.
1640
1641 2007-03-04  Jim Meyering  <jim@meyering.net>
1642
1643         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
1644         Use it consistently, rather than enumerating errno constants.
1645
1646 2007-03-04  Bruno Haible  <bruno@clisp.org>
1647
1648         * modules/xvasprintf-tests: New file.
1649         * tests/test-xvasprintf.c: New file.
1650
1651         * modules/vasprintf-tests: New file.
1652         * tests/test-vasprintf.c: New file.
1653
1654         * modules/vasnprintf-tests: New file.
1655         * tests/test-vasnprintf.c: New file.
1656
1657         * modules/vsnprintf-tests: New file.
1658         * tests/test-vsnprintf.c: New file.
1659
1660         * modules/snprintf-tests: New file.
1661         * tests/test-snprintf.c: New file.
1662
1663 2007-03-04  Bruno Haible  <bruno@clisp.org>
1664
1665         Compile relocatable.c only if --enable-relocatable is specified.
1666         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
1667         gl_RELOCATABLE_LIBRARY.
1668         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
1669         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
1670         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
1671         gl_RELOCATABLE_LIBRARY.
1672         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
1673         (Makefile.am): Remove lib_SOURCES.
1674         * modules/relocatable-lib-lgpl (configure.ac): Invoke
1675         gl_RELOCATABLE_LIBRARY.
1676         (Makefile.am): Remove lib_SOURCES.
1677         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
1678         always.
1679         * modules/relocatable-prog-wrapper (configure.ac): Invoke
1680         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
1681
1682 2007-03-04  Bruno Haible  <bruno@clisp.org>
1683
1684         * modules/argmatch-tests: New file.
1685         * tests/test-argmatch.c: New file.
1686
1687         * tests/test-allocsa.c (main): Halve the number of loop runs.
1688
1689         * modules/alloca-opt-tests: New file.
1690         * tests/test-alloca-opt.c: New file.
1691
1692 2007-03-04  Jim Meyering  <jim@meyering.net>
1693
1694         Work around difference between Linux ACLs and Solaris 10 ZFS.
1695         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
1696         for EINVAL.
1697
1698 2007-03-03  Bruno Haible  <bruno@clisp.org>
1699
1700         * modules/relocatable-prog (Depends-on): Add back progreloc's
1701         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
1702
1703 2007-03-03  Bruno Haible  <bruno@clisp.org>
1704
1705         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
1706         * modules/relocatable-lib: New file.
1707
1708 2007-03-03  Bruno Haible  <bruno@clisp.org>
1709
1710         * modules/relocatable-prog: Renamed from modules/relocatable.
1711         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
1712
1713 2007-03-03  Bruno Haible  <bruno@clisp.org>
1714
1715         * modules/relocatable-script (Files): Add doc/relocatable.texi,
1716         m4/relocatable-lib.m4.
1717         (Depends-on): Remove 'relocatable'.
1718         (configure.ac): Add gl_RELOCATABLE_NOP.
1719
1720 2007-03-03  Bruno Haible  <bruno@clisp.org>
1721
1722         * modules/relocatable-prog-wrapper: New file.
1723         * modules/relocatable (Depends-on): Add it. Remove all other
1724         dependencies except progname.
1725         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
1726
1727         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
1728         (gl_FUNC_STRERROR): Nop.
1729         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
1730
1731         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
1732         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
1733
1734         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
1735         (gl_FUNC_READLINK): Update.
1736
1737         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
1738
1739 2007-03-03  Bruno Haible  <bruno@clisp.org>
1740
1741         * lib/xreadlink.c: Include <unistd.h> unconditionally.
1742         * modules/xreadlink (Depends-on): Add unistd.
1743         * modules/xreadlink-with-size (Depends-on): Likewise.
1744
1745 2007-03-03  Bruno Haible  <bruno@clisp.org>
1746
1747         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
1748         extracted from gt_FUNC_SETENV.
1749         (gt_FUNC_SETENV): Remove macro.
1750         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
1751         remove gt_FUNC_SETENV.
1752
1753 2007-03-03  Bruno Haible  <bruno@clisp.org>
1754
1755         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
1756         ENABLE_RELOCATABLE here.
1757         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
1758
1759 2007-03-03  Bruno Haible  <bruno@clisp.org>
1760
1761         * modules/rbtreehash-list-tests (Depends-on): Add progname.
1762         * tests/test-rbtreehash_list.c: Include progname.h.
1763         (main): Call set_program_name.
1764
1765         * modules/rbtree-oset-tests (Depends-on): Add progname.
1766         * tests/test-rbtree_oset.c: Include progname.h.
1767         (main): Call set_program_name.
1768
1769         * modules/rbtree-list-tests (Depends-on): Add progname.
1770         * tests/test-rbtree_list.c: Include progname.h.
1771         (main): Call set_program_name.
1772
1773         * modules/linked-list-tests (Depends-on): Add progname.
1774         * tests/test-linked_list.c: Include progname.h.
1775         (main): Call set_program_name.
1776
1777 2007-03-03  Bruno Haible  <bruno@clisp.org>
1778
1779         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
1780         All uses of __restrict changed to _Restrict_.
1781         * lib/glob_.h (__restrict): Remove macro.
1782
1783 2007-03-02  Bruno Haible  <bruno@clisp.org>
1784
1785         * modules/gettext (configure.ac): Require gettext infrastructure
1786         from version 0.16.1.
1787
1788 2007-03-02  Bruno Haible  <bruno@clisp.org>
1789
1790         * modules/linkedhash-list-tests (Depends-on): Add progname.
1791         * tests/test-linkedhash_list.c: Include progname.h.
1792         (main): Call set_program_name.
1793
1794         * modules/carray-list-tests (Depends-on): Add progname.
1795         * tests/test-carray_list.c: Include progname.h.
1796         (main): Call set_program_name.
1797
1798         * modules/avltreehash-list-tests (Depends-on): Add progname.
1799         * tests/test-avltreehash_list.c: Include progname.h.
1800         (main): Call set_program_name.
1801
1802         * modules/avltree-oset-tests (Depends-on): Add progname.
1803         * tests/test-avltree_oset.c: Include progname.h.
1804         (main): Call set_program_name.
1805
1806         * modules/avltree-list-tests (Depends-on): Add progname.
1807         * tests/test-avltree_list.c: Include progname.h.
1808         (main): Call set_program_name.
1809
1810         * modules/array-oset-tests (Depends-on): Add progname.
1811         * tests/test-array_oset.c: Include progname.h.
1812         (main): Call set_program_name.
1813
1814         * modules/array-list-tests (Depends-on): Add progname.
1815         * tests/test-array_list.c: Include progname.h.
1816         (main): Call set_program_name.
1817
1818         * modules/argp-tests (Depends-on): Add progname.
1819         * tests/test-argp.c: Include argp.h first. Include progname.h.
1820         (main): Call set_program_name.
1821
1822 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
1823
1824         * doc/gnulib-tool.texi (Initial import): Reword description of
1825         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
1826         limited effect even if defined after the first system include.
1827
1828 2007-03-01  Bruno Haible  <bruno@clisp.org>
1829
1830         * build-aux/config.libpath: Update to libtool-1.5.22.
1831         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
1832
1833 2007-03-01  Bruno Haible  <bruno@clisp.org>
1834
1835         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
1836         foo_CFLAGS.
1837         Reported by Ralf Wildenhues.
1838
1839 2007-03-01  Bruno Haible  <bruno@clisp.org>
1840
1841         * build-aux/install-reloc: Remove object files left over by some
1842         compilers.
1843         Reported by Ralf Wildenhues.
1844
1845 2007-03-01  Bruno Haible  <bruno@clisp.org>
1846
1847         * build-aux/install-reloc: Break long lines.
1848
1849 2007-03-01  Bruno Haible  <bruno@clisp.org>
1850
1851         * doc/relocatable.texi: Document that it may not work on OpenBSD.
1852         Reported by Ralf Wildenhues.
1853
1854 2007-03-01  Bruno Haible  <bruno@clisp.org>
1855
1856         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
1857         include ordering constraints.
1858
1859 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
1860
1861         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
1862         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
1863         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
1864         as another example.
1865         * lib/time_.h: Fix misspelling.
1866         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
1867         Require gl_HEADER_TIME_H_DEFAULTS.
1868         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
1869         * m4/time_r.m4 (gl_TIME_R): Likewise.
1870         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
1871
1872 2007-03-01  Bruno Haible  <bruno@clisp.org>
1873
1874         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
1875         * m4/utimens.m4 (gl_UTIMENS): Likewise.
1876
1877 2007-03-01  Jim Meyering  <jim@meyering.net>
1878
1879         * modules/xreadlink (Maintainer): Add my name.
1880         * modules/xreadlink-with-size (Depends-on): Alphabetize.
1881
1882 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
1883             Bruno Haible  <bruno@clisp.org>
1884
1885         * build-aux/install-reloc: Compile also c-ctype.c.
1886         * build-aux/relocatable.sh.in: New file.
1887         * doc/relocatable.texi: New file.
1888         * doc/relocatable-maint.texi: New file.
1889         * doc/gnulib.texi: Include relocatable-maint.texi.
1890         * lib/progreloc.c: Include unistd.h unconditionally.
1891         * lib/relocwrapper.c: Include unistd.h unconditionally.
1892         Include c-ctype.h.
1893         (add_dotbin): Use c_tolower.
1894         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
1895         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
1896         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
1897         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
1898         to m4/relocatable-lib.m4.
1899         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
1900         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
1901         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
1902         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
1903         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
1904         * modules/relocatable: New file.
1905         * modules/relocatable-lib: New file.
1906         * modules/relocatable-script: New file.
1907
1908 2007-02-28  Bruno Haible  <bruno@clisp.org>
1909
1910         Import --enable-relocatable infrastructure.
1911         * build-aux/config.libpath: New file, from GNU gettext.
1912         * build-aux/install-reloc: New file, from GNU gettext.
1913         * build-aux/reloc-ldflags: New file, from GNU gettext.
1914         * lib/relocatable.h: New file, from GNU gettext.
1915         * lib/relocatable.c: New file, from GNU gettext.
1916         * lib/relocwrapper.c: New file, from GNU gettext.
1917         * m4/relocatable.m4: New file, from GNU gettext.
1918
1919 2007-02-28  Bruno Haible  <bruno@clisp.org>
1920
1921         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
1922
1923         * modules/xreadlink: New file, from GNU gettext with modifications.
1924         * lib/xreadlink.c: New file, from GNU gettext.
1925         * lib/xreadlink.h: Add comments.
1926         (xreadlink): New declaration.
1927
1928         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
1929         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
1930         lib/xreadlink-with-size.c.
1931         (configure.ac): Remove gl_XREADLINK invocation.
1932         (Makefile.am): Augment lib_SOURCES.
1933         * m4/xreadlink.m4: Remove file.
1934         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
1935         (xreadlink_with_size): Renamed from xreadink.
1936         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
1937         * modules/canonicalize (Depends-on): Replace xreadlink with
1938         xreadlink-with-size.
1939         * lib/canonicalize.c (canonicalize_filename_mode): Update.
1940
1941 2007-02-25  Jim Meyering  <jim@meyering.net>
1942
1943         * build-aux/announce-gen: When complaining about excess arguments,
1944         list them.
1945
1946 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
1947
1948         * README: Document signed integer overflow situation more
1949         accurately.
1950
1951 2007-02-25  Bruno Haible  <bruno@clisp.org>
1952
1953         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
1954         'a' or 'A' conversion.
1955
1956 2007-02-25  Bruno Haible  <bruno@clisp.org>
1957
1958         * modules/filename: Renamed from modules/pathname.
1959         (Files): Replace lib/pathname.h with lib/filename.h. Replace
1960         lib/concatpath.c with lib/concat-filename.c.
1961         (Makefile.am): Update.
1962         (Include): Replace pathname.h with filename.h.
1963         * lib/filename.h: Renamed from lib/pathname.h.
1964         (concatenated_filename): Renamed from concatenated_pathname.
1965         * lib/concat-filename.c: Renamed from lib/concatpath.c.
1966         (concatenated_filename): Renamed from concatenated_pathname.
1967         * lib/findprog.c: Include filename.h instead of pathname.h.
1968         (find_in_path): Update.
1969         * lib/javacomp.c: Include filename.h instead of pathname.h.
1970         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
1971         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
1972         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
1973         is_oldgcj_14_13_usable, is_javac_usable): Update.
1974         * lib/javaexec.c: Include filename.h instead of pathname.h.
1975         (execute_java_class): Update.
1976         * modules/findprog: Update.
1977         * modules/javacomp: Update.
1978         * modules/javaexec: Update.
1979         * MODULES.html.sh (File system functions): Add 'filename', remove
1980         'pathname'.
1981
1982 2007-02-25  Bruno Haible  <bruno@clisp.org>
1983
1984         * modules/printf-frexpl-tests: New file.
1985         * tests/test-printf-frexpl.c: New file.
1986
1987         * modules/printf-frexpl: New file.
1988         * lib/printf-frexpl.h: New file.
1989         * lib/printf-frexpl.c: New file.
1990         * m4/printf-frexpl.m4: New file.
1991
1992 2007-02-25  Bruno Haible  <bruno@clisp.org>
1993
1994         * modules/printf-frexp-tests: New file.
1995         * tests/test-printf-frexp.c: New file.
1996
1997         * modules/printf-frexp: New file.
1998         * lib/printf-frexp.h: New file.
1999         * lib/printf-frexp.c: New file.
2000         * m4/printf-frexp.m4: New file.
2001
2002 2007-02-25  Bruno Haible  <bruno@clisp.org>
2003
2004         Assume automake >= 1.10 for the tests.
2005         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
2006         * modules/arctwo-tests: Likewise.
2007         * modules/argp-tests: Likewise.
2008         * modules/avltree-list-tests: Likewise.
2009         * modules/avltree-oset-tests: Likewise.
2010         * modules/avltreehash-list-tests: Likewise.
2011         * modules/carray-list-tests: Likewise.
2012         * modules/crc-tests: Likewise.
2013         * modules/des-tests: Likewise.
2014         * modules/gc-arcfour-tests: Likewise.
2015         * modules/gc-arctwo-tests: Likewise.
2016         * modules/gc-des-tests: Likewise.
2017         * modules/gc-hmac-md5-tests: Likewise.
2018         * modules/gc-hmac-sha1-tests: Likewise.
2019         * modules/gc-md2-tests: Likewise.
2020         * modules/gc-md4-tests: Likewise.
2021         * modules/gc-md5-tests: Likewise.
2022         * modules/gc-pbkdf2-sha1-tests: Likewise.
2023         * modules/gc-rijndael-tests: Likewise.
2024         * modules/gc-sha1-tests: Likewise.
2025         * modules/gc-tests: Likewise.
2026         * modules/getaddrinfo-tests: Likewise.
2027         * modules/hmac-md5-tests: Likewise.
2028         * modules/hmac-sha1-tests: Likewise.
2029         * modules/linked-list-tests: Likewise.
2030         * modules/linkedhash-list-tests: Likewise.
2031         * modules/lock-tests: Likewise.
2032         * modules/md2-tests: Likewise.
2033         * modules/md4-tests: Likewise.
2034         * modules/md5-tests: Likewise.
2035         * modules/rbtree-list-tests: Likewise.
2036         * modules/rbtree-oset-tests: Likewise.
2037         * modules/rbtreehash-list-tests: Likewise.
2038         * modules/read-file-tests: Likewise.
2039         * modules/rijndael-tests: Likewise.
2040         * modules/stdint-tests: Likewise.
2041         * modules/tls-tests: Likewise.
2042
2043 2007-02-24  Bruno Haible  <bruno@clisp.org>
2044
2045         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
2046         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
2047         function; instead check whether isnan with a double argument links.
2048         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
2049         function; instead check whether isnan with a 'long double' argument
2050         links.
2051         Reported by Eric Blake <ebb9@byu.net>.
2052
2053 2007-02-24  Bruno Haible  <bruno@clisp.org>
2054
2055         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
2056         defined.
2057         * lib/isnanl.c: Remove all code. Just include isnan.c.
2058         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
2059
2060 2007-02-25  Jim Meyering  <jim@meyering.net>
2061
2062         Avoid conflicting types for 'unsetenv' on FreeBSD.
2063         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
2064         conflicting with FreeBSD's (5.0 and 6.1) function declaration
2065         in stdlib.h.
2066
2067 2007-02-24  Bruno Haible  <bruno@clisp.org>
2068
2069         * modules/isnanl-nolibm-tests: New file.
2070         * tests/test-isnanl.c: New file.
2071
2072         * modules/isnanl-nolibm: New file.
2073         * lib/isnanl.h: New file.
2074         * lib/isnanl.c: New file.
2075         * m4/isnanl.m4: New file.
2076
2077 2007-02-24  Bruno Haible  <bruno@clisp.org>
2078
2079         * modules/isnan-nolibm-tests: New file.
2080         * tests/test-isnan.c: New file.
2081
2082         * modules/isnan-nolibm: New file.
2083         * lib/isnan.h: New file.
2084         * lib/isnan.c: New file.
2085         * m4/isnan.m4: New file.
2086
2087 2007-02-24  Bruno Haible  <bruno@clisp.org>
2088
2089         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
2090         assume that an exponent fits in 20 bits.
2091
2092 2007-02-24  Jim Meyering  <jim@meyering.net>
2093
2094         * m4/regex.m4: Update the description of the configure-time option,
2095         --without-included-regex, to state accurately what the defaults are,
2096         and perhaps to give people an idea why using this option is risky.
2097
2098 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
2099
2100         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
2101         loops on small arguments.  This attempts to avoid the problem
2102         Bruno Haible reported for AIX 4.3.2 in
2103         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
2104
2105 2007-02-23  Bruno Haible  <bruno@clisp.org>
2106
2107         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
2108         Needed for help2man.
2109
2110 2007-02-23  Karl Berry  <karl@gnu.org>
2111
2112         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
2113         exists, foo.h should be cvs-ignored, not committed.
2114
2115 2007-02-23  Eric Blake  <ebb9@byu.net>
2116
2117         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
2118         * lib/stat-time.h (includes): Likewise.
2119         * lib/utimecmp.c (includes): Likewise.
2120         * lib/utimens.h (includes): Likewise.
2121         * lib/getdate.y (includes): Also include "timespec.h" for use
2122         internal to the module.
2123         * modules/utimens (Depends-on): Revert yesterday's patch.
2124         * modules/nanosleep (Depends-on): Add missing dependency.
2125
2126 2007-02-22  Bruno Haible  <bruno@clisp.org>
2127
2128         * lib/glob.c: Don't include getlogin_r.h.
2129
2130 2007-02-22  Jim Meyering  <jim@meyering.net>
2131
2132         * modules/utimens (Depends-on): Add timespec, required for
2133         utimens.h's inclusion of timespec.h.
2134
2135 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
2136
2137         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
2138         long unreadable paths in GNU/Linux.  Problem reported by Andreas
2139         Schwab in
2140         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
2141         I'll try to think of a better way to fix the Solaris problem.
2142
2143         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
2144         like glibc; on Solaris 10, it fails with errno == EINVAL.
2145         POSIX says the behavior is unspecified if the first argument is NULL,
2146         so play it safe and never pass NULL to the system getcwd.
2147
2148 2007-02-21  Jim Meyering  <jim@meyering.net>
2149
2150         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
2151         of gettimeofday.  It would conflict with the one now always
2152         provided via sys_time_.h.  Reported by Matthew Woehlke, as
2153         an IRIX 6.5 build failure.
2154
2155 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
2156
2157         Minor fixups to port to Solaris 10 with Sun C 5.8.
2158         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
2159         * modules/getcwd (Depends-on): Add dirfd.
2160         * lib/putenv.c (putenv): #undef it.
2161         (rpl_putenv): New decl.
2162         (malloc, free): Include <stdlib.h> rather than prototyping separately.
2163
2164 2007-02-20  Bruno Haible  <bruno@clisp.org>
2165
2166         * modules/stdio-tests: New file.
2167         * tests/test-stdio.c: New file.
2168
2169         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
2170         (Depends-on): Add stdio.
2171         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
2172         (Include): Use <stdio.h> instead of vsnprintf.h.
2173         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
2174         HAVE_DECL_VSNPRINTF.
2175         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
2176
2177         * modules/snprintf (Files): Remove lib/snprintf.h.
2178         (Depends-on): Add stdio.
2179         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
2180         (Include): Use <stdio.h> instead of snprintf.h.
2181         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
2182         HAVE_DECL_SNPRINTF.
2183         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
2184         * lib/getaddrinfo.c: Likewise.
2185
2186         * modules/stdio: New file.
2187         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
2188         * lib/snprintf.h: Remove file.
2189         * lib/vsnprintf.h: Remove file.
2190         * lib/.cppi-disable: Remove snprintf.h.
2191         * m4/stdio_h.m4: New file.
2192         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
2193
2194 2007-02-20  Jim Meyering  <jim@meyering.net>
2195
2196         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
2197         used by e.g., mingw.  From Bruno Haible.
2198
2199 2007-02-19  Bruno Haible  <bruno@clisp.org>
2200
2201         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
2202         warnings.
2203         Reported by Ben Pfaff <blp@cs.stanford.edu>.
2204
2205 2007-02-19  Bruno Haible  <bruno@clisp.org>
2206
2207         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
2208         from mingw users.
2209
2210 2007-02-19  Bruno Haible  <bruno@clisp.org>
2211
2212         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
2213         warnings.
2214         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
2215
2216 2007-02-19  Jim Meyering  <jim@meyering.net>
2217
2218         Don't use FD after a successful "fdopendir (fd)".
2219         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
2220         Reset it by calling dirfd on the just-obtained DIR*.
2221
2222         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
2223         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
2224
2225 2007-02-18  Bruno Haible  <bruno@clisp.org>
2226
2227         * lib/readlink.c: Include <unistd.h>.
2228         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
2229         HAVE_READLINK.
2230         * modules/readlink (Depends-on): Add unistd.
2231         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2232         (Include): Add <unistd.h>.
2233
2234         * lib/getlogin_r.h: Remove file.
2235         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
2236         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
2237         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
2238         HAVE_DECL_GETLOGIN_R.
2239         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
2240         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2241         (Include): Use <unistd.h> instead of getlogin_r.h.
2242
2243         * lib/getcwd.h: Remove file.
2244         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
2245         * lib/xgetcwd.c: Likewise.
2246         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
2247         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
2248         * modules/getcwd (Files): Remove lib/getcwd.h.
2249         (Depends-on): Add unistd.
2250         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2251         (Include): Use <unistd.h> instad of getcwd.h.
2252
2253         * lib/ftruncate.c: Include <unistd.h> first.
2254         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
2255         Set HAVE_FTRUNCATE.
2256         * modules/ftruncate (Depends-on): Add unistd.
2257         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2258
2259         * lib/fchdir.c: Include <unistd.h> first.
2260         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
2261         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
2262         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
2263         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2264         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
2265
2266         * lib/dup2.c: Include <unistd.h> first.
2267         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
2268         HAVE_DUP2.
2269         * modules/dup2 (Depends-on): Add unistd.
2270         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2271
2272         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
2273         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
2274         REPLACE_CHOWN. Don't define chown as a macro here.
2275         * modules/chown (Depends-on): Add unistd.
2276         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2277
2278         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
2279         Add definition for GL_LINK_WARNING.
2280         (chown, dup2): New declarations.
2281         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
2282         link warning.
2283         (ftruncate): New declaration.
2284         (getcwd): New declaration, taken from old getcwd.h.
2285         (getlogin_r): New declaration, taken from old getlogin_r.h.
2286         (readlink): New declaration.
2287         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
2288         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
2289         (gl_PREREQ_UNISTD): Remove macro.
2290         (gl_UNISTD_MODULE_INDICATOR): New macro.
2291         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
2292         many new variables. Don't set UNISTD_H.
2293         * modules/unistd (Description): Change.
2294         (Depends-on): Add link-warning.
2295         (configure.ac): Update.
2296         (Makefile.am): Create unistd.h always. Substitute many new variables
2297         into it.
2298
2299 2007-02-18  Bruno Haible  <bruno@clisp.org>
2300
2301         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
2302         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
2303         HAVE_GETSUBOPT.
2304         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
2305         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
2306         * lib/getsubopt.h: Remove file.
2307         * modules/getsubopt (Files): Remove lib/getsubopt.h.
2308         (Depends-on): Add stdlib.
2309         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
2310         (Includes): Use <stdlib.h> instead of getsubopt.h.
2311         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
2312         Set HAVE_GETSUBOPT.
2313         * lib/getsubopt.c: Don't include getsubopt.h.
2314
2315 2007-02-18  Bruno Haible  <bruno@clisp.org>
2316
2317         * modules/fchdir (Depends-on): Add dup2.
2318
2319 2007-02-18  Bruno Haible  <bruno@clisp.org>
2320
2321         * lib/stdlib_.h: Handle glibc's special invocation convention
2322         specially.
2323
2324 2007-02-18  Bruno Haible  <bruno@clisp.org>
2325
2326         * modules/stdlib-tests: New file.
2327         * tests/test-stdlib.c: New file.
2328
2329         * modules/mkstemp (Files): Remove lib/mkstemp.h.
2330         (Depends-on): Add stdlib.
2331         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
2332         (Includes): Use <stdlib.h> instead of mkstemp.h.
2333         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
2334         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
2335         * lib/mkstemp.c: Don't include mkstemp.h.
2336         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
2337         * lib/stdlib--.h: Don't include mkstemp.h.
2338
2339         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
2340         (Depends-on): Add stdlib.
2341         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
2342         (Includes): Use <stdlib.h> instead of mkdtemp.h.
2343         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
2344         HAVE_MKDTEMP.
2345         * lib/mkdtemp.c: Don't include mkdtemp.h.
2346         * lib/clean-temp.c: Don't include mkdtemp.h.
2347
2348         * modules/exit (Files): Remove lib/exit.h.
2349         (Depends-on): Add stdlib.
2350         (Makefile.am): Remove lib_SOURCES.
2351         (Include): Use <stdlib.h> instead of exit.h.
2352         * lib/argmatch.c: Don't include exit.h.
2353         * lib/execute.c: Likewise.
2354         * lib/pagealign_alloc.c: Likewise.
2355         * lib/pipe.c: Likewise.
2356         * lib/wait-process.c: Likewise.
2357         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
2358         * lib/exitfail.c: Likewise.
2359         * lib/savewd.c: Likewise.
2360         * lib/xsetenv.c: Likewise.
2361
2362         * modules/stdlib: New file.
2363         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
2364         and extra comments about mkstemp().
2365         * lib/exit.h: Remove file.
2366         * lib/mkdtemp.h: Remove file.
2367         * lib/mkstemp.h: Remove file.
2368         * m4/stdlib_h.m4: New file.
2369         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
2370
2371 2007-02-18  Bruno Haible  <bruno@clisp.org>
2372
2373         * modules/math-tests: New file.
2374         * tests/test-math.c: New file.
2375
2376         * modules/math: New file.
2377         * modules/mathl (Files): Remove lib/mathl.h.
2378         (Depends-on): Add math.
2379         (Makefile.am): Don't mention mathl.h.
2380         (Include): Use <math.h> instead of mathl.h.
2381         * lib/math_.h: New file.
2382         * lib/mathl.h: Remove file.
2383         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
2384         mathl.h.
2385         * lib/asinl.c: Likewise.
2386         * lib/atanl.c: Likewise.
2387         * lib/ceill.c: Likewise.
2388         * lib/cosl.c: Likewise.
2389         * lib/expl.c: Likewise.
2390         * lib/floorl.c: Likewise.
2391         * lib/frexpl.c: Likewise.
2392         * lib/ldexpl.c: Likewise.
2393         * lib/logl.c: Likewise.
2394         * lib/sincosl.c: Likewise.
2395         * lib/sinl.c: Likewise.
2396         * lib/sqrtl.c: Likewise.
2397         * lib/tanl.c: Likewise.
2398         * lib/trigl.c: Likewise.
2399         * m4/math_h.m4: New file.
2400         * MODULES.html.sh (Mathematics): Add math.
2401
2402 2007-02-17  Bruno Haible  <bruno@clisp.org>
2403
2404         * modules/wctype-tests: New file.
2405         * tests/test-wctype.c: New file.
2406
2407         * modules/wchar-tests: New file.
2408         * tests/test-wchar.c: New file.
2409
2410         * modules/unistd-tests: New file.
2411         * tests/test-unistd.c: New file.
2412
2413         * modules/time-tests: New file.
2414         * tests/test-time.c: New file.
2415
2416         * modules/sysexits-tests: New file.
2417         * tests/test-sysexits.c: New file.
2418
2419         * modules/sys_time-tests: New file.
2420         * tests/test-sys_time.c: New file.
2421
2422         * modules/sys_stat-tests: New file.
2423         * tests/test-sys_stat.c: New file.
2424
2425         * modules/sys_socket-tests: New file.
2426         * tests/test-sys_socket.c: New file.
2427
2428         * modules/sys_select-tests: New file.
2429         * tests/test-sys_select.c: New file.
2430
2431         * modules/string-tests: New file.
2432         * tests/test-string.c: New file.
2433
2434         * modules/stdbool-tests: New file.
2435         * tests/test-stdbool.c: New file.
2436
2437         * modules/netinet_in-tests: New file.
2438         * tests/test-netinet_in.c: New file.
2439
2440         * modules/inttypes-tests: New file.
2441         * tests/test-inttypes.c: New file.
2442
2443         * modules/fcntl-tests: New file.
2444         * tests/test-fcntl.c: New file.
2445
2446         * modules/byteswap-tests: New file.
2447         * tests/test-byteswap.c: New file.
2448
2449         * modules/arpa_inet-tests: New file.
2450         * tests/test-arpa_inet.c: New file.
2451
2452 2007-02-17  Bruno Haible  <bruno@clisp.org>
2453
2454         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
2455         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
2456         if the corresponding module is not enabled. Emit link warnings if
2457         the function is used nevertheless.
2458         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
2459         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
2460         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
2461         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
2462         * modules/inttypes (Depends-on): Add link-warning.
2463         (Makefile.am): Copy the contents of build-aux/link-warning.h into
2464         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
2465         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
2466         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
2467         * modules/imaxdiv (configure.ac): Likewise.
2468         * modules/strtoimax (configure.ac): Likewise.
2469         * modules/strtoumax (configure.ac): Likewise.
2470
2471 2007-02-17  Bruno Haible  <bruno@clisp.org>
2472
2473         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
2474         gl_STRING_MODULE_INDICATOR_DEFAULTS.
2475         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
2476         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
2477
2478 2007-02-17  Bruno Haible  <bruno@clisp.org>
2479
2480         * modules/link-warning: New file.
2481         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
2482         * lib/string_.h (GL_LINK_WARNING): Remove definition.
2483         * modules/string (Depends-on): Add link-warning.
2484         (Makefile.am): Copy the contents of build-aux/link-warning.h into
2485         string.h.
2486         * MODULES.html.sh (Support for building libraries and executables): Add
2487         link-warning.
2488
2489 2007-02-17  Bruno Haible  <bruno@clisp.org>
2490
2491         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
2492         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
2493         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
2494         long lines.
2495
2496 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
2497             Bruno Haible  <bruno@clisp.org>
2498
2499         * modules/tmpfile: New file.
2500         * lib/tmpfile.c: New file.
2501         * m4/tmpfile.m4: New file.
2502         * MODULES.html.sh (func_all_modules): New section "Input/output".
2503
2504 2007-02-15  Bruno Haible  <bruno@clisp.org>
2505
2506         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
2507         (supports_delete_on_close): New function.
2508         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
2509
2510 2007-02-14  Bruno Haible  <bruno@clisp.org>
2511
2512         * modules/mbspcasecmp-tests: New file.
2513         * tests/test-mbspcasecmp.sh: New file.
2514         * tests/test-mbspcasecmp.c: New file.
2515
2516         New module mbspcasecmp.
2517         * modules/mbspcasecmp: New file.
2518         * lib/mbspcasecmp.c: New file.
2519         * lib/string_.h (strncasecmp): Change warning message.
2520         (mbspcasecmp): New declaration.
2521         * m4/mbspcasecmp.m4: New file.
2522         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2523         GNULIB_MBSPCASECMP.
2524         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
2525         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
2526
2527 2007-02-14  Bruno Haible  <bruno@clisp.org>
2528
2529         * modules/mbsncasecmp-tests: New file.
2530         * tests/test-mbsncasecmp.sh: New file.
2531         * tests/test-mbsncasecmp.c: New file.
2532
2533         New module mbsncasecmp.
2534         * modules/mbsncasecmp: New file.
2535         * lib/mbsncasecmp.c: New file.
2536         * lib/string_.h (mbsncasecmp): New declaration.
2537         * m4/mbsncasecmp.m4: New file.
2538         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2539         GNULIB_MBSNCASECMP.
2540         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
2541         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
2542
2543 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
2544
2545         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
2546         Verify that it doesn't overlap with our flags.
2547         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
2548         do not have the desired effect in multibyte locales; instead, use
2549         mbscasecmp.
2550         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
2551         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
2552         we don't require GNU fnmatch ourselves (if our users require it, they
2553         should do so explicitly).
2554
2555         Fix regex code so it doesn't rely on strcasecmp.
2556         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
2557         Otherwise, include gnulib's langinfo.h.
2558         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
2559         undesirable behavior in non-C locales.  Instead, rely on localecharset.
2560         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
2561         * modules/regex (FILES): Remove m4/codeset.m4.
2562         (Depends-on): Add localcharset.  Remove strcase.
2563
2564 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2565
2566         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
2567         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
2568
2569 2007-02-13  Bruno Haible  <bruno@clisp.org>
2570
2571         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
2572         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2573
2574 2007-02-12  Bruno Haible  <bruno@clisp.org>
2575
2576         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
2577         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
2578         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
2579         time warning rather than a link error.
2580
2581 2007-02-12  Bruno Haible  <bruno@clisp.org>
2582
2583         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
2584         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
2585         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2586
2587 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
2588
2589         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
2590         args, not 2.
2591
2592 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
2593
2594         New module 'time', so that apps can include <time.h> as per
2595         POSIX and GNU instead of separate include files like time_r.h
2596         and timegm.h.  This implementation tries out a simpler approach
2597         for replacing decls in standard include files (as compared to
2598         the string module), somewhat as an experiment.
2599
2600         * config/srclist.txt: Comment out mktime.c for now.
2601         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
2602         since it doesn't apply any more.  Use generic wording instead.
2603         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
2604         'time'.
2605         * lib/time_.h, m4/time_h.m4, modules/time: New files.
2606         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
2607         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
2608         Don't include <sys/types.h>; no longer needed since we assume C89.
2609         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
2610         * lib/strftime.c: Likewise.
2611         * lib/time_r.c: Likewise.
2612         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
2613         * lib/nanosleep.c: Include <time.h> first, to check interface.
2614         * lib/strptime.c: Likewise.
2615         * lib/time_r.c: Likewise.
2616         * lib/timegm.c: Likewise.
2617         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
2618         needed.
2619         * lib/timegm.c: Don't include timegm.h; no longer needed.
2620         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
2621         time.h now handles any problems in that area.
2622         (struct timespec, nanosleep): Remove; time.h now arranges for these.
2623         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
2624         that time.h defines struct timespec.
2625         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
2626         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
2627         handles that.
2628         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
2629         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
2630         needed.  Set REPLACE_LOCALTIME.
2631         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
2632         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
2633         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
2634         nanosleep; time_h.m4 now does that.  Don't require
2635         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
2636         module handles this now.
2637         * modules/getdate (Depends-on): Remove timespec.  Add time.
2638         * modules/nanosleep (Depends-on): Likewise.
2639         * modules/stat-time (Depends-on): Likewise.
2640         * modules/nanosleep (Include): Include time.h, not timespec.h.
2641         * modules/strptime (Files): Remove lib/strptime.h.
2642         (Depends-on): Add extensions, time.
2643         (Include): Include time.h, not strptime.h.
2644         * modules/time_r (Files): Remove lib/time_r.h.
2645         (Depends-on): Add time.
2646         (Include): Include time.h, not time_r.h.
2647         * modules/timegm: Likewise.
2648         * modules/timespec (Description): Now does timespec-related decls
2649         of our own, instead of struct timespec itself.
2650         (Depends-on): Add time; remove extensions.
2651         (Maintainer): Add self.
2652         * modules/utimecmp (Depends-on): Add time; remove timespec.
2653         * modules/utimens (Depends-on): Likewise.
2654         * modules/xnanosleep (Depends-on): Likewise.
2655
2656 2007-02-11  Bruno Haible  <bruno@clisp.org>
2657
2658         * lib/c-strstr.c: Include allocsa.h.
2659         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
2660         * lib/c-strcasestr.c: Include allocsa.h.
2661         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
2662         * lib/strcasestr.c: Include allocsa.h.
2663         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
2664         * lib/mbsstr.c: Include allocsa.h.
2665         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
2666         allocsa/freesa instead of malloc/free.
2667         * lib/mbscasestr.c: Include allocsa.h.
2668         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
2669         allocsa/freesa instead of malloc/free.
2670         * modules/c-strstr (Depends-on): Add allocsa.
2671         * modules/c-strcasestr (Depends-on): Likewise.
2672         * modules/strcasestr (Depends-on): Likewise.
2673         * modules/mbsstr (Depends-on): Likewise.
2674         * modules/mbscasestr (Depends-on): Likewise.
2675
2676 2007-02-11  Bruno Haible  <bruno@clisp.org>
2677
2678         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
2679
2680         * modules/mbsspn-tests: New file.
2681         * tests/test-mbsspn.sh: New file.
2682         * tests/test-mbsspn.c: New file.
2683
2684 2007-02-11  Bruno Haible  <bruno@clisp.org>
2685
2686         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
2687
2688         * modules/mbspbrk-tests: New file.
2689         * tests/test-mbspbrk.sh: New file.
2690         * tests/test-mbspbrk.c: New file.
2691
2692 2007-02-11  Bruno Haible  <bruno@clisp.org>
2693
2694         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
2695         unneeded cast.
2696
2697         * modules/mbscspn-tests: New file.
2698         * tests/test-mbscspn.sh: New file.
2699         * tests/test-mbscspn.c: New file.
2700
2701 2007-02-11  Bruno Haible  <bruno@clisp.org>
2702
2703         * modules/mbscasecmp-tests: New file.
2704         * tests/test-mbscasecmp.sh: New file.
2705         * tests/test-mbscasecmp.c: New file.
2706
2707 2007-02-11  Bruno Haible  <bruno@clisp.org>
2708
2709         Ensure O(n) worst-case complexity of mbscasestr.
2710         * lib/mbscasestr.c: Include stdbool.h.
2711         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
2712         functions.
2713         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
2714         the bookkeeping indicates that it's worth it.
2715         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
2716
2717         * modules/mbscasestr-tests: New file.
2718         * tests/test-mbscasestr1.c: New file.
2719         * tests/test-mbscasestr2.sh: New file.
2720         * tests/test-mbscasestr2.c: New file.
2721         * tests/test-mbscasestr3.sh: New file.
2722         * tests/test-mbscasestr3.c: New file.
2723         * tests/test-mbscasestr4.sh: New file.
2724         * tests/test-mbscasestr4.c: New file.
2725         * m4/locale-tr.m4: New file.
2726
2727 2007-02-11  Bruno Haible  <bruno@clisp.org>
2728
2729         Ensure O(n) worst-case complexity of mbsstr.
2730         * lib/mbsstr.c: Include stdbool.h.
2731         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
2732         functions.
2733         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
2734         bookkeeping indicates that it's worth it.
2735         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
2736
2737         * modules/mbsstr-tests: New file.
2738         * tests/test-mbsstr1.c: New file.
2739         * tests/test-mbsstr2.sh: New file.
2740         * tests/test-mbsstr2.c: New file.
2741         * tests/test-mbsstr3.sh: New file.
2742         * tests/test-mbsstr3.c: New file.
2743         * m4/locale-fr.m4: New file.
2744
2745 2007-02-11  Bruno Haible  <bruno@clisp.org>
2746
2747         * lib/mbsrchr.c (mbsrchr): Fix bug.
2748
2749         * modules/mbsrchr-tests: New file.
2750         * tests/test-mbsrchr.sh: New file.
2751         * tests/test-mbsrchr.c: New file.
2752
2753 2007-02-11  Bruno Haible  <bruno@clisp.org>
2754
2755         * lib/mbschr.c (mbschr): Fix bug.
2756
2757         * modules/mbschr-tests: New file.
2758         * tests/test-mbschr.sh: New file.
2759         * tests/test-mbschr.c: New file.
2760         * m4/locale-zh.m4: New file.
2761
2762 2007-02-11  Bruno Haible  <bruno@clisp.org>
2763
2764         Support for copying multibyte string iterators.
2765         * lib/mbiter.h: Include <string.h>.
2766         (mbiter_multi_copy): New function.
2767         (mbi_copy): New macro.
2768         * lib/mbuiter.h: Include <string.h>.
2769         (mbuiter_multi_copy): New function.
2770         (mbui_copy): New macro.
2771
2772 2007-02-11  Bruno Haible  <bruno@clisp.org>
2773
2774         New module mbslen.
2775         * modules/mbslen: New file.
2776         * lib/mbslen.c: New file.
2777         * lib/string_.h (mbslen): New declaration.
2778         * m4/mbslen.m4: New file.
2779         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2780         GNULIB_MBSLEN.
2781         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
2782         * MODULES.html.sh (Internationalization functions): Add mbslen.
2783
2784 2007-02-11  Bruno Haible  <bruno@clisp.org>
2785
2786         Ensure O(n) worst-case complexity of strcasestr substitute.
2787         * lib/strcasestr.c: Include stdbool.h.
2788         (knuth_morris_pratt): New function.
2789         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
2790         bookkeeping indicates that it's worth it.
2791         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
2792
2793         * modules/strcasestr-tests: New file.
2794         * tests/test-strcasestr.c: New file.
2795
2796 2007-02-11  Bruno Haible  <bruno@clisp.org>
2797
2798         Ensure O(n) worst-case complexity of c_strcasestr.
2799         * lib/c-strcasestr.c: Include stdbool.h, string.h.
2800         (knuth_morris_pratt): New function.
2801         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
2802         the bookkeeping indicates that it's worth it.
2803         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
2804
2805         * modules/c-strcasestr-tests: New file.
2806         * tests/test-c-strcasestr.c: New file.
2807
2808 2007-02-11  Bruno Haible  <bruno@clisp.org>
2809
2810         Ensure O(n) worst-case complexity of c_strstr.
2811         * lib/c-strstr.c: Include stdbool.h, string.h.
2812         (knuth_morris_pratt): New function.
2813         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
2814         bookkeeping indicates that it's worth it.
2815         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
2816
2817         * lib/c-strstr.c: Complete rewrite for maintainability.
2818
2819         * modules/c-strstr-tests: New file.
2820         * tests/test-c-strstr.c: New file.
2821
2822 2007-02-11  Bruno Haible  <bruno@clisp.org>
2823
2824         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
2825         5.2.1 and earlier, whereby \055 was treated just like the range
2826         delimiter '-'.
2827         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
2828
2829 2007-02-08  Bruno Haible  <bruno@clisp.org>
2830
2831         * modules/regex (Depends-on): Add stdbool.
2832         Reported by Dalibor Topic <robilad@kaffe.org>.
2833
2834 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
2835
2836         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
2837         Prefer returning from main to exiting from it.
2838         Remove unnecessary parens after sizeof.
2839
2840 2007-02-05  Bruno Haible  <bruno@clisp.org>
2841
2842         New module mbssep.
2843         * modules/mbssep: New file.
2844         * lib/mbssep.c: New file.
2845         * lib/string_.h (strsep): Add a conditional link warning.
2846         (mbssep): New declaration.
2847         * m4/mbssep.m4: New file.
2848         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2849         GNULIB_MBSSEP.
2850         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
2851         * MODULES.html.sh (Internationalization functions): Add mbssep.
2852
2853 2007-02-05  Bruno Haible  <bruno@clisp.org>
2854
2855         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
2856         Optimize search in case of 1 delimiter.
2857
2858 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
2859
2860         * lib/acl.h: Include sys/types.h before sys/acl.h.
2861
2862 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
2863
2864         Merge upstream fix for glibc bugzilla #3957:
2865
2866         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
2867
2868         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
2869         bit for RE_HAT_LISTS_NOT_NEWLINE.
2870         (build_charclass_op): Remove bogus comment.
2871
2872 2007-02-05  Simon Josefsson  <simon@josefsson.org>
2873
2874         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
2875
2876 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
2877
2878         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
2879         * lib/memmem.c [!defined _LIBC]: Include config.h.
2880
2881 2007-02-04  Bruno Haible  <bruno@clisp.org>
2882
2883         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
2884         warning message.
2885
2886 2007-02-04  Bruno Haible  <bruno@clisp.org>
2887
2888         New module mbstok_r.
2889         * modules/mbstok_r: New file.
2890         * lib/mbstok_r.c: New file.
2891         * lib/string_.h (strtok_r): Change argument names to match the
2892         comments. Add a conditional link warning.
2893         (mbstok_r): New declaration.
2894         * m4/mbstok_r.m4: New file.
2895         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2896         GNULIB_MBSTOK_R.
2897         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
2898         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
2899
2900 2007-02-04  Bruno Haible  <bruno@clisp.org>
2901
2902         New module mbsspn.
2903         * modules/mbsspn: New file.
2904         * lib/mbsspn.c: New file.
2905         * lib/string_.h (strspn): Add a conditional link warning.
2906         (mbsspn): New declaration.
2907         * m4/mbsspn.m4: New file.
2908         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2909         GNULIB_MBSSPN.
2910         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
2911         * MODULES.html.sh (Internationalization functions): Add mbsspn.
2912
2913 2007-02-04  Bruno Haible  <bruno@clisp.org>
2914
2915         New module mbspbrk.
2916         * modules/mbspbrk: New file.
2917         * lib/mbspbrk.c: New file.
2918         * lib/string_.h (strpbrk): Add a conditional link warning.
2919         (mbspbrk): New declaration.
2920         * m4/mbspbrk.m4: New file.
2921         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2922         GNULIB_MBSPBRK.
2923         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
2924         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
2925
2926 2007-02-04  Bruno Haible  <bruno@clisp.org>
2927
2928         New module mbscspn.
2929         * modules/mbscspn: New file.
2930         * lib/mbscspn.c: New file.
2931         * lib/string_.h (strcspn): Add a conditional link warning.
2932         (mbscspn): New declaration.
2933         * m4/mbscspn.m4: New file.
2934         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2935         GNULIB_MBSCSPN.
2936         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
2937         * MODULES.html.sh (Internationalization functions): Add mbscspn.
2938
2939 2007-02-04  Bruno Haible  <bruno@clisp.org>
2940
2941         New module mbscasestr, reduced goal of strcasestr.
2942         * modules/mbscasestr: New file.
2943         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
2944         (mbscasestr): Renamed from strcasestr.
2945         * lib/strcasestr.c: Don't include mbuiter.h.
2946         (strcasestr): Remove support for multibyte locales.
2947         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
2948         Change the conditional link warning.
2949         (mbscasestr): New declaration.
2950         * m4/mbscasestr.m4: New file.
2951         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
2952         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
2953         REPLACE_STRCASESTR.
2954         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
2955         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
2956         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
2957         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
2958         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
2959         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
2960         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
2961         (Depends-on): Remove mbuiter.
2962         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
2963
2964 2007-02-04  Bruno Haible  <bruno@clisp.org>
2965
2966         Simplify handling of strncasecmp.
2967         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
2968         the conditional link warning.
2969         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
2970         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
2971         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
2972         * modules/strcase (configure.ac): Don't invoke
2973         gl_STRING_MODULE_INDICATOR.
2974         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
2975
2976 2007-02-04  Bruno Haible  <bruno@clisp.org>
2977
2978         New module mbscasecmp, reduced goal of strcasecmp.
2979         * modules/mbscasecmp: New file.
2980         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
2981         (mbscasecmp): Renamed from strcasecmp.
2982         * lib/strcasecmp.c: Don't include mbuiter.h.
2983         (strcasecmp): Remove support for multibyte locales.
2984         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
2985         Change the conditional link warning.
2986         (mbscasecmp): New declaration.
2987         * m4/mbscasecmp.m4: New file.
2988         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
2989         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
2990         REPLACE_STRCASECMP.
2991         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
2992         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2993         GNULIB_MBSCASECMP.
2994         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
2995         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
2996         * modules/strcase (Files): Remove m4/mbrtowc.m4.
2997         (Depends-on): Remove mbuiter.
2998         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
2999
3000 2007-02-04  Bruno Haible  <bruno@clisp.org>
3001
3002         New module mbsstr. Remove module strstr.
3003         * modules/mbsstr: New file.
3004         * modules/strstr: Remove file.
3005         * lib/mbsstr.c: Renamed from lib/strstr.c.
3006         (mbsstr): Renamed from strstr.
3007         * lib/string_.h (strstr): Remove declaration. Change the conditional
3008         link warning.
3009         (mbsstr): New declaration.
3010         * m4/mbsstr.m4: New file.
3011         * m4/strstr.m4: Remove file.
3012         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
3013         REPLACE_STRSTR.
3014         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
3015         Don't initialize GNULIB_STRSTR.
3016         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
3017         substitute GNULIB_STRSTR and REPLACE_STRSTR.
3018         * MODULES.html.sh (Internationalization functions): Add mbsstr.
3019         (Support for systems lacking ANSI C 89): Remove strstr.
3020
3021 2007-02-04  Bruno Haible  <bruno@clisp.org>
3022
3023         New module mbsrchr.
3024         * modules/mbsrchr: New file.
3025         * lib/mbsrchr.c: New file.
3026         * lib/string_.h (strrchr): Add a conditional link warning.
3027         (mbsrchr): New declaration.
3028         * m4/mbsrchr.m4: New file.
3029         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3030         GNULIB_MBSRCHR.
3031         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
3032         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
3033
3034 2007-02-04  Bruno Haible  <bruno@clisp.org>
3035
3036         New module mbschr.
3037         * modules/mbschr: New file.
3038         * lib/mbschr.c: New file.
3039         * lib/string_.h (strchr): Add a conditional link warning.
3040         (mbschr): New declaration.
3041         * m4/mbschr.m4: New file.
3042         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3043         GNULIB_MBSCHR.
3044         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
3045         * MODULES.html.sh (Internationalization functions): Add mbschr.
3046
3047 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
3048
3049         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
3050
3051         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
3052
3053 2007-02-04  Bruno Haible  <bruno@clisp.org>
3054
3055         New module description section 'configure.ac-early'.
3056         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
3057         (func_get_autoconf_early_snippet): New function.
3058         (func_import, func_create_testdir): Use it. Remove special cases for
3059         modules 'extensions' and 'lock'.
3060         * modules/extensions (configure.ac-early): Require
3061         gl_USE_SYSTEM_EXTENSIONS.
3062         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
3063
3064 2007-02-04  Bruno Haible  <bruno@clisp.org>
3065
3066         Make use of gcj-4.3's -fsource and -ftarget option.
3067         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
3068         and if so try the options -fsource and -ftarget.
3069         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
3070         source_version, ftarget_option, target_version arguments.
3071         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
3072         (is_envjavac_oldgcj_14_14_usable): Renamed from
3073         is_envjavac_gcj_14_14_usable.
3074         (is_envjavac_oldgcj_14_13_usable): Renamed from
3075         is_envjavac_gcj_14_13_usable.
3076         (is_gcj_present): Update.
3077         (is_gcj_43, is_gcj43_usable): New functions.
3078         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
3079         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
3080         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
3081         try the options -fsource and -ftarget.
3082
3083 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
3084
3085         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
3086         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
3087         larger value.
3088
3089 2007-02-03  Jim Meyering  <jim@meyering.net>
3090
3091         Give tools a better chance to allocate space for very large buffers.
3092         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
3093
3094         Make pwd and readlink work also when run with an unreadable parent dir
3095         on systems with openat support.
3096         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
3097         provided getcwd function, even when we have openat support.
3098         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
3099
3100 2007-02-02  Bruno Haible  <bruno@clisp.org>
3101
3102         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
3103         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
3104         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
3105         portability problems if one of these functions is only used on specific
3106         platforms.
3107         Reported by Paul Eggert.
3108
3109 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
3110
3111         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
3112         is causing more trouble than it's curing.
3113         * lib/regex_internal.h (__mempcpy): Remove.
3114         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
3115         (and make the code a tad smaller to boot).
3116         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
3117
3118 2007-02-02  Jim Meyering  <jim@meyering.net>
3119
3120         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
3121         section, not in the Makefile.am: one.
3122
3123 2007-02-02  Eric Blake  <ebb9@byu.net>
3124
3125         * lib/strchrnul.c: Always include config.h first.
3126
3127         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
3128         gnulib strstr is not necessary here.
3129
3130 2007-02-02  Simon Josefsson  <simon@josefsson.org>
3131
3132         * m4/socklen.m4: Fix typo.
3133
3134 2007-02-02  Eric Blake  <ebb9@byu.net>
3135
3136         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
3137         * modules/netinet_in (Makefile.am): Likewise.
3138
3139 2007-02-01  Bruno Haible  <bruno@clisp.org>
3140
3141         * lib/string_.h (GL_LINK_WARNING): New macro.
3142         (strcasecmp, strstr, strcasestr): If provided by the system,
3143         conditionally define as a macro that leads to a warning instead of to
3144         an error.
3145         (strncasecmp): Conditionally define as a macro that leads to a warning.
3146
3147 2007-02-01  Karl Berry  <karl@gnu.org>
3148
3149         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
3150
3151 2007-02-01  Bruno Haible  <bruno@clisp.org>
3152
3153         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
3154         renamings.
3155
3156 2007-02-01  Eric Blake  <ebb9@byu.net>
3157
3158         * modules/regex (Depends-on): Revert dependence on mempcpy.
3159         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
3160         module's definition of mempcpy.
3161         Reported by Paul Eggert.
3162
3163 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
3164
3165         * lib/string_.h: If the gnulib module XYZ is not present, undefine
3166         the symbol XYZ before redefining it.  This fixes a problem with
3167         programs that don't use XYZ, when compiled on systems that define
3168         XYZ to something else.
3169
3170 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
3171
3172         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
3173         occurs when "mkdir -m foo" creates a setgid directory that is (1)
3174         writeable to group or other and (2) is intended to have a special
3175         mode bit that is set or cleared.  In such a case, the directory
3176         should be neither group- nor other-writeable until the special
3177         mode bits are right.
3178
3179 2007-01-31  Eric Blake  <ebb9@byu.net>
3180
3181         * modules/mountlist (Depends-on): Add strstr.
3182
3183         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
3184         bug.
3185         * modules/string (Makefile.am): Remove redundant replacement.
3186         * modules/regex (Depends-on): Add mempcpy.
3187
3188 2007-01-31  Bruno Haible  <bruno@clisp.org>
3189
3190         New module description field 'Link'.
3191         * gnulib-tool (func_usage): Document --extract-link-directive.
3192         (sed_extract_prog): Recognize 'Link' directive.
3193         (func_get_link_directive): New function.
3194         (func_import): Show summary of link directives.
3195         Handle --extract-link-directive option.
3196         * modules/acl (Link): New section.
3197         * modules/clock-time (Link): New section.
3198         * modules/euidaccess (Link): New section.
3199         * modules/gettext (Link): New section.
3200         * modules/iconv (Link): New section.
3201         * modules/lock (Link): New section.
3202         * modules/nanosleep (Link): New section.
3203         * modules/readline (Link): New section.
3204
3205 2007-01-27  Bruno Haible  <bruno@clisp.org>
3206
3207         Enforce the use of gnulib modules for unportable <string.h> functions.
3208         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
3209         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
3210         (gl_HEADER_STRING_H_BODY): Require it.
3211         * lib/string_.h: If the gnulib module XYZ is not present, redefine
3212         the symbol XYZ to one that gives a link error.
3213         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
3214         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
3215         * modules/mempcpy (configure.ac): Likewise.
3216         * modules/memrchr (configure.ac): Likewise.
3217         * modules/stpcpy (configure.ac): Likewise.
3218         * modules/stpncpy (configure.ac): Likewise.
3219         * modules/strcase (configure.ac): Likewise.
3220         * modules/strcasestr (configure.ac): Likewise.
3221         * modules/strchrnul (configure.ac): Likewise.
3222         * modules/strdup (configure.ac): Likewise.
3223         * modules/strndup (configure.ac): Likewise.
3224         * modules/strnlen (configure.ac): Likewise.
3225         * modules/strpbrk (configure.ac): Likewise.
3226         * modules/strsep (configure.ac): Likewise.
3227         * modules/strstr (configure.ac): Likewise.
3228         * modules/strtok_r (configure.ac): Likewise.
3229
3230 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
3231
3232         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
3233
3234 2007-01-30  Jim Meyering  <jim@meyering.net>
3235
3236         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
3237
3238 2007-01-29  Bruno Haible  <bruno@clisp.org>
3239
3240         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
3241         * lib/execute.c: Likewise.
3242         * lib/pipe.c: Likewise.
3243         * lib/printf-args.h: Likewise.
3244         * lib/printf-args.c: Likewise.
3245         * lib/printf-parse.c: Likewise.
3246         * lib/vasnprintf.c: Likewise.
3247
3248 2007-01-29  Eric Blake  <ebb9@byu.net>
3249
3250         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
3251         declaration.
3252
3253 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
3254
3255         * lib/strptime.h (strptime): Use 'restrict' for args where
3256         POSIX requires this.
3257         * lib/strptime.c (strptime): Likewise.
3258         Change license notice from LGPL to GPL, since gnulib-tool will
3259         change this as needed.
3260         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
3261         defined.
3262         Include "strptime.h" first, to check interface.
3263         Do not #undef _LIBC and _NL_CURRENT.
3264         Do not include <stdlib.h>; no longer needed.
3265         Include "time_r.h" and declare ptime_locale_status
3266         only if _LIBC is not defined.
3267         (__P): Remove unused macro.
3268         (match_string): Bring back glibc version, but use it only if _LIBC
3269         is defined.
3270         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
3271         Remove unnecessary assertion and abort() call.
3272         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
3273         * m4/strptime.m4: Fix serial number comment.
3274         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
3275         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
3276         (Depends-on): Add time_r.
3277
3278 2007-01-29  Bruno Haible  <bruno@clisp.org>
3279
3280         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
3281         strptime.
3282         * modules/strptime (Depends-on): Add stdbool.
3283         * lib/strptime.h: Include <time.h> always. Add comments.
3284
3285 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
3286
3287         * modules/strptime: New file.
3288         * lib/strptime.h: New file.
3289         * lib/strptime.c: New file.
3290         * m4/strptime.m4: New file.
3291
3292 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
3293
3294         * MODULES.html.sh: New module mpsort.
3295         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
3296
3297         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
3298         a circularity problem with HP-UX ia64 reported by Bob Proulx in
3299         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
3300         All uses changed.
3301         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
3302         All uses changed.
3303         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
3304         to _Restrict_.
3305         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
3306         the parameter matches the prototype.
3307
3308 2007-01-28  Jim Meyering  <jim@meyering.net>
3309
3310         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
3311         sys/time.h here, reverting that part of the previous patch:
3312         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
3313
3314 2007-01-28  Bruno Haible  <bruno@clisp.org>
3315
3316         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
3317         value of $(SYS_TIME_H).
3318         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
3319         remove it conditionally, too. [added by Jim Meyering]
3320         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
3321         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
3322         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
3323         GETTIMEOFDAY_REPLACEMENT to 1.
3324
3325 2007-01-28  Bruno Haible  <bruno@clisp.org>
3326
3327         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
3328         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
3329         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
3330         Set UNISTD_H instead of UNISTD_H2.
3331         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
3332
3333 2007-01-28  Bruno Haible  <bruno@clisp.org>
3334
3335         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
3336         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
3337
3338 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3339
3340         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
3341         (func_create_testdir): Ensure C locale for `grep' and `tr'
3342         character ranges.
3343         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
3344         ACLOCAL_AMFLAGS parsing state machine.
3345
3346 2007-01-27  Bruno Haible  <bruno@clisp.org>
3347
3348         * modules/unistr/base: Update.
3349
3350 2007-01-27  Bruno Haible  <bruno@clisp.org>
3351
3352         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
3353         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
3354         * modules/unistr/u32-mbtouc-unsafe: Renamed from
3355         modules/unistr/u32-mbtouc.
3356         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
3357         * lib/unistr.h: Update.
3358         * lib/linebreak.c: Update.
3359         * modules/unistr/u32-mbtouc: Renamed from
3360         modules/unistr/u32-mbtouc-safe.
3361         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
3362         * lib/unistr.h: Update.
3363         * lib/unistr/u32-to-u8.c: Update.
3364         * lib/unistr/u32-to-u16.c: Update.
3365
3366 2007-01-27  Bruno Haible  <bruno@clisp.org>
3367
3368         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
3369         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
3370         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
3371         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
3372         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
3373         * modules/unistr/u16-mbtouc-unsafe: Renamed from
3374         modules/unistr/u16-mbtouc.
3375         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
3376         * lib/unistr.h: Update.
3377         * lib/linebreak.c: Update.
3378         * modules/linebreak: Update.
3379         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
3380         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
3381         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
3382         * modules/unistr/u16-mbtouc: Renamed from
3383         modules/unistr/u16-mbtouc-safe.
3384         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
3385         * lib/unistr.h: Update.
3386         * lib/unistr/u16-to-u8.c: Update.
3387         * modules/unistr/u16-to-u8: Update.
3388         * lib/unistr/u16-to-u32.c: Update.
3389         * modules/unistr/u16-to-u32: Update.
3390
3391 2007-01-27  Bruno Haible  <bruno@clisp.org>
3392
3393         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
3394         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
3395         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
3396         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
3397         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
3398         * modules/unistr/u8-mbtouc-unsafe: Renamed from
3399         modules/unistr/u8-mbtouc.
3400         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
3401         * lib/unistr.h: Update.
3402         * lib/striconveh.c: Update.
3403         * modules/striconveh: Update.
3404         * lib/linebreak.c: Update.
3405         * modules/linebreak: Update.
3406         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
3407         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
3408         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
3409         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
3410         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
3411         * lib/unistr.h: Update.
3412         * lib/striconveh.c: Update.
3413         * modules/striconveh: Update.
3414         * lib/unistr/u8-to-u16.c: Update.
3415         * modules/unistr/u8-to-u16: Update.
3416         * lib/unistr/u8-to-u32.c: Update.
3417         * modules/unistr/u8-to-u32: Update.
3418
3419 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3420
3421         Sync from Libtool.
3422         * lib/argz.c: Do not include strings.h nor memory.h, include
3423         string.h unconditionally.  Patch by Simon Josefsson.
3424
3425 2007-01-27  Bruno Haible  <bruno@clisp.org>
3426
3427         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
3428         from gl_HEADER_STRING_H_BODY.
3429         (gl_HEADER_STRING_H_BODY): Require it.
3430         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
3431         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
3432         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
3433         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
3434         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
3435         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
3436         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
3437         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
3438         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
3439         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
3440         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
3441         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
3442         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
3443         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
3444         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
3445
3446 2007-01-27  Bruno Haible  <bruno@clisp.org>
3447
3448         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
3449         check_PROGRAMS into noinst_PROGRAMS.
3450         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
3451         check_PROGRAMS in this case.
3452         (func_import): Set for_test to false.
3453         (func_create_testdir): Set for_test to true.
3454
3455 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
3456             Bruno Haible  <bruno@clisp.org>
3457
3458         * modules/strcasestr (Files): Remove lib/strcasestr.h.
3459         (Depends-on): Add string.
3460         (Includes): Use <string.h> instead of strcasestr.h.
3461         * modules/string (Makefile.am): Also substitute the value of
3462         REPLACE_STRCASESTR.
3463         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
3464         assume strcasestr is declared in <string.h> not <strings.h>. Also
3465         set REPLACE_STRCASESTR.
3466         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
3467         REPLACE_STRCASESTR.
3468         * lib/strcasestr.h: Remove file.
3469         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
3470         * lib/string_.h (strcasestr): New declaration.
3471
3472 2007-01-27  Bruno Haible  <bruno@clisp.org>
3473
3474         * lib/string_.h: Use 'extern'.
3475
3476 2007-01-27  Jim Meyering  <jim@meyering.net>
3477
3478         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
3479         of set-but-not-used local, "q".
3480
3481         * lib/mempcpy.c: Include <config.h> before <string.h>.
3482         This fixes a compilation error on HP-UX, due to the system's
3483         "restrict"-using mempcpy prototype.
3484
3485 2007-01-26  Bruno Haible  <bruno@clisp.org>
3486
3487         Small optimization.
3488         * lib/javacomp.c: Include c-strstr.h.
3489          (is_envjavac_gcj): Use c_strstr instead of strstr.
3490         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
3491
3492 2007-01-26  Bruno Haible  <bruno@clisp.org>
3493
3494         * MODULES.html.sh (Unicode string functions): Add the new modules.
3495
3496         * modules/uniconv/u32-strconv-to-locale: New file.
3497         * lib/uniconv/u32-strconv-to-locale.c: New file.
3498
3499         * modules/uniconv/u16-strconv-to-locale: New file.
3500         * lib/uniconv/u16-strconv-to-locale.c: New file.
3501
3502         * modules/uniconv/u8-strconv-to-locale: New file.
3503         * lib/uniconv/u8-strconv-to-locale.c: New file.
3504
3505         * modules/uniconv/u32-strconv-from-locale: New file.
3506         * lib/uniconv/u32-strconv-from-locale.c: New file.
3507
3508         * modules/uniconv/u16-strconv-from-locale: New file.
3509         * lib/uniconv/u16-strconv-from-locale.c: New file.
3510
3511         * modules/uniconv/u8-strconv-from-locale: New file.
3512         * lib/uniconv/u8-strconv-from-locale.c: New file.
3513
3514         * modules/uniconv/u32-strconv-to-enc: New file.
3515         * lib/uniconv/u32-strconv-to-enc.c: New file.
3516         * modules/uniconv/u32-strconv-to-enc-tests: New file.
3517         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
3518
3519         * modules/uniconv/u16-strconv-to-enc: New file.
3520         * lib/uniconv/u16-strconv-to-enc.c: New file.
3521         * lib/uniconv/u-strconv-to-enc.h: New file.
3522         * modules/uniconv/u16-strconv-to-enc-tests: New file.
3523         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
3524
3525         * modules/uniconv/u8-strconv-to-enc: New file.
3526         * lib/uniconv/u8-strconv-to-enc.c: New file.
3527         * modules/uniconv/u8-strconv-to-enc-tests: New file.
3528         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
3529
3530         * modules/uniconv/u32-strconv-from-enc: New file.
3531         * lib/uniconv/u32-strconv-from-enc.c: New file.
3532         * modules/uniconv/u32-strconv-from-enc-tests: New file.
3533         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
3534
3535         * modules/uniconv/u16-strconv-from-enc: New file.
3536         * lib/uniconv/u16-strconv-from-enc.c: New file.
3537         * modules/uniconv/u16-strconv-from-enc-tests: New file.
3538         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
3539
3540         * modules/uniconv/u8-strconv-from-enc: New file.
3541         * lib/uniconv/u8-strconv-from-enc.c: New file.
3542         * lib/uniconv/u-strconv-from-enc.h: New file.
3543         * modules/uniconv/u8-strconv-from-enc-tests: New file.
3544         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
3545
3546         * modules/uniconv/u32-conv-from-enc: New file.
3547         * lib/uniconv/u32-conv-from-enc.c: New file.
3548         * modules/uniconv/u32-conv-from-enc-tests: New file.
3549         * tests/uniconv/test-u32-conv-from-enc.c: New file.
3550
3551         * modules/uniconv/u16-conv-from-enc: New file.
3552         * lib/uniconv/u16-conv-from-enc.c: New file.
3553         * lib/uniconv/u-conv-from-enc.h: New file.
3554         * modules/uniconv/u16-conv-from-enc-tests: New file.
3555         * tests/uniconv/test-u16-conv-from-enc.c: New file.
3556
3557         * modules/uniconv/u8-conv-from-enc: New file.
3558         * lib/uniconv/u8-conv-from-enc.c: New file.
3559         * modules/uniconv/u8-conv-from-enc-tests: New file.
3560         * tests/uniconv/test-u8-conv-from-enc.c: New file.
3561
3562         * modules/uniconv/base: New file.
3563         * lib/uniconv.h: New file.
3564
3565 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
3566
3567         * doc/gnulib-tool.texi (Initial import): Update to match current
3568         behavior with strdup module.
3569         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
3570         * lib/memmem.h: Remove; all uses removed.  This is now done
3571         by <string.h>.
3572         * lib/mempcpy.h: Likewise.
3573         * lib/memrchr.h: Likewise.
3574         * lib/stpcpy.h: Likewise.
3575         * lib/stpncpy.h: Likewise.
3576         * lib/strcase.h: Likewise.
3577         * lib/strchrnul.h: Likewise.
3578         * lib/strdup.h: Likewise.
3579         * lib/strndup.h: Likewise.
3580         * lib/strnlen.h: Likewise.
3581         * lib/strpbrk.h: Likewise.
3582         * lib/strsep.h: Likewise.
3583         * lib/strstr.h: Likewise.
3584         * lib/strtok_r.h: Likewise.
3585         * lib/string_.h: New file.
3586         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
3587         Rely on <string.h> instead.
3588         * lib/canon-host.c: Likewise.
3589         * lib/chdir-long.c: Likewise.
3590         * lib/concatpath.c: Likewise.
3591         * lib/exclude.c: Likewise.
3592         * lib/fchdir.c: Likewise.
3593         * lib/getaddrinfo.c: Likewise.
3594         * lib/getcwd.c: Likewise.
3595         * lib/getsubopt.c: Likewise.
3596         * lib/glob.c: Likewise.
3597         * lib/hard-locale.c: Likewise.
3598         * lib/iconvme.c: Likewise.
3599         * lib/javacomp.c: Likewise.
3600         * lib/mempcpy.c: Likewise.
3601         * lib/memrchr.c: Likewise.
3602         * lib/regex_internal.h: Likewise.
3603         * lib/stpncpy.c: Likewise.
3604         * lib/strcasecmp.c: Likewise.
3605         * lib/strchrnul.c: Likewise.
3606         * lib/strdup.c: Likewise.
3607         * lib/striconv.c: Likewise.
3608         * lib/striconveh.c: Likewise.
3609         * lib/striconveha.c: Likewise.
3610         * lib/strncasecmp.c: Likewise.
3611         * lib/strndup.c: Likewise.
3612         * lib/strnlen.c: Likewise.
3613         * lib/strsep.c: Likewise.
3614         * lib/strstr.c: Likewise.
3615         * lib/strtok_r.c: Likewise.
3616         * lib/userspec.c: Likewise.
3617         * lib/w32spawn.h: Likewise.
3618         * lib/xstrndup.c: Likewise.
3619         * lib/mountlist.c (strstr): Remove decl.
3620         * m4/string_h.m4: New file.
3621         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
3622         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
3623         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
3624         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
3625         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
3626         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
3627         Set REPLACE_STRCASECMP if necessary.
3628         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
3629         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
3630         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
3631         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
3632         HAVE_DECL_STRDUP if necessary.
3633         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
3634         since gl_FUNC_STRNDUP does that now.
3635         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
3636         Check for decl here...
3637         (gl_PREREQ_STRNLEN): ... not here.
3638         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
3639         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
3640         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
3641         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
3642         necessary.
3643         * modules/string: New file.
3644         * modules/memmem (Files): Remove special-purpose include file.
3645         (Depends-on): Add string.
3646         (Include): Include <string.h>, not the removed file.
3647         * modules/mempcpy: Likewise.
3648         * modules/memrchr: Likewise.
3649         * modules/stpcpy: Likewise.
3650         * modules/stpncpy: Likewise.
3651         * modules/strcase: Likewise.
3652         * modules/strchrnul: Likewise.
3653         * modules/strdup: Likewise.
3654         * modules/strndup: Likewise.
3655         * modules/strnlen: Likewise.
3656         * modules/strpbrk: Likewise.
3657         * modules/strsep: Likewise.
3658         * modules/strstr: Likewise.
3659         * modules/strtok_r: Likewise.
3660         * tests/test-dirname.c: Don't include "strdup.h", since
3661         <string.h> now suffices.
3662         * tests/test-memmem.c: Don't include "memmem.h", since
3663         <string.h> now suffices.
3664
3665 2007-01-25  Bruno Haible  <bruno@clisp.org>
3666
3667         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
3668         *resultp is 0.
3669
3670         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
3671         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
3672         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
3673         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
3674
3675         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
3676         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
3677         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
3678         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
3679         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
3680         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
3681
3682 2007-01-24  Bruno Haible  <bruno@clisp.org>
3683
3684         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
3685         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
3686         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
3687         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
3688         gl_FUNC_FTS_CORE.
3689         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
3690         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
3691         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
3692         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
3693         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
3694         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
3695         gl_FUNC_FCHOWNAT.
3696         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
3697         gl_FUNC_STRFTIME.
3698         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
3699         Reported by Ralf Wildenhues.
3700
3701 2007-01-24  Bruno Haible  <bruno@clisp.org>
3702
3703         Drop AC_REQUIRE calls that are redundant with the module dependencies.
3704         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
3705         gl_GETADDRINFO.
3706         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
3707         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
3708         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
3709
3710 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
3711
3712         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
3713         Don't use 'exit'; just return from 'main'.
3714         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
3715
3716         * lib/fnmatch_.h: Readjust white space and comments to match
3717         glibc, to avoid spurious diffs.
3718
3719 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
3720
3721         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
3722         2004-12-01 change by Jakub Jelinek, since this code won't compile
3723         if !LIBC.  Problem reported by Bob Proulx.
3724
3725 2007-01-23  Bruno Haible  <bruno@clisp.org>
3726
3727         * lib/striconveh.c: Include c-strcaseeq.h.
3728         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
3729         * modules/striconveh (Depends-on): Add c-strcaseeq.
3730
3731 2007-01-23  Bruno Haible  <bruno@clisp.org>
3732
3733         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
3734
3735         * modules/c-strcaseeq: New file.
3736         * lib/c-strcaseeq.h: New file.
3737
3738         * modules/streq: New file.
3739         * lib/streq.h: New file.
3740
3741 2007-01-23  Bruno Haible  <bruno@clisp.org>
3742
3743         * modules/striconveha-tests: New file.
3744         * tests/test-striconveha.c: New file.
3745
3746         * lib/striconveha.h: Include <stdbool.h>.
3747         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
3748         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
3749         (mem_iconveha_notranslit): Renamed from mem_iconveha.
3750         (mem_iconveha): New function.
3751         (str_iconveha_notranslit): Renamed from str_iconveha.
3752         (str_iconveha): New function.
3753         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
3754         c-strcase.
3755
3756 2007-01-23  Bruno Haible  <bruno@clisp.org>
3757
3758         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
3759         encodings without forgiving before trying any encoding with handler.
3760         (str_iconveha): Try all encodings without forgiving before trying any
3761         encoding with handler.
3762
3763 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
3764
3765         Import the following changes from libc.
3766
3767         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
3768
3769         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
3770
3771         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
3772
3773         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
3774         normal_bracket label.
3775
3776         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
3777
3778         [BZ #361]
3779         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
3780         to normal_bracket after fetching the next character.
3781
3782 2007-01-22  Bruno Haible  <bruno@clisp.org>
3783
3784         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
3785         argument.
3786         * lib/striconveh.c (iconv_carefully_1): New function.
3787         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
3788         argument.
3789         (str_cd_iconveh): Update.
3790         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
3791         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
3792         * tests/test-striconveh.c (MAGIC): New macro.
3793         (new_offsets): New function.
3794         (main): Test call with and without offsets.
3795
3796 2007-01-22  Bruno Haible  <bruno@clisp.org>
3797
3798         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
3799         * modules/sys_select (Makefile.am): Likewise.
3800         * modules/sys_socket (Makefile.am): Likewise.
3801         * modules/sys_time (Makefile.am): Likewise.
3802
3803 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
3804
3805         * modules/gettimeofday (License): Change from GPL to LGPL, since
3806         gettimeofday is a library function.
3807
3808 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3809
3810         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
3811
3812 2007-01-21  Bruno Haible  <bruno@clisp.org>
3813
3814         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
3815
3816 2007-01-21  Bruno Haible  <bruno@clisp.org>
3817
3818         * modules/striconveha: New file.
3819         * lib/striconveha.h: New file.
3820         * lib/striconveha.c: New file.
3821         * MODULES.html.sh (Internationalization functions): Add striconveha.
3822         * lib/striconv.c (str_iconv): Optimize the case of an empty input
3823         string.
3824         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
3825
3826 2007-01-21  Bruno Haible  <bruno@clisp.org>
3827
3828         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
3829         * lib/striconveh.c (str_iconveh): Likewise.
3830
3831 2007-01-21  Bruno Haible  <bruno@clisp.org>
3832
3833         * lib/striconveh.h (mem_iconveh): New declaration.
3834         * lib/striconveh.c (mem_iconveh): New function.
3835         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
3836
3837 2007-01-21  Bruno Haible  <bruno@clisp.org>
3838
3839         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
3840
3841         * lib/striconveh.h (mem_cd_iconveh): Change specification.
3842         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
3843         original result buffer.
3844         (str_cd_iconveh): Update.
3845         * tests/test-striconveh.c (main): Update.
3846
3847         * lib/striconv.h (mem_cd_iconv): Change specification.
3848         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
3849         result buffer.
3850         (str_cd_iconv): Update.
3851         * tests/test-striconv.c (main): Update.
3852
3853 2007-01-21  Bruno Haible  <bruno@clisp.org>
3854
3855         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
3856
3857 2007-01-20  Jim Meyering  <jim@meyering.net>
3858
3859         * lib/userspec.c (parse_with_separator): If a user or group string
3860         starts with "+", skip the corresponding name-to-ID look-up, since
3861         such a look-up must fail: user and group names may not include "+".
3862
3863 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
3864
3865         * lib/poll.c: Include sys/time.h and time.h unconditionally,
3866         since we now assume the sys_time module.
3867         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
3868         check for sys/time.h; no longer needed.
3869         * modules/poll (Depends-on): Depend on sys_time.
3870
3871 2007-01-18  Bruno Haible  <bruno@clisp.org>
3872
3873         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
3874         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
3875
3876         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
3877         gettimeofday.
3878
3879         * tests/test-gettimeofday.c: Include <time.h>.
3880         (dummy): Remove variable.
3881
3882         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
3883         gl_HEADER_SYS_TIME_H.
3884         (gl_HEADER_SYS_TIME_H): New macro.
3885
3886         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
3887         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3888         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
3889         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
3890         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3891         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
3892         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
3893         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3894         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
3895         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
3896         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3897
3898         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
3899         last change; it caused a compilation error when cross-compiling to
3900         Cygwin.
3901
3902 2007-01-18  Jim Meyering  <jim@meyering.net>
3903
3904         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
3905         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
3906         than the race-prone "test -d sys || mkdir sys".
3907         (configure.ac): Use AC_PROG_MKDIR_P.
3908         * modules/sys_select: Likewise.
3909         * modules/sys_socket: Likewise.
3910         * modules/sys_time: Likewise.
3911
3912 2007-01-18  Eric Blake  <ebb9@byu.net>
3913
3914         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
3915         replace gettimeofday.
3916         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
3917         name, to avoid infinite recursion.
3918
3919 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
3920
3921         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
3922         module sys_time.
3923         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
3924         assume timespec.h defines struct timeval.
3925         * lib/settime.c: Likewise.
3926         * lib/utimens.c: Likewise.
3927         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
3928         since we now assume the gettimeofday module.
3929         * lib/tempname.c (__gen_tempname): Likewise.
3930         * lib/gettimeofday.h: Remove.
3931         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
3932         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
3933         Include <time.h>, for 'time()'.
3934         (localtime_buffer_addr): Also use this workaround if
3935         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
3936         to simplify the uses.  All uses changed.
3937         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
3938         that #undef is inside {}, and 'const' follows type name consistently.
3939         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
3940         (gettimeofday): Do not use the maximum possible value for
3941         tv->tv_usec, since that might break usages other than ls.c.
3942         Instead, we'll leave ls.c alone.  This undoes today's patch
3943         by Bruno.  Add a compile-time warning for 1s-clock resolution;
3944         we've never observed the problem but might as well keep the
3945         canary.
3946         * lib/nanosleep.c: Include timespec.h first, for interface check.
3947         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
3948         now assume the sys_time module.
3949         * lib/tempname.c: Likewise.
3950         * lib/timespec.h: Likewise.
3951         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
3952         needed.
3953         * lib/strftime.c: Likewise.
3954         * lib/timespec.h: Likewise.
3955         * lib/posixtm.c: Include posixtm.h first, for interface check.
3956         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
3957         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
3958         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
3959         * lib/sys_time_.h: New file.
3960         * lib/timespec.h (struct timespec): Use long int, not long.
3961         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
3962         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
3963         Remove obsolescent call to AC_HEADER_TIME.
3964         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
3965         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
3966         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
3967         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
3968         Likewise.
3969         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
3970         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
3971         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
3972         into the sys_time module.  Check for gettimeofday just once.
3973         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
3974         for gettimeofday signature to just check the signature.  Merely
3975         compile it, since linking doesn't test signature.  Improve test for
3976         whether gettimeofday.o is actually needed.
3977         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
3978         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
3979         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
3980         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3981         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
3982         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
3983         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
3984         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
3985         than worrying about sys/time.h.
3986         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
3987         Don't bother worrying about TIME_WITH_SYS_TIME.
3988         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
3989         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
3990         * m4/sys_time_h.m4: New file.
3991         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
3992         Don't include sys/time.h.  Return from main rather than exiting.
3993         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
3994         all uses changed.
3995         * modules/gethrxtime (Depends-on): Add sys_time.
3996         * modules/gettime (Depends-on): Likewise.
3997         * modules/gettimeofday (Depends-on): Likewise.
3998         * modules/nanosleep (Depends-on): Likewise.
3999         * modules/settime (Depends-on): Likewise.
4000         * modules/tempname (Depends-on): Likewise.
4001         * modules/utimens (Depends-on): Likewise.
4002         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
4003         (Include:) Change back to <sys/time.h>.
4004         (Maintainer:) Add self.
4005         * modules/sys_time: New file.
4006         * modules/tempname (Depends-on): Add gettimeofday.
4007         * tests/test-gettimeofday.c: Include <sys/time.h>
4008         rather than gettimeofday.h.
4009
4010 2007-01-17  Bruno Haible  <bruno@clisp.org>
4011
4012         * gnulib-tool (func_get_license): Revert last patch. Instead, let
4013         the license default to GPL.
4014         (func_create_testdir): Don't complain if a module is LGPL and its
4015         tests module depends on GPLed modules.
4016
4017 2007-01-17  Bruno Haible  <bruno@clisp.org>
4018
4019         * lib/gettimeofday.c (gettimeofday): Add code for the case
4020         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
4021         maximum possible value for tv->tv_usec, rather than the minimum one.
4022
4023 2005-10-08  Martin Lambers  <marlam@marlam.de>
4024 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
4025 2007-01-16  Bruno Haible  <bruno@clisp.org>
4026
4027         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
4028         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
4029         gl_FUNC_GETTIMEOFDAY.
4030         (Include): Add gettimeofday.h.
4031         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
4032         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
4033         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
4034         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
4035         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
4036         * lib/gettimeofday.h: New file.
4037         * lib/gettimeofday.c: Include <sys/timeb.h>.
4038         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
4039         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
4040         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
4041         fall back on time().
4042
4043         * tests/test-gettimeofday.c: New file.
4044         * modules/gettimeofday-tests: New file.
4045
4046 2007-01-16  Eric Blake  <ebb9@byu.net>
4047
4048         * modules/fnmatch (Depends-on): Depend on wchar.
4049         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
4050         * m4/fnmatch.m4: Likewise.
4051         * modules/mbchar (Makefile.am): Assume <wchar.h>.
4052         * m4/mbchar.m4: Likewise.
4053         * modules/mbswidth (Depends-on): Depend on wchar.
4054         * lib/mbswidth.c: Assume <wchar.h>.
4055         * m4/mbswidth.m4: Likewise.
4056         * modules/quotearg (Depends-on): Depend on wchar.
4057         * lib/quotearg.c: Assume <wchar.h>.
4058         * m4/quotearg.m4: Likewise.
4059         * modules/regex (Depends-on): Depend on wchar.
4060         * lib/regex_internal.h: Assume <wchar.h>.
4061         * m4/regex.m4: Likewise.
4062         * modules/stdint (Depends-on): Depend on wchar.
4063         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
4064         * m4/stdint.m4: Likewise.
4065         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
4066         * modules/strftime (Depends-on): Depend on wchar.
4067         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
4068         * modules/strtol (Depends-on): Depend on wchar.
4069         * lib/strtol.c: Assume <wchar.h>.
4070         * modules/wcwidth (Depends-on): Depend on wchar.
4071         * lib/wcwidth.h: Assume <wchar.h>.
4072         * m4/wcwidth.m4: Likewise.
4073
4074 2007-01-16  Bruno Haible  <bruno@clisp.org>
4075
4076         * modules/csharpexec-script: New, created from...
4077         * modules/csharpexec: ... this.
4078
4079 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
4080
4081         * modules/javaexec-script: New, created from...
4082         * modules/javaexec: ... this.
4083
4084 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4085
4086         * modules/poll (Dependencies): Add sys_select.
4087
4088 2007-01-15  Jim Meyering  <jim@meyering.net>
4089
4090         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
4091         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
4092         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
4093         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
4094
4095 2007-01-15  Bruno Haible  <bruno@clisp.org>
4096
4097         * modules/striconveh: New file.
4098         * lib/striconveh.h: New file.
4099         * lib/striconveh.c: New file.
4100         * MODULES.html.sh (Internationalization functions): Add striconveh.
4101
4102         * modules/striconveh-tests: New file.
4103         * tests/test-striconveh.c: New file.
4104
4105 2007-01-15  Bruno Haible  <bruno@clisp.org>
4106
4107         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
4108         not from GNU libiconv or GNU libc.
4109
4110 2007-01-15  Bruno Haible  <bruno@clisp.org>
4111
4112         * doc/gnulib-intro.texi (Copyright): Explain the different license
4113         terms for module descriptions, autoconf macros, tests, documentation.
4114
4115 2007-01-14  Bruno Haible  <bruno@clisp.org>
4116
4117         * modules/striconv-tests: New file.
4118         * tests/test-striconv.c: New file.
4119
4120 2007-01-14  Bruno Haible  <bruno@clisp.org>
4121
4122         * modules/iconv-tests: New file.
4123         * tests/test-iconv.c: New file.
4124
4125 2007-01-14  Bruno Haible  <bruno@clisp.org>
4126
4127         * gnulib-tool (func_get_license): For test modules, use the license of
4128         the main module.
4129
4130 2007-01-14  Bruno Haible  <bruno@clisp.org>
4131
4132         * modules/iconv (Include): Clarify that <iconv.h> can only be included
4133         if iconv is found to exist.
4134
4135 2007-01-14  Bruno Haible  <bruno@clisp.org>
4136
4137         * modules/c-ctype-tests: New file.
4138         * tests/test-c-ctype.c: New file.
4139
4140 2007-01-14  Bruno Haible  <bruno@clisp.org>
4141
4142         * modules/binary-io-tests: New file.
4143         * tests/test-binary-io.sh: New file.
4144         * tests/test-binary-io.c: New file.
4145
4146 2007-01-14  Bruno Haible  <bruno@clisp.org>
4147
4148         * modules/array-oset-tests: New file.
4149         * tests/test-array_oset.c: New file.
4150
4151 2007-01-14  Bruno Haible  <bruno@clisp.org>
4152
4153         * modules/array-list-tests: New file.
4154         * tests/test-array_list.c: New file.
4155
4156 2007-01-14  Bruno Haible  <bruno@clisp.org>
4157
4158         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
4159         and make.
4160         Reported by Simon Josefsson in
4161         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
4162
4163 2007-01-14  Bruno Haible  <bruno@clisp.org>
4164
4165         * modules/allocsa-tests: New file.
4166         * tests/test-allocsa.c: New file.
4167
4168 2007-01-14  Bruno Haible  <bruno@clisp.org>
4169
4170         * modules/fchdir (Depends-on): Add absolute-header.
4171         * modules/unistd (Depends-on): Likewise.
4172
4173 2006-12-30  Bruno Haible  <bruno@clisp.org>
4174
4175         * modules/fchdir: New file.
4176         * modules/unistd (Files): Add lib/unistd_.h.
4177         (Makefile.am): Generate unistd.h from unistd_.h.
4178         * lib/fchdir.c: New file.
4179         * lib/dirent_.h: New file.
4180         * lib/unistd_.h: New file.
4181         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
4182         * m4/fchdir.m4: New file.
4183         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
4184         (gl_HEADER_UNISTD): Invoke it.
4185         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
4186         function.
4187         * lib/backupfile.c (opendir, closedir): Undefine.
4188         * lib/chown.c (open, close): Undefine.
4189         * lib/clean-temp.c (open, close): Undefine.
4190         * lib/copy-file.c (open, close): Undefine.
4191         * lib/execute.c (open, close): Undefine.
4192         * lib/fsusage.c (open, close): Undefine.
4193         * lib/gc-gnulib.c (open, close): Undefine.
4194         * lib/getcwd.c (opendir, closedir): Undefine.
4195         * lib/glob.c (opendir, closedir): Undefine.
4196         * lib/javacomp.c (open, close): Undefine.
4197         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
4198         * lib/openat-proc.c (open, close): Undefine.
4199         * lib/pagealign_alloc.c (open, close): Undefine.
4200         * lib/pipe.c (open, close): Undefine.
4201         * lib/progreloc.c (open, close): Undefine.
4202         * lib/savedir.c (opendir, closedir): Undefine.
4203         * lib/utime.c (open, close): Undefine.
4204         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
4205
4206 2007-01-10  Bruno Haible  <bruno@clisp.org>
4207
4208         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
4209
4210 2007-01-12  Eric Blake  <ebb9@byu.net>
4211
4212         Provide a robust <wchar.h>.  Further simplifications are now
4213         possible in other modules, but not included here.
4214         * modules/wchar: New module.
4215         * m4/wchar.m4: New file.
4216         * lib/wchar_.h: Likewise.
4217         * modules/mbchar (Depends-on): Depend on wchar, as the first use
4218         of the new module.
4219         * MODULES.html.sh (Extended multibyte and wide character utilities):
4220         New section.
4221
4222 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
4223
4224         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
4225         to a reasonable default for memory allocation.
4226         (xreadlink): Don't allocate a huge buffer, to work around a buggy
4227         file system that reports garbage st_size values for symlinks.
4228         Problem reported by Liyang Hu.
4229
4230 2007-01-11  Simon Josefsson  <simon@josefsson.org>
4231
4232         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
4233         Emacs .#* auto-save files).
4234
4235 2007-01-11  Bruno Haible  <bruno@clisp.org>
4236
4237         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
4238         directory.
4239
4240 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
4241
4242         Use @...@ consistently in lib/wctype_.h.
4243         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
4244         on it being set to 1 or 0.
4245         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
4246         go back to AC_SUBSTing it.
4247         * modules/wctype (Makefile.am): Undo previous change.
4248
4249 2007-01-10  Eric Blake  <ebb9@byu.net>
4250
4251         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
4252         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
4253         * modules/wctype (Makefile.am): Likewise.
4254         Reported by Chris McGuire.
4255
4256 2007-01-10  Jim Meyering  <jim@meyering.net>
4257
4258         fts.c: a small readability/maintainability improvement
4259         * lib/fts.c (fts_read): Make this code slightly more readable and
4260         maintainable by hoisting the "sp->fts_cur = p" assignments to
4261         immediately follow the statements that set P.  Derived from
4262         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
4263
4264 2007-01-10  Eric Blake  <ebb9@byu.net>
4265
4266         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
4267         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
4268         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
4269         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
4270         Reported by Chris McGuire.
4271
4272 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4273
4274         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
4275         in sed script.
4276
4277 2007-01-09  Bruno Haible  <bruno@clisp.org>
4278
4279         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
4280         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
4281         variables.
4282         (func_module): Use them.
4283
4284 2007-01-09  Bruno Haible  <bruno@clisp.org>
4285
4286         * modules/unistr/base: New file.
4287         * lib/unistr.h: New file.
4288
4289         * modules/unistr/u8-to-u16: New file.
4290         * lib/unistr/u8-to-u16.c: New file.
4291
4292         * modules/unistr/u8-to-u32: New file.
4293         * lib/unistr/u8-to-u32.c: New file.
4294
4295         * modules/unistr/u16-to-u8: New file.
4296         * lib/unistr/u16-to-u8.c: New file.
4297
4298         * modules/unistr/u16-to-u32: New file.
4299         * lib/unistr/u16-to-u32.c: New file.
4300
4301         * modules/unistr/u32-to-u8: New file.
4302         * lib/unistr/u32-to-u8.c: New file.
4303
4304         * modules/unistr/u32-to-u16: New file.
4305         * lib/unistr/u32-to-u16.c: New file.
4306
4307         * modules/unistr/u8-check: New file.
4308         * modules/unistr/u16-check: New file.
4309         * modules/unistr/u32-check: New file.
4310         * lib/unistr/u8-check.c: New file.
4311         * lib/unistr/u16-check.c: New file.
4312         * lib/unistr/u32-check.c: New file.
4313
4314         * modules/unistr/u8-chr: New file.
4315         * modules/unistr/u16-chr: New file.
4316         * modules/unistr/u32-chr: New file.
4317         * lib/unistr/u8-chr.c: New file.
4318         * lib/unistr/u16-chr.c: New file.
4319         * lib/unistr/u32-chr.c: New file.
4320
4321         * modules/unistr/u8-cmp: New file.
4322         * modules/unistr/u16-cmp: New file.
4323         * modules/unistr/u32-cmp: New file.
4324         * lib/unistr/u8-cmp.c: New file.
4325         * lib/unistr/u16-cmp.c: New file.
4326         * lib/unistr/u32-cmp.c: New file.
4327
4328         * modules/unistr/u8-cpy: New file.
4329         * modules/unistr/u16-cpy: New file.
4330         * modules/unistr/u32-cpy: New file.
4331         * lib/unistr/u8-cpy.c: New file.
4332         * lib/unistr/u16-cpy.c: New file.
4333         * lib/unistr/u32-cpy.c: New file.
4334         * lib/unistr/u-cpy.h: New file.
4335
4336         * modules/unistr/u8-cpy-alloc: New file.
4337         * modules/unistr/u16-cpy-alloc: New file.
4338         * modules/unistr/u32-cpy-alloc: New file.
4339         * lib/unistr/u8-cpy-alloc.c: New file.
4340         * lib/unistr/u16-cpy-alloc.c: New file.
4341         * lib/unistr/u32-cpy-alloc.c: New file.
4342         * lib/unistr/u-cpy-alloc.h: New file.
4343
4344         * modules/unistr/u8-endswith: New file.
4345         * modules/unistr/u16-endswith: New file.
4346         * modules/unistr/u32-endswith: New file.
4347         * lib/unistr/u8-endswith.c: New file.
4348         * lib/unistr/u16-endswith.c: New file.
4349         * lib/unistr/u32-endswith.c: New file.
4350         * lib/unistr/u-endswith.h: New file.
4351
4352         * modules/unistr/u8-mblen: New file.
4353         * modules/unistr/u16-mblen: New file.
4354         * modules/unistr/u32-mblen: New file.
4355         * lib/unistr/u8-mblen.c: New file.
4356         * lib/unistr/u16-mblen.c: New file.
4357         * lib/unistr/u32-mblen.c: New file.
4358
4359         * modules/unistr/u8-mbtouc: New file.
4360         * modules/unistr/u16-mbtouc: New file.
4361         * modules/unistr/u32-mbtouc: New file.
4362         * lib/unistr/u8-mbtouc.c: New file.
4363         * lib/unistr/u16-mbtouc.c: New file.
4364         * lib/unistr/u32-mbtouc.c: New file.
4365
4366         * modules/unistr/u8-mbtouc-safe: New file.
4367         * modules/unistr/u16-mbtouc-safe: New file.
4368         * modules/unistr/u32-mbtouc-safe: New file.
4369         * lib/unistr/u8-mbtouc-safe.c: New file.
4370         * lib/unistr/u16-mbtouc-safe.c: New file.
4371         * lib/unistr/u32-mbtouc-safe.c: New file.
4372
4373         * modules/unistr/u8-move: New file.
4374         * modules/unistr/u16-move: New file.
4375         * modules/unistr/u32-move: New file.
4376         * lib/unistr/u8-move.c: New file.
4377         * lib/unistr/u16-move.c: New file.
4378         * lib/unistr/u32-move.c: New file.
4379         * lib/unistr/u-move.h: New file.
4380
4381         * modules/unistr/u8-next: New file.
4382         * modules/unistr/u16-next: New file.
4383         * modules/unistr/u32-next: New file.
4384         * lib/unistr/u8-next.c: New file.
4385         * lib/unistr/u16-next.c: New file.
4386         * lib/unistr/u32-next.c: New file.
4387
4388         * modules/unistr/u8-prev: New file.
4389         * modules/unistr/u16-prev: New file.
4390         * modules/unistr/u32-prev: New file.
4391         * lib/unistr/u8-prev.c: New file.
4392         * lib/unistr/u16-prev.c: New file.
4393         * lib/unistr/u32-prev.c: New file.
4394
4395         * modules/unistr/u8-set: New file.
4396         * modules/unistr/u16-set: New file.
4397         * modules/unistr/u32-set: New file.
4398         * lib/unistr/u8-set.c: New file.
4399         * lib/unistr/u16-set.c: New file.
4400         * lib/unistr/u32-set.c: New file.
4401         * lib/unistr/u-set.h: New file.
4402
4403         * modules/unistr/u8-startswith: New file.
4404         * modules/unistr/u16-startswith: New file.
4405         * modules/unistr/u32-startswith: New file.
4406         * lib/unistr/u8-startswith.c: New file.
4407         * lib/unistr/u16-startswith.c: New file.
4408         * lib/unistr/u32-startswith.c: New file.
4409         * lib/unistr/u-startswith.h: New file.
4410
4411         * modules/unistr/u8-stpcpy: New file.
4412         * modules/unistr/u16-stpcpy: New file.
4413         * modules/unistr/u32-stpcpy: New file.
4414         * lib/unistr/u8-stpcpy.c: New file.
4415         * lib/unistr/u16-stpcpy.c: New file.
4416         * lib/unistr/u32-stpcpy.c: New file.
4417         * lib/unistr/u-stpcpy.h: New file.
4418
4419         * modules/unistr/u8-stpncpy: New file.
4420         * modules/unistr/u16-stpncpy: New file.
4421         * modules/unistr/u32-stpncpy: New file.
4422         * lib/unistr/u8-stpncpy.c: New file.
4423         * lib/unistr/u16-stpncpy.c: New file.
4424         * lib/unistr/u32-stpncpy.c: New file.
4425         * lib/unistr/u-stpncpy.h: New file.
4426
4427         * modules/unistr/u8-strcat: New file.
4428         * modules/unistr/u16-strcat: New file.
4429         * modules/unistr/u32-strcat: New file.
4430         * lib/unistr/u8-strcat.c: New file.
4431         * lib/unistr/u16-strcat.c: New file.
4432         * lib/unistr/u32-strcat.c: New file.
4433         * lib/unistr/u-strcat.h: New file.
4434
4435         * modules/unistr/u8-strchr: New file.
4436         * modules/unistr/u16-strchr: New file.
4437         * modules/unistr/u32-strchr: New file.
4438         * lib/unistr/u8-strchr.c: New file.
4439         * lib/unistr/u16-strchr.c: New file.
4440         * lib/unistr/u32-strchr.c: New file.
4441
4442         * modules/unistr/u8-strcmp: New file.
4443         * modules/unistr/u16-strcmp: New file.
4444         * modules/unistr/u32-strcmp: New file.
4445         * lib/unistr/u8-strcmp.c: New file.
4446         * lib/unistr/u16-strcmp.c: New file.
4447         * lib/unistr/u32-strcmp.c: New file.
4448
4449         * modules/unistr/u8-strcpy: New file.
4450         * modules/unistr/u16-strcpy: New file.
4451         * modules/unistr/u32-strcpy: New file.
4452         * lib/unistr/u8-strcpy.c: New file.
4453         * lib/unistr/u16-strcpy.c: New file.
4454         * lib/unistr/u32-strcpy.c: New file.
4455         * lib/unistr/u-strcpy.h: New file.
4456
4457         * modules/unistr/u8-strcspn: New file.
4458         * modules/unistr/u16-strcspn: New file.
4459         * modules/unistr/u32-strcspn: New file.
4460         * lib/unistr/u8-strcspn.c: New file.
4461         * lib/unistr/u16-strcspn.c: New file.
4462         * lib/unistr/u32-strcspn.c: New file.
4463         * lib/unistr/u-strcspn.h: New file.
4464
4465         * modules/unistr/u8-strdup: New file.
4466         * modules/unistr/u16-strdup: New file.
4467         * modules/unistr/u32-strdup: New file.
4468         * lib/unistr/u8-strdup.c: New file.
4469         * lib/unistr/u16-strdup.c: New file.
4470         * lib/unistr/u32-strdup.c: New file.
4471         * lib/unistr/u-strdup.h: New file.
4472
4473         * modules/unistr/u8-strlen: New file.
4474         * modules/unistr/u16-strlen: New file.
4475         * modules/unistr/u32-strlen: New file.
4476         * lib/unistr/u8-strlen.c: New file.
4477         * lib/unistr/u16-strlen.c: New file.
4478         * lib/unistr/u32-strlen.c: New file.
4479         * lib/unistr/u-strlen.h: New file.
4480
4481         * modules/unistr/u8-strmblen: New file.
4482         * modules/unistr/u16-strmblen: New file.
4483         * modules/unistr/u32-strmblen: New file.
4484         * lib/unistr/u8-strmblen.c: New file.
4485         * lib/unistr/u16-strmblen.c: New file.
4486         * lib/unistr/u32-strmblen.c: New file.
4487
4488         * modules/unistr/u8-strmbtouc: New file.
4489         * modules/unistr/u16-strmbtouc: New file.
4490         * modules/unistr/u32-strmbtouc: New file.
4491         * lib/unistr/u8-strmbtouc.c: New file.
4492         * lib/unistr/u16-strmbtouc.c: New file.
4493         * lib/unistr/u32-strmbtouc.c: New file.
4494
4495         * modules/unistr/u8-strncat: New file.
4496         * modules/unistr/u16-strncat: New file.
4497         * modules/unistr/u32-strncat: New file.
4498         * lib/unistr/u8-strncat.c: New file.
4499         * lib/unistr/u16-strncat.c: New file.
4500         * lib/unistr/u32-strncat.c: New file.
4501         * lib/unistr/u-strncat.h: New file.
4502
4503         * modules/unistr/u8-strncmp: New file.
4504         * modules/unistr/u16-strncmp: New file.
4505         * modules/unistr/u32-strncmp: New file.
4506         * lib/unistr/u8-strncmp.c: New file.
4507         * lib/unistr/u16-strncmp.c: New file.
4508         * lib/unistr/u32-strncmp.c: New file.
4509
4510         * modules/unistr/u8-strncpy: New file.
4511         * modules/unistr/u16-strncpy: New file.
4512         * modules/unistr/u32-strncpy: New file.
4513         * lib/unistr/u8-strncpy.c: New file.
4514         * lib/unistr/u16-strncpy.c: New file.
4515         * lib/unistr/u32-strncpy.c: New file.
4516         * lib/unistr/u-strncpy.h: New file.
4517
4518         * modules/unistr/u8-strnlen: New file.
4519         * modules/unistr/u16-strnlen: New file.
4520         * modules/unistr/u32-strnlen: New file.
4521         * lib/unistr/u8-strnlen.c: New file.
4522         * lib/unistr/u16-strnlen.c: New file.
4523         * lib/unistr/u32-strnlen.c: New file.
4524         * lib/unistr/u-strnlen.h: New file.
4525
4526         * modules/unistr/u8-strpbrk: New file.
4527         * modules/unistr/u16-strpbrk: New file.
4528         * modules/unistr/u32-strpbrk: New file.
4529         * lib/unistr/u8-strpbrk.c: New file.
4530         * lib/unistr/u16-strpbrk.c: New file.
4531         * lib/unistr/u32-strpbrk.c: New file.
4532         * lib/unistr/u-strpbrk.h: New file.
4533
4534         * modules/unistr/u8-strrchr: New file.
4535         * modules/unistr/u16-strrchr: New file.
4536         * modules/unistr/u32-strrchr: New file.
4537         * lib/unistr/u8-strrchr.c: New file.
4538         * lib/unistr/u16-strrchr.c: New file.
4539         * lib/unistr/u32-strrchr.c: New file.
4540
4541         * modules/unistr/u8-strspn: New file.
4542         * modules/unistr/u16-strspn: New file.
4543         * modules/unistr/u32-strspn: New file.
4544         * lib/unistr/u8-strspn.c: New file.
4545         * lib/unistr/u16-strspn.c: New file.
4546         * lib/unistr/u32-strspn.c: New file.
4547         * lib/unistr/u-strspn.h: New file.
4548
4549         * modules/unistr/u8-strstr: New file.
4550         * modules/unistr/u16-strstr: New file.
4551         * modules/unistr/u32-strstr: New file.
4552         * lib/unistr/u8-strstr.c: New file.
4553         * lib/unistr/u16-strstr.c: New file.
4554         * lib/unistr/u32-strstr.c: New file.
4555         * lib/unistr/u-strstr.h: New file.
4556
4557         * modules/unistr/u8-strtok: New file.
4558         * modules/unistr/u16-strtok: New file.
4559         * modules/unistr/u32-strtok: New file.
4560         * lib/unistr/u8-strtok.c: New file.
4561         * lib/unistr/u16-strtok.c: New file.
4562         * lib/unistr/u32-strtok.c: New file.
4563         * lib/unistr/u-strtok.h: New file.
4564
4565         * modules/unistr/u8-uctomb: New file.
4566         * modules/unistr/u16-uctomb: New file.
4567         * modules/unistr/u32-uctomb: New file.
4568         * lib/unistr/u8-uctomb.c: New file.
4569         * lib/unistr/u16-uctomb.c: New file.
4570         * lib/unistr/u32-uctomb.c: New file.
4571
4572         * MODULES.html.sh (Unicode string functions): Add the new modules.
4573
4574 2007-01-08  Bruno Haible  <bruno@clisp.org>
4575
4576         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
4577         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
4578         subdirectories.
4579
4580 2007-01-08  Karl Berry  <karl@gnu.org>
4581
4582         * doc/error.texi: mention that main() fns must set program_name
4583         when progname is used.
4584
4585 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
4586
4587         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
4588         WCTYPE_H is empty, for the benefit of builds from non-distclean
4589         directories.  Problem reported by Eric Blake in
4590         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
4591
4592 2007-01-08  Bruno Haible  <bruno@clisp.org>
4593
4594         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
4595         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
4596         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
4597         PROVIDE_CANONICALIZE_FILENAME_MODE.
4598         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
4599
4600 2007-01-08  Bruno Haible  <bruno@clisp.org>
4601
4602         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
4603         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
4604         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
4605         * lib/fts.c: Likewise.
4606         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
4607
4608 2006-12-25  Bruno Haible  <bruno@clisp.org>
4609
4610         * modules/utf8-ucs4-safe: New file.
4611         * lib/utf8-ucs4-safe.h: New file.
4612         * lib/unistr/utf8-ucs4-safe.c: New file.
4613
4614         * modules/utf16-ucs4-safe: New file.
4615         * lib/utf16-ucs4-safe.h: New file.
4616         * lib/unistr/utf16-ucs4-safe.c: New file.
4617
4618         * MODULES.html.sh (Unicode string functions): Add the new modules.
4619
4620 2007-01-08  Bruno Haible  <bruno@clisp.org>
4621
4622         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
4623         (Depends-on): Add unitypes.
4624         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
4625         (u8_mbtouc_aux): Move out to separate file.
4626         (u8_mbtouc): Use ucs4_t, uint8_t types.
4627         * lib/unistr/utf8-ucs4.c: New file.
4628
4629         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
4630         (Depends-on): Add unitypes.
4631         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
4632         (u16_mbtouc_aux): Move out to separate file.
4633         (u16_mbtouc): Use ucs4_t, uint16_t types.
4634         * lib/unistr/utf16-ucs4.c: New file.
4635
4636         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
4637         (Depends-on): Add unitypes.
4638         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
4639         (u8_uctomb_aux): Move out to separate file.
4640         (u8_uctomb): Use ucs4_t, uint8_t types.
4641         * lib/unistr/ucs4-utf8.c: New file.
4642
4643         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
4644         (Depends-on): Add unitypes.
4645         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
4646         (u16_uctomb_aux): Move out to separate file.
4647         (u16_uctomb): Use ucs4_t, uint16_t types.
4648         * lib/unistr/ucs4-utf16.c: New file.
4649
4650 2006-12-25  Bruno Haible  <bruno@clisp.org>
4651
4652         * modules/unitypes: New file.
4653         * lib/unitypes.h: New file.
4654         * MODULES.html.sh (func_all_modules): New section "Unicode string
4655         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
4656         this section. Add unitypes.
4657
4658 2007-01-08  Bruno Haible  <bruno@clisp.org>
4659
4660         Avoid variable names that conflict with those from libtool.
4661         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
4662         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
4663         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
4664         library_names_spec to acl_library_names_spec, hardcode_* to
4665         acl_hardcode_*.
4666         Reported by Ralf Wildenhues.
4667
4668 2007-01-08  Bruno Haible  <bruno@clisp.org>
4669
4670         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
4671         definition.
4672         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
4673         definition.
4674         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
4675         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
4676         definition.
4677         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
4678         definition.
4679         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
4680         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
4681         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
4682         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
4683         definition.
4684         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
4685         definition.
4686         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
4687         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
4688         GC_USE_<algorithm>.
4689         * lib/gc-libgcrypt.c: Likewise.
4690         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
4691         * modules/gc-arctwo (configure.ac): Likewise.
4692         * modules/gc-des (configure.ac): Likewise.
4693         * modules/gc-hmac-md5 (configure.ac): Likewise.
4694         * modules/gc-hmac-sha1 (configure.ac): Likewise.
4695         * modules/gc-md2 (configure.ac): Likewise.
4696         * modules/gc-md4 (configure.ac): Likewise.
4697         * modules/gc-md5 (configure.ac): Likewise.
4698         * modules/gc-random (configure.ac): Likewise.
4699         * modules/gc-rijndael (configure.ac): Likewise.
4700         * modules/gc-sha1 (configure.ac): Likewise.
4701
4702 2007-01-08  Bruno Haible  <bruno@clisp.org>
4703
4704         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
4705         macro definition.
4706         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
4707         definition.
4708         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
4709         definition.
4710         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
4711         * modules/fcntl-safer (configure.ac): Likewise.
4712         * modules/fopen-safer (configure.ac): Likewise.
4713         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
4714         GNULIB_FWRITEERROR macro definition.
4715
4716 2007-01-08  Bruno Haible  <bruno@clisp.org>
4717
4718         * m4/gnulib-common.m4: New file.
4719         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
4720         (func_get_filelist): Add m4/gnulib-common.m4.
4721
4722 2007-01-08  Bruno Haible  <bruno@clisp.org>
4723
4724         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
4725         command.
4726
4727 2007-01-08  Jim Meyering  <jim@meyering.net>
4728
4729         Use a more robust test for a "can't happen" condition.
4730         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
4731         narrowed the st_size value.  Presuming the "can't happen" condition
4732         is true, that narrowing could conceivably convert an invalid st_size
4733         value into a valid one.  Instead, use a change based on Matthew
4734         Woehlke's original patch.
4735
4736         Slight readability improvement: use an assert-like macro
4737         in place of literal "abort ()" uses.
4738         * lib/fts.c (fts_assert): Define.
4739         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
4740         Use this macro instead of a bare 'abort'.
4741
4742 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
4743
4744         Don't worry about using IRIX 5.3's wctype.h broken definitions;
4745         simply work around them.
4746         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
4747         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
4748         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
4749         declaring.
4750         Don't bother to define as macros, since the standard doesn't require it.
4751         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
4752         longer worry about IRIX 5.3.
4753         (HAVE_WCTYPE_CTMP_BUG): Remove.
4754
4755 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
4756
4757         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
4758         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
4759         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
4760         Problems reported by Georg Schwarz for IRIX 5.3.
4761
4762         * gnulib-tool (autoconf_minversion): Take the maximum version number
4763         found, not the minimum.  Problem reported by James Youngman.
4764
4765 2007-01-03  Karl Berry  <karl@gnu.org>
4766
4767         * doc/error.texi: new file, explaining interaction with progname.
4768         * doc/gnulib.texi: include it.  Update copyright.
4769
4770 2007-01-03  Simon Josefsson  <simon@josefsson.org>
4771
4772         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
4773         AC_CANONICAL_HOST, to improve autobuild outputs.
4774
4775 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
4776             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
4777
4778         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
4779         sockets, server sockets, and other file descriptors.  Count errors
4780         to compute the return value.  Reorder the code a bit to be easier
4781         to follow.  Don't set event bits that were not requested (except
4782         POLLERR and POLLHUP).
4783
4784 2007-01-01  Bruno Haible  <bruno@clisp.org>
4785
4786         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
4787
4788 2007-01-03  Jim Meyering  <jim@meyering.net>
4789
4790         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
4791
4792 2007-01-02  Bruno Haible  <bruno@clisp.org>
4793
4794         * modules/settime (Include): Require timespec.h.
4795         * modules/nanosleep (Include): Likewise.
4796
4797 2007-01-01  Bruno Haible  <bruno@clisp.org>
4798
4799         * gnulib-tool (func_emit_copyright_notice): Bump year.
4800         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
4801
4802 2007-01-01  Bruno Haible  <bruno@clisp.org>
4803
4804         Improve support for OpenBSD.
4805         * build-aux/config.rpath (libname_spec): Export.
4806         (library_names_spec): New variable. Export.
4807         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
4808         library_names_spec from the config.rpath output. Locate shared library
4809         through the name pattern in library_names_spec.
4810
4811 2007-01-01  Eric Blake  <ebb9@byu.net>
4812
4813         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
4814
4815 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
4816
4817         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
4818         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
4819         assume the C locale, and avoid an "eval" that could cause trouble.
4820         Problem with SORT reported by Bob Proulx.
4821
4822         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
4823         Define.  Trivial patch from Henning Nielsen Lund, originally
4824         sent to bug-grep@gnu.org today.
4825
4826 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
4827
4828         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
4829         struct stat.  Problem reported by Henning Nielsen Lund.
4830         * lib/acl.c: Include acl.h first, to check interface.  Don't
4831         bother to include sys/types.h and sys/stat.h again.
4832
4833 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
4834
4835         Import the following change from libc; problem reported by
4836         Sven Verdoolaege.
4837
4838         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
4839
4840         [BZ #1373]
4841         * lib/argp.h: Remove __NTH for __argp_usage inline function.
4842
4843 2006-12-28  Jim Meyering  <jim@meyering.net>
4844
4845         * build-aux/announce-gen: Do not assume that the package
4846         builds any of tar.gz, tar.bz2, and .xdelta files.
4847         Suggestion from Simon Josefsson.
4848
4849 2006-12-28  Simon Josefsson  <simon@josefsson.org>
4850
4851         * modules/announce-gen: New file.
4852
4853 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
4854
4855         * lib/mbchar.h: Just include <wctype.h>; the wctype module
4856         handles its gotchas now.
4857         * lib/mbswidth.c: Likewise.
4858         * lib/wcwidth.h: Likewise.
4859         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
4860         and iswcntrl; the wctype module does this stuff now.
4861         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
4862         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
4863         * modules/mbchar (Depends-on): Add wctype.
4864         * modules/mbswidth (Depends-on): Likewise.
4865         * modules/wcwidth (Depends-on): Likewise.
4866
4867 2006-12-27  Eric Blake  <ebb9@byu.net>
4868
4869         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
4870         module uses more than what <wctype.h> is required to provide.
4871
4872 2006-12-26  Eric Blake  <ebb9@byu.net>
4873
4874         * gnulib-tool (sed_extract_prog): Avoid space-tab.
4875
4876 2006-12-26  Eric Blake  <ebb9@byu.net>
4877
4878         * modules/absolute-header: New module.
4879         * modules/fcntl (Depends-on): Depend on it.
4880         * modules/inttypes (Depends-on): Likewise.
4881         * modules/stdint (Depends-on): Likewise.
4882         * modules/sys_stat (Depends-on): Likewise.
4883         * modules/wctype (Depends-on): Likewise.
4884         * MODULES.html.sh (Support for building libraries and
4885         executables): Document it.
4886
4887 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
4888
4889         * gnulib-tool (SED): Remove, undoing previous change.
4890         The problem was that it broke coreutils on Solaris, because
4891         "sed --posix" leaked into a makefile.
4892         (sed): New alias, if 'alias' and GNU sed.
4893
4894 2006-12-24  Jim Meyering  <jim@meyering.net>
4895
4896         Work around an fchownat bug in glibc-2.4:
4897         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
4898         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
4899         in spite of the -P option.
4900         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
4901         New macros.
4902         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
4903         * modules/openat (Files): Add lib/fchownat.c.
4904         * lib/openat.c (fchownat): Don't define here.  Move to...
4905         * lib/fchownat.c: ...this new file.
4906
4907 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
4908
4909         Fix bug reported by Bruno Haible in
4910         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
4911         where quotearg.c didn't compile on Mac OS X 10.2 because it
4912         lacks <wchar.h> and wint_t.
4913         * lib/wctype_.h (__wctype_wint_t): New type.
4914         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
4915         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
4916         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
4917         Arg is now of type __wctype_wint_t, not wint_t.
4918         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
4919         substitute HAVE_WINT_T.
4920         * modules/wctype (Files): Add m4/wint_t.m4.
4921         (wctype.h): Substitute HAVE_WINT_T.
4922
4923 2006-12-23  Bruno Haible  <bruno@clisp.org>
4924
4925         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
4926
4927 2006-12-23  Bruno Haible  <bruno@clisp.org>
4928
4929         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
4930         S_ISLNK.
4931         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
4932         mingw.
4933
4934 2006-12-22  Bruno Haible  <bruno@clisp.org>
4935
4936         * lib/copy-file.c: Include acl.h.
4937         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
4938         Close the file descriptors only after being done with copy_acl.
4939         * modules/copy-file (Depends-on): Add acl.
4940
4941 2006-12-22  Bruno Haible  <bruno@clisp.org>
4942
4943         * gnulib-tool (SED): New variable.
4944         Use $SED instead of sed everywhere.
4945
4946 2006-12-22  Bruno Haible  <bruno@clisp.org>
4947
4948         * modules/no-c++: New file.
4949         * m4/no-c++.m4: New file.
4950         * MODULES.html.sh (Support for building libraries and executables):
4951         Add no-c++.
4952
4953 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
4954
4955         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
4956         Include <limits.h>, and use its INT_MAX to rewrite the
4957         j loop so that it does not overflow 'int'.  Problem reported by
4958         Ralf Wildenhues in
4959         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
4960         Play it safe by shifting left by 1 rather than multiplying by 2,
4961         as GCC is less likely to optimize this away when the value
4962         is signed (when it assumes overflow leads to undefined behavior).
4963         Also, don't assume time_t uses two's complement.
4964
4965 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
4966
4967         * MODULES.html.sh: New module wctype.
4968         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
4969         * lib/fnmatch.c: Don't bother to include <wchar.h> before
4970         <wctype.h>, since the new wctype module should fix this.
4971         * lib/quotearg.c: Include <wctype.h> unconditionally, since
4972         the wctype module should arrange for it.
4973         * lib/regex_internal.h: Likewise.
4974         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
4975         since the wctype module should handle this now.
4976         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
4977         * modules/fnmatch (Depends-on): Add wctype.
4978         * modules/quotearg (Depends-on): Likewise.
4979         * modules/regex (Depends-on): Likewise.
4980
4981 2006-12-19  Bruno Haible  <bruno@clisp.org>
4982
4983         * lib/strdup.h [C++]: Wrap definitions in extern "C".
4984         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
4985
4986 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4987
4988         * modules/savewd (Depends-on): Fix dependency on fcntl.
4989
4990 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
4991
4992         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
4993         conforms to C99, rather than relying on the user's environment
4994         setting of STDINT_H.
4995
4996 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
4997         and Eric Blake  <ebb9@byu.net>
4998
4999         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
5000         This is more consistent with the other defines here.
5001         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
5002         Port to z/OS.  Problem reported by Paul Gilmartin.
5003         Change local vars to use gl_ prefix rather than ac_.
5004         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
5005         with other defines.
5006         * modules/double-slash-root: New module.
5007         * modules/dirname (Files): Remove m4/double-slash-root.m4.
5008         (Depends-on): Add double-slash-root.
5009         * MODULES.html.sh (File system functions): Mention new module.
5010
5011 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
5012
5013         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
5014         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
5015         This is for the benefit of gzip, which doesn't do i18n.
5016
5017 2006-12-12  Jim Meyering  <jim@meyering.net>
5018
5019         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
5020         Reported by Andreas Schwab <schwab@suse.de>.
5021
5022 2006-12-12  Bruno Haible  <bruno@clisp.org>
5023
5024         Merge these changes.
5025         2006-09-05  Bruno Haible  <bruno@clisp.org>
5026         * lib/iconvme.c (iconv_string): No need to save and restore errno when
5027         iconv_alloc succeeded.
5028         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
5029         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
5030         test for " && dest " at the end - dest is always != NULL there. Call
5031         iconv with 4xNULL arguments initially, to reset the state. Call iconv
5032         with 2xNULL arguments, also to flush the state storage. Handle the
5033         IRIX iconv behaviour. Realloc the final result, to throw away unused
5034         memory.
5035
5036 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
5037
5038         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
5039         and fchmodat unconditionally, since glibc 2.4 has them.
5040         Problem reported by Arkadiusz Miskiewicz.
5041
5042 2006-12-10  Bruno Haible  <bruno@clisp.org>
5043
5044         * gnulib-tool (func_import): Show the include files only for those
5045         modules that are copied and specified.
5046         Reported by Karl Berry.
5047
5048 2006-12-08  Jim Meyering  <jim@meyering.net>
5049
5050         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
5051         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
5052
5053         * build-aux/announce-gen: Add two new options, both optional:
5054         --bootstrap-tools=TOOL_LIST
5055               a comma-separated list of tools, e.g.,
5056               autoconf,automake,bison,gnulib
5057         --gnulib-snapshot-date=DATE
5058               if gnulib is in the bootstrap tool list,
5059               then report this as the snapshot date.
5060               If not specified, use the current date/time.
5061               If you specify a date here, be sure it's UTC.
5062
5063 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5064
5065         * tests/test-argp-2.sh: Fix test to match actual output.
5066         (func_compare): Fix sed script to be portable.
5067
5068 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
5069
5070         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
5071         workaround for this case.  It is not autoconfigured now; offhand
5072         it's hard to see how to autoconfigure it.
5073
5074 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
5075
5076         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
5077         a directory that is about to be chowned.  Such a directory's
5078         initial file permissions should permit the owner only and this
5079         should not be changed until after the chown, since the group and
5080         other bits would be incorrect if they granted permission before
5081         the chown.
5082
5083         Fix porting problem for iswctype reported by Georg Schwarz in:
5084         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
5085         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
5086         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
5087         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
5088         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
5089
5090 2006-12-03  Jim Meyering  <jim@meyering.net>
5091
5092         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
5093         p->fts_statp may not yet be defined.
5094         (fts_read): Instead, set it in the caller, once p->fts_statp is
5095         sure to be defined, and corresponds to a top-level directory.
5096         This bug made du -x fail.  Here's the coreutils test case:
5097         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
5098         Reported by Mike Frysinger.
5099
5100 2006-12-01  Jim Meyering  <jim@meyering.net>
5101
5102         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
5103         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
5104         Reported by Simon Josefsson.
5105
5106 2006-11-30  Jim Meyering  <jim@meyering.net>
5107
5108         * m4/warning.m4: Use the all-permissive copyright notice
5109         recommended by RMS (rather than LGPL).
5110         * m4/vararrays.m4: Likewise.
5111         * m4/flexmember.m4: Likewise.
5112
5113 2006-11-29  Bruno Haible  <bruno@clisp.org>
5114
5115         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
5116         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
5117         using +=.
5118         Reported by Simon Josefsson <simon@josefsson.org>.
5119
5120 2006-11-28  James Youngman <jay@gnu.org>
5121
5122         * README: Advise users that they might find the bug-gnulib@gnu.org
5123         and autotools-announce@gnu.org mailing lists useful.
5124
5125 2006-11-28  Bruno Haible  <bruno@clisp.org>
5126
5127         * m4/ptrdiff_max.m4: Remove file.
5128
5129 2006-11-21  Bruno Haible  <bruno@clisp.org>
5130
5131         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
5132         _AC_COMPUTE_INT.
5133         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
5134         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
5135         _AC_COMPUTE_INT.
5136         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
5137         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
5138         _AC_COMPUTE_INT.
5139         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
5140
5141 2006-11-28  Jim Meyering  <jim@meyering.net>
5142
5143         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
5144         warning from "gcc -Wshadow" about shadowing the builtin.
5145
5146 2006-11-27  Bruno Haible  <bruno@clisp.org>
5147
5148         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
5149         _AC_COMPUTE_INT.
5150         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
5151
5152 2006-11-27  Bruno Haible  <bruno@clisp.org>
5153             Paul Eggert  <eggert@cs.ucla.edu>
5154
5155         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
5156
5157 2006-11-26  Bruno Haible  <bruno@clisp.org>
5158
5159         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
5160         noinst_LTLIBRARIES.
5161
5162 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
5163             Bruno Haible  <bruno@clisp.org>
5164
5165         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
5166         if compiling with "gcc -ansi".
5167
5168 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
5169
5170         Fix some incompatibilities with gcc -ansi -pedantic.
5171         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
5172         if compiling pedantically with GCC, unless it's C99 or later.
5173         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
5174         it mishandles gcc -ansi -pedantic as well.
5175         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
5176         if gcc -pedantic.
5177         * lib/regexec.c (check_node_accept_bytes): Don't use auto
5178         initializers for struct if -pedantic, unless it's C99 or later.
5179
5180 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
5181
5182         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
5183         Don't close an fd more than once. Identical atimes indicate
5184         success, not failure.
5185
5186 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
5187
5188         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
5189
5190 2006-11-23  Jim Meyering  <jim@meyering.net>
5191
5192         * build-aux/announce-gen: New file.  From coreutils.
5193
5194 2006-11-22  Jim Meyering  <jim@meyering.net>
5195
5196         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
5197         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
5198         (fts_read): Use a temporary to narrow the overused st_size member
5199         before using it in a switch statement.  Reported by Matthew Woehlke.
5200
5201         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
5202         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
5203
5204 2006-11-20  Bruno Haible  <bruno@clisp.org>
5205
5206         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
5207         changequote instead of pairs of brackets.
5208         Reported by Andreas Schwab <schwab@suse.de>.
5209
5210 2006-11-21  Jim Meyering  <jim@meyering.net>
5211
5212         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
5213         so as to remain compatible with older compilers.
5214         Patch from Michael Deutschmann.
5215
5216 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
5217
5218         * MODULES.html.sh (File system functions): Add openat.
5219
5220         * lib/openat.h (rpl_fstatat): New macro, if
5221         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
5222         (fstatat): Define to rpl_fstatat under the same conditions,
5223         unless COMPILING_FSTATAT.
5224         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
5225         seems to have the bug.
5226         * lib/fstatat.c: New file.
5227         * modules/openat (Files): Add it.
5228
5229 2006-11-20  Bruno Haible  <bruno@clisp.org>
5230
5231         * Makefile: New file.
5232
5233 2006-11-20  Jim Meyering  <jim@meyering.net>
5234
5235         The beginnings of syntax-related checks for gnulib.
5236         * lib/Makefile: New file.
5237         * lib/t-idcache: New script.  Ensure that the two halves of
5238         idcache.c stay in sync.
5239
5240         * lib/idcache.c: Adjust comments in user- and group- portions to
5241         be more accurate, and to be consistent with one another.
5242
5243 2006-11-20  Jim Meyering  <jim@meyering.net>
5244
5245         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
5246         continue using the flexible array member (thus, this module performs
5247         half as many malloc calls), with the addition that...
5248         (getgroup, getuser): Consistently record a non-match via an empty
5249         "name" string, and map an empty string match to a NULL return value.
5250         * modules/idcache (Depends-on): Re-add flexmember.
5251
5252         * lib/idcache.c (getuser): Remove all uses of the register keyword.
5253         (getuidbyname, getgroup, getgidbyname): Likewise.
5254
5255         Use cleaner syntax: NULL rather than 0.
5256         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
5257
5258 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
5259
5260         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
5261         It mishandled the case where the group was missing.
5262         Problem reported by Greg Schafer.
5263         * modules/idcache: Likewise.
5264
5265 2006-11-18  Jim Meyering  <jim@meyering.net>
5266
5267         * check-module (%exempt_header): Add exception for some
5268         conditionally-included headers.
5269
5270         * modules/i-ring (Depends-on): Add verify.
5271         (License): Change to LGPL.
5272
5273 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
5274
5275         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
5276         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
5277         and inttostr.h.  Use snprintf rather than uinttostr, so that
5278         LGPLed code doesn't depend on GPLed.
5279
5280 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
5281
5282         * modules/inline (License): Change from GPL to LGPL.
5283
5284 2006-11-17  Jim Meyering  <jim@meyering.net>
5285
5286         * modules/d-type (License): Switch to LGPL.
5287
5288 2006-11-15  Bruno Haible  <bruno@clisp.org>
5289
5290         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
5291
5292 2006-11-15  Eric Blake  <ebb9@byu.net>
5293
5294         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
5295         the module dependency.
5296
5297 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5298             Bruno Haible  <bruno@clisp.org>
5299
5300         * gnulib-tool (func_create_testdir): Add license consistency check.
5301
5302 2006-11-15  Eric Blake  <ebb9@byu.net>
5303
5304         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
5305         random "(cached)" in configure output.
5306
5307 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5308
5309         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
5310         test for conforming inttypes.h is both announced and cached.
5311
5312         * MODULES.html.sh (seen_modules, seen_files): New variables.
5313         (func_module): Rewrite to use a few less gnulib-tool and sed
5314         invocations.  Avoid a couple of quadratic algorithms for ...
5315         (missed_modules, missed_files): ... these, with ...
5316         (func_append, func_tmpdir): ... these new functions, from
5317         gnulib-tool.  Analogously, install traps for cleanup.
5318
5319         * tests/test-gc.c (main): Remove unused variables.
5320         * tests/test-read-file.c: Include stdlib.h, for 'free'.
5321
5322 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
5323
5324         * modules/inttostr (License): Change to LGPL.
5325
5326 2006-11-14  Eric Blake  <ebb9@byu.net>
5327
5328         * modules/tempname (License): Change to LGPL.
5329
5330 2006-11-14  Eric Blake  <ebb9@byu.net>
5331
5332         * doc/functions.texi (Function Portability): *printf functions on
5333         Cygwin now understand all POSIX size specifiers.
5334
5335 2006-11-14  Bruno Haible  <bruno@clisp.org>
5336
5337         * modules/c-ctype (License): Change to LGPL.
5338
5339 2006-11-12  Bruno Haible  <bruno@clisp.org>
5340
5341         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
5342         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
5343         for GNOME libraries, for which the include files are installed in
5344         subdirectories of $prefix/include.
5345
5346 2006-11-12  Bruno Haible  <bruno@clisp.org>
5347
5348         * m4/lib-link.m4: Require at least autoconf-2.54.
5349         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
5350         name to underscores for the --with option.
5351
5352 2006-11-13  Bruno Haible  <bruno@clisp.org>
5353
5354         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
5355         the tests directory.
5356         Reported by Ralf Wildenhues.
5357
5358 2006-11-13  Bruno Haible  <bruno@clisp.org>
5359
5360         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
5361         (func_emit_initmacro_end): Undo the override here.
5362         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
5363         Works around the famous automake error in coreutils.
5364
5365 2006-11-13  Eric Blake  <ebb9@byu.net>
5366
5367         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
5368         element, not its node.
5369
5370 2006-11-12  Bruno Haible  <bruno@clisp.org>
5371
5372         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
5373         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
5374
5375 2006-11-12  Bruno Haible  <bruno@clisp.org>
5376
5377         * gnulib-tool: New option --local-symlink.
5378         (func_usage): Document it.
5379         (lsymbolic): New variable.
5380         (func_import, func_create_testdir): If --symlink was not specified,
5381         test whether --local-symlink was specified and the file comes from
5382         the local_gnulib_dir.
5383
5384 2006-11-12  Bruno Haible  <bruno@clisp.org>
5385
5386         * gnulib-tool (func_ln): New function.
5387         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
5388
5389 2006-11-12  Bruno Haible  <bruno@clisp.org>
5390
5391         Finish support for source files in subdirectories.
5392         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
5393         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
5394         AUTOMAKE_OPTIONS.
5395         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
5396
5397 2006-11-12  Bruno Haible  <bruno@clisp.org>
5398
5399         * gnulib-tool (func_get_automake_snippet): Synthesize also an
5400         EXTRA_lib_SOURCES augmentation.
5401         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
5402
5403 2006-11-12  Jim Meyering  <jim@meyering.net>
5404
5405         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
5406         file descriptors.  This also averts a failure on systems with
5407         native openat support when a traversed directory lacks "x" access.
5408         * lib/fts_.h: Include "i-ring.h"
5409         (struct FTS) [fts_fd_ring]: New member.
5410         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
5411         (FCHDIR): Add parentheses.
5412         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
5413         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
5414         When descending, rather than simply closing the previous
5415         fts_cwd_fd value, push that file descriptor onto the ring.
5416         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
5417         (fts_open): Initialize the new fd_ring member.
5418         (fts_close): Clear the ring.
5419         (fts_safe_changedir): When possible, use our new fd_ring to skip
5420         the diropen and fstat and dev/ino comparison that would normally
5421         accompany a virtual `chdir ("..")'.
5422
5423         * modules/fts (Depends-on): Add i-ring.
5424         * modules/i-ring: New module.
5425         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
5426         * m4/i-ring.m4: New file.
5427
5428 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5429
5430         * gnulib-tool (func_create_testdir): Fix replacement of
5431         `build-aux' in configure.ac.  Run autotools in gltests
5432         subdirectory.
5433         (func_create_testdir, func_create_megatestdir, test): There is
5434         no need for '--force' in most autotool invocations in a new
5435         tree.  Actually fail the whole test if any of the tools, or the
5436         configure or make stages fail.
5437
5438         Sync from Automake.
5439         * build-aux/gnupload: Revert last change.  Add pointer to upload
5440         instructions of the GNU Maintenance Instructions.
5441         Suggestion by Karl Berry.
5442
5443 2006-11-10  Jim Meyering  <jim@meyering.net>
5444
5445         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
5446
5447 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
5448
5449         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
5450         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
5451         (bind_textdomain_codeset) [! ENABLE_NLS]:
5452         Evaluate all the arguments.  That way, callers get compatible behavior
5453         if the arguments have side effects.  Also, it avoids some GCC
5454         diagnostics in some cases; Joel E. Denny reported problems when Bison
5455         was configured with --enable-gcc-warnigs.
5456
5457 2006-11-10  Jim Meyering  <jim@meyering.net>
5458
5459         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
5460         relevant options in CFLAGS (like -O, -fno-inline) are taken into
5461         account.
5462
5463 2006-11-10  Jim Meyering  <jim@meyering.net>
5464
5465         * modules/inline: New file/module.
5466         * modules/xalloc (Files): Remove m4/inline.m4.
5467         (Depends-on): Add inline, instead.
5468         * modules/oset: Likewise.
5469         * modules/list: Likewise.
5470
5471 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
5472
5473         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
5474         Problem reported by Matthew Woehlke.
5475
5476 2006-11-09  Bruno Haible  <bruno@clisp.org>
5477
5478         * lib/tempname.c (gen_tempname): Remove variant that invokes
5479         __gen_tempname.
5480         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
5481         __gen_tempname.
5482
5483 2006-11-08  Bruno Haible  <bruno@clisp.org>
5484
5485         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
5486         to 'yes' instead of 'cross-compiling'.
5487
5488 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
5489
5490         * lib/quotearg.h (quotearg_free): New decl.
5491         * lib/quotearg.c (quotearg_free): New function.
5492         (slot0, nslots, slotvec0, slotvec):
5493         Now file-scope so that quotearg_free can get at them.
5494
5495 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5496
5497         Sync from Automake.
5498         * build-aux/gnupload: Add missing 'gnu' to example URL.
5499         Report by Karl Berry.
5500
5501 2006-11-08  Bruno Haible  <bruno@clisp.org>
5502
5503         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
5504         Suggested by Paul Eggert.
5505
5506 2006-11-08  Jim Meyering  <jim@meyering.net>
5507
5508         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
5509         It's already included if !_LIBC.
5510         (fts_safe_changedir): Add a comment.
5511
5512 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
5513
5514         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
5515         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
5516         Matthew Woehlke.
5517
5518         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
5519         definitions up, to avoid colliding with change below.
5520         (static_inline) [HAVE_INLINE]: New macro.
5521         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
5522         Provide extern decls when !HAVE_INLINE.  Do not define unless
5523         static_inline is defined, either by us or by xmalloc.c.  Use
5524         static_inline rather than static inline.
5525         (XCALLOC): Optimize sizeof(T) = 1 case.
5526         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
5527
5528 2006-11-07  Bruno Haible  <bruno@clisp.org>
5529
5530         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
5531         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
5532         AC_C_INLINE.
5533         * modules/xalloc (Files): Add m4/inline.m4.
5534
5535 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5536
5537         * README: Fix typo.
5538         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
5539         (Miscellanous Notes): ...from this.
5540
5541 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
5542
5543         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
5544         Mention that offsetof should be used instead of sizeof.
5545         From Bruno Haible.
5546
5547 2006-11-07  Bruno Haible  <bruno@clisp.org>
5548
5549         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
5550
5551 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
5552
5553         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
5554         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
5555         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
5556         (gl_tree_add_before, gl_tree_add_after):
5557         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
5558         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
5559         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
5560         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
5561         (gl_linked_add_after, gl_linked_add_at): Likewise.
5562         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
5563         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
5564         (gl_tree_add_before, gl_tree_add_after): Likewise.
5565         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
5566         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
5567         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
5568
5569 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5570
5571         * lib/gl_oset.h: Use C comment style, not C++ comment style.
5572
5573 2006-11-06  Bruno Haible  <bruno@clisp.org>
5574
5575         * m4/inline.m4: New file.
5576         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
5577         * modules/list (Files): Add m4/inline.m4.
5578         * modules/oset (Files): Likewise.
5579
5580 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
5581
5582         * lib/idcache.c: Include <stddef.h>, for offsetof.
5583         (struct userid.name): Change from char * to a flexible array member.
5584         All uses changed.
5585         * modules/idcache (Depends-on): Add flexmember.
5586
5587         * MODULES.html.sh (Core language properties): New module flexmember.
5588         * modules/flexmember, m4/flexmember.m4: New files.
5589
5590         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
5591         inline functions that are identical with the old xnmalloc_inline,
5592         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
5593         that we can avoid some unnecessary integer multiplications and
5594         divisions in the common case where the element size is known at
5595         compile time.
5596         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
5597         needed.
5598         (xnboundedmalloc): Remove.
5599         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
5600         arguments, for consistency with rest of this header.
5601         (xcharalloc): Rewrite using XNMALLOC.
5602         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
5603         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
5604         versions have been moved to lib/xalloc.h and renamed to be the
5605         non-*_inline versions.
5606         (xmalloc, xrealloc): Implement without reference to the xnmalloc
5607         and xnrealloc functions, since those functions are now inline and
5608         now call us.
5609         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
5610         renaming described above.
5611         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
5612         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
5613         captures the dependency in AC_C_INLINE.
5614
5615         New module canonicalize-lgpl, proposed by Charles Wilson in
5616         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
5617         with a few small changes afterwards.
5618         * MODULES.html.sh (File system functions): New module
5619         canonicalize-lgpl.
5620         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
5621         and canonicalize_file_name.
5622         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
5623         * modules/canonicalize-lgpl: New files.
5624
5625 2006-11-05  Bruno Haible  <bruno@clisp.org>
5626
5627         * gnulib-tool (func_import, func_create_testdir): Create directories
5628         also for files in subdirectories of lib/.
5629
5630 2006-11-05  Bruno Haible  <bruno@clisp.org>
5631
5632         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
5633         ANSI C compliant.
5634
5635 2006-11-03  Bruno Haible  <bruno@clisp.org>
5636
5637         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
5638         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
5639         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
5640         (xnboundedmalloc): New inline function.
5641         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
5642         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
5643         xmalloc.
5644         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
5645         xmalloc.
5646         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
5647         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
5648         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
5649         xmalloc.
5650         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
5651         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
5652         xmalloc.
5653         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
5654         gl_tree_add_after): Use XMALLOC instead of xmalloc.
5655         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
5656         xmalloc.
5657         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
5658         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
5659         gl_tree_add_after): Use XMALLOC instead of xmalloc.
5660         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
5661         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
5662         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
5663         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
5664
5665 2006-11-03  Bruno Haible  <bruno@clisp.org>
5666
5667         * lib/c-ctype.h [C++]: Define functions without name mangling.
5668         * lib/fwriteerror.h [C++]: Likewise.
5669         * lib/gcd.h [C++]: Likewise.
5670         * lib/linebreak.h [C++]: Likewise.
5671
5672 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
5673
5674         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
5675         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
5676         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
5677         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
5678         Check for functions and headers just once.
5679         Check for declaration of canonicalize_file_name.
5680         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
5681
5682 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
5683
5684         * gnulib-tool (func_import): Fix typo in actioncmd.
5685
5686 2006-11-02  Bruno Haible  <bruno@clisp.org>
5687
5688         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
5689         newline sequence in the Makefile.am snippet as a space, like "make"
5690         does.
5691         Reported by Roger Persson <perrog@gmail.com>.
5692
5693 2006-11-01  Bruno Haible  <bruno@clisp.org>
5694
5695         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
5696         already declared in <string.h>.
5697         * lib/strcase.h (strncasecmp): Don't declare it if yes.
5698
5699 2006-11-01  Bruno Haible  <bruno@clisp.org>
5700
5701         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
5702         * lib/strcase.h: Include <string.h>.
5703         (strcasecmp): Define to rpl_strcasecmp here.
5704
5705 2006-11-01  Bruno Haible  <bruno@clisp.org>
5706
5707         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
5708
5709 2006-11-01  Eric Blake  <ebb9@byu.net>
5710
5711         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
5712
5713         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
5714
5715 2006-10-29  Bruno Haible  <bruno@clisp.org>
5716
5717         Make it compile in C++ mode.
5718         * lib/full-write.c (full_rw): Add a cast.
5719
5720 2006-11-01  Bruno Haible  <bruno@clisp.org>
5721
5722         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
5723         be POSIX compliant.
5724         Reported by Roger Persson <perrog@gmail.com>.
5725
5726 2006-11-01  Eric Blake  <ebb9@byu.net>
5727
5728         * lib/getopt_.h: Fix comments.
5729
5730 2006-10-31  Eric Blake  <ebb9@byu.net>
5731
5732         * modules/tmpdir (Depends-on): Add sys_stat.
5733         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
5734         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
5735         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
5736         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
5737         tempname.
5738
5739 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
5740
5741         Avoid some C++ diagnostics reported by Bruno Haible.
5742         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
5743         xmalloc.
5744         (quotearg_alloc): Use xcharalloc rather than xmalloc.
5745         (struct slotvec): Move to top level.
5746         (quotearg_n_options): Rewrite to avoid xmalloc.
5747         * lib/xalloc.h (xcharalloc): New function.
5748         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
5749         [defined __cplusplus]: Add function template that provides result
5750         type propagation.  This part of the change is from Bruno Haible.
5751
5752 2006-10-29  Bruno Haible  <bruno@clisp.org>
5753
5754         Make it compile in C++ mode.
5755         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
5756         * lib/strnlen1.c (strnlen1): Cast memchr result.
5757         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
5758         * lib/clean-temp.c (string_equals, string_hash): Add casts.
5759         (create_temp_dir): Rename local variable 'template'.
5760         (compile_csharp_using_sscli): Add cast.
5761         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
5762         * lib/findprog.c (find_in_path): Likewise.
5763         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
5764         * lib/wait-process.c (register_slave_subprocess): Likewise.
5765
5766 2006-10-22  Bruno Haible  <bruno@clisp.org>
5767
5768         * modules/tsearch: New file.
5769         * lib/tsearch.h: New file.
5770         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
5771         * m4/tsearch.m4: New file.
5772         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
5773
5774 2006-10-29  Eric Blake  <ebb9@byu.net>
5775
5776         * lib/arcfour.c: Assume config.h.
5777         * lib/arctwo.c: Likewise.
5778         * lib/base64.c: Likewise.
5779         * lib/check-version.c: Likewise.
5780         * lib/crc.c: Likewise.
5781         * lib/des.c: Likewise.
5782         * lib/gc-gnulib.c: Likewise.
5783         * lib/gc-libgcrypt.c: Likewise.
5784         * lib/gc-pbkdf2-sha1.c: Likewise.
5785         * lib/getaddrinfo.c: Likewise.
5786         * lib/getdelim.c: Likewise.
5787         * lib/getline.c: Likewise.
5788         * lib/hmac-md5.c: Likewise.
5789         * lib/hmac-sha1.c: Likewise.
5790         * lib/iconvme.c: Likewise.
5791         * lib/md2.c: Likewise.
5792         * lib/md4.c: Likewise.
5793         * lib/memxor.c: Likewise.
5794         * lib/read-file.c: Likewise.
5795         * lib/readline.c: Likewise.
5796         * lib/rijndael-alg-fst.c: Likewise.
5797         * lib/rijndael-api-fst.c: Likewise.
5798         * lib/xgetdomainname.c: Likewise.
5799
5800 2006-10-28  Eric Blake  <ebb9@byu.net>
5801
5802         * lib/xstrndup.c: Assume config.h.
5803
5804 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
5805
5806         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
5807         stat-macros.h is now for our own macros, whereas stat_h is for
5808         macros in the <sys/stat.h> name space.
5809         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
5810         (STAT_MACROS_H): Remove.
5811         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
5812         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
5813         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
5814         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
5815         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
5816         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
5817         Move these macros to ...
5818         * lib/stat_.h: here.  Don't include stat-macros.h.
5819         * lib/canonicalize.c: Don't include stat-macros.h.
5820         * lib/chown.c: Likewise.
5821         * lib/euidaccess.c: Likewise.
5822         * lib/file-type.c: Likewise.
5823         * lib/filemode.c: Likewise.
5824         * lib/glob.c: Likewise.
5825         * lib/isapipe.c: Likewise.
5826         * lib/lchown.c: Likewise.
5827         * lib/lstat.c: Likewise.
5828         * lib/mkdir-p.c: Likewise.
5829         * lib/rmdir.c: Likewise.
5830         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
5831         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
5832         unless mkdir isn't declared, to speed up 'configure'.
5833         Always create sys/stat.h, since it's unlikely any real sys/stat.h
5834         would define all the S_* symbols.
5835         * modules/canonicalize (Depends-on):
5836         Depend on sys_stat, not stat-macros.
5837         * modules/chown: Likewise.
5838         * modules/euidaccess: Likewise.
5839         * modules/filemode: Likewise.
5840         * modules/file-type: Likewise.
5841         * modules/glob: Likewise.
5842         * modules/isapipe: Likewise.
5843         * modules/lchown: Likewise.
5844         * modules/lstat: Likewise.
5845         * modules/mkancesdirs: Likewise.
5846         * modules/rmdir: Likewise.
5847         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
5848         * modules/modechange: Likewise.
5849         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
5850         (configure.ac): Remove gl_STAT_MACROS.
5851         * modules/sys_stat (Depends-on): Remove stat-macros.
5852
5853 2006-10-27  Bruno Haible  <bruno@clisp.org>
5854
5855         * m4/signed.m4: Remove file.
5856         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
5857         invocation.
5858         * modules/vasnprintf (Files): Remove m4/signed.m4.
5859
5860 2006-10-27  Bruno Haible  <bruno@clisp.org>
5861
5862         Update to GNU gettext 0.16.
5863         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
5864         m4/inttypes-h.m4, m4/signed.m4.
5865         * m4/gettext.m4: Update to GNU gettext 0.16.
5866         * m4/intl.m4: New file, from GNU gettext.
5867         * m4/intldir.m4: New file, from GNU gettext.
5868         * config/srclist.txt: Update
5869
5870 2006-10-27  Eric Blake  <ebb9@byu.net>
5871
5872         * MODULES.html.sh: Document tempname.
5873         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
5874         dependencies.
5875         (Files): Move lib/tempname.c...
5876         * modules/tempname: ...to this new module.
5877         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
5878         (gl_PREREQ_TEMPNAME): Move...
5879         * m4/tempname.m4: ...to this new file.
5880         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
5881         * modules/sys_stat (Depends-on): Add stat-macros.
5882         * lib/stat_.h (includes): Pick up stat macros.
5883         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
5884         if stat macros are broken.
5885         * lib/tempname.c (includes): No need to include "stat-macros.h".
5886         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
5887         (direxists, __path_search) [!_LIBC]: Don't compile these in
5888         gnulib; the tmpdir module covers that.
5889         * lib/tempname.h: New file.
5890
5891 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
5892
5893         * COPYING: Explain how gnulib-tool converts licence headers.
5894         Almost all wording by Eric Blake.
5895
5896 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
5897
5898         * lib/mbchar.h (is_basic_table): Make read-only.
5899         * lib/mbchar.c (is_basic_table): Likewise.
5900         Reported by John Darrington.
5901
5902 2006-10-25  Bruno Haible  <bruno@clisp.org>
5903
5904         * lib/progname.h (set_program_name): Undefine before defining.
5905
5906 2006-10-25  Bruno Haible  <bruno@clisp.org>
5907
5908         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
5909         false for non-gcc C++ compilers.
5910         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
5911
5912 2006-10-24  Bruno Haible  <bruno@clisp.org>
5913
5914         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
5915         iconv implementations like Irix iconv.
5916
5917 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
5918
5919         * modules/vararrays: New file.
5920         * m4/vararrays.m4: New file, taken from diffutils.
5921         * MODULES.html.sh: New module vararrays.
5922
5923 2006-10-24  Karl Berry  <karl@gnu.org>
5924
5925         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
5926         Don't call GNU Unix.
5927
5928 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5929
5930         * users.txt: Add Libtool.
5931
5932         Sync from Libtool:
5933
5934         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
5935
5936         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
5937         to gnulib's policy of including config.h unconditionally.
5938
5939 2006-10-24  Bruno Haible  <bruno@clisp.org>
5940
5941         * modules/wcwidth (Files): Add m4/wint_t.m4.
5942         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
5943         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
5944
5945 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
5946
5947         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
5948         to pacify GCC with some -W flags enabled.  Problem reported by
5949         Bruno Haible.
5950
5951 2006-10-24  Jim Meyering  <jim@meyering.net>
5952
5953         * MODULES.html.sh: Remove uinttostr.  It's not a module.
5954         Reported by Karl Berry.
5955
5956 2006-10-23  Bruno Haible  <bruno@clisp.org>
5957
5958         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
5959
5960 2006-10-24  Bruno Haible  <bruno@clisp.org>
5961
5962         * lib/gl_list.h: Use C comment style, not C++ comment style.
5963
5964 2006-10-23  Eric Blake  <ebb9@byu.net>
5965
5966         * lib/getaddrinfo.c (includes): Add missing include.
5967
5968 2006-10-23  Bruno Haible  <bruno@clisp.org>
5969             Paul Eggert  <eggert@cs.ucla.edu>
5970
5971         Ability to rename obstack_free.
5972         * lib/obstack.h (__obstack_free): New macro. Declare instead of
5973         obstack_free.
5974         (obstack_free): Invoke the __obstack_free macro.
5975         * lib/obstack.c (obstack_free): Use __obstack_free macro.
5976
5977 2006-10-23  Bruno Haible  <bruno@clisp.org>
5978             Paul Eggert  <eggert@cs.ucla.edu>
5979
5980         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
5981         __argc, __argv from the declaration. (They are defined as macros on
5982         mingw.)
5983
5984 2006-10-22  Bruno Haible  <bruno@clisp.org>
5985
5986         * doc/gnulib-intro.texi: New file.
5987         * doc/gnulib.texi: Include it.
5988
5989 2006-10-21  Bruno Haible  <bruno@clisp.org>
5990
5991         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
5992         "Introduction", "Miscellanous Notes", "Particular Modules".
5993
5994 2006-10-21  Bruno Haible  <bruno@clisp.org>
5995
5996         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
5997         Change mostlyclean-local rule to avoid sh syntax error from bash
5998         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
5999
6000 2006-10-23  Jim Meyering  <jim@meyering.net>
6001
6002         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
6003         in place of snprintf.
6004
6005         * modules/inttostr (Files): Add lib/uinttostr.c.
6006         * lib/uinttostr.c (inttostr): New file/function.
6007         * lib/inttostr.h (uinttostr): Declare.
6008         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
6009         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
6010         Add uinttostr.
6011         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
6012
6013 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
6014
6015         * lib/canonicalize.c (ELOOP): Define if not already defined.
6016         Problem reported by Bruno Haible in
6017         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
6018
6019 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
6020
6021         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
6022         Problem reported by Perry Smith and Ville Laurikari.
6023
6024         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
6025         uses.
6026
6027 2006-10-19  Bruno Haible  <bruno@clisp.org>
6028
6029         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
6030         for mingw.
6031
6032 2006-10-19  Bruno Haible  <bruno@clisp.org>
6033
6034         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
6035         Needed for mingw.
6036
6037 2006-10-19  Bruno Haible  <bruno@clisp.org>
6038
6039         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
6040
6041 2006-10-19  Bruno Haible  <bruno@clisp.org>
6042
6043         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
6044         it.
6045
6046 2006-10-19  Bruno Haible  <bruno@clisp.org>
6047
6048         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
6049         invocation.
6050
6051 2006-10-19  Bruno Haible  <bruno@clisp.org>
6052
6053         * gnulib-tool (func_create_testdir): Don't include ftruncate and
6054         mountlist by default.
6055
6056 2006-10-16  Bruno Haible  <bruno@clisp.org>
6057
6058         * lib/c-strstr.c: Include c-strstr.h.
6059
6060 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
6061
6062         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
6063         in a slash.
6064
6065 2006-10-18  Bruno Haible  <bruno@clisp.org>
6066
6067         * lib/lock.h [C++]: Wrap definitions in extern "C".
6068
6069 2006-10-18  Bruno Haible  <bruno@clisp.org>
6070
6071         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
6072         gl_LIBOBJS list.
6073
6074 2006-10-18  Bruno Haible  <bruno@clisp.org>
6075
6076         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
6077
6078 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
6079
6080         * lib/xstrtol.h: Include gettext.h.
6081         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
6082         Problem reported by Eric Blake.
6083         * modules/xstrtol (Depends-on): Add gettext-h.
6084
6085 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
6086
6087         * lib/strftime.c (advance): New macro.
6088         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
6089         incomplete type, so you can't add 0 to it.  Problem and patch
6090         reported by Eelco Dolstra for dietlibc.
6091
6092 2006-10-18  Jim Meyering  <jim@meyering.net>
6093
6094         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
6095         type for a local, and rename it: s/up/user_proc/.
6096
6097 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
6098
6099         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
6100         READ_UTMP_USER_PROCESS.
6101         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
6102
6103 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
6104
6105         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
6106         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
6107
6108 2006-10-17  Eric Blake  <ebb9@byu.net>
6109
6110         * lib/sigprocmask.c (sigprocmask): Fix typo.
6111
6112         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
6113
6114         * modules/clean-temp (Makefile.am): Don't add to make output...
6115         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
6116         config.h.
6117
6118 2006-10-17  Bruno Haible  <bruno@clisp.org>
6119
6120         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
6121         differently if DEFAULT_TEXT_DOMAIN is set.
6122
6123 2006-10-16  Bruno Haible  <bruno@clisp.org>
6124
6125         * lib/clean-temp.c: Include fwriteerror.h.
6126
6127 2006-10-16  Bruno Haible  <bruno@clisp.org>
6128
6129         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
6130
6131 2006-10-16  Bruno Haible  <bruno@clisp.org>
6132
6133         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
6134         * lib/sigprocmask.h: Include <sys/types.h>.
6135         (sigset_t): Use the system's definition if present.
6136
6137 2006-10-17  Eric Blake  <ebb9@byu.net>
6138
6139         * lib/xvasprintf.c (includes): Assume config.h.
6140         * lib/xasprintf.c (includes): Likewise.
6141
6142 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
6143
6144         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
6145         at least as wide as intmax_t.
6146
6147 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
6148
6149         (Imported from Automake.)
6150         * build-aux/gnupload: Update to version 1.1 of directive file.
6151
6152 2006-10-16  Eric Blake  <ebb9@byu.net>
6153
6154         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
6155         match Automake 1.10a.
6156
6157 2006-10-14  Bruno Haible  <bruno@clisp.org>
6158
6159         * modules/sigprocmask: New file.
6160         * lib/sigprocmask.h: New file.
6161         * lib/sigprocmask.c: New file.
6162         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
6163         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
6164         request sigprocmask.o.
6165         (gl_PREREQ_SIGPROCMASK): New macro.
6166         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
6167         (Depends-on): Add sigprocmask.
6168         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
6169         gt_SIGNALBLOCKING. Test for 'raise' only once.
6170         * lib/fatal-signal.c: Include sigprocmask.h.
6171         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
6172         unblock_fatal_signals): Define always.
6173         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
6174         sigprocmask.
6175
6176 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
6177
6178         Sync from Automake.
6179         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
6180         which incorrectly sets the mode of an existing destination
6181         directory.  In some cases the unpatched install-sh could do the
6182         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
6183         system.  We hope this is rare in practice, but it's clearly worth
6184         fixing.  Problem reported by Alex Unleashed in
6185         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
6186         Also, don't bother to check for -m bugs unless we're using -m;
6187         suggested by Stepan Kasal.
6188
6189 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6190
6191         Sync from Automake.
6192         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
6193         `-c' flag, so they appear at the same position as in %FASTDEP%
6194         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
6195         which ignores unknown options only after the first non-option.
6196         Bug report against M4 by Nelson H. F. Beebe.
6197
6198 2006-10-13  Jim Meyering  <jim@meyering.net>
6199
6200         Fix a bug in yesterday's change.
6201         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
6202         p->fts_statp->st_dev would be used uninitialized.
6203         Ensures that we always call fts_stat on the very first entry.
6204         Miklos Szeredi reported that find -xdev stopped working.
6205
6206 2006-10-12  Bruno Haible  <bruno@clisp.org>
6207
6208         * gnulib-tool (func_get_automake_snippet): Append an automatically
6209         computed EXTRA_DIST augmentation.
6210         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
6211         * modules/alloca-opt (Makefile.am): Likewise.
6212         * modules/allocsa (Makefile.am): Likewise.
6213         * modules/arcfour (Makefile.am): Likewise.
6214         * modules/arctwo (Makefile.am): Likewise.
6215         * modules/argmatch (Makefile.am): Likewise.
6216         * modules/argz (Makefile.am): Likewise.
6217         * modules/atexit (Makefile.am): Likewise.
6218         * modules/backupfile (Makefile.am): Likewise.
6219         * modules/byteswap (Makefile.am): Likewise.
6220         * modules/c-strtod (Makefile.am): Likewise.
6221         * modules/c-strtold (Makefile.am): Likewise.
6222         * modules/calloc (Makefile.am): Likewise.
6223         * modules/canon-host (Makefile.am): Likewise.
6224         * modules/canonicalize (Makefile.am): Likewise.
6225         * modules/chdir-long (Makefile.am): Likewise.
6226         * modules/chdir-safer (Makefile.am): Likewise.
6227         * modules/check-version (Makefile.am): Likewise.
6228         * modules/chown (Makefile.am): Likewise.
6229         * modules/cloexec (Makefile.am): Likewise.
6230         * modules/close-stream (Makefile.am): Likewise.
6231         * modules/closeout (Makefile.am): Likewise.
6232         * modules/crc (Makefile.am): Likewise.
6233         * modules/csharpexec (Makefile.am): Likewise.
6234         * modules/cycle-check (Makefile.am): Likewise.
6235         * modules/des (Makefile.am): Likewise.
6236         * modules/dev-ino (Makefile.am): Likewise.
6237         * modules/dirfd (Makefile.am): Likewise.
6238         * modules/dirname (Makefile.am): Likewise.
6239         * modules/dup2 (Makefile.am): Likewise.
6240         * modules/eealloc (Makefile.am): Likewise.
6241         * modules/error (Makefile.am): Likewise.
6242         * modules/euidaccess (Makefile.am): Likewise.
6243         * modules/exclude (Makefile.am): Likewise.
6244         * modules/exitfail (Makefile.am): Likewise.
6245         * modules/fcntl-safer (Makefile.am): Likewise.
6246         * modules/fcntl (Makefile.am): Likewise.
6247         * modules/file-type (Makefile.am): Likewise.
6248         * modules/fileblocks (Makefile.am): Likewise.
6249         * modules/filemode (Makefile.am): Likewise.
6250         * modules/filenamecat (Makefile.am): Likewise.
6251         * modules/fnmatch (Makefile.am): Likewise.
6252         * modules/fopen-safer (Makefile.am): Likewise.
6253         * modules/fpending (Makefile.am): Likewise.
6254         * modules/fprintftime (Makefile.am): Likewise.
6255         * modules/free (Makefile.am): Likewise.
6256         * modules/fsusage (Makefile.am): Likewise.
6257         * modules/ftruncate (Makefile.am): Likewise.
6258         * modules/fts (Makefile.am): Likewise.
6259         * modules/gc-arcfour (Makefile.am): Likewise.
6260         * modules/gc-des (Makefile.am): Likewise.
6261         * modules/gc-hmac-md5 (Makefile.am): Likewise.
6262         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
6263         * modules/gc-md4 (Makefile.am): Likewise.
6264         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
6265         * modules/gc-sha1 (Makefile.am): Likewise.
6266         * modules/gc (Makefile.am): Likewise.
6267         * modules/getaddrinfo (Makefile.am): Likewise.
6268         * modules/getcwd (Makefile.am): Likewise.
6269         * modules/getdelim (Makefile.am): Likewise.
6270         * modules/getdomainname (Makefile.am): Likewise.
6271         * modules/getgroups (Makefile.am): Likewise.
6272         * modules/gethostname (Makefile.am): Likewise.
6273         * modules/gethrxtime (Makefile.am): Likewise.
6274         * modules/getline (Makefile.am): Likewise.
6275         * modules/getloadavg (Makefile.am): Likewise.
6276         * modules/getlogin_r (Makefile.am): Likewise.
6277         * modules/getndelim2 (Makefile.am): Likewise.
6278         * modules/getopt (Makefile.am): Likewise.
6279         * modules/getpagesize (Makefile.am): Likewise.
6280         * modules/getpass-gnu (Makefile.am): Likewise.
6281         * modules/getpass (Makefile.am): Likewise.
6282         * modules/getsubopt (Makefile.am): Likewise.
6283         * modules/gettime (Makefile.am): Likewise.
6284         * modules/gettimeofday (Makefile.am): Likewise.
6285         * modules/getugroups (Makefile.am): Likewise.
6286         * modules/getusershell (Makefile.am): Likewise.
6287         * modules/glob (Makefile.am): Likewise.
6288         * modules/group-member (Makefile.am): Likewise.
6289         * modules/hard-locale (Makefile.am): Likewise.
6290         * modules/hash (Makefile.am): Likewise.
6291         * modules/hmac-md5 (Makefile.am): Likewise.
6292         * modules/hmac-sha1 (Makefile.am): Likewise.
6293         * modules/human (Makefile.am): Likewise.
6294         * modules/idcache (Makefile.am): Likewise.
6295         * modules/imaxabs (Makefile.am): Likewise.
6296         * modules/imaxdiv (Makefile.am): Likewise.
6297         * modules/inet_ntop (Makefile.am): Likewise.
6298         * modules/inet_pton (Makefile.am): Likewise.
6299         * modules/intprops (Makefile.am): Likewise.
6300         * modules/inttostr (Makefile.am): Likewise.
6301         * modules/inttypes (Makefile.am): Likewise.
6302         * modules/isapipe (Makefile.am): Likewise.
6303         * modules/javaversion (Makefile.am): Likewise.
6304         * modules/lchmod (Makefile.am): Likewise.
6305         * modules/lchown (Makefile.am): Likewise.
6306         * modules/localcharset (Makefile.am): Likewise.
6307         * modules/long-options (Makefile.am): Likewise.
6308         * modules/lstat (Makefile.am): Likewise.
6309         * modules/malloc (Makefile.am): Likewise.
6310         * modules/mathl (Makefile.am): Likewise.
6311         * modules/mbchar (Makefile.am): Likewise.
6312         * modules/md2 (Makefile.am): Likewise.
6313         * modules/md4 (Makefile.am): Likewise.
6314         * modules/md5 (Makefile.am): Likewise.
6315         * modules/memcasecmp (Makefile.am): Likewise.
6316         * modules/memchr (Makefile.am): Likewise.
6317         * modules/memcmp (Makefile.am): Likewise.
6318         * modules/memcoll (Makefile.am): Likewise.
6319         * modules/memcpy (Makefile.am): Likewise.
6320         * modules/memmem (Makefile.am): Likewise.
6321         * modules/memmove (Makefile.am): Likewise.
6322         * modules/mempcpy (Makefile.am): Likewise.
6323         * modules/memrchr (Makefile.am): Likewise.
6324         * modules/memset (Makefile.am): Likewise.
6325         * modules/memxor (Makefile.am): Likewise.
6326         * modules/mkancesdirs (Makefile.am): Likewise.
6327         * modules/mkdir-p (Makefile.am): Likewise.
6328         * modules/mkdir (Makefile.am): Likewise.
6329         * modules/mkdtemp (Makefile.am): Likewise.
6330         * modules/mkstemp (Makefile.am): Likewise.
6331         * modules/mktime (Makefile.am): Likewise.
6332         * modules/modechange (Makefile.am): Likewise.
6333         * modules/mountlist (Makefile.am): Likewise.
6334         * modules/nanosleep (Makefile.am): Likewise.
6335         * modules/obstack (Makefile.am): Likewise.
6336         * modules/openat (Makefile.am): Likewise.
6337         * modules/pagealign_alloc (Makefile.am): Likewise.
6338         * modules/pathmax (Makefile.am): Likewise.
6339         * modules/physmem (Makefile.am): Likewise.
6340         * modules/poll (Makefile.am): Likewise.
6341         * modules/posixtm (Makefile.am): Likewise.
6342         * modules/posixver (Makefile.am): Likewise.
6343         * modules/putenv (Makefile.am): Likewise.
6344         * modules/quote (Makefile.am): Likewise.
6345         * modules/quotearg (Makefile.am): Likewise.
6346         * modules/raise (Makefile.am): Likewise.
6347         * modules/read-file (Makefile.am): Likewise.
6348         * modules/readline (Makefile.am): Likewise.
6349         * modules/readlink (Makefile.am): Likewise.
6350         * modules/readtokens (Makefile.am): Likewise.
6351         * modules/readutmp (Makefile.am): Likewise.
6352         * modules/realloc (Makefile.am): Likewise.
6353         * modules/regex (Makefile.am): Likewise.
6354         * modules/rename-dest-slash (Makefile.am): Likewise.
6355         * modules/rename (Makefile.am): Likewise.
6356         * modules/rijndael (Makefile.am): Likewise.
6357         * modules/rmdir (Makefile.am): Likewise.
6358         * modules/rpmatch (Makefile.am): Likewise.
6359         * modules/safe-read (Makefile.am): Likewise.
6360         * modules/safe-write (Makefile.am): Likewise.
6361         * modules/same-inode (Makefile.am): Likewise.
6362         * modules/same (Makefile.am): Likewise.
6363         * modules/save-cwd (Makefile.am): Likewise.
6364         * modules/savedir (Makefile.am): Likewise.
6365         * modules/setenv (Makefile.am): Likewise.
6366         * modules/settime (Makefile.am): Likewise.
6367         * modules/sha1 (Makefile.am): Likewise.
6368         * modules/sig2str (Makefile.am): Likewise.
6369         * modules/snprintf (Makefile.am): Likewise.
6370         * modules/stat-macros (Makefile.am): Likewise.
6371         * modules/stat-time (Makefile.am): Likewise.
6372         * modules/stdbool (Makefile.am): Likewise.
6373         * modules/stdint (Makefile.am): Likewise.
6374         * modules/stdlib-safer (Makefile.am): Likewise.
6375         * modules/stpcpy (Makefile.am): Likewise.
6376         * modules/stpncpy (Makefile.am): Likewise.
6377         * modules/strcase (Makefile.am): Likewise.
6378         * modules/strcasestr (Makefile.am): Likewise.
6379         * modules/strchrnul (Makefile.am): Likewise.
6380         * modules/strcspn (Makefile.am): Likewise.
6381         * modules/strdup (Makefile.am): Likewise.
6382         * modules/strerror (Makefile.am): Likewise.
6383         * modules/strftime (Makefile.am): Likewise.
6384         * modules/strndup (Makefile.am): Likewise.
6385         * modules/strnlen (Makefile.am): Likewise.
6386         * modules/strpbrk (Makefile.am): Likewise.
6387         * modules/strsep (Makefile.am): Likewise.
6388         * modules/strstr (Makefile.am): Likewise.
6389         * modules/strtod (Makefile.am): Likewise.
6390         * modules/strtoimax (Makefile.am): Likewise.
6391         * modules/strtok_r (Makefile.am): Likewise.
6392         * modules/strtol (Makefile.am): Likewise.
6393         * modules/strtoll (Makefile.am): Likewise.
6394         * modules/strtoul (Makefile.am): Likewise.
6395         * modules/strtoull (Makefile.am): Likewise.
6396         * modules/strtoumax (Makefile.am): Likewise.
6397         * modules/strverscmp (Makefile.am): Likewise.
6398         * modules/sys_socket (Makefile.am): Likewise.
6399         * modules/sys_stat (Makefile.am): Likewise.
6400         * modules/sysexits (Makefile.am): Likewise.
6401         * modules/time_r (Makefile.am): Likewise.
6402         * modules/timegm (Makefile.am): Likewise.
6403         * modules/timespec (Makefile.am): Likewise.
6404         * modules/tmpfile-safer (Makefile.am): Likewise.
6405         * modules/trim (Makefile.am): Likewise.
6406         * modules/unistd-safer (Makefile.am): Likewise.
6407         * modules/unlinkdir (Makefile.am): Likewise.
6408         * modules/unlocked-io (Makefile.am): Likewise.
6409         * modules/userspec (Makefile.am): Likewise.
6410         * modules/utime (Makefile.am): Likewise.
6411         * modules/utimecmp (Makefile.am): Likewise.
6412         * modules/utimens (Makefile.am): Likewise.
6413         * modules/vasnprintf (Makefile.am): Likewise.
6414         * modules/vasprintf (Makefile.am): Likewise.
6415         * modules/vsnprintf (Makefile.am): Likewise.
6416         * modules/xalloc (Makefile.am): Likewise.
6417         * modules/xgetcwd (Makefile.am): Likewise.
6418         * modules/xnanosleep (Makefile.am): Likewise.
6419         * modules/xreadlink (Makefile.am): Likewise.
6420         * modules/xstrtod (Makefile.am): Likewise.
6421         * modules/xstrtol (Makefile.am): Likewise.
6422         * modules/xstrtold (Makefile.am): Likewise.
6423         * modules/yesno (Makefile.am): Likewise.
6424         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
6425
6426 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
6427
6428         * modules/error (Makefile.am): Distribute files through
6429         EXTRA_DIST, not lib_SOURCES.
6430
6431 2006-10-12  Eric Blake  <ebb9@byu.net>
6432
6433         * modules/error (Makefile.am): Distribute files in /lib.
6434         * modules/obstack (Makefile.am): Likewise.
6435
6436 2006-10-12  Bruno Haible  <bruno@clisp.org>
6437
6438         * modules/acl (Makefile.am): Distribute all files in lib/ through
6439         EXTRA_DIST.
6440         * modules/arcfour (Makefile.am): Likewise.
6441         * modules/arctwo (Makefile.am): Likewise.
6442         * modules/argmatch (Makefile.am): Likewise.
6443         * modules/argz (Makefile.am): Likewise.
6444         * modules/atexit (Makefile.am): Likewise.
6445         * modules/backupfile (Makefile.am): Likewise.
6446         * modules/c-strtod (Makefile.am): Likewise.
6447         * modules/c-strtold (Makefile.am): Likewise.
6448         * modules/calloc (Makefile.am): Likewise.
6449         * modules/canon-host (Makefile.am): Likewise.
6450         * modules/canonicalize (Makefile.am): Likewise.
6451         * modules/chdir-long (Makefile.am): Likewise.
6452         * modules/chdir-safer (Makefile.am): Likewise.
6453         * modules/check-version (Makefile.am): Likewise.
6454         * modules/chown (Makefile.am): Likewise.
6455         * modules/cloexec (Makefile.am): Likewise.
6456         * modules/close-stream (Makefile.am): Likewise.
6457         * modules/closeout (Makefile.am): Likewise.
6458         * modules/crc (Makefile.am): Likewise.
6459         * modules/cycle-check (Makefile.am): Likewise.
6460         * modules/des (Makefile.am): Likewise.
6461         * modules/dirfd (Makefile.am): Likewise.
6462         * modules/dirname (Makefile.am): Likewise.
6463         * modules/dup2 (Makefile.am): Likewise.
6464         * modules/euidaccess (Makefile.am): Likewise.
6465         * modules/exclude (Makefile.am): Likewise.
6466         * modules/exitfail (Makefile.am): Likewise.
6467         * modules/fcntl-safer (Makefile.am): Likewise.
6468         * modules/file-type (Makefile.am): Likewise.
6469         * modules/fileblocks (Makefile.am): Likewise.
6470         * modules/filemode (Makefile.am): Likewise.
6471         * modules/filenamecat (Makefile.am): Likewise.
6472         * modules/fnmatch (Makefile.am): Likewise.
6473         * modules/fopen-safer (Makefile.am): Likewise.
6474         * modules/fpending (Makefile.am): Likewise.
6475         * modules/fprintftime (Makefile.am): Likewise.
6476         * modules/free (Makefile.am): Likewise.
6477         * modules/fsusage (Makefile.am): Likewise.
6478         * modules/ftruncate (Makefile.am): Likewise.
6479         * modules/fts (Makefile.am): Likewise.
6480         * modules/gc (Makefile.am): Likewise.
6481         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
6482         * modules/getaddrinfo (Makefile.am): Likewise.
6483         * modules/getcwd (Makefile.am): Likewise.
6484         * modules/getdelim (Makefile.am): Likewise.
6485         * modules/getdomainname (Makefile.am): Likewise.
6486         * modules/getgroups (Makefile.am): Likewise.
6487         * modules/gethostname (Makefile.am): Likewise.
6488         * modules/gethrxtime (Makefile.am): Likewise.
6489         * modules/getline (Makefile.am): Likewise.
6490         * modules/getloadavg (Makefile.am): Likewise.
6491         * modules/getlogin_r (Makefile.am): Likewise.
6492         * modules/getopt (Makefile.am): Likewise.
6493         * modules/getpass (Makefile.am): Likewise.
6494         * modules/getpass-gnu (Makefile.am): Likewise.
6495         * modules/getsubopt (Makefile.am): Likewise.
6496         * modules/gettime (Makefile.am): Likewise.
6497         * modules/gettimeofday (Makefile.am): Likewise.
6498         * modules/getugroups (Makefile.am): Likewise.
6499         * modules/getusershell (Makefile.am): Likewise.
6500         * modules/glob (Makefile.am): Likewise.
6501         * modules/group-member (Makefile.am): Likewise.
6502         * modules/hard-locale (Makefile.am): Likewise.
6503         * modules/hash (Makefile.am): Likewise.
6504         * modules/hmac-md5 (Makefile.am): Likewise.
6505         * modules/hmac-sha1 (Makefile.am): Likewise.
6506         * modules/human (Makefile.am): Likewise.
6507         * modules/idcache (Makefile.am): Likewise.
6508         * modules/imaxabs (Makefile.am): Likewise.
6509         * modules/imaxdiv (Makefile.am): Likewise.
6510         * modules/inet_ntop (Makefile.am): Likewise.
6511         * modules/inet_pton (Makefile.am): Likewise.
6512         * modules/inttostr (Makefile.am): Likewise.
6513         * modules/isapipe (Makefile.am): Likewise.
6514         * modules/lchown (Makefile.am): Likewise.
6515         * modules/long-options (Makefile.am): Likewise.
6516         * modules/lstat (Makefile.am): Likewise.
6517         * modules/malloc (Makefile.am): Likewise.
6518         * modules/mathl (Makefile.am): Likewise.
6519         * modules/mbchar (Makefile.am): Likewise.
6520         * modules/md2 (Makefile.am): Likewise.
6521         * modules/md4 (Makefile.am): Likewise.
6522         * modules/md5 (Makefile.am): Likewise.
6523         * modules/memcasecmp (Makefile.am): Likewise.
6524         * modules/memchr (Makefile.am): Likewise.
6525         * modules/memcmp (Makefile.am): Likewise.
6526         * modules/memcoll (Makefile.am): Likewise.
6527         * modules/memcpy (Makefile.am): Likewise.
6528         * modules/memmem (Makefile.am): Likewise.
6529         * modules/memmove (Makefile.am): Likewise.
6530         * modules/mempcpy (Makefile.am): Likewise.
6531         * modules/memrchr (Makefile.am): Likewise.
6532         * modules/memset (Makefile.am): Likewise.
6533         * modules/memxor (Makefile.am): Likewise.
6534         * modules/mkancesdirs (Makefile.am): Likewise.
6535         * modules/mkdir (Makefile.am): Likewise.
6536         * modules/mkdir-p (Makefile.am): Likewise.
6537         * modules/mkdtemp (Makefile.am): Likewise.
6538         * modules/mkstemp (Makefile.am): Likewise.
6539         * modules/mktime (Makefile.am): Likewise.
6540         * modules/modechange (Makefile.am): Likewise.
6541         * modules/mountlist (Makefile.am): Likewise.
6542         * modules/nanosleep (Makefile.am): Likewise.
6543         * modules/openat (Makefile.am): Likewise.
6544         * modules/pagealign_alloc (Makefile.am): Likewise.
6545         * modules/physmem (Makefile.am): Likewise.
6546         * modules/poll (Makefile.am): Likewise.
6547         * modules/posixtm (Makefile.am): Likewise.
6548         * modules/posixver (Makefile.am): Likewise.
6549         * modules/putenv (Makefile.am): Likewise.
6550         * modules/quote (Makefile.am): Likewise.
6551         * modules/quotearg (Makefile.am): Likewise.
6552         * modules/raise (Makefile.am): Likewise.
6553         * modules/read-file (Makefile.am): Likewise.
6554         * modules/readline (Makefile.am): Likewise.
6555         * modules/readlink (Makefile.am): Likewise.
6556         * modules/readtokens (Makefile.am): Likewise.
6557         * modules/readutmp (Makefile.am): Likewise.
6558         * modules/realloc (Makefile.am): Likewise.
6559         * modules/regex (Makefile.am): Likewise.
6560         * modules/rename (Makefile.am): Likewise.
6561         * modules/rename-dest-slash (Makefile.am): Likewise.
6562         * modules/rijndael (Makefile.am): Likewise.
6563         * modules/rmdir (Makefile.am): Likewise.
6564         * modules/rpmatch (Makefile.am): Likewise.
6565         * modules/safe-read (Makefile.am): Likewise.
6566         * modules/safe-write (Makefile.am): Likewise.
6567         * modules/same (Makefile.am): Likewise.
6568         * modules/save-cwd (Makefile.am): Likewise.
6569         * modules/savedir (Makefile.am): Likewise.
6570         * modules/setenv (Makefile.am): Likewise.
6571         * modules/settime (Makefile.am): Likewise.
6572         * modules/sha1 (Makefile.am): Likewise.
6573         * modules/sig2str (Makefile.am): Likewise.
6574         * modules/snprintf (Makefile.am): Likewise.
6575         * modules/stdlib-safer (Makefile.am): Likewise.
6576         * modules/stpcpy (Makefile.am): Likewise.
6577         * modules/stpncpy (Makefile.am): Likewise.
6578         * modules/strcase (Makefile.am): Likewise.
6579         * modules/strcasestr (Makefile.am): Likewise.
6580         * modules/strchrnul (Makefile.am): Likewise.
6581         * modules/strcspn (Makefile.am): Likewise.
6582         * modules/strdup (Makefile.am): Likewise.
6583         * modules/strerror (Makefile.am): Likewise.
6584         * modules/strftime (Makefile.am): Likewise.
6585         * modules/strndup (Makefile.am): Likewise.
6586         * modules/strnlen (Makefile.am): Likewise.
6587         * modules/strpbrk (Makefile.am): Likewise.
6588         * modules/strsep (Makefile.am): Likewise.
6589         * modules/strstr (Makefile.am): Likewise.
6590         * modules/strtod (Makefile.am): Likewise.
6591         * modules/strtoimax (Makefile.am): Likewise.
6592         * modules/strtok_r (Makefile.am): Likewise.
6593         * modules/strtol (Makefile.am): Likewise.
6594         * modules/strtoll (Makefile.am): Likewise.
6595         * modules/strtoul (Makefile.am): Likewise.
6596         * modules/strtoull (Makefile.am): Likewise.
6597         * modules/strtoumax (Makefile.am): Likewise.
6598         * modules/strverscmp (Makefile.am): Likewise.
6599         * modules/time_r (Makefile.am): Likewise.
6600         * modules/timegm (Makefile.am): Likewise.
6601         * modules/tmpfile-safer (Makefile.am): Likewise.
6602         * modules/unistd-safer (Makefile.am): Likewise.
6603         * modules/unlinkdir (Makefile.am): Likewise.
6604         * modules/userspec (Makefile.am): Likewise.
6605         * modules/utime (Makefile.am): Likewise.
6606         * modules/utimecmp (Makefile.am): Likewise.
6607         * modules/utimens (Makefile.am): Likewise.
6608         * modules/vasnprintf (Makefile.am): Likewise.
6609         * modules/vasprintf (Makefile.am): Likewise.
6610         * modules/vsnprintf (Makefile.am): Likewise.
6611         * modules/xalloc (Makefile.am): Likewise.
6612         * modules/xgetcwd (Makefile.am): Likewise.
6613         * modules/xnanosleep (Makefile.am): Likewise.
6614         * modules/xreadlink (Makefile.am): Likewise.
6615         * modules/xstrtod (Makefile.am): Likewise.
6616         * modules/xstrtol (Makefile.am): Likewise.
6617         * modules/xstrtold (Makefile.am): Likewise.
6618         * modules/yesno (Makefile.am): Likewise.
6619
6620 2006-10-12  Jim Meyering  <jim@meyering.net>
6621
6622         * m4/getloadavg.m4: Revert the change below.
6623
6624         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
6625         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
6626         fail with a symlink, which is what coreutils' ./bootstrap now
6627         creates by default.
6628
6629 2006-10-12  Bruno Haible  <bruno@clisp.org>
6630
6631         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
6632         mingw.
6633         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
6634         MSVC and mingw explicitly.
6635
6636 2006-10-11  Simon Josefsson  <jas@extundo.com>
6637             Bruno Haible  <bruno@clisp.org>
6638
6639         Add support for multiple gnulib-tool invocations in the scope of a
6640         single configure.ac file.
6641         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
6642         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
6643         with the same contents as the _LIBADD variable.
6644         (func_emit_initmacro_start, func_emit_initmacro_end,
6645         func_emit_initmacro_done): New functions.
6646         (func_import, func_create_testdir): Invoke them. Allow the identifiers
6647         gl_LIBOBJS and gl_LTLIBOBJS.
6648
6649 2006-10-11  Bruno Haible  <bruno@clisp.org>
6650
6651         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
6652         (func_create_testdir): Don't create po/Makefile.am, don't invoke
6653         autoreconf. Instead, invoke autopoint explicitly but move back the
6654         *.m4 files from gnulib.
6655
6656 2006-10-11  Bruno Haible  <bruno@clisp.org>
6657
6658         * gnulib-tool (func_usage): Make module names after --create-testdir
6659         optional.
6660         (func_create_testdir): If no module was specified, use nearly all
6661         modules.
6662
6663 2006-10-12  Jim Meyering  <jim@meyering.net>
6664
6665         Big performance improvement for fts-based tools that use FTS_NOSTAT.
6666         Avoid spurious inode-mismatch problems on non-POSIX file systems.
6667         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
6668         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
6669         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
6670         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
6671         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
6672         (fts_set_stat_required): New function.
6673         (fts_open): Defer the calls to fts_stat, if possible or requested.
6674         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
6675         into fts_stat itself.
6676         (fts_read): Perform any required (deferred) fts_stat call.
6677         (fts_build): Likewise, for the directory we're about to open and read.
6678         In the readdir loop, carefully decide whether each entry will require
6679         an eventual call to fts_stat, using dirent.d_type info if available.
6680         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
6681         a command line argument into this function.  Update all callers.
6682         Map a return value of FTS_DOT to FTS_D for a command line argument.
6683         * modules/fts (Depends-on): Add d-type.  Alphabetize.
6684         Thanks to Miklos Szeredi for his tenacity and for the initial
6685         bug report about "find" failing on a FUSE-based file system.
6686
6687         * lib/fts.c (fts_open): Use consistent indentation.
6688
6689 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
6690
6691         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
6692         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
6693         reported by Jim Meyering.  All uses of cache variables renamed
6694         to match Autoconf's.
6695         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
6696         the other one.
6697
6698         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
6699         Fix misspelling in diagnostic.
6700
6701 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
6702
6703         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
6704         defined.  Problem reported by Matthew Woehlke.
6705
6706         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
6707         Add support for Tandem NonStop R series.
6708         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
6709         Use new macro.
6710
6711         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
6712         (has_trailing_slash): Omit size arg; all callers changed.
6713         Omit 'inline', since it doesn't help performance and we'd
6714         need to configure it.
6715         Don't count //, ///, etc. as having a trailing slash.
6716         As a side effect, this removes a C99ism reported by Matthew Woehlke.
6717         (rpl_rename_dest_slash): On failure, use rename's errno rather
6718         than (in some cases) an incorrect or junk errno.
6719         Simplify code by removing need to compute length; this does
6720         cause it to make two passes instead of one over the file name,
6721         but it's worth it.
6722
6723         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
6724         change, since Autoconf's version may no longer be appropriate now
6725         that we are using CVS Autoconf's version.  Add support for Tandem.
6726
6727 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
6728             Bruno Haible  <bruno@clisp.org>
6729
6730         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
6731         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
6732         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
6733         gl_AC_TYPE_LONG_LONG.
6734
6735         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
6736         instead of HAVE_LONG_LONG.
6737         * lib/printf-args.c (printf_fetchargs): Likewise.
6738         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
6739         * lib/vasnprintf.c (VASNPRINTF): Likewise.
6740         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
6741         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
6742         gl_AC_TYPE_LONG_LONG.
6743
6744 2006-10-11  Bruno Haible  <bruno@clisp.org>
6745
6746         * m4/longlong.m4: Add comments.
6747         * m4/ulonglong.m4: Likewise.
6748
6749 2006-10-10  Bruno Haible  <bruno@clisp.org>
6750
6751         Make it possible to #define stpcpy, strdup to aliases.
6752         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
6753         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
6754
6755 2006-10-10  Bruno Haible  <bruno@clisp.org>
6756
6757         Make it possible to #define gcd to an alias.
6758         * lib/gcd.c: Include config.h.
6759
6760 2006-10-10  Bruno Haible  <bruno@clisp.org>
6761
6762         Make it possible to #define c_isascii to an alias.
6763         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
6764         defined. Undefine the macros before defining them, to avoid gcc
6765         warnings.
6766         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
6767         define NO_C_CTYPE_MACROS early.
6768
6769 2006-10-10  Bruno Haible  <bruno@clisp.org>
6770
6771         Make it possible to #define set_program_name to an alias.
6772         * lib/progname.c: Don't undefine set_program_name; instead, undefine
6773         ENABLE_RELOCATABLE early.
6774
6775 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
6776
6777         Port to Tandem NSK OSS, which has 64-bit signed int but at most
6778         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
6779         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
6780         More generally, don't assume that 64-bit signed int is available
6781         if unsigned int is, and vice versa.
6782         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
6783         unsigned symbols, not on their signed counterparts.
6784         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
6785         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
6786         (UINT64_C, UINTMAX_C):
6787         Likewise.
6788         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
6789         unsigned counterparts.
6790         (Have_long_long, Unsigned): New macros.
6791         (Int): Renamed from INT.
6792         (strtoimax): Use the new macros.
6793         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
6794         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
6795         * modules/inttypes (inttypes.h): Substitute
6796         HAVE_UNSIGNED_LONG_LONG_INT.
6797         * modules/stdint (stdint.h): Likewise.
6798         (Files): Add m4/ulonglong.m4.
6799
6800 2006-10-10  Bruno Haible  <bruno@clisp.org>
6801
6802         Fix a gcc -Wshadow warning.
6803         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
6804         to 'bucket'.
6805         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
6806         gl_linked_indexof_from_to): Likewise.
6807         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
6808         Likewise.
6809         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
6810         Likewise.
6811         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
6812         Reported by Eric Blake.
6813
6814 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
6815
6816         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
6817         for NetBSD.  Problem reported by Bruno Haible.
6818
6819 2006-10-09  Jim Meyering  <jim@meyering.net>
6820
6821         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
6822         Patch from Bruno Haible.
6823
6824 2006-10-09  Jim Meyering  <jim@meyering.net>
6825
6826         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
6827         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
6828         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
6829
6830 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
6831
6832         Don't include <config.h> twice; this doesn't work in some cases,
6833         e.g., when config.h has "#define intmax_t long long int" and
6834         we include <config.h>, <inttypes.h>, <config.h> in that order.
6835         Problem reported by Matthew Woehlke in:
6836         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
6837         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
6838         * lib/fts-cycle.c: Don't include config.h.
6839         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
6840         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
6841         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
6842         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
6843         inttypes.h.
6844         * lib/xstrtoumax.c: Likewise.
6845         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
6846         __strtol and the like, so that this module is more like its siblings.
6847         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
6848         Remove; no longer needed now that we assume gnulib inttypes.h.
6849
6850 2006-10-08  Bruno Haible  <bruno@clisp.org>
6851
6852         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
6853         option.
6854
6855 2006-10-07  Jim Meyering  <jim@meyering.net>
6856
6857         * modules/inttypes (inttypes.h): Revert what seems to have been
6858         an inadvertent part of today's change: use "|", not "/" in the
6859         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
6860
6861 2006-10-07  Bruno Haible  <bruno@clisp.org>
6862
6863         * modules/sublist: New file.
6864
6865 2006-10-07  Bruno Haible  <bruno@clisp.org>
6866
6867         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
6868         * modules/argz (argz.h): Likewise.
6869         * modules/arpa_inet (arpa/inet.h): Likewise.
6870         * modules/byteswap (byteswap.h): Likewise.
6871         * modules/configmake (configmake.h): Likewise.
6872         * modules/fcntl (fcntl.h): Likewise.
6873         * modules/fnmatch (fnmatch.h): Likewise.
6874         * modules/getopt (getopt.h): Likewise.
6875         * modules/glob (glob.h): Likewise.
6876         * modules/inttypes (inttypes.h): Likewise.
6877         * modules/netinet_in (netinet/in.h): Likewise.
6878         * modules/poll (poll.h): Likewise.
6879         * modules/stdbool (stdbool.h): Likewise.
6880         * modules/stdint (stdint.h): Likewise.
6881         * modules/sys_select (sys/select.h): Likewise.
6882         * modules/sys_socket (sys/socket.h): Likewise.
6883         * modules/sys_stat (sys/stat.h): Likewise.
6884         * modules/sysexits (sysexits.h): Likewise.
6885         * modules/unistd (unistd.h): Likewise.
6886         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6887         Add a "DO NOT EDIT" comment to the generated file.
6888         (func_import): Likewise for gnulib-comp.m4.
6889
6890 2006-10-07  Bruno Haible  <bruno@clisp.org>
6891
6892         * lib/gl_sublist.h: New file.
6893         * lib/gl_sublist.c: New file.
6894
6895 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
6896
6897         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
6898         name (relative to the original working directory) and the file
6899         name component (relative to the temporary working directory).  All
6900         callers changed.
6901         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
6902         * lib/mkdir-p.c (make_dir_parents): Likewise.
6903         * lib/mkdir-p.h (make_dir_parents): Likewise.
6904
6905 2006-10-06  Eric Blake  <ebb9@byu.net>
6906
6907         Define several macros for use by the clean-temp module.
6908         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
6909         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
6910         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
6911
6912         * lib/clean-temp.h (close_stream_temp): New declaration.
6913         * lib/clean-temp.c (includes): Pull in headers according to what
6914         other modules are in use.
6915         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
6916
6917 2006-10-06  Bruno Haible  <bruno@clisp.org>
6918
6919         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
6920         instead of fopen, fwriteerror.
6921
6922 2006-10-06  Bruno Haible  <bruno@clisp.org>
6923
6924         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
6925         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
6926         int.
6927         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
6928         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
6929         Return an error indicator.
6930         Suggested by Eric Blake.
6931
6932 2006-10-06  Bruno Haible  <bruno@clisp.org>
6933
6934         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
6935         Reported by Eric Blake.
6936
6937 2006-10-06  Bruno Haible  <bruno@clisp.org>
6938
6939         * modules/closeout (Description): Mention stderr too.
6940
6941 2006-10-06  Bruno Haible  <bruno@clisp.org>
6942         and Paul Eggert  <eggert@cs.ucla.edu>
6943
6944         * lib/closeout.c (close_stdout): Also close stderr.
6945         * lib/closeout.h: Update comment.
6946
6947 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
6948
6949         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
6950         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
6951         * lib/dirchownmod.c: Include lchown.h.
6952         * lib/lchown.c: Don't include files that lchown.h now includes.
6953         Don't declare chown, since lchown.h now does that.
6954         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
6955         (lchown): Define to rpl_chown if lchown is declared but
6956         does not exist.  Declare using a prototype if lchown is not
6957         declared.  Add a copyright notice.
6958         * lib/mkstemp.h: Include <unistd.h>.
6959         * lib/openat.c: Include lchown.h.
6960
6961         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
6962         we now test for that separately.
6963         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
6964         rather than O_NOFOLLOW, when testing whether it's possible to
6965         avoid a race condition reliably.
6966         * lib/savewd.c (savewd_chdir): Likewise.
6967
6968         Remove macros that are no longer needed now that stdint.h is
6969         reliable.
6970         * lib/fsusage.c (UINTMAX_MAX): Remove.
6971         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
6972         * lib/utimecmp.c (SIZE_MAX): Remove.
6973
6974         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
6975
6976         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
6977         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
6978         O_NOATIME works.
6979
6980 2006-10-05  Bruno Haible  <bruno@clisp.org>
6981
6982         * lib/gl_list.h (gl_sortedlist_search_from_to,
6983         gl_sortedlist_indexof_from_to): New declarations.
6984         (gl_list_implementation): New fields sortedlist_search_from_to,
6985         sortedlist_indexof_from_to.
6986         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
6987         inline functions.
6988         * lib/gl_list.c (gl_sortedlist_search_from_to,
6989         gl_sortedlist_indexof_from_to): New functions.
6990         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
6991         function.
6992         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
6993         (gl_array_sortedlist_search_from_to): New function.
6994         (gl_array_list_implementation): Update.
6995         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
6996         function.
6997         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
6998         (gl_carray_sortedlist_search_from_to): New function.
6999         (gl_carray_list_implementation): Update.
7000         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
7001         gl_linked_sortedlist_indexof_from_to): New functions.
7002         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
7003         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
7004         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
7005         gl_tree_sortedlist_indexof_from_to): New functions.
7006         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
7007         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
7008         Update.
7009         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
7010         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
7011         Update.
7012
7013 2006-10-05  Bruno Haible  <bruno@clisp.org>
7014
7015         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
7016         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
7017         (struct gl_list_implementation): Add fields search_from_to,
7018         indexof_from_to. Remove fields search, indexof.
7019         (gl_list_search): Use the search_from_to method.
7020         (gl_list_search_from, gl_list_search_from_to): New functions.
7021         (gl_list_indexof): Use the indexof_from_to method.
7022         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
7023         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
7024         (gl_list_search_from, gl_list_search_from_to): New functions.
7025         (gl_list_indexof): Use the indexof_from_to method.
7026         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
7027         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
7028         gl_array_indexof. Add start_index, end_index arguments.
7029         (gl_array_search_from_to): Renamed from gl_array_search. Add
7030         start_index, end_index arguments.
7031         (gl_array_remove, gl_array_list_implementation): Update.
7032         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
7033         gl_carray_indexof. Add start_index, end_index arguments.
7034         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
7035         start_index, end_index arguments.
7036         (gl_carray_remove, gl_carray_list_implementation): Update.
7037         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
7038         gl_linked_search. Add start_index, end_index arguments.
7039         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
7040         start_index, end_index arguments.
7041         (gl_linked_remove): Update.
7042         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
7043         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
7044         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
7045         field to 'size_t'.
7046         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
7047         gl_tree_search. Add start_index, end_index arguments.
7048         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
7049         start_index, end_index arguments.
7050         (gl_tree_remove): Update.
7051         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
7052         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
7053         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
7054         function.
7055         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
7056         gl_tree_search. Add start_index, end_index arguments.
7057         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
7058         start_index, end_index arguments.
7059         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
7060         Update.
7061         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
7062
7063 2006-10-05  Bruno Haible  <bruno@clisp.org>
7064
7065         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
7066
7067         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
7068         fwriteerror_temp): New declarations.
7069         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
7070         (descriptors): New variable.
7071         (cleanup): First, close the descriptors.
7072         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
7073         fclose_temp, fwriteerror_temp): New functions.
7074
7075 2006-10-04  Jim Meyering  <jim@meyering.net>
7076
7077         * lib/fts.c (fts_open): Tiny comment change.
7078
7079 2006-10-04  Bruno Haible  <bruno@clisp.org>
7080
7081         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
7082         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
7083         gl_LOCK_BODY.
7084         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
7085         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
7086         gl_LOCK_EARLY_BODY.
7087         (gl_LOCK): Require gl_LOCK_BODY.
7088
7089 2006-10-04  Bruno Haible  <bruno@clisp.org>
7090
7091         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
7092         (gl_oset_search_atleast): New declaration.
7093         (struct gl_oset_implementation): Add field 'search_atleast'.
7094         (gl_oset_search_atleast): New inline function.
7095         * lib/gl_oset.c (gl_oset_search_atleast): New function.
7096         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
7097         (gl_array_oset_implementation): Update.
7098         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
7099         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
7100         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
7101
7102 2006-10-04  Bruno Haible  <bruno@clisp.org>
7103
7104         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
7105
7106 2006-10-03  Bruno Haible  <bruno@clisp.org>
7107
7108         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
7109         from gl_avltreehash_list_implementation.
7110
7111 2006-10-03  Bruno Haible  <bruno@clisp.org>
7112
7113         * lib/gl_oset.c (gl_oset_add): Fix return type.
7114
7115 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
7116
7117         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
7118
7119 2006-10-02  Eric Blake  <ebb9@byu.net>
7120
7121         * modules/strnlen (Depends-on): Add extensions.
7122
7123 2006-10-02  Eric Blake  <ebb9@byu.net>
7124
7125         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
7126         definition in 2.60+.
7127
7128 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
7129
7130         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
7131         checks.
7132
7133 2006-10-02  Bruno Haible  <bruno@clisp.org>
7134
7135         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
7136         to the AUTOMAKE_OPTIONS.
7137         Reported by Jim Meyering.
7138
7139 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
7140
7141         Work around bug in Solaris 10 /proc file system:
7142         /proc/self/fd/NNN/.. isn't the parent directory of
7143         the directory whose file descriptor is NNN.  This needs to
7144         be worked around at run time, not compile time, since a
7145         program might be built on Solaris 8, where things work, and
7146         run on Solaris 10.
7147         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
7148         to use the following interface instead:
7149         (OPENAT_BUFFER_SIZE): New macro.
7150         (openat_proc_name): New function.
7151         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
7152         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
7153         Likewise.
7154         * lib/openat-proc.c: New file.
7155         * modules/openat (Files): Add lib/openat-proc.c.
7156         (Depends-on): Add same-inode, stdbool.
7157         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
7158
7159 2006-09-29  Bruno Haible  <bruno@clisp.org>
7160
7161         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
7162         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
7163         argument. Set stdout_closed before testing for ferror, not after.
7164         (fwriteerror, fwriteerror_no_ebadf): New functions.
7165
7166 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7167
7168         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
7169
7170 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
7171
7172         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
7173         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
7174
7175 2006-09-28  Jim Meyering  <jim@meyering.net>
7176
7177         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
7178         Include <unistd.h>.
7179
7180 2006-09-28  Bruno Haible  <bruno@clisp.org>
7181
7182         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
7183         * modules/linkedhash-list (Depends-on): Likewise.
7184         * modules/rbtreehash-list (Depends-on): Likewise.
7185
7186 2006-09-28  Bruno Haible  <bruno@clisp.org>
7187
7188         * lib/strndup.h: Simplify the redefinition of strndup.
7189         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
7190         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
7191
7192 2006-09-28  Bruno Haible  <bruno@clisp.org>
7193
7194         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
7195         * lib/gl_linkedhash_list.c: Likewise.
7196         * lib/gl_rbtreehash_list.c: Likewise.
7197
7198 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
7199
7200         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
7201         getaddrinfo.
7202
7203         * lib/__fpending.h: Don't include <stdio_ext.h> unless
7204         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
7205         it causes <stdio_ext.h> to cause a compile-time error.
7206         Problem reported by Nelson H. F. Beebe.
7207         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
7208         of HAVE_DECL___PENDING.
7209
7210         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
7211         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
7212         declaration.
7213
7214 2006-09-27  Jim Meyering  <jim@meyering.net>
7215
7216         This file could end up with a definition for a function
7217         named __strndup, rather than rpl_strndup on a system with
7218         incomplete weak_alias support.
7219         * lib/strndup.c (strndup): Rename from __strndup.
7220         Remove #defines that used to map __strndup to strndup.
7221         Don't use K&R prototypes.
7222         Remove LIBC-related code, since this file is not sync'd with glibc.
7223         * lib/strndup.h: Revamp, accordingly.
7224         * m4/strndup.m4: Modernize.
7225
7226 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
7227
7228         * modules/savewd (Depends-on): Add 'raise'.
7229         * lib/savewd.c: Include <signal.h>, for 'raise'.
7230
7231 2006-09-26  Jim Meyering  <jim@meyering.net>
7232
7233         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
7234         when we detect Darwin 8.7.0's acl_get_file bug.
7235         Rearrange to perform the new (below) run-test while $LIBS
7236         contains any acl-related library.  Set USE_ACL at the end.
7237         (gl_ACL_GET_FILE): New function.
7238
7239 2006-09-26  Eric Blake  <ebb9@byu.net>
7240
7241         * lib/verror.c: Include <config.h> unconditionally.
7242
7243 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
7244
7245         * modules/clock-time (Maintainer): Add self.
7246         * modules/getlogin_r (Depends-on): Add extensions.
7247
7248 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7249
7250         * modules/clock-time: New module.
7251         * modules/nanosleep (Depends-on): Add clock-time.
7252         * modules/gethrxtime (Depends-on): Likewise.
7253         * modules/gettime (Depends-on): Likewise.
7254         * modules/settime (Depends-on): Likewise.
7255
7256         * modules/fts-lgpl: Depend on openat.
7257         * modules/mkancesdirs: Depend on savewd.
7258         * modules/mkdir-p: Likewise.
7259
7260 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7261
7262         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
7263
7264         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
7265         `gl_have_arbitrary_file_name_length_limit' to
7266         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
7267         actually works between configure runs.
7268
7269 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7270             Bruno Haible  <bruno@clisp.org>
7271
7272         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
7273
7274 2006-09-25  Jim Meyering  <jim@meyering.net>
7275
7276         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
7277         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
7278
7279 2006-09-25  Eric Blake  <ebb9@byu.net>
7280
7281         * gnulib-tool (func_import, func_create_testdir): Fix typos in
7282         exec's in 2006-09-18 patch when shuffling fds.
7283
7284 2006-09-25  Bruno Haible  <bruno@clisp.org>
7285
7286         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
7287         Reported by Jim Meyering.
7288
7289 2006-09-24  Jim Meyering  <jim@meyering.net>
7290
7291         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
7292         compare a pointer against a literal "0".  That caused failures with
7293         at least HP-UX's hpcc.
7294
7295 2006-09-22  Simon Josefsson  <jas@extundo.com>
7296
7297         * modules/gc-sha1:
7298         * modules/gc-md4:
7299         * modules/gc-hmac-sha1:
7300         * modules/gc-hmac-md5:
7301         * modules/gc-des:
7302         * modules/gc-arcfour: Distribute more files.
7303
7304 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7305
7306         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
7307         (gl_linked_iterator_from_to): Initialize struct completely.
7308         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
7309         (gl_tree_iterator_from_to): Likewise
7310         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
7311         * lib/gl_array_list.c [lint] (gl_array_iterator)
7312         (gl_array_iterator_from_to): Likewise.
7313         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
7314         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
7315         (gl_carray_iterator_from_to): Likewise.
7316
7317         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
7318         * lib/md4.c (md4_process_block): Remove unused variable.
7319         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
7320         parentheses for clarity.
7321
7322 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7323
7324         * modules/bison-i18n (Depends-on): Add gettext.
7325
7326 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7327
7328         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
7329         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
7330         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
7331         also add missing comma that caused broken test.
7332         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
7333         stdlib.h, for `abort'.
7334         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
7335         variables.
7336         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
7337         include unistd.h if present, for `rmdir'.
7338         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
7339         variables.
7340         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
7341         in the process include standard headers for prototypes.
7342         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
7343         gets declared on GNU/Linux.
7344         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
7345         unistd.h, for `rmdir'.
7346         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
7347
7348         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
7349         always true.
7350         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
7351
7352         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
7353
7354 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7355
7356         * gnulib-tool (func_version): Create output all at once.  This
7357         may help avoid triggering unnecessary SIGPIPEs, and at any
7358         rate it doesn't hurt.
7359
7360 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7361             Bruno Haible  <bruno@clisp.org>
7362
7363         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
7364         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
7365         * m4/signed.m4 (bh_C_SIGNED): Likewise.
7366
7367         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
7368         (gl_FUNC_VASPRINTF): Invoke it.
7369
7370 2006-09-22  Bruno Haible  <bruno@clisp.org>
7371
7372         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
7373         getloadavg.c as first argument.
7374
7375 2006-09-22  Bruno Haible  <bruno@clisp.org>
7376
7377         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
7378         at the beginning of the gl_INIT macro.
7379         * modules/getloadavg (configure.ac): Pass $gl_source_base to
7380         gl_GETLOADAVG.
7381
7382 2006-09-22  Bruno Haible  <bruno@clisp.org>
7383
7384         * gnulib-tool (func_create_megatestdir): Don't include the config-h
7385         module.
7386         Suggested by Ralf Wildenhues.
7387
7388 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
7389
7390         Import this patch from libc:
7391
7392         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
7393
7394         * lib/regex_internal.c (re_string_reconstruct): Handle
7395         offset < pstr->valid_raw_len && pstr->offsets_needed case.
7396         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
7397         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
7398         re_string_context_at.
7399
7400         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
7401         now requires it.
7402         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
7403         gl_REGEX now does it for us.
7404         (gl_REGEX): Add test taken from
7405         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
7406
7407         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
7408         Check that large offsets work.  Modernize Autoconf usages.
7409         Prefer "yes" to mean a good thing rather than a bad.
7410         Don't put "#define mkstemp" in config.h, as this might interfere
7411         with standard system headers that "#define mkstemp mkstemp64".
7412
7413         * modules/mkstemp (Depends-on): Add extensions, so that
7414         mkstemp is visible on some platforms.
7415         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
7416         (Include): Change to "mkstemp.h" from <stdlib.h>.
7417         (Files): Add mkstemp.h.
7418
7419         * lib/mkstemp.h: New file, since some standard headers
7420         #define mkstemp.
7421         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
7422         Include "mkstemp.h".
7423         Make the _LIBC code resemble glibc original more,
7424         e.g., use K&R style.
7425         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
7426         (mkstemp): Remove, since mkstemp.h does this for us.
7427         * lib/stdlib--.h: Include mkstemp.h.
7428
7429         Import this patch from libc:
7430
7431         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
7432
7433         * lib/tempname.c (__gen_tempname): Change attempts_min
7434         into a macro.  Use preprocessor to decide how to initialize
7435         attempts [Coverity CID 67].
7436
7437 2006-09-20  Bruno Haible  <bruno@clisp.org>
7438
7439         * lib/mkdtemp.c: Import from libc.
7440         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
7441                 * sysdeps/posix/tempname.c (__gen_tempname): Change
7442                 attempts_min into a macro.  Use preprocessor to decide how to
7443                 initialize attempts [Coverity CID 67].
7444         2001-11-27  Paul Eggert  <eggert@twinsun.com>
7445                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
7446                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
7447
7448 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7449
7450         * gnulib-tool (func_exit): New function, to allow to pass the
7451         exit status portably through the trap.  Use everywhere.
7452         (--help, --version): Signal a write error.
7453         (trap): catch SIGPIPE, for write errors.
7454         Exit at the end of the trap, with the correct exit status.
7455
7456 2006-09-19  Karl Berry  <karl@gnu.org>
7457
7458         * doc/gnulib.texi: note about the license texinfo files.
7459
7460 2006-09-19  Eric Blake  <ebb9@byu.net>
7461
7462         * gnulib-tool: Avoid space-tab.
7463
7464 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
7465
7466         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
7467         that prevented coreutils 6.1 from building.  Problem reported
7468         by Petter Reinholdtsen.
7469
7470 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
7471
7472         * gnulib-tool (avoidlist): Fix typo that broke options like
7473         --avoid=lock that are used by coreutils bootstrap.
7474
7475 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
7476
7477         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
7478         more systematically.
7479
7480 2006-09-18  Jim Meyering  <jim@meyering.net>
7481
7482         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
7483
7484 2006-09-18  Bruno Haible  <bruno@clisp.org>
7485
7486         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
7487
7488 2006-09-18  Bruno Haible  <bruno@clisp.org>
7489
7490         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
7491         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
7492         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
7493         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
7494         * m4/gettext.m4: Require autoconf >= 2.52.
7495         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
7496         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
7497         of gl_cv_header_inttypes_h.
7498
7499 2006-09-18  Bruno Haible  <bruno@clisp.org>
7500
7501         * lib/javaversion.c: Include configmake.h.
7502
7503 2006-09-18  Bruno Haible  <bruno@clisp.org>
7504
7505         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
7506         avoid that the while loops be executed in a subshell.
7507
7508 2006-09-18  Bruno Haible  <bruno@clisp.org>
7509
7510         * MODULES.html.sh (func_module): Break long lines.
7511         Suggested by Bruce Korb <bkorb@gnu.org>.
7512
7513 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7514
7515         Speed up by a factor of 1.12.
7516         * gnulib-tool (nl): New variable.
7517         (func_import): Rewrite include directive extraction to only read each
7518         directive once.
7519
7520 2006-09-17  Bruno Haible  <bruno@clisp.org>
7521
7522         * modules/javaversion (Makefile.am): Remove DEFS setting.
7523         (Depends-on): Add configmake, for PKGDATADIR definition.
7524
7525 2006-09-17  Bruno Haible  <bruno@clisp.org>
7526
7527         * gnulib-tool (func_create_testdir): Rewrite all files at once.
7528
7529 2006-09-17  Bruno Haible  <bruno@clisp.org>
7530
7531         * gnulib-tool (func_append): New function, stolen from libtool.m4.
7532         (func_modules_transitive_closure, func_modules_add_dummy,
7533         func_modules_to_filelist, func_import, func_create_testdir,
7534         func_create_megatestdir, ...): Use it wherever possible.
7535         Suggested by Ralf Wildenhues.
7536
7537 2006-09-16  Karl Berry  <karl@gnu.org>
7538
7539         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
7540         to avoid sectioning errors.
7541         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
7542         [ifinfo]: blank line after @center-ed titles.
7543         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
7544         Spell FSF address consistently with others.
7545         (These changes approved by rms.)
7546
7547 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7548
7549         Speed up by a factor of 1.61.
7550         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
7551         already checked module names again.
7552
7553 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7554
7555         Speed up by a factor of 1.13.
7556         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
7557         for new_files, and the input to func_add_or_update.
7558
7559 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7560
7561         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
7562         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
7563
7564 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
7565
7566         * modules/mkancesdirs (Depends-on): Add fcntl.
7567         * modules/savewd: New file.
7568         * MODULES.html.sh (File system functions): Add savewd.
7569
7570         * modules/configmake (Makefile.am): Add support for the
7571         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
7572
7573 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
7574
7575         * m4/savewd.m4: New file.
7576
7577 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
7578
7579         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
7580         (dirchownmod): New arg FD.  All callers changed.
7581         Use FD rather than opening the directory ourself, as opening is
7582         now the caller's responsibility.
7583         * lib/dirchownmod.h: Likewise.
7584         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
7585         hosts that require <sys/types.h> before <sys/stat.h>.  Include
7586         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
7587         (test_dir): Remove.
7588         (mkancesdirs): Return length of prefix of FILE that has already
7589         been made, or -2 if there is a child doing the work.  Redo
7590         algorithm so that it is O(N) rather than O(N**2).  Optimize away
7591         ".", and treat ".." specially since it might stray back into
7592         already-created areas.  Use a subprocess if necessary.  New arg
7593         WD; all users changed.  MAKE_DIR function should now return 1
7594         if it creates a directory that is not readable.  Return -2 if
7595         a child process is spun off.
7596         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
7597         Adjust signature to match code.
7598         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
7599         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
7600         all users changed.
7601         * lib/savewd.c, lib/savewd.h: New files.
7602
7603 2006-09-15  Jim Meyering  <jim@meyering.net>
7604
7605         * modules/rename-dest-slash: New module.
7606         * MODULES.html.sh (posix_compat): Add it here.
7607
7608         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
7609
7610 2006-09-15  Jim Meyering  <jim@meyering.net>
7611
7612         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
7613         file.
7614
7615         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
7616
7617 2006-09-15  Jim Meyering  <jim@meyering.net>
7618
7619         * lib/rename-dest-slash.c (has_trailing_slash): Use
7620         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
7621         (rpl_rename_dest_slash): Perform the cheaper trailing slash
7622         test before testing whether SRC is a directory.
7623         Suggestions from Bruno Haible.
7624
7625         Avoid a warning about an unused variable.
7626         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
7627         into the #ifdef block where it's used.
7628
7629         * lib/rename-dest-slash.c: New file.
7630
7631 2006-09-14  Bruno Haible  <bruno@clisp.org>
7632
7633         * lib/allocsa.c: Include <config.h> unconditionally.
7634         * lib/asnprintf.c: Likewise.
7635         * lib/asprintf.c: Likewise.
7636         * lib/c-strcasecmp.c: Likewise.
7637         * lib/c-strcasestr.c: Likewise.
7638         * lib/c-strncasecmp.c: Likewise.
7639         * lib/c-strstr.c: Likewise.
7640         * lib/classpath.c: Likewise.
7641         * lib/clean-temp.c: Likewise.
7642         * lib/concatpath.c: Likewise.
7643         * lib/copy-file.c: Likewise.
7644         * lib/csharpcomp.c: Likewise.
7645         * lib/csharpexec.c: Likewise.
7646         * lib/execute.c: Likewise.
7647         * lib/fatal-signal.c: Likewise.
7648         * lib/findprog.c: Likewise.
7649         * lib/fwriteerror.c: Likewise.
7650         * lib/gl_array_list.c: Likewise.
7651         * lib/gl_array_oset.c: Likewise.
7652         * lib/gl_avltree_list.c: Likewise.
7653         * lib/gl_avltree_oset.c: Likewise.
7654         * lib/gl_avltreehash_list.c: Likewise.
7655         * lib/gl_carray_list.c: Likewise.
7656         * lib/gl_linked_list.c: Likewise.
7657         * lib/gl_linkedhash_list.c: Likewise.
7658         * lib/gl_list.c: Likewise.
7659         * lib/gl_oset.c: Likewise.
7660         * lib/gl_rbtree_list.c: Likewise.
7661         * lib/gl_rbtree_oset.c: Likewise.
7662         * lib/gl_rbtreehash_list.c: Likewise.
7663         * lib/imaxabs.c: Likewise.
7664         * lib/imaxdiv.c: Likewise.
7665         * lib/javacomp.c: Likewise.
7666         * lib/javaexec.c: Likewise.
7667         * lib/javaversion.c: Likewise.
7668         * lib/linebreak.c: Likewise.
7669         * lib/localcharset.c: Likewise.
7670         * lib/lock.c: Likewise.
7671         * lib/mbchar.c: Likewise.
7672         * lib/mbswidth.c: Likewise.
7673         * lib/mkdtemp.c: Likewise.
7674         * lib/pipe.c: Likewise.
7675         * lib/printf-args.c: Likewise.
7676         * lib/printf-parse.c: Likewise.
7677         * lib/progname.c: Likewise.
7678         * lib/progreloc.c: Likewise.
7679         * lib/readlink.c: Likewise.
7680         * lib/sh-quote.c: Likewise.
7681         * lib/stpcpy.c: Likewise.
7682         * lib/stpncpy.c: Likewise.
7683         * lib/strcasecmp.c: Likewise.
7684         * lib/strcasestr.c: Likewise.
7685         * lib/strcspn.c: Likewise.
7686         * lib/striconv.c: Likewise.
7687         * lib/strncasecmp.c: Likewise.
7688         * lib/strnlen1.c: Likewise.
7689         * lib/strstr.c: Likewise.
7690         * lib/strtok_r.c: Likewise.
7691         * lib/tls.c: Likewise.
7692         * lib/tmpdir.c: Likewise.
7693         * lib/unicodeio.c: Likewise.
7694         * lib/unsetenv.c: Likewise.
7695         * lib/vasnprintf.c: Likewise.
7696         * lib/vasprintf.c: Likewise.
7697         * lib/wait-process.c: Likewise.
7698         * lib/xallocsa.c: Likewise.
7699         * lib/xsetenv.c: Likewise.
7700         * lib/xstriconv.c: Likewise.
7701
7702 2006-09-13  Simon Josefsson  <jas@extundo.com>
7703
7704         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
7705         that internally, suggested by Ralf Wildenhues
7706         <Ralf.Wildenhues@gmx.de>.
7707
7708 2006-09-13  Simon Josefsson  <jas@extundo.com>
7709
7710         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
7711         @LIBOBJS@.
7712         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7713
7714 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
7715
7716         * lib/_fpending.c: Include <config.h> unconditionally, since we no
7717         longer worry about uses that don't define HAVE_CONFIG_H.
7718         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
7719         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
7720         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
7721         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
7722         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
7723         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
7724         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
7725         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
7726         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
7727         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
7728         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
7729         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
7730         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
7731         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
7732         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
7733         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
7734         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
7735         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
7736         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
7737         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
7738         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
7739         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
7740         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
7741         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
7742         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
7743         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
7744         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
7745         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
7746         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
7747         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
7748         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
7749         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
7750         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
7751         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
7752         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
7753         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
7754         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
7755         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
7756         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
7757         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
7758         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
7759         Likewise.
7760
7761 2006-09-13  Eric Blake  <ebb9@byu.net>
7762
7763         * lib/getopt.c: Fix typo in last commit.
7764
7765 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
7766
7767         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
7768         dgettext.
7769
7770 2006-09-12  Jim Meyering  <jim@meyering.net>
7771
7772         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
7773         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
7774         Reported by Nelson H. F. Beebe.
7775
7776 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
7777
7778         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
7779         program_invocation_name and program_invocation_short_name are
7780         initialized.
7781         * lib/argp-namefrob.h: Move declarations of program_invocation_name
7782         and program_invocation_short_name to argp.h, so they are visible
7783         to user programs.
7784         * lib/argp.h: Likewise
7785
7786 2006-09-10  Bruno Haible  <bruno@clisp.org>
7787
7788         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
7789         m4/inttypes_h.m4, m4/uintmax_t.m4.
7790
7791 2006-09-10  Bruno Haible  <bruno@clisp.org>
7792
7793         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
7794         gl_AC_TYPE_UINTMAX_T.
7795
7796 2006-09-10  Bruno Haible  <bruno@clisp.org>
7797
7798         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
7799
7800 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
7801
7802         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
7803         convention.  Text proposed by Bruno Haible.
7804         (struct argp_option): Document the use of N_() wrappers.
7805
7806         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
7807         '\v', and translate the two parts separately, instead of feeding
7808         the whole string to gettext.  This allows to exclude
7809         '\v' from the strings visible to the translator by writing doc
7810         strings as N_("..") "\v" N_("..").
7811
7812 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
7813
7814         * config/srclist.txt: Undo latest change; the bug was fixed.
7815
7816 2006-09-09  Bruno Haible  <bruno@clisp.org>
7817
7818         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
7819         assignments if building a library without libtool.
7820         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
7821         in func_emit_lib_Makefile_am.
7822         (func_import): When building a static library libfoo.a, arrange to
7823         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
7824         (func_create_testdir): Likewise.
7825         * modules/gc (configure.ac, Makefile.am): If building statically,
7826         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
7827         * modules/iconvme (configure.ac, Makefile.am): Likewise.
7828         * modules/striconv (configure.ac, Makefile.am): Likewise.
7829         Based on a suggestion by Ralf Wildenhues.
7830
7831 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
7832
7833         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
7834         Check for unistd.h too, since Autoconf doesn't assume POSIX.
7835         Also:
7836
7837         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
7838         Add year_2050_test to catch glibc bug 2821
7839         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
7840
7841         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
7842         Prefer #ifdef to #if.
7843
7844         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
7845         Return from 'main' instead of calling 'exit'.
7846
7847 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
7848
7849         * lib/mktime.c (guess_time_tm): Fix bug where mktime
7850         returned the maximum time_t value rather than (time_t) -1.
7851         Problem originally reported by William Bardwell
7852         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
7853
7854         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
7855         Moved to here ...
7856         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
7857         ... from here.
7858
7859 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
7860
7861         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
7862         2821 is fixed.
7863
7864 2006-09-08  Jim Meyering  <jim@meyering.net>
7865
7866         Don't make generated files read-only.  That would bother too many
7867         people.  However, do retain the ability to work when targets are
7868         read-only: remove the destination and temporary files before writing
7869         them (when generated via sed or echo), or by using the -f option for
7870         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
7871         * modules/alloca-opt, modules/argz, modules/arpa_inet:
7872         * modules/byteswap, modules/configmake, modules/fcntl:
7873         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
7874         * modules/localcharset, modules/netinet_in, modules/poll:
7875         * modules/stdbool, modules/stdint, modules/sys_select:
7876         * modules/sys_socket, modules/sys_stat, modules/sysexits:
7877
7878 2006-09-08  Jim Meyering  <jim@meyering.net>
7879
7880         Avoid new build failure on FreeBSD 6.0.
7881         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
7882         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
7883         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
7884
7885 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7886
7887         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
7888
7889 2006-09-07  Jim Meyering  <jim@meyering.net>
7890
7891         Fix global typo in last change: use chmod u-w, not chmod u-x.
7892         Spotted by Paul Eggert and Bruce Korb.
7893         * modules/alloca-opt, modules/argz, modules/arpa_inet:
7894         * modules/byteswap, modules/configmake, modules/fcntl:
7895         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
7896         * modules/localcharset, modules/netinet_in, modules/poll:
7897         * modules/stdbool, modules/stdint, modules/sys_select:
7898         * modules/sys_socket, modules/sys_stat, modules/sysexits:
7899
7900 2006-09-06  Jim Meyering  <jim@meyering.net>
7901
7902         Make generated files be read-only.
7903         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
7904         Ensure that each generated file is now read-only.
7905         * modules/argz: Likewise.
7906         * modules/arpa_inet: Likewise.
7907         * modules/byteswap: Likewise.
7908         * modules/configmake: Likewise.
7909         * modules/fcntl: Likewise.
7910         * modules/fnmatch: Likewise.
7911         * modules/getopt: Likewise.
7912         * modules/glob: Likewise.
7913         * modules/inttypes: Likewise.
7914         * modules/netinet_in: Likewise.
7915         * modules/poll: Likewise.
7916         * modules/stdbool: Likewise.
7917         * modules/stdint: Likewise.
7918         * modules/sys_select: Likewise.
7919         * modules/sys_socket: Likewise.
7920         * modules/sys_stat: Likewise.
7921         * modules/sysexits: Likewise.
7922         * modules/localcharset: Same as above, but continue using temporary
7923         file named "t-$@" (why different?) rather than the "$@-t" used
7924         everywhere else.
7925
7926         * modules/sysexits (Makefile.am): Replace literal occurrences
7927         of "sysexit.h" more readable, and more consistent, "$@".
7928
7929 2006-09-06  Bruno Haible  <bruno@clisp.org>
7930
7931         * modules/striconv: New file.
7932         * modules/xstriconv: New file.
7933         * MODULES.html.sh (Internationalization functions): Add striconv,
7934         xstriconv.
7935
7936 2006-09-06  Bruno Haible  <bruno@clisp.org>
7937
7938         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
7939         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
7940         not using libtool correctly.
7941
7942 2006-09-06  Bruno Haible  <bruno@clisp.org>
7943
7944         * lib/striconv.h: New file.
7945         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
7946         iconvstring.c.
7947         * lib/xstriconv.h: New file.
7948         * lib/xstriconv.c: New file.
7949
7950 2006-09-06  Bruno Haible  <bruno@clisp.org>
7951
7952         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
7953         lib_..._LDFLAGS.
7954
7955 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7956
7957         * lib/argz_.h: Sync from Libtool.
7958
7959         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
7960                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7961
7962         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
7963
7964 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
7965
7966         * modules/trim: New file.
7967
7968 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
7969
7970         * lib/trim.h: New file.
7971         * lib/trim.c: New file.
7972
7973 2006-09-05  Bruno Haible  <bruno@clisp.org>
7974
7975         * MODULES.html.sh (String handling): Add trim.
7976
7977 2006-09-04  Karl Berry  <karl@gnu.org>
7978
7979         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
7980         until next release.
7981
7982 2006-09-03  Bruno Haible  <bruno@clisp.org>
7983
7984         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
7985         correctly.
7986
7987 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
7988
7989         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
7990         not gl_GETLOADAVG.  Omit unneeded semicolons.
7991         Problems reported by Ralf Wildenhues in
7992         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
7993         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
7994         at the end, which is the usual gnulib style.
7995
7996         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
7997         of doing all the work ourselves.
7998         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
7999         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
8000
8001 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
8002
8003         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
8004         Problem reported by Ralf Wildenhues in
8005         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
8006
8007         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
8008         HAVE_STRUCT_STATFS_F_FSTYPENAME.
8009
8010 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
8011
8012         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
8013         yesterday's patch by changing test -n to test -z.
8014
8015 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
8016
8017         * modules/getloadavg (Files): Add m4/getloadavg.m4.
8018         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
8019         the former is now obsolescent.
8020
8021         * modules/chdir-long (Depends-on): Add fcntl.
8022
8023 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
8024
8025         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
8026         obsolescent, and programs should use gnulib instead.
8027         * m4/getloadavg.m4: New file, with contents taken from Autoconf
8028         but with prefixes changed.
8029
8030 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
8031
8032         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
8033         or stdbool.h, because they might not exist while configuring.
8034
8035         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
8036         Don't include unistd.h or limits.h; not needed, since chdir-long.h
8037         does that for us.
8038         (O_DIRECTORY): Remove.
8039
8040 2006-08-31  Eric Blake  <ebb9@byu.net>
8041
8042         * gnulib-tool: Don't let emacs change spaces to TAB.
8043
8044 2006-08-31  Bruno Haible  <bruno@clisp.org>
8045
8046         * gnulib-tool: When calling func_import more than once, do it in a
8047         subshell.
8048         Reported by Eric Blake <ebb9@byu.net>.
8049
8050 2006-08-31  Bruno Haible  <bruno@clisp.org>
8051
8052         * gnulib-tool (nl): Remove variable.
8053         (sed_transform_lib_file): Use more robust test for config-h module.
8054         (func_import): Fix typo in 2006-08-25 patch.
8055
8056 2006-08-31  Bruno Haible  <bruno@clisp.org>
8057
8058         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
8059         specified, augment Makefile.am variables instead of assigning them.
8060
8061 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
8062
8063         Work around a bug in both the Linux and SunOS 64-bit kernels:
8064         nanosleep mishandles sleeps for longer than 2**31 seconds.
8065         Problem reported by Frank v Waveren in
8066         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
8067         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
8068         Check for nanosleep bug.
8069         (LIB_NANOSLEEP): Append clock_gettime library if needed.
8070
8071 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
8072
8073         Work around a bug in both the Linux and SunOS 64-bit kernels:
8074         nanosleep mishandles sleeps for longer than 2**31 seconds.
8075         Problem reported by Frank v Waveren in
8076         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
8077         * lib/nanosleep.c (BILLION): New constant.
8078         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
8079         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
8080         implementation.
8081
8082 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
8083
8084         * modules/nanosleep (Depends-on): Add gettime.
8085
8086 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
8087         and Simon Josefsson  <jas@extundo.com>
8088         and Oskar Liljeblad  <oskar@osk.mine.nu>
8089
8090         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
8091         * gnulib-tool (func_import): New license type 'unmodifiable license
8092         text'.
8093         * modules/fdl: Use it.  Longer description.
8094         * module/gpl, module/lgpl: New files.
8095
8096 2006-08-30  Jim Meyering  <jim@meyering.net>
8097
8098         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
8099         shadowing the parameter.
8100
8101 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8102
8103         Sync from Libtool:
8104
8105         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8106
8107         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
8108         sharing with gnulib.  Report by Eric Blake.
8109
8110 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
8111
8112         * modules/isapipe: New file.
8113         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
8114
8115 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
8116
8117         * modules/configmake (Makefile.am): Add a comment, and omit
8118         the CONFIGMAKE_ prefix from generated macro names.  Suggested
8119         by Bruno Haible.
8120
8121 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
8122
8123         * m4/isapipe.m4: New file.
8124
8125 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
8126
8127         * lib/isapipe.c, lib/isapipe.h: New files.
8128
8129 2006-08-29  Jim Meyering  <jim@meyering.net>
8130
8131         * modules/configmake (Makefile.am): Make configmake.h depend on
8132         Makefile.  Otherwise, a stale configmake.h could hang around.
8133
8134 2006-08-29  Eric Blake  <ebb9@byu.net>
8135
8136         * lib/error.c (error_at_line, print_errno_message): Match libc, after
8137         resolution of upstream bug 3044.
8138
8139 2006-08-29  Bruno Haible  <bruno@clisp.org>
8140
8141         * modules/localcharset (Depends-on): Add configmake.
8142         (Makefile.am): Remove setting of LIBDIR through DEFS.
8143
8144 2006-08-29  Bruno Haible  <bruno@clisp.org>
8145
8146         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
8147         defined.
8148
8149 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
8150
8151         * modules/fcntl: New file.
8152         * modules/chdir-safer (Depends-on): Add fcntl.
8153         * modules/fts: Likewise.
8154         * modules/mkdir-p: Likewise.
8155
8156         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
8157         This undoes the most recent change, since we're now addressing the
8158         problem in a different way.
8159
8160         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
8161         into output, since the output might be called Makefile.am even
8162         if $makefile_name is something different.
8163         (func_import): Use $makefile_am rather than
8164         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
8165         empty.
8166
8167         * modules/inttypes (Files): Add m4/inttypes-h.m4.
8168
8169 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
8170
8171         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
8172         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
8173         recent change to stdint.m4, since we're now addressing the problem in a
8174         different way.
8175
8176 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
8177
8178         * m4/fcntl_h.m4: New file.
8179
8180 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
8181
8182         * lib/fcntl_.h: New file.
8183         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
8184         the fcntl module.
8185         * lib/dirchownmod.c: Likewise.
8186         * lib/fts.c: Likewise.
8187
8188         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
8189         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
8190         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
8191         just before including <inttypes.h>, to avoid circular inclusion.
8192
8193 2006-08-28  Jim Meyering  <jim@meyering.net>
8194
8195         * doc/visibility.texi: Actually read and correct the grammar of the
8196         sentence affected by yesterday's change.
8197
8198 2006-08-28  Eric Blake  <ebb9@byu.net>
8199
8200         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
8201         needs wrapper.
8202
8203 2006-08-28  Eric Blake  <ebb9@byu.net>
8204
8205         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
8206
8207 2006-08-28  Eric Blake  <ebb9@byu.net>
8208
8209         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
8210
8211 2006-08-28  Bruno Haible  <bruno@clisp.org>
8212
8213         * modules/c-strstr: New file, from GNU gettext.
8214         * MODULES.html.sh (String handling): Add c-strstr.
8215
8216 2006-08-28  Bruno Haible  <bruno@clisp.org>
8217
8218         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
8219         macros.
8220         Reported by Eric Blake.
8221
8222 2006-08-28  Bruno Haible  <bruno@clisp.org>
8223
8224         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
8225         (VASNPRINTF): Return a string of length > INT_MAX without failing.
8226         * lib/vasprintf.c: Include errno.h, limits.h.
8227         (EOVERFLOW): New fallback definition.
8228         (vasprintf): Test here whether the string length is > INT_MAX.
8229         * lib/vsnprintf.c: Include errno.h, limits.h.
8230         (EOVERFLOW): New fallback definition.
8231         (vsnprintf): Fix bug when generated string was too long for the buffer.
8232         Test here whether the string length is > INT_MAX.
8233
8234 2006-08-28  Bruno Haible  <bruno@clisp.org>
8235
8236         * lib/inttypes_.h (SCNX*): Remove definitions.
8237         Reported by Eric Blake.
8238
8239 2006-08-28  Bruno Haible  <bruno@clisp.org>
8240
8241         * lib/c-strstr.h: New file, from GNU gettext.
8242         * lib/c-strstr.c: New file, from GNU gettext.
8243
8244 2006-08-28  Bruno Haible  <bruno@clisp.org>
8245
8246         * gnulib-tool: Reorder some statements.
8247
8248 2006-08-28  Bruno Haible  <bruno@clisp.org>
8249
8250         * gnulib-tool: New option --makefile-name.
8251         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
8252         $makefile_name.
8253         (func_import): Write $makefile_name to the cache file, and read it from
8254         there unless explicitly specified. Use $makefile_name as file name
8255         instead of Makefile.am. Adjust the recommendations accordingly.
8256
8257 2006-08-28  Bruno Haible  <bruno@clisp.org>
8258
8259         * gnulib-tool (func_verify_module): Check against misapplying patch.
8260
8261 2006-08-28  Bruno Haible  <bruno@clisp.org>
8262
8263         * gnulib-tool (func_relativize, func_relconcat): New functions.
8264         Give an error if --local-dir is given with --update.
8265         Remove trailing slashes from $local_gnulib_dir.
8266         (func_import): Store the relativized $local_gnulib_dir in
8267         gnulib-cache.m4, and read it from there if not specified explicitly.
8268
8269 2006-08-28  Bruno Haible  <bruno@clisp.org>
8270
8271         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
8272         is the current directory. Respect also $local_gnulib_dir.
8273
8274 2006-08-28  Bruno Haible  <bruno@clisp.org>
8275             Simon Josefsson  <jas@extundo.com>
8276
8277         BeOS portability.
8278         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
8279
8280 2006-08-27  Jim Meyering  <jim@meyering.net>
8281
8282         * doc/visibility.texi: Remove duplicate word: "pointer".
8283
8284 2006-08-26  Bruno Haible  <bruno@clisp.org>
8285
8286         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
8287         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
8288         (Makefile.am): Create inttypes.h from inttypes_.h.
8289         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
8290
8291         * modules/imaxabs: New file.
8292
8293         * modules/imaxdiv: New file.
8294
8295 2006-08-26  Bruno Haible  <bruno@clisp.org>
8296
8297         * m4/inttypes.m4: New file.
8298         * m4/_inttypes_h.m4: Remove file.
8299         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
8300         PRI_MACROS_BROKEN.
8301         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
8302
8303         * m4/imaxabs.m4: New file.
8304
8305         * m4/imaxdiv.m4: New file.
8306
8307 2006-08-26  Bruno Haible  <bruno@clisp.org>
8308
8309         * lib/inttypes_.h: New file.
8310         * lib/inttypes.h: Remove file.
8311         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
8312
8313         * lib/imaxabs.c: New file.
8314
8315         * lib/imaxdiv.c: New file.
8316
8317 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
8318
8319         New config-h module, so that "make" output needn't be cluttered
8320         by -DHAVE_CONFIG_H.
8321         * MODULES.html.sh (Support for building libraries and executables):
8322         Add config-h.
8323         * modules/config-h: New file.
8324         * gnulib-tool (nl, sed_transform_lib_file): New vars.
8325         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
8326         the config-h module is used.
8327
8328         New configmake module, so that "make" output needn't be cluttered
8329         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
8330         * MODULES.html.sh (Support for building libraries and executables):
8331         Add configmake.
8332         * modules/configmake: New file.
8333
8334 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
8335
8336         * m4/config-h.m4: New file.
8337
8338 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
8339
8340         * config/srclist.txt: Add elisp-comp.
8341
8342 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
8343
8344         * MODULES.html.sh (Support for building libraries and executables):
8345         Add elisp-comp.
8346         * build-aux/elisp-comp: New file.
8347         * modules/elisp-comp: New file.
8348
8349 2006-08-24  Bruno Haible  <bruno@clisp.org>
8350
8351         * gnulib-tool (func_create_testdir): Use non-default values of
8352         sourcebase and m4base.
8353
8354 2006-08-24  Bruno Haible  <bruno@clisp.org>
8355
8356         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
8357         HTML structure.
8358
8359 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
8360
8361         * modules/openat (Depends-on): Add lchown.
8362
8363 2006-08-23  Bruno Haible  <bruno@clisp.org>
8364
8365         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
8366         of gl_LOCK_EARLY instead of gl_LOCK.
8367
8368 2006-08-23  Bruno Haible  <bruno@clisp.org>
8369
8370         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
8371         on OSF/1 to no.
8372         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
8373
8374 2006-08-23  Bruno Haible  <bruno@clisp.org>
8375
8376         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
8377         as unusable.
8378
8379         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
8380         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
8381         (gl_LOCK): New macro.
8382
8383 2006-08-22  Simon Josefsson  <jas@extundo.com>
8384
8385         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
8386         to md5 module.
8387
8388 2006-08-22  Simon Josefsson  <jas@extundo.com>
8389
8390         * MODULES.html.sh: Add "Support for maintaining and release
8391         projects".
8392
8393         * build-aux/gnupload: New file, from coreutils.
8394
8395 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
8396
8397         Avoid the need for AC_LIBSOURCES in m4 macros.
8398         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
8399         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
8400         * modules/check-version (EXTRA_DIST): Add check-version.h.
8401         * modules/crc (EXTRA_DIST): Add crc.h.
8402         * modules/des (EXTRA_DIST): Add des.h.
8403         * modules/gc (EXTRA_DIST): Add gc.h.
8404         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
8405         * modules/getline (EXTRA_DIST): Add getline.h.
8406         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
8407         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
8408         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
8409         * modules/md2 (EXTRA_DIST): Add md2.h.
8410         * modules/md4 (EXTRA_DIST): Add md4.h.
8411         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
8412         * modules/read-file (EXTRA_DIST): Add read-file.h.
8413         * modules/readline (EXTRA_DIST): Add readline.h.
8414         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
8415         rijndael-api-fst.h.
8416
8417 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
8418
8419         * m4/rijndael.m4 (gl_ARCFOUR):
8420         * m4/arctwo.m4 (gl_ARCTWO):
8421         * m4/check-version.m4 (gl_CHECK_VERSION):
8422         * m4/crc.m4 (gl_CRC):
8423         * m4/des.m4 (gl_DES):
8424         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
8425         * m4/gc.m4 (gl_GC):
8426         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
8427         * m4/getline.m4 (gl_FUNC_GETLINE):
8428         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
8429         * m4/hmac-md5.m4 (gl_HMAC_MD5):
8430         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
8431         * m4/md2.m4 (gl_MD2):
8432         * m4/md4.m4 (gl_MD4):
8433         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
8434         * m4/read-file.m4 (gl_FUNC_READ_FILE):
8435         * m4/readline.m4 (gl_FUNC_READLINE):
8436         * m4/rijndael.m4 (gl_RIJNDAEL):
8437         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
8438         to get the necessary .h files and whatnot.
8439
8440 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
8441
8442         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
8443         gnulib rather than the other way around.
8444         * config/srclistvars.sh (COREUTILS): Remove.
8445
8446 2006-08-22  Jim Meyering  <jim@meyering.net>
8447
8448         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
8449
8450         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
8451
8452 2006-08-22  Eric Blake  <ebb9@byu.net>
8453
8454         * modules/regexprops-generic: New file.
8455         * MODULES.html.sh (Support for building documentation): List it.
8456
8457 2006-08-22  Eric Blake  <ebb9@byu.net>
8458
8459         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
8460         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
8461         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
8462         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
8463
8464 2006-08-22  Bruno Haible  <bruno@clisp.org>
8465
8466         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
8467         and lib_LTLIBRARIES like the other lib_* variables.
8468
8469 2006-08-22  Bruno Haible  <bruno@clisp.org>
8470
8471         * build-aux/x-to-1.in: New file, from GNU gettext.
8472
8473 2006-08-22  Bruno Haible  <bruno@clisp.org>
8474
8475         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
8476         <utmpx.h> exists.
8477
8478 2006-08-22  Bruno Haible  <bruno@clisp.org>
8479
8480         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
8481         <utmpx.h> exists.
8482
8483 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
8484
8485         BeOS portability.
8486         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
8487         exist.
8488         Problem reported by Bruno Haible.
8489
8490 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
8491
8492         Avoid the need for AC_LIBSOURCES in m4 macros.
8493         * modules/acl (EXTRA_DIST): Add acl.h.
8494         * modules/argmatch (Files): Add m4/argmatch.m4.
8495         (configure.ac): Add gl_ARGMATCH.
8496         (EXTRA_DIST): Renamed from lib_SOURCES, for
8497         consistency with the other modules.  Remove argmatch.c.
8498         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
8499         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
8500         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
8501         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
8502         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
8503         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
8504         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
8505         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
8506         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
8507         * modules/closeout (EXTRA_DIST): Add closeout.h.
8508         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
8509         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
8510         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
8511         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
8512         dirname.h; remove basename.c and stripslash.c.
8513         * modules/exclude (EXTRA_DIST): Add exclude.h.
8514         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
8515         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
8516         * modules/file-type (EXTRA_DIST): Add file-type.h.
8517         * modules/filemode (EXTRA_DIST): Add filemode.h.
8518         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
8519         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
8520         * modules/fpending (EXTRA_DIST): Add __fpending.h.
8521         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
8522         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
8523         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
8524         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
8525         * modules/getdate (EXTRA_DIST): Add getdate.c.
8526         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
8527         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
8528         * modules/getpass (EXTRA_DIST): Add getpass.h.
8529         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
8530         * modules/group-member (EXTRA_DIST): Add group-member.h.
8531         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
8532         * modules/hash (EXTRA_DIST): Add hash.h.
8533         * modules/human (EXTRA_DIST): Add human.h.
8534         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
8535         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
8536         * modules/lchown (EXTRA_DIST): Add lchown.h.
8537         * modules/long-options (EXTRA_DIST): Add long-options.h.
8538         * modules/lstat (EXTRA_DIST): Add lstat.h.
8539         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
8540         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
8541         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
8542         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
8543         * modules/memxor (EXTRA_DIST): Add memxor.h.
8544         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
8545         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
8546         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
8547         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
8548         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
8549         * modules/physmem (EXTRA_DIST): Add physmem.h.
8550         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
8551         * modules/posixver (EXTRA_DIST): Add posixver.h.
8552         * modules/quote (EXTRA_DIST): Add quote.h.
8553         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
8554         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
8555         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
8556         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
8557         regex_internal.h regexec.c.
8558         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
8559         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
8560         * modules/same (EXTRA_DIST): Add same.h.
8561         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
8562         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
8563         * modules/savedir (EXTRA_DIST): Add savedir.h.
8564         * modules/sha1 (EXTRA_DIST): Add sha1.h.
8565         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
8566         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
8567         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
8568         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
8569         * modules/strdup (EXTRA_DIST): Add strdup.h.
8570         * modules/strftime (EXTRA_DIST): Add strftime.h.
8571         * modules/strndup (EXTRA_DIST): Add strndup.h.
8572         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
8573         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
8574         * modules/time_r (EXTRA_DIST): Add time_r.h.
8575         * modules/timespec (EXTRA_DIST): Add timespec.h.
8576         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
8577         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
8578         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
8579         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
8580         * modules/userspec (EXTRA_DIST): Add userspec.h.
8581         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
8582         * modules/utimens (EXTRA_DIST): Add utimens.h.
8583         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
8584         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
8585         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
8586         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
8587         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
8588         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
8589         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
8590         * modules/yesno (EXTRA_DIST): Add yesno.h.
8591
8592 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
8593
8594         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
8595
8596         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
8597         * m4/dev-ino.m4, same-inode.m4: Remove.
8598
8599         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
8600         * m4/acl.m4 (AC_FUNC_ACL):
8601         * m4/backupfile.m4 (gl_BACKUPFILE):
8602         * m4/c-strtod.m4 (gl_C99_STRTOLD):
8603         * m4/canon-host.m4 (gl_CANON_HOST):
8604         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
8605         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
8606         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
8607         * m4/cloexec.m4 (gl_CLOEXEC):
8608         * m4/close-stream.m4 (gl_CLOSE_STREAM):
8609         * m4/closeout.m4 (gl_CLOSEOUT):
8610         * m4/dirfd.m4 (gl_FUNC_DIRFD):
8611         * m4/dirname.m4 (gl_DIRNAME):
8612         * m4/exclude.m4 (gl_EXCLUDE):
8613         * m4/exitfail.m4 (gl_EXITFAIL):
8614         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
8615         * m4/file-type.m4 (gl_FILE_TYPE):
8616         * m4/filemode.m4 (gl_FILEMODE):
8617         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
8618         * m4/fpending.m4 (gl_FUNC_FPENDING):
8619         * m4/fprintftime.m4 (gl_FPRINTFTIME):
8620         * m4/fts.m4 (gl_FUNC_FTS):
8621         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
8622         * m4/getdate.m4 (gl_GETDATE):
8623         * m4/gethrxtime.m4 (gl_GETHRXTIME):
8624         * m4/getpagesize.m4 (gl_GETPAGESIZE):
8625         * m4/getpass.m4 (gl_FUNC_GETPASS):
8626         * m4/gettime.m4 (gl_GETTIME):
8627         * m4/getugroups.m4 (gl_GETUGROUPS):
8628         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
8629         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
8630         * m4/hard-locale.m4 (gl_HARD_LOCALE):
8631         * m4/hash.m4 (gl_HASH):
8632         * m4/idcache.m4 (gl_IDCACHE):
8633         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
8634         * m4/lchown.m4 (gl_FUNC_LCHOWN):
8635         * m4/long-options.m4 (gl_LONG_OPTIONS):
8636         * m4/lstat.m4 (gl_FUNC_LSTAT):
8637         * m4/md5.m4 (gl_MD5):
8638         * m4/memcasecmp.m4 (gl_MEMCASECMP):
8639         * m4/memcoll.m4 (gl_MEMCOLL):
8640         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
8641         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
8642         * m4/memxor.m4 (gl_MEMXOR):
8643         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
8644         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
8645         * m4/modechange.m4 (gl_MODECHANGE):
8646         * m4/mountlist.m4 (gl_MOUNTLIST):
8647         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
8648         * m4/openat.m4 (gl_FUNC_OPENAT):
8649         * m4/pathmax.m4 (gl_PATHMAX):
8650         * m4/physmem.m4 (gl_PHYSMEM):
8651         * m4/posixtm.m4 (gl_POSIXTM):
8652         * m4/posixver.m4 (gl_POSIXVER):
8653         * m4/quote.m4 (gl_QUOTE):
8654         * m4/quotearg.m4 (gl_QUOTEARG):
8655         * m4/readtokens.m4 (gl_READTOKENS):
8656         * m4/readutmp.m4 (gl_READUTMP):
8657         * m4/regex.m4 (gl_REGEX):
8658         * m4/safe-read.m4 (gl_SAFE_READ):
8659         * m4/safe-write.m4 (gl_SAFE_WRITE):
8660         * m4/same.m4 (gl_SAME):
8661         * m4/save-cwd.m4 (gl_SAVE_CWD):
8662         * m4/savedir.m4 (gl_SAVEDIR):
8663         * m4/settime.m4 (gl_SETTIME):
8664         * m4/sha1.m4 (gl_SHA1):
8665         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
8666         * m4/stat-macros.m4 (gl_STAT_MACROS):
8667         * m4/stat-time.m4 (gl_STAT_TIME):
8668         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
8669         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
8670         * m4/strdup.m4 (gl_FUNC_STRDUP):
8671         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
8672         * m4/strndup.m4 (gl_FUNC_STRNDUP):
8673         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
8674         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
8675         * m4/time_r.m4 (gl_TIME_R):
8676         * m4/timespec.m4 (gl_TIMESPEC):
8677         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
8678         * m4/unlinkdir.m4 (gl_UNLINKDIR):
8679         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
8680         * m4/userspec.m4 (gl_USERSPEC):
8681         * m4/utimecmp.m4 (gl_UTIMECMP):
8682         * m4/utimens.m4 (gl_UTIMENS):
8683         * m4/xalloc.m4 (gl_XALLOC):
8684         * m4/xgetcwd.m4 (gl_XGETCWD):
8685         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
8686         * m4/xreadlink.m4 (gl_XREADLINK):
8687         * m4/xstrtod.m4 (gl_XSTRTOD):
8688         * m4/yesno.m4 (gl_YESNO):
8689         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
8690         to get the necessary .h files and whatnot.
8691
8692 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
8693             Bruno Haible  <bruno@clisp.org>
8694
8695         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
8696         /bin/sh understanding of '!' conditional negation.
8697
8698 2006-08-21  Jim Meyering  <jim@meyering.net>
8699
8700         * modules/openat (Depends-on): Really alphabetize.
8701
8702         * modules/acl (Depends-on): Add error and quote.
8703
8704         * check-module (find_included_lib_files): Add at-func.c to the
8705         ok-to-include-more-than-once white list.
8706
8707         * modules/openat (Depends-on): Add lstat.  Alphabetize.
8708
8709 2006-08-21  Bruno Haible  <bruno@clisp.org>
8710
8711         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
8712         Emit a pkgdata_DATA variable only if some snippets add contents to it.
8713         Reported by Martin Lambers <marlam@marlam.de>.
8714
8715 2006-08-21  Bruno Haible  <bruno@clisp.org>
8716
8717         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
8718         specify an installation location, don't emit a noinst_LIBRARIES or
8719         noinst_LTLIBRARIES assignment.
8720
8721 2006-08-21  Bruno Haible  <bruno@clisp.org>
8722
8723         BeOS portability.
8724         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
8725         BeOS has mbrtowc() but no <wctype.h>.
8726
8727 2006-08-21  Bruno Haible  <bruno@clisp.org>
8728
8729         BeOS portability.
8730         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
8731         exist.
8732
8733 2006-08-21  Bruno Haible  <bruno@clisp.org>
8734
8735         BeOS portability.
8736         * lib/mbchar.h: Include <wctype.h> only if it exists.
8737
8738 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
8739
8740         Remove files that are no longer needed by their respective modules.
8741         * m4/obstack.m4: Remove.
8742         * m4/strerror_r.m4: Remove.
8743         * m4/uint32_t.m4: Remove.
8744         * m4/uintptr_t.m4: Remove.
8745         * m4/ullong_max.m4: Remove.
8746         * m4/xstrtoimax.m4: Remove.
8747         * m4/xstrtoumax.m4: Remove.
8748
8749         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
8750         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
8751         dependencies now capture this.
8752
8753         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
8754         Do not use AC_LIBSOURCES, since gnulib modules now do this.
8755         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
8756         * m4/human.m4 (gl_HUMAN): Likewise.
8757         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
8758         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
8759
8760         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
8761
8762         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
8763         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
8764         stdint.
8765         * m4/human.m4 (gl_HUMAN): Likewise.
8766         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
8767         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
8768         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
8769         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
8770         * m4/xstrtol (gl_XSTRTOL): Likewise.
8771
8772         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
8773         AC_TYPE_LONG_LONG_INT.
8774         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
8775         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
8776         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
8777         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
8778
8779         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
8780         on stdbool.
8781
8782         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
8783         (gl_PREREQ_XSTRTOUL): Remove.
8784
8785         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
8786
8787         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
8788         mode.
8789
8790 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
8791
8792         Add and change modules to make it easier for coreutils to use
8793         gnulib-tool.
8794         * modules/backupfile (Files): Remove m4/d-ino.m4.
8795         (Depends-on): Add d-ino.
8796         * modules/cycle-check (Depends-on): Add stdint.
8797         (lib_SOURCES): Add cycle-check.h.
8798         * modules/d-ino: New module.
8799         * modules/d-type: New module.
8800         * modules/error (Files): Remove m4/strerror_r.m4.
8801         * modules/filemode (Files): Add m4/st_dm_mode.m4.
8802         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
8803         m4/inttypes_h.m4, m4/uintmax_t.m4.
8804         (Depends-on): Add stdint.
8805         (lib_SOURCES): Add fsusage.h.
8806         * modules/getcwd (Files): Remove d-ino.m4.
8807         (Depends-on): Add d-ino.
8808         * modules/getndelim2 (Depends-on): Add stdint.
8809         * modules/glob (Files): Remove m4/d-type.m4.
8810         (Depends-on): Add d-type.
8811         * modules/host-os: New module.
8812         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
8813         m4/inttypes_h.m4, m4/uintmax_t.m4.
8814         * Depends-on: Add stdint.
8815         (lib_SOURCES): Add human.h.
8816         * modules/inttostr (Files): Remove m4/intmax_t.m4,
8817         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
8818         m4/uintmax_t.m4, m4/ulonglong.m4.
8819         (Depends-on): Add stdint.
8820         (EXTRA_DIST): Add inttostr.h.
8821         * modules/lchmod: New module.
8822         * modules/link-follow: New module.
8823         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
8824         (Depends-on): Add lchmod.
8825         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
8826         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
8827         (Depends-on): Add stdint.
8828         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
8829         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
8830         (Depends-on): Add stdint.
8831         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
8832         * modules/perl: New module.
8833         * modules/regex (Depends-on): Add stdint.
8834         * modules/rmdir-errno: New module.
8835         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
8836         m4/intmax_t.m4.
8837         (Depends-on): Add stdint.
8838         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
8839         m4/uintmax_t.m4.
8840         (Depends-on): Add stdint.
8841         * modules/unlink-busy: New module.
8842         * modules/utimecmp (Depends-on): Add stdint.
8843         * modules/uptime: New module.
8844         * modules/winsz-ioctl: New module.
8845         * modules/winsz-termios: New module.
8846         * modules/xnanosleep (Depends-on): Add nanosleep.
8847         * modules/ullong_max: Remove.
8848         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
8849         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
8850         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
8851         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
8852         (Depends-on): Add inttypes.
8853         (lib_SOURCES): Add xstrtol.h.
8854         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
8855         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
8856         * MODULES.html.sh: Move 'assert' into the assert section.
8857         Move 'dummy' into the linking section.
8858         Remove ullong_max.
8859         Add section for compatibility checks for POSIX:2001 functions,
8860         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
8861         winsz-ioctl, and winsz-termios into it.
8862         Add lchmod.
8863         Add top-level Misc section and put host-os, perl, and uptime
8864         into it.
8865
8866 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
8867
8868         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
8869         now assume the stdint module.  Do not include inttypes.h.
8870         * lib/fsusage.h: Likewise.
8871         * lib/getndelim2.c: Likewise.
8872         * lib/human.h: Likewise.
8873         * lib/inttostr.h: Likewise.
8874         * lib/obstack.c: Likewise.
8875         * lib/regex_internal.h: Likewise.
8876         * lib/tempname.c: Likewise.
8877         * lib/utimecmp.c: Likewise.
8878         * lib/xstrtol.h: Likewise.
8879
8880         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
8881
8882         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
8883         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
8884         * lib/xtime.h: Likewise.
8885
8886 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
8887
8888         * modules/openat (Files): Add lib/fchmodat.c.
8889         Fixes problem reported by Jay Youngman.
8890
8891 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
8892
8893         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
8894         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
8895
8896 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
8897             Bruno Haible  <bruno@clisp.org>
8898
8899         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
8900         and is a script that invokes bison. Tighten the code. Add comments.
8901
8902 2006-08-18  Jim Meyering  <jim@meyering.net>
8903
8904         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
8905         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
8906         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
8907         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
8908
8909 2006-08-18  Bruno Haible  <bruno@clisp.org>
8910
8911         * modules/bison-i18n: New file.
8912         * MODULES.html.sh (Internationalization functions): Add it.
8913
8914 2006-08-18  Bruno Haible  <bruno@clisp.org>
8915
8916         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
8917         sys/statvfs.h. When getmntinfo was found, check its declaration and
8918         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
8919
8920 2006-08-18  Bruno Haible  <bruno@clisp.org>
8921
8922         * m4/bison-i18n.m4: New file, from bison.
8923
8924 2006-08-18  Bruno Haible  <bruno@clisp.org>
8925
8926         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
8927         (ME_DUMMY): Treat "kernfs" as a dummy.
8928         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
8929
8930 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
8931
8932         Update from coreutils.
8933
8934         2006-08-15  Jim Meyering  <jim@meyering.net>
8935
8936         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
8937
8938         2006-01-17  Jim Meyering  <jim@meyering.net>
8939
8940         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
8941
8942         2006-01-11  Jim Meyering  <jim@meyering.net>
8943
8944         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
8945         Check for the lchmod function.
8946
8947 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
8948
8949         Update from coreutils.
8950
8951         * lib/__fpending.h: Add copyright notice.
8952         * lib/fprintftime.h: Likewise.
8953         * lib/savedir.c: Use (C) in copyright notice.
8954         * lib/savedir.h: Likewise.
8955
8956         2006-08-15  Jim Meyering  <jim@meyering.net>
8957
8958         * lib/at-func.c: New file, with the logic of all emulated at-functions.
8959         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
8960         in support of the EXPECTED_ERRNO macro.
8961         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
8962         definitions.  Instead, define the appropriate symbols and include
8963         "at-func.c".
8964         * lib/mkdirat.c (mkdirat): Likewise.
8965         * lib/fchmodat.c (fchmodat): Likewise.
8966         (ENOSYS): Remove definition.
8967         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
8968         it.  Don't include "unistd--.h" -- it wasn't ever used.
8969
8970         2006-01-17  Jim Meyering  <jim@meyering.net>
8971
8972         Rewrite fts.c not to change the current working directory,
8973         by using openat, fstatat, fdopendir, etc..
8974
8975         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
8976         (HAVE_OPENAT_SUPPORT): Define.
8977         [_LIBC] (fchdir): Don't undef or define; no longer used.
8978         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
8979         Now, this `function' always succeeds, and consumes its file descriptor
8980         parameter -- so callers must not close such FDs.  Update callers.
8981         (diropen_fd, opendirat, cwd_advance_fd): New functions.
8982         (diropen): Add parameter, SP.  Adjust all callers.
8983         Implement using diropen_fd, rather than open.
8984         (fts_open): Initialize new member, fts_cwd_fd.
8985         Remove fts_rft-setting code.
8986         (fts_close): Close fts_cwd_fd, if necessary.
8987         (__opendir2): Define in terms of opendir or opendirat,
8988         depending on whether the FST_NOCHDIR flag is set.
8989         (fts_build): Since fts_safe_changedir consumes its FD, and since
8990         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
8991         and close the dup'd file descriptor upon failure.
8992         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
8993         (fts_safe_changedir): Tweak semantics to reflect that this function
8994         now calls cwd_advance_fd and hence consumes its FD argument.
8995         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
8996         [struct FTS] (fts_rft): Remove now-unused member.
8997         [struct FTS] (fts_cycle.state): Improve comment.
8998
8999         * lib/openat.c (openat_needs_fchdir): New function.
9000         * lib/openat.h (openat_needs_fchdir): Declare it.
9001
9002 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
9003
9004         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
9005         Problem and fix reported by Pádraig Brady in
9006         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
9007
9008 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
9009
9010         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
9011
9012 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
9013
9014         * lib/memcoll.c (memcoll): Optimize for the common case where the
9015         arguments are bytewise equal.
9016
9017 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
9018
9019         * doc/regexprops-generic.texi: Add a copyright notice.
9020
9021 2006-08-15  Bruno Haible  <bruno@clisp.org>
9022
9023         * modules/tmpdir (License): Change to LGPL.
9024
9025 2006-08-15  Bruno Haible  <bruno@clisp.org>
9026
9027         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
9028         module.
9029
9030 2006-08-14  Simon Josefsson  <jas@extundo.com>
9031
9032         * config/srclist.txt: Add gnupload.
9033
9034 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
9035
9036         Change copyright notice from LGPL 2 to GPL 2, since that's the
9037         standard form used in the gnulib repository.
9038         * tests/test-lock.c: Likewise.
9039         * tests/test-stdint.c: Likewise.
9040         * tests/test-tls.c: Likewise.
9041
9042         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
9043         prelude-manager.  User shorter URLs for GNU projects, without '?'.
9044         Add copyright notice.
9045
9046         * check-module: Add copyright notice.  Output a copyright
9047         notice if "--version" is specified.
9048         * modules/COPYING: New file.
9049         * tests/test-getaddrinfo.c: Add copyright notice.
9050         * tests/test-verify.c: Likewise.
9051
9052 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
9053
9054         Change copyright notice from LGPL 2 to GPL 2, since that's the
9055         standard form used in the gnulib repository.
9056         * lib/lock.c: LGPL -> GPL.
9057         * lib/lock.h: Likewise.
9058         * lib/strnlen1.c: Likewise.
9059         * lib/strnlen1.h: Likewise.
9060         * lib/tls.c: Likewise.
9061         * lib/tls.h: Likewise.
9062         * lib/tmpdir.c: Likewise.
9063
9064         * lib/TODO: Remove; this belongs only in coreutils.
9065
9066 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
9067
9068         Add copyright notices to long-enough files that lack them, since
9069         otherwise the files aren't clearly free.  Use the same notice that
9070         getdate.texi already uses.
9071         * doc/alloca-opt.texi: Add copyright notice.
9072         * doc/alloca.texi: Likewise.
9073         * doc/ctime.texi: Likewise.
9074         * doc/functions.texi: Likewise.
9075         * doc/gcd.texi: Likewise.
9076         * doc/gnulib-tool.texi: Likewise.
9077         * doc/inet_ntoa.texi: Likewise.
9078         * doc/visibility.texi: Likewise.
9079
9080         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
9081         * doc/quote.texi: Add copyright notice.
9082
9083         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
9084         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
9085         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
9086         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
9087         is now obsolete, and give a pointer to the Sun list.
9088         Add copyright notice.
9089
9090 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
9091
9092         * config/srclistvars.sh: Add copyright notice.
9093
9094 2006-08-14  Eric Blake  <ebb9@byu.net>
9095
9096         Import the following change from libc:
9097
9098         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
9099
9100         Upstream bug 2997.
9101         * lib/misc/error.c: Add space between program name and message if file
9102         name is missing.
9103
9104 2006-08-12  Karl Berry  <karl@gnu.org>
9105
9106         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
9107         remove, these originate in gnulib now.
9108
9109 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9110
9111         * doc/Makefile (standards.info standards.html standards.dvi):
9112         Also depend on make-stds.texi.
9113
9114 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
9115
9116         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
9117         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
9118
9119         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
9120         in wchar_t.  Problem reported by Eric Blake.
9121
9122         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
9123         LEN is smaller than SIZE.  Suggested by Bruno Haible.
9124         Also, help the compiler to keep LEN in a register.
9125
9126 2006-08-11  Eric Blake  <ebb9@byu.net>
9127
9128         * users.txt: Sort.  Add tar.
9129
9130 2006-08-11  Bruno Haible  <bruno@clisp.org>
9131
9132         * users.txt: New file.
9133
9134 2006-08-11  Bruno Haible  <bruno@clisp.org>
9135
9136         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
9137         before <wchar.h>. Needed for OSF/1 and BSD/OS.
9138
9139 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
9140
9141         * modules/snprintf (Depends-on): Remove minmax.
9142         (Maintainer): Add self and Bruno.
9143
9144 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
9145
9146         * lib/.cppi-disable: Add snprintf.h, socket_.h.
9147         * lib/snprintf.c: Include <errno.h> and <limits.h>.
9148         (EOVERFLOW): Define if the system does not.
9149         Do not include "minmax.h"; it wasn't used.
9150         (snprintf): Don't assume size_t promotes to an unsigned type.
9151         Fix bug when generated string was too long for the buffer: the
9152         buffer's contents are supposed to be the initial prefix of the
9153         output.  Don't assume vasnprintf returns EOVERFLOW if the size
9154         exceeds INT_MAX; do the check ourselves.
9155
9156         Import the following changes from libc:
9157
9158         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
9159
9160         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
9161         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
9162         set wc to the byte which couldn't be converted.
9163         (re_string_reconstruct): Don't clear valid_raw_len before calling
9164         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
9165         tip_context using re_string_context_at.
9166
9167         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
9168
9169         * lib/posix/regex.h: g++ still cannot handled [restrict].
9170
9171         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
9172
9173         * lib/posix/regex.h: Remove special handling for VMS.
9174
9175 2006-08-10  Jim Meyering  <jim@meyering.net>
9176
9177         * modules/same-inode: New module.
9178         * modules/dev-ino: New module.
9179         * modules/cycle-check: Depend on these modules, rather than simply
9180         including their .h files.
9181         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
9182         required via m4/cycle-check.m4.
9183         * modules/same: Depend on new same-inode module, rather than
9184         including same-inode.h.
9185         * modules/chdir-safer: New file.
9186
9187         * modules/chown (Depends-on): Add stat-macros.
9188
9189 2006-08-10  Jim Meyering  <jim@meyering.net>
9190
9191         * m4/cycle-check.m4: New file.
9192         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
9193         * m4/dev-ino.m4, m4/same-inode.m4: New files.
9194
9195 2006-08-10  Eric Blake  <ebb9@byu.net>
9196
9197         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
9198         in from original proposal.
9199
9200 2006-08-10  Eric Blake  <ebb9@byu.net>
9201         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9202
9203         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
9204         namespace.
9205
9206 2006-08-10  Bruno Haible  <bruno@clisp.org>
9207
9208         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
9209         as well.
9210
9211 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
9212
9213         Sync from coreutils.
9214
9215         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
9216
9217         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
9218         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
9219
9220 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
9221
9222         * modules/restrict: Remove; no longer needed now that we assume
9223         Autoconf 2.59 or later.
9224         * MODULES.html.sh: Remove 'restrict'.
9225         * modules/argp (Depends-on): Remove 'restrict'.
9226         * modules/base64 (Depends-on): Likewise.
9227         * modules/gc (Depends-on): Likewise.
9228         * modules/getaddrinfo (Depends-on): Likewise.
9229         * modules/glob (Depends-on): Likewise.
9230         * modules/inet_ntop (Depends-on): Likewise.
9231         * modules/inet_pton (Depends-on): Likewise.
9232         * modules/memxor (Depends-on): Likewise.
9233         * modules/regex (Depends-on): Likewise.
9234         * modules/strtok_r (Depends-on): Likewise.
9235         * modules/time_r (Depends-on): Likewise.
9236
9237 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
9238
9239         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
9240         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
9241         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
9242         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
9243         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
9244         * m4/memxor.m4 (gl_MEMXOR): Likewise.
9245         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
9246         gl_C_RESTRICT replaced by AC_C_RESTRICT.
9247
9248         Merge from coreutils.
9249         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
9250         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
9251         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
9252         * m4/time_r.m4 (gl_TIME_R): Likewise.
9253
9254 2006-08-09  Karl Berry  <karl@gnu.org>
9255
9256         * config/srclist.txt: no more gettext-tools, per Bruno.
9257
9258 2006-08-08  Eric Blake  <ebb9@byu.net>
9259
9260         * modules/verror: New module.
9261         * MODULES.html.sh: Document it.
9262
9263 2006-08-08  Eric Blake  <ebb9@byu.net>
9264
9265         * lib/verror.h, lib/verror.c: New files.
9266
9267 2006-08-08  Eric Blake  <ebb9@byu.net>
9268
9269         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
9270         verror_at_line output complies with GNU Coding Standards even when
9271         file is NULL.
9272
9273 2006-08-07  Bruno Haible  <bruno@clisp.org>
9274
9275         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
9276         versions of AIX.
9277         Reported by Ralf Wildenhues.
9278
9279 2006-08-07  Bruno Haible  <bruno@clisp.org>
9280
9281         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
9282         in an AC_DEFUN. Needed so that the autoconf snippets can use
9283         AC_REQUIRE.
9284
9285 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9286
9287         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9288         Initialize pkgdata_DATA.
9289         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
9290         overriding it.
9291
9292 2006-08-06  Eric Blake  <ebb9@byu.net>
9293
9294         * lib/error.h: Fold in some upstream changes from glibc.
9295         * lib/error.c: Likewise.
9296
9297 2006-08-04  Bruno Haible  <bruno@clisp.org>
9298
9299         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9300         Make the mostlyclean-local rule depend on mostlyclean-generic.
9301         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
9302
9303 2006-07-31  Bruno Haible  <bruno@clisp.org>
9304
9305         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
9306         <stdlib.h>, <string.h>.
9307
9308 2006-07-30  Bruno Haible  <bruno@clisp.org>
9309
9310         * modules/readlink (License): Change to LGPL.
9311
9312 2006-07-30  Bruno Haible  <bruno@clisp.org>
9313
9314         * modules/javaversion (Makefile.am): Distribute javaversion.java and
9315         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
9316         set PKGDATADIR to point to it.
9317
9318 2006-07-30  Bruno Haible  <bruno@clisp.org>
9319
9320         * modules/csharpexec (configure.ac): Comment out macro invocation.
9321         * modules/javaexec (configure.ac): Likewise.
9322         * modules/javacomp-script (configure.ac): Likewise.
9323
9324         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
9325
9326 2006-07-30  Bruno Haible  <bruno@clisp.org>
9327
9328         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
9329         linked-list.
9330
9331 2006-07-30  Bruno Haible  <bruno@clisp.org>
9332
9333         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
9334
9335 2006-07-30  Bruno Haible  <bruno@clisp.org>
9336
9337         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9338         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
9339         get removed.
9340
9341 2006-07-29  Bruno Haible  <bruno@clisp.org>
9342
9343         Make it possible for gnulib-tool to work with locally modified or
9344         augmented gnulib repositories.
9345         * gnulib-tool (func_usage): Document --local-dir option.
9346         (local_gnulib_dir): New variable.
9347         Handle --local-dir option.
9348         (func_lookup_file): New function.
9349         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
9350         (func_get_description, func_get_filelist, func_get_description,
9351         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
9352         func_get_automake_snippet, func_get_include_directive,
9353         func_get_license, func_get_maintainer): Use func_lookup_file.
9354         (func_import, func_create_testdir): Use func_lookup_file.
9355
9356 2006-07-29  Bruno Haible  <bruno@clisp.org>
9357
9358         * modules/setenv (Depends-on): Add unistd.
9359
9360 2006-07-29  Bruno Haible  <bruno@clisp.org>
9361
9362         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
9363
9364 2006-07-29  Bruno Haible  <bruno@clisp.org>
9365
9366         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
9367
9368 2006-07-29  Bruno Haible  <bruno@clisp.org>
9369
9370         * gnulib-tool (import, update): If there is no Makefile.am, look at
9371         aclocal.m4, instead of bailing out.
9372
9373 2006-07-29  Bruno Haible  <bruno@clisp.org>
9374
9375         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
9376         Categorize the options by when they are useful.
9377
9378 2006-07-29  Bruno Haible  <bruno@clisp.org>
9379
9380         * gnulib-tool (func_usage): Document option --no-libtool.
9381         Handle option --no-libtool.
9382         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
9383         for changed semantics of $libtool variable.
9384         (func_import): Likewise. If libtool is not used, show this through
9385         an option --no-libtool.
9386         (func_create_testdir): Update.
9387
9388 2006-07-29  Bruno Haible  <bruno@clisp.org>
9389
9390         * gnulib-tool (func_import): Extend error message about missing
9391         --doc-base.
9392
9393 2006-07-29  Bruno Haible  <bruno@clisp.org>
9394
9395         * gnulib-tool (func_import): Don't create the $docbase directory if
9396         there is no file to store there.
9397
9398 2006-07-29  Bruno Haible  <bruno@clisp.org>
9399
9400         * gnulib-tool (autoconf_minversion): If a --dir option is given and
9401         relevant, look for configure.ac there, not in the current directory.
9402         Also use a simple search for AC_PREREQ, not "autoconf --trace".
9403
9404 2006-07-29  Bruno Haible  <bruno@clisp.org>
9405
9406         * gnulib-tool (SORT): New variable.
9407         (func_usage): Undocument --assume-autoconf option.
9408         Remove --assume-autoconf option handling.
9409         (autoconf_minversion): Determine from the contents of configure.ac.
9410         (func_import): Remove autoconf_minversion handling.
9411         Suggested by Eric Blake.
9412
9413 2006-07-29  Bruno Haible  <bruno@clisp.org>
9414
9415         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
9416
9417 2006-07-29  Bruno Haible  <bruno@clisp.org>
9418
9419         * config/srclist.txt (*setenv.[ch]): Remove rules.
9420
9421 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9422
9423         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
9424
9425 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9426
9427         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
9428         arpa/inet.h.
9429
9430 2006-07-28  Simon Josefsson  <jas@extundo.com>
9431
9432         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
9433         * modules/inet_pton (Depends-on): Likewise.
9434
9435 2006-07-28  Simon Josefsson  <jas@extundo.com>
9436
9437         * m4/netinet_in_h.m4: New file.
9438
9439 2006-07-28  Simon Josefsson  <jas@extundo.com>
9440
9441         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
9442         #include's.
9443
9444 2006-07-28  Simon Josefsson  <jas@extundo.com>
9445
9446         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
9447         #include's.
9448
9449 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
9450
9451         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
9452         setgid on directories only if they set these bits.
9453         * lib/modechange.h: Remove obsolete comment about masks.
9454
9455 2006-07-28  Eric Blake  <ebb9@byu.net>
9456
9457         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
9458         macro expansion.
9459
9460 2006-07-28  Bruno Haible  <bruno@clisp.org>
9461
9462         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
9463
9464 2006-07-28  Bruno Haible  <bruno@clisp.org>
9465
9466         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
9467
9468 2006-07-28  Bruno Haible  <bruno@clisp.org>
9469
9470         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
9471         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
9472         Define fallbacks.
9473         Avoids link error on FreeBSD 4.x.
9474         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
9475
9476         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
9477         encoding.
9478         * lib/mbswidth.c (iswcntrl): Likewise.
9479
9480 2006-07-27  Bruno Haible  <bruno@clisp.org>
9481
9482         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
9483         test.
9484
9485 2006-07-27  Bruno Haible  <bruno@clisp.org>
9486
9487         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
9488         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
9489         defined.
9490
9491 2006-07-26  Eric Blake  <ebb9@byu.net>
9492
9493         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
9494
9495 2006-07-26  Eric Blake  <ebb9@byu.net>
9496
9497         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
9498         like mingw that lack mkstemp.
9499         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
9500         avoid compilation warning on mingw.
9501
9502 2006-07-26  Bruno Haible  <bruno@clisp.org>
9503
9504         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
9505         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
9506         INT_FAST*_MIN, INTPTR_MIN.
9507
9508 2006-07-25  Bruno Haible  <bruno@clisp.org>
9509
9510         * modules/version-etc (Depends-on): Add stdarg.
9511
9512 2006-07-25  Bruno Haible  <bruno@clisp.org>
9513
9514         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
9515         complex commands.
9516
9517 2006-07-25  Bruno Haible  <bruno@clisp.org>
9518
9519         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
9520         defined in <stdarg.h> or config.h.
9521
9522 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
9523
9524         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
9525         (gl_STDIO_SAFER): Remove.
9526
9527 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
9528
9529         * MODULES.html.sh (File stream based Input/Output):
9530         Add fopen-safer, tmpfile-safer; remove stdio-safer.
9531         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
9532         * modules/fopen-safer, modules/tmpfile-safer: New files.
9533         * modules/stdio-safer: Remove.
9534
9535 2006-07-24  Bruno Haible  <bruno@clisp.org>
9536
9537         * modules/tmpdir: New file.
9538         * MODULES.html.sh (File system functions): Add it.
9539
9540 2006-07-24  Bruno Haible  <bruno@clisp.org>
9541
9542         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
9543         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
9544
9545 2006-07-24  Bruno Haible  <bruno@clisp.org>
9546
9547         * modules/clean-temp: New file.
9548
9549 2006-07-24  Bruno Haible  <bruno@clisp.org>
9550
9551         * m4/tmpdir.m4: New file, from GNU gettext.
9552
9553 2006-07-24  Bruno Haible  <bruno@clisp.org>
9554
9555         * lib/tmpdir.h: New file, from GNU gettext.
9556         * lib/tmpdir.c: New file, from GNU gettext.
9557
9558 2006-07-24  Bruno Haible  <bruno@clisp.org>
9559
9560         * lib/clean-temp.h: New file, from GNU gettext.
9561         * lib/clean-temp.c: New file, from GNU gettext.
9562
9563 2006-07-23  Eric Blake  <ebb9@byu.net>
9564
9565         * modules/stdio-safer (Files): Add tmpfile-safer.c.
9566         (Depends-on): Add binary-io.
9567
9568 2006-07-23  Eric Blake  <ebb9@byu.net>
9569
9570         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
9571
9572 2006-07-23  Eric Blake  <ebb9@byu.net>
9573
9574         * lib/tmpfile-safer.c: New file.
9575         * lib/stdio-safer.h (fopen_safer): Add prototype.
9576         * lib/stdio--.h (tmpfile): Make safer.
9577
9578 2006-07-23  Bruno Haible  <bruno@clisp.org>
9579
9580         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
9581         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
9582         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
9583         gl_linked_remove_at): Use it.
9584
9585 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9586         and Simon Josefsson <jas@extundo.com>
9587
9588         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
9589
9590         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
9591
9592 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
9593
9594         * modules/close-stream: New file.
9595         * modules/closeout (Description): Make it clear that it exits
9596         with a diagnostic on error.
9597         (Depends-on): Add close-stream.  Remove fpending, stdbool.
9598         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
9599
9600 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
9601
9602         * m4/close-stream.m4: New file.
9603
9604 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
9605
9606         * lib/close-stream.c, lib/close-stream.h: New files.
9607
9608 2006-07-22  Bruno Haible  <bruno@clisp.org>
9609
9610         Merge from GNU gettext 0.15.
9611
9612         2006-05-01  Bruno Haible  <bruno@clisp.org>
9613
9614                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
9615
9616         2006-07-22  Bruno Haible  <bruno@clisp.org>
9617
9618                 * modules/javaversion: New file.
9619                 * MODULES.html.sh (Java): Add javaversion.
9620
9621         2006-03-12  Bruno Haible  <bruno@clisp.org>
9622
9623                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
9624
9625         2005-12-04  Bruno Haible  <bruno@clisp.org>
9626
9627                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
9628                 (untested).
9629
9630         2006-06-21  Bruno Haible  <bruno@clisp.org>
9631
9632                 Avoid warnings from recent versions of mcs.
9633                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
9634                 -o, -L, -r any more. Use options documented since mcs-1.0
9635                 instead. Similarly for -g.
9636
9637         2005-12-04  Bruno Haible  <bruno@clisp.org>
9638
9639                 * build-aux/csharpcomp.sh.in: Suffix for resources is
9640                 .resources, not .resource.
9641
9642         2005-07-09  Bruno Haible  <bruno@clisp.org>
9643
9644                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
9645                 add a .dll suffix.
9646                 Reported by Mark Junker <mjscod@gmx.de>.
9647
9648         2006-07-22  Bruno Haible  <bruno@clisp.org>
9649
9650                 * modules/gettext: Upgrade to gettext-0.15.
9651                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
9652                 m4/visibility.m4.
9653                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
9654
9655 2006-07-22  Bruno Haible  <bruno@clisp.org>
9656
9657         Merge from GNU gettext 0.15.
9658
9659         2006-03-25  Bruno Haible  <bruno@clisp.org>
9660
9661                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
9662
9663         2006-07-21  Bruno Haible  <bruno@clisp.org>
9664
9665                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
9666                 "1.1".
9667
9668         2006-05-09  Bruno Haible  <bruno@clisp.org>
9669
9670                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
9671                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
9672                 for the conftestver execution.
9673
9674         2006-05-01  Bruno Haible  <bruno@clisp.org>
9675
9676                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
9677                 optional target-version argument. Verify that the compiler
9678                 groks source of the specified source-version, or add -source
9679                 option as necessary. Verify that the compiler produces
9680                 bytecode in the specified target-version, or add -target and
9681                 -source options as necessary. Make the result of the test
9682                 available as variable CONF_JAVAC. Also log error output in
9683                 config.log.
9684
9685         2006-03-11  Bruno Haible  <bruno@clisp.org>
9686
9687                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
9688
9689         2006-05-09  Bruno Haible  <bruno@clisp.org>
9690
9691                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
9692                 CLASSPATH_SEPARATOR to a semicolon.
9693
9694         2006-03-12  Bruno Haible  <bruno@clisp.org>
9695
9696                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
9697                 available as variable CONF_JAVA, for subsequent autoconf
9698                 tests. Also log error output in config.log.
9699
9700         2006-07-19  Bruno Haible  <bruno@clisp.org>
9701
9702                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
9703                 that getline works on glibc2 systems. Needed to avoid trouble
9704                 in relocatable.c.
9705                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
9706
9707         2005-12-04  Bruno Haible  <bruno@clisp.org>
9708
9709                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
9710                 launcher (untested).
9711
9712         2005-12-04  Bruno Haible  <bruno@clisp.org>
9713
9714                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
9715
9716         2006-07-22  Bruno Haible  <bruno@clisp.org>
9717
9718                 * gettext.m4: Update from GNU gettext-0.15.
9719                 * nls.m4: Likewise.
9720                 * po.m4: Likewise.
9721                 * inttypes-pri.m4: Likewise.
9722                 * inttypes-h.m4: Renamed from inttypes.m4.
9723                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
9724
9725 2006-07-22  Bruno Haible  <bruno@clisp.org>
9726
9727         Merge from GNU gettext 0.15.
9728
9729         2005-07-05  Bruno Haible  <bruno@clisp.org>
9730
9731                 * printf-args.c (printf_fetchargs): Work around broken
9732                 definition of wint_t on mingw.
9733
9734         2005-02-12  Bruno Haible  <bruno@clisp.org>
9735
9736                 * xallocsa.h: Add extern "C" for C++.
9737
9738         2006-05-17  Bruno Haible  <bruno@clisp.org>
9739
9740                 Cygwin portability.
9741                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
9742
9743         2006-04-30  Bruno Haible  <bruno@clisp.org>
9744
9745                 * progreloc.c: Include <mach-o/dyld.h> if available.
9746                 (find_executable): Use _NSGetExecutablePath when possible.
9747
9748         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
9749
9750                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
9751                 function.
9752
9753         2005-12-29  Bruno Haible  <bruno@clisp.org>
9754
9755                 * progreloc.c (set_program_name_and_installdir): Fix
9756                 compilation error.
9757
9758         2005-12-04  Bruno Haible  <bruno@clisp.org>
9759
9760                 Cygwin portability.
9761                 * progreloc.c: Include <windows.h> also on Cygwin.
9762                 (find_executable): Add support for Cygwin.
9763                 (set_program_name_and_installdir): Handle also platforms with
9764                 nonempty EXEEXT.
9765
9766         2006-07-11  Bruno Haible  <bruno@clisp.org>
9767
9768                 * javacomp.c: Fix a comment.
9769                 Reported by Jim Meyering.
9770
9771         2006-04-30  Bruno Haible  <bruno@clisp.org>
9772
9773                 * javacomp.h (compile_java_class): Add source_version,
9774                 target_version arguments.
9775                 * javacomp.c: Rewritten to choose only a compiler that
9776                 respects the specified source_version and target_version.
9777
9778         2006-06-27  Bruno Haible  <bruno@clisp.org>
9779
9780                 Assume correct S_ISDIR macro.
9781                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
9782
9783         2006-07-22  Bruno Haible  <bruno@clisp.org>
9784
9785                 * javaversion.h: New file, from GNU gettext.
9786                 * javaversion.c: New file, from GNU gettext.
9787                 * javaversion.java: New file, from GNU gettext.
9788                 * javaversion.class: New file, from GNU gettext.
9789
9790         2006-05-17  Bruno Haible  <bruno@clisp.org>
9791
9792                 Cygwin portability.
9793                 * javaexec.c (execute_java_class): Test for jview program
9794                 also on Cygwin.
9795
9796         2006-04-09  Bruno Haible  <bruno@clisp.org>
9797
9798                 * fatal-signal.c: Don't include string.h.
9799                 (at_fatal_signal): Use a copying loop instead of memcpy.
9800
9801         2005-12-04  Bruno Haible  <bruno@clisp.org>
9802
9803                 * csharpexec.c: Add support for 'clix' launcher (untested).
9804                 (execute_csharp_using_sscli): New function.
9805                 (execute_csharp_program): Call it.
9806
9807         2006-06-21  Bruno Haible  <bruno@clisp.org>
9808
9809                 Avoid warnings from recent versions of mcs.
9810                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
9811                 -o, -L, -r any more. Use options documented since mcs-1.0
9812                 instead. Similarly for -g.
9813
9814         2005-07-09  Bruno Haible  <bruno@clisp.org>
9815
9816                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
9817                 add a .dll suffix.
9818                 Reported by Mark Junker <mjscod@gmx.de>.
9819
9820         2006-06-17  Bruno Haible  <bruno@clisp.org>
9821
9822                 * config.charset: Update for NetBSD 3.0.
9823
9824         2006-05-17  Bruno Haible  <bruno@clisp.org>
9825
9826                 Cygwin portability.
9827                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
9828
9829         2006-05-16  Bruno Haible  <bruno@clisp.org>
9830
9831                 * localcharset.c [CYGWIN]: Include <windows.h>.
9832                 (get_charset_aliases): For Cygwin, return the same CPxxx
9833                 aliases list as under WIN32.
9834                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
9835                 the environment variables. Fall back to GetACP().
9836
9837         2006-04-05  Bruno Haible  <bruno@clisp.org>
9838
9839                 * config.charset: Update Juan Manuel Guerrero's address.
9840
9841         2005-02-12  Bruno Haible  <bruno@clisp.org>
9842
9843                 * allocsa.h: Add extern "C" for C++.
9844
9845         2005-02-10  Bruno Haible  <bruno@clisp.org>
9846
9847                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
9848                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
9849
9850         2006-07-22  Bruno Haible  <bruno@clisp.org>
9851
9852                 * gettext.h: Update to GNU gettext-0.15.
9853
9854 2006-07-22  Bruno Haible  <bruno@clisp.org>
9855
9856         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
9857         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
9858         lib-prefix.m4, longdouble.m4, ssize_t.m4.
9859
9860 2006-07-21  Eric Blake  <ebb9@byu.net>
9861
9862         * modules/stdlib-safer: New file.
9863         * MODULES.html.sh (File stream based Input/Output): Add
9864         stdlib-safer.
9865
9866 2006-07-21  Eric Blake  <ebb9@byu.net>
9867
9868         * lib/stdlib-safer.h: New file from coreutils, required by
9869         stdlib--.h.
9870
9871 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
9872
9873         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
9874
9875 2006-07-20  Bruno Haible  <bruno@clisp.org>
9876
9877         * gnulib-tool: Recognize new option --assume-autoconf.
9878         (autoconf_minversion): New variable.
9879         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
9880
9881 2006-07-20  Bruno Haible  <bruno@clisp.org>
9882
9883         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
9884
9885 2006-07-19  Derek R. Price  <derek@ximbiot.com>
9886
9887         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
9888         Reindent and repaginate.
9889
9890 2006-07-19  Derek Price  <derek@ximbiot.com>
9891
9892         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
9893         Correct grammar.
9894
9895 2006-07-17  Bruno Haible  <bruno@clisp.org>
9896
9897         * modules/list: New file.
9898         * modules/array-list: New file.
9899         * modules/carray-list, modules/carray-list-tests: New files.
9900         * modules/linked-list, modules/linked-list-tests: New files.
9901         * modules/avltree-list, modules/avltree-list-tests: New files.
9902         * modules/rbtree-list, modules/rbtree-list-tests: New files.
9903         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
9904         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
9905         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
9906         * modules/oset: New file.
9907         * modules/array-oset: New file.
9908         * modules/avltree-oset, modules/avltree-oset-tests: New files.
9909         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
9910         * tests/test-carray_list.c: New file.
9911         * tests/test-linked_list.c: New file.
9912         * tests/test-avltree_list.c: New file.
9913         * tests/test-rbtree_list.c: New file.
9914         * tests/test-linkedhash_list.c: New file.
9915         * tests/test-avltreehash_list.c: New file.
9916         * tests/test-rbtreehash_list.c: New file.
9917         * tests/test-avltree_oset.c: New file.
9918         * tests/test-rbtree_oset.c: New file.
9919         * MODULES.html.sh (Container data structures): New section.
9920
9921 2006-07-17  Bruno Haible  <bruno@clisp.org>
9922
9923         * m4/gl_list.m4: New file.
9924
9925 2006-07-17  Bruno Haible  <bruno@clisp.org>
9926
9927         * lib/gl_list.h: New file.
9928         * lib/gl_list.c: New file.
9929         * lib/gl_array_list.h: New file.
9930         * lib/gl_array_list.c: New file.
9931         * lib/gl_carray_list.h: New file.
9932         * lib/gl_carray_list.c: New file.
9933         * lib/gl_linked_list.h: New file.
9934         * lib/gl_linked_list.c: New file.
9935         * lib/gl_anylinked_list1.h: New file.
9936         * lib/gl_anylinked_list2.h: New file.
9937         * lib/gl_avltree_list.h: New file.
9938         * lib/gl_avltree_list.c: New file.
9939         * lib/gl_anyavltree_list1.h: New file.
9940         * lib/gl_anyavltree_list2.h: New file.
9941         * lib/gl_rbtree_list.h: New file.
9942         * lib/gl_rbtree_list.c: New file.
9943         * lib/gl_anyrbtree_list1.h: New file.
9944         * lib/gl_anyrbtree_list2.h: New file.
9945         * lib/gl_anytree_list1.h: New file.
9946         * lib/gl_anytree_list2.h: New file.
9947         * lib/gl_linkedhash_list.h: New file.
9948         * lib/gl_linkedhash_list.c: New file.
9949         * lib/gl_anyhash_list1.h: New file.
9950         * lib/gl_anyhash_list2.h: New file.
9951         * lib/gl_avltreehash_list.h: New file.
9952         * lib/gl_avltreehash_list.c: New file.
9953         * lib/gl_rbtreehash_list.h: New file.
9954         * lib/gl_rbtreehash_list.c: New file.
9955         * lib/gl_anytreehash_list1.h: New file.
9956         * lib/gl_anytreehash_list2.h: New file.
9957
9958         * lib/gl_oset.h: New file.
9959         * lib/gl_oset.c: New file.
9960         * lib/gl_array_oset.h: New file.
9961         * lib/gl_array_oset.c: New file.
9962         * lib/gl_avltree_oset.h: New file.
9963         * lib/gl_avltree_oset.c: New file.
9964         * lib/gl_rbtree_oset.h: New file.
9965         * lib/gl_rbtree_oset.c: New file.
9966         * lib/gl_anytree_oset.h: New file.
9967
9968 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
9969
9970         * m4/mkancesdirs.m4: New file.
9971         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
9972         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
9973         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
9974         it.
9975
9976 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
9977
9978         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
9979         * lib/mkancesdirs.h: New files.
9980         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
9981         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
9982         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
9983         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
9984         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
9985         callers changed.  Revamp internals significantly, by not
9986         attempting to create directories that are temporarily more
9987         permissive than the final results.  Do not attempt to use
9988         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
9989         This removes some race conditions, fixes some bugs, and simplifies
9990         things.  Use new dirchownmod function to do owner and mode changes.
9991         * lib/mkdir-p.h: Likewise.
9992         * lib/modechange.c (octal_to_mode): New function.
9993         (struct mode_change): New member mentioned.
9994         (make_node_op_equals): New arg mentioned.  All callers changed.
9995         (mode_compile): Keep track of which mode bits the user has explicitly
9996         mentioned.
9997         (mode_adjust): New arg DIR, so that we implement the X op correctly.
9998         New arg PMODE_BITS, to keep track of which mode bits the user
9999         mentioned; it treats S_ISUID and S_ISGID speciall.
10000         All callers changed.
10001         * lib/modechange.h: Likewise.
10002
10003 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
10004
10005         * MODULES.html.sh: Add mkancestors.
10006         * modules/mkancesdirs: New module.
10007         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
10008         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
10009         The chdir-safer and afs files are now orphans; I'll remove them
10010         unless someone speaks up.
10011         Add lib/dirchownmod.c, lib/dirchownmod.h.
10012         (Depends-on): Remove alloca, chown, save-cwd, dirname.
10013         Add lchown, mkancesdirs.
10014         (Maintainer): Add self.
10015
10016 2006-07-15  Karl Berry  <karl@gnu.org>
10017
10018         * gnulib-tool: help message wording/arrangement.
10019
10020 2006-07-14  Simon Josefsson  <jas@extundo.com>
10021
10022         * doc/gnulib.texi (Libtool and Windows): New section.
10023
10024 2006-07-12  Simon Josefsson  <jas@extundo.com>
10025
10026         * modules/gendocs (License): Fix license, approved by Karl.
10027
10028 2006-07-12  Eric Blake  <ebb9@byu.net>
10029
10030         * MODULES.html.sh: Add gendocs.
10031
10032 2006-07-11  Eric Blake  <ebb9@byu.net>
10033
10034         * modules/fdl: New module, to install doc/fdl.texi.
10035         * MODULES.html.sh: Add new section for documentation modules.
10036         * gnulib-tool: Avoid space-tab.
10037         (--doc-base): New option, to manage files from doc.
10038
10039 2006-07-11  Eric Blake  <ebb9@byu.net>
10040
10041         * m4/absolute-header.m4: Fix comments to match recent change.
10042
10043 2006-07-11  Eric Blake  <ebb9@byu.net>
10044
10045         * gnulib-tool: List --doc-base before --tests-base.
10046
10047 2006-07-11  Derek R. Price  <derek@ximbiot.com>
10048
10049         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
10050
10051 2006-07-11  Bruno Haible  <bruno@clisp.org>
10052
10053         * README: Mention where to put documentation.
10054
10055 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10056
10057         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
10058
10059 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
10060
10061         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
10062         to stdint.m4.
10063
10064 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
10065
10066         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
10067         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
10068         "no/such/file/stdint.h" when there is no such file, so that
10069         the resulting C code can be parsed by dodgy compilers.
10070         Problems reported by Bob Proulx.
10071
10072 2006-07-10  Derek R. Price  <derek@ximbiot.com>
10073
10074         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
10075         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
10076         macros into the GNU _D_EXACT_NAMLEN.
10077         * lib/savedir.c:  Likewise.
10078         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
10079
10080 2006-07-10  Derek R. Price  <derek@ximbiot.com>
10081         and Paul Eggert  <eggert@cs.ucla.edu>
10082
10083         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
10084         * m4/savedir.m4:
10085         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
10086         macros into the GNU _D_EXACT_NAMLEN.
10087
10088 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
10089
10090         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
10091         around the absolute name, to work around a problem with the HP-UX
10092         11.23 native C compiler, reported by Bob Proulx.
10093
10094 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
10095
10096         * doc/maintain.texi, make-stds.texi: Sync from
10097         <http://savannah.gnu.org/projects/gnustandards>.
10098
10099 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
10100
10101         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
10102
10103 2006-07-09  Jim Meyering  <jim@meyering.net>
10104
10105         * m4/glob.m4: Remove a doubled word in a comment.
10106
10107 2006-07-09  Jim Meyering  <jim@meyering.net>
10108
10109         * lib/argp-pv.c: Remove a doubled word in a comment.
10110         * lib/check-version.c (check_version): Likewise.
10111         * lib/javacomp.c (compile_java_class): Likewise.
10112
10113 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
10114
10115         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
10116         for the benefit of people using Autoconf 2.60.  If you want to
10117         support older Autoconf versions you can copy m4/onceonly_2_57.m4
10118         (or m4/onceonly.m4, if pre-2.57) manually.
10119
10120 2006-07-08  Jim Meyering  <jim@meyering.net>
10121
10122         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
10123         comment.
10124         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
10125         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
10126         comment.
10127
10128 2006-07-08  Jim Meyering  <jim@meyering.net>
10129
10130         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
10131
10132 2006-07-07  Simon Josefsson  <jas@extundo.com>
10133
10134         * tests/test-crc.c: Change expected crc value, the test vector
10135         were probably computed using the old broken crc.c?
10136
10137 2006-07-06  Simon Josefsson  <jas@extundo.com>
10138
10139         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
10140         now the canonical place for the M4 file).
10141
10142         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
10143         from the sys_socket dependency now.
10144
10145         * modules/inet_pton (Files): Ditto.
10146
10147         * modules/inet_ntop (Files): Ditto.
10148
10149 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
10150
10151         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
10152         not gl_PREREQ_GETUSERSHELL.
10153
10154 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10155
10156         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
10157         with only one argument, for Autoconf 2.60.
10158         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
10159         expand to nothing, so add a shell command to avoid syntax error.
10160         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
10161
10162 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10163
10164         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
10165
10166 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
10167
10168         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
10169         no longer needed.  Check for isblank decl.
10170         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
10171         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
10172         of existence.
10173
10174 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
10175
10176         * lib/getloadavg.c: Use __VMS, not VMS.
10177         * lib/getopt.c: Likewise.
10178         * lib/getpagesize.h: Likewise.
10179         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
10180         and probably does not work.
10181
10182 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
10183
10184         * lib/.cppi-disable: Add wcwidth.
10185         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
10186         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
10187         (ISGRAPH): Remove.  All uses changed to isgraph.
10188         (FOLD) [!defined _LIBC]: Remove special case.
10189         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
10190         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
10191         HAVE_ISBLANK.
10192         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
10193         case.
10194
10195 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
10196
10197         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
10198         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
10199         brackets.  Other minor changes to suppress some compiler
10200         warnings.
10201
10202 2006-07-06  Derek R. Price  <derek@ximbiot.com>
10203         and Paul Eggert  <eggert@cs.ucla.edu>
10204
10205         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
10206         of invoking obsolescent AC_HEADER_DIRENT macro.
10207         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
10208         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
10209         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
10210         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
10211         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
10212         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
10213         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
10214         * m4/readdir.m4: Remove; no longer needed.
10215
10216 2006-07-06  Derek R. Price  <derek@ximbiot.com>
10217         and Paul Eggert  <eggert@cs.ucla.edu>
10218
10219         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
10220         Don't worry about this obsolete case any more.
10221         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
10222         directories.
10223         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
10224         worry about this obsolete case any more.
10225         * lib/fts.c: Likewise.
10226         * lib/getcwd.c: Likewise.
10227         * lib/glob.h: Likewise.
10228         * lib/savedir.c: Likewise.
10229
10230 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
10231
10232         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
10233         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
10234         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
10235         needed.
10236         All uses removed.
10237         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
10238         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
10239         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
10240         needed.
10241         * m4/getdate.m4 (gl_GETDATE): Likewise.
10242         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
10243         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
10244         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
10245         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
10246         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
10247         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
10248         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
10249         needed.
10250
10251 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
10252
10253         * lib/memcasecmp.c: Include <limits.h>.
10254         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
10255         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
10256         Don't assume isdigit succeeds only on '0' through '9'.
10257
10258 2006-07-05  Eric Blake  <ebb9@byu.net>
10259
10260         * modules/getaddrinfo (Depends-on): Add snprintf.
10261
10262 2006-07-05  Eric Blake  <ebb9@byu.net>
10263
10264         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
10265         to avoid 'header present but could not be compiled' on cygwin.
10266
10267 2006-07-05  Eric Blake  <ebb9@byu.net>
10268
10269         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
10270         missing from netdb.h.
10271         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
10272
10273 2006-07-05  Derek R. Price  <derek@ximbiot.com>
10274
10275         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
10276         no longer needed.
10277         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
10278         * m4/getdate.m4 (gl_GETDATE): Likewise.
10279         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
10280         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
10281         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
10282         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
10283         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
10284
10285 2006-07-05  Derek R. Price  <derek@ximbiot.com>
10286
10287         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
10288         All uses of is_space replaced by isspace.
10289         * lib/exit.h: Don't talk about STDC_HEADERS.
10290         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
10291         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
10292         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
10293         replaced by isprint etc.
10294         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
10295         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
10296         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
10297         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
10298         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
10299         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
10300
10301 2006-07-05  Bruno Haible  <bruno@clisp.org>
10302
10303         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
10304         the function exists, before testing against AIX.
10305         Reported by Martin Lambers <marlam@marlam.de>.
10306
10307 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
10308
10309         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
10310         From Mark D. Baushke.
10311
10312 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
10313
10314         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
10315         to the absolute name, not just one, to bypass Sun C 5.8's
10316         "warning: #include of /usr/include/... may be non-portable".
10317
10318 2006-07-04  Eric Blake  <ebb9@byu.net>
10319
10320         * modules/dirname-tests: New test module.
10321         * tests/test-dirname.c: New file, replacing dirname.c
10322         TEST_DIRNAME section that was recently deleted.
10323
10324 2006-07-04  Bruno Haible  <bruno@clisp.org>
10325
10326         Assume ANSI C header files and <ctype.h> functions.
10327         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
10328         (mbsnwidth): Use isprint, iscntrl instead.
10329
10330 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
10331
10332         Merge from coreutils.
10333         * MODULES.html.sh: Add xstrtold.
10334         * modules/xstrtold: New file.
10335         * modules/cycle-check (Files): Add lib/same-inode.h.
10336         * modules/dirname (Files): Add m4/double-slash-root.m4.
10337         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
10338         * modules/mkdir-p (Files): Add lib/same-inode.h.
10339         * modules/same (Files): Add lib/same-inode.h.
10340
10341 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
10342
10343         * m4/absolute-header.m4: Renamed from full-header-path.m4.
10344         This is to keep the terminology clean; POSIX talks about
10345         "absolute pathnames", not "full pathnames", but the GNU
10346         Coding Standards say to use "path" for something else;
10347         so use "absolute" to keep both sides happy.
10348         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
10349         Set gl_absolute_header, not gl_full_header_path.
10350         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
10351         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
10352         All uses changed.
10353
10354         Merge from coreutils.
10355
10356         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
10357
10358         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
10359         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
10360         want to require the building of c-strtod.o.
10361         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
10362         needs -lm directly.
10363         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
10364
10365         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
10366
10367         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
10368         --as-needed option if available.  Problem reported by Albert Chin in
10369         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
10370         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
10371         cc merely issues a bunch of annoying warnings for --as-needed
10372         (this problem was reported by Bob Proulx).  Also, try linking with
10373         -lm to detect a bug in binutils 2.16 (this problem was reported
10374         by Ralf Wildenhues).
10375
10376         2006-06-18  Jim Meyering  <jim@meyering.net>
10377
10378         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
10379         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
10380         macro.
10381         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
10382         also check for glibc-2.4's abort-inducing bug.
10383
10384         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
10385         Low-probability clean-up should be to use rmdir to get rid of
10386         the just-created directory, not unlink.
10387
10388         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
10389         configure fail, and request a bug report to inform us about it.
10390         Add a comment that, barring reports to the contrary, in 2007 we'll
10391         assume ftruncate is universally available.
10392
10393         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
10394
10395         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
10396
10397         2006-03-12  Jim Meyering  <jim@meyering.net>
10398
10399         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
10400         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
10401         * m4/same.m4 (gl_SAME): Likewise.
10402         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
10403
10404         2006-03-11  Eric Blake  <ebb9@byu.net>
10405
10406         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
10407         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
10408         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
10409         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
10410
10411 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
10412
10413         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
10414         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
10415         reported by Mark D. Baushke, one in
10416         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
10417
10418         Merge from coreutils.
10419
10420         * lib/.cppi-disable: Add stdint_.h.
10421         * lib/.cvsignore: Add stdint.h.
10422
10423         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
10424
10425         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
10426         both double and long double versions.
10427         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
10428         * lib/xstrtold.c: New file.
10429         * lib/xstrtod.h (xstrtold): New decl.
10430
10431         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
10432
10433         * lib/filemode.c (setst): Remove.
10434         (strmode): Rewrite to avoid setst.  This makes the code shorter,
10435         (arguably) clearer, and the generated code is a bit smaller on my
10436         Debian GNU/Linux stable x86 host.
10437
10438         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
10439
10440         * lib/filemode.c: Include "filemode.h" first, to test the interface.
10441         Assume that filemode.h includes sys/types.h and sys/stat.h.
10442         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
10443         (ftypelet): Reorder to put common cases first, for efficiency.
10444         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
10445         to do 'M'.
10446         (strmode): Renamed from mode_string, and now stores 12 bytes instead
10447         of 10, for compatibility with FreeBSD.  All callers changed.
10448         (filemodestring): Now stores 12 bytes instead of 10, and sets file
10449         types that can't be deduced solely from st_mode.  First arg is now a
10450         const pointer.
10451         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
10452         (strmode): Renamed from mode_string.
10453         (filemodestring): New decl.
10454         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
10455         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
10456         needed.
10457         (S_ISPORT, S_ISWHT): New macros, if not already defined.
10458
10459         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
10460
10461         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
10462         fsusage.h now does that.  Include fsusage.h first, to test interface.
10463         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
10464         at most one method (the old code could have generated decls that
10465         didn't conform to C89, not that this was ever exercised).
10466         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
10467
10468         2006-03-19  Jim Meyering  <jim@meyering.net>
10469
10470         Work even in a chroot where d_ino values for entries in "/"
10471         don't match the stat.st_ino values for the same names.
10472         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
10473         number, iterate through all entries again, using lstat instead.
10474         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
10475         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
10476
10477         * lib/getcwd.c (__getcwd): Clarify a comment.
10478         Use memcpy in place of a call to strcpy.
10479
10480         2006-03-12  Jim Meyering  <jim@meyering.net>
10481
10482         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
10483         matches that of the current directory (which we're about to chdir ".."
10484         out of), then save the dev-ino of the parent, instead.
10485
10486         * lib/same-inode.h (SAME_INODE): New file/macro.
10487         * lib/chdir-safer.c (SAME_INODE): Remove definition.
10488         Include "same-inode.h", instead.
10489         * lib/same.c: Likewise.
10490         * lib/cycle-check.h: Include "same-inode.h".
10491         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
10492         * lib/cycle-check.c (SAME_INODE): Remove definition.
10493         * lib/root-dev-ino.h: Include "same-inode.h".
10494
10495         2006-03-11  Eric Blake  <ebb9@byu.net>
10496
10497         * lib/same.c (same_name): s/base_name/last_component/
10498         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
10499         * lib/filenamecat.c (file_name_concat): Likewise.
10500
10501         2006-03-11  Eric Blake  <ebb9@byu.net>,
10502                     Paul Eggert  <eggert@cs.ucla.edu>
10503
10504         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
10505         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
10506         drive prefix.
10507         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
10508         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
10509         (last_component): New method.
10510         * lib/dirname.c (dir_len): Determine when drive letters need a
10511         subsequent slash.  Preserve // when it is special.
10512         (dir_name): Don't append dot when drive letter is absolute.
10513         [TEST_DIRNAME]: Move into a full-blown gnulib test.
10514         * lib/basename.c (base_name): New semantics - malloc the result.
10515         Preserve // when it is special.  Preserve relative files that look
10516         like drive letters.
10517         (base_len): Preserve // when it is special.
10518         (last_component): New method, similar to old base_name semantics.
10519         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
10520         base_name.  Strip redundant slashes from ///.
10521
10522 2006-07-03  Jim Meyering  <jim@meyering.net>
10523
10524         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
10525         macro is used before the first cycle_check call.
10526
10527 2006-07-03  Eric Blake  <ebb9@byu.net>
10528
10529         * modules/dirname (Depends-on): Add xstrndup.
10530
10531 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
10532
10533         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
10534         test cases, so that config.log is a bit easier to follow.
10535
10536 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
10537
10538         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
10539         both are 64 bits, since this seems to be the tradition, and this
10540         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
10541         we ever run into a host that prefers long long to long in this
10542         case, we'll need another configure-time test.  Problem reported by
10543         Jim Meyering.
10544
10545 2006-07-02  Eric Blake  <ebb9@byu.net>
10546
10547         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
10548
10549 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
10550
10551         * modules/inttypes (Depends-on): No longer depends on stdint.
10552         * modules/stdint (Description): Say more about assumptions.
10553         Say that the fast types might differ.  Say macros are used.
10554         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
10555         (Makefile.am): Revise list of substituted symbols to match
10556         new stdint.m4.
10557         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
10558         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
10559         * tests/test-stdint.c (verify_same_types)
10560         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
10561         the code conforms to C99/C89.
10562         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
10563         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
10564
10565 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
10566
10567         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
10568         but fix a bug, by requiring at least 64 bits.
10569         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
10570         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
10571         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
10572         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
10573
10574         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
10575         changes.  Make 2.59 a prerequisite.  Check and substitute for
10576         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
10577         inttypes.h.  Do not use special include files; just use the
10578         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
10579         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
10580         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
10581         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
10582         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
10583         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
10584         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
10585         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
10586         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
10587         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
10588         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
10589         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
10590         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
10591         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
10592         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
10593         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
10594         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
10595         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
10596         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
10597         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
10598         WINT_MAX.  Check for C99 conformance more strictly, by detecting
10599         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
10600         not check for things that C99 does not require, e.g., int8_t.  If
10601         a test isn't needed unless <stdint.h> isn't working, and is
10602         unlikely to be needed for any other reason, then don't do it
10603         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
10604         size_t, since we assume C89 freestanding at least.  Do not check
10605         for sig_atomic_t, wchar_t, or wint_t, since the code now does
10606         the right thing even if the types are not defined.  Instead use:
10607         (gl_STDINT_TYPE_PROPERTIES): New macro.
10608         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
10609         testing whether <sys/types.h> clashes, as Autoconf does this for
10610         us now.  All uses removed.
10611         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
10612         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
10613         (gl_CHECK_TYPE_SAME):
10614         Remove; no longer needed.
10615         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
10616         exists, since we'll return 0 anyway in that case.
10617         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
10618
10619 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
10620
10621         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
10622         possible collision with system files.
10623         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
10624         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
10625         WCHAR_MIN and WCHAR_MAX in this case.
10626         (<stddef.h>): Do not include; no longer needed.
10627         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
10628         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
10629         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
10630         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
10631         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
10632         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
10633         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
10634         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
10635         !defined(__c99))]: Include in this case too, since it's harmless
10636         now.
10637         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
10638         dangerous to do so.
10639         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
10640         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
10641         (_STDINT_MIN, _STDINT_MAX): New macros.
10642         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
10643         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
10644         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
10645         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
10646         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
10647         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
10648         macros, not typedefs; this simplifies things quite a bit.
10649         Use long int for all types narrower than int64_t.
10650         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
10651         Define in terms of long long int or int64_t or long int,
10652         not int64_t or int32_t.  This saves some compile-time testing.
10653         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
10654         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
10655         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
10656         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
10657         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
10658         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
10659         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
10660         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
10661         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
10662         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
10663         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
10664         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
10665         undef any previous version and define our own version, for
10666         simplicity and consistency with the new macros for types.
10667         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
10668         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
10669         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
10670         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
10671         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
10672         @WINT_T_SUFFIX@ to keep things simple here.
10673         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
10674         Simplify by assuming typical 8/16/32/64 host, since we're
10675         already doing that elsewhere anyway.
10676         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
10677         and assume long long int is 64 bits if available.  This
10678         speeds up 'configure'.
10679
10680 2006-07-01  Eric Blake  <ebb9@byu.net>
10681
10682         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
10683         Reported by Andreas Buening.
10684
10685 2006-07-01  Eric Blake  <ebb9@byu.net>
10686
10687         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
10688
10689 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
10690
10691         * lib/getaddrinfo.c: fixed typo
10692
10693 2006-06-29  Jim Meyering  <jim@meyering.net>
10694
10695         * modules/strftime (Maintainer): Add my name, since with the
10696         FPRINTFTIME changes strftime.c has forked from glibc.
10697
10698 2006-06-29  Eric Blake  <ebb9@byu.net>
10699
10700         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
10701
10702 2006-06-29  Eric Blake  <ebb9@byu.net>
10703
10704         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
10705
10706 2006-06-29  Eric Blake  <ebb9@byu.net>
10707
10708         * lib/stat_.h: New file.
10709
10710 2006-06-29  Eric Blake  <ebb9@byu.net>
10711
10712         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
10713         unused static function.
10714
10715 2006-06-29  Eric Blake  <ebb9@byu.net>
10716
10717         * doc/functions.texi (Function Portability): Document missing lstat
10718         on mingw.
10719
10720 2006-06-29  Eric Blake  <ebb9@byu.net>
10721
10722         * MODULES.html.sh: Add sys_stat.
10723         * modules/sys_stat: New module.
10724         * modules/mkstemp (Depends-on): Add sys_stat.
10725
10726 2006-06-29  Derek R. Price  <derek@ximbiot.com>
10727
10728         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
10729
10730 2006-06-29  Derek R. Price  <derek@ximbiot.com>
10731
10732         * m4/c-bs-a.m4: Removed.
10733
10734 2006-06-29  Derek R. Price  <derek@ximbiot.com>
10735
10736         * lib/strftime.c: Assume strftime() exists.
10737
10738 2006-06-29  Derek Price  <derek@ximbiot.com>
10739
10740         * modules/c-bs-a: Removed - \a is C89.
10741         * MODULES.html.sh: Remove c-bs-a.
10742
10743 2006-06-29  Bruno Haible  <bruno@clisp.org>
10744
10745         * modules/wcwidth (License): Change to LGPL.
10746
10747 2006-06-28  Simon Josefsson  <jas@extundo.com>
10748
10749         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
10750         on _WIN32.
10751
10752         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
10753         getnameinfo.
10754
10755 2006-06-28  Simon Josefsson  <jas@extundo.com>
10756
10757         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
10758
10759 2006-06-28  Simon Josefsson  <jas@extundo.com>
10760
10761         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
10762         functions there.  It will succeed on Windows XP, but on Windows
10763         2000 and (presumably) earlier, it will fail, and use the internal
10764         re-implementation.
10765         (use_win32_p): New function.
10766         (getaddrinfo): Use strtoul on servname, to support numeric ports.
10767         Support AI_NUMERICSERV to disable getservbyname.
10768         (getnameinfo): New function, only supports
10769         NI_NUMERICHOST|NI_NUMERICSERV for now.
10770
10771         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
10772         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
10773         getnameinfo.
10774
10775 2006-06-28  Eric Blake  <ebb9@byu.net>
10776
10777         * modules/wcwidth: New file.
10778         * modules/mbchar (Depends-on): Add wcwidth.
10779         * modules/mbswidth (Depends-on): Add wcwidth.
10780         * MODULES.html.sh: Add wcwidth.
10781
10782 2006-06-28  Eric Blake  <ebb9@byu.net>
10783
10784         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
10785         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
10786
10787 2006-06-28  Eric Blake  <ebb9@byu.net>
10788
10789         * lib/xvasprintf.h: Fix comments.
10790
10791 2006-06-28  Eric Blake  <ebb9@byu.net>
10792
10793         * lib/mbchar.h (wcwidth): Include wcwidth.h.
10794         * lib/mbswidth.c (wcwidth): Move from here...
10795         * lib/wcwidth.h: ...to this new file.
10796
10797 2006-06-28  Derek R. Price  <derek@ximbiot.com>
10798
10799         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
10800
10801         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
10802         it's obsolete.
10803         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
10804
10805 2006-06-28  Derek R. Price  <derek@ximbiot.com>
10806
10807         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
10808         Autoconf 2.60 says this stuff was obsolete.
10809
10810 2006-06-28  Bruno Haible  <bruno@clisp.org>
10811
10812         * modules/wcwidth (Files): Add m4/wchar_t.m4.
10813
10814 2006-06-28  Bruno Haible  <bruno@clisp.org>
10815
10816         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
10817         gt_TYPE_WCHAR_T.
10818
10819 2006-06-28  Bruno Haible  <bruno@clisp.org>
10820
10821         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
10822         declaration for wcwidth.
10823         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
10824
10825 2006-06-28  Bruno Haible  <bruno@clisp.org>
10826
10827         * lib/mkdtemp.c [MINGW]: Include <io.h>.
10828         (mkdir): Define using _mkdir.
10829
10830 2006-06-28  Bruno Haible  <bruno@clisp.org>
10831
10832         * lib/getaddrinfo.h: Fix POSIX URL.
10833         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
10834         _WIN32.
10835         (use_win32_p): Make static.
10836         (getaddrinfo): Reject service name if it is empty or does not consist
10837         solely of decimal digits, or if its value is > 65535.
10838         (getnameinfo): Remove useless casts.
10839
10840 2006-06-27  Simon Josefsson  <jas@extundo.com>
10841
10842         * modules/sys_select: New file, suggested by Bruno Haible, Paul
10843         Eggert and Martin Lambers.
10844
10845 2006-06-27  Simon Josefsson  <jas@extundo.com>
10846
10847         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
10848         Eggert and Martin Lambers.
10849
10850 2006-06-27  Bruno Haible  <bruno@clisp.org>
10851
10852         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
10853         result to 0, not to empty.
10854         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
10855
10856 2006-06-27  Bruno Haible  <bruno@clisp.org>
10857
10858         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
10859
10860 2006-06-26  Simon Josefsson  <jas@extundo.com>
10861
10862         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
10863         present.
10864
10865 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
10866
10867         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
10868         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
10869         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
10870
10871 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
10872
10873         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
10874
10875 2006-06-26  Bruno Haible  <bruno@clisp.org>
10876
10877         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
10878
10879 2006-06-26  Bruno Haible  <bruno@clisp.org>
10880
10881         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
10882
10883 2006-06-26  Bruno Haible  <bruno@clisp.org>
10884
10885         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
10886         SGI C compiler in pre-C99 mode.
10887         Suggested by Mark D. Baushke and Larry Jones.
10888
10889 2006-06-26  Bruno Haible  <bruno@clisp.org>
10890
10891         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
10892         WCHAR_MAX.
10893         Reported by Mark D. Baushke and Larry Jones.
10894
10895 2006-06-26  Bruno Haible  <bruno@clisp.org>
10896
10897         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
10898         in pre-C99 mode.
10899         Suggested by Mark D. Baushke and Larry Jones.
10900
10901 2006-06-23  Simon Josefsson  <jas@extundo.com>
10902             Bruno Haible  <bruno@clisp.org>
10903
10904         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
10905         Emit mostlyclean-local rule.
10906         (func_emit_tests_Makefile_am): Likewise.
10907         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
10908
10909 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
10910
10911         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
10912
10913 2006-06-23  Bruno Haible  <bruno@clisp.org>
10914
10915         * tests/test-stdint.c: Update to match ISO C 99 Technical
10916         Corrigendum 1.
10917
10918 2006-06-23  Bruno Haible  <bruno@clisp.org>
10919
10920         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
10921
10922 2006-06-23  Bruno Haible  <bruno@clisp.org>
10923
10924         * lib/stdint_.h: Treat IRIX like OpenBSD.
10925
10926 2006-06-23  Bruno Haible  <bruno@clisp.org>
10927
10928         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
10929         ISO C 99 Technical Corrigendum 1.
10930
10931 2006-06-22  Simon Josefsson  <jas@extundo.com>
10932
10933         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
10934         MinGW.
10935
10936 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
10937
10938         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
10939         needed.  Some compiler complained about some of them.  Problem reported
10940         by Larry Jones in
10941         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
10942
10943 2006-06-21  Simon Josefsson  <jas@extundo.com>
10944
10945         * tests/test-getaddrinfo.c: New file.
10946
10947         * modules/getaddrinfo-tests: New file.
10948
10949         * MODULES.html.sh: Add inet_pton.
10950
10951         * modules/inet_pton: New file.
10952
10953 2006-06-21  Simon Josefsson  <jas@extundo.com>
10954
10955         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
10956         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
10957         of using the (limited) gnulib implementation on Windows XP.
10958
10959         * m4/inet_pton.m4: New file.
10960
10961 2006-06-21  Simon Josefsson  <jas@extundo.com>
10962
10963         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
10964         variable.
10965
10966         * lib/socket_.h: Don't define WINVER.
10967
10968         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
10969         slightly modified to work in gnulib.
10970
10971 2006-06-21  Simon Josefsson  <jas@extundo.com>
10972
10973         * doc/gnulib.texi (Windows sockets): Add.
10974
10975 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
10976
10977         * lib/read-file.c (fread_file): Start with buffer allocation of
10978         0 bytes rather than 1 byte; this simplifies the code.
10979         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
10980         code to free buffer and save/restore errno.
10981         (internal_read_file): Remove unused local.
10982
10983 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
10984
10985         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
10986         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
10987         Problem reported by Denis Excoffier in
10988         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
10989
10990 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
10991
10992         * modules/sys_socket, modules/socklen: Include sys/types since
10993         FreeBSD 4.x's sys/socket.h needs it.
10994
10995 2006-06-19  Simon Josefsson  <jas@extundo.com>
10996
10997         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
10998
10999 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
11000
11001         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
11002
11003 2006-06-19  Bruno Haible  <bruno@clisp.org>
11004
11005         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
11006         and FULL_PATH_INTTYPES_H in angle brackets.
11007         Reported by Mark D. Baushke <mdb@gnu.org>.
11008
11009 2006-06-17  Eric Blake  <ebb9@byu.net>
11010
11011         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
11012         errno.
11013
11014 2006-06-17  Bruno Haible  <bruno@clisp.org>
11015
11016         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
11017         <sys/inttypes.h>.
11018
11019 2006-06-17  Bruno Haible  <bruno@clisp.org>
11020
11021         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
11022         whether errno is declared. Assume <errno.h> declares errno.
11023
11024 2006-06-17  Bruno Haible  <bruno@clisp.org>
11025
11026         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
11027
11028 2006-06-17  Bruno Haible  <bruno@clisp.org>
11029
11030         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
11031         problem on Solaris 2.5.1.
11032
11033 2006-06-16  Eric Blake  <ebb9@byu.net>
11034
11035         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
11036         * lib/unicodeio.c [!defined errno]: Likewise.
11037         * lib/strtol.c [!defined errno]: Likewise.
11038         * lib/strtod.c [!defined errno]: Likewise.
11039
11040 2006-06-15  Eric Blake  <ebb9@byu.net>
11041
11042         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
11043
11044 2006-06-15  Eric Blake  <ebb9@byu.net>
11045
11046         * config/srclist.txt (ssize_t.m4): Lose sync.
11047
11048 2006-06-15  Bruno Haible  <bruno@clisp.org>
11049
11050         * modules/stdint (Files): Include m4/full-header-path.m4,
11051         m4/size_max.m4, m4/wchar_t.m4.
11052         (Makefile.am): Many more substitutions.
11053         * modules/stdint-tests: New file.
11054         * tests/test-stdint.c: New file.
11055
11056 2006-06-15  Bruno Haible  <bruno@clisp.org>
11057
11058         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
11059         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
11060         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
11061         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
11062         gl_CHECK_TYPE_SAME): New macros.
11063
11064 2006-06-15  Bruno Haible  <bruno@clisp.org>
11065
11066         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
11067
11068 2006-06-15  Bruno Haible  <bruno@clisp.org>
11069
11070         * lib/stdint_.h: Rewritten to be fully auto-configured.
11071         Fixes bug on HP-UX/IA64.
11072
11073 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
11074
11075         * lib/getdate.y (__attribute__): Don't define if already defined.
11076         Problem reported by Larry Jones.
11077         * lib/utimens.c (__attribute__): Likewise.
11078
11079 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
11080
11081         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
11082         reported by Andreas Schwab.
11083
11084 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11085             Bruno Haible  <bruno@clisp.org>
11086
11087         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
11088         check for the declaration of strnlen and a run test that exposes the
11089         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
11090         rpl_strndup.
11091
11092 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11093             Bruno Haible  <bruno@clisp.org>
11094
11095         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
11096
11097 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11098
11099         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
11100         compile test, for Tru64 4.0D.
11101
11102 2006-05-28  Karl Berry  <karl@gnu.org>
11103
11104         * config/srclist.txt (printf-args.c): lose sync.
11105
11106 2006-05-26  Martin Lambers  <marlam@marlam.de>
11107
11108         * lib/getpass.c: Updates the test for the native W32 API, and adds
11109         missing includes, thus fixing compilation warnings.
11110
11111 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
11112
11113         * lib/exclude.c (exclude_fnmatch): New function.
11114         (excluded_file_name): Call exclude_fnmatch.
11115         * lib/exclude.h (excluded_file_name): New prototype
11116
11117 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
11118
11119         * lib/tempname.c (small_open, large_open): New macros.
11120         (__open, __open64) [!_LIBC]: Remove.
11121         (__gen_tempname): Use small_open and large_open instead of __open
11122         and __open64.  This fixes a portability bug on HP-UX 11.11i
11123         reported by Simon Wing-Tang in
11124         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
11125
11126 2006-05-24  Bruno Haible  <bruno@clisp.org>
11127
11128         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
11129         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
11130         Reported by Thorsten Maerz <torte@netztorte.de> via
11131         Aaron Stone <aaron@serendipity.cx>.
11132
11133 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
11134
11135         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
11136         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
11137         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
11138         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
11139         not really conditional on the cache.
11140         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
11141
11142 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
11143
11144         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
11145         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
11146         (my_usleep): Don't mishandle maximum value.
11147
11148 2006-05-19  Jim Meyering  <jim@meyering.net>
11149
11150         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
11151
11152 2006-05-17  Bruno Haible  <bruno@clisp.org>
11153
11154         Cygwin portability.
11155         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
11156
11157 2006-05-17  Bruno Haible  <bruno@clisp.org>
11158
11159         * lib/stdint_.h: Fix recognition of Cygwin.
11160
11161 2006-05-15  Bruno Haible  <bruno@clisp.org>
11162
11163         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
11164         on libtool patch by Ralf Wildenhues.
11165
11166 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
11167
11168         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
11169         test for C99 conformance; (bool) 0.5 is an integer constant
11170         expression, but (bool) -0.5 is not.  Problem reported by Fedor
11171         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
11172
11173 2006-05-11  Simon Josefsson  <jas@extundo.com>
11174
11175         * m4/xvasprintf.m4: Fix obvious typo.
11176
11177 2006-05-11  Jim Meyering  <jim@meyering.net>
11178
11179         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
11180         James Lemley.
11181
11182 2006-05-10  Simon Josefsson  <jas@extundo.com>
11183
11184         * lib/md4.c: Typo fix, update copyright years.
11185         (K1, K2): Don't use L because it turn computations into 64-bit on
11186         64-bit platforms.
11187
11188 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
11189
11190         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
11191         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
11192         unwanted sign propagation, e.g., on hosts with 64-bit int.
11193         There still are some problems with reeelly weird theoretical hosts
11194         (e.g., 33-bit int) but it's not worth worrying about now.
11195         * lib/sha1.c (rol): Likewise.
11196         (K1, K2, K3, K4): Remove unnecessary L suffix.
11197
11198 2006-05-10  Bruno Haible  <bruno@clisp.org>
11199
11200         * lib/des.c: Cast to avoid warnings.
11201
11202 2006-05-09  Bruno Haible  <bruno@clisp.org>
11203
11204         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
11205         (Depends-on): Depend also on xsize, stdarg.
11206         (configure.ac): Add gl_XVASPRINTF.
11207
11208 2006-05-09  Bruno Haible  <bruno@clisp.org>
11209
11210         * m4/xvasprintf.m4: New file.
11211
11212 2006-05-09  Bruno Haible  <bruno@clisp.org>
11213
11214         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
11215         (EOVERFLOW): Define fallback value.
11216         (xstrcat): New function.
11217         (xvasprintf): Recognize the special case of a string concatenation.
11218
11219 2006-05-08  Eric Blake  <ebb9@byu.net>
11220
11221         * gnulib-tool (func_version): Base copyright year on CVS date.
11222         (func_emit_copyright_notice): New function.
11223         (func_emit_lib_Makefile_am): Use it.
11224         (func_emit_tests_Makefile_am): Likewise.
11225         (func_import): Likewise.
11226
11227 2006-05-08  Bruno Haible  <bruno@clisp.org>
11228
11229         * modules/stdarg: New file.
11230         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
11231
11232 2006-05-08  Bruno Haible  <bruno@clisp.org>
11233
11234         * m4/stdarg.m4: New file, from GNU gettext.
11235
11236 2006-05-08  Bruno Haible  <bruno@clisp.org>
11237
11238         * config/srclist.txt (build-aux/config.rpath): different from latest
11239         release.
11240
11241 2006-05-08  Bruno Haible  <bruno@clisp.org>
11242
11243         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
11244
11245 2006-05-05  Jim Meyering  <jim@meyering.net>
11246
11247         * m4/warning.m4: New file, derived from bison's file by the same name.
11248
11249 2006-05-03  Bruno Haible  <bruno@clisp.org>
11250
11251         * lib/stdint_.h: Shorter URL.
11252         * lib/inttypes.h: Likewise.
11253
11254 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
11255
11256         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
11257
11258 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
11259
11260         * lib/verify.h: Document the internals better.  Most of this change
11261         was written by Bruno Haible.
11262
11263 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
11264
11265         * doc/verify.texi: New file, partly based on a proposal by
11266         Bruno Haible.
11267
11268 2006-05-02  Bruno Haible  <bruno@clisp.org>
11269
11270         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
11271         test from here...
11272         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
11273
11274 2006-04-29  Bruno Haible  <bruno@clisp.org>
11275
11276         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
11277         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
11278
11279 2006-04-29  Bruno Haible  <bruno@clisp.org>
11280
11281         * gnulib-tool: Make --update option actually work.
11282
11283 2006-04-29  Bruno Haible  <bruno@clisp.org>
11284
11285         * doc/gcd.texi: New file.
11286         * doc/gnulib.texi: Include it.
11287
11288 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
11289
11290         * lib/getdate.y (get_date): When adding relative date, start with the
11291         initial time, not with the result of the first mktime call.
11292
11293 2006-04-25  Bruno Haible  <bruno@clisp.org>
11294
11295         * gnulib-tool (func_import): Output the include directives in three
11296         blocks, sorted separately.
11297         Reported by Ben Pfaff <blp@cs.stanford.edu>.
11298
11299 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
11300
11301         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
11302         to define main with arguments, for C++.  Reported by Eric Blake.
11303         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
11304         Prefer 'int main ()' to 'int main (void)', for C++.
11305         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
11306         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
11307         for 'main', for C99 and C++.
11308
11309 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
11310
11311         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
11312         Don't assume that exit status -1 is valid.
11313         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
11314         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
11315         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
11316         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
11317         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
11318         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
11319         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
11320         functions can be used without declaring them, or that you can
11321         exit with status -1.
11322         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
11323
11324 2006-04-24  Karl Berry  <karl@gnu.org>
11325
11326         * config/srclist.txt (longdouble.m4): sync lost.
11327
11328 2006-04-24  Eric Blake  <ebb9@byu.net>
11329
11330         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
11331
11332 2006-04-24  Bruno Haible  <bruno@clisp.org>
11333
11334         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
11335         poll() implementation in AIX.
11336         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11337
11338 2006-04-24  Bruno Haible  <bruno@clisp.org>
11339
11340         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
11341         assigned exactly once.
11342
11343 2006-04-23  Claudio Fontana  <claudio@gnu.org>
11344             Bruno Haible  <bruno@clisp.org>
11345
11346         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
11347         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
11348         for AM_CPPFLAGS.
11349
11350 2006-04-23  Bruno Haible  <bruno@clisp.org>
11351
11352         * modules/copy-file: Depend on unistd.
11353         * modules/execute: Likewise.
11354         * modules/fatal-signal: Likewise.
11355         * modules/findprog: Likewise.
11356         * modules/mkdtemp : Likewise.
11357         * modules/pipe: Likewise.
11358         * modules/wait-process: Likewise.
11359
11360 2006-04-23  Bruno Haible  <bruno@clisp.org>
11361
11362         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
11363         condition was already detected.
11364         Reported by Ben Pfaff <blp@cs.stanford.edu>.
11365
11366 2006-04-23  Bruno Haible  <bruno@clisp.org>
11367
11368         * lib/copy-file.c: Include <unistd.h> unconditionally.
11369         * lib/execute.c: Likewise.
11370         * lib/fatal-signal.c: Likewise.
11371         * lib/findprog.c: Likewise.
11372         * lib/mkdtemp.c: Likewise.
11373         * lib/pipe.h: Likewise.
11374         * lib/pipe.c: Likewise.
11375         * lib/wait-process.h: Likewise.
11376
11377 2006-04-23  Bruno Haible  <bruno@clisp.org>
11378
11379         * gnulib-tool (func_usage): Fix --import description. Document
11380         --update.
11381         (func_import): Create temporary file in a temporary directory, if
11382         --dry-run is specified. Silence errors from 'grep' when there are no
11383         m4 files in $m4dir.
11384         (func_create_testdir): Silence errors from 'grep' when there are no
11385         m4 files in $m4dir.
11386         Reported by Karl Berry <karl@freefriends.org>.
11387
11388 2006-04-20  Bruno Haible  <bruno@clisp.org>
11389
11390         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
11391         one argument, so that the code will be portable to Autoconf 2.60.
11392         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
11393         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
11394         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
11395
11396 2006-04-19  Derek Price  <derek@ximbiot.com>
11397             Eric Blake  <ebb9@byu.net>
11398
11399         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
11400         rather than "/full/path.h".  Update comment to match.  Shorten &
11401         generalize m4_translit call via AS_TR_CPP.
11402
11403 2006-04-19  Derek Price  <derek@ximbiot.com>
11404             Eric Blake  <ebb9@byu.net>
11405
11406         * lib/inttypes.h: Correct grammar in comment.
11407
11408 2006-04-18  Derek Price  <derek@ximbiot.com>
11409             Paul Eggert  <eggert@cs.ucla.edu>
11410
11411         * modules/inttypes: New file.
11412         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
11413
11414 2006-04-18  Derek Price  <derek@ximbiot.com>
11415             Paul Eggert  <eggert@cs.ucla.edu>
11416
11417         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
11418         New files.
11419
11420 2006-04-18  Derek Price  <derek@ximbiot.com>
11421             Paul Eggert  <eggert@cs.ucla.edu>
11422
11423         * lib/inttypes.h: New file.
11424         * lib/strtoimax.c: Assume <inttypes.h>.
11425
11426 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
11427
11428         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
11429         isn't mounted.  Problem reported by Kir Kolyshkin.
11430
11431 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
11432
11433         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
11434         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
11435         Derek R. Price.
11436         * lib/regex.h (RE_DUP_MAX): Update comment to match current
11437         implementation.
11438
11439 2006-04-12  Eric Blake  <ebb9@byu.net>
11440
11441         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
11442         is now done automatically by the corresponding Autoconf macro.
11443
11444 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
11445
11446         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
11447         time_r.h.
11448
11449 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
11450
11451         Merge regex changes from libc, removing some of our
11452         POSIX-conformance changes that were rejected and redoing them in a
11453         less-intrusive way.
11454
11455         * lib/regcomp.c (re_compile_internal, init_dfa):
11456         Length arg is now size_t, not Idx.  All uses changed.
11457         (peek_token): Forward decl now says internal_function.
11458         (__re_error_msgid, __re_error_msgid_idx):
11459         Now static rather than extern with attribute_hidden.
11460         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
11461         For some reason libc prefers K&R style defns for external functions.
11462         (regerror) [!defined _LIBC]: Likewise.
11463         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
11464         (seek_collating_symbol_entry, lookup_collation_sequence_value):
11465         (build_range_exp, build_collating_symbol):
11466         Use K&R-style defn.
11467         (re_compile_fastmap): Use '\0' to memset, not 0.
11468         (utf8_sb_map): Make the calculations more obvious.
11469         (init_dfa, parse_bracket_exp, build_charclass_op):
11470         Call calloc and cast result, as glibc does.
11471         (init_word_char, fetch_token, peek_token, peek_token_bracket):
11472         (build_range_exp, build_collating_symbol):
11473         Now internal functions.
11474
11475         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
11476
11477         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
11478         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
11479         Don't depend on VMS; depend on __VMS instead, for POSIX
11480         namespace cleanness.
11481         (regoff_t): Define to ssize_t, not long int.
11482
11483         Remove the REG_ macros named below.  Instead, make the old names
11484         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
11485         __USE_GNU_REGEX.
11486         (REG_BACKSLASH_ESCAPE_IN_LISTS):
11487         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
11488         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
11489         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
11490         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
11491         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
11492         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
11493         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
11494         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
11495         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
11496         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
11497         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
11498         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
11499         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
11500         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
11501         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
11502         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
11503         (REG_NREGS):
11504         Remove.  All uses replaced by the old RE_* names.
11505         (RE_BACKSLASH_ESCAPE_IN_LISTS):
11506         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
11507         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
11508         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
11509         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
11510         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
11511         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
11512         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
11513         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
11514         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
11515         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
11516         Don't bother having these macros be independent of each others'
11517         values, since they no longer exist in the POSIX name space.
11518
11519         Rename the following member names back to their old names,
11520         unless !__USE_GNU_REGEX.  All uses changed back.
11521         (buffer): Renamed from re_buffer.
11522         (allocated): Renamed from re_allocated.
11523         (used): Renamed from re_used.
11524         (syntax): Renamed from re_syntax.
11525         (fastmap): Renamed from re_fastmap.
11526         (translate): Renamed from re_translate.
11527         (can_be_null): Renamed from re_can_be_null.
11528         (regs_allocated): Renamed from re_regs_allocated.
11529         (fastmap_accurate): Renamed from re_fastmap_accurate.
11530         (no_sub): Renamed from re_no_sub.
11531         (not_bol): Renamed from re_not_bol.
11532         (not_eol): Renamed from re_not_eol.
11533         (newline_anchor): Renamed from re_newline_anchor.
11534         (num_regs): Renamed from rm_num_regs.
11535         (start): Renamed from rm_start.
11536         (end): Renamed from rm_end.
11537
11538         (free_state): Move up a bit.
11539
11540         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
11541         #define to be empty.
11542         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
11543         when that is what is intended.
11544         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
11545         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
11546         (MAX): New macro.
11547         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
11548         All uses changed back to re_malloc, etc.  It's now the caller's
11549         responsibility to check for overflow; all callers changed.
11550         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
11551         (re_x2nrealloc): Remove.
11552         (free_state): Remove decl.
11553
11554         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
11555         (re_set_registers, re_exec):
11556         Use K&R-style defn.
11557
11558         2006-01-31  Roland McGrath  <roland@redhat.com>
11559
11560         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
11561         Reported by Mike Frysinger <vapier@gentoo.org>.
11562
11563         2006-01-15  Andreas Jaeger  <aj@suse.de>
11564
11565         [BZ #1950]
11566         * lib/regex_internal.c (re_string_reconstruct): Adjust for
11567         build_wcs_upper_buffer change.
11568         (build_wcs_upper_buffer): Change return type.
11569
11570         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
11571
11572         * lib/regex_internal.h: Include <stdint.h> if available.
11573
11574         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
11575
11576         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
11577
11578         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
11579
11580         * lib/regcomp.c: Adjust for changed secondary hash function.
11581
11582         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
11583
11584         * lib/regex.h: Pretty printing.
11585         Clean up namespace a bit.
11586
11587         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
11588
11589         * lib/regexec.c (update_cur_sifted_state, check_arrival,
11590         check_arrival_add_next_nodes): Avoid using uninitialized variable.
11591
11592         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
11593                     Ulrich Drepper  <drepper@redhat.com>
11594
11595         [BZ #1302]
11596         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
11597         changed.
11598         (bitset_word_t): Renamed from bitset_word.  All uses changed.
11599
11600         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
11601
11602         [BZ #281]
11603         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
11604         * lib/regcomp.c: Remove unnecessary uses of
11605         unsigned RE_TRANSLATE_TYPE.
11606         * lib/regex_internal.h: Likewise.
11607         * lib/regex_internal.c: Likewise.
11608         * lib/regexec.c: Likewise.
11609         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
11610
11611         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
11612
11613         * lib/regexec.c (find_recover_state): Remove unnecessary
11614         initialization.
11615         (transit_state_bkref): Make DFA a const pointer.
11616         (get_subexp): Likewise.
11617         (check_arrival): Likewise.
11618         (update_cur_sifted_state): Likewise.
11619         (re_search_internal): Likewise.
11620         (prune_impossible_nodes): Likewise.
11621         (acquire_init_state_context): Likewise.
11622         (proceed_next_node): Likewise.
11623         (set_regs): Likewise.
11624         (free_fail_stack_return): Likewise.
11625         (check_arrival_expand_ecl): Mark DFA parameter as const.
11626         (check_arrival_expand_ecl_sub): Likewise.
11627         (check_subexp_limits): Likewise.
11628         (sub_epsilon_src_nodes):  Likewise.
11629         (add_epsilon_src_nodes):  Likewise.
11630         (merge_state_array): Likewise.
11631         (update_regs): Likewise.
11632         (build_trtable): Likewise.
11633         (sift_states_backward): Mark MCTX parameter as const.
11634         (build_sifted_states): Likewise.
11635         (update_cur_sifted_state): Likewise.
11636         (sift_states_mkref): Likewise.
11637         (check_arrival_expand_ecl): Mark eclosure as const.
11638         (check_dst_limits_calc_pos_1): Likewise.
11639         * lib/regex_internal.h (re_match_context_t): Make dfa a const
11640         pointer.
11641
11642         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
11643
11644         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
11645         (transit_state_sb): Likewise.
11646         (transit_state_mb): Likewise.
11647         (sift_states_iter_mb): Likewise.
11648         (check_arrival_add_next_nodes): Likewise.
11649         (check_node_accept_bytes): Change first parameter to pointer-to-const.
11650         [_LIBC] (re_search_2_stub): Use mempcpy.
11651
11652         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
11653         mbrtowc for very simple UTF-8 case.
11654
11655         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
11656         a pointer-to-const.
11657         (re_acquire_state_context): Likewise.
11658         * lib/regex_internal.h: Adjust prototypes.
11659
11660         * lib/regex.c: Prevent using C++ compilers.
11661
11662         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
11663         (re_acquire_state_context): Likewise.
11664
11665 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
11666
11667         * modules/regex (Depends-on): Add ssize_t.
11668
11669 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
11670
11671         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
11672         translation table.
11673
11674 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
11675
11676         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
11677
11678 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
11679             Bruno Haible  <bruno@clisp.org>
11680
11681         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
11682         <sys/types.h> and <inttypes.h>.
11683
11684 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11685
11686         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
11687         `__error_t_defined', so argp.h will not typedef the former.
11688
11689 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
11690
11691         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
11692         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
11693         glibc names.  Even if glibc is changed to conform to POSIX, the
11694         traditional names will be available anyway, since regex depends on
11695         the extensions module.  Also, fix a longstanding typo in the
11696         implementation of Spencer ERE test #75 from grep 2.3.  Problems
11697         reported by Emanuele Giaquinta.  Also, change sense of cached
11698         variable, so that the message makes sense.
11699
11700 2006-03-24  Simon Josefsson  <jas@extundo.com>
11701
11702         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
11703         including some doc fixes.
11704         (base64_encode_alloc): Fix +1 bug on allocation failures.
11705
11706 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11707
11708         * lib/base64.c (base64_encode): Do not read past end of array with
11709         unsanitized input on systems with CHAR_BIT > 8.
11710
11711 2006-03-24  Eric Blake  <ebb9@byu.net>
11712
11713         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
11714
11715 2006-03-22  Karl Berry  <karl@gnu.org>
11716
11717         * config/srclist.txt (*setenv.[ch]): get from coreutils.
11718         * config/srclistvars.sh (COREUTILS): new var.
11719
11720 2006-03-17  Jim Meyering  <jim@meyering.net>
11721
11722         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
11723         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
11724
11725 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
11726
11727         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
11728         no longer needs it.  Instead, check that regoff_t is as least
11729         as wide as ptrdiff_t.
11730
11731         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
11732         so that our regex.h stays compatible with the installed regex.
11733         This is helpful for installers who configure --without-included-regex.
11734         Problem reported by Emanuele Giaquinta.
11735
11736 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
11737
11738         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
11739         Typedef to long int, not to off_, as POSIX will likely change
11740         in that direction.
11741
11742 2006-03-15  Eric Blake  <ebb9@byu.net>
11743
11744         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
11745
11746 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
11747
11748         * lib/argp-help.c (validate_uparams): Fix typo
11749         * lib/argp-parse.c (argp_default_options): Consistently begin help
11750         messages with a lowercase letter.
11751
11752 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
11753
11754         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
11755         overrun buffers and shouldn't be used (much as gets shouldn't be
11756         used).
11757         * lib/time_r.c (asctime_r, ctime_r): Likewise.
11758
11759 2006-03-08  Simon Josefsson  <jas@extundo.com>
11760
11761         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
11762         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11763
11764 2006-03-08  Simon Josefsson  <jas@extundo.com>
11765
11766         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
11767         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11768
11769 2006-03-08  Simon Josefsson  <jas@extundo.com>
11770
11771         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
11772         signal that configure disabled the device.
11773
11774 2006-03-08  Simon Josefsson  <jas@extundo.com>
11775
11776         * build-aux/maint.mk: Fix refresh-po, to handle no translated
11777         languages.
11778
11779 2006-03-07  Simon Josefsson  <jas@extundo.com>
11780
11781         * modules/getopt (Depends-on): Add unistd.
11782
11783         * modules/unistd: New file.
11784
11785 2006-03-07  Simon Josefsson  <jas@extundo.com>
11786
11787         * modules/gc-random: New file.
11788
11789 2006-03-07  Simon Josefsson  <jas@extundo.com>
11790
11791         * m4/unistd_h.m4: New file.
11792
11793 2006-03-07  Simon Josefsson  <jas@extundo.com>
11794
11795         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
11796         test to be side-effect free by storing the result in the cache
11797         variable gl_cv_lib_readline, and moving the assignment of
11798         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
11799         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11800
11801 2006-03-07  Simon Josefsson  <jas@extundo.com>
11802
11803         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
11804         error on missing devices (the functions will return an error).
11805
11806         * m4/gc.m4: Move random stuff to gc-random.m4
11807
11808 2006-03-07  Simon Josefsson  <jas@extundo.com>
11809
11810         * lib/unistd_.h: New file.
11811
11812 2006-03-07  Simon Josefsson  <jas@extundo.com>
11813
11814         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
11815
11816 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
11817
11818         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
11819         Problem reported by Juan Manuel Guerrero.
11820
11821 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
11822
11823         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
11824         the unistd module.
11825         * lib/getlogin_r.c: Likewise.
11826         * lib/getlogin_r.h: Likewise.
11827         * lib/glob.c: Likewise.
11828         * lib/pagealign_alloc.c: Likewise.
11829         * lib/unistd_.h: Remove; no longer needed.
11830
11831 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
11832
11833         * MODULES.html.sh (Support for systems lacking POSIX:2001):
11834         Add unistd.
11835         * modules/c-stack (Depends-on): Add unistd.
11836         * modules/getlogin_r: Likewise.
11837         * modules/glob: Likewise.
11838         * modules/pagealign_alloc: Likewise.
11839         * modules/unistd (Files): Remove lib/unistd_.h.
11840         (EXTRA_DIST): Remove.
11841         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
11842         need unistd_.h.
11843         (MOSTLYCLEANFILES): Remove unistd.h-t.
11844
11845 2006-03-03  Simon Josefsson  <jas@extundo.com>
11846
11847         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
11848
11849 2006-03-03  Simon Josefsson  <jas@extundo.com>
11850
11851         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
11852         libidn and bison.
11853
11854 2006-03-03  Simon Josefsson  <jas@extundo.com>
11855
11856         * build-aux/maint.mk: Add indent target.
11857
11858 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
11859
11860         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
11861         our replacement poll.h in any case, to avoid a differing
11862         declaration from a system header.  Seen on AIX.
11863
11864 2006-03-01  Simon Josefsson  <jas@extundo.com>
11865
11866         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
11867         <kasal@ucw.cz>.
11868
11869 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
11870
11871         * modules/gettime (Depends-on): Add extensions module.
11872         * modules/nanosleep (Depends-on): Likewise.
11873         * modules/settime (Depends-on): Likewise.
11874
11875 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
11876
11877         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
11878         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
11879         pedantically.
11880         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
11881         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
11882
11883         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
11884         not "==".  Reported by Ralf Wildenhues.
11885
11886 2006-03-01  Karl Berry  <karl@gnu.org>
11887
11888         * doc/Copyright/request-*: new files, synced from gnuorg.
11889
11890 2006-03-01  Karl Berry  <karl@gnu.org>
11891
11892         * config/srclist.txt (Copyright/*): new entries.
11893
11894 2006-02-28  Simon Josefsson  <jas@extundo.com>
11895
11896         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
11897
11898 2006-02-27  Simon Josefsson  <jas@extundo.com>
11899
11900         * lib/base64.h: Indent #define's.  From Jim Meyering
11901         <jim@meyering.net>.
11902
11903 2006-02-27  Jim Meyering  <jim@meyering.net>
11904
11905         Revert the change of 2006-02-24, so these files can continue
11906         to be sync'd from gettext.
11907         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
11908         of `config.h'.
11909
11910 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
11911
11912         * modules/intprops: New file.
11913         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
11914         Add intprops.
11915         * modules/getloadavg (Files): Remove lib/intprops.h.
11916         (Depends-on): Add intprops.
11917         * modules/human: Likewise.
11918         * modules/inttostr: Likewise.
11919         * modules/openat: Likewise.
11920         * modules/sig2str: Likewise.
11921         * modules/userspec: Likewise.
11922         * modules/utimecmp: Likewise.
11923         * modules/xnanosleep: Likewise.
11924         * modules/xstrtol: Likewise.
11925
11926 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
11927
11928         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
11929         * modules/lock-tests (TESTS): Use $(EXEEXT).
11930         * modules/tls-tests: Likewise.
11931         * modules/argp-tests: Likewise.
11932         (check_PROGRAMS): New var, replacing...
11933         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
11934
11935 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11936
11937         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
11938         `config.h'.
11939
11940 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
11941
11942         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
11943
11944 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11945
11946         Sync from coreutils.
11947         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
11948         gl_CHDIR_SAFER.
11949
11950 2006-02-22  Jim Meyering  <jim@meyering.net>
11951
11952         Sync from coreutils.
11953         * m4/chdir-safer.m4: New file.
11954
11955 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
11956
11957         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
11958         AT_FDCWD exceeds INT_MAX.
11959         * lib/openat.h (AT_FDCWD): Likewise.
11960
11961 2006-02-17  Eric Blake  <address@hidden>
11962
11963         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
11964
11965 2006-02-16  Simon Josefsson  <jas@extundo.com>
11966
11967         * modules/getaddrinfo (Depends-on): Add sys_socket.
11968
11969 2006-02-15  Simon Josefsson  <jas@extundo.com>
11970
11971         * build-aux/maint.mk: Add dsyntax-check rule.
11972
11973 2006-02-15  Eric Blake  <ebb9@byu.net>
11974
11975         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
11976         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
11977         'present but cannot compile' warnings on cygwin.
11978         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
11979         use ws2tcpip.h if sys/socket.h works.
11980         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
11981         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
11982
11983 2006-02-14  Simon Josefsson  <jas@extundo.com>
11984
11985         * modules/maintainer-makefile (Files): Rename.
11986
11987         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
11988         and (the local) Makefile.cfg to maint-cfg.mk.
11989
11990         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
11991         to the latter.
11992
11993         * modules/maintainer-makefile: New module.
11994
11995         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
11996         severaly stripped to make it possible to build it up from scratch
11997         with reliable tests.
11998
11999         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
12000         fixes to permit overriding the default actions when configure and
12001         makefile are not available.
12002
12003 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
12004
12005         Sync from coreutils.
12006         * modules/lstat (Depends-on): Don't depend on xalloc.
12007         (License): Change from GPL to LGPL, since this is now simply a
12008         replacement for a libc function.
12009
12010 2006-02-14  Jim Meyering  <jim@meyering.net>
12011
12012         Sync from coreutils.
12013
12014         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
12015         failure on deficient systems, and simplify gnulib lgpl dependencies.
12016         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
12017         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
12018
12019         * lib/xalloc-die.c: Remove unused definition of N_.
12020
12021 2006-02-14  Jim Meyering  <jim@meyering.net>
12022
12023         Sync from coreutils.
12024         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
12025         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
12026         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
12027         double-quote uses of that variable, to accommodate the rare case in
12028         which getmntent is available in none of the libraries checked.  This
12029         happens at least on FreeBSD 5.0.
12030
12031 2006-02-13  Simon Josefsson  <jas@extundo.com>
12032
12033         * gnulib-tool (Usage): Fix --import, from
12034         karl@freefriends.org (Karl Berry).
12035
12036 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
12037
12038         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
12039
12040 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
12041
12042         * lib/argp-namefrob.h: Restore changes accidentally lost during the
12043         "autoupdate" on 2005-12-12.
12044
12045 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
12046
12047         * modules/closeout (Depends-on): Remove atexit.
12048
12049 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
12050
12051         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
12052         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
12053
12054 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
12055
12056         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
12057         __EXTENSIONS__ if this causes compilation to fail.  Problem
12058         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
12059         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
12060
12061 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
12062
12063         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
12064         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
12065         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
12066         All uses changed.
12067
12068 2006-01-26  Simon Josefsson  <jas@extundo.com>
12069
12070         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
12071         prototype is visible on mingw32.
12072
12073         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
12074         for mingw32.
12075
12076         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
12077         mingw32).
12078
12079 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
12080
12081         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
12082         attempt to open for write; this always fails, at least on POSIX
12083         hosts.  This reinstates the 2006-01-09 change, which was
12084         inadvertently removed.
12085
12086 2006-01-26  Bruno Haible  <bruno@clisp.org>
12087
12088         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
12089         Reported by Paul Eggert.
12090
12091 2006-01-26  Bruno Haible  <bruno@clisp.org>
12092             Paul Eggert  <eggert@cs.ucla.edu>
12093
12094         * lib/stdbool_.h (_Bool)
12095         [(! (defined __cplusplus || defined __BEOS__)
12096           && !defined __GNUC__
12097           && !(defined __HP_cc || defined __xlc__
12098                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
12099                || defined __sgi))]:
12100         #define to signed char in these cases too; this simplifies
12101         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
12102         etc., separately) and makes it more conservative.
12103
12104 2006-01-25  Simon Josefsson  <jas@extundo.com>
12105
12106         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
12107         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
12108         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
12109
12110 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
12111
12112         * lib/argp-namefrob.h: Bugfix. Remove stray #
12113
12114 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
12115
12116         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
12117         so that we test the test.
12118         Check for yet another HP-UX cc bug involving *bool |= bool.
12119
12120 2006-01-25  Karl Berry  <karl@gnu.org>
12121
12122         * config/srclist.txt (vasnprintf.c): sync lost.
12123
12124 2006-01-25  Jim Meyering  <jim@meyering.net>
12125
12126         Sync from the stable (b5) branch of coreutils:
12127
12128         * lib/fts.c (fts_children): Don't let close() clobber errno from
12129         failed fchdir().
12130
12131         * lib/fts.c (fts_stat): When following a symlink-to-directory,
12132         don't necessarily interpret stat-fails+lstat-succeeds as indicating
12133         a dangling symlink.  That can also happen at least for ELOOP.
12134         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
12135         FYI, this bug predates the inclusion of fts.c in coreutils.
12136
12137         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
12138         in their own block, so pre-c99 compilers don't object.
12139
12140         Avoid the double-free (first in fts_read, second in fts_close) that
12141         would occur when an `active' directory is made inaccessible (e.g.,
12142         via chmod a-x) during a traversal.
12143         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
12144         before returning.  Reproduce this failure by
12145         mkdir -p a/b; cd a; chmod a-x . b
12146         Reported by Stavros Passas.
12147
12148 2006-01-25  Jim Meyering  <jim@meyering.net>
12149
12150         * lib/fileblocks.c: Remove more useless parentheses.
12151         * lib/readutmp.h: Likewise.
12152
12153 2006-01-25  Bruno Haible  <bruno@clisp.org>
12154
12155         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
12156         warnings.
12157         Reported by Paul Eggert.
12158
12159 2006-01-25  Bruno Haible  <bruno@clisp.org>
12160
12161         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
12162         rid of a trap command. For Solaris sh.
12163         Reported by Mark D. Baushke <mdb@gnu.org>.
12164
12165 2006-01-24  Simon Josefsson  <jas@extundo.com>
12166
12167         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
12168         Bruno.
12169
12170 2006-01-24  Karl Berry  <karl@gnu.org>
12171
12172         * config/srclist.txt (argp-namefrob.h): sync lost.
12173
12174 2006-01-24  Jim Meyering  <jim@meyering.net>
12175
12176         * modules/openat (Files): Add lib/intprops.h.
12177         From Mark D. Baushke.
12178
12179 2006-01-24  Jim Meyering  <jim@meyering.net>
12180
12181         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
12182         Reported by Mark D. Baushke.
12183
12184 2006-01-24  Jim Meyering  <jim@meyering.net>
12185
12186         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
12187
12188 2006-01-24  Bruno Haible  <bruno@clisp.org>
12189
12190         * modules/strnlen (Maintainer): Change from glibc to all.
12191
12192 2006-01-24  Bruno Haible  <bruno@clisp.org>
12193
12194         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
12195         Patch by Paul Eggert.
12196
12197 2006-01-24  Bruno Haible  <bruno@clisp.org>
12198
12199         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
12200         already has it.
12201         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
12202         2005-11-26.
12203
12204         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
12205         'signed char' to avoid problems with the built-in _Bool type.
12206         Reported by Paul Eggert on 2005-11-26.
12207
12208 2006-01-24  Bruno Haible  <bruno@clisp.org>
12209
12210         * gnulib-tool (func_import): Avoid constructing complicated sed
12211         expressions inside backquote.
12212         Report and solution by Mark D. Baushke <mdb@gnu.org>.
12213
12214 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
12215
12216         These changes imported from libc.
12217         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
12218         test and two separate function calls.
12219         * lib/strndup.c (__strndup): Add libc_hidden_def.
12220
12221 2006-01-23  Simon Josefsson  <jas@extundo.com>
12222
12223         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
12224         Remove the test_*_SOURCES variable: automake infers it by default.
12225         * modules/tls-tests: Likewise.
12226
12227 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
12228
12229         Work around porting bugs reported by Dieter in
12230         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
12231         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
12232         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
12233         Include "getopt.h" first, to check interface.
12234         (getenv): Declare only if defined HAVE_DECL_GETENV &&
12235         !HAVE_DECL_GETENV.
12236         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
12237         (__strndup): Revert to K&R-style function dfns, the glibc style.
12238         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
12239         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
12240         Include strnlen.h first, to get prototype properly.
12241         (strnlen): Renamed from __strnlen.
12242         Remove weak alias.
12243
12244 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
12245
12246         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
12247
12248 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
12249
12250         * config/srclist.txt: Adjust to reflect glibc reorganization.
12251         This affects only comments.
12252
12253 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
12254
12255          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
12256          Reported by Bruce Korb <bkorb@gnu.org>.
12257
12258 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
12259
12260         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
12261         to pacify gcc -Wswitch-default.
12262
12263 2006-01-22  Bruno Haible  <bruno@clisp.org>
12264
12265         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
12266         temporary buffer for sprintf, take into account the precision also
12267         for 'd', 'i', 'u', 'o', 'x', 'X'.
12268
12269 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
12270
12271         * modules/argp-tests: New module
12272         * tests/test-argp.c: New file
12273         * tests/test-argp-2.sh: New file
12274
12275 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
12276
12277         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
12278         (__argp_base_name): Removed
12279         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
12280         typo.
12281         (__argp_base_name): Provide macro definition or extern declaration
12282         depending on the configuration
12283
12284 2006-01-20  Simon Josefsson  <jas@extundo.com>
12285
12286         * modules/inet_ntop (Depends-on): Depend on sys_socket.
12287
12288 2006-01-20  Simon Josefsson  <jas@extundo.com>
12289
12290         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
12291
12292 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
12293
12294         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
12295         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
12296         Suggested by Bruno Haible.
12297
12298 2006-01-20  Karl Berry  <karl@gnu.org>
12299
12300         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
12301         until changes propagate, I guess.
12302
12303 2006-01-19  Simon Josefsson  <jas@extundo.com>
12304
12305         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
12306
12307 2006-01-19  Simon Josefsson  <jas@extundo.com>
12308
12309         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
12310
12311 2006-01-19  Simon Josefsson  <jas@extundo.com>
12312
12313         * gnulib-tool: Set check_PROGRAMS.
12314
12315         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
12316         modules/des-tests, modules/gc-arcfour-tests,
12317         modules/gc-arctwo-tests, modules/gc-des-tests,
12318         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
12319         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
12320         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
12321         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
12322         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
12323         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
12324         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
12325         test_*_SOURCES.
12326
12327 2006-01-18  Simon Josefsson  <jas@extundo.com>
12328
12329         * modules/socklen (Depends-on): Depend on sys_socket.
12330
12331 2006-01-18  Simon Josefsson  <jas@extundo.com>
12332
12333         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
12334         modules/des-tests, modules/gc-arcfour-tests,
12335         modules/gc-arctwo-tests, modules/gc-des-tests,
12336         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
12337         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
12338         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
12339         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
12340         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
12341         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
12342         $(EXEEXT) to automake TESTS variable, for mingw32.
12343
12344 2006-01-17  Simon Josefsson  <jas@extundo.com>
12345
12346         * modules/socklen (Include): Need sys/socket.h.
12347
12348 2006-01-17  Bruno Haible  <bruno@clisp.org>
12349
12350         * modules/ssize_t (Include): Add <sys/types.h>.
12351
12352 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
12353
12354         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
12355         it's not portable and it doesn't work with cross-compiles.
12356         Problem reported by Bruno Haible.  Fix missing-$ typo in
12357         'test "gl_cv_ignore_unused_libraries" ...' that prevented
12358         -zignore from being used with Sun's C compiler.
12359
12360 2006-01-12  Simon Josefsson  <jas@extundo.com>
12361
12362         * lib/base64.c: Fix warning, reported by Bruno Haible
12363         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
12364
12365 2006-01-12  Bruno Haible  <bruno@clisp.org>
12366
12367         * modules/ldd: New file.
12368         * build-aux/ldd.sh.in: New file.
12369         * MODULES.html.sh (Support for building libraries and executables): Add
12370         ldd.
12371
12372 2006-01-12  Bruno Haible  <bruno@clisp.org>
12373
12374         * m4/ldd.m4: New file.
12375
12376 2006-01-12  Bruno Haible  <bruno@clisp.org>
12377
12378         * gnulib-tool (func_import, func_create_testdir): Don't go into an
12379         endless loop while replacing $auxdir with build-aux.
12380
12381 2006-01-11  Simon Josefsson  <jas@extundo.com>
12382
12383         * lib/stdint_.h (SIZE_MAX): Add missing (.
12384
12385 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
12386
12387         Sync from coreutils.
12388         * lib/md5.c: Fix commentary typos.
12389         (alignof, UNALIGNED_P): No need for a GCC-specific version.
12390         * lib/md5.h (__attribute__): Remove; unused.
12391         * lib/sha1.c: Fix commentary to match md5 better.
12392         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
12393         so that we don't need to worry about alignment.  All uses changed.
12394         This merges the 2005-10-28 md5 change into sha1.
12395
12396 2006-01-11  Jim Meyering  <jim@meyering.net>
12397
12398         Sync from coreutils.
12399         * lib/md5.c (OP): Fix spacing.
12400
12401 2006-01-11  Bruno Haible  <bruno@clisp.org>
12402
12403         Ensure automatic ordering between gl_LOCK and gl_ARGP.
12404         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
12405         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
12406
12407 2006-01-11  Bruno Haible  <bruno@clisp.org>
12408
12409         Ensure automatic ordering between gl_LOCK and gl_ARGP.
12410         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
12411         the "early" section as well.
12412
12413 2006-01-11  Bruno Haible  <bruno@clisp.org>
12414
12415         Avoid "ar: no archive members specified" error on MacOS X.
12416         * gnulib-tool (func_modules_add_dummy): New function.
12417         (func_import, func_create_testdir): Invoke it.
12418
12419 2006-01-11  Bruno Haible  <bruno@clisp.org>
12420
12421         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
12422         with $auxdir in AC_CONFIG_FILES statements.
12423
12424 2006-01-11  Bruno Haible  <bruno@clisp.org>
12425
12426         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12427         Initialize also noinst_HEADERS to empty.
12428
12429 2006-01-11  Bruno Haible  <bruno@clisp.org>
12430
12431         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
12432         variables.
12433         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
12434         autoreconf.
12435
12436 2006-01-11  Bruno Haible  <bruno@clisp.org>
12437
12438         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
12439         overridable by the user.
12440         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12441
12442 2006-01-10  Simon Josefsson  <jas@extundo.com>
12443
12444         * modules/sys_socket: New file.
12445
12446 2006-01-10  Simon Josefsson  <jas@extundo.com>
12447
12448         * m4/sys_socket_h.m4: New file.
12449
12450 2006-01-10  Simon Josefsson  <jas@extundo.com>
12451
12452         * lib/socket_.h: New file.
12453
12454 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
12455
12456         * modules/readutmp (Maintainer): Add myself.
12457
12458 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
12459
12460         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
12461         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
12462         People who are still concerned with buggy memcmp implementations
12463         can invoke gl_FUNC_MEMCMP themselves.
12464
12465 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
12466
12467         * lib/regex_internal.h (BITSET_WORD_BITS):
12468         Work around a bug in 64-bit PGC (before version 6.1-2), where the
12469         preprocessor mishandles large unsigned values as if they were signed.
12470         Problem reported by Claudio Fontana in
12471         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
12472
12473 2006-01-10  Jim Meyering  <jim@meyering.net>
12474
12475         Avoid the double-free (first in fts_read, second in fts_close) that
12476         would occur when an `active' directory is made inaccessible (e.g.,
12477         via chmod a-x) during a traversal.
12478         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
12479         before returning.  Reproduce this failure by
12480         mkdir -p a/b; cd a; chmod a-x . b
12481         Reported by Stavros Passas.
12482
12483         Sync from coreutils.
12484         * lib/sha1.c: Tweak grammar in a comment.
12485
12486 2006-01-10  Jim Meyering  <jim@meyering.net>
12487
12488         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
12489         Patch by Joerg Sonnenberger.
12490
12491 2006-01-10  Bruno Haible  <bruno@clisp.org>
12492
12493         * modules/readutmp: Depend on module free.
12494         * modules/strtok_r: Depend on module restrict.
12495
12496 2006-01-10  Bruno Haible  <bruno@clisp.org>
12497
12498         * modules/gettext (configure.ac): Add an invocation of
12499         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
12500
12501 2006-01-10  Bruno Haible  <bruno@clisp.org>
12502
12503         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
12504         Reported by Werner Lemberg <wl@gnu.org>.
12505
12506 2006-01-10  Bruno Haible  <bruno@clisp.org>
12507
12508         * lib/localcharset.c: Update from GNU gettext.
12509
12510 2006-01-10  Bruno Haible  <bruno@clisp.org>
12511
12512         * lib/argp.h (__const): Remove macro. Use const instead.
12513         * lib/argp-fmtstream.h (__const): Likewise.
12514         * lib/glob_.h (__const): Remove macro.
12515         * lib/glob-libc.h: Use const instead of __const.
12516
12517 2006-01-10  Bruno Haible  <bruno@clisp.org>
12518
12519         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
12520         variable.
12521         Needed to avoid an automake error regarding the 'gettext' module.
12522
12523 2006-01-09  Simon Josefsson  <jas@extundo.com>
12524
12525         * modules/inet_ntop (Depends-on): Add restrict.
12526
12527 2006-01-09  Simon Josefsson  <jas@extundo.com>
12528
12529         * modules/gc-rijndael-tests (License): Put under LGPL.
12530
12531         * modules/gc-des-tests (License): Likewise.
12532
12533         * modules/gc-arcfour-tests (License): Likewise.
12534
12535         * modules/gc-arctwo-tests (License): Likewise.
12536
12537         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
12538
12539         * modules/gc-hmac-sha1-tests (Files): Likewise.
12540
12541         * modules/gc-hmac-md5-tests (License): Likewise.
12542
12543         * modules/gc-sha1-tests (License): Likewise.
12544
12545         * modules/gc-md5-tests (License): Likewise.
12546
12547         * modules/gc-md4-tests (License): Likewise.
12548
12549         * modules/gc-md2-tests (License): Likewise.
12550
12551         * modules/gc-tests (License): Likewise.
12552
12553         * modules/des-tests (License): Likewise.
12554
12555         * modules/md4-tests (License): Likewise.
12556
12557         * modules/md2-tests (License): Likewise.
12558
12559 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12560
12561         Sync from coreutils:
12562
12563         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
12564         * modules/lib-ignore: New file.
12565         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
12566         chdir-safer.m4, lchmod.m4.
12567         * modules/openat: Add mkdirat.c, openat-priv.h.
12568
12569 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12570
12571         Sync from coreutils.
12572         * m4/lib-ignore.m4: New file.
12573         * m4/lchmod.m4: New file.
12574
12575 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12576
12577         Sync from coreutils.
12578         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
12579         for write access: POSIX says that must fail.
12580         * lib/fts.c (diropen): Likewise.
12581         * lib/save-cwd.c (save_cwd): Likewise.
12582         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
12583         well, for minor improvements on hosts that lack O_DIRECTORY.
12584         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
12585         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
12586         Fall back on chown if open failed with EACCES.
12587
12588         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
12589         Report an error at compile-time if only a 1-second nominal clock
12590         resolution is found.
12591
12592         * lib/lchmod.h: New file.
12593         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
12594         (make_dir_parents): Use lchown rather than chown, and
12595         lchmod rather than chmod.
12596
12597         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
12598         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
12599         "proc" reported by n0dalus.
12600
12601         * lib/mountlist.c: Include <limits.h>.
12602         (dev_from_mount_options)
12603         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
12604         New function.  It no longer assumes "dev=" has the System V meaning
12605         on Linux (since it doesn't).  It also parses "dev=" more carefully.
12606         (read_file_system_list)
12607         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
12608         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
12609         dev= in that case.
12610
12611         * lib/posixtm.h (PDS_PRE_2000): New macro.
12612         * lib/posixtm.c (year): Arg is now syntax_bits rather than
12613         allow_century.  All usages changed.  Reject dates outside the range
12614         1969-1999 if PDS_PRE_2000 is used.
12615
12616 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12617
12618         Sync from coreutils.
12619         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
12620         (Time of day items): Mention the possibility of leap seconds.
12621         Problem reported by Dr. David Alan Gilbert.
12622
12623 2006-01-09  Jim Meyering  <jim@meyering.net>
12624
12625         Sync from coreutils.
12626
12627         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
12628
12629         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
12630
12631         * lib/modechange.c (mode_compile): Reject an invalid mode string
12632         that starts with an octal digit.  From Andreas Gruenbacher.
12633
12634         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
12635         and dup to open_safer and dup_safer, respectively.
12636         (openat_permissive): Fix typo in comment.
12637
12638         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
12639         "gettext.h"; either no longer needed or are guaranteed by openat.h.
12640         (_): Remove; no longer needed.
12641         (openat): Renamed from rpl_openat; no need for rpl_openat
12642         since openat.h renames openat for us.
12643         Replace most of the body with a call to openat_permissive,
12644         to avoid duplicate code.
12645         Port to (probably hypothetical) environments were mode_t is
12646         wider than int.
12647         (openat_permissive): Require mode arg, so that we can check
12648         types better.  Put it just after flags.  Change cwd failure
12649         indicator from pointer-to-bool to pointer-to-errno-value.
12650         All callers changed.
12651         Invoke openat_save_fail and/or openat_restore_fail if
12652         cwd_errno is null, so that openat can call us.
12653         (openat_permissive, fdopendir, fstatat, unlinkat):
12654         Simplify errno handling to avoid some duplicate code,
12655         as it's OK to set errno on success.
12656         * lib/openat.h: Revamp code so that function macros depend on
12657         __OPENAT_PREFIX only, not also on AT_FDCWD.
12658         (openat_ro): Remove.  Caller changed to use openat_permissive.
12659         (openat_permissive): Now a macro, if not a function.
12660         (openat_restore_fail, openat_save_fail): Now always functions,
12661         since mkdirat needs them even if __OPENAT_PREFIX is defined.
12662
12663         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
12664         and openat.c.
12665         * lib/mkdirat.c: Include openat-priv.h.
12666         Remove definitions of macros defined therein.
12667         * lib/openat.c: Likewise.
12668
12669         * lib/mkdirat.c (mkdirat): New file and function.
12670         * lib/openat.h (mkdirat): Declare.
12671
12672         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
12673
12674         * lib/openat.h (openat_permissive): Declare.
12675         (openat_ro): Define.
12676
12677         * lib/openat.c (EXPECTED_ERRNO): New macro.
12678         (openat_permissive): New function -- used in remove.c rewrite.
12679         (all functions): Set errno just before returning, only if there
12680         was an actual failure.
12681         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
12682
12683         Emulate openat-family functions using Linux's procfs, if possible.
12684         Idea and some code based on Ulrich Drepper's glibc changes.
12685
12686         * lib/openat.c: (BUILD_PROC_NAME): New macro.
12687         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
12688         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
12689         before falling back on save_cwd and restore_cwd.
12690         (fdopendir, fstatat, unlinkat): Likewise.
12691
12692         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
12693         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
12694
12695         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
12696         as second argument to va_arg.  Otherwise, some versions of gcc
12697         warn that `if this code is reached, the program will abort'.
12698
12699 2006-01-09  Jim Meyering  <jim@meyering.net>
12700
12701         Sync from coreutils.
12702         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
12703         Require openat-priv.h.
12704
12705 2006-01-09  Bruno Haible  <bruno@clisp.org>
12706
12707         * modules/strnlen (Include): Use strnlen.h.
12708
12709 2006-01-09  Bruno Haible  <bruno@clisp.org>
12710
12711         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
12712
12713 2006-01-09  Bruno Haible  <bruno@clisp.org>
12714
12715         * lib/sysexit_.h (EX_OK): New macro.
12716         Suggested by Martin Lambers <marlam@marlam.de>.
12717
12718 2006-01-09  Bruno Haible  <bruno@clisp.org>
12719
12720         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
12721         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
12722
12723 2006-01-09  Bruno Haible  <bruno@clisp.org>
12724
12725         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
12726         numbers.
12727
12728 2006-01-09  Bruno Haible  <bruno@clisp.org>
12729
12730         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
12731         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
12732         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
12733         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
12734
12735 2006-01-09  Bruno Haible  <bruno@clisp.org>
12736
12737         * build-aux/javacomp.sh.in: New file, moved from lib/.
12738         * modules/javacomp-script (Files): Update.
12739         (configure.ac): Add AC_CONFIG_FILES invocation.
12740         (EXTRA_DIST): Remove variable.
12741
12742         * build-aux/javaexec.sh.in: New file, moved from lib/.
12743         * modules/javaexec (Files): Update.
12744         (configure.ac): Add AC_CONFIG_FILES invocation.
12745         (EXTRA_DIST): Remove javaexec.sh.in.
12746
12747         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
12748         * modules/csharpcomp-script (Files): Update.
12749         (configure.ac): Add AC_CONFIG_FILES invocation.
12750         (EXTRA_DIST): Remove variable.
12751
12752         * build-aux/csharpexec.sh.in: New file, moved from lib/.
12753         * modules/csharpexec (Files): Update.
12754         (configure.ac): Add AC_CONFIG_FILES invocation.
12755         (EXTRA_DIST): Remove csharpexec.sh.in.
12756
12757 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
12758
12759         Sync from coreutils.
12760
12761         Add POSIX ACL support
12762         * lib/acl.h (copy_acl, set_acl): Add declarations.
12763         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
12764         systems other than Linux.
12765         (chmod_or_fchmod): New function: use fchmod when possible,
12766         and chmod otherwise.
12767         (file_has_acl): Add a POSIX ACL implementation, with a
12768         Linux-specific subcase.
12769         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
12770         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
12771         acls are unsupported.
12772         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
12773         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
12774         are unsupported.
12775
12776 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
12777
12778         Sync from coreutils.
12779         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
12780
12781 2006-01-07  Bruno Haible  <bruno@clisp.org>
12782
12783         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
12784         gl_EARLY.
12785
12786 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
12787
12788         * lib/strftime.c (tzname): Don't declare if it is already #defined.
12789         Problem reported for Mingw by Mark Junker.
12790
12791 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
12792
12793         * README: Gnulib normally doesn't generate a tarball.
12794
12795 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
12796
12797         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
12798         long int, not int, for nanosecond counts, so that people who are
12799         used to POSIX struct timespec won't be surprised.  Reported by Jim
12800         Meyering.
12801
12802 2005-12-28  Bruno Haible  <bruno@clisp.org>
12803
12804         * build-aux/config.rpath: Update from GNU gettext.
12805
12806 2005-12-16  Jim Meyering  <jim@meyering.net>
12807
12808         * modules/fprintftime: New module.
12809         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
12810
12811 2005-12-16  Jim Meyering  <jim@meyering.net>
12812
12813         * m4/fprintftime.m4: New file.
12814
12815 2005-12-16  Jim Meyering  <jim@meyering.net>
12816
12817         * lib/fprintftime.c, lib/fprintftime.h: New files.
12818
12819 2005-12-15  Simon Josefsson  <jas@extundo.com>
12820
12821         * modules/socklen (configure.ac): Fix M4 macro name, to align with
12822         new m4/socklen.m4.
12823
12824 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
12825
12826         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
12827         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
12828
12829 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
12830
12831         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
12832         * lib/argp-help.c (fill_in_uparams): Check if the constructed
12833         struct uparams is valid. Fall back to the default values if it is
12834         not.
12835
12836 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
12837
12838         * modules/argp (Files): Add argp-pin.c
12839         (Depends-on): dirname
12840         (lib_SOURCES): Add argp-pin.c
12841
12842 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
12843
12844         * m4/argp.m4:  Check if program_invocation_name and
12845         program_invocation_short_name are declared and define appropriate
12846         macros if they are not.
12847
12848 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
12849
12850         * lib/argp-help.c (__argp_base_name): New function
12851         (__argp_short_program_name): Rewrite using __argp_base_name
12852         * lib/argp-namefrob.h: Define program_invocation_name and
12853         program_invocation_short_name if requested
12854         (__argp_base_name): Add prototype
12855         * lib/argp-parse.c (argp_def): Use gettext wrappers
12856         (argp_default_parser): Use __argp_base_name
12857         * lib/argp-pin.c: New file. Defines program_invocation_name and
12858         program_invocation_short_name on systems that lack them.
12859
12860 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
12861
12862         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
12863         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
12864         porting problem reported by Georg Schwarz in
12865         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
12866
12867 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
12868
12869         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
12870         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
12871         porting problem reported by Georg Schwarz in
12872         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
12873
12874 2005-12-05  Bruno Haible  <bruno@clisp.org>
12875
12876         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
12877         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
12878         Reported by Mark Junker <mjscod@gmx.de>.
12879
12880 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
12881
12882         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
12883         Use implementation from Albert Chin, with some
12884         comments/corrections by Stepan Kasal and myself.
12885
12886 2005-12-02  Bruno Haible  <bruno@clisp.org>
12887
12888         * gnulib-tool (func_import): Accept GPLed build tool modules when
12889         --lgpl is given.
12890         * modules/csharpcomp-script: New file.
12891         * modules/csharpcomp: Depend on it.
12892         * modules/javacomp-script: New file.
12893         * modules/javacomp: Depend on it.
12894         Suggested by Simon Josefsson.
12895
12896 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
12897
12898         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
12899         statement, to work around an HP-UX 10.20 compiler bug reported by
12900         Peter O'Gorman.
12901
12902 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
12903
12904         * modules/savedir (Depends-on): Add openat.
12905
12906 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
12907
12908         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
12909         (uintmax_t) [defined uintmax_t]: Do not declare.
12910         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
12911         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
12912         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
12913         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
12914         sake of portability to weird hosts that C allows (though we don't
12915         know of any practical examples).
12916
12917         * lib/savedir.h (fdsavedir): New decl.
12918         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
12919         contains most of the former guts of savedir.
12920         (savedir): Use savedirstream.
12921         Include "openat.h".
12922
12923 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
12924
12925         * modules/obstack (Files): Add m4/ulonglong.m4.
12926         Problem reported by Davide Angelocola.
12927
12928 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
12929
12930         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
12931         coreutils no longer futzes with rounding modes.
12932
12933 2005-11-14  Jim Meyering  <jim@meyering.net>
12934
12935         * lib/mkstemp-safer.c: Include <config.h>, required for possible
12936         replacement of mkstemp.
12937
12938 2005-11-10  Simon Josefsson  <jas@extundo.com>
12939
12940         * lib/readline.c: Remove EOL.
12941
12942 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
12943
12944         * modules/gethrxtime (Depends-on): Add gettime.
12945
12946 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
12947
12948         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
12949         or gettimeofday; no longer needed.
12950
12951 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
12952
12953         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
12954         time business.
12955         (gethrxtime) [! (HAVE_NANOUPTIME
12956         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
12957         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
12958         our own approximation.
12959
12960 2005-11-08  Eric Blake  <ebb9@byu.net>
12961
12962         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
12963
12964 2005-11-08  Eric Blake  <ebb9@byu.net>
12965
12966         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
12967
12968 2005-11-04  Bruno Haible  <bruno@clisp.org>
12969
12970         * gnulib-tool: Implement --update mode.
12971
12972 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
12973
12974         Fix porting problem reported by Theodoros V. Kalamatianos.
12975         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
12976         Don't assume that futimes failing means we must fail.
12977
12978 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
12979
12980         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
12981         variables to suggest the intended function of the PATH_MAX check.
12982
12983 2005-10-30  Kean Johnston  <jkj@sco.com>
12984
12985         Trivial changes to support SCO systems.
12986         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
12987         as PATH_MAX.
12988         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
12989         where __ptr is null when no I/O is pending.
12990
12991 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
12992
12993         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
12994         leave errno alone.  Problem reported by Dmitry V. Levin.
12995
12996 2005-10-28  Simon Josefsson  <jas@extundo.com>
12997
12998         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
12999         Test more.
13000
13001         * tests/test-gc-md2.c, tests/test-md2.c: New files.
13002
13003         * modules/md2, modules/md2-tests: New files.
13004
13005 2005-10-28  Simon Josefsson  <jas@extundo.com>
13006
13007         * m4/inet_ntop.m4: More tests.
13008
13009         * m4/gc-md2.m4, md2.m4: New file.
13010
13011 2005-10-28  Simon Josefsson  <jas@extundo.com>
13012
13013         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
13014         "restrict" keywords, as per POSIX.  Protect the function
13015         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
13016         Don't use K&R prototypes.  Check the sprintf return values.
13017         Re-define EAFNOSUPPORT if not present.  Indent.
13018
13019         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
13020         suggested by Bruno Haible <bruno@clisp.org>.
13021
13022         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
13023
13024         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
13025
13026         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
13027         libgcrypt).
13028
13029         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
13030
13031         * lib/md2.h, lib/md2.c: New files.
13032
13033 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
13034
13035         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
13036         errno alone.  Problem reported by Frederic Jolliton.
13037
13038 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
13039
13040         * modules/verify (License): Change from GPL to LGPL.  This is a
13041         tiny module and there are apparently near-equivalents that are
13042         under the BSD license.
13043
13044 2005-10-24  Simon Josefsson  <jas@extundo.com>
13045
13046         * modules/sha1: Relicense to LGPL.
13047
13048 2005-10-24  Simon Josefsson  <jas@extundo.com>
13049
13050         * lib/md4.h: Shrink buffer size, now that we changed the type.
13051
13052 2005-10-23  Simon Josefsson  <jas@extundo.com>
13053
13054         * gnulib-tool (func_import): Fix --tests-base.
13055
13056 2005-10-22  Simon Josefsson  <jas@extundo.com>
13057
13058         * modules/arcfour (Depends-on): Need stdint.
13059
13060 2005-10-22  Simon Josefsson  <jas@extundo.com>
13061
13062         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
13063         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
13064
13065 2005-10-22  Simon Josefsson  <jas@extundo.com>
13066
13067         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
13068         suggested by Bruno Haible <bruno@clisp.org>.
13069
13070 2005-10-22  Simon Josefsson  <jas@extundo.com>
13071
13072         * lib/crc.h: Include stddef.h, for size_t.
13073
13074 2005-10-22  Simon Josefsson  <jas@extundo.com>
13075
13076         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
13077         arcfour_context struct (simplify test vector testing in GNU
13078         Shishi).
13079
13080 2005-10-21  Simon Josefsson  <jas@extundo.com>
13081
13082         * modules/des, modules/des-tests: New files.
13083
13084         * modules/gc-des, modules/gc-des-tests: New files.
13085
13086         * tests/test-des.c, tests/test-gc-des.c: New file.
13087
13088 2005-10-21  Simon Josefsson  <jas@extundo.com>
13089
13090         * modules/arctwo, modules/arctwo-tests: New files.
13091
13092         * tests/test-arctwo.c: New file.
13093
13094         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
13095
13096         * tests/test-gc-arctwo.c: New file.
13097
13098 2005-10-21  Simon Josefsson  <jas@extundo.com>
13099
13100         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
13101         Bruno Haible <bruno@clisp.org>.
13102
13103         * m4/gc-des.m4: New file.
13104
13105 2005-10-21  Simon Josefsson  <jas@extundo.com>
13106
13107         * m4/arctwo.m4: New file.
13108
13109         * m4/gc-arctwo.m4: New file.
13110
13111 2005-10-21  Simon Josefsson  <jas@extundo.com>
13112
13113         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
13114         block.
13115
13116 2005-10-21  Simon Josefsson  <jas@extundo.com>
13117
13118         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
13119         <bruno@clisp.org>.
13120
13121         * lib/hmac-sha1.c (hmac_sha1): Likewise.
13122
13123         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
13124         Bruno Haible <bruno@clisp.org>.
13125
13126         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
13127         <bruno@clisp.org>.
13128
13129 2005-10-21  Simon Josefsson  <jas@extundo.com>
13130
13131         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
13132
13133 2005-10-21  Simon Josefsson  <jas@extundo.com>
13134
13135         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
13136
13137 2005-10-21  Simon Josefsson  <jas@extundo.com>
13138
13139         * lib/des.h, lib/des.c: New files.
13140
13141         * lib/gc-gnulib.c: Support DES.c
13142
13143 2005-10-21  Simon Josefsson  <jas@extundo.com>
13144
13145         * lib/arctwo.h, lib/arctwo.c: New files.
13146
13147         * lib/gc-gnulib.c: Support ARCTWO.
13148
13149 2005-10-21  Simon Josefsson  <jas@extundo.com>
13150
13151         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
13152         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
13153
13154 2005-10-21  Simon Josefsson  <jas@extundo.com>
13155
13156         * gnulib-tool (func_import, func_create_testdir): Define automake
13157         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
13158         Makefile.am snippet),
13159         suggested by Bruno Haible <bruno@clisp.org>.
13160
13161         * modules/gc (Makefile.am): Use it.
13162
13163 2005-10-21  Bruno Haible  <bruno@clisp.org>
13164
13165         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
13166         patch.
13167
13168 2005-10-19  Simon Josefsson  <jas@extundo.com>
13169
13170         * tests/test-gc-rijndael.c: New file.
13171
13172         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
13173
13174 2005-10-19  Simon Josefsson  <jas@extundo.com>
13175
13176         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
13177         interface too.
13178
13179 2005-10-19  Simon Josefsson  <jas@extundo.com>
13180
13181         * tests/test-gc-arcfour.c: New file.
13182
13183         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
13184
13185 2005-10-19  Simon Josefsson  <jas@extundo.com>
13186
13187         * modules/gc-md4, modules/gc-md4-tests: New file.
13188
13189         * tests/test-gc-md4.c: New file.
13190
13191 2005-10-19  Simon Josefsson  <jas@extundo.com>
13192
13193         * m4/gc-md4.m4: New file.
13194
13195 2005-10-19  Simon Josefsson  <jas@extundo.com>
13196
13197         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
13198         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
13199         <kasal@ucw.cz>.
13200
13201 2005-10-19  Simon Josefsson  <jas@extundo.com>
13202
13203         * m4/gc-arcfour.m4: New file.
13204
13205         * m4/gc-rijndael.m4: New file.
13206
13207 2005-10-19  Simon Josefsson  <jas@extundo.com>
13208
13209         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
13210
13211 2005-10-19  Simon Josefsson  <jas@extundo.com>
13212
13213         * lib/gc-gnulib.c: Support ARCFOUR.
13214
13215 2005-10-19  Simon Josefsson  <jas@extundo.com>
13216
13217         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
13218         support.
13219
13220         * lib/gc.h: Add ECB enum type.
13221
13222         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
13223
13224 2005-10-18  Simon Josefsson  <jas@extundo.com>
13225
13226         * tests/test-md5.c: New file.
13227
13228         * modules/md5-tests: New file.
13229
13230 2005-10-18  Simon Josefsson  <jas@extundo.com>
13231
13232         * tests/test-md4.c: New file.
13233
13234         * modules/md4, modules/md4-tests: New files.
13235
13236 2005-10-18  Simon Josefsson  <jas@extundo.com>
13237
13238         * m4/md4.m4: New file.
13239
13240 2005-10-18  Simon Josefsson  <jas@extundo.com>
13241
13242         * lib/md4.h, lib/md4.c: New files, based on md5.?.
13243
13244 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
13245
13246         * gnulib-tool (func_create_testdir): Omit the second check whether
13247         BUILT_SOURCES in nonempty.
13248
13249 2005-10-17  Simon Josefsson  <jas@extundo.com>
13250
13251         * tests/test-rijndael.c: New file.
13252
13253 2005-10-17  Simon Josefsson  <jas@extundo.com>
13254
13255         * modules/sha1: Depend on stdint instead of md5.
13256
13257         * modules/md5: Depend on stdint, remove uint32_t.
13258
13259 2005-10-17  Simon Josefsson  <jas@extundo.com>
13260
13261         * modules/gc-sha1-tests: New file.
13262
13263         * tests/test-gc-sha1.c: New file.
13264
13265 2005-10-17  Simon Josefsson  <jas@extundo.com>
13266
13267         * m4/md5.m4: Remove call to uint32_t.m4.
13268
13269 2005-10-17  Simon Josefsson  <jas@extundo.com>
13270
13271         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
13272
13273         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
13274         md5.h.
13275
13276         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
13277
13278         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
13279
13280 2005-10-17  Simon Josefsson  <jas@extundo.com>
13281
13282         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
13283
13284 2005-10-17  Simon Josefsson  <jas@extundo.com>
13285
13286         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
13287
13288 2005-10-17  Simon Josefsson  <jas@extundo.com>
13289
13290         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
13291
13292         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
13293
13294 2005-10-17  Bruno Haible  <bruno@clisp.org>
13295
13296         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
13297         that it can also be used in a test.
13298
13299 2005-10-16  Bruno Haible  <bruno@clisp.org>
13300
13301         * gnulib-tool (func_emit_tests_Makefile_am): Also define
13302         TESTS_ENVIRONMENT, so that individual tests can augment it.
13303
13304         * gnulib-tool (func_create_testdir): Use an intermediate target for
13305         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
13306         macros, like $(ALLOCA_H), which cannot be passed through the command
13307         line.
13308
13309 2005-10-15  Simon Josefsson  <jas@extundo.com>
13310
13311         * modules/rijndael-tests: New file.
13312
13313         * modules/rijndael: New file.
13314
13315 2005-10-15  Simon Josefsson  <jas@extundo.com>
13316
13317         * m4/rijndael.m4: New file.
13318
13319 2005-10-15  Simon Josefsson  <jas@extundo.com>
13320
13321         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
13322
13323         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
13324
13325 2005-10-14  Simon Josefsson  <jas@extundo.com>
13326
13327         * tests/test-arcfour.c: New file.
13328
13329         * modules/arcfour, modules/arcfour-tests: New files.
13330
13331 2005-10-14  Simon Josefsson  <jas@extundo.com>
13332
13333         * m4/arcfour.m4: New file.
13334
13335 2005-10-14  Simon Josefsson  <jas@extundo.com>
13336
13337         * lib/arcfour.h, lib/arcfour.c: New files.
13338
13339 2005-10-14  Roland McGrath  <roland@redhat.com>
13340
13341         Import from libc.  [BZ #1331]
13342         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
13343         macro argument.
13344         Reported by Matej Vela <vela@debian.org>.
13345
13346 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
13347
13348         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
13349         include <wchar.h>; no longer needed.
13350
13351 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
13352
13353         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
13354
13355 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
13356         and  Ulrich Drepper  <drepper@redhat.com>
13357
13358         Import from libc.
13359         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
13360         instead of inline stream orientation test and two separate
13361         function calls.  Pay no attention to USE_IN_LIBIO.
13362
13363 2005-10-13  Simon Josefsson  <jas@extundo.com>
13364
13365         * modules/gc-hmac-md5-tests: New file.
13366
13367         * tests/test-gc-hmac-sha1.c: New file.
13368
13369         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
13370
13371         * modules/gc-hmac-md5-tests: New file.
13372
13373         * tests/test-gc-md5.c: New file.
13374
13375         * modules/gc-md5-tests: New file.
13376
13377 2005-10-13  Simon Josefsson  <jas@extundo.com>
13378
13379         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
13380         Move memory allocation outside of loop.
13381
13382 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
13383
13384         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
13385         intermediate directory is in a read-only file system.  Problem
13386         reported by Eric Blake.
13387
13388 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
13389
13390         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
13391
13392 2005-10-12  Simon Josefsson  <jas@extundo.com>
13393
13394         * tests/test-hmac-sha1.c: New file.
13395
13396         * modules/hmac-sha1-tests: New file.
13397
13398         * modules/hmac-sha1: New file.
13399
13400 2005-10-12  Simon Josefsson  <jas@extundo.com>
13401
13402         * modules/gc-sha1: New file.
13403
13404 2005-10-12  Simon Josefsson  <jas@extundo.com>
13405
13406         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
13407
13408         * tests/test-gc-pbkdf2-sha1.c: New file.
13409
13410 2005-10-12  Simon Josefsson  <jas@extundo.com>
13411
13412         * modules/gc-md5, modules/gc-hmac-md5: New files.
13413
13414         * modules/gc (Files): Remove md5, memxor and hmac files.
13415
13416 2005-10-12  Simon Josefsson  <jas@extundo.com>
13417
13418         * m4/gc-pbkdf2-sha1.m4: New file.
13419
13420         * m4/gc-hmac-sha1.m4: New file.
13421
13422         * m4/gc-sha1: New file.
13423
13424         * m4/hmac-sha1.m4: New file.
13425
13426 2005-10-12  Simon Josefsson  <jas@extundo.com>
13427
13428         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
13429
13430         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
13431
13432 2005-10-12  Simon Josefsson  <jas@extundo.com>
13433
13434         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
13435         suggested by Bruno Haible <bruno@clisp.org>.
13436
13437 2005-10-12  Simon Josefsson  <jas@extundo.com>
13438
13439         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
13440
13441 2005-10-12  Simon Josefsson  <jas@extundo.com>
13442
13443         * lib/gc-pbkdf2-sha1.c: New file.
13444
13445         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
13446
13447 2005-10-12  Simon Josefsson  <jas@extundo.com>
13448
13449         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
13450
13451         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
13452
13453 2005-10-12  Simon Josefsson  <jas@extundo.com>
13454
13455         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
13456         GC_USE_HMAC_MD5, respectively.
13457
13458         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
13459         (gc_md5): Fix typo.
13460
13461         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
13462
13463         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
13464
13465         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
13466
13467 2005-10-12  Bruno Haible  <bruno@clisp.org>
13468
13469         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
13470         Reported by Stepan Kasal <kasal@ucw.cz>.
13471
13472 2005-10-11  Simon Josefsson  <jas@extundo.com>
13473
13474         * tests/test-crc.c: New file.
13475
13476         * modules/crc, modules/crc-tests: New files.
13477
13478 2005-10-11  Simon Josefsson  <jas@extundo.com>
13479
13480         * m4/crc.m4: New file.
13481
13482 2005-10-11  Simon Josefsson  <jas@extundo.com>
13483
13484         * lib/gc.h: Add gc_hash and gc_hash_buffer.
13485
13486         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
13487
13488         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
13489
13490 2005-10-11  Simon Josefsson  <jas@extundo.com>
13491
13492         * lib/crc.h, lib/crc.c: New files.
13493
13494         * lib/gc.h (gc_hash_buffer): Add doc.
13495
13496 2005-10-11  Bruno Haible  <bruno@clisp.org>
13497
13498         * modules/c-strcasestr: New file.
13499         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
13500
13501 2005-10-11  Bruno Haible  <bruno@clisp.org>
13502
13503         * modules/c-strcase: New file.
13504         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
13505
13506 2005-10-11  Bruno Haible  <bruno@clisp.org>
13507
13508         * lib/strcasecmp.c: Include limits.h.
13509         (strcasecmp): Avoid integer overflow on exotic platforms.
13510         * lib/strncasecmp.c: Include limits.h.
13511         (strncasecmp): Avoid integer overflow on exotic platforms.
13512         Reported by Paul Eggert.
13513
13514 2005-10-11  Bruno Haible  <bruno@clisp.org>
13515
13516         * lib/c-strcasestr.h: New file, from GNU gettext.
13517         * lib/c-strcasestr.c: New file, from GNU gettext.
13518
13519 2005-10-11  Bruno Haible  <bruno@clisp.org>
13520
13521         * lib/c-strcase.h: New file, from GNU gettext.
13522         * lib/c-strcasecmp.c: New file, from GNU gettext.
13523         * lib/c-strncasecmp.c: New file, from GNU gettext.
13524
13525 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
13526
13527         * modules/mempcpy (License): GPL -> LGPL.
13528         * modules/strchrnul (License): Likewise.
13529         * modules/sysexits (License): Likewise.
13530
13531 2005-10-08  Simon Josefsson  <jas@extundo.com>
13532
13533         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
13534
13535 2005-10-07  Simon Josefsson  <jas@extundo.com>
13536
13537         * m4/memxor.m4: Remove gl_C_RESTRICT call.
13538
13539 2005-10-06  Simon Josefsson  <jas@extundo.com>
13540
13541         * tests/test-hmac-md5.c: New file.
13542
13543         * modules/hmac-md5-tests: New file.
13544
13545         * modules/hmac-md5: New file.
13546
13547 2005-10-06  Simon Josefsson  <jas@extundo.com>
13548
13549         * m4/hmac-md5.m4: New file.
13550
13551         * m4/memxor.m4: Require gl_C_RESTRICT.
13552
13553 2005-10-06  Simon Josefsson  <jas@extundo.com>
13554
13555         * lib/memxor.c (memxor): Avoid casts and warnings.
13556
13557 2005-10-06  Simon Josefsson  <jas@extundo.com>
13558
13559         * lib/hmac-md5.c: New file.
13560
13561         * lib/hmac.h: New file.
13562
13563 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
13564
13565         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
13566         promotes to int, not unsigned int, to catch the AIX 5.3
13567         compiler bug.
13568
13569 2005-10-05  Simon Josefsson  <jas@extundo.com>
13570
13571         * modules/memxor: New file.
13572
13573         * modules/iconv (Files): Move config.rpath to havelib, it is used
13574         there.
13575
13576         * modules/havelib (Files): Add config.rpath.
13577
13578 2005-10-05  Simon Josefsson  <jas@extundo.com>
13579
13580         * m4/memxor.m4: New file.
13581
13582 2005-10-05  Simon Josefsson  <jas@extundo.com>
13583
13584         * lib/memxor.c (memxor): Fix compiler error.
13585
13586         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
13587         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
13588
13589         * lib/memxor.h, lib/memxor.c: New files.
13590
13591         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
13592         we assume all systems have it, suggested by Jim Meyering
13593         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
13594         any systems lack sys/socket.h; mingw32 is known to lack it, but we
13595         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
13596         same reasons.
13597
13598 2005-10-05  Simon Josefsson  <jas@extundo.com>
13599
13600         * config/srclist.txt: Add glibc bug 1423 for md5.h.
13601
13602 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
13603
13604         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
13605         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
13606         needed, since the source code now assumes these .h files.
13607
13608 2005-10-05  Derek Price  <derek@ximbiot.com>
13609
13610         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
13611
13612 2005-10-05  Bruno Haible  <bruno@clisp.org>
13613
13614         * modules/stdint (License): Change to LGPL.
13615
13616 2005-10-04  Simon Josefsson  <jas@extundo.com>
13617
13618         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
13619         D. Baushke" <mdb@gnu.org>.
13620
13621 2005-10-04  Bruno Haible  <bruno@clisp.org>
13622
13623         * lib/verify.h (verify_true): Provide alternative definition for C++.
13624
13625 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
13626
13627         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
13628         (SSIZE_MAX): New macro, if not already defined.
13629         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
13630         than 2 GiB.
13631
13632 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
13633
13634         Sync from coreutils.
13635         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
13636         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
13637         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
13638         ULLONG_MAX doesn't work with 2.7.2.1.
13639
13640 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
13641
13642         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
13643         From Ben Pfaff.
13644
13645         * modules/exclude (Depends-on): Depend on verify.
13646         * modules/strtoimax (Depends-on): Likewise.
13647         * modules/utimecmp (Depends-on): Likewise.
13648
13649 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
13650
13651         * lib/exclude.c: Include verify.h.
13652         (verify): Remove.  All callers changed to use verify.h's version.
13653         * lib/strtoimax.c: Likewise.
13654         * lib/utimecmp.c: Likewis.e
13655
13656         Sync from coreutils.
13657         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
13658         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
13659         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
13660         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
13661         bother returning ENOSYS if settimeofday or stime fails; just let
13662         them return whatever errno they want to return.
13663         * lib/utimens.c: Include unistd.h, for dup2.
13664         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
13665         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
13666
13667 2005-10-02  Jim Meyering  <jim@meyering.net>
13668
13669         Sync from coreutils.
13670         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
13671         from glibc-2.2.5 that fails for read-only files.
13672
13673 2005-10-02  Jim Meyering  <jim@meyering.net>
13674
13675         Sync from coreutils.
13676         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
13677         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
13678         `#if HAVE_CONFIG_H'.
13679         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
13680         Remove AT_FDCWD test.
13681         Do not consume the fd unless successful.
13682         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
13683         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
13684         block, so that we don't even try to compile it if settimeofday is
13685         available.  This works around a compilation failure on OSF1 V5.1,
13686         due to stime requiring a `long int*' while tv_sec is `int'.
13687
13688 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
13689
13690         Sync from coreutils.
13691         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
13692         against `yes', rather than just testing for nonempty.
13693
13694 2005-10-01  Simon Josefsson  <jas@extundo.com>
13695
13696         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
13697         and Darwin.
13698
13699         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
13700         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
13701         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
13702         freeaddrinfo and gai_strerror are declared by the POSIX headers.
13703         Check if struct addrinfo is declared.
13704
13705 2005-10-01  Simon Josefsson  <jas@extundo.com>
13706
13707         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
13708         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
13709         AI_* and EAI_* definitions.  Protect function declarations.
13710
13711 2005-10-01  Jim Meyering  <jim@meyering.net>
13712
13713         Sync from coreutils.
13714
13715         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
13716         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
13717         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
13718         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
13719         in the inet and nsl libraries.  Required on Solaris 5.7.
13720
13721 2005-10-01  Jim Meyering  <jim@meyering.net>
13722
13723         Sync from coreutils.
13724         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
13725         in the inet and nsl libraries.  Required on Solaris 5.7.
13726
13727 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
13728
13729         * lib/getdelim.c (getdelim): Remove unused variables.
13730
13731 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
13732
13733         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
13734         so that the code works even with ancient cpp.  Portability problem
13735         with GCC 2.7.2.1 reported by Thomas M.Ott.
13736
13737 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
13738
13739         * modules/regex (Depends-on): Add strcase.
13740
13741         * modules/gethostname (Licence): Change from GPL to LGPL, since
13742         gethostname.c is a trivial implementation of a standard library
13743         function.
13744         * modules/poll (License): Change from GPL to LGPL, since it's
13745         derived from LGPL code.
13746
13747 2005-09-27  Jim Meyering  <jim@meyering.net>
13748
13749         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
13750         HAVE_CONFIG_H.
13751
13752         * lib/intprops.h (signed_type_or_expr__): Define.
13753         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
13754         for unsigned types.
13755
13756 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
13757
13758         * lib/verify.h (verify_expr): Remove, replacing with:
13759         (verify_true): New macro that returns true instead of void.
13760         (verify_type__): Remove.
13761         (verify): Use verify_true rather than verify_type__.
13762
13763 2005-09-26  Bruno Haible  <bruno@clisp.org>
13764
13765         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
13766         is necessary.
13767         (lib_SOURCES): Remove mbchar.c.
13768         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
13769         (Files): Add m4/mbrtowc.m4.
13770         * modules/mbiter: Likewise.
13771         * modules/mbuiter: Likewise.
13772
13773 2005-09-26  Bruno Haible  <bruno@clisp.org>
13774
13775         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
13776         compile mbchar.c if they are not both present.
13777         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
13778         * m4/mbiter.m4 (gl_MBITER): Likewise.
13779         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
13780         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
13781         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
13782
13783 2005-09-25  Jim Meyering  <jim@meyering.net>
13784
13785         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
13786         also uses socklen_t.
13787
13788 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
13789
13790         * lib/utimens.c (ENOSYS): Define if not already defined.
13791         (futimens): Support having a null PATH if the file descriptor
13792         is nonnegative.
13793
13794         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
13795         Remove.
13796         (__attribute): Define to empty unless GCC 3.1 or later.
13797         This works around a core dump on OpenBSD 3.4, which has GCC
13798         2.95.3, which dumps core when given __attribute__(()).  It also
13799         simplifies other tests, since we really don't want to bother with
13800         worrying about which ancient version of GCC supported what.
13801         Original problem reported by Yoann Vandoorselaere, with part of
13802         the fix suggested by Derek Price.
13803
13804 2005-09-24  Jim Meyering  <jim@meyering.net>
13805
13806         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
13807         so we can once again use a positive bitfield width of 1 -- now we
13808         don't have to explain why we were using a bitfield width of 2.
13809
13810 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
13811
13812         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
13813         and similarly for the other external symbols.  Problem reported
13814         by James Gallager.
13815
13816         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
13817         bug reported by Jim Meyering.
13818
13819         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
13820         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
13821         not needed, since socklen is a prerequisite module.
13822
13823 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
13824
13825         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
13826         Problem reported by Eric Blake.
13827         (getaddrinfo): Initialize se so that it's not garbage.
13828         Redo internal storage allocation so that it doesn't make unportable
13829         assumptions about alignment.
13830         Fix a memory leak.
13831
13832         * lib/utimens.c (futimens): Use futimesat if available.
13833         Prefer it to futimes since it doesn't have the futimes bug.
13834
13835         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
13836         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
13837         Instead, declare a function that returns a pointer to an array,
13838         and use verify_type__ to declare the size of the array.
13839         Problem and germ of a solution reported by Bruno Haible.
13840         (verify_type__): Use 2, not 1, for bitfield size, to avoid
13841         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
13842
13843 2005-09-23  Jim Meyering  <jim@meyering.net>
13844
13845         Sync from coreutils.
13846         Correct build failure (socklen_t not defined) on at least
13847         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
13848         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
13849
13850 2005-09-23  Jim Meyering  <jim@meyering.net>
13851
13852         * modules/getaddrinfo (Depends-on): Add socklen.
13853
13854 2005-09-23  Bruno Haible  <bruno@clisp.org>
13855
13856         * tests/test-verify.c: New file.
13857
13858 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
13859
13860         Sync from coreutils.
13861
13862         * modules/argmatch (Depends-on): Add verify.
13863         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
13864         unistd-safer.
13865         * modules/save-cwd (Depends-on): Likewise.
13866
13867         * modules/openat (Files): Add lib/openat-die.c.
13868         (Depends-on): Remove error, exitfail.
13869         Add dirname.
13870
13871         * modules/verify: New file.
13872         * MODULES.html.sh (Diagnostics <assert.h>): New section,
13873         with "verify" module.
13874
13875 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
13876
13877         Sync from coreutils.
13878
13879         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
13880         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
13881         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
13882         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
13883         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
13884         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
13885         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
13886         Don't bother checking for string.h, stdlib.h, unistd.h.
13887         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
13888         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
13889         module's job.
13890         * m4/jm-macros.m4 (gl_MACROS): Likewise.
13891         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
13892
13893         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
13894         (gl_GETDATE): Use it.
13895
13896         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
13897
13898 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
13899
13900         Sync from coreutils.
13901
13902         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
13903         stat-time.h.
13904         * lib/argmatch.h: Include verify.h
13905         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
13906         (ARGMATCH_ASSERT): Remove; unused.
13907         * lib/canonicalize.c: Assume STDC_HEADERS.
13908         * lib/exclude.c: Include "strcase.h".
13909         * lib/regex_internal.h [!defined _LIBC]: Likewise.
13910         * lib/getusershell.c: Include stdio--.h rather than stdio.h
13911         and stdio-safer.h.
13912         (getusershell): Call fopen, not fopen_safer.
13913         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
13914         Do not include unistd-safer.h.
13915         (save_cwd): Don't call fd_safer; no longer needed
13916         now that we include fcntl--.h.
13917
13918         * lib/getdate.y (relative_time): New type.
13919         (RELATIVE_TIME_0): New constant.
13920         (parser_control): Use relative_time instead of doing it ourselves.
13921         (%union): Add new relative_time rel member.
13922         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
13923         Now typeless.
13924         (relunit, relunit_snumber): Now of type rel.
13925         (zone, rel, relunit, get_date): Adjust to above changes.
13926
13927         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
13928         Do not include unistd-safer.h.
13929         (getloadavg): Don't call fd_safer; no longer needed
13930         now that we include fcntl--.h.
13931
13932         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
13933         (make_dir_parents): Treat ENOSYS like EEXIST.
13934
13935         Improve quality of diagnostics on restore_cwd failure.
13936         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
13937         (make_dir_parents): Last arg is now int * (for errno), not bool *.
13938         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
13939         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
13940         each time through the loop.  Do not diagnose restore_cwd failure;
13941         that is the caller's job (and perhaps the caller does not care).
13942
13943         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
13944         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
13945         If the file already exists but is not a directory, don't bother
13946         to try to make its parents.
13947         Close potential file descriptor leak if we can't chdir("/") (!).
13948         Don't always return true if chdir($PWD) fails; return true only
13949         if the requested action was done successfully (except for the
13950         chdir($PWD)).
13951         Don't log final directory unless we actually made it.
13952         Refactor to avoid duplicate code to fix up permissions.
13953         Don't attempt to fix up parent permissions if chdir($PWD) fails.
13954
13955         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
13956         to make it a bit faster and (I hope) clearer.
13957         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
13958         Fix bug in formats like %2N.
13959
13960         * lib/verify.h: New file.
13961
13962 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
13963
13964         Sync from coreutils.
13965         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
13966
13967 2005-09-22  Jim Meyering  <jim@meyering.net>
13968
13969         Sync from coreutils.
13970
13971         * m4/lstat.m4 (gl_FUNC_LSTAT):
13972         Use AC_LIBSOURCES to require lstat.c and lstat.h.
13973         Remove obsolete comment.
13974         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
13975         * m4/xstrtod.m4: Likewise.
13976
13977         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
13978
13979 2005-09-22  Jim Meyering  <jim@meyering.net>
13980
13981         Sync from coreutils.
13982
13983         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
13984
13985         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
13986         the .tm_year member, since otherwise gcc-4.0 would now warn about
13987         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
13988
13989         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
13990         order to avoid an unsuppressible warning from gcc on 64-bit systems.
13991
13992         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
13993         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
13994         when run in a time zone for which daylight savings time is in effect
13995         for the starting date.
13996
13997         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
13998         stop us from restricting permissions of just-created absolute-named
13999         directories.
14000         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
14001         to restore initial working directory.
14002         * lib/mkdir-p.c (make_dir_parents): New parameter:
14003         different_working_dir, to tell caller if/when we change the working
14004         directory and are unable to return to the initial one.
14005         * lib/mkdir-p.h (make_dir_parents): Update prototype.
14006         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
14007         `return false'.  This fixes a bug introduced on 2004-07-30.
14008
14009         * lib/openat.c (fdopendir): Be sure to close the supplied
14010         file descriptor before returning.  This makes our replacement
14011         implementation a little closer to Solaris's, where fdopendir
14012         ties the file descriptor to the returned DIR* pointer.
14013         * lib/openat.c (unlinkat): New function.
14014         * lib/openat.h (unlinkat): Add prototype.
14015         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
14016         (openat_restore_fail): Rename from openat_restore_die.
14017         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
14018
14019         Provide an alternative to exiting immediately upon save_cwd or
14020         restore_cwd failure.  Now, an application can arrange e.g.,
14021         to perform a longjump in that case.
14022         * lib/openat.c: Include dirname.h.
14023         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
14024         (rpl_openat, fdopendir, fstatat): Call openat_save_die
14025         and openat_restore_die rather than calling error directly.
14026         Don't include "error.h" or "exitfail.h"; they're no longer needed.
14027
14028         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
14029         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
14030         define.
14031
14032         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
14033         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
14034                             int utc, int nanoseconds);
14035         Background:
14036         date should not have to allocate a megabyte of virtual memory to
14037         handle a format argument like +%1048575T.  When implemented with
14038         strftime, it must allocate such a buffer, use strftime to fill it
14039         in, print it, then free it.
14040         With fprintftime, it simply prints everything and exits.
14041         With no need for memory allocation, that's one fewer way to fail.
14042         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
14043         optional field width, not before, so we accept %9:z, not %:9z.
14044         (my_strftime): Be sure to use L_('x') for literals.
14045
14046         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
14047         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
14048         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
14049         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
14050         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
14051         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
14052         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
14053         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
14054         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
14055         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
14056         * lib/xgethostname.c, lib/xreadlink.c:
14057         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
14058
14059         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
14060         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
14061         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
14062         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
14063         and don't include <sys/file.h>).
14064
14065 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
14066
14067         Sync from coreutils.
14068
14069         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
14070         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
14071         [!LDAV_DONE]: Avoid unused variable warning.
14072
14073 2005-09-21  Bruno Haible  <bruno@clisp.org>
14074
14075         * lib/unicodeio.h (unicode_to_mb): New declaration.
14076
14077 2005-09-20  Derek Price  <derek@ximbiot.com>
14078
14079         * lib/getaddrinfo.c: Don't include <netdb.h> included from
14080         getaddrinfo.h.
14081
14082 2005-09-20  Bruno Haible  <bruno@clisp.org>
14083
14084         * gnulib-tool: Remove trailing slashes from the values specified for
14085         --source-base, --m4-base, --tests-base, --aux-dir.
14086         Suggested by Simon Josefsson <jas@extundo.com>.
14087
14088 2005-09-20  Bruno Haible  <bruno@clisp.org>
14089
14090         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
14091         func_modules_to_filelist, func_import, func_create_testdir): Make all
14092         sorting results locale-independent, so that gnulib-cache.m4 doesn't
14093         change when gnulib-tool is invoked in a different locale.
14094
14095 2005-09-19  Simon Josefsson  <jas@extundo.com>
14096
14097         * m4/socklen.m4: Fix typo.
14098
14099 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14100
14101         Use a consistent style for including <config.h>.
14102         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
14103         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
14104         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
14105         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
14106         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
14107         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
14108         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
14109         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
14110         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
14111         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
14112         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
14113         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
14114         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
14115         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
14116         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
14117         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
14118         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
14119         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
14120         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
14121         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
14122         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
14123         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
14124         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
14125         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
14126         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
14127         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
14128         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
14129         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
14130         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
14131         lib/xstrtoumax.c, lib/yesno.c:
14132         Standardize inclusion of config.h.
14133         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
14134         lib/inttostr.h:  Removed inclusion of config.h from header files.
14135         * lib/inttostr.c:  Adjusted in-tree users.
14136         * lib/timespec.h: Remove superfluous warning to include config.h.
14137         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
14138         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
14139         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
14140         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
14141         config.h with HAVE_CONFIG_H.
14142
14143 2005-09-19  Jim Meyering  <jim@meyering.net>
14144
14145         * modules/pathmax (License): Change to LGPL.
14146
14147 2005-09-19  Derek Price  <derek@ximbiot.com>
14148
14149         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
14150
14151 2005-09-19  Bruno Haible  <bruno@clisp.org>
14152
14153         * gnulib-tool (import): Provide default for --tests-base.
14154
14155 2005-09-19  Bruno Haible  <bruno@clisp.org>
14156
14157         * doc/quote.texi: New file, extracted from gnulib.texi.
14158         * doc/ctime.texi: New file, extracted from gnulib.texi.
14159         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
14160         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
14161         * doc/gnulib.texi: Include them.
14162
14163 2005-09-18  Bruno Haible  <bruno@clisp.org>
14164
14165         Portability fix.
14166         * gnulib-tool (func_readlink): New function.
14167         (func_ln_if_changed): Use it.
14168
14169 2005-09-18  Bruno Haible  <bruno@clisp.org>
14170
14171         * gnulib-tool: Support --with-tests also with --import.
14172         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
14173         (func_import): Use variables $testsbase and $inctests. Emit a
14174         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
14175         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
14176         SUBDIRS += $testsdir.
14177         (func_create_testdir): Update.
14178
14179 2005-09-18  Bruno Haible  <bruno@clisp.org>
14180
14181         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
14182         instead of $dry_run.
14183         (func_cp_if_changed, func_mv_if_changed): Remove functions.
14184         (func_ln_if_changed): Don't handle dry-run here.
14185         (func_import): In dry-run mode, detect more precisely which actions
14186         would be performed, and don't use "...ing" verbs.
14187
14188 2005-09-18  Bruno Haible  <bruno@clisp.org>
14189
14190         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
14191         (func_import): Use join on two temporary files instead of three nested
14192         loops, in order to determine which files are new or old.
14193
14194 2005-09-18  Bruno Haible  <bruno@clisp.org>
14195
14196         * gnulib-tool (func_import): Comment out code that spits out the
14197         new files with --dry-run.
14198
14199 2005-09-18  Bruno Haible  <bruno@clisp.org>
14200
14201         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
14202
14203 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
14204
14205         * lib/stat-time.h: New file.
14206         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
14207         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
14208         in a different way.
14209         (timespec_cmp): New function.
14210         * lib/utimecmp.c: Include stat-time.h.
14211         (SYSCALL_RESOLUTION): Depend on whether various struct stat
14212         members exist, not on the obsolescent ST_MTIM_NSEC.
14213         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
14214
14215 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
14216
14217         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
14218
14219 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
14220
14221         * MODULES.html.sh (File system functions): Add stat-time.
14222         * modules/stat-time: New file.
14223         * modules/timespec (Files): Remove m4/st_mtim.m4; this
14224         is now done in a different way, by the stat-time module.
14225         * modules/utimecmp (Depends-on): Add stat-time.
14226
14227 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
14228
14229         * m4/st_mtim.m4: Remove.  Superseded by...
14230         * m4/stat-time.m4: New file.
14231         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
14232         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
14233
14234 2005-09-15  Derek Price  <derek@ximbiot.com>
14235
14236         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
14237
14238 2005-09-15  Derek Price  <derek@ximbiot.com>
14239
14240         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
14241         * lib/regex_internal.c: Ditto, using this...
14242         (__GNUC_PREREQ): ...new macro.
14243         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
14244         using...
14245         (__GNUC_PREREQ): ...this new macro.
14246
14247         * lib/strstr.h: Include string.h. Define strstr as a macro here.
14248
14249 2005-09-15  Derek Price  <derek@ximbiot.com>
14250             Paul Eggert  <eggert@cs.ucla.edu>
14251
14252         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
14253         changes, consolidating in...
14254         * lib/regex_internal.h: ...this file.
14255
14256 2005-09-13  Jim Meyering  <jim@meyering.net>
14257
14258         * lib/canon-host.c: Filter through gnu indent and reword comments
14259         slightly.
14260         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
14261
14262 2005-09-13  Derek Price  <derek@ximbiot.com>
14263
14264         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
14265         failure.
14266         Reported by Jim Meyering  <jim@meyering.net>.
14267
14268 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
14269
14270         * lib/base64.c: Typo.
14271         (base64_encode): Put b64str in initialized data section.
14272
14273 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
14274
14275         Merge glibc and coreutils changes into gnulib, plus a few
14276         extra fixes.
14277         * lib/md5.c: Use #error rather than a string.
14278         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
14279         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
14280         (__attribute__): Define to empty for non recent-GCC.
14281         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
14282         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
14283         Renamed from their non-__ counterparts, with new macros replacing
14284         them if not _LIBC.  Add __THROW attribute.
14285         (rol): Remove.
14286         (struct md5_ctx): Align buffer if using GCC.
14287         * lib/sha1.h (struct sha1_ctx): Likewise.
14288         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
14289         The old name was backwards.
14290         (NOTSWAP): Remove; not used.
14291         (rol): New macro, moved here from md5.h.
14292         (sha1_process_block): Remove a FIXME that doesn't make sense.
14293
14294 2005-09-12  Derek Price  <derek@ximbiot.com>
14295
14296         Return usable errors from canon-host.
14297         * lib/canon-host.h: New file.
14298         * lib/canon-host.c (canon_host): Wrap...
14299         (canon_host_r): ...this new function, which now relies exclusively on
14300         getaddrinfo.
14301         (ch_strerror): New function.
14302         (last_cherror): New global.
14303         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
14304         interface.
14305         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
14306         void *.
14307         (freeaddrinfo): Free ai->ai_canonname when set.
14308
14309 2005-09-12  Derek Price  <derek@ximbiot.com>
14310
14311         Make canon-host require getaddrinfo.
14312         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
14313         AC_LIBSOURCE canon-host.h.  Call...
14314         (gl_PREREQ_CANON_HOST): ...this new function, which requires
14315         gl_GETADDRINFO.
14316         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
14317
14318 2005-09-12  Derek Price  <derek@ximbiot.com>
14319
14320         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
14321         LGPL.
14322         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
14323
14324 2005-09-12  Derek Price  <derek@ximbiot.com>
14325
14326         * lib/gai_strerror.c: Include config.h when available.  Include
14327         getaddrinfo.h before other headers to test interface.
14328         Reported by Larry Jones <lawrence.jones@ugs.com>.
14329
14330 2005-09-12  Derek Price  <derek@ximbiot.com>
14331             Paul Eggert  <eggert@cs.ucla.edu>
14332
14333         * modules/glob (Files): Add glob-libc.h.
14334
14335 2005-09-12  Derek Price  <derek@ximbiot.com>
14336             Paul Eggert  <eggert@cs.ucla.edu>
14337
14338         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
14339         glob_.h, glob-libc.h.
14340         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
14341
14342 2005-09-12  Derek Price  <derek@ximbiot.com>
14343             Paul Eggert  <eggert@cs.ucla.edu>
14344
14345         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
14346         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
14347         protecting things that should be done only in gnulib contexts.
14348         * lib/glob_.h: New file, containing only the glob things needed for
14349         gnulib.
14350         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
14351         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
14352         (glob, globfree, glob_pattern_p): Now defined simply in terms of
14353         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
14354         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
14355         and to respect the namespace rules better.
14356
14357 2005-09-08  Simon Josefsson  <jas@extundo.com>
14358
14359         * modules/socklen: New file.
14360
14361 2005-09-08  Simon Josefsson  <jas@extundo.com>
14362
14363         * m4/socklen.m4: New file.
14364
14365 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
14366
14367         * modules/utimens (Files): Add m4/utimbuf.m4, since
14368         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
14369         Reported by Sergey Poznyakoff.
14370
14371 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
14372
14373         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
14374         definitions, since that's the preferred style in glibc.
14375         Fix a minor spacing issue, and update copyright notice to match
14376         glibc's.
14377
14378 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
14379
14380         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
14381
14382 2005-09-06  Simon Josefsson  <jas@extundo.com>
14383
14384         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
14385         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
14386
14387 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
14388
14389         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
14390         warning.
14391
14392 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
14393
14394         * config/srclist.txt: Add glibc bug 1302.
14395
14396 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
14397
14398         Change bitset word type from unsigned int to unsigned long int,
14399         as this has better performance on typical 64-bit hosts.
14400         Port bitset code to hosts with unusual word sizes.
14401         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
14402         (build_collating_symbol):
14403         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
14404         argument is a bitset.  This is merely a style issue, but it makes
14405         it clearer that an entire array is expected.
14406         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
14407         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
14408         Port to the case where bitset_word is not the same as unsigned int.
14409         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
14410         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
14411         Likewise.
14412         * lib/regexec.c (check_dst_limits_calc_pos_1,
14413         check_subexp_matching_top):
14414         (build_trtable, group_nodes_into_DFAstates):
14415         Likewise.
14416         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
14417         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
14418         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
14419         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
14420         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
14421         * lib/regcomp.c (optimize_subexps, lower_subexp):
14422         Work even if bitset_word has holes in its bitwise representation.
14423         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
14424         * lib/regexec.c (check_dst_limits_calc_pos_1,
14425         check_subexp_matching_top):
14426         Likewise.
14427         * lib/regex_internal.c (re_string_reconstruct):
14428         Don't assume UCHAR_MAX == 255.
14429         * lib/regex_internal.h (bitset_set_all): Likewise.
14430         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
14431         All uses changed.
14432         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
14433         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
14434         All uses changed.
14435         (BITSET_WORD_MAX): New macro.
14436         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
14437         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
14438         (bitset_empty, bitset_copy):
14439         Prefer sizeof (bitset) to multiplying it out ourselves.
14440         (bitset_not_merge): Remove; unused.
14441         (bitset_contain): Return bool, not unsigned int with one bit on.
14442         All callers changed.
14443         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
14444         alignment than re_node_set; do this by defining a new internal
14445         type struct dests_alloc and using it to allocate memory.
14446
14447 2005-09-05  Bruno Haible  <bruno@clisp.org>
14448
14449         * gnulib-tool (func_import): Fix comparison in handling of symbolic
14450         links.
14451
14452 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
14453
14454         * modules/size_max (Makefile.am): Add size_max.h
14455
14456 2005-09-04  Derek Price  <derek@ximbiot.com>
14457
14458         * gnulib-tool (func_import): Fix reversed $symbolic logic.
14459
14460 2005-09-03  Simon Josefsson  <jas@extundo.com>
14461
14462         * gnulib-tool: Fix typo.
14463
14464 2005-09-03  Simon Josefsson  <jas@extundo.com>
14465
14466         * config/srclist.txt: Add glibc bug 1293.
14467
14468 2005-09-03  Derek Price  <derek@ximbiot.com>
14469
14470         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
14471         From Larry Jones <lawrence.jones@ugs.com>.
14472
14473 2005-09-02  Simon Josefsson  <jas@extundo.com>
14474
14475         * modules/socklen: New file.
14476
14477 2005-09-02  Simon Josefsson  <jas@extundo.com>
14478
14479         * modules/havelib: New module.
14480
14481         * modules/gettext, modules/iconv, modules/lock, modules/readline:
14482         Use havelib.
14483
14484 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
14485
14486         Check for arithmetic overflow when calculating sizes, to prevent
14487         some buffer-overflow issues.  These patches are conservative, in the
14488         sense that when I couldn't determine whether an overflow was possible,
14489         I inserted a run-time check.
14490         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
14491         macros.
14492         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
14493         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
14494         (re_xnrealloc, re_x2nrealloc): New inline functions.
14495         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
14496         parse_bracket_exp):
14497         (build_equiv_class, build_charclass): Check for arithmetic overflow
14498         in size expression calculations.
14499         * lib/regex_internal.c (re_string_realloc_buffers):
14500         (build_wcs_upper_buffer, re_node_set_add_intersect):
14501         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
14502         (re_dfa_add_node, register_state): Likewise.
14503         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
14504         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
14505         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
14506         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
14507
14508 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
14509
14510         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
14511         m4/ulonglong.m4.  Problem reported by Martin Lambers.
14512
14513 2005-09-02  Bruno Haible  <bruno@clisp.org>
14514
14515         Support for lib vs. lib64 distinction on biarch platforms.
14516         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
14517         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
14518         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
14519
14520 2005-09-02  Bruno Haible  <bruno@clisp.org>
14521
14522         * gnulib-tool (import): In the other first-use case, provide defaults
14523         as well.
14524
14525 2005-09-02  Bruno Haible  <bruno@clisp.org>
14526
14527         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
14528         patches not yet found in the latest gettext release.
14529
14530 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
14531
14532         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
14533         to avoid a collision with bits/local_lim.h in glibc.
14534         All uses changed.  Problem reported by Dmitry V. Levin in
14535         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
14536
14537         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
14538         bugs in int versus size_t comparisons.
14539         (re_string_context_at): Fix bug where the code assumed that
14540         Idx is signed.
14541
14542         Use bool where appropriate.
14543         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
14544         All callers changed.
14545         (calc_eclosure_iter): Likewise, for ROOT arg.
14546         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
14547         (build_charclass_op): Likewise, for NON_MATCH arg.
14548         * lib/regex_internal.c (re_string_allocate, re_string_construct):
14549         (re_string_construct_common): Likewise, for ICASE arg.
14550         * lib/regexec.c (re_search_2_stub, re_search_stub):
14551         Likewise, for RET_LEN arg.
14552         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
14553         (set_regs): Likewise, for FL_BACKTRACK arg.
14554         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
14555         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
14556         (calc_eclosure_iter, parse_bracket_exp):
14557         Use bool for internal variables that are booleans.
14558         * lib/regexec.c (re_search_internal, check_matching,
14559         proceed_next_node):
14560         (set_regs, build_sifted_states, sift_states_bkref):
14561         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
14562         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
14563         (find_collation_sequence_value):
14564         Likewise.
14565         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
14566         (re_node_set_compare):
14567         Return bool, not int. All callers changed.
14568         * lib/regexec.c (check_halt_node_context, check_dst_limits):
14569         (build_trtable, check_node_accept): Likewise.
14570         * lib/regex_internal.h: Include stdbool.h.
14571
14572         Fix bugs uncovered when converting to bool.
14573         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
14574         failure instead of charging ahead blindly.
14575         * lib/regex_internal.c (register_state): Likewise.
14576         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
14577         for freeing internal storage.
14578         (group_nodes_into_DFA_states): Use unsigned int, not int, for
14579         bitset pieces used as boolean, to avoid undefined behavior
14580         on hosts that do int overflow checking.
14581
14582 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
14583
14584         * config/srclist.txt: Add glibc bugs 1285-1287.
14585
14586 2005-09-01  Jim Meyering  <jim@meyering.net>
14587
14588         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
14589         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
14590         Require gl_STAT_MACROS, too.
14591
14592 2005-09-01  Bruno Haible  <bruno@clisp.org>
14593
14594         * gnulib-tool (import): In the first-use case, provide defaults.
14595
14596 2005-09-01  Bruno Haible  <bruno@clisp.org>
14597
14598         * gnulib-tool (func_import): Remove the .tmp files.
14599
14600 2005-09-01  Bruno Haible  <bruno@clisp.org>
14601
14602         * gnulib-tool (func_import): Fix handling of symbolic links.
14603
14604 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14605
14606         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
14607         old glibc regex code mishandles strings longer than 2**31 bytes.
14608         This patch fixes this when the regex code is used in gnulib
14609         (i.e., outside glibc).
14610
14611         This patch should not affect the use of the regex code inside
14612         glibc.  No doubt this problem also needs to be handled for glibc
14613         as well, but the result will be an incompatible change to the
14614         glibc ABI, and the old ABI will have to be supported too.  That
14615         can be the the subject for another patch.
14616
14617         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
14618         governing whether the rest of this patch is active.  By default,
14619         the macro is disabled and the patch has no effect.
14620         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
14621         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
14622         (struct re_pattern_buffer, re_search, re_search_2, re_match):
14623         (re_match_2, re_set_registers): Use the new types.
14624         * lib/regex_internal.h (Idx, re_hashval_t): New types.
14625         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
14626         New macros.
14627         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
14628         (re_string_context_at, bin_tree_t, re_dfastate_t):
14629         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
14630         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
14631         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
14632         (re_string_char_size_at, re_string_wchar_at):
14633         (re_string_elem_size_at):
14634         Use the new types and macros to port to 64-bit hosts.
14635         Use unsigned types for internal values, so that the code
14636         mostly works even for arrays larger than SSIZE_MAX.
14637         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
14638         (search_duplicated_node, calc_eclosure_iter, fetch_number):
14639         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
14640         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
14641         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
14642         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
14643         (calc_inveclosure, parse_dup_op, build_range_exp):
14644         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
14645         (fetch_number, create_token_tree, mark_opt_subexp):
14646         Likewise.
14647         * lib/regex_internal.c (re_string_construct_common,
14648         create_ci_newstate):
14649         (create_cd_newstate, re_string_allocate, re_string_construct):
14650         (re_string_realloc_buffers, build_wcs_upper_buffer):
14651         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
14652         (re_string_reconstruct, re_string_peek_byte_case):
14653         (re_string_fetch_byte_case, re_string_context_at):
14654         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
14655         (re_node_set_init_copy, re_node_set_add_intersect):
14656         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
14657         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
14658         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
14659         (re_acquire_state, re_acquire_state_context, register_state):
14660         Likewise.
14661         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
14662         search_cur_bkref_entry):
14663         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
14664         (re_search_internal, re_search_2_stub, re_search_stub)
14665         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
14666         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
14667         (update_cur_sifted_state, check_dst_limits):
14668         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
14669         (check_subexp_limits, sift_states_bkref, merge_state_array):
14670         (check_subexp_matching_top, get_subexp, get_subexp_sub):
14671         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
14672         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
14673         (expand_bkref_cache, check_node_accept_bytes):
14674         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
14675         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
14676         (acquire_init_state_context, check_halt_node_context):
14677         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
14678         (sift_states_backward, clean_state_log_if_needed):
14679         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
14680         (find_recover_state, transit_state_sb, transit_state_mb):
14681         (transit_state_bkref, build_trtable, match_ctx_clean):
14682         Likewise.
14683         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
14684         to work around an assumption that REG_MISSING is negative.
14685
14686         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
14687         (seek_collating_symbol_entry) [defined _LIBC]:
14688         (lookup_collation_sequence_value) [defined _LIBC]:
14689         (build_range_exp, build_collating_symbol) [defined _LIBC]:
14690         Use prototypes rather than old-style function definitions.
14691         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
14692         (transit_state_sb) [0]:
14693         (find_collation_sequence_value) [defined _LIBC]: Likewise.
14694
14695         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
14696         rm_eo.
14697
14698         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
14699         (optimize_subexps, lower_subexp):
14700         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
14701         since the signed shift might overflow.  Use 1u<<31 instead.
14702         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
14703         Likewise.
14704         * lib/regexec.c (check_dst_limits_calc_pos_1,
14705         check_subexp_matching_top): Likewise.
14706
14707         * lib/regcomp.c (optimize_subexps, lower_subexp):
14708         Use CHAR_BIT rather than 8, for clarity.
14709         * lib/regexec.c (check_dst_limits_calc_pos_1):
14710         (check_subexp_matching_top): Likewise.
14711         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
14712         have to worry about portability issues when shifting it left.
14713         Remove no-longer-needed test for table_size > 0.
14714         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
14715         in a word, as the resulting behavior is undefined.
14716         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
14717         in one case, a <= should have been an <, and in another case the
14718         whole test was missing.
14719         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
14720         the standard name CHAR_BIT.
14721         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
14722         this is not true on one's complement and signed-magnitude hosts.
14723
14724         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
14725         next_last_offset.
14726         (struct re_dfa_t): Remove unused member states_alloc.
14727         * lib/regcomp.c (init_dfa): Don't initialize unused members.
14728
14729 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14730
14731         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
14732         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
14733         and large-file glibc and in 32-bit large-file Solaris.
14734
14735 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14736
14737         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
14738         lengths fit in regoff_t; this isn't true if regoff_t is the same
14739         width as size_t.
14740         * lib/regex.c (re_search_internal): 5th arg is LAST_START
14741         (= START + RANGE) instead of RANGE.  This avoids overflow
14742         problems when regoff_t is the same width as size_t.
14743         All callers changed.
14744         (re_search_2_stub): Check for overflow when adding the
14745         sizes of the two strings.
14746         (re_search_stub): Check for overflow when adding START
14747         to RANGE; if it occurs, substitute the extreme value.
14748
14749 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14750
14751         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
14752
14753 2005-08-31  Jim Meyering  <jim@meyering.net>
14754
14755         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
14756         a pointer-to-const.
14757         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
14758         (register_state): Likewise.
14759         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
14760         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
14761         (group_nodes_into_DFAstates): Likewise.
14762
14763 2005-08-31  Jim Meyering  <jim@meyering.net>
14764
14765         * check-module: Add a FIXME comment.
14766
14767 2005-08-31  Eric Blake  <ebb9@byu.net>
14768
14769         * modules/unistd-safer (Files): Add unistd--.h.
14770         * modules/stdio-safer (Files): Add stdio--.h.
14771
14772 2005-08-31  Derek Price  <derek@ximbiot.com>
14773
14774         * lib/getdelim.c (getdelim): Return EOF on EOF.
14775         Reported by Larry Jones <lawrence.jones@ugs.com>.
14776
14777 2005-08-31  Bruno Haible  <bruno@clisp.org>
14778
14779         Avoid unnecessary diffs in the generated lib/Makefile.am.
14780         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
14781         the generated files.
14782         (func_import): Don't set cmd.
14783
14784 2005-08-31  Bruno Haible  <bruno@clisp.org>
14785
14786         * lib/strstr.c: Include <stddef.h>, for NULL.
14787         * lib/strcasestr.c: Likewise.
14788         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
14789
14790 2005-08-31  Bruno Haible  <bruno@clisp.org>
14791
14792         * gnulib-tool: New option --macro-prefix.
14793         (func_import): Use macro_prefix.
14794         (import): Handle option --macro-prefix.
14795
14796 2005-08-31  Bruno Haible  <bruno@clisp.org>
14797
14798         * gnulib-tool (import): Rename most ac_* variables to cached_*.
14799         Also use new variables cached_lgpl, cached_libtool.
14800
14801 2005-08-31  Bruno Haible  <bruno@clisp.org>
14802
14803         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
14804         always instantiating them.
14805
14806 2005-08-31  Bruno Haible  <bruno@clisp.org>
14807
14808         * gnulib-tool (func_import): Read the previous cached settings
14809         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
14810         earlier added by gnulib but are now dropped. Warn when a gnulib file
14811         overwrites a non-gnulib file.
14812
14813 2005-08-31  Bruno Haible  <bruno@clisp.org>
14814
14815         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
14816         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
14817         projects that don't keep autogenerated files in CVS. Put into
14818         actioncmd only the specified modules, not the transitive closure.
14819
14820 2005-08-31  Bruno Haible  <bruno@clisp.org>
14821
14822         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
14823         Create directories that shall be filled.
14824         (import): Don't look for gl_* macros in configure.ac. Recurse across
14825         all directories containing a gnulib-cache.m4 files, if meaningful.
14826
14827 2005-08-31  Bruno Haible  <bruno@clisp.org>
14828
14829         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
14830         (import): Set seen_libtool when we see gl_LIBTOOL.
14831
14832 2005-08-31  Bruno Haible  <bruno@clisp.org>
14833
14834         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
14835         declaration macro definitions from generated gnulib.m4.
14836
14837 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
14838
14839         * lib/iconvme.h: Add prototype for iconv_alloc.
14840
14841 2005-08-29  Simon Josefsson  <jas@extundo.com>
14842
14843         * lib/iconvme.c: Fix errno.
14844
14845 2005-08-29  Bruno Haible  <bruno@clisp.org>
14846
14847         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
14848         that it works when the directory contains spaces.
14849
14850 2005-08-29  Bruno Haible  <bruno@clisp.org>
14851
14852         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
14853
14854 2005-08-29  Bruno Haible  <bruno@clisp.org>
14855
14856         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
14857         Emit more advice.
14858
14859 2005-08-29  Bruno Haible  <bruno@clisp.org>
14860         and Stepan Kasal  <kasal@ucw.cz>
14861
14862         * check-module: If more parameters are given, check each of them
14863         separately; add more exceptions, as noted by Jim Meyering.
14864         (check_module): New procedure.
14865         (%exempt_header): Now contains all exceptions.
14866
14867 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
14868
14869         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
14870
14871 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
14872
14873         * lib/iconvme.c: Split iconv_string into iconv_alloc.
14874
14875 2005-08-28  Bruno Haible  <bruno@clisp.org>
14876
14877         * m4/gnulib-tool.m4: New file.
14878
14879 2005-08-27  Jim Meyering  <jim@meyering.net>
14880
14881         * modules/unistd-safer (Files): Add pipe-safer.c.
14882         * modules/fcntl-safer (Files): Add creat-safer.c.
14883
14884 2005-08-27  Jim Meyering  <jim@meyering.net>
14885
14886         * m4/stdlib-safer.m4: New file.  From coreutils.
14887         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
14888         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
14889         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
14890         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
14891         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
14892
14893 2005-08-27  Jim Meyering  <jim@meyering.net>
14894
14895         * lib/fopen-safer.c: Merge minor changes from coreutils.
14896         * lib/dup-safer.c: Likewise.
14897         * lib/fd-safer.c: Likewise.
14898
14899         Merge from coreutils.
14900         * lib/stdio--.h: New file.
14901         * lib/stdlib--.h: New file.
14902         * lib/mkstemp-safer.c: New file.
14903
14904         GNU tar needs these.
14905         * lib/pipe-safer.c: New file.
14906         * lib/creat-safer.c: New file.
14907         * lib/fcntl--.h (creat): Define to creat_safer.
14908         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
14909         * lib/unistd--.h (pipe): Define to pipe_safer.
14910         * lib/unistd-safer.h: Declare pipe_safer.
14911
14912 2005-08-26  Simon Josefsson  <jas@extundo.com>
14913
14914         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
14915         Haible <bruno@clisp.org>.
14916
14917 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
14918
14919         * lib/regex_internal.h: Remove all references to
14920         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
14921         or better.
14922         (bitset_not, bitset_merge, bitset_not_merge):
14923         (bitset_mask, re_string_allocate, re_string_construct):
14924         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
14925         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
14926         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
14927         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
14928         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
14929         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
14930         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
14931         (re_acquire_state_context):
14932         Remove unnecessary forward decls.
14933         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
14934         Put __attribute at function definition,
14935         now that the function decl has been removed.
14936         * lib/regex_internal.c (re_string_peek_byte_case):
14937         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
14938         Likewise.
14939
14940 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
14941
14942         * m4/regex.m4: Add AC_PREREQ(2.50).
14943         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
14944
14945 2005-08-25  Simon Josefsson  <jas@extundo.com>
14946
14947         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
14948         __fsetlocking.
14949
14950 2005-08-25  Simon Josefsson  <jas@extundo.com>
14951
14952         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
14953         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
14954         GLIBC specific code.
14955
14956 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
14957
14958         Make regex safe for g++.  This fixes one real bug (an "err"
14959         that should have been "*err").  g++ problem reported by
14960         Sam Steingold.
14961         * lib/regex_internal.h (re_calloc): New macro, consistent with
14962         re_malloc etc.  All callers of calloc changed to use re_calloc.
14963         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
14964         not int.  All callers changed.
14965         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
14966         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
14967         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
14968         (find_recover_state): Change "err" to "*err"; this fixes what
14969         appears to be a real bug.
14970         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
14971         versus int.
14972
14973 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
14974
14975         * modules/regex (Depends-on): Add malloc, since the code
14976         assumes that !malloc(0) means failure.
14977
14978 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
14979
14980         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
14981
14982         alloca modernization/simplification for regex.
14983         * lib/regex.c: Remove portability cruft for alloca.  This no longer
14984         needs to be at the start of the file, and can be moved into
14985         regex_internal.h and simplified.
14986         * lib/regex_internal.h: Include <alloca.h>.
14987         (__libc_use_alloca) [!defined _LIBC]: New macro.
14988         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
14989         now works outside glibc.
14990
14991 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
14992
14993         * config/srclist.txt: Add glibc bugs 1241, 1245.
14994
14995 2005-08-25  Jim Meyering  <jim@meyering.net>
14996
14997         * lib/open-safer.c: Include <config.h>.
14998         Otherwise, we'd lose LARGEFILE support in any file using
14999         e.g. "fcntl--.h"
15000
15001 2005-08-25  Bruno Haible  <bruno@clisp.org>
15002
15003         * m4/minmax.m4: Require autoconf 2.52.
15004         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
15005         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
15006         alternatives of translit over the alphabet.
15007         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
15008
15009 2005-08-24  Simon Josefsson  <jas@extundo.com>
15010
15011         * tests/test-getpass.c: New file.
15012
15013 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
15014
15015         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
15016         for GNU regex features.
15017
15018 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
15019
15020         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
15021         * lib/regex.h (regerror): Likewise.
15022
15023         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
15024         requires this.  (The code never needed it.)
15025
15026         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
15027         All uses of recently-renamed identifiers changed to use the new,
15028         POSIX-compliant names.  The code will build and run just fine
15029         without these changes, but it's better to eat our own dog food
15030         and use the standard-conforming names.
15031
15032         * lib/regex.h: Fix a multitude of POSIX name space violations.
15033         These changes have an effect only for programs that define
15034         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
15035         do not change anything for programs compiled in the normal way.
15036         Also, there is no effect on the ABI.
15037
15038         (_REGEX_SOURCE): New macro.
15039         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
15040         defined and _GNU_SOURCE is not; this fixes a name space violation.
15041
15042         Rename the following macros to obey POSIX requirements.
15043         The old names are still visible as macros if _REGEX_SOURCE is defined.
15044         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
15045         RE_BACKSLASH_ESCAPE_IN_LISTS.
15046         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
15047         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
15048         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
15049         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
15050         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
15051         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
15052         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
15053         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
15054         (REG_INTERVALS): renamed from RE_INTERVALS.
15055         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
15056         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
15057         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
15058         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
15059         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
15060         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
15061         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
15062         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
15063         RE_UNMATCHED_RIGHT_PAREN_ORD.
15064         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
15065         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
15066         (REG_DEBUG): renamed from RE_DEBUG.
15067         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
15068         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
15069         unusual, since we can't clash with the POSIX REG_ICASE.
15070         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
15071         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
15072         (REG_NO_SUB): renamed from RE_NO_SUB.
15073         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
15074         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
15075         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
15076         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
15077         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
15078         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
15079         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
15080         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
15081         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
15082         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
15083         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
15084         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
15085         RE_SYNTAX_POSIX_MINIMAL_BASIC.
15086         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
15087         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
15088         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
15089         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
15090         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
15091         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
15092         (REG_FIXED): Renamed from REGS_FIXED.
15093         (REG_NREGS): Renamed from RE_NREGS.
15094
15095         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
15096         of other REG_* macros, since POSIX says the user is allowed to
15097         #undef these macros selectively.
15098
15099         (reg_errcode_t): Update comment stating what other tables need
15100         to be consistent.
15101
15102         Rename the following enum values to obey POSIX requirements.
15103         The old names are still visible as macros.
15104         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
15105         is not defined, since GNU is supposed to be a superset of POSIX as
15106         much as possible, and since we want reg_errcode_t to be a signed
15107         type for implementation consistency.
15108         (_REG_NOERROR): Renamed from REG_NOERROR.
15109         (_REG_NOMATCH): Renamed from REG_NOMATCH.
15110         (_REG_BADPAT): Renamed from REG_BADPAT.
15111         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
15112         (_REG_ECTYPE): Renamed from REG_ECTYPE.
15113         (_REG_EESCAPE): Renamed from REG_EESCAPE.
15114         (_REG_ESUBREG): Renamed from REG_ESUBREG.
15115         (_REG_EBRACK): Renamed from REG_EBRACK.
15116         (_REG_EPAREN): Renamed from REG_EPAREN.
15117         (_REG_EBRACE): Renamed from REG_EBRACE.
15118         (_REG_BADBR): Renamed from REG_BADBR.
15119         (_REG_ERANGE): Renamed from REG_ERANGE.
15120         (_REG_ESPACE): Renamed from REG_ESPACE.
15121         (_REG_BADRPT): Renamed from REG_BADRPT.
15122         (_REG_EEND): Renamed from REG_EEND.
15123         (_REG_ESIZE): Renamed from REG_ESIZE.
15124         (_REG_ERPAREN): Renamed from REG_ERPAREN.
15125         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
15126         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
15127         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
15128         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
15129
15130         (_REG_RE_NAME, _REG_RM_NAME): New macros.
15131         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
15132         changed.  But support the old name if the new one is not defined
15133         and if _REGEX_SOURCE.
15134
15135         Change the following member names in struct re_pattern_buffer.
15136         The old names are still supported if !_REGEX_SOURCE.
15137         The new names are always supported, regardless of _REGEX_SOURCE.
15138         (re_buffer): Renamed from buffer.
15139         (re_allocated): Renamed from allocated.
15140         (re_used): Renamed from used.
15141         (re_syntax): Renamed from syntax.
15142         (re_fastmap): Renamed from fastmap.
15143         (re_translate): Renamed from translate.
15144         (re_can_be_null): Renamed from can_be_null.
15145         (re_regs_allocated): Renamed from regs_allocated.
15146         (re_fastmap_accurate): Renamed from fastmap_accurate.
15147         (re_no_sub): Renamed from no_sub.
15148         (re_not_bol): Renamed from not_bol.
15149         (re_not_eol): Renamed from not_eol.
15150         (re_newline_anchor): Renamed from newline_anchor.
15151
15152         Change the following member names in struct re_registers.
15153         The old names are still supported if !_REGEX_SOURCE.
15154         The new names are always supported, regardless of _REGEX_SOURCE.
15155         (rm_num_regs): Renamed from num_regs.
15156         (rm_start): Renamed from start.
15157         (rm_end): Renamed from end.
15158
15159         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
15160         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
15161         Prepend __ to parameter names.
15162
15163         Undo yesterday's changes.
15164
15165 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
15166
15167         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
15168         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
15169         lib/regex.c.
15170
15171 2005-08-24  Jim Meyering  <jim@meyering.net>
15172
15173         Sync from coreutils.
15174         * m4/fcntl-safer.m4: New file.
15175
15176         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
15177         and object files for this module.
15178
15179 2005-08-24  Jim Meyering  <jim@meyering.net>
15180
15181         Sync from coreutils.
15182         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
15183
15184 2005-08-24  Jim Meyering  <jim@meyering.net>
15185
15186         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
15187         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
15188
15189 2005-08-24  Jim Meyering  <jim@meyering.net>
15190
15191         * modules/fcntl-safer: New module.
15192         * modules/fts (Depends-on): Add fcntl-safer.
15193         * MODULES.html.sh (File descriptor based Input/Output):
15194         Add fcntl-safer.
15195
15196 2005-08-24  Bruno Haible  <bruno@clisp.org>
15197
15198         Support for unit test modules.
15199         * modules/README: Mention tests modules.
15200         * modules/TEMPLATE-TESTS: New file.
15201         * gnulib-tool: New options --extract-tests-module, --with-tests and
15202         --tests-base (unused for the moment).
15203         (testsbase, inctests): New variables.
15204         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
15205         (func_verify_module): Exclude TEMPLATE-TESTS.
15206         (func_verify_nontests_module, func_verify_tests_module): New functions.
15207         (func_get_dependencies): Add implicit dependency for tests modules.
15208         (func_get_tests_module): New function.
15209         (func_modules_transitive_closure): When --with-tests was specified,
15210         include the unit tests as well, unless explicitly avoided.
15211         (func_emit_lib_Makefile_am): Ignore the tests modules here.
15212         (func_emit_tests_Makefile_am): New function.
15213         (func_create_testdir): When --with-tests was specified, emit a
15214         tests/ directory.
15215         * MODULES.html.sh (Future developments): Update.
15216
15217 2005-08-24  Bruno Haible  <bruno@clisp.org>
15218
15219         * modules/tls-tests: New file.
15220         * tests/test-tls.c: New file, from GNU gettext.
15221
15222 2005-08-24  Bruno Haible  <bruno@clisp.org>
15223
15224         * modules/lock-tests: New file.
15225         * tests/test-lock.c: New file, from GNU gettext.
15226
15227 2005-08-24  Bruno Haible  <bruno@clisp.org>
15228
15229         * lib/lock.h: Add multiple inclusion guard.
15230         * lib/tls.h: Add multiple inclusion guard.
15231
15232 2005-08-24  Bruno Haible  <bruno@clisp.org>
15233
15234         * gnulib-tool: Add support for the --aux-dir option to
15235         --create-testdir, --create-megatestdir, --test, --megatest.
15236         (func_create_testdir, func_create_megatestdir): Optionally emit a
15237         AC_CONFIG_AUX_DIR directive.
15238         (create-testdir, create-megatestdir, test, megatest): Provide a
15239         default value for $auxdir.
15240
15241 2005-08-24  Bruno Haible  <bruno@clisp.org>
15242
15243         * gnulib-tool (import): Use compound statement instead of subshell
15244         where possible.
15245
15246 2005-08-24  Bruno Haible  <bruno@clisp.org>
15247
15248         * gnulib-tool (import): Change --aux-dir default to "build-aux".
15249
15250 2005-08-24  Bruno Haible  <bruno@clisp.org>
15251
15252         * gnulib-tool (func_version): Update.
15253
15254 2005-08-24  Bruno Haible  <bruno@clisp.org>
15255
15256         * gnulib-tool (func_import, func_create_testdir,
15257         func_create_megatestdir): Quote all autoconf macro arguments.
15258
15259 2005-08-24  Bruno Haible  <bruno@clisp.org>
15260
15261         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
15262         option --force, because --force causes the aclocal.m4 of each
15263         subdirectory to be newer than the corresponding config.h.in.
15264
15265 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
15266
15267         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
15268         All contents moved to gl_REGEX.
15269         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
15270         assume that it does.
15271
15272 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
15273
15274         * lib/regex.h (REG_NOSYS)
15275         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
15276         Define, since POSIX requires it as of 2001.
15277         (_REG_ENOSYS)
15278         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
15279         New private symbol, used to keep the enum signed in all cases.
15280         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
15281         Youngman in
15282         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
15283
15284         * lib/regex_internal.c (re_string_skip_chars, register_state):
15285         (calc_state_hash):
15286         Remove forward decls; no longer needed now that we use prototypes.
15287         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
15288         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
15289         (clean_state_log_if_needed): Likewise.
15290
15291 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
15292
15293         * config/srclist.txt: Add glibc bugs 1231-1233.
15294
15295 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
15296
15297         Fix problems reported by Sam Steingold in
15298         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
15299         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
15300         assumed that reg_errcode_t is a signed type, which is not
15301         necessarily true if _XOPEN_SOURCE is not defined.
15302         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
15303         since some compilers warn about it otherwise.
15304
15305 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
15306
15307         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
15308         (init_word_char, create_initial_state, duplicate_node_closure):
15309         (fetch_token, peek_token_bracket, build_range_exp):
15310         (build_collating_symbol): Remove forward decls; no longer needed
15311         now that we use prototypes.
15312
15313         * lib/regcomp.c:
15314         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
15315         (re_compile_fastmap_iter, regcomp, regerror, regfree):
15316         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
15317         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
15318         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
15319         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
15320         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
15321         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
15322         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
15323         (build_range_exp, build_collating_symbol, parse_bracket_exp):
15324         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
15325         (build_charclass, build_charclass_op, fetch_number, create_tree):
15326         (create_token_tree, mark_opt_subexp, duplicate_tree):
15327         Use prototypes rather than old-style definitions.
15328
15329         * lib/regex_internal.c:
15330         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
15331         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
15332         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
15333         (re_string_reconstruct, re_string_peek_byte_case):
15334         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
15335         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
15336         (re_node_set_init_copy, re_node_set_add_intersect):
15337         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
15338         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
15339         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
15340         (re_acquire_state, re_acquire_state_context, register_state):
15341         (create_ci_newstate, create_cd_newstate, free_state):
15342         Likewise.
15343         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
15344         re_search_2):
15345         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
15346         (re_search_internal, prune_impossible_nodes):
15347         (acquire_init_state_context, check_matching, static):
15348         (check_halt_node_context, check_halt_state_context, proceed_next_node):
15349         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
15350         (update_regs, sift_states_backward, build_sifted_states):
15351         (clean_state_log_if_needed, merge_state_array):
15352         (update_cur_sifted_state, add_epsilon_src_nodes):
15353         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
15354         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
15355         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
15356         (find_recover_state, check_subexp_matching_top, transit_state_mb):
15357         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
15358         (check_arrival, check_arrival_add_next_nodes):
15359         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
15360         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
15361         (check_node_accept_bytes, check_node_accept, extend_buffers):
15362         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
15363         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
15364         (sift_ctx_init):
15365         Likewise.
15366
15367         * lib/regex_internal.h:
15368         (re_string_allocate, re_string_construct, re_string_reconstruct):
15369         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
15370         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
15371         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
15372         (re_string_context_at, re_string_peek_byte_case):
15373         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
15374         is defined, since we now use prototypes always.
15375
15376         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
15377         C89 or better.  All uses removed.
15378
15379 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
15380
15381         * config/srclist.txt: Add glibc bugs 1220-1227.
15382
15383 2005-08-20  Jim Meyering  <jim@meyering.net>
15384
15385         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
15386         of unused local, dfa.
15387
15388 2005-08-20  Bruno Haible  <bruno@clisp.org>
15389
15390         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
15391
15392 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15393
15394         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
15395         (re_node_set_insert_last, re_dfa_add_node):
15396         Rename local variables to avoid GCC shadowing warnings.
15397
15398 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15399
15400         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
15401         [defined lint]: Suppress bogus uninitialized-variable warnings.
15402
15403         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
15404         and let the caller return REG_ESPACE if out of space.  This
15405         removes an uninitialied-variable warning with GCC 4.0.1, and also
15406         avoids taking the address of a local variable.  All callers
15407         changed.
15408
15409 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15410
15411         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
15412         $LIBCSRC/posix/regexec.c.
15413         Add glibc bug 1217 for regcomp.c.
15414
15415 2005-08-19  Jim Meyering  <jim@meyering.net>
15416
15417         * lib/regexec.c (proceed_next_node): Redo local variables to
15418         avoid GCC shadowing warnings.
15419
15420 2005-08-18  Bruno Haible  <bruno@clisp.org>
15421
15422         * lib/strstr.c (strstr): Fix return value in multibyte case.
15423         * lib/strcasestr.c (strcasestr): Likewise.
15424
15425 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
15426
15427         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
15428
15429 2005-08-17  Jim Meyering  <jim@meyering.net>
15430
15431         Make the %s format (seconds since the epoch) work for a negative
15432         number and when used with a zero-padded field width, e.g. %015s.
15433
15434         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
15435         label so that it precedes the code to set `digits'.  Otherwise,
15436         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
15437         print `00-22'.  Now, it prints `-0022', as it should.
15438
15439 2005-08-17  Bruno Haible  <bruno@clisp.org>
15440
15441         * modules/strstr (Files): Add m4/mbrtowc.m4.
15442         (Depends-on): Add mbuiter.
15443
15444 2005-08-17  Bruno Haible  <bruno@clisp.org>
15445
15446         * modules/strcasestr: New file.
15447         * MODULES.html.sh (String handling, based on ANSI C 89): Add
15448         strcasestr.
15449
15450 2005-08-17  Bruno Haible  <bruno@clisp.org>
15451
15452         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
15453
15454 2005-08-17  Bruno Haible  <bruno@clisp.org>
15455
15456         * modules/mbuiter: New file.
15457         * MODULES.html.sh (Extended multibyte and wide character utilities):
15458         Add mbuiter.
15459
15460 2005-08-17  Bruno Haible  <bruno@clisp.org>
15461
15462         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
15463         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
15464
15465 2005-08-17  Bruno Haible  <bruno@clisp.org>
15466
15467         * m4/strcasestr.m4: New file.
15468
15469 2005-08-17  Bruno Haible  <bruno@clisp.org>
15470
15471         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
15472         * lib/strstr.c: Completely rewritten, with multibyte locale support.
15473
15474 2005-08-17  Bruno Haible  <bruno@clisp.org>
15475
15476         * lib/strcasestr.h: New file.
15477         * lib/strcasestr.c: New file.
15478
15479 2005-08-17  Bruno Haible  <bruno@clisp.org>
15480
15481         * lib/strcasecmp.c: Use mbuiter.h.
15482
15483 2005-08-17  Bruno Haible  <bruno@clisp.org>
15484
15485         * lib/mbuiter.h: New file.
15486
15487 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
15488
15489         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
15490         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
15491         and gl_GETOPT are both invoked via different paths (as happens
15492         with GNU tar CVS because it uses both argp and getopt), the former
15493         wins.
15494
15495 2005-08-16  Bruno Haible  <bruno@clisp.org>
15496
15497         * modules/tls: New file.
15498         * MODULES.html.sh (Multithreading): Add tls.
15499
15500 2005-08-16  Bruno Haible  <bruno@clisp.org>
15501
15502         * modules/strnlen1: New file.
15503         * MODULES.html.sh (String handling): Add strnlen1.
15504
15505 2005-08-16  Bruno Haible  <bruno@clisp.org>
15506
15507         * modules/strcase (Files): Add m4/mbrtowc.m4.
15508         (Depends-on): Add strnlen1, mbchar.
15509
15510 2005-08-16  Bruno Haible  <bruno@clisp.org>
15511
15512         * modules/mbiter: New file.
15513         * MODULES.html.sh (Extended multibyte and wide character utilities):
15514         Add mbiter.
15515
15516 2005-08-16  Bruno Haible  <bruno@clisp.org>
15517
15518         * modules/mbfile: New file.
15519         * MODULES.html.sh (Extended multibyte and wide character utilities):
15520         Add mbfile.
15521
15522 2005-08-16  Bruno Haible  <bruno@clisp.org>
15523
15524         * modules/mbchar: New file.
15525         * MODULES.html.sh (Extended multibyte and wide character utilities):
15526         New section.
15527
15528 2005-08-16  Bruno Haible  <bruno@clisp.org>
15529
15530         * m4/tls.m4: New file, from GNU gettext.
15531
15532 2005-08-16  Bruno Haible  <bruno@clisp.org>
15533
15534         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
15535         always.
15536         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
15537
15538 2005-08-16  Bruno Haible  <bruno@clisp.org>
15539
15540         * m4/mbiter.m4: New file.
15541
15542 2005-08-16  Bruno Haible  <bruno@clisp.org>
15543
15544         * m4/mbfile.m4: New file.
15545
15546 2005-08-16  Bruno Haible  <bruno@clisp.org>
15547
15548         * m4/mbchar.m4: New file.
15549
15550 2005-08-16  Bruno Haible  <bruno@clisp.org>
15551
15552         * lib/tls.h: New file, from GNU gettext.
15553         * lib/tls.c: New file, from GNU gettext.
15554
15555 2005-08-16  Bruno Haible  <bruno@clisp.org>
15556
15557         * lib/strnlen1.h: New file.
15558         * lib/strnlen1.c: New file.
15559
15560 2005-08-16  Bruno Haible  <bruno@clisp.org>
15561
15562         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
15563         (mbi_init): Update.
15564         (mbi_avail, mbi_advance): Let the iteration end before the terminating
15565         NUL byte, not after it.
15566
15567 2005-08-16  Bruno Haible  <bruno@clisp.org>
15568
15569         * lib/strcase.h (strcasecmp): Add note in comments.
15570         * lib/strncasecmp.c: Use code from strcasecmp.c.
15571         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
15572         (strcasecmp): Work correctly in multibyte locales.
15573
15574 2005-08-16  Bruno Haible  <bruno@clisp.org>
15575
15576         * lib/mbiter.h: New file.
15577
15578 2005-08-16  Bruno Haible  <bruno@clisp.org>
15579
15580         * lib/mbfile.h: New file.
15581
15582 2005-08-16  Bruno Haible  <bruno@clisp.org>
15583
15584         * lib/mbchar.h: New file.
15585         * lib/mbchar.c: New file.
15586
15587 2005-08-16  Bruno Haible  <bruno@clisp.org>
15588
15589         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
15590         the valid ones. Makes the comparison operations transitive:
15591         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
15592         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
15593
15594 2005-08-15  Simon Josefsson  <jas@extundo.com>
15595
15596         * modules/ssize_t (License): Change to 'unlimited'.
15597
15598         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
15599
15600 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
15601
15602         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
15603         Add comments for each pending glibc patch.
15604
15605 2005-08-15  Bruno Haible  <bruno@clisp.org>
15606
15607         * lib/regex.h (__restrict_arr): Don't define to __restrict if
15608         __cplusplus is defined.
15609
15610 2005-08-14  Jim Meyering  <jim@meyering.net>
15611
15612         Sync from coreutils.
15613
15614         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
15615         Use the hash-table-based cycle-detection code not just when
15616         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
15617         Reported by James Youngman in
15618         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
15619         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
15620         FTS_TIGHT_CYCLE_CHECK.
15621         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
15622         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
15623         once again.
15624         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
15625         * lib/fts.c (fd_safer): Remove decl.
15626         Include fcntl--.h rather than unistd-safer.h
15627         (fts_safe_changedir): Don't call fd_safer; no longer needed
15628         now that we include fcntl--.h.
15629
15630 2005-08-12  Simon Josefsson  <jas@extundo.com>
15631
15632         * modules/getndelim2: Use ssize_t module.
15633         * modules/getnline: Likewise.
15634         * modules/safe-read: Likewise.
15635         * modules/xreadlink: Likewise.
15636
15637         * modules/ssize_t: New file.
15638
15639 2005-08-12  Simon Josefsson  <jas@extundo.com>
15640
15641         * m4/readline.m4: Look for termcap, curses or ncurses if required.
15642
15643 2005-08-12  Simon Josefsson  <jas@extundo.com>
15644
15645         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15646         ssize_t.
15647
15648 2005-08-12  Simon Josefsson  <jas@extundo.com>
15649
15650         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
15651         readline, getdelim and check_version.
15652         (Support for systems lacking ISO C 99: Sizes of integer types):
15653         Add size_max.
15654
15655 2005-08-12  Bruno Haible  <bruno@clisp.org>
15656
15657         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
15658
15659 2005-08-11  Simon Josefsson  <jas@extundo.com>
15660
15661         * modules/readline: New file.
15662
15663         * modules/strnlen (Files): Add strnlen.h.
15664
15665 2005-08-11  Simon Josefsson  <jas@extundo.com>
15666
15667         * m4/readline.m4: New file.
15668
15669 2005-08-11  Simon Josefsson  <jas@extundo.com>
15670
15671         * lib/readline.h, readline.c: New file.
15672
15673 2005-08-11  Simon Josefsson  <jas@extundo.com>
15674
15675         * doc/gnulib.texi (Initial import, Finishing touches): Mention
15676         gl_AVOID.
15677
15678 2005-08-11  Bruno Haible  <bruno@clisp.org>
15679
15680         * lib/strnlen.h (strnlen): Change parameter name to match comment.
15681
15682 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
15683
15684         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
15685
15686 2005-08-10  Simon Josefsson  <jas@extundo.com>
15687
15688         * tests/test-iconvme.c: New file.
15689
15690 2005-08-10  Simon Josefsson  <jas@extundo.com>
15691
15692         * m4/strnlen.m4: New file.
15693
15694         * m4/strndup.m4: Don't check for strnlen declaration, done in
15695         strnlen.m4.
15696
15697 2005-08-10  Simon Josefsson  <jas@extundo.com>
15698
15699         * lib/strndup.c: Use strnlen.h.
15700
15701         * lib/strnlen.h: New file.
15702
15703 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
15704
15705         * README: Typos.
15706
15707 2005-08-02  Simon Josefsson  <jas@extundo.com>
15708
15709         * modules/readline: New file.
15710
15711 2005-08-02  Simon Josefsson  <jas@extundo.com>
15712
15713         * modules/getdelim: New file.
15714
15715         * modules/getline: Rewrite, don't use getndelim2.
15716
15717 2005-08-02  Simon Josefsson  <jas@extundo.com>
15718
15719         * m4/getline.m4: Separate out getdelim stuff into separate module.
15720
15721         * m4/getdelim.m4: New file.
15722
15723 2005-08-02  Simon Josefsson  <jas@extundo.com>
15724
15725         * lib/getline.h, getline.c: Rewrite.
15726
15727         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
15728
15729 2005-07-31  Bruno Haible  <bruno@clisp.org>
15730
15731         * lib/lock.h (gl_lock_initializer): New macro.
15732         (gl_lock_define_initialized): Use it.
15733         (gl_rwlock_initializer): New macro.
15734         (gl_rwlock_define_initialized): Use it.
15735         (gl_recursive_lock_initializer): New macro.
15736         (gl_recursive_lock_define_initialized): Use it.
15737
15738 2005-07-30  Karl Berry  <karl@gnu.org>
15739
15740         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
15741         Report from Ben Pfaff, regarding getopt.
15742
15743 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
15744
15745         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
15746         normal way.
15747         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
15748         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
15749         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
15750         (gl_GETOPT): Use the new macros.  Most of the implementation
15751         is moved to the new macros.  This is for programs like Emacs
15752         that don't want all the functionality of gl_GETOPT.
15753
15754 2005-07-26  Bruno Haible  <bruno@clisp.org>
15755
15756         * m4/lock.m4: Update from GNU gettext.
15757
15758 2005-07-26  Bruno Haible  <bruno@clisp.org>
15759
15760         * lib/lock.h: Update from GNU gettext.
15761         * lib/lock.c: Update from GNU gettext.
15762
15763 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
15764
15765         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
15766         obsolescent AC_TRY_RUN.  Include the default includes files, for
15767         'exit'.
15768
15769 2005-07-24  Bruno Haible  <bruno@clisp.org>
15770
15771         * modules/visibility: New file.
15772         * MODULES.html.sh (Misc): Add visibility.
15773
15774 2005-07-24  Bruno Haible  <bruno@clisp.org>
15775
15776         * m4/visibility.m4: New file.
15777
15778 2005-07-24  Bruno Haible  <bruno@clisp.org>
15779
15780         * doc/visibility.texi: New file.
15781
15782 2005-07-22  Bruno Haible  <bruno@clisp.org>
15783
15784         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
15785         $(ALLOCA_H), redundant through BUILT_SOURCES.
15786         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
15787         redundant through BUILT_SOURCES.
15788         * modules/byteswap (Makefile.am): Remove explicit dependency on
15789         $(BYTESWAP_H), redundant through BUILT_SOURCES.
15790         * modules/fnmatch (Makefile.am): Remove explicit dependency on
15791         $(FNMATCH_H), redundant through BUILT_SOURCES.
15792         * modules/getopt (Makefile.am): Remove explicit dependency on
15793         $(GETOPT_H), redundant through BUILT_SOURCES.
15794         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
15795         redundant through BUILT_SOURCES.
15796         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
15797         redundant through BUILT_SOURCES.
15798         * modules/stdbool (Makefile.am): Remove explicit dependency on
15799         $(STDBOOL_H), redundant through BUILT_SOURCES.
15800         * modules/stdint (Makefile.am): Remove explicit dependency on
15801         $(STDINT_H), redundant through BUILT_SOURCES.
15802         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
15803         Remove explicit dependency on $(SYSEXITS_H).
15804         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
15805
15806 2005-07-18  Simon Josefsson  <jas@extundo.com>
15807
15808         * lib/check-version.c (check_version): Accept identical versions too.
15809
15810 2005-07-18  Bruno Haible  <bruno@clisp.org>
15811
15812         * modules/lock: New file.
15813         * MODULES.html.sh (Multithreading): New section.
15814
15815 2005-07-18  Bruno Haible  <bruno@clisp.org>
15816
15817         * m4/lock.m4: New file, from GNU gettext.
15818
15819 2005-07-18  Bruno Haible  <bruno@clisp.org>
15820
15821         * lib/lock.h: New file, from GNU gettext.
15822         * lib/lock.c: New file, from GNU gettext.
15823
15824 2005-07-18  Bruno Haible  <bruno@clisp.org>
15825
15826         * lib/lock.h (gl_once_t): New type.
15827         (gl_once_define, gl_once): New macros.
15828         * lib/lock.c (fresh_once): New variable.
15829         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
15830         functions.
15831
15832 2005-07-16  Simon Josefsson  <jas@extundo.com>
15833
15834         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
15835         workaround, suggested by Bruno.
15836
15837 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
15838
15839         * modules/xalloc (Depends-on): Add xalloc-die.
15840         * modules/xvasprintf (Depends-on): Add xalloc-die.
15841
15842 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
15843
15844         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
15845         with a minor change.
15846
15847 2005-07-15  Bruno Haible  <bruno@clisp.org>
15848
15849         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
15850         When using lib/poll.c, define poll as rpl_poll.
15851
15852 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
15853
15854         * modules/argp (Depends-on): Remove unlocked-io.
15855
15856 2005-07-14  Derek Price  <derek@ximbiot.com>
15857
15858         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
15859         for glob symlink bug.
15860
15861 2005-07-14  Bruno Haible  <bruno@clisp.org>
15862
15863         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
15864         Instead, test for *_unlocked function declarations directly.
15865
15866 2005-07-11  Simon Josefsson  <jas@extundo.com>
15867
15868         * modules/size_max: New file.
15869
15870         * modules/xsize: Depend on size_max module for size_max.m4.
15871
15872 2005-07-11  Simon Josefsson  <jas@extundo.com>
15873
15874         * lib/size_max.h: New file.
15875
15876 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
15877
15878         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
15879         copyright symbol and the year.
15880         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
15881         (version_etc_va): Use parameterized copyright notice.
15882         Reword to conform to the current GNU coding standards.
15883
15884 2005-07-11  Karl Berry  <karl@gnu.org>
15885
15886         * doc/gnulib.texi (Quoting): new node.
15887         (Initial import): more info, from Patrice.
15888
15889 2005-07-11  Bruno Haible  <bruno@clisp.org>
15890
15891         * gnulib-tool (func_usage): Document option --avoid.
15892         (Command line options): Handle --avoid.
15893         (func_acceptable): New function.
15894         (func_modules_transitive_closure): Use it.
15895
15896 2005-07-11  Bruno Haible  <bruno@clisp.org>
15897
15898         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
15899         Reported by Jim Meyering.
15900
15901 2005-07-10  Bruno Haible  <bruno@clisp.org>
15902
15903         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
15904         Needed when size_t is smaller than 'unsigned int'.
15905         Reported by Paul Eggert.
15906
15907 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15908
15909         * modules/argp (Depends-on): Add unlocked-io
15910
15911 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15912
15913         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
15914         block of defines.
15915
15916 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
15917
15918         * config/srclist.txt: Comment out regcomp.c, since we have a porting
15919         fix now.
15920
15921 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
15922         and Paul Eggert  <eggert@cs.ucla.edu>
15923
15924         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
15925         in wint_t, not wchar_t.  Remove now-unnecessary cast.
15926
15927 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
15928
15929         * modules/regex (Files): Add lib/regex_internal.c,
15930         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
15931         (Depends-on): Add extensions.
15932         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
15933
15934 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
15935
15936         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
15937         pathconf.
15938         * m4/same.m4 (gl_SAME): Likewise.
15939         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
15940
15941         * m4/regex.m4: Adjust to new libc regex implementation.
15942         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
15943         all the .c and .h parts of (the new) regex.
15944         Quote the m4 stuff better.
15945         Check for RE_ICASE bug of old gnulib.
15946         Check for REG_STARTEND of recent libc.
15947         Rename local variables from jm_* to gl_*.
15948         Quote operand of "test -f".
15949         Say "recent enough" version of libc, not "version 2".
15950         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
15951         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
15952         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
15953         Remove check for btowc, isascii.
15954         Require AM_LANGINFO_CODESET.
15955
15956 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
15957
15958         * lib/regex.c, regex.h: Sync from libc.
15959         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
15960         * lib/regexec.c:
15961         New files, synced from libc, except that regex_internal.h
15962         currently has a small porting fix.
15963
15964 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
15965
15966         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
15967         regex_internal.c, regexec.c.
15968         Add regex_internal.h too, but as a comment, since the libc version
15969         is currently broken in gnulib mode.
15970
15971 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
15972
15973         Support programs like Emacs that use gnulib but not gettext.
15974         * MODULES.html.sh (Internationalization functions): Add gettext-h.
15975         * modules/gettext-h: New file.
15976         * modules/gettext (Files): Remove lib/gettext.h.
15977         (Depends-on): Add gettext-h.
15978         (Makefile.am): Remove lib_SOURCES.
15979         * modules/argmatch, modules/c-stack, modules/closeout:
15980         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
15981         * modules/execute, modules/file-type, modules/getaddrinfo:
15982         * modules/getopt, modules/human, modules/javacomp:
15983         * modules/javaexec, modules/mkdir-p, modules/obstack:
15984         * modules/openat, modules/pagealign_alloc, modules/pipe:
15985         * modules/quotearg, modules/regex, modules/rpmatch:
15986         * modules/unicodeio, modules/userspec, modules/version-etc:
15987         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
15988         * modules/xsetenv:
15989         Depend on gettext-h, not gettext.
15990
15991 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
15992
15993         * gnulib-tool (func_import): Add support for 'public domain' license.
15994         * modules/alloca, modules/atexit, modules/memmove:
15995         Now public domain, not GPL.
15996         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
15997         * modules/realloc, modules/strerror, modules/strtod:
15998         Now LGPL, not GPL.
15999
16000 2005-07-05  Bruno Haible  <bruno@clisp.org>
16001
16002         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
16003         autoconf CVS. Needed for mingw.
16004
16005 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
16006
16007         Remove the dependency of the strftime module on the tzset module.
16008         * modules/strftime (Depends-on): Remove dependency on tzset.
16009
16010 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
16011
16012         Remove the dependency of the strftime module on the tzset module.
16013         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
16014         gl_FUNC_TZSET_CLOBBER.
16015
16016 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
16017
16018         Remove the dependency of the strftime module on the tzset module.
16019         * lib/strftime.c (my_strftime)
16020         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
16021         Copy the input structure, to work around some of the bug with
16022         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
16023         Solaris releases, you should also use the tzset module, but we won't
16024         require it as a dependency any more since we don't want LGPLed code
16025         to depend on GPLed code.
16026
16027 2005-07-02  Jim Meyering  <jim@meyering.net>
16028
16029         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
16030         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
16031         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
16032         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
16033
16034 2005-07-02  Jim Meyering  <jim@meyering.net>
16035
16036         * lib/backupfile.c (backup_args): Change a `0' to NULL.
16037
16038 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
16039
16040         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
16041         declares only 'struct timespec;' (!).
16042
16043 2005-07-01  Jim Meyering  <jim@meyering.net>
16044
16045         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
16046         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
16047         * lib/save-cwd.c, tempname.c:
16048         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
16049         and don't include <sys/file.h>).
16050
16051 2005-06-29  Jim Meyering  <jim@meyering.net>
16052
16053         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
16054         type name.  Use the variable name instead.
16055         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
16056         Likewise.
16057
16058 2005-06-28  Simon Josefsson  <jas@extundo.com>
16059
16060         * modules/check-version (Files): Add check-version.m4.
16061
16062 2005-06-28  Simon Josefsson  <jas@extundo.com>
16063
16064         * m4/check-version.m4: New file, suggested by Jim Meyering
16065         <jim@meyering.net>.
16066
16067 2005-06-28  Simon Josefsson  <jas@extundo.com>
16068
16069         * lib/check-version.h, lib/check-version.c: New files.
16070
16071 2005-06-28  Simon Josefsson  <jas@extundo.com>
16072
16073         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
16074         collision with global variable.  Better indentation.  Don't
16075         increment buffer pointer beyond buffer end.  Based on comments
16076         from Paul Eggert <eggert@cs.ucla.edu>.
16077
16078         * lib/base64.h: Indent.
16079
16080 2005-06-28  Simon Josefsson  <jas@extundo.com>
16081
16082         * doc/gnulib.texi (Library version handling): New section.
16083
16084 2005-06-28  Jim Meyering  <jim@meyering.net>
16085
16086         * check-module (find_included_lib_files): Hard-code another
16087         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
16088         but modules/fts-lgpl (correctly) does not list those files.
16089
16090         * modules/canonicalize (Files): Add lib/pathmax.h.
16091
16092 2005-06-25  Simon Josefsson  <jas@extundo.com>
16093
16094         * modules/check-version: New file.
16095
16096 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
16097
16098         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
16099         initializer of struct addrinfo, as an indication that we don't
16100         care how many members the structure has.
16101
16102 2005-06-24  Derek Price  <derek@ximbiot.com>
16103         and Bruno Haible  <bruno@clisp.org>
16104
16105         Remove stat module & update lstat.
16106         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
16107         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
16108         * m4/stat.m4: Remove this file.
16109
16110 2005-06-24  Derek Price  <derek@ximbiot.com>
16111         and Bruno Haible  <bruno@clisp.org>
16112
16113         Remove stat module & update lstat.
16114         * lib/stat.c: Remove this file...
16115         (slash_aware_lstat): ...moving this content and its support...
16116         * lib/lstat.c (rpl_lstat): ...into here.
16117         * lib/lstat.h: New file.
16118
16119 2005-06-24  Derek Price  <derek@ximbiot.com>
16120         and Bruno Haible  <bruno@clisp.org>
16121
16122         Remove stat module & update lstat.
16123         * config/srclist.txt (libc sources): Remove stat.
16124
16125 2005-06-24  Derek Price  <derek@ximbiot.com>
16126         and Bruno Haible  <bruno@clisp.org>
16127
16128         Remove stat module & update lstat.
16129         * MODULES.html.sh (stat): Remove.
16130         * MODULES.html: Regenerated.
16131         * modules/lstat (Description): Correct function name.
16132         (Files): Add "lstat.h".
16133         (Depends-on): Remove stat, add xalloc, stat-macros.
16134         * modules/stat: Remove this file.
16135         (Include): Add "lstat.h", remove <sys/stat.h>.
16136
16137 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
16138
16139         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
16140         (ranged_convert): Don't save conversion in a temporary struct.
16141         This causes a warning with GCC 4.0.0, and anyway in the typical
16142         case it's not worth the extra 100 bytes or so of code.
16143         (ranged_convert, __mktime_internal): When calling a function via a
16144         pointer P, use P () rather than (*P) (), as we now assume C89 or
16145         better.
16146
16147 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16148
16149         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
16150         "who -r" failed to give output.  Problem reported by Tim Waugh.
16151
16152         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
16153         (xcalloc): Use it to avoid needless tests.
16154         Problem reported by Jim Meyering.
16155
16156 2005-06-20  Derek Price  <derek@ximbiot.com>
16157
16158         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
16159         unnecessary for Autoconfs > 2.59c.
16160
16161 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16162
16163         * lib/argp.h (__option_is_short): Check upper limit of
16164         __key. Isprint() requires its argument to have the value
16165         of an unsigned char or EOF.
16166
16167 2005-06-16  Jim Meyering  <jim@meyering.net>
16168
16169         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
16170         when either N or S is zero.
16171
16172 2005-06-16  Derek Price  <derek@ximbiot.com>
16173
16174         * m4/bison.m4: Declare YACC & YFLAGS precious.
16175
16176 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
16177
16178         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
16179         multibyte string or pattern, fall back on unibyte matching.
16180         Problem reported by James Youngman.
16181
16182 2005-06-08  Bruno Haible  <bruno@clisp.org>
16183
16184         * modules/csharpcomp: New file.
16185         * MODULES.html.sh (C#): Add csharpcomp.
16186
16187 2005-06-08  Bruno Haible  <bruno@clisp.org>
16188
16189         * m4/csharpcomp.m4: New file, from GNU gettext.
16190
16191 2005-06-08  Bruno Haible  <bruno@clisp.org>
16192
16193         * lib/csharpcomp.h: New file, from GNU gettext.
16194         * lib/csharpcomp.c: New file, from GNU gettext.
16195         * lib/csharpcomp.sh.in: New file, from GNU gettext.
16196
16197 2005-06-08  Bruno Haible  <bruno@clisp.org>
16198
16199         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
16200         warning on mingw.
16201
16202 2005-06-07  Derek Price  <derek@ximbiot.com>
16203
16204         Sync from CVS.
16205         * lib/glob_.h: Indent nested #ifdef.
16206
16207 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
16208
16209         Sync from coreutils.
16210         Use "file name" when talking about file names, instead of "filename"
16211         or "path", as per the GNU coding standards.
16212         * lib/mkdir-p.c: Renamed from makepath.c.
16213         (make_dir_parents): Renamed from make_path.  All callers changed.
16214         * lib/mkdir-p.h: Likewise.  All includers changed.
16215         * lib/filenamecat.c: Renamed from path-concat.c.
16216         (file_name_concat): Renamed from path_concat.  All callers changed.
16217         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
16218         * lib/filenamecat.h: Likewise.  All includers changed.
16219         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
16220         in comments or local variable names.
16221         * lib/basename.c: Likewise.
16222         * lib/canonicalize.c, canonicalize.h: Likewise.
16223         * lib/dirname.c, dirname.h: Likewise.
16224         * lib/euidaccess.c: Likewise.
16225         * lib/exclude.c: Likewise
16226         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
16227         * lib/fsusage.c, fsuage.h: Likewise.
16228         * lib/fts.c, fts_.h: Likewise.
16229         * lib/getcwd.c: Likewise.
16230         * lib/getloadavg.c: Likewise.
16231         * lib/mkstemp.c: Likewise.
16232         * lib/mountlist.c, mountlist.h: Likewise.
16233         * lib/openat.c, openat.h: Likewise.
16234         * lib/readlink-stub.c: Likewise.
16235         * lib/readutmp.c, readutmp.h: Likewise.
16236         * lib/rename.c: Likewise.
16237         * lib/rmdir.c: Likewise.
16238         * lib/same.c: Likewise.
16239         * lib/savedir.c: Likewise.
16240         * lib/stripslash.c: Likewise.
16241         * lib/tempname.c: Likewise.
16242         * lib/xreadlink.c: Likewise.
16243         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
16244         All uses changed.
16245         * lib/exclude.h: Likewise.
16246
16247         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
16248         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
16249         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
16250         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
16251         * lib/pathmax.h: Include <limits.h> unconditionally, since other
16252         files have been getting away with it for years (MORE/BSD 4.3
16253         is extinct now).
16254         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
16255         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
16256
16257         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
16258         Define to 256, not 255, as per modern POSIX.
16259
16260 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
16261
16262         Sync from coreutils.
16263         Use "file name" when talking about file names, instead of "filename"
16264         or "path", as per the GNU coding standards.
16265         * MODULES.html.sh: mkdir-p renamed from makepath.
16266         filenamecat renamed from path-concat.
16267         * modules/filenamecat: Renamed from modules/path-concat.
16268         (Files): filenamecat.h and filenamecat.c renamed from
16269         path-concat.h and path-concat.c.
16270         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
16271         (Include): filenamecat.h, not path-concat.h.
16272         * modules/mkdir-p: Renamed from modules/makepath.
16273         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
16274         makepath.c.
16275         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
16276         (Include): mkdir-p.h, not makepath.h.
16277
16278 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
16279
16280         Sync from coreutils.
16281         * m4/mkdir-p.m4: Renamed from makepath.m4.
16282         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
16283         Rename files from makepath.c to mkdir-p.c, and from
16284         makepath.h to mkdir-p.h.
16285         * m4/filenamecat.m4: Renamed from path-concat.m4.
16286         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
16287         Rename files from path-concat.c to filenamecat.c,
16288         and from path-concat.h to filenamecat.h.
16289         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
16290         "file name" in local variables or comments.
16291         * m4/rename.m4: Likewise.
16292
16293 2005-06-01  Bruno Haible  <bruno@clisp.org>
16294
16295         * modules/csharpexec: New file.
16296         * MODULES.html.sh (C#): New section.
16297
16298 2005-06-01  Bruno Haible  <bruno@clisp.org>
16299
16300         * m4/csharp.m4: New file, from GNU gettext.
16301         * m4/csharpexec.m4: New file, from GNU gettext.
16302
16303 2005-06-01  Bruno Haible  <bruno@clisp.org>
16304
16305         * lib/csharpexec.h: New file, from GNU gettext.
16306         * lib/csharpexec.c: New file, from GNU gettext.
16307         * lib/csharpexec.sh.in: New file, from GNU gettext.
16308
16309 2005-05-31  Derek Price  <derek@ximbiot.com>
16310             Paul Eggert  <eggert@cs.ucla.edu>
16311
16312         Sync from cvs.
16313         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
16314
16315 2005-05-31  Derek Price  <derek@ximbiot.com>
16316             Paul Eggert  <eggert@cs.ucla.edu>
16317
16318         Sync from cvs.
16319         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
16320
16321 2005-05-29  Derek Price  <derek@ximbiot.com>
16322
16323         * config/srclist.txt (glob_.h, glob.c): Add these files.
16324
16325 2005-05-29  Derek Price  <derek@ximbiot.com>
16326
16327         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
16328         * modules/glob: New file.
16329         * modules/getlogin_r: Add link to POSIX spec in description.
16330
16331 2005-05-29  Derek Price  <derek@ximbiot.com>
16332             Paul Eggert  <eggert@cs.ucla.edu>
16333
16334         * m4/glob.m4: New file.
16335
16336 2005-05-29  Derek Price  <derek@ximbiot.com>
16337             Paul Eggert  <eggert@cs.ucla.edu>
16338
16339         * lib/glob_.h, lib/glob.c: New files.
16340
16341 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
16342
16343         * modules/fts (Files): Remove m4/inttypes-pri.m4.
16344         * modules/fts-lgpl (Depends-on): Remove gettext.
16345
16346 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
16347
16348         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
16349         and don't require gt_INTTYPES_PRI.
16350
16351 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
16352
16353         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
16354
16355         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
16356         the configuration hassle isn't worth it.
16357         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
16358         (LONGEST_MODIFIER, PRIuMAX): Remove.
16359
16360 2005-05-27  Bruno Haible  <bruno@clisp.org>
16361
16362         * lib/getlogin_r.h: Remove second include of <stddef.h>.
16363
16364 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
16365
16366         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
16367         _POSIX_PTHREAD_SEMANTICS for Solaris.
16368
16369 2005-05-25  Derek Price  <derek@ximbiot.com>
16370
16371         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
16372
16373 2005-05-25  Derek Price  <derek@ximbiot.com>
16374             Paul Eggert  <eggert@cs.ucla.edu>
16375
16376         * modules/getlogin_r, m4/getlogin_r.m4: New files.
16377         * lib/getlogin_r.c, getlogin_r.h: New files.
16378
16379 2005-05-25  Bruno Haible  <bruno@clisp.org>
16380             Derek Price  <derek@ximbiot.com>
16381
16382         * lib/getlogin_r.h: Simplify API documentation.
16383
16384 2005-05-23  Derek Price  <derek@ximbiot.com>
16385
16386         * modules/minmax (Files): Add m4/minmax.m4.
16387         (configure.ac): Add gl_MINMAX.
16388
16389 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
16390
16391         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
16392         so that unistd-safer.h (GPL'ed code) need not be included.
16393
16394 2005-05-22  Bruno Haible  <bruno@clisp.org>
16395
16396         * m4/minmax.m4: New file.
16397         Based on a patch by Derek Price <derek@ximbiot.com>.
16398
16399 2005-05-22  Bruno Haible  <bruno@clisp.org>
16400
16401         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
16402         (INT64_MIN): Fix definition.
16403         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
16404
16405         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
16406         NEED_SIGNED_INT_TYPES.
16407
16408         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
16409         HAVE_SYSTEM_INTTYPES.
16410
16411 2005-05-22  Bruno Haible  <bruno@clisp.org>
16412
16413         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
16414         Also include <sys/param.h> if it defines MIN, MAX.
16415         Based on a patch by Derek Price <derek@ximbiot.com>.
16416
16417 2005-05-21  Jim Meyering  <jim@meyering.net>
16418
16419         * modules/fts (Files): Add m4/inttypes-pri.m4.
16420         (Depends-on): Add lstat and remove gettext.  Alphabetize.
16421
16422 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
16423
16424         New fts module.
16425         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
16426         (setup_dir, free_dir): New functions.
16427         (enter_dir, leave_dir): Define trivial
16428         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
16429         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
16430         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
16431         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
16432         Move to fts-cycle.c.
16433         (fts_open): Use setup_dir.
16434         (fts_close): Use free_dir.
16435         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
16436         This adds a label and some gotos, but the alternatives were messier.
16437         Check for memory allocation failure when entering a dir.
16438         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
16439         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
16440         (FTS): New member fts_cycle, that is a union that contains the
16441         old active_dir_ht and cycle_state.  All uses changed to mention
16442         fts_cycle.ht and fts_cycle.state.
16443         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
16444         fts.c, with the following changes:
16445         (setup_dir, free_dir): New functions.
16446         (enter_dir): Now returns bool.  Return true if successful, false
16447         if memory exhausted.  All callers changed.
16448         Do not bother partly cleaning up on
16449         memory allocation failure; that is free_dir's job.
16450         However, free ad if hash_insert fails, to avoid memory leak.
16451         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
16452         fts->fts_options to see which union member to use.
16453
16454 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
16455
16456         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
16457         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
16458
16459 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
16460
16461         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
16462
16463 2005-05-20  Jim Meyering  <jim@meyering.net>
16464
16465         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
16466         Now a macro, to pacify GCC.
16467
16468 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
16469
16470         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
16471         of -1.
16472
16473 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
16474
16475         * lib/chown.c (rpl_chown): Return -1 on failure.
16476
16477 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
16478
16479         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
16480         Don't check for stddef.h.
16481         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
16482         don't use its results.
16483         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
16484         since we include them unconditionally.  Don't require
16485         AM_STDBOOL_H, since stdbool is a prerequisite.
16486         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
16487         since we assume C89 or better.
16488         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
16489         as we don't use their results.
16490         Don't check for fchdir, memmove, memset, strrchr, as we use
16491         them unconditionally.
16492         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
16493         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
16494
16495 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
16496
16497         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
16498         Include <stddef.h> unconditionally, since we assume C89 now.
16499         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
16500         * lib/fts.c: Include fts_.h first, to check interface.
16501         Do not include intprops.h; no longer needed.
16502         Include cycle-check.h and hash.h, since fts_.h no longer does.
16503         Remove unnecessary casts of closedir to void.
16504         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
16505         decide whether to decrement nlinks.
16506         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
16507         (FTS): Use struct hash_table * instead of Hash_table, so that
16508         we no longer need to include hash.h here.
16509
16510 2005-05-18  Jim Meyering  <jim@meyering.net>
16511
16512         * modules/dirfd (License): Change to LGPL.  Most of the code
16513         is already in the public domain.
16514
16515 2005-05-18  Jim Meyering  <jim@meyering.net>
16516
16517         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
16518         Reported by Yoann Vandoorselaere.
16519
16520 2005-05-17  Jim Meyering  <jim@meyering.net>
16521
16522         * m4/fts.m4: New file, from coreutils.
16523
16524 2005-05-17  Jim Meyering  <jim@meyering.net>
16525
16526         * lib/fts.c, lib/fts_.h: New files, from coreutils.
16527
16528 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
16529
16530         Sync from coreutils.
16531         * m4/unlinkdir.m4: New file.
16532
16533 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
16534
16535         Sync from coreutils.
16536         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
16537         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
16538         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
16539         White space changes only.
16540         * lib/makepath.c (make_path): Port to hosts where leading "//" is
16541         special.
16542         * lib/yesno.c: Include getline.h, not ctype.h.
16543         (yesno): Don't remove leading white space; POSIX doesn't allow it.
16544         Use getline to remove arbitrary restriction on response length.
16545
16546 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
16547
16548         * config/srclist-update: Spell out "Street" in FSF postal
16549         mail address; this is the style the FSF seems to prefer.
16550
16551         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
16552         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
16553         this updates FSF postal mail address.
16554
16555         Sync from coreutils.
16556         * modules/unlinkdir: New file.
16557         * modules/yesno (Depends-on): Add getline.
16558         * MODULES.html.sh (File system functions): Add unlinkdir.
16559
16560 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
16561
16562         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
16563         lib/strsep.h:
16564         Change the initial comment to refer to GPL, not LGPL.
16565         gnulib-tool will change it to LGPL as needed.
16566
16567         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
16568         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
16569         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
16570         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
16571         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
16572         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
16573         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
16574         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
16575         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
16576         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
16577         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
16578         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
16579         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
16580         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
16581         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
16582         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
16583         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
16584         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
16585         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
16586         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
16587         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
16588         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
16589         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
16590         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
16591         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
16592         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
16593         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
16594         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
16595         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
16596         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
16597         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
16598         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
16599         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
16600         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
16601         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
16602         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
16603         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
16604         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
16605         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
16606         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
16607         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
16608         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
16609         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
16610         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
16611         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
16612         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
16613         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
16614         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
16615         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
16616         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
16617         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
16618         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
16619         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
16620         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
16621         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
16622         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
16623         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
16624         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
16625         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
16626         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
16627         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
16628         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
16629         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
16630         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
16631         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
16632         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
16633         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
16634         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
16635         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
16636         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
16637         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
16638         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
16639         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
16640         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
16641         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
16642         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
16643         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
16644         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
16645         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
16646         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
16647         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
16648         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
16649         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
16650         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
16651         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
16652         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
16653         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
16654         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
16655         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
16656         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
16657         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
16658         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
16659         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
16660         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
16661         lib/yesno.c, lib/yesno.h:
16662         Update FSF postal mail address.
16663
16664 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
16665
16666         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
16667         tests/test-memmem.c, tests/test-stpncpy.c:
16668         Update FSF postal mail address.
16669
16670 2005-05-13  Bruno Haible  <bruno@clisp.org>
16671
16672         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
16673         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
16674         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
16675         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
16676         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
16677         Add support for 64-bit integers in the MSVC compiler.
16678
16679 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16680
16681         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
16682
16683 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
16684
16685         * gnulib-tool (func_import): Sort and uniquify recommended includes.
16686
16687 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
16688
16689         * doc/getdate.texi (General date syntax): Don't say that date
16690         date --iso-8601=ns generates acceptable dates; it doesn't yet.
16691         Problem reported by Nic Ferrier.
16692
16693 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16694
16695         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
16696         specified in ai_socktype. Fix invalid ai_protocol
16697         check. ai_protocol is usually set to 0 or depending on
16698         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
16699         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
16700         ai_socktype / ai_protocol in the returned addrinfo structure.
16701
16702 2005-05-10  Simon Josefsson  <jas@extundo.com>
16703
16704         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
16705         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
16706
16707 2005-05-10  Karl Berry  <karl@gnu.org>
16708
16709         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
16710         (from http://www.gnu.org/licenses).
16711         * doc/COPYING.LIB: also rename to COPYING.LESSER.
16712         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
16713         fdl.texi suffices.
16714
16715 2005-05-10  Karl Berry  <karl@gnu.org>
16716
16717         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
16718         (COPYING.DOC): remove.
16719
16720         * config/srclist-update: new FSF address.
16721
16722 2005-05-10  Derek Price  <derek@ximbiot.com>
16723
16724         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
16725         possible.
16726
16727 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16728             Bruno Haible  <bruno@clisp.org>
16729
16730         * modules/inet_ntop: New file.
16731         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16732         inet_ntop.
16733
16734 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16735             Bruno Haible  <bruno@clisp.org>
16736
16737         * m4/inet_ntop.m4: New file.
16738
16739 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16740             Bruno Haible  <bruno@clisp.org>
16741
16742         * lib/inet_ntop.h: New file.
16743         * lib/inet_ntop.c: New file, from glibc with modifications.
16744
16745 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
16746
16747         * modules/time_r (License): Change to LGPL.
16748         * modules/extensions (License): Change to LGPL.  Actually,
16749         the license is more permissive than that, but currently gnulib-tool
16750         doesn't know how to handle more-permissive licenses.
16751
16752         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
16753         Problem reported by Dave Love.
16754
16755 2005-05-08  Jim Meyering  <jim@meyering.net>
16756
16757         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
16758         blank.
16759
16760 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
16761
16762         * modules/argmatch (Depends-on): Add stdbool.
16763         * modules/backupfile (Depends-on): Likewise.
16764         * modules/chdir-long (Depends-on): Likewise.
16765         * modules/closeout (Depends-on): Likewise.
16766         * modules/cycle-check (Depends-on): Likewise.
16767         * modules/dirname (Depends-on): Likewise.
16768         * modules/fnmatch (Depends-on): Likewise.
16769         * modules/fsusage (Depends-on): Likewise.
16770         * modules/fwriteerror (Depends-on): Likewise.
16771         * modules/getcwd (Depends-on): Likewise.
16772         * modules/getloadavg (Depends-on): Likewise.
16773         * modules/hard-locale (Depends-on): Likewise.
16774         * modules/makepath (Depends-on): Likewise.
16775         * modules/mountlist (Depends-on): Likewise.
16776         * modules/nanosleep (Depends-on): Likewise.
16777         * modules/posixtm (Depends-on): Likewise.
16778         * modules/quotearg (Depends-on): Likewise.
16779         * modules/readtokens (Depends-on): Likewise.
16780         * modules/readtokens0 (Depends-on): Likewise.
16781         * modules/readutmp (Depends-on): Likewise.
16782         * modules/save-cwd (Depends-on): Likewise.
16783         * modules/strftime (Depends-on): Likewise.
16784         * modules/userspec (Depends-on): Likewise.
16785         * modules/utimecmp (Depends-on): Likewise.
16786         * modules/xgetcwd (Depends-on): Likewise.
16787         * modules/xnanosleep (Depends-on): Likewise.
16788         * modules/xstrtod (Depends-on): Likewise.
16789         * modules/yesno (Depends-on): Likewise.
16790
16791 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
16792
16793         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
16794         needless checks.
16795
16796 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
16797
16798         Merge from coreutils.  Among other things,
16799         add bulletproofing for cases where stdin, stdout, or stderr are closed.
16800         * lib/fd-safer.c: New file.
16801         * lib/fcntl-safer.h, open-safer.c: Remove.
16802         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
16803         * lib/dup-safer.c: Include unistd-safer.h first.
16804         Don't include errno.h.
16805         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
16806         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
16807         * lib/file-type.c: Rely on file-type.h change.
16808         * lib/getloadavg.c: Include unistd-safer.h.
16809         (getloadavg): Use safer open.
16810         * lib/getusershell.c: Include "stdio-safer.h".
16811         (getusershell): Use safer fopen.
16812         * lib/long-options.c (long_options): Use NULL rather than 0.
16813         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
16814         'free'.
16815         * lib/modechange.c: Likewise.
16816         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
16817         (MODE_DONE): New constant.
16818         (struct mode_change): Remove 'next' member.
16819         (make_node_op_equals): New function; like the old one of the
16820         same name, except it allocates an array.
16821         (mode_compile, mode_create_from_ref): Use it.
16822         (mode_compile): Allocate result as an array, not a linked list.
16823         Parse octal string ourself, so that we catch mistakes like "+0".
16824         (mode_adjust): Arg is an array, not a linked list.
16825         * lib/modechange.c: Include stat-macros.h, xalloc.h.
16826         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
16827         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
16828         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
16829         Remove.  This is now stat-macros.h's job.
16830         (talloc): Remove.  All callers replaced by xalloc, so that
16831         our invokers don't have to worry about reporting memory failures.
16832         (make_node_op_equals): Remove.
16833         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
16834         New constants.
16835         (struct mode_change): Moved here from modechange.h.
16836         (mode_append_entry): Remove.
16837         (mode_compile): Remove MASKED_OPS arg, since it encouraged
16838         apps to have incorrect behavior.  Use simpler algorithm for head
16839         and tail.  Don't futz with umask; that's now the job of mode_adjust.
16840         Detect more invalid usages rather than having somewhat-random behavior.
16841         Don't insert an "a=" action, as that leads to incorrect behavior.
16842         (mode_compile, mode_create_from_ref): Return NULL on error instead
16843         of an enum, since now there's only one way to have an error.  All
16844         callers changed.
16845         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
16846         at the correct time.  Simplify calculation of "+u" and its ilk.
16847         Don't mishandle "+X".
16848         (mode_free): Remove "register" and localize decls.
16849         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
16850         (struct mode_change): Move to modechange.c; callers don't
16851         need to see this stuff.
16852         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
16853         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
16854         (mode_change, mode_adjust): Reflect the new signatures noted above.
16855         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
16856         that might redefine system include files.
16857         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
16858         (my_usleep): Use NULL rather than (void *) 0.
16859         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
16860         Use siginterrupt to specify that system calls should be interrupted.
16861         (rpl_nanosleep): Move initialization of suspended closer to call of
16862         my_usleep.
16863         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
16864         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
16865         (desirable_utmp_entry): New function.
16866         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
16867         using x2nrealloc, to simplify logic.
16868         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
16869         size calculation.  Do not assume utmp file is a regular file.
16870         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
16871         (READ_UTMP_CHECK_PIDS): New constant.
16872         * lib/save-cwd.c: Include unistd-safer.h.
16873         (save_cwd): Use fd_safer.
16874         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
16875         [!_LIBC] Include "stat-macros.h" instead.
16876         * lib/unistd-safer.h (fd_safer): New decl.
16877
16878 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
16879
16880         * modules/getloadavg (Depends-on): Add unistd-safer.
16881         * modules/getusershell (Depends-on): Add stdio-safer.
16882         * modules/lstat (Depends-on): Remove xalloc.
16883         * modules/mkstemp (Depends-on): Add stat-macros.
16884         * modules/modechange (Depends-on): Remove xstrtol.
16885         Add stat-macros, xalloc.
16886         * modules/save-cwd (Depends-on): Add unistd-safer.
16887         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
16888         * modules/unistd-safer (Files): Add lib/fd-safer.c
16889         (Makefile.am): Remove lib_SOURCES.
16890
16891         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
16892         Remove fcntl-safer; unistd-safer supersedes it.
16893
16894 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
16895
16896         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
16897         AC_HEADER_STAT.
16898         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
16899         (gl_PREREQ_CHOWN): Remove.
16900         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
16901         it.  Don't require AC_HEADER_STAT.
16902         (gl_PREREQ_LSTAT): Remove.
16903         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
16904         Don't require AC_HEADER_STAT.
16905         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
16906         (gl_PREREQ_RMDIR): Remove.
16907         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
16908         mention stat-macros.h or AC_HEADER_STAT, since we'll make
16909         the stat-macros module a prerequisite.
16910         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
16911         * m4/filemode.m4 (gl_FILEMODE): Likewise.
16912         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
16913         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
16914         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
16915         variable names.
16916         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
16917         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
16918         variable prefixes.
16919         * m4/fcntl-safer.m4: Remove.
16920         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
16921         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
16922         Invoke gl_PREREQ_FD_SAFER.
16923         (gl_PREREQ_FD_SAFER): New macro.
16924         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
16925         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
16926         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
16927         Remove duplicate call to AC_LIBOBJ(readutmp).
16928         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
16929
16930         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
16931         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
16932
16933 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
16934
16935         * MODULES.html.sh (Misc): Add byteswap.
16936
16937 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
16938
16939         * modules/getcwd (Depends-on): Add extensions.
16940         * modules/openat (Depends-on): Likewise.
16941
16942 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
16943
16944         * modules/byteswap: New file.
16945
16946 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
16947
16948         * m4/byteswap.m4: New file.
16949
16950 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
16951
16952         * lib/byteswap_.h: New file.
16953
16954 2005-04-25  Karl Berry  <karl@gnu.org>
16955
16956         * m4/gettext.m4: Update from GNU gettext 0.14.4.
16957
16958 2005-04-25  Albert Chin  <china@thewrittenword.com>
16959
16960         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
16961         Toolkit C bug.
16962
16963 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
16964
16965         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
16966         (func_ln_if_changed) Remove forcibly for no error message
16967         in case file does not exist.
16968
16969 2005-04-19  Simon Josefsson  <jas@extundo.com>
16970
16971         * gnulib-tool (Options): Make --symlink mean --symbolic.
16972
16973 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
16974
16975         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
16976
16977 2005-04-16  Simon Josefsson  <jas@extundo.com>
16978
16979         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
16980
16981 2005-04-15  Simon Josefsson  <jas@extundo.com>
16982
16983         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
16984
16985 2005-04-15  Simon Josefsson  <jas@extundo.com>
16986
16987         * gnulib-tool: Rename --symlink to --symbolic.
16988
16989 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
16990
16991         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
16992         symbolic links to files instead of copying/moving.  Add --aux-dir,
16993         specifying directory relative --dir where auxiliary build tools
16994         are placed.
16995
16996 2005-04-14  Bruno Haible  <bruno@clisp.org>
16997
16998         * modules/allocsa (License): Change to LGPL.
16999         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
17000
17001 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
17002
17003         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
17004         that "UTC +1 second" continues to work.  Problem reported
17005         by Dmitry V. Levin.
17006         (relunit_snumber): New rule.
17007         (relunit): Use it.
17008
17009 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
17010
17011         * lib/getdate.y (universal_time_zone_table): New constant.
17012         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
17013         universal_time_zone_table.
17014         (lookup_zone): Prefer universal_time_zone_table to
17015         local_time_zone_table, so that "GMT" time stamps are allowed in
17016         London during the summer.  Problem reported by Ian Abbott.
17017
17018 2005-04-12  Jim Meyering  <jim@meyering.net>
17019
17020         * lib/human.c (humblock): Set *options even when returning due to
17021         xstrtoumax conversion failure.  Thanks to a used-uninitialized
17022         warning from gcc-4.
17023
17024 2005-04-09  Jim Meyering  <jim@meyering.net>
17025
17026         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
17027         -Wuninitialized: initialize tm0.tm_year.
17028
17029 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
17030
17031         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
17032         count, since there's no maximum.  All uses changed.
17033         Add member dsts_seen.
17034         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
17035         not being INT_MAX.
17036         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
17037         Use pc_rels_seen to decide whther a date is absolute.
17038
17039         * lib/getdate.y (number): Don't overwrite year.
17040         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
17041         check.
17042
17043 2005-04-02  Simon Josefsson  <jas@extundo.com>
17044
17045         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
17046         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
17047
17048 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
17049
17050         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
17051         where no absolute path name can be longer than PATH_MAX.
17052
17053 2005-03-27  Jim Meyering  <jim@meyering.net>
17054
17055         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
17056
17057 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
17058
17059         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
17060         "one's complement" -> "ones' complement" in comment, as per Knuth.
17061         "value of type" -> "type or expression" in comment.
17062         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
17063
17064 2005-03-26  Jim Meyering  <jim@meyering.net>
17065
17066         Comment nits.
17067         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
17068         Correct typos: s/or/of/.
17069
17070 2005-03-26  Jim Meyering  <jim@meyering.net>
17071
17072         * modules/check-include-files: Move to ../ and rename to...
17073         * check-module: ...this.
17074
17075 2005-03-25  Jim Meyering  <jim@meyering.net>
17076
17077         * modules/xvasprintf (Files): Add xalloc.h.
17078
17079 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
17080
17081         * modules/gettext (Files): config/config.rpath ->
17082         build-aux/config.rpath
17083         * modules/iconv (Files): Likewise.
17084         Problem reported by Oskar Liljeblad.
17085
17086 2005-03-23  Jim Meyering  <jim@meyering.net>
17087
17088         * modules/check-include-files: New script to check for
17089         missing dependencies, multiple includes, etc.
17090
17091         * modules/c-strtold (Depends-on): Add xalloc.
17092         * modules/c-strtod (Depends-on): Add xalloc.
17093         * modules/hash (Depends-on): Add xalloc.
17094         (Files): Remove lib/xalloc.h.
17095
17096         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
17097         * modules/userspec (Files): Add lib/inttostr.h.
17098
17099 2005-03-23  Jim Meyering  <jim@meyering.net>
17100
17101         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
17102
17103 2005-03-22  Jim Meyering  <jim@meyering.net>
17104
17105         * modules/stat-macros: New module.
17106         * modules/canonicalize, modules/euidaccess, modules/file-type,
17107         * modules/filemode, modules/lchown, modules/makepath,
17108         * modules/rmdir, modules/stat: Depend on new stat-macros module
17109         rather than listing lib/stat-macros.h manually.
17110         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
17111
17112 2005-03-22  Jim Meyering  <jim@meyering.net>
17113
17114         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
17115
17116 2005-03-22  Bruno Haible  <bruno@clisp.org>
17117
17118         * config/srclist.txt: Replace target directory 'config' with
17119         'build-aux'.
17120         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
17121         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
17122         ../build-aux/.
17123
17124 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
17125
17126         * modules/chdir-long (Depends-on): Add mempcpy.
17127
17128         * modules/acl, modules/backupfile, modules/c-strtod,
17129         modules/c-strtold, modules/canon-host, modules/canonicalize,
17130         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
17131         modules/exclude, modules/exitfail, modules/file-type,
17132         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
17133         modules/getdate, modules/getline, modules/getpagesize,
17134         modules/getpass, modules/getugroups, modules/group-member,
17135         modules/hard-locale, modules/hash, modules/human, modules/idcache,
17136         modules/inttostr, modules/long-options, modules/makepath,
17137         modules/md5, modules/memcasecmp, modules/memcoll,
17138         modules/modechange, modules/mountlist, modules/path-concat,
17139         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
17140         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
17141         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
17142         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
17143         modules/strftime, modules/strndup, modules/strverscmp,
17144         modules/timespec, modules/unlocked-io, modules/userspec,
17145         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
17146         modules/yesno:
17147         Remove lib_SOURCES line from Makefile.am section, as this is now
17148         done automatically by the corresponding Autoconf macro.
17149
17150 2005-03-21  Jim Meyering  <jim@meyering.net>
17151
17152         Changes imported from coreutils.
17153
17154         * lib/cycle-check.c: Don't include xalloc.h.
17155
17156         * lib/path-concat.c: Don't include assert.h.
17157         (path_concat): Remove assertion that would have triggered
17158         for ABASE starting with more than one slash.
17159         Reported by Andreas Schwab.
17160
17161         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
17162         properly when ABASE is an absolute file name.
17163         Correct the description of this function.
17164         Include <assert.h>.
17165         Add an assertion and a test driver.
17166         This fixes a bug introduced on 2004-07-02.
17167         Andreas Schwab reported the resulting failure of cp --parents:
17168         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
17169
17170 2005-03-21  Jim Meyering  <jim@meyering.net>
17171
17172         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
17173         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
17174
17175 2005-03-21  Jim Meyering  <jim@meyering.net>
17176         and  Paul Eggert  <eggert@cs.ucla.edu>
17177
17178         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
17179         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
17180         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
17181         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
17182         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
17183         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
17184         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
17185         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
17186         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
17187         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
17188         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
17189         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
17190         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
17191         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
17192         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
17193         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
17194         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
17195         for these modules.
17196
17197 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
17198
17199         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
17200         (which shouldn't happen), generate nothing instead of returning 0
17201         immediately, so that nstrftime (NULL, ...) doesn't return 0.
17202
17203 2005-03-16  Bruno Haible  <bruno@clisp.org>
17204
17205         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
17206         HAVE_LONGLONG_64BIT.
17207
17208 2005-03-16  Bruno Haible  <bruno@clisp.org>
17209
17210         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
17211         HAVE_LONGLONG_64BIT.
17212
17213 2005-03-16  Bruno Haible  <bruno@clisp.org>
17214
17215         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
17216         HAVE_LONGLONG_64BIT.
17217
17218 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
17219
17220         * lib/strftime.c (my_strftime): Prepend space to format so that we can
17221         reliably distinguish strftime failure from empty output on POSIX
17222         hosts.
17223
17224 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
17225
17226         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
17227         (iconv_string): Don't guess a size-zero buffer, as that might cause
17228         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
17229         result would be 'too large', where 'too large' is (heuristically)
17230         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
17231         overflow concerns.  This will prevent some unwanted malloc failures
17232         when the inputs are very large.
17233
17234 2005-03-15  Karl Berry  <karl@gnu.org>
17235
17236         * config/srclist.txt (config.rpath): from gettext.
17237         * config/config.rpath: update.
17238
17239 2005-03-15  Bruno Haible  <bruno@clisp.org>
17240
17241         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
17242         to 'negate'.
17243
17244         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
17245         variable.
17246
17247         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
17248         results.
17249
17250 2005-03-14  Simon Josefsson  <jas@extundo.com>
17251
17252         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
17253         <fx@gnu.org>.
17254
17255 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
17256
17257         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
17258         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
17259         intprops.h.
17260         * lib/strtol.c: Likewise.
17261
17262 2005-03-14  Jim Meyering  <jim@meyering.net>
17263
17264         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
17265         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
17266         to be nonzero so that we (and caller) can detect the difference
17267         between a valid zero-length expansion and an error return, even
17268         when the underlying strftime fails before writing anything into
17269         that location.
17270
17271 2005-03-14  Bruno Haible  <bruno@clisp.org>
17272
17273         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
17274         Update from GNU gettext 0.14.3.
17275
17276 2005-03-10  Jim Meyering  <jim@meyering.net>
17277
17278         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
17279
17280 2005-03-10  Jim Meyering  <jim@meyering.net>
17281
17282         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
17283         so that this module works on systems without fchdir.
17284
17285 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
17286
17287         Factor int-properties macros into a single file, except for
17288         glibc-related files.
17289         * lib/intprops.h: New file.
17290         * lib/getloadavg.c: Include it instead of limits.h.
17291         (INT_STRLEN_BOUND): Remove.
17292         * lib/human.c: Include intprops.h.
17293         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
17294         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
17295         302/1000.
17296         * lib/inttostr.h: Include intprops.h instead of limits.h.
17297         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
17298         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
17299         for consistency with intprops.h.
17300         (time_t_is_integer, twos_complement_arithmetic): Use them.
17301         * lib/sig2str.h: Include <signal.h>, intprops.h.
17302         (INT_STRLEN_BOUND): Remove.
17303         * lib/strftime.c (TYPE_SIGNED): Remove.
17304         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
17305         * lib/strtol.c: Adjust comments to match intprops.h.
17306         * lib/userspec.c: Include intprops.h.
17307         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
17308         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
17309         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
17310         instead of rolling our own expressions.
17311         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
17312
17313         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
17314         instead of int.
17315         (my_strftime): Do not mishandle years close to INT_MAX, by doing
17316         the right thing even if adding 1900 would overflow.  Similarly
17317         for tm_mon + 1 and tm_yday + 1.
17318         Make %Y always equivalent to %C%y, and similarly for %G and %g.
17319         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
17320         (DO_SIGNED_NUMBER): New macro.
17321         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
17322
17323 2005-03-07  Bruno Haible  <bruno@clisp.org>
17324
17325         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
17326
17327 2005-03-07  Bruno Haible  <bruno@clisp.org>
17328
17329         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
17330
17331 2005-03-04  Derek R. Price  <derek@ximbiot.com>
17332
17333         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
17334         (func_import): Only replace files via --import when they have actually
17335         changed.
17336
17337 2005-03-03  Derek R. Price  <derek@ximbiot.com>
17338
17339         * m4/mmap-anon.m4: New file.
17340         * m4/pagealign_alloc.m4: New file.
17341
17342 2005-03-03  Derek R. Price  <derek@ximbiot.com>
17343             Bruno Haible  <bruno@clisp.org>
17344
17345         * modules/pagealign_alloc: New file.
17346         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
17347
17348 2005-03-03  Derek R. Price  <derek@ximbiot.com>
17349             Bruno Haible  <bruno@clisp.org>
17350
17351         * lib/pagealign_alloc.h: New file.
17352         * lib/pagealign_alloc.c: New file.
17353
17354 2005-03-03  Bruno Haible  <bruno@clisp.org>
17355
17356         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
17357         Use an all-permissive copyright notice, recommended by RMS.
17358
17359 2005-03-02  Bruno Haible  <bruno@clisp.org>
17360
17361         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
17362         of AIX, the replacement has to be done only after <string.h> is
17363         included, therefore not in config.h. stpncpy.h does the replacement,
17364         and stpncpy.c uses it.
17365
17366 2005-03-02  Bruno Haible  <bruno@clisp.org>
17367
17368         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
17369         stpncpy.c uses it.
17370
17371 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17372
17373         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
17374         The workaround isn't strictly needed for POSIX conformance, and
17375         it's too much of a pain to configure and maintain.  We'll ask
17376         people to fix their kernels instead.
17377         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
17378         (NANOSLEEP_BUG_WORKAROUND): Remove.
17379         (xnanosleep): Remove the workaround.
17380
17381 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17382
17383         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
17384         Reported by Derek Price.
17385         (Include): Add "timespec.h".
17386
17387         * modules/xnanosleep (Depends-on): Remove gethrxtime.
17388
17389 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17390
17391         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
17392         to detect nanosleep bug.
17393
17394 2005-03-01  Bruno Haible  <bruno@clisp.org>
17395
17396         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
17397
17398 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
17399
17400         * modules/gethrxtime: New file.
17401         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
17402         (Depends-on): Add gethrxtime.
17403         (configure.ac): Add gl_XNANOSLEEP.
17404         (Makefile.am): Remove lib_SOURCES line.
17405
17406 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
17407
17408         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
17409         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
17410
17411 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
17412
17413         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
17414         * lib/timespec.h (gettime): Return void, since it always
17415         succeeds now.  All uses changed.
17416         * lib/gettime.c (gettime) Likewise.
17417         [HAVE_NANOTIME]: Prefer nanotime.
17418         Assume gettimeofday succeeds, as POSIX requires.
17419         Assime time () succeeds, since other code already does.
17420         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
17421         (timespec_subtract): Remove.
17422         (NANOSLEEP_BUG_WORKAROUND): New constant.
17423         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
17424         things considerably.  Use it only on GNU/Linux hosts, since the
17425         workaround shouldn't be needed elsewhere.
17426
17427 2005-02-24  Bruno Haible  <bruno@clisp.org>
17428
17429         * modules/gettext (Files): Add m4/glibc2.m4.
17430
17431 2005-02-24  Bruno Haible  <bruno@clisp.org>
17432
17433         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
17434         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
17435         * m4/progtest.m4:
17436         Update from GNU gettext 0.14.2.
17437         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
17438
17439 2005-02-24  Bruno Haible  <bruno@clisp.org>
17440
17441         * lib/localcharset.c: Update from GNU gettext 0.14.2.
17442         * lib/config.charset: Update from GNU gettext 0.14.2.
17443
17444 2005-02-24  Bruno Haible  <bruno@clisp.org>
17445
17446         * lib/gettext.h: Update from GNU gettext 0.14.2.
17447
17448 2005-02-23  Simon Josefsson  <jas@extundo.com>
17449
17450         * m4/iconvme.m4: New file.
17451
17452 2005-02-23  Jim Meyering  <jim@meyering.net>
17453
17454         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
17455         change.
17456         Thanks to Bruno Haible for catching it.
17457
17458 2005-02-22  Simon Josefsson  <jas@extundo.com>
17459
17460         * modules/iconvme: New file.
17461
17462         * MODULES.html.sh: Add iconvme.
17463
17464 2005-02-22  Simon Josefsson  <jas@extundo.com>
17465
17466         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
17467
17468 2005-02-22  Simon Josefsson  <jas@extundo.com>
17469
17470         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
17471
17472 2005-02-22  Jim Meyering  <jim@meyering.net>
17473
17474         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
17475         s/ifndef/ifdef/.
17476
17477 2005-02-20  Neil Conway  <neilc@samurai.com>
17478
17479         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
17480         returned by OSX/Darwin if the specified buffer is not large
17481         enough for the hostname.
17482
17483 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17484
17485         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
17486         pass it to _help, otherwise the latter coredumps trying to
17487         dereference state.root_argp.
17488
17489 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
17490
17491         * modules/chdir-long (Depends-on): Add memrchr.
17492         * modules/memrchr (Files): Add lib/memrchr.h.
17493         (Include): "memrchr.h".
17494
17495 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
17496
17497         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
17498
17499 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
17500
17501         * lib/memrchr.h: New file.
17502         * lib/chdir-long.c: Include it.
17503         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
17504         Don't bother including stddef.h.
17505
17506 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
17507
17508         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
17509         inclusion.
17510         Include <sys/types.h>, for dev_t.
17511         (ME_DUMMY, ME_REMOTE): Move from here....
17512         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
17513         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
17514         Dmitry V. Levin.
17515         Include mountlist.h first, to test the interface.
17516
17517 2005-01-29  Bruno Haible  <bruno@clisp.org>
17518
17519         * lib/progname.c (program_name): Initialize.
17520         Needed when linking statically on MacOS X.
17521
17522 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
17523
17524         Sync from coreutils.
17525         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
17526         (Depends-on): Add c-strtod.
17527         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
17528
17529 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
17530
17531         Sync from coreutils.
17532         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
17533
17534         Remove files that are specific to coreutils.
17535         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
17536
17537 2005-01-28  Bruno Haible  <bruno@clisp.org>
17538
17539         * modules/javacomp: New file.
17540         * MODULES.html.sh (Java): Add javacomp.
17541
17542 2005-01-28  Bruno Haible  <bruno@clisp.org>
17543
17544         * m4/javacomp.m4: New file, from GNU gettext.
17545
17546 2005-01-28  Bruno Haible  <bruno@clisp.org>
17547
17548         * lib/javacomp.sh.in: New file, from GNU gettext.
17549         * lib/javacomp.h: New file, from GNU gettext.
17550         * lib/javacomp.c: New file, from GNU gettext.
17551
17552 2005-01-26  Simon Josefsson  <jas@extundo.com>
17553
17554         * lib/gai_strerror.c: Use GPL in header.
17555
17556 2005-01-26  Bruno Haible  <bruno@clisp.org>
17557
17558         * modules/javaexec: New file.
17559         * MODULES.html.sh (Java): Add javaexec.
17560
17561 2005-01-26  Bruno Haible  <bruno@clisp.org>
17562
17563         * m4/javaexec.m4: New file, from GNU gettext.
17564
17565 2005-01-26  Bruno Haible  <bruno@clisp.org>
17566
17567         * lib/javaexec.sh.in: New file, from GNU gettext.
17568         * lib/javaexec.h: New file, from GNU gettext.
17569         * lib/javaexec.c: New file, from GNU gettext.
17570
17571 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17572
17573         * modules/lchown (Depends-on): Remove lchown.h
17574
17575 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17576
17577         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
17578         must be defined if the header file was not found, in order
17579         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
17580
17581 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17582
17583         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
17584         initializers for struct pentry_state.
17585         (__argp_error): Check return value of __asprintf
17586         (__argp_failure): Translate error message
17587
17588         * lib/argp-parse.c: Removed braces around the expansion of N_()
17589
17590 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
17591
17592         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
17593         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
17594         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
17595         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
17596         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
17597         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
17598         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
17599         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
17600         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
17601         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
17602         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
17603         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
17604         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
17605         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
17606         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
17607         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
17608         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
17609         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
17610         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
17611         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
17612         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
17613         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
17614         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
17615         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
17616         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
17617         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
17618         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
17619         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
17620         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
17621         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
17622         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
17623         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
17624         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
17625         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
17626         xstrtol.m4, xstrtoumax.m4, yesno.m4:
17627         Use an all-permissive copyright notice, recommended by RMS.
17628
17629 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
17630
17631         * modules/chdir-long (Depends-on): Remove mempcpy.
17632
17633 2005-01-21  Jim Meyering  <jim@meyering.net>
17634
17635         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
17636         same value as for Solaris 9.
17637
17638         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
17639         component length.  This included changing the parameter to be
17640         of type `char *' rather than `char const *'.
17641         * lib/chdir-long.h (chdir_long): Update prototype.
17642
17643         * lib/openat.c (fdopendir, fstatat): New functions.
17644         * lib/openat.h: Include headers required for use of DIR and struct
17645         stat.
17646         [AT_SYMLINK_NOFOLLOW]: Define.
17647         (fdopendir, fstatat): Add prototypes.
17648
17649 2005-01-21  Bruno Haible  <bruno@clisp.org>
17650
17651         * modules/classpath: New file.
17652         * MODULES.html.sh (Java): Add classpath.
17653
17654 2005-01-21  Bruno Haible  <bruno@clisp.org>
17655
17656         * lib/classpath.h: New file, from GNU gettext.
17657         * lib/classpath.c: New file, from GNU gettext.
17658
17659 2005-01-20  Simon Josefsson  <jas@extundo.com>
17660
17661         * modules/version-etc-fsf: New file.
17662
17663 2005-01-20  Simon Josefsson  <jas@extundo.com>
17664
17665         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
17666         * lib/version-etc.c: Remove version_etc_copyright.
17667         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
17668         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
17669
17670 2005-01-20  Simon Josefsson  <jas@extundo.com>
17671
17672         * lib/base64.h (isbase64): Add.
17673
17674         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
17675         using a unsigned prototype, don't inline.
17676         (base64_decode): Use it.
17677
17678 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
17679
17680         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
17681         it.
17682
17683 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
17684
17685         * lib/save-cwd.c (save_cwd): Remove code to support the case
17686         where fchdir is missing or flaky.
17687
17688 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
17689
17690         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
17691
17692 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
17693
17694         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
17695         AC_LIBSOURCES now does this.
17696         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
17697         with new ullong_max module.
17698
17699 2005-01-19  Bruno Haible  <bruno@clisp.org>
17700
17701         * modules/sh-quote: New file.
17702         * MODULES.html.sh (Executing programs): Add sh-quote.
17703
17704 2005-01-19  Bruno Haible  <bruno@clisp.org>
17705
17706         * lib/sh-quote.h: New file, from GNU gettext.
17707         * lib/sh-quote.c: New file, from GNU gettext.
17708
17709 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
17710
17711         Merge from coreutils.
17712         * m4/ullong_max.m4: New file.
17713         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
17714         (gl_MACROS): Assume localeconv exists.
17715
17716 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
17717
17718         Merge changes from coreutils, as described below in several
17719         changelogs dated today.
17720
17721         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
17722         (O_DIRECTORY): Remove; not needed here, since "." must be
17723         a directory.  All uses removed.
17724         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
17725         universal on Suns, and we also need to test for IRIX.
17726         Revamp code to use 'if' rather than '#if'.
17727         Avoid unnecessary comparison of cwd->desc to 0.
17728
17729         * lib/utimens.c (futimens): Robustify the previous patch, by checking
17730         for known valid error numbers rather than observed invalid ones.
17731
17732 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
17733
17734         * modules/ullong_max: New file.
17735
17736         * modules/chdir-long, modules/openat: New files.
17737         * modules/save-cwd (Depends-on): Depend on chdir-long.
17738         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
17739
17740 2005-01-18  Jim Meyering  <jim@meyering.net>
17741
17742         Merge from coreutils.
17743         * m4/chdir-long.m4, m4/openat.m4: New files.
17744         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
17745         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
17746         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
17747         is sane and DOES follow symlinks.  Besides, testing 20 different
17748         systems found no broken chown implementations.
17749         Prompted by a change in rsync's copy of this macro.
17750         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
17751
17752         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
17753
17754         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
17755         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
17756         NULL-means-set-to-current-time semantics.
17757         Remove temporary file immediately, rather than waiting
17758         for configure's at-exit trap code to do it.
17759
17760 2005-01-18  Jim Meyering  <jim@meyering.net>
17761
17762         * lib/version-etc.c (version_etc_copyright): Update copyright date.
17763
17764         * lib/utimens.c (futimens): Account for the fact that futimes
17765         can also fail with errno == ENOSYS or errno == ENOENT.
17766         Patch from Dmitry V. Levin.
17767
17768         Change the name of the robust chdir function from chdir to chdir_long.
17769         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
17770         (restore_cwd): Use chdir_long, not chdir.
17771         * lib/chdir-long.c: Renamed from chdir.c.
17772         * lib/chdir-long.h: Renamed from chdir.h.
17773         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
17774         Hurd.
17775
17776 2005-01-18  Bruno Haible  <bruno@clisp.org>
17777
17778         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
17779         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
17780         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
17781         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
17782         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
17783         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
17784         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
17785         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
17786         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
17787         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
17788         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
17789         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
17790         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
17791         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
17792         Use an all-permissive copyright notice, recommended by RMS.
17793
17794 2005-01-18  Bob Proulx  <bob@proulx.com>
17795
17796         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
17797         simplify offsetof() macro construct to avoid compile failure with
17798         native HP-UX 11.0 ANSI C compiler.
17799
17800 2005-01-17  Bruno Haible  <bruno@clisp.org>
17801
17802         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
17803         redundant because stpncpy.m4 takes care of it.
17804
17805 2005-01-17  Bruno Haible  <bruno@clisp.org>
17806
17807         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
17808
17809 2005-01-17  Bruno Haible  <bruno@clisp.org>
17810
17811         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
17812         used.
17813
17814 2005-01-17  Bruno Haible  <bruno@clisp.org>
17815
17816         * lib/fwriteerror.h (fwriteerror): Change specification to include
17817         fclose.
17818         * lib/fwriteerror.c: Include <stdbool.h>.
17819         (fwriteerror): At the end, close the file stream. Record whether
17820         stdout was already closed.
17821
17822 2005-01-17  Bruno Haible  <bruno@clisp.org>
17823
17824         * lib/execute.c (environ): Declare if needed.
17825         * lib/pipe.c (environ): Likewise.
17826         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
17827
17828 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17829
17830         * modules/argp: Depend on vsnprintf
17831
17832 2005-01-10  Jim Meyering  <jim@meyering.net>
17833
17834         * modules/closeout (Depends-on): Add atexit.
17835
17836 2005-01-06  Bruno Haible  <bruno@clisp.org>
17837
17838         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
17839
17840 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
17841
17842         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
17843         definitions to be after all include files, to avoid collisions.
17844         Problem reported by Bob Proulx.
17845
17846 2005-01-04  Jim Meyering  <jim@meyering.net>
17847
17848         Changes imported from coreutils.
17849         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
17850         as the mkstemp template, use a temporary directory and an
17851         8.3-friendly template to avoid trouble on systems like DJGPP.
17852         Reported by Juan M. Guerrero via Stepan Kasal.
17853         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
17854         close. Remove the temporary directory right away, rather than waiting
17855         for configure's at-exit trap code to do it.
17856         Suggestion from Stepan Kasal.
17857
17858 2005-01-01  Simon Josefsson  <jas@extundo.com>
17859
17860         * gnulib-tool: Print #include directives when --import'ing.
17861
17862 2004-12-28  Simon Josefsson  <jas@extundo.com>
17863
17864         * tests/test-base64.c: Include required header files.  Remove
17865         unused variables.
17866
17867 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
17868
17869         * modules/error (Depends-on): Remove gettext.
17870
17871 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
17872
17873         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
17874         not needed.  This removes a dependency on the gettext module.
17875         [defined _LIBC]: Do not include <libintl.h>; not needed.
17876
17877 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
17878
17879         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
17880         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
17881
17882 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
17883
17884         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
17885         HAVE_DECL_STRTOLD.
17886
17887 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
17888
17889         * modules/getdate (Depends-on): Remove alloca-opt.
17890
17891 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
17892
17893         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
17894
17895 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
17896
17897         * lib/argp-parse.c: Include <stddef.h>.
17898         (alignof, alignto): New macros.
17899         (parser_init): Don't assume that void * is aligned sufficiently
17900         for struct option.
17901
17902         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
17903         need to extend the stack.
17904         (YYINITDEPTH): New macro, so that the initial stack isn't overly
17905         large.
17906
17907 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17908
17909         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
17910
17911 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
17912
17913         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
17914         (2004-10-24) change.  Apparently this was a false alarm.
17915
17916         * modules/getdate: Depend on alloca-opt, not alloca.
17917
17918 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
17919
17920         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
17921         Remove now-obsolete comment about AIX.
17922         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
17923         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
17924         (YYMAXDEPTH): New macro.
17925
17926 2004-12-18  Simon Josefsson  <jas@extundo.com>
17927
17928         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
17929
17930 2004-12-18  Bruno Haible  <bruno@clisp.org>
17931
17932         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
17933
17934 2004-12-18  Bruno Haible  <bruno@clisp.org>
17935
17936         * lib/fatal-signal.c (fatal_signals): Make non-const.
17937         (init_fatal_signals): New function.
17938         (uninstall_handlers, install_handlers): Ignore signals that were set to
17939         SIG_IGN.
17940         (at_fatal_signal): Call init_fatal_signals.
17941         (init_fatal_signal_set): Likewise. Ignore signals that were set to
17942         SIG_IGN.
17943         Reported by Paul Eggert.
17944
17945 2004-12-18  Bruno Haible  <bruno@clisp.org>
17946
17947         * doc/alloca.texi: New file.
17948         * doc/alloca-opt.texi: New file.
17949
17950 2004-12-17  Jim Meyering  <jim@meyering.net>
17951
17952         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
17953         Otherwise, install-sh could exit with improper exit status when
17954         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
17955
17956 2004-12-16  Simon Josefsson  <jas@extundo.com>
17957
17958         * tests/test-base64.c: Add license.
17959
17960 2004-12-15  Stepan Kasal  <address@hidden>
17961
17962         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
17963
17964 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
17965
17966         * modules/getcwd (Files): Add m4/d-ino.m4.
17967         Suggested by Mark D. Baushke.
17968
17969 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
17970
17971         * lib/getdate.y (textint): New member "negative".
17972         (time_zone_hhmm): New function.
17973         Expect 14 shift-reduce conflicts, not 13.
17974         (o_colon_minutes): New rule.
17975         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
17976         (yylex): Set the "negative" member of signed numbers.
17977
17978 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
17979
17980         * doc/getdate.texi (Time of day items, Time zone items):
17981         Describe new formats +00:00, UTC+00:00.
17982
17983 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
17984
17985         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
17986         spurious "-l"s.  Problem reported by Stepan Kasal.
17987
17988 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
17989
17990         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
17991         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
17992
17993 2004-12-04  Simon Josefsson  <jas@extundo.com>
17994
17995         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
17996         Vandoorselaere <yoann@prelude-ids.org>.
17997
17998 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
17999
18000         Changes imported from coreutils.
18001         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
18002         exist.
18003         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
18004
18005 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
18006
18007         Changes imported from coreutils.
18008         * lib/hard-locale.c: Assume <locale.h> exists.
18009         Include "strdup.h".
18010         (GLIBC_VERSION): New macro.
18011         (hard_locale): Assume setlocale exists.
18012         Rewrite to avoid #ifdef.
18013         Use strdup rather than malloc + strcpy.
18014         * lib/human.c: Assume <locale.h> exists.
18015         (human_readable): Assume localeconv exists.
18016
18017 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
18018
18019         * modules/hard-locale (Depends-on): Add strdup.
18020
18021 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
18022
18023         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
18024         convert T2, not T.  (Imported from libc.)
18025
18026 2004-11-30  Simon Josefsson  <jas@extundo.com>
18027
18028         * modules/restrict (License): Change to LGPL.
18029
18030 2004-11-30  Simon Josefsson  <jas@extundo.com>
18031
18032         * m4/restrict.m4: Add copyright and copying conditions.
18033
18034 2004-11-30  Simon Josefsson  <jas@extundo.com>
18035
18036         * m4/base64.m4: New file.
18037
18038 2004-11-30  Simon Josefsson  <jas@extundo.com>
18039
18040         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
18041         base64.
18042
18043         * tests/test-base64.c: New file.
18044
18045         * modules/base64: New file.
18046
18047 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
18048
18049         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
18050         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
18051
18052         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
18053
18054 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
18055
18056         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
18057         (__getcwd.c): Don't restore errno; glibc doesn't.
18058         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
18059         first, falling back to our code only if its results look suspicious.
18060         Ensure that the resulting buffer is only as large as necessary.
18061
18062         * lib/readutmp.c: Include readutmp.h first.
18063         Include <errno.h>, since readutmp.h no longer does that.
18064         * lib/readutmp.h: Don't include <errno.h>,
18065         <sys/param.h>, <time.h>; not needed to establish interface.
18066         (errno): Remove decl.
18067         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
18068         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
18069         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
18070
18071 2004-11-28  Simon Josefsson  <jas@extundo.com>
18072
18073         * lib/base64.h, base64.c: New file.
18074
18075 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
18076
18077         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
18078
18079 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
18080
18081         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
18082         (Depends-on): Remove pathmax, same.  Add mempcpy.
18083         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
18084         (Makefile.am): Append getcwd.h to lib_SOURCES.
18085         (Include): Add getcwd.h.
18086         (Maintainer): Change from Jim Meyering to "all, glibc",
18087         since getdate now uses intended-for-glibc code.
18088         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
18089         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
18090
18091 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
18092
18093         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
18094         HP's ANSI C compiler.
18095         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
18096         Declaring int functions causes warnings on some modern systems and
18097         shouldn't be needed to compile on ancient ones.
18098         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
18099         defined.
18100
18101         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
18102         with the following changes.
18103         (__set_errno): Parenthesize properly.
18104         Include <stdbool.h>.
18105         (MIN, MAX, MATCHING_INO): New macros.
18106         (__getcwd): Define with prototype, not K&R form.
18107         Use heuristics to allocate default buffer on stack if possible.
18108         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
18109         behavior, and to avoid the PATH_MAX limit when computing
18110         ../../../../...
18111         Use MATCHING_INO to compare inode number to file.
18112         Check for arithmetic overflow in size calculations.
18113         Fix bug in reallocation of dot array that caused getcwd to fail
18114         on directories nested deeper than 75.
18115         Be more careful about saving errno on error.
18116         Do not use realloc; use only free+malloc, as this is a bit
18117         more flexible and avoids a needless copy operation.
18118         Do not inspect st_dev and st_ino for symbolic links; POSIX
18119         doesn't specify the latter.
18120         Check for closedir errors.
18121         Avoid needless casts.
18122         Use "#ifdef weak_alias" around weak_alias, to be like other
18123         glibc code.
18124         The following changes to getcwd.c have effect only when used in
18125         gnulib; they have no effect inside glibc proper.
18126         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
18127         as alloca isn't used.
18128         (alloca, __alloca): Likewise.
18129         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
18130         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
18131         unconditionally, as gnulib assumes C89 or better.
18132         Do not include <sys/param.h>.
18133         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
18134         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
18135         better.
18136         (NULL) [!defined NULL]: Remove; we assume C89 or better.
18137         Include <dirent.h> in a way that is compatible with modern Autoconf.
18138         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
18139         New macros, if not already defined.
18140         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
18141         Use "_LIBC", not "defined _LIBC", for consistency.
18142         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
18143         a mempcpy module.
18144         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
18145         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
18146         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
18147         credit only to Jim Meyering and adjust the copyright dates.
18148         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
18149         <stdlib.h>, <unistd.h>, "pathmax.h".
18150         Instead, include "xgetcwd.h" (first) and "getcwd.h".
18151         (INITIAL_BUFFER_SIZE): Remove.
18152         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
18153
18154 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
18155
18156         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
18157         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
18158         Use the _ONCE methods, for efficiency.
18159         Check for fcntl.h.  In test program, include <errno.h>
18160         and <fcntl.h> if available.  Remove old K&R cruft from
18161         test program.  Check for common errors in GNU/Linux,
18162         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
18163         don't do AC_LIBOBJ, as that's getcwd.m4's job.
18164         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
18165         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
18166         name accordingly.
18167         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
18168         accommodate new getcwd.c.
18169         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
18170         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
18171         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
18172         that's all we need now.
18173
18174 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18175
18176         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
18177         argp-parse.c depends on getopt internals, that means we should
18178         always use our getopt, to be on the safe side.
18179         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
18180         order not to spoil the result of an eventual previous invocation
18181         of gl_GETOPT_SUBSTITUTE.
18182
18183 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18184
18185         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
18186         redefinition warnings. To avoid them, include the defines
18187         in `#if !defined __need_getopt ... #endif'. The only place
18188         where __getopt_argv_const is used is in definitions
18189         of getopt_long and getopt_long_only below, which are as well
18190         protected by `#ifndef __need_getopt'.
18191         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
18192         __need_getopt after including <stdio.h> and <unistd.h> These
18193         headers might have defined it.
18194
18195 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
18196
18197         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
18198
18199 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
18200
18201         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
18202         (futimens): New function, which uses futimes if available.
18203         (futimens, utimens): Support timespec==NULL, with same semantics
18204         as utime and utimens.
18205         * lib/utimens.h (futimens): New decl.
18206
18207 2004-11-23  Jim Meyering  <jim@meyering.net>
18208
18209         * lib/getopt_.h: Remove trailing blanks.
18210
18211 2004-11-23  Jim Meyering  <jim@meyering.net>
18212
18213         * lib/__fpending.c: Add comment.
18214
18215 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
18216
18217         * modules/canonicalize (Depends-on): Add xreadlink.
18218         Problem reported by James Youngman.
18219
18220 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
18221
18222         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
18223         New macros.
18224         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
18225         optopt): Use them instead of invoking ## directly; otherwise, the
18226         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
18227
18228 2004-11-19  Bruno Haible  <bruno@clisp.org>
18229
18230         * lib/strtok_r.c: Move comments from here...
18231         * lib/strtok_r.h: ... to here.
18232
18233 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
18234
18235         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
18236         implementations that mishandle size_t overflow.
18237
18238 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
18239
18240         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
18241         might fail.  Problem reported by Yoann Vandoorselaere.
18242         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
18243         implementations that mishandle size_t overflow.
18244
18245 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
18246
18247         * modules/canon-host (Depends-on): Add strdup.
18248
18249 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
18250
18251         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
18252
18253 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
18254
18255         * lib/canon-host.c: Include "strdup.h".
18256         (canon_host): Use getaddrinfo if available, so that IPv6 works.
18257         Use strdup instead of malloc/strcpy to duplicate strings.
18258
18259         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
18260         (human_space_before_unit): New constant.
18261         * lib/human.c (human_readable): Support it.
18262
18263         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
18264         (xgetcwd): Set errno correctly when failing.
18265         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
18266         the failure is actually due to a PATH_MAX problem.
18267
18268         Further getopt changes to make it more likely that glibc will
18269         buy the changes back.
18270         * lib/getopt.c (POSIXLY_CORRECT): New constant.
18271         (getopt): Use it, so to preserve glibc semantic
18272         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
18273         when compiling for libc.
18274         * lib/getopt_.h (__getopt_argv_const): Bring it back.
18275         (getopt_long, getopt_long_only): Use it.
18276
18277         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
18278         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
18279         (getopt): Argv is now char * const *, as per standard.
18280         (_getopt_internal_r, _getopt_internal): Argv is now char **,
18281         not char *__getopt_argv_const *.
18282         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
18283         _getopt_long_only_r): Likewise.
18284         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
18285         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
18286         _getopt_long_r, _getopt_long_only_r): Likewise.
18287         * lib/getopt_.h (__getopt_argv_const): Remove.
18288         (getopt): Argv is now char * const *, as per standard.
18289
18290         * lib/getdate.y (tORDINAL): New token.
18291         (day, relunit): Allow it for relative times.
18292         (relative_time_table): Use tORDINAL for ordinals.
18293
18294 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
18295
18296         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
18297         Document that "second" isn't allowed as an ordinal number.
18298
18299 2004-11-16  Jim Meyering  <jim@meyering.net>
18300
18301         * modules/closeout (Depends-on): Add fpending.
18302
18303 2004-11-15  Jim Meyering  <jim@meyering.net>
18304
18305         * lib/closeout.c: Include "__fpending.h" once again.
18306         Include <stdbool.h>.
18307         (close_stdout): Don't fail just because stdout was closed initially,
18308         since some programs don't write to stdout in the normal course of
18309         operation (other than --version and --help), and we don't want this
18310         function to make e.g. `touch file >&-' fail.
18311         But do fail if it was closed and someone has tried to write to it.
18312         E.g., `printf foo >&-' must fail.
18313
18314 2004-11-13  Jim Meyering  <jim@meyering.net>
18315
18316         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
18317
18318 2004-11-12  Simon Josefsson  <jas@extundo.com>
18319
18320         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
18321         small doc fix is still pending.
18322
18323 2004-11-11  Simon Josefsson  <jas@extundo.com>
18324
18325         * modules/strtok_r: New file.
18326
18327         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18328         strtok_r.
18329
18330 2004-11-11  Simon Josefsson  <jas@extundo.com>
18331
18332         * m4/strtok_r.m4: New file.
18333
18334         * m4/getopt.m4: Replace opterr.
18335
18336 2004-11-11  Simon Josefsson  <jas@extundo.com>
18337
18338         * lib/strtok_r.h, strtok_r.c: New file.
18339
18340 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
18341
18342         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
18343         of replacing opterr, getopt, etc.  This should handle the
18344         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
18345
18346 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
18347
18348         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
18349         we can stop lying to compilers about the constness of argv when we
18350         are compiled outside glibc.
18351         (getopt, getopt_long, getopt_long_only): Use it.
18352         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
18353         _getopt_internal, getopt): Likewise.
18354         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
18355         _getopt_long_only_r): Likewise.
18356         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
18357         _getopt_long_r, _getopt_long_only_r): Likewise.
18358
18359         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
18360         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
18361         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
18362         the other external symbols.
18363         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
18364         declaration, since the above renaming now works around collisions.
18365
18366 2004-11-11  Jim Meyering  <jim@meyering.net>
18367
18368         * lib/linebreak.c: Remove trailing blanks.
18369         * lib/alloca_.h: Likewise.
18370         * lib/acosl.c: Likewise.
18371         * lib/euidaccess.c: Likewise.
18372         * lib/allocsa.h: Likewise.
18373
18374 2004-11-10  Simon Josefsson  <jas@extundo.com>
18375
18376         * m4/getaddrinfo.m4: New file.
18377
18378 2004-11-10  Simon Josefsson  <jas@extundo.com>
18379
18380         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
18381
18382 2004-11-10  Simon Josefsson  <jas@extundo.com>
18383
18384         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18385         getaddrinfo.
18386
18387         * modules/getaddrinfo: New file.
18388
18389 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
18390
18391         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
18392
18393 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
18394
18395         * lib/mktime.c (SHR): New macro, which is a portable
18396         substitute for >> that should work even on Crays.
18397         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
18398         Problem reported by Mark D. Baushke in
18399         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
18400         * lib/getdate.y (SHR): Likewise.
18401         (tm_diff): Use it.
18402         * lib/strftime.c (SHR): Likewise.
18403         (tm_diff): Use it.
18404         * lib/quotearg.c (struct quoting_options): Use unsigned int for
18405         quote_these_too, so that right shifts are well defined.  All uses
18406         changed.
18407
18408 2004-11-10  Jim Meyering  <jim@meyering.net>
18409
18410         Ensure that no close failure goes unreported.
18411         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
18412         return early when it seems there's nothing to flush.
18413         Don't include __fpending.h.
18414
18415 2004-11-10  Jim Meyering  <jim@meyering.net>
18416
18417         * modules/closeout (Depends-on): Remove fpending.
18418
18419 2004-11-10  Jim Meyering  <jim@meyering.net>
18420
18421         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
18422
18423 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
18424
18425         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
18426         gl_FUNC_STRFTIME.
18427         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
18428         and AC_REQUIRE when possible, to avoid duplicate checks.
18429         Check for <wchar.h>.
18430
18431 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
18432
18433         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
18434
18435 2004-11-09  Bruno Haible  <bruno@clisp.org>
18436
18437         * m4/sockpfaf.m4: New file.
18438
18439 2004-11-05  Bruno Haible  <bruno@clisp.org>
18440
18441         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
18442         Reported by Mark D. Baushke <mdb@cvshome.org>.
18443
18444 2004-11-04  Bruno Haible  <bruno@clisp.org>
18445
18446         2004-09-11  Bruno Haible  <bruno@clisp.org>
18447                 * allocsa.valgrind: New file.
18448         2004-02-06  Bruno Haible  <bruno@clisp.org>
18449                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
18450                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
18451                 Reported by Christopher Seip <chris.seip@hp.com>.
18452
18453 2004-11-04  Bruno Haible  <bruno@clisp.org>
18454
18455         * modules/allocsa (Files): Add lib/allocsa.valgrind.
18456         (Makefile.am): Distribute it.
18457
18458 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
18459
18460         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
18461         with errno == ERANGE if the buffer is too small.
18462         Problem reported by Mark D. Baushke.
18463
18464 2004-11-03  Albert Chin  <china@thewrittenword.com>
18465             Paul Eggert  <eggert@cs.ucla.edu>
18466
18467         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
18468         equivalent, substitute $ac_type for equivalent type rather than
18469         blindly using uint32_t *always* which won't work if uint32_t is not
18470         available.  Define _UINT32_T to work around typedef of uint32_t if
18471         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
18472         2.5.1.
18473
18474 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
18475
18476         * m4/jm-macros.m4: Sync from coreutils.
18477         (gl_MACROS): Check for mbrlen, for pathchk.
18478         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
18479
18480 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
18481
18482         * lib/xreadlink.c (MAXSIZE): New macro.
18483         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
18484         size does not exceed MAXSIZE.  Avoid cast.
18485         As suggested by Mark D. Baushke in
18486         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
18487         if readlink fails with buffer size just under MAXSIZE, try again
18488         with MAXSIZE.
18489
18490 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
18491
18492         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
18493
18494 2004-11-02  Derek R. Price  <derek@ximbiot.com>
18495         and  Paul Eggert  <eggert@cs.ucla.edu>
18496
18497         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
18498         (get_date): Overparenthesize to avoid GCC warning.
18499
18500 2004-11-02  Bruno Haible  <bruno@clisp.org>
18501
18502         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
18503         returns void.
18504
18505 2004-11-02  Bruno Haible  <bruno@clisp.org>
18506
18507         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
18508         function returns void.
18509
18510 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
18511
18512         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
18513         fflush_unlocked, flockfile, funlockfile, funlockfile,
18514         fputs_unlocked, putc_unlocked.
18515
18516 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
18517
18518         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
18519         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
18520         already declared.
18521
18522 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
18523
18524         * modules/getdate (Files): Add doc/getdate.texi.
18525         (Depends-on): Add setenv, xalloc.
18526
18527 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
18528
18529         * lib/getdate.y: Add support for TZ="foo" within a date string.
18530         Fix some bugs near time_t boundaries.  Reject dates with
18531         out-of-range components, e.g., "Sept 31".
18532         Include <stdlib.h>, "setenv.h", "xalloc.h".
18533         (ISDIGIT_LOCALE): Remove; unused.
18534         Note that the TZ and time functions used here are not reentrant.
18535         (mktime_ok, get_tz): New functions.
18536         (TZBUFSIZE): New constant.
18537         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
18538         This requires that we sometimes generate our own TZ="XXX..." setting.
18539
18540 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
18541
18542         * doc/getdate.texi: New file, from coreutils with modifications for
18543         the new TZ parsing.
18544
18545 2004-10-27  Derek R. Price  <derek@ximbiot.com>
18546
18547         * lib/mktime.c (not_equal_tm): Remove redundant check.
18548
18549 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
18550
18551         * modules/regex (lib_SOURCES): Add regex.c.
18552         Reported by James Youngman in
18553         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
18554
18555 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
18556
18557         * lib/getdate.y: Use Bison 1.875 features, and some minor
18558         code cleanups.  This change does not affect semantics.
18559         Don't include <stdlib.h>; no longer needed.
18560         Don't include unlocked-io.h; only the "#if TEST" code uses
18561         stdio, and performance isn't crucial there.
18562         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
18563         Bison 1.875 features as described below.
18564         All uses of "PC." replaced by "pc->".
18565         (YYSTYPE): Add a forward declaration.
18566         (yylex, yyerror): Use full prototypes in forward decls.
18567         Use "%pure-parser" rather than obsolescent "%pure_parser".
18568         Use %parse-param and %lex-param instead of obsolescent
18569         YYPARSE_PARAM and YYLEX_PARAM.
18570         (meridian_table, month_and_day_table, time_units_table,
18571         relative_time_table, time_zone_table, military_table,
18572         lookup_zone, lookup_word, get_date):
18573         Use NULL instead of 0 where appropriate.
18574         (to_hour): Avoid abort (), to avoid a dependency on
18575         stdlib.h.
18576         (yyerror, yylex): Now accepts parser_control * arg.
18577         (main) [TEST]: Use '\0' rather than 0 for char.
18578
18579 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
18580
18581         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
18582
18583 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
18584
18585         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
18586         It's now the caller's responsibility to handle the case where
18587         !HAVE_GETPAGESIZE && !defined getpagesize.
18588
18589         * lib/mktime.c (leapyear): Arg is long int, not int.
18590
18591 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
18592
18593         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
18594
18595 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
18596
18597         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
18598         missing.  Problem reported by James Youngman.
18599
18600 2004-10-16  Simon Josefsson  <jas@extundo.com>
18601
18602         * gnulib-tool: Fix comments.  Fix parse problem.
18603         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
18604
18605 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
18606
18607         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
18608         implementation of getopt_long.  Problem reported by Alexander Taler in:
18609         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
18610
18611 2004-10-15  Bruno Haible  <bruno@clisp.org>
18612
18613         * gnulib-tool: Untabify. Initialize supplied_libname.
18614         (func_usage): More homogenous output.
18615         (func_modules_transitive_closure, func_modules_to_filelist,
18616         func_emit_lib_Makefile_am): New functions.
18617         (func_import): New function, extracted from big case statement. Use
18618         func_get_license, func_modules_transitive_closure,
18619         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
18620         opt_lgpl. Don't use test -a, as it's not portable.
18621         (func_create_testdir): Use func_modules_transitive_closure,
18622         func_modules_to_filelist, func_emit_lib_Makefile_am.
18623
18624 2004-10-15  Bruno Haible  <bruno@clisp.org>
18625
18626         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
18627
18628 2004-10-15  Bruno Haible  <bruno@clisp.org>
18629
18630         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
18631         the portions belonging to each module.
18632         Suggested by Derek Robert Price <derek@ximbiot.com>.
18633
18634 2004-10-12  Simon Josefsson  <jas@extundo.com>
18635
18636         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
18637         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
18638         to real functions.
18639
18640 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18641
18642         * modules/vsnprintf: New file.
18643
18644 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18645
18646         * m4/vsnprintf.m4: New file.
18647
18648 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18649
18650         * lib/vsnprintf.h: New file.
18651         * lib/vsnprintf.c: New file.
18652
18653 2004-10-11  Bruno Haible  <bruno@clisp.org>
18654
18655         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
18656         vsnprintf.
18657
18658 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
18659
18660         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
18661
18662 2004-10-07  Bruno Haible  <bruno@clisp.org>
18663
18664         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
18665         fits into the provided buffer.
18666
18667 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
18668
18669         * lib/diacrit.c, diacrit.h: Add GPL notice.
18670
18671         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
18672         notice.
18673         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
18674         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
18675         This avoids a potential constant-folding bug.
18676
18677 2004-10-05  Bruno Haible  <bruno@clisp.org>
18678
18679         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
18680         for the declaration of strsep.
18681
18682 2004-10-05  Bruno Haible  <bruno@clisp.org>
18683
18684         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
18685
18686 2004-10-04  Simon Josefsson  <jas@extundo.com>
18687
18688         * modules/memmem: New file.
18689         * tests/test-memmem.c: New file.
18690         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
18691
18692 2004-10-04  Simon Josefsson  <jas@extundo.com>
18693
18694         * m4/memmem.m4: New file.
18695
18696 2004-10-04  Simon Josefsson  <jas@extundo.com>
18697
18698         * lib/memmem.h: New file.
18699         * lib/memmem.c: New file, taken from glibc.
18700
18701 2004-10-04  Simon Josefsson  <jas@extundo.com>
18702
18703         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
18704         '#ifdef USE_UNLOCKED_IO'.
18705
18706 2004-10-04  Simon Josefsson  <jas@extundo.com>
18707
18708         * config/srclist.txt: Add memmem from glibc.
18709
18710 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
18711
18712         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
18713
18714         * modules/argmatch, modules/argp, modules/closeout, modules/error,
18715         modules/exclude, modules/getdate, modules/getline,
18716         modules/getndelim2, modules/getpass, modules/getpass-gnu,
18717         modules/getusershell, modules/linebuffer, modules/md5,
18718         modules/mountlist, modules/posixtm, modules/readtokens,
18719         modules/readutmp, modules/regex, modules/sha1,
18720         modules/version-etc, modules/yesno:
18721         Remove dependency on unlocked-io.
18722
18723 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
18724
18725         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
18726
18727         * m4/unlocked-io.m4: Add copyright notice.
18728         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
18729
18730 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
18731
18732         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
18733         * lib/xmalloc.c (xmemdup): Likewise.
18734         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
18735         XFREE): Remove these long-obsolescent macros.
18736         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
18737         * lib/xstrdup.c: Remove.
18738
18739         * lib/regex.c (re_comp): Cast gettext return value to char *,
18740         Problem reported by Martin Neitzel via Mark D. Baushke.
18741
18742 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
18743
18744         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
18745         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
18746         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
18747         regex.c, sha1.c, version-etc.c, yesno.c:
18748         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
18749         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
18750         the includer's responsibility.
18751
18752         Sync from coreutils.
18753
18754         * lib/modechange.c (mode_compile): Don't decrement a pointer that
18755         points to the start of a string, as the C Standard says the
18756         resulting behavior is undefined.
18757
18758         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
18759         simple -> simple_backups, numbered_existing ->
18760         numbered_existing_backups, numbered -> numbered_backups
18761         to avoid shadowing problems.  All uses changed.
18762         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
18763         * lib/backupfile.c (check_extension, numbered_backup):
18764         Rename locals to avoid shadowing 'basename'.
18765         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
18766         once.
18767
18768         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
18769         * lib/.cvsignore: Add getopt.h.
18770
18771 2004-10-04  Bruno Haible  <bruno@clisp.org>
18772
18773         * modules/README: New file.
18774         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
18775         not a module.
18776
18777 2004-10-02  Jim Meyering  <jim@meyering.net>
18778
18779         * lib/dirfd.h, getpagesize.h: Add copyright notice.
18780
18781 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18782
18783         * modules/strsep: New file.
18784
18785 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18786
18787         * m4/strsep.m4: New file.
18788
18789 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18790
18791         * lib/strsep.h: New file.
18792         * lib/strsep.c: New file.
18793
18794 2004-10-01  Simon Josefsson  <jas@extundo.com>
18795
18796         * lib/snprintf.c (snprintf): Handle size==0.
18797
18798 2004-10-01  Simon Josefsson  <jas@extundo.com>
18799             Bruno Haible  <bruno@clisp.org>
18800
18801         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
18802         (snprintf): Declare 'args'.
18803
18804 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
18805
18806         * lib/snprintf.c: Remove comments as to why each header is needed.
18807
18808 2004-10-01  Bruno Haible  <bruno@clisp.org>
18809
18810         * MODULES.html.sh: Add strsep.
18811
18812 2004-09-30  Simon Josefsson  <jas@extundo.com>
18813
18814         * modules/snprintf: New file.
18815
18816 2004-09-30  Simon Josefsson  <jas@extundo.com>
18817
18818         * m4/snprintf.m4: New file.
18819
18820 2004-09-30  Simon Josefsson  <jas@extundo.com>
18821
18822         * lib/snprintf.h, lib/snprintf.c: New files.
18823
18824 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18825
18826         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
18827         (hol_entry_help): Never translate an empty string.
18828         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
18829         * lib/argp.h (OPTION_NO_TRANS): New option.
18830
18831 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
18832
18833         * modules/argp (Maintainer): Replace Simon Josefsson
18834         by Sergey Poznyakoff.
18835
18836 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
18837
18838         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
18839         changes merged back into glibc.
18840
18841 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
18842
18843         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
18844
18845 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
18846
18847         * lib/xvasprintf.c: Include xalloc.h.
18848         (xvasprintf): Use xalloc_die, not xmalloc_die.
18849
18850 2004-09-29  Bruno Haible  <bruno@clisp.org>
18851
18852         * modules/alloca-opt: New file, derived from modules/alloca.
18853         * modules/allocsa: Depend on alloca-opt instead of alloca.
18854         * modules/setenv: Likewise.
18855         * modules/vasnprintf: Likewise.
18856         * MODULES.html.sh: Add alloca-opt.
18857
18858 2004-09-28  Simon Josefsson  <jas@extundo.com>
18859
18860         * gnulib-tool: New parameter --lgpl, to asseert that modules are
18861         LGPL, and to replace license template from GPL to LGPL.
18862
18863 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
18864
18865         * modules/dummy: Change license to LGPL.
18866
18867 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
18868
18869         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
18870
18871 2004-09-24  Simon Josefsson  <jas@extundo.com>
18872
18873         * modules/minmax (License): Change from GPL to LGPL.
18874
18875 2004-09-23  Simon Josefsson  <jas@extundo.com>
18876
18877         * gnulib-tool (--import): Typo.
18878
18879 2004-09-23  Simon Josefsson  <jas@extundo.com>
18880
18881         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
18882
18883 2004-09-22  Bruno Haible  <bruno@clisp.org>
18884
18885         * modules/*: Add 'License' field.
18886         * gnulib-tool: Accept --extract-license option.
18887         (func_get_license): New function.
18888
18889 2004-09-21  Bruno Haible  <bruno@clisp.org>
18890
18891         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
18892         Reported by Simon Josefsson.
18893
18894 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
18895
18896         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
18897         gl_AC_TYPE_LONG_LONG.
18898
18899 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
18900
18901         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
18902
18903 2004-09-18  Simon Josefsson  <jas@extundo.com>
18904         and  Paul Eggert  <eggert@cs.ucla.edu>
18905
18906         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
18907         calls with autoreconf.  Define GL_LIB.
18908
18909 2004-09-14  Karl Berry  <karl@gnu.org>
18910
18911         * config/srclist.txt: unsync setenv.c, sigh.
18912
18913 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
18914
18915         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
18916         Problem reported by Bruno Haible in:
18917         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
18918
18919 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
18920
18921         * config/srclist.txt: Comment out argp-pvh.c.
18922
18923 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
18924
18925         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
18926         in case some system header has #define'd it.  Problem reported by
18927         Soeren D. Schulze in
18928         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
18929
18930 2004-09-09  Karl Berry  <karl@gnu.org>
18931
18932         * regex.[ch]: delete from the root.  These were supposed to be
18933                 synced with emacs cvs, but this has not happened for about
18934                 a year, and anyway nothing else uses emacs regex.[ch].
18935                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
18936                 lib/regex[.ch] is untouched.
18937
18938 2004-09-09  Bruno Haible  <bruno@clisp.org>
18939
18940         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
18941
18942 2004-09-09  Bruno Haible  <bruno@clisp.org>
18943
18944         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
18945         modifications.
18946         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
18947
18948 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
18949
18950         * modules/xvasprintf: New file.
18951         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
18952
18953 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
18954
18955         * lib/xvasprintf.h: New file.
18956         * lib/xvasprintf.c: New file.
18957         * lib/xasprintf.c: New file.
18958
18959 2004-09-08  Bruno Haible  <bruno@clisp.org>
18960
18961         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
18962
18963 2004-09-08  Bruno Haible  <bruno@clisp.org>
18964
18965         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
18966         length is > INT_MAX.
18967         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
18968         more.
18969
18970 2004-09-08  Bruno Haible  <bruno@clisp.org>
18971
18972         * lib/stdint_.h: New file, taken from GNU clisp.
18973
18974 2004-09-08  Bruno Haible  <bruno@clisp.org>
18975             Oskar Liljeblad  <oskar@osk.mine.nu>
18976
18977         * modules/stdint: New file.
18978         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
18979
18980 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18981
18982         Import from coreutils.
18983         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
18984         strings on unbounded length.  alloca's performance benefits aren't
18985         that important here.
18986         (V_STRDUP): Remove.
18987         (parse_with_separator): New function, with most of the internals
18988         of the old parse_user_spec.  Allow user to omit both user and group,
18989         for compatibility with FreeBSD.
18990         Clone only the user name, not the entire spec.
18991         Do not set *uid, *gid unless entirely successful.
18992         Avoid memory leak in some failing cases.
18993         Fix regression for USER.GROUP reported by Dmitry V. Levin in
18994         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
18995         (parse_user_spec): Rewrite to use parse_with_separator.
18996
18997 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18998
18999         * modules/userspec: Don't depend on alloca.
19000
19001 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19002
19003         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
19004
19005 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
19006
19007         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
19008         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
19009         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
19010
19011 2004-08-16  Simon Josefsson  <jas@extundo.com>
19012
19013         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
19014         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
19015         Add --dry-run for --import.
19016         Let user provided command line parameters override configure.ac
19017         settings.
19018
19019 2004-08-12  Simon Josefsson  <jas@extundo.com>
19020
19021         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
19022         as discussed with Paul Eggert in threads rooted at
19023         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
19024         and
19025         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
19026         Before, the test was empty, and relied on ELIDE_CODE in source
19027         code.)
19028         (gl_PREREQ_GETOPT): New macro.
19029         (gl_GETOPT): Use them.
19030
19031 2004-08-12  Simon Josefsson  <jas@extundo.com>
19032
19033         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
19034         * lib/getopt_.h: Renamed from getopt.h.
19035
19036 2004-08-12  Simon Josefsson  <jas@extundo.com>
19037
19038         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
19039         Change default library name from libfoo to libgnu.
19040         Now, if you have a configure.ac that says:
19041                 gl_SOURCE_BASE(gl)
19042                 gl_M4_BASE(gl/m4)
19043                 gl_MODULES(error getopt etcetera)
19044                 gl_INIT
19045         you can import all you need by running:
19046                 ../gnulib/gnulib-tool --import
19047
19048         * modules/getopt (Files): Rename getopt.h to getopt_.h.
19049         (Makefile.am): Rewrite, use logic from argz.
19050         (Include): Use <getopt.h> instead of "getopt.h".
19051
19052 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
19053
19054         * modules/argp (Files): Add m4/unlocked-io.m4.
19055         (Depends-on): Add extensions.
19056
19057 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
19058
19059         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
19060         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
19061         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
19062         Check for program_invocation_name, program_invocation_short_name,
19063         flockfile, funlockfile, features.h, _getopt_long_only_r.
19064
19065 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
19066
19067         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
19068         its complicated substitute.
19069         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
19070         and program_invocation_name.
19071         (__argp_basename) [!_LIBC]: Remove; the only use was
19072         replaced by its body.
19073         (__argp_short_program_name): Change condition from
19074         !defined __argp_short_program_name to
19075         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
19076         to match argp-namefrob.h.
19077         (__argp_failure): Don't assume strerror_r returns char *.
19078         * lib/argp-parse.c (N_): Define unconditionally.
19079         (argp_default_options): Fill out initializers with 0 to avoid
19080         gcc warnings.
19081
19082 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
19083
19084         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
19085         getopt1.c.
19086
19087 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
19088
19089         Merge from coreutils.
19090
19091         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
19092
19093         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
19094         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
19095
19096 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
19097
19098         Merge from coreutils.
19099
19100         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
19101         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
19102         for Reliant Unix 5.43.
19103
19104         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
19105         (union fooround): Use uintmax_t, not long int.
19106         The rest is a merge from libc:
19107         [defined _LIBC]: Include <shlib-compat.h>.
19108         (_obstack) [defined _LIBC]: Remove after 2.3.4.
19109
19110         * lib/settime.c (settime): Recode to avoid warning with
19111         Sun Forte C 6U2.
19112
19113         * lib/strverscmp.c: Convert to UTF-8.
19114
19115 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
19116
19117         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
19118         m4/uintmax_t.m4.
19119
19120 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
19121
19122         * modules/xalloc-die: New file.
19123         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
19124
19125         * modules/md5 (Files): Add m4/uint32_t.m4.
19126         * modules/sha1: Renamed from modules/sha.
19127         (Files):
19128         Rename lib/sha.h to lib/sha1.h.
19129         Rename lib/sha.c to lib/sha1.c.
19130         Rename m4/sha.m4 to m4/sha1.m4.
19131         (lib_SOURCES): Likewise.
19132         (configure.ac): Rename gl_SHA to gl_SHA1.
19133         (Include): sha.h -> sha1.h.
19134
19135 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
19136
19137         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
19138         * m4/sha1.m4: Renamed from sha.m4.
19139         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
19140
19141 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
19142
19143         * lib/obstack.h (obstack_empty_p):
19144         Don't assume that chunk->contents is suitably aligned.
19145         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
19146         Likewise. Problem reported by Benno in
19147         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
19148
19149         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
19150         readable.  This could be improved further but it'd take some work.
19151
19152 2004-08-08  Simon Josefsson  <jas@extundo.com>
19153
19154         * modules/xgethostname (Depends-on): Remove exit and error (not
19155         used).
19156
19157         * modules/getpass-gnu: Add getpass.h.
19158         (Depends-on): Add stdbool.
19159         * modules/getpass: Add getpass.h.
19160
19161 2004-08-08  Simon Josefsson  <jas@extundo.com>
19162
19163         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
19164         Check getpass declaration.
19165
19166 2004-08-08  Simon Josefsson  <jas@extundo.com>
19167
19168         * lib/xgethostname.c: Don't include error.h (not used).
19169
19170         * lib/getpass.h: Add.
19171         * lib/getpass.c: Include getpass.h first.
19172
19173 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
19174
19175         * lib/xalloc-die.c: New file.
19176         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
19177         All uses removed.
19178         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
19179         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
19180         xalloc-die.c.
19181         (_, N_, xalloc_die): Move to xalloc-die.c.
19182         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
19183         so that we needn't mess with xalloc_msg_memory_exhausted.
19184
19185         * lib/sha1.h: Renamed from sha.h.
19186         (SHA1_H): Renamed from _SHA_H.
19187         (sha1_ctx): Renamed from sha_ctx.
19188         (sha1_init_ctx): Renamed from sha_init_ctx.
19189         (sha1_process_block): Renamed from sha_process_block.
19190         (sha1_process_bytes): Renamed from sha_process_bytes.
19191         (sha1_finish_ctx): Renamed from sha_finish_ctx.
19192         (sha1_read_ctx): Renamed from sha_read_ctx.
19193         (sha1_stream): Renamed from sha_stream.
19194         (sha1_buffer): Renamed from sha_buffer.
19195         * lib/sha1.c: Likewise; renamed from sha.c.
19196         Do not include <sys/types.h>.
19197         Include <stddef.h> rather than <stdlib.h>.
19198
19199 2004-08-08  Bruno Haible  <bruno@clisp.org>
19200
19201         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
19202         FILESYSTEM_PREFIX_LEN.
19203         * lib/progreloc.c: Likewise.
19204         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
19205
19206 2004-08-06  Simon Josefsson  <jas@extundo.com>
19207
19208         * modules/progname (Depends-on): Don't depend on stdbool.
19209
19210 2004-08-06  Simon Josefsson  <jas@extundo.com>
19211
19212         * modules/getsubopt: New file.
19213         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
19214         getsubopt.
19215
19216 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
19217
19218         More merge from coreutils.
19219
19220         * m4/utimens.m4, m4/utimecmp.m4: New files.
19221         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
19222         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
19223         prereq.m4, sha.m4: Import changes from coreutils.
19224
19225 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
19226
19227         More merge from coreutils.
19228         * modules/raise, modules/readtokens0, modules/utimens:
19229         * modules/utimecmp, module/xnanosleep: New files.
19230         * modules/strftime: Add lib/strftime.h.
19231         Change include from <time.h> to "strftime.h".
19232         * modules/yesno: Add lib/yesno.h.
19233         * modules/backupfile: Remove lib/addext.c.
19234         * modules/euidaccess: Add stat-macros.h.
19235         * modules/canonicalize, modules/euidaccess,
19236         modules/filemode, modules/lchown, modules/makepath,
19237         modules/rmdir, modules/stat: Likewise.
19238
19239 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
19240
19241         Merge from tar.
19242         * lib/argp-help.c (make_hol, hol_append): Don't assume that
19243         SIZE_MAX is a valid preprocessor constant.
19244         (__argp_basename): Change from "#ifndef _LIBC"
19245         to "#ifndef __argp_short_program_name", so that
19246         we don't compile these functions for tar.
19247
19248         More merges from coreutils.
19249         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
19250         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
19251         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
19252         * lib/addext.c: Remove; no longer needed.
19253         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
19254         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
19255         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
19256         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
19257         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
19258         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
19259         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
19260         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
19261         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
19262         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
19263         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
19264         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
19265         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
19266         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
19267         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
19268         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
19269         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
19270         Import changes from coreutils.
19271
19272 2004-08-05  Simon Josefsson  <jas@extundo.com>
19273
19274         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
19275
19276 2004-08-05  Simon Josefsson  <jas@extundo.com>
19277
19278         * m4/getsubopt.m4: New file.
19279
19280 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
19281
19282         Merge from coreutils.
19283
19284         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
19285         * m4/getcwd-path-max.m4: New files.
19286
19287         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
19288         FILESYSTEM_PREFIX_LEN ->
19289         FILE_SYSTEM_PREFIX_LEN.
19290         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
19291         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
19292         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
19293         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
19294
19295         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
19296         prerequisite modules now handle the DOS stuff.
19297         Don't check for unistd.h.
19298
19299 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
19300
19301         Merge from coreutils.
19302
19303         * lib/.gdb-history: Remove; this doesn't belong here.
19304
19305         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
19306         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
19307         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
19308         * lib/getcwd.c: New files.
19309
19310         * lib/dirname.h: Include <stdbool.h>.
19311         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
19312         for consistency with POSIX terminology.  All uses changed.
19313         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
19314         (strip_trailing_slashes): Use bool for booleans.
19315         * lib/stripslash.c (strip_trailing_slashes): Likewise.
19316
19317         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
19318         sometimes returns a positive errno value even when it succeeds.
19319         (print_errno_message) [!LIBC]: Fall back on strerror if
19320         __strerror_r fails.
19321
19322         * lib/path-concat.c (mempcpy): Don't define if a system header defines
19323         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
19324         (longest_relative_suffix): New function.
19325         (path_concat): Use it.  Assume first argument is not NULL.
19326         Port to DOS.  Omit redundant separators.
19327         Report an error instead of returning NULL.
19328         Use mempcpy instead of memcpy.
19329         (xpath_concat): Remove: not declared or used.
19330
19331         * lib/same.h: Include <stdbool.h>
19332         (same_name): Return bool, not int.
19333         * lib/same.c (same_name): Likewise.
19334         (errno): Don't declare; we assume C89 or better now.
19335
19336         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
19337         if not already defined.
19338
19339         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
19340         * lib/dup-safer.c (errno): Likewise.
19341
19342 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
19343
19344         Merge from coreutils.
19345         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
19346         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
19347         * modules/path-concat: Don't depend on strdup.
19348
19349 2004-08-03  Simon Josefsson  <jas@extundo.com>
19350
19351         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
19352         * lib/progname.h: Don't include stdbool.h.
19353
19354 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
19355
19356         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
19357         * MODULES.html.sh (func_all_modules): Remove fatal.
19358
19359 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
19360
19361         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
19362
19363 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
19364
19365         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
19366         working.
19367
19368 2004-08-02  Simon Josefsson  <jas@extundo.com>
19369
19370         * lib/getsubopt.h: New file, with comments from Bruno Haible.
19371         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
19372         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
19373
19374 2004-08-01  Simon Josefsson  <jas@extundo.com>
19375
19376         * lib/xgetdomainname.c: Include stdlib.h, for free().
19377
19378 2004-07-19  Bruno Haible  <bruno@clisp.org>
19379
19380         * MODULES.html.sh (func_all_modules): Add dummy.
19381
19382 2004-07-16  Simon Josefsson  <jas@extundo.com>
19383
19384         * modules/dummy: New file.
19385
19386 2004-07-16  Simon Josefsson  <jas@extundo.com>
19387
19388         * lib/dummy.c: New file.
19389
19390 2004-07-16  Bruno Haible  <bruno@clisp.org>
19391
19392         * lib/backupfile.h: Add extern "C" for C++.
19393         * lib/closeout.h: Likewise.
19394         * lib/copy-file.h: Likewise.
19395         * lib/findprog.h: Likewise.
19396         * lib/full-write.h: Likewise.
19397         * lib/pathname.h: Likewise.
19398         * lib/progname.h: Likewise.
19399         * lib/stpcpy.h: Likewise.
19400         * lib/stpncpy.h: Likewise.
19401         * lib/strcase.h: Likewise.
19402         * lib/strstr.h: Likewise.
19403         * lib/xalloc.h: Likewise.
19404
19405         * lib/mbswidth.h: Add extern "C" for C++.
19406         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
19407
19408 2004-07-13  Robert Millan  <robertmh@gnu.org>
19409
19410         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
19411
19412 2004-07-09  Simon Josefsson  <jas@extundo.com>
19413
19414         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
19415         failed without this.)
19416
19417 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
19418
19419         * modules/chown (Files): Add lib/fchown-stub.c, since
19420         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
19421
19422 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
19423
19424         * lib/fchown-stub.c: New file.
19425
19426 2004-06-24  Jim Meyering  <jim@meyering.net>
19427
19428         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
19429
19430 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19431
19432         * modules/argz: Omit "#include".
19433
19434         * MODULES.html.sh (func_all_modules): Add calloc, to match
19435         2004-06-01 addition of calloc module.
19436
19437 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19438
19439         * m4/argz.m4: New file, which is autoupdated from libtool.
19440
19441 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19442
19443         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
19444         libtool.
19445
19446 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19447
19448         * config/srclist-update: Don't insist on "USA." before the
19449         close-comment, as libtool omits the period and puts the */ on a
19450         separate line.
19451         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
19452         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
19453
19454 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
19455
19456         * modules/argz: New file.
19457         * MODULES.html.sh (func_all_modules): Add argz.
19458
19459 2004-06-12  Jim Meyering  <jim@meyering.net>
19460         and  Paul Eggert  <eggert@cs.ucla.edu>
19461
19462         * modules/hash (Files): Add lib/xalloc.h.
19463         * modules/pipe (Depends-on): Add wait-process.
19464         * modules/stat (Depends-on): Add xalloc.
19465         * modules/userspec (Files): Add lib/userspec.h.
19466         * modules/xstrto
19467
19468         Upgrade from gettext-0.13.
19469         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
19470         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
19471         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
19472
19473 2004-06-10  Jim Meyering  <jim@meyering.net>
19474
19475         * lib/calloc.c: New file.
19476
19477 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
19478
19479         * lib/getdate.y (yylex): Allow space between sign and number.
19480         Problem reported by Dan Jacobson.
19481
19482 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
19483
19484         Merge from coreutils CVS.
19485
19486         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
19487         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
19488         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
19489         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
19490         xstrtol.m4: Fix copyright date and/or serial number.
19491
19492         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
19493         See if we need an fchown replacement.
19494         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
19495         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
19496         and use the replacement function if we detect either defect.
19497
19498         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
19499         gl_UTIMECMP.
19500
19501 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
19502         and  Jim Meyering  <jim@meyering.net>
19503
19504         Merge from coreutils CVS.
19505
19506         * lib/stat-macros.h: New file, with contents from file-type.h
19507         and coreutils' system.h.
19508         * lib/file-type.c: Include "stat-macros.h".
19509         * lib/file-type.h (file_type): Move all macro definitions to new file,
19510         stat-macros.h.
19511
19512         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
19513         Wrap old code with this conditional.
19514         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
19515         function that does not dereference symlinks.
19516         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
19517
19518         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
19519         dependency problems.
19520         (xreadlink): Accept new arg SIZE, for efficiency.
19521         All decls and uses changed.
19522         * lib/xreadlink.h: Include <stddef.h>, for size_t.
19523
19524         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
19525         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
19526
19527         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
19528         sysexits.h.
19529
19530 2004-06-01  Jim Meyering  <jim@meyering.net>
19531
19532         * m4/calloc.m4: New file.
19533
19534 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
19535
19536         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
19537         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
19538         Also, fix a typo in a diagnostic.
19539
19540 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
19541
19542         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
19543         or AC_FUNC_REALLOC.
19544
19545 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
19546
19547         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
19548         macros to be defined.
19549         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
19550         the allocator returns NULL because the requested size is zero.
19551
19552 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
19553
19554         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
19555         var.  Add comment explaining why libc still defines it.  This
19556         merges the following patch from glibc:
19557         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
19558
19559 2004-05-20  Andreas Schwab  <schwab@suse.de>
19560
19561         * m4/free.m4: Replace free if it not known to work, not the other
19562         way round.
19563
19564 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
19565
19566         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
19567         present in glibc since revision 1.1 of this file.
19568         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
19569         obstack_alignment_mask, obstack_alloc, obstack_base,
19570         obstack_blank, obstack_blank_fast, obstack_chunk_size,
19571         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
19572         obstack_grow0, obstack_init, obstack_int_grow,
19573         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
19574         obstack_next_free, obstack_object_size, obstack_ptr_grow,
19575         obstack_ptr_grow_fast, obstack_room): Remove declarations of
19576         nonexistent functions.
19577
19578 2004-05-18  Karl Berry  <karl@gnu.org>
19579
19580         * config/srclist.txt: break link for vasnprintf.c.
19581
19582 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
19583
19584         Port obstack to the AS/400, where pointers are 16 bytes wide and
19585         you cannot cast an integer to a valid pointer.  This patch is
19586         currently waiting to be integrated into glibc; see
19587         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
19588
19589         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
19590         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
19591         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
19592         (struct obstack): temp member is now a union of a pointer and
19593         an integer, instead of an integer.  All integer uses changed.
19594         This does not affect the physical layout of struct obstack,
19595         except on hosts (like the AS/400) where the size or alignment of
19596         void * is greater than that of ptrdiff_t.
19597         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
19598         __STDC__)]: Store temporary in pointer member of union, not
19599         integer member.
19600         * lib/obstack.c: Include <stddef.h>, for offsetof.
19601         (struct fooalign): Remove; it doesn't need a name.
19602         (union fooround): Change double to long double, and add void *.
19603         (DEFAULT_ALIGNMENT): Use offsetof to compute.
19604         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
19605         not a macro.  Hence the values are always int; so remove all
19606         casts-to-int in uses.
19607
19608 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
19609
19610         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
19611         we can get this patch merged into glibc.
19612
19613 2004-05-17  Derek R. Price  <derek@ximbiot.com>
19614             Paul Eggert  <eggert@cs.ucla.edu>
19615
19616         * m4/argp: Depend on alloca.
19617
19618 2004-05-17  Derek R. Price  <derek@ximbiot.com>
19619             Paul Eggert  <eggert@cs.ucla.edu>
19620
19621         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
19622         freecoding.
19623
19624 2004-05-17  Bruno Haible  <bruno@clisp.org>
19625
19626         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
19627         precision that consists of a '.' followed by an empty digit string.
19628         Patch by Tor Lillqvist <tml@iki.fi>.
19629
19630 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
19631
19632         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
19633         for backward compatibility with older code.  We need our own
19634         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
19635         it under some other name, and our alloca.h will define it.
19636
19637 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
19638             Derek Price  <derek@ximbiot.com>
19639
19640         * lib/alloca.c: Include <alloca.h>, to get our interface.
19641         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
19642         include <alloca.h> first.  Use C89 prototype for alloca; this
19643         requires including <stddef.h> for size_t.  Use extern "C" if C++.
19644         Use #elif for simplicity, since we can assume C89 now.
19645         Don't try to source the system alloca.h since it will not be found
19646         and to prevent recursively including its replacement.
19647         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
19648         * lib/regex.c: Likewise.
19649
19650 2004-05-16  Derek Price  <derek@ximbiot.com>
19651             Paul Eggert  <eggert@cs.ucla.edu>
19652
19653         getline cleanup.  This changes the getndelim2 API: both order of
19654         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
19655         no delimiter).
19656
19657         * lib/getline.c: Don't include stddef.h or stdio.h, since our
19658         interface does that.
19659         (getline): Always use getdelim, so that we don't have two
19660         copies of this code.
19661         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
19662         if available.
19663         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
19664         (GETNDELIM2_MAXIMUM): New macro.
19665         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
19666         instead of the old practice of delim2==0.  All callers changed.
19667         Return -1 on overflow, instead of returning junk.
19668         Do not set *linesize unless allocation succeeds.
19669         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
19670         that we include sys/types.h.
19671         * lib/getnline.h: Likewise.
19672         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
19673         (getndelim2): Reorder arguments.
19674         * lib/getnline.c (getnline, getndelim):
19675         Don't discard the NMAX argument.
19676         (getnline): Invoke getndelim, to avoid code duplication.
19677         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
19678         of (size_t) -1 by callers of the getnline family.
19679
19680 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
19681
19682         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
19683         Check for gettimeofday.
19684         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
19685         Check for settimeofday, stime.
19686
19687 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
19688
19689         * lib/nanosleep.c (suspended): Change its type from int to
19690         sig_atomic_t volatile.
19691         (first_call): Make it private to rpl_nanosleep, and have it
19692         be zero initially as that's a bit faster.
19693         (my_usleep): Round up fractional times instead of truncating them,
19694         as this is the usual meaning for 'sleep'.
19695
19696         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
19697         doesn't work.
19698         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
19699         (ENOSYS): Define if not defined.
19700         (settime): Fall back on stime if it exists and settimeofday fails.
19701         But don't bother with fallbacks if a method fails with errno == EPERM.
19702
19703 2004-05-11  Jim Meyering  <jim@meyering.net>
19704
19705         Prior to this change, the save_cwd caller required read access to the
19706         current directory on most systems (ones with the fchdir function).
19707
19708         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
19709         fails, try write-only, and finally, resort to using xgetcwd.
19710
19711 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
19712
19713         * lib/obstack.c, obstack.h: Import changes from libc.
19714
19715 2004-04-28  Bruno Haible  <bruno@clisp.org>
19716
19717         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
19718         also implicitly appends .exe to executables.
19719         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
19720         accepts Windows pathnames.
19721         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
19722         Treat Cygwin like Windows, since it now accepts Windows pathnames.
19723         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
19724         Treat Cygwin like Windows, since it now accepts Windows pathnames.
19725         Reported by Derek Robert Price <derek@ximbiot.com>.
19726
19727 2004-04-21  Karl Berry  <karl@gnu.org>
19728
19729         * config/srclist.txt (localcharset.c): break sync.
19730
19731 2004-04-20  Paul Eggert  <eggert@twinsun.com>
19732
19733         * m4/host-os.m4: Add a copyright notice.
19734
19735 2004-04-20  Jim Meyering  <jim@meyering.net>
19736
19737         Change UTILS_ to gl_ in AC_DEFINE'd names.
19738         Change utils_- and jm_-prefixed variables, too.
19739         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
19740         UTILS_FUNC_MKDIR_TRAILING_SLASH.
19741         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
19742
19743         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
19744         Don't emit trailing blanks.
19745         Also rename jm_-prefixed variables to have gl_ prefix.
19746
19747         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
19748         Also rename jm_-prefixed variables to have gl_ prefix.
19749
19750         * m4/jm-macros.m4: Reflect the renamings.
19751         * m4/prereq.m4: Likewise.
19752
19753 2004-04-20  Jim Meyering  <jim@meyering.net>
19754
19755         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
19756         memory.
19757
19758 2004-04-20  Jim Meyering  <jim@meyering.net>
19759             Bruno Haible  <bruno@clisp.org>
19760
19761         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
19762         memory when realloc fails.
19763
19764 2004-04-19  Jim Meyering  <jim@meyering.net>
19765
19766         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
19767         now that readutmp.c may call `free (0)'.
19768
19769 2004-04-19  Bruno Haible  <bruno@clisp.org>
19770
19771         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
19772         * m4/inttypes_h.m4: Likewise.
19773         * m4/stdint_h.m4: Likewise.
19774         * m4/intmax_t.m4: Likewise.
19775         * m4/uintmax_t.m4: Likewise.
19776
19777 2004-04-18  Jim Meyering  <jim@meyering.net>
19778
19779         * m4/prereq.m4: Don't forbid jm_ prefix.
19780
19781         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
19782         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
19783         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
19784         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
19785         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
19786         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
19787         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
19788         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
19789         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
19790         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
19791         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
19792         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
19793         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
19794         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
19795         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
19796         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
19797         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
19798         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
19799         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
19800
19801 2004-04-18  Jim Meyering  <jim@meyering.net>
19802
19803         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
19804         failure, don't leak memory and do call END_UTMP_ENT.
19805
19806 2004-04-16  Jim Meyering  <jim@meyering.net>
19807
19808         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
19809         coreutils' stat program.
19810         (gl_PREREQ): Don't require jm_PREREQ_STAT.
19811
19812 2004-04-11  Paul Eggert  <eggert@twinsun.com>
19813
19814         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
19815         C89.
19816         (CHAR_BIT): Remove, since we assume C89.
19817         Include <stdint.h> if available, as per current Autoconf CVS advice.
19818
19819 2004-03-31  Jim Meyering  <jim@meyering.net>
19820
19821         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
19822         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
19823         * m4/xalloc.m4: Likewise.
19824
19825 2004-03-30  Paul Eggert  <eggert@twinsun.com>
19826
19827         Merge from coreutils.
19828
19829         * m4/inttostr.m4: New file.
19830         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
19831         Require AM_STDBOOL_H and gl_TIMESPEC instead.
19832         Require gl_CLOCK_TIME.
19833         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
19834
19835 2004-03-30  Paul Eggert  <eggert@twinsun.com>
19836
19837         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
19838         not bool, to be more consistent with Unix conventions.
19839         Suggested by Bruno Haible.
19840
19841         Merge from coreutils.
19842
19843         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
19844         * lib/umaxtostr.c: New files.
19845
19846         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
19847         the usual <time.h> dance.
19848         (get_date): Change signature to support fractional time stamps.
19849         All callers changed.
19850         * lib/getdate.y: Include "getdate.h" first, as we can now
19851         assume C89 and don't need to worry about 'const'.
19852         Similarly, include "unlocked-io.h" near start, not in middle.
19853         Include <limits.h>.
19854         (textint.value): Use long int rather than int.
19855         (textint.digits): Use size_t rather than int.
19856         (BILLION, LOG10_BILLION): New constants.
19857         (parser_control): New member rel_ns.  Members day_ordinal,
19858         time_zone, month, day, hour, minutes, rel_year, rel_month,
19859         rel_day, rel_hour, rel_minutes, rel_seconds
19860         are now long int, not int.  Member seconds is now struct timespec,
19861         not int.  New member timespec_seen.  Members dates_seen, days_seen,
19862         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
19863         not int.
19864         (%union.intval): Now long int, not int.
19865         New member timespec.
19866         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
19867         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
19868         (spec): Now is a timespec or an item list.
19869         (timespec, items): New nonterminals.
19870         (time, rel, relunit, number, get_date):
19871         Add support for fractional seconds.
19872         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
19873         (gmtime, localtime, mktime): Remove decls; not needed with C89.
19874         (to_hour): First arg is now long int, not int.
19875         (to_year): Returns long int, not int.
19876         Don't treat year -70 like 70.
19877         (tm_diff): Returns long int, not int.
19878         (lookup_word): Use bool instead of int when appropriate.
19879         (yylex): Use size_t for count, not int.
19880         Detect overflow when parsing large integer constants.
19881         Add support for fractions.
19882         (get_date): Make pointers 'const' if possible.
19883         Use more-portable code to detect integer overflow.
19884         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
19885         Don't use ctime; it's not reliable if the year has >4 digits.
19886
19887         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
19888         This is for compatibility with BSD.
19889
19890         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
19891         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
19892         From coreutils' system.h.
19893
19894         * lib/userspec.c: Don't include "posixver.h".
19895         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
19896         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
19897         compatible extension.  Simplify code by removing a boolean int
19898         that was always nonzero if a string was nonnull.
19899
19900 2004-03-30  Jim Meyering  <jim@meyering.net>
19901
19902         Merge from coreutils.
19903
19904         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
19905         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
19906         on some systems one must include <grp.h> before it.
19907         Reported by Christian Krackowizer.
19908
19909 2004-03-30  Jim Meyering  <jim@meyering.net>
19910
19911         Merge from coreutils.
19912
19913         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
19914
19915         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
19916         an empty input stream.
19917
19918         * lib/readtokens.c: Include <stdbool.h>.
19919         (readtoken): Use `size_t' rather than int/long.
19920         All callers adjusted.
19921         Use `bool' rather than `int' where appropriate.
19922         Use memset rather than an explicit loop.
19923         Use x2nrealloc rather than xrealloc.
19924         Allow the use of `\0' as a delimiter.
19925         (readtokens): Likewise.
19926         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
19927
19928 2004-03-30  Jim Meyering  <jim@meyering.net>
19929
19930         * m4/realloc.m4: Remove file, since now it does no more than
19931         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
19932         the `configure.ac' section of module/realloc.
19933         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
19934
19935 2004-03-30  Bruno Haible  <bruno@clisp.org>
19936
19937         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
19938         nonnull.
19939
19940 2004-03-29  Paul Eggert  <eggert@twinsun.com>
19941
19942         Merge changes to getloadavg.c from coreutils and Emacs.
19943
19944         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
19945         Define to an expression, not to the empty string.
19946         Include cloexec.h and xalloc.h.
19947         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
19948         Use set_cloexec_flag rather than rolling our own.
19949         * lib/cloexec.c, lib/cloexec.h: New files.
19950
19951 2004-03-29  Paul Eggert  <eggert@twinsun.com>
19952
19953         * m4/cloexec.m4: New file.
19954
19955 2004-03-18  Paul Eggert  <eggert@twinsun.com>
19956
19957         * lib/getopt.h: Sync with libc CVS.
19958
19959 2004-03-18  Paul Eggert  <eggert@twinsun.com>
19960             Bruno Haible  <bruno@clisp.org>
19961
19962         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
19963         mbswidth.
19964
19965 2004-03-18  Paul Eggert  <eggert@twinsun.com>
19966             Bruno Haible  <bruno@clisp.org>
19967
19968         * lib/mbswidth.h: Include <wchar.h> only if
19969         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
19970         <wchar.h>.
19971         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
19972
19973 2004-03-09  Paul Eggert  <eggert@twinsun.com>
19974
19975         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
19976         Sync with libc CVS.
19977         * lib/getopt_int.h: New file, also synced from libc.
19978
19979 2004-03-09  Paul Eggert  <eggert@twinsun.com>
19980
19981         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
19982         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
19983         Bring back getopt.c, getopt.h, getopt1.c.
19984
19985 2004-03-07  Paul Eggert  <eggert@twinsun.com>
19986
19987         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
19988         All uses changed.  Check for sa_sigaction member; this fixes
19989         a bug first reported by Jason Andrade in
19990         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
19991
19992 2004-03-07  Paul Eggert  <eggert@twinsun.com>
19993
19994         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
19995         '#if' expressions.  Unlike the code it replaces, it does not
19996         depend on (defined _SC_PAGESIZE).  However, it does depend on
19997         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
19998         first reported by Jason Andrade in
19999         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
20000
20001 2004-02-25  Simon Josefsson  <jas@extundo.com>
20002
20003         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
20004
20005 2004-02-25  Simon Josefsson  <jas@extundo.com>
20006
20007         * lib/strdup.h: New file.
20008         * lib/strdup.c: Include it.
20009         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
20010         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
20011
20012 2004-02-23  Karl Berry  <karl@gnu.org>
20013
20014         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
20015         (from fencepost.gnu.org:/gd/gnuorg).
20016
20017 2004-02-23  Karl Berry  <karl@gnu.org>
20018
20019         * config/srclistvars.sh (GNUORG) [karl]: redefine.
20020         * config/srclist.txt: add maintain/standards documents.
20021
20022 2004-02-18  Bruno Haible  <bruno@clisp.org>
20023
20024         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
20025         Reported by Derek Robert Price <derek@ximbiot.com>.
20026
20027 2004-02-16  Karl Berry  <karl@gnu.org>
20028
20029         * config/mkinstalldirs, install-sh: update from automake.
20030
20031 2004-02-06  Karl Berry  <karl@gnu.org>
20032
20033         * m4/po.m4: update from gettext 0.14.1.
20034
20035 2004-02-06  Karl Berry  <karl@gnu.org>
20036
20037         * lib/config.charset: update from gettext 0.14.1.
20038
20039 2004-02-05  Paul Eggert  <eggert@twinsun.com>
20040
20041         Add comments and code, prompted by suggestions from Bruno Haible
20042         for sh-quote.
20043         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
20044         describing the enum quoting_style values.
20045         * lib/quotearg.c (quotearg_alloc): New function.
20046         (quotearg_buffer_restyled): Treat lone { and } as special.
20047         Treat = as special.  Work around bug with older shells
20048         that "see" a '\' that is really the 2nd byte of a multibyte char.
20049         Quote empty string with shell_quoting_style.
20050
20051 2004-02-03  Bruno Haible  <bruno@clisp.org>
20052
20053         * m4/pipe.m4: New file, from GNU gettext.
20054
20055 2004-02-03  Bruno Haible  <bruno@clisp.org>
20056
20057         * lib/pipe.h: New file, from GNU gettext.
20058         * lib/pipe.c: New file, from GNU gettext.
20059
20060 2004-01-27  Bruno Haible  <bruno@clisp.org>
20061
20062         * m4/execute.m4: New file, from GNU gettext.
20063
20064 2004-01-27  Bruno Haible  <bruno@clisp.org>
20065
20066         * lib/execute.h: New file, from GNU gettext.
20067         * lib/execute.c: New file, from GNU gettext.
20068         * lib/w32spawn.h: New file, from GNU gettext.
20069
20070 2004-01-24  Paul Eggert  <eggert@twinsun.com>
20071
20072         Merge from diffutils.
20073
20074         * lib/file-type.c (file_type): Add typed memory objects.
20075         * lib/file-type.h (S_TYPEISTMO): New macro.
20076
20077         * lib/c-stack.h (c_stack_action): Remove argv argument.
20078         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
20079         (die): Don't calculate message unless segv_action returns.
20080         (get_stack_location, min_address_from_argv, max_address_from_argv,
20081         volatile stack_base, volatile_stack_size): Remove.
20082         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
20083         that every segmentation violation is a stack overflow.  (Ouch!)
20084         See Debian bug 136249 (still outstanding) for more info about why
20085         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
20086
20087 2004-01-24  Paul Eggert  <eggert@twinsun.com>
20088
20089         Exit-status fix from coreutils.
20090
20091         Use exit_failure consistently in place of EXIT_FAILURE,
20092         so that program exit statuses are consistent on failure.
20093
20094         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
20095         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
20096         * lib/argmatch.h: Comment fix to match the above.
20097         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
20098         Now a macro referring to exit_failure, instead of a separate
20099         variable.  Include "exitfail.h" to get it.
20100         * lib/xstrtol.h: Include "exitfail.h".
20101         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
20102
20103         * lib/long-options.c (parse_long_options): Use prototype
20104         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
20105         for clarity.
20106
20107 2004-01-21  Jim Meyering  <jim@meyering.net>
20108
20109         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
20110         so as not to conflict with a different-sized __mktime_internal
20111         function in GNU libc.
20112         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
20113         Problem building statically-linked `ls' reported by Michael Brunnbauer.
20114
20115 2004-01-20  Karl Berry  <karl@gnu.org>
20116
20117         * config/config.guess: update from config.
20118
20119         * config/srclistvars.sh: GNUWWWLICENSES for karl.
20120
20121 2004-01-20  Bruno Haible  <bruno@clisp.org>
20122
20123         Safer stack allocation.
20124         * lib/setenv.c: Include allocsa.h.
20125         (alloca): Remove fallback definition.
20126         (freea): Remove macro.
20127         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
20128         instead of freea.
20129
20130 2004-01-20  Bruno Haible  <bruno@clisp.org>
20131
20132         * m4/eealloc.m4: New file, from GNU gettext.
20133
20134 2004-01-20  Bruno Haible  <bruno@clisp.org>
20135
20136         * m4/allocsa.m4: New file, from GNU gettext.
20137
20138 2004-01-20  Bruno Haible  <bruno@clisp.org>
20139
20140         * lib/xallocsa.h: New file, from GNU gettext.
20141         * lib/xallocsa.c: New file, from GNU gettext.
20142
20143 2004-01-20  Bruno Haible  <bruno@clisp.org>
20144
20145         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
20146
20147 2004-01-20  Bruno Haible  <bruno@clisp.org>
20148
20149         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
20150         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
20151         specially.
20152
20153 2004-01-20  Bruno Haible  <bruno@clisp.org>
20154
20155         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
20156         patch.
20157
20158 2004-01-20  Bruno Haible  <bruno@clisp.org>
20159
20160         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
20161
20162 2004-01-20  Bruno Haible  <bruno@clisp.org>
20163
20164         * lib/eealloc.h: New file.
20165
20166 2004-01-20  Bruno Haible  <bruno@clisp.org>
20167
20168         * lib/binary-io.h: Avoid warnings on Cygwin.
20169
20170 2004-01-20  Bruno Haible  <bruno@clisp.org>
20171
20172         * lib/allocsa.h: New file, from GNU gettext.
20173         * lib/allocsa.c: New file, from GNU gettext.
20174
20175 2004-01-18  Karl Berry  <karl@gnu.org>
20176
20177         * doc/gpl.texi, doc/lgpl.texi: new files.
20178
20179 2004-01-18  Karl Berry  <karl@gnu.org>
20180
20181         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
20182         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
20183
20184 2004-01-15  Paul Eggert  <eggert@twinsun.com>
20185
20186         Merge from coreutils.
20187
20188         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
20189         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
20190         (gl_DEFAULT_POSIX2_VERSION): Move
20191         the documentation from 'configure' into 'config.hin',
20192         so that 'configure --help' isn't burdened by it and
20193         we don't have to worry about its formatting there.
20194         Reword the documentation so that it's more succinct
20195         and can be run together into a single paragraph.
20196         * m4/same.m4 (gl_SAME): Check for pathconf.
20197
20198 2004-01-15  Paul Eggert  <eggert@twinsun.com>
20199
20200         Merge from coreutils.
20201
20202         * lib/posixver.c: Include posixver.h.
20203
20204         * lib/same.c: Include <stdbool.h>, <limits.h>.
20205         (_POSIX_NAME_MAX): Define if not defined.
20206         (MIN): New macro.
20207         (same_name): If file names are silently truncated, report
20208         that the file names are the same if they are the same after
20209         the silent truncation.
20210
20211         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
20212         conversion function.
20213         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
20214         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
20215         longer needed.
20216
20217 2004-01-15  Jim Meyering  <jim@meyering.net>
20218
20219         Merge from coreutils.
20220
20221         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
20222         if no library is required.
20223         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
20224         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
20225         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
20226         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
20227         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
20228         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
20229         value, $ac_cv_search_crypt, if it's "none required".
20230         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
20231         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
20232         not gl_FUNC_GETLOADAVG.
20233         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
20234         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
20235
20236 2004-01-15  Jim Meyering  <jim@meyering.net>
20237
20238         Merge from coreutils.
20239
20240         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
20241         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
20242         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
20243
20244         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
20245         optional configure-time default.
20246
20247         * lib/version-etc.c (version_etc_copyright): Update copyright date.
20248
20249         * lib/xreadlink.c (xreadlink): Correct outdated comment.
20250
20251 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
20252
20253         Merge from coreutils.
20254
20255         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
20256         value, $ac_cv_search_nanosleep, if it's "none required".
20257
20258 2004-01-14  Paul Eggert  <eggert@twinsun.com>
20259
20260         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
20261         with like-named macro in fnmatch.c.
20262         (EXT): Use an internal constant instead.
20263
20264         Merge fnmatch patches from glibc.
20265         * lib/fnmatch.c (mbsinit): Remove define.
20266         Add libc_hidden_ver (__fnmatch, fnmatch).
20267         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
20268         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
20269
20270 2004-01-14  Karl Berry  <karl@gnu.org>
20271
20272         * config/install-sh: update from automake.
20273
20274 2004-01-13  Karl Berry  <karl@gnu.org>
20275
20276         * config/install-sh: update from automake.
20277
20278 2004-01-09  Karl Berry  <karl@gnu.org>
20279
20280         * config/install-sh: update from automake.
20281
20282 2004-01-05  Karl Berry  <karl@gnu.org>
20283
20284         * config/config.{sub,guess}: update from config.
20285
20286 2003-12-31  Karl Berry  <karl@gnu.org>
20287
20288         * config/depcomp: update from automake.
20289
20290 2003-12-14  Karl Berry  <karl@gnu.org>
20291
20292         * lib/config.charset: update from gettext-runtime.
20293
20294 2003-12-03  Paul Eggert  <eggert@twinsun.com>
20295
20296         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
20297         Bug reported by Alfred M. Szmidt.
20298
20299 2003-12-03  Bruno Haible  <bruno@clisp.org>
20300
20301         * m4/gettext.m4: Upgrade from gettext-0.13.
20302         * m4/po.m4: Upgrade from gettext-0.13.
20303         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
20304         * m4/intmax.m4: New file, from gettext-0.13.
20305         * m4/printf-posix.m4: New file, from gettext-0.13.
20306
20307 2003-11-29  Karl Berry  <karl@gnu.org>
20308
20309         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
20310
20311 2003-11-25  Paul Eggert  <eggert@twinsun.com>
20312             Bruno Haible  <bruno@clisp.org>
20313
20314         * lib/printf-parse.h: Don't include sys/types.h.
20315         (ARG_NONE): New macro.
20316         (char_directive): Change type of *arg_index fields to size_t.
20317         * lib/printf-parse.c: Don't include sys/types.h.
20318         (SSIZE_MAX): Remove macro.
20319         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
20320         Remove unnecessary overflow check.
20321         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
20322         fields.
20323
20324 2003-11-25  Bruno Haible  <bruno@clisp.org>
20325
20326         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
20327
20328 2003-11-25  Bruno Haible  <bruno@clisp.org>
20329
20330         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
20331         gt_TYPE_SSIZE_T.
20332
20333 2003-11-24  Paul Eggert  <eggert@twinsun.com>
20334
20335         * modules/alloca: Remove dependency on xalloc.
20336
20337 2003-11-24  Paul Eggert  <eggert@twinsun.com>
20338
20339         * lib/alloca.c: Remove dependency on xalloc module.
20340         (xalloc_die): Remove.
20341         (memory_full) [!defined emacs]: New macro.
20342         [!defined emacs]: Don't include xalloc.h.
20343         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
20344         address arithmetic overflows.  Change datatypes a bit to avoid
20345         unnecessary casts.
20346
20347 2003-11-22  Jim Meyering  <jim@meyering.net>
20348
20349         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
20350         s/size/size_t/.
20351
20352 2003-11-21  Karl Berry  <karl@gnu.org>
20353
20354         * config/config.{sub,guess}: update from config.
20355
20356 2003-11-18  Karl Berry  <karl@gnu.org>
20357
20358         * config/config.{sub,guess}: update from config.
20359
20360         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
20361
20362 2003-11-17  Paul Eggert  <eggert@twinsun.com>
20363
20364         * README: Mention that S+T cannot overflow if S is the size of
20365         an existing object and T is sufficiently small.
20366
20367 2003-11-17  Jim Meyering  <jim@meyering.net>
20368
20369         On systems without utime and without a utimes function capable of
20370         dealing with a NULL struct utimbuf* argument, this utime replacement
20371         could -- in unusual circumstances -- leak a file descriptor.
20372         * lib/utime.c: Include <unistd.h> and <errno.h>.
20373         (utime_null): Be sure to close `fd' and to preserve errno.
20374         Reported by Geoff Collyer via Arnold Robbins.
20375
20376 2003-11-17  Bruno Haible  <bruno@clisp.org>
20377
20378         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
20379         (Depends-on): Add xsize.
20380
20381 2003-11-17  Bruno Haible  <bruno@clisp.org>
20382
20383         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
20384
20385 2003-11-17  Bruno Haible  <bruno@clisp.org>
20386
20387         * lib/vasnprintf.c (alloca): Remove fallback definition.
20388         (freea): Remove definition.
20389         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
20390         Reported by Paul Eggert.
20391
20392 2003-11-16  Paul Eggert  <eggert@twinsun.com>
20393             Bruno Haible  <bruno@clisp.org>
20394
20395         Protect against address arithmetic overflow.
20396         * lib/printf-args.h: Include stddef.h.
20397         (arguments): Change type of field 'count' to size_t.
20398         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
20399         'unsigned int' where appropriate.
20400         * lib/printf-parse.h: Include sys/types.h.
20401         (char_directive): Change type of *arg_index fields to ssize_t.
20402         (char_directives): Change type of fields 'count', max_*_length to
20403         size_t.
20404         * lib/printf-parse.c: Include sys/types.h and xsize.h.
20405         (SSIZE_MAX): Define fallback value.
20406         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
20407         instead of 'int' where appropriate. Check a_allocated, d_allocated
20408         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
20409         * lib/vasnprintf.c: Include xsize.h.
20410         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
20411         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
20412         overflow. Avoid wraparound when converting a width or precision from
20413         decimal to binary.
20414
20415 2003-11-16  Bruno Haible  <bruno@clisp.org>
20416
20417         Update from GNU gettext.
20418         * lib/printf-parse.c: Generalize to it can be compiled for wide
20419         strings.
20420         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
20421         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
20422         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
20423         SNPRINTF): New macros.
20424         Don't include <alloca.h> if the file is used inside libintl.
20425         (local_wcslen): New function, for Solaris 2.5.1.
20426         (VASNPRINTF): Use it instead of wcslen.
20427
20428 2003-11-16  Bruno Haible  <bruno@clisp.org>
20429
20430         * lib/xsize.h (xmax): New function.
20431         (xsum, xsum3, xsum4): Declare as "pure" functions.
20432
20433 2003-11-12  Paul Eggert  <eggert@twinsun.com>
20434
20435         * modules/xalloc (Files): Undo latest change, since xalloc.h
20436         no longer needs SIZE_MAX or PTRDIFF_MAX.
20437
20438 2003-11-12  Paul Eggert  <eggert@twinsun.com>
20439
20440         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
20441         gl_PTRDIFF_MAX.
20442
20443 2003-11-12  Paul Eggert  <eggert@twinsun.com>
20444
20445         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
20446         "return", to pacify some unknown compiler.  Problem reported
20447         by Joerg Schilling.
20448
20449 2003-11-12  Paul Eggert  <eggert@twinsun.com>
20450
20451         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
20452         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
20453         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
20454         heuristic is just as accurate as far as we know, and it removes a
20455         dependency on size_max.m4 and ptrdiff_max.m4.
20456
20457 2003-11-11  Bruno Haible  <bruno@clisp.org>
20458
20459         * modules/xsize (Files): Add m4/size_max.m4.
20460         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
20461
20462 2003-11-11  Bruno Haible  <bruno@clisp.org>
20463
20464         * m4/size_max.m4: New file.
20465         * m4/ptrdiff_max.m4: New file.
20466         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
20467         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
20468         (gl_XALLOC): Invoke it.
20469
20470 2003-11-11  Bruno Haible  <bruno@clisp.org>
20471
20472         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
20473         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
20474         defined.
20475
20476 2003-11-10  Paul Eggert  <eggert@twinsun.com>
20477
20478         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
20479         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
20480         rejected some allocations of exactly SIZE_MAX - 2 bytes.
20481         From Bruno Haible.
20482         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
20483         not (size_t) -1, since it's defined here.
20484
20485 2003-11-09  Karl Berry  <karl@gnu.org>
20486
20487         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
20488
20489 2003-11-06  Paul Eggert  <eggert@twinsun.com>
20490
20491         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
20492         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
20493         Reject sizes of exactly SIZE_MAX bytes.
20494         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
20495         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
20496
20497 2003-11-05  Bruno Haible  <bruno@clisp.org>
20498
20499         * lib/xsize.h: Include limits.h, to avoid a possible collision with
20500         SIZE_MAX defined in <limits.h> on Solaris.
20501
20502 2003-11-04  Jim Meyering  <jim@meyering.net>
20503
20504         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
20505         variable names, rather than @VAR@.
20506         * modules/poll: Likewise.
20507
20508 2003-11-04  Bruno Haible  <bruno@clisp.org>
20509
20510         * modules/xsize: New file.
20511         * modules/linebreak: Depend on xsize.
20512         * MODULES.html.sh (func_all_modules): Add xsize.
20513
20514 2003-11-04  Bruno Haible  <bruno@clisp.org>
20515
20516         * m4/xsize.m4: New file.
20517
20518 2003-11-04  Bruno Haible  <bruno@clisp.org>
20519
20520         * lib/xsize.h: New file.
20521         * lib/linebreak.c: Include xsize.h.
20522         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
20523         argument for overflow.
20524         Suggested by Paul Eggert.
20525
20526 2003-11-03  Karl Berry  <karl@gnu.org>
20527
20528         * config/config.{guess,sub}: update from config.
20529
20530 2003-11-03  Jim Meyering  <jim@meyering.net>
20531
20532         * modules/userspec (lib_SOURCES): Add userspec.h.
20533         (Include): Add "userspec.h".
20534         Improve description.
20535
20536 2003-11-03  Jim Meyering  <jim@meyering.net>
20537
20538         * lib/userspec.c: Include "userspec.h".
20539         * lib/userspec.h: New file.
20540
20541 2003-11-03  Bruno Haible  <bruno@clisp.org>
20542
20543         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
20544
20545 2003-11-03  Bruno Haible  <bruno@clisp.org>
20546
20547         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
20548         available, to avoid (extremely rare) race condition.
20549         Suggested by Paul Eggert.
20550
20551 2003-11-02  Karl Berry  <karl@gnu.org>
20552
20553         * config/srclist.txt (vasprintf.c): sync broken, sigh.
20554
20555 2003-10-31  Paul Eggert  <eggert@twinsun.com>
20556
20557         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
20558         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
20559         (read_filesystem_list): Set and use me_type_malloced.
20560         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
20561         whatever the type happens to be), for brevity and consistency.
20562         Check for size calculation overflow on Alphas running OSF/1.
20563
20564 2003-10-31  Jim Meyering  <jim@meyering.net>
20565
20566         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
20567
20568         * lib/linebuffer.c: Include <string.h> for declaration of memset.
20569
20570 2003-10-30  Paul Eggert  <eggert@twinsun.com>
20571             Bruno Haible  <bruno@clisp.org>
20572
20573         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
20574         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
20575
20576 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
20577
20578         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
20579         netbsd*-gnu*.  Suggested by Robert Millan.
20580
20581 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20582
20583         * modules/group-member: Depend on stdbool.
20584
20585 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20586
20587         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
20588
20589 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20590
20591         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
20592         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
20593         after the 'gnu' in these cases.  This fixes some bugs in the
20594         previous change, and is based on suggestions by Robert Millan.
20595
20596 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20597
20598         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
20599         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
20600         no longer needed.
20601         * lib/quotearg.c (quotearg_n_options): Use it.
20602         * lib/group-member.c: Include <stdbool.h>.
20603         (free_group_info): Arg is now const *; don't free arg.
20604         (get_group_info): Now returns bool and accepts struct group_info *,
20605         rather than returning a malloc'ed struct group_info *.
20606         All uses changed.  Check for overflow in internal size calculation.
20607
20608         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
20609         rather than xmalloc/xrealloc.
20610         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
20611         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
20612         conformance bug: the old code used a pointer after freeing the
20613         storage that it addressed.
20614         * lib/hash.c (hash_initialize): Simplify the code by using
20615         xalloc_oversized rather than doing it by hand.
20616         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
20617         the buffer preserved.  Use free and xmalloc instead.
20618         * lib/quotearg.c (quotearg_n_options): Likewise.
20619         Use a simpler test for size overflow.  Don't use xalloc_oversized
20620         because unsigned int might be wider than size_t (!); this suggests
20621         that we should switch from unsigned int to size_t for slot numbers.
20622
20623 2003-10-28  Paul Eggert  <eggert@twinsun.com>
20624
20625         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
20626         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
20627         NetBSD kernels.  Requested by Richard Stallman.
20628
20629 2003-10-27  Paul Eggert  <eggert@twinsun.com>
20630
20631         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
20632         to allocate the returned structure.  Do not allocate a subarray,
20633         as x2nrealloc will do that.
20634         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
20635         instead of xnrealloc.
20636         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
20637
20638 2003-10-27  Bruno Haible  <bruno@clisp.org>
20639
20640         * lib/stdbool_.h: Better support for BeOS.
20641
20642 2003-10-26  Paul Eggert  <eggert@twinsun.com>
20643
20644         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
20645         now uses inline.
20646
20647 2003-10-26  Paul Eggert  <eggert@twinsun.com>
20648
20649         * lib/xalloc.h (xalloc_oversized): New static inline function, for
20650         callers that want to do their own size-overflow checking.  Include
20651         <stdbool.h>, since xalloc_oversized returns bool.
20652         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
20653         to use xalloc_oversized.
20654
20655         Add two functions x2realloc, x2nrealloc, for programs that grow
20656         arrays dynamically by doubling their sizes.
20657         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
20658         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
20659         New functions.
20660
20661         Port to C99 semantics for 'inline' of external functions.
20662         Bug reported by Bruno Haible.
20663         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
20664         with the old contents of xnmalloc.
20665         (xnmalloc, xmalloc): Use it.
20666         (xnrealloc_inline): New static inline function,
20667         with the old contents of xnrealloc.
20668         (xnrealloc, xrealloc): Use it.
20669
20670         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
20671         that.
20672
20673 2003-10-26  Karl Berry  <karl@gnu.org>
20674
20675         * config/srclist.txt (COPYING.DOC): no longer available from
20676         /gd/gnuorg; don't know where the ultimate source is.
20677
20678 2003-10-25  Paul Eggert  <eggert@twinsun.com>
20679
20680         Fix several address-calculation bugs in the hash modules,
20681         plus some minor code cleanup.
20682
20683         * lib/hash.h: Include <stdbool.h>, for bool.
20684         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
20685         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
20686         hash_get_n_entries, hash_get_max_bucket_length,
20687         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
20688         hash_rehash): Use size_t rather than unsigned.
20689         * lib/hash.c (struct hash_table, hash_get_n_buckets,
20690         hash_get_n_buckets_used, hash_get_n_entries,
20691         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
20692         hash_get_entries, hash_do_for_each, hash_string, is_prime,
20693         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
20694         Likewise.
20695         (SIZE_MAX): Define if not defined.
20696         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
20697         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
20698         hash_print):
20699         Use const * when possible.
20700         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
20701         (check_tuning): Fix bug: if tuning parameters were very close to
20702         0 or 1, rounding errors could have caused subscript violations.
20703         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
20704         (hash_initialize): Add 'fail:' label
20705         to free table and return NULL, and use it to simplify code.
20706         Use calloc rather than clearing the storage ourself.
20707         (hash_initialize, hash_rehash): Check for arithmetic overflow in
20708         buffer size calculations.
20709         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
20710         Include <stddef.h>, for size_t.
20711         * lib/hash-pjw.c (hash_pjw): Likewise.
20712         Switch to method described by Bruno Haible.
20713         Include <limits.h>, for CHAR_BIT.
20714         (SIZE_BITS): New macro.
20715
20716 2003-10-23  Paul Eggert  <eggert@twinsun.com>
20717
20718         * m4/getline.m4 (AM_FUNC_GETLINE):
20719         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
20720         hosts.  Problem reported by Derek Robert Price in
20721         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
20722         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
20723         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
20724
20725 2003-10-21  Paul Eggert  <eggert@twinsun.com>
20726
20727         * lib/getndelim2.c (getndelim2): When size calculation overflows,
20728         ceiling the allocation at NMAX bytes rather than silently
20729         discarding input bytes before NMAX is reached.  This makes
20730         a difference only if NMAX exceeds SIZE_MAX / 2.
20731
20732         * lib/obstack.c: Merge from glibc.
20733         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
20734         Add libc_hidden_def (_obstack_newchunk).
20735         (_obstack_free) [! defined _LIBC]: Remove.
20736         [defined _LIBC]: Make a strong alias from obstack_free, rather than
20737         a clone of the function body.
20738         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
20739         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
20740
20741         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
20742         glibc.
20743         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
20744         arg to memcpy.
20745
20746         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
20747         (obstack_ptr_grow_fast, obstack_int_grow_fast):
20748         Don't use lvalue casts, as GCC plans to remove support for them
20749         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
20750         was also present in the non-GCC version, indicating that this
20751         code had always been buggy and had never been widely used.
20752         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
20753         Use the fast variant of each macro, rather than copying the
20754         definiens of the fast variant; that way, we'll be more likely to
20755         catch future bugs in the fast variants.
20756
20757 2003-10-20  Bruno Haible  <bruno@clisp.org>
20758
20759         * modules/wait-process: New file.
20760         * MODULES.html.sh (func_all_modules): Add wait-process.
20761
20762 2003-10-20  Bruno Haible  <bruno@clisp.org>
20763
20764         * m4/wait-process.m4: New file.
20765
20766 2003-10-20  Bruno Haible  <bruno@clisp.org>
20767
20768         * lib/wait-process.h: New file, from GNU gettext.
20769         * lib/wait-process.c: New file, from GNU gettext.
20770
20771 2003-10-19  Jim Meyering  <jim@meyering.net>
20772
20773         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
20774         HPUX 10.20.
20775
20776 2003-10-18  Karl Berry  <karl@gnu.org>
20777
20778         * config/config.guess: update from config.
20779
20780 2003-10-16  Paul Eggert  <eggert@twinsun.com>
20781
20782         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
20783         (getgroups): First arg is int, not size_t.
20784         Don't let 'free' mangle errno.
20785
20786 2003-10-16  Paul Eggert  <eggert@twinsun.com>
20787
20788         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
20789
20790 2003-10-16  Karl Berry  <karl@gnu.org>
20791
20792         * config/config.{guess,sub}: update from config.
20793
20794 2003-10-16  Jim Meyering  <jim@meyering.net>
20795
20796         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
20797         memcpy.
20798
20799 2003-10-15  Paul Eggert  <eggert@twinsun.com>
20800
20801         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
20802         (SIZE_MAX): Remove.
20803         (new_exclude, add_exclude_file): Initial size no longer needs to
20804         be a power of 2.
20805         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
20806         our own address arithmetic overflow checking.
20807
20808         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
20809         (fnmatch): Do not alloca more than 2000 wide characters;
20810         instead, use malloc for large buffers.
20811         Check for address arithmetic overflow, and return -1
20812         with errno set to ENOMEM in that case.
20813         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
20814         (NEW_PATTERN): Do not alloca more than 8000 bytes;
20815         instead, return -1.  Check for address arithmetic overflow.
20816
20817 2003-10-14  Paul Eggert  <eggert@twinsun.com>
20818
20819         Handle invalid suffixes and overflow independently, so that
20820         callers can treat them independently as needed.  Fix some bugs in
20821         suffix handling, e.g., "100k@" was not diagnosed as an invalid
20822         suffix for a human-readable blocksize.  The major caller-visible
20823         change is the addition of a new
20824         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
20825         that both overflow and suffix chars were found.
20826
20827         * lib/human.c (humblock): Don't check separately for invalid suffix
20828         char; that is xstrtoumax's job (now that its bug is fixed).
20829         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
20830         INTMAX_MAX]: New macros.
20831         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
20832         TYPE_MAXIMUM): New macros.
20833         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
20834         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
20835         if overflow occurs, as it's what __strtol does and it's more useful
20836         in practice.
20837         (__xstrtol): If __strtol reports some error other than ERANGE,
20838         reflect it to the caller as LONGINT_INVALID.  If it reports
20839         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
20840         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
20841         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
20842         value.
20843         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
20844         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
20845         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
20846         [defined UINTMAX_MAX]: New macros.
20847
20848 2003-10-14  Bruno Haible  <bruno@clisp.org>
20849
20850         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
20851
20852 2003-10-14  Bruno Haible  <bruno@clisp.org>
20853
20854         * m4/sig_atomic_t: New file, from GNU gettext.
20855         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
20856
20857 2003-10-14  Bruno Haible  <bruno@clisp.org>
20858
20859         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
20860         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
20861         Also use volatile where needed.
20862
20863 2003-10-12  Paul Eggert  <eggert@twinsun.com>
20864
20865         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
20866         Change maintainer from Bruno Haible to 'all'.
20867
20868 2003-10-12  Paul Eggert  <eggert@twinsun.com>
20869
20870         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
20871
20872 2003-10-12  Paul Eggert  <eggert@twinsun.com>
20873
20874         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
20875         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
20876         and define in terms of the other primitives.
20877         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
20878         (SIZE_MAX): Define if not already defined.
20879         (array_size_overflow): New function.
20880         (xalloc_die): Abort instead of exiting if 'error' returns.
20881         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
20882         (xmalloc, xrealloc): Use them.
20883         (xcalloc): Check for address arithmetic overflow.
20884         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
20885         a bit faster than strcpy.
20886
20887 2003-10-10  Simon Josefsson  <jas@extundo.com>
20888
20889         * modules/argp (Depends-on): Add restrict and strcase.
20890
20891 2003-10-10  Simon Josefsson  <jas@extundo.com>
20892
20893         * m4/argp.m4: Add AC_C_INLINE.
20894
20895 2003-10-08  Paul Eggert  <eggert@twinsun.com>
20896
20897         Merge getpass from libc, plus a few fixes.
20898
20899         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
20900         Include <stdbool.h>.
20901         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
20902         __fsetlocking to empty.
20903         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
20904         do include <bits/libc-lock.h>.
20905         Do not include <fcntl.h>; not needed.
20906         [_LIBC]: Include <wchar.h>.
20907         (NOTCANCEL_MODE): New macro.
20908         (flockfile, funlockfile) [_LIBC]: New macros.
20909         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
20910         [!_LIBC]: New macros.
20911         (call_fclose): New function.
20912         (getpass): Use it.  Save tty stream separately; this simplifies the
20913         code and makes it more reliable if stdin happens to equal stdout.
20914         Invoke __fsetlocking on tty.
20915         Handle thread cancellation if needed.
20916         Namespace cleanup (use __tcgetattr, __getline).
20917         Use bool for Booleans.
20918         [USE_IN_LIBIO]: Handle wide streams.
20919         [!_LIBC]: Unconditionally do the fseek, since we don't know what
20920         stream might go where.
20921
20922         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
20923         doesn't have to include <stdio.h> before us.
20924         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
20925         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
20926         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
20927         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
20928         if not declared, so that we can use getpass.c code from libc without
20929         rewriting it.
20930         (flockfile, ftrylockfile, funlockfile): New macros.
20931
20932 2003-10-08  Paul Eggert  <eggert@twinsun.com>
20933
20934         * modules/getpass: Depend on stdbool.
20935
20936 2003-10-08  Paul Eggert  <eggert@twinsun.com>
20937
20938         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
20939
20940 2003-10-07  Karl Berry  <karl@gnu.org>
20941
20942         * config/config.{guess,sub}: update from config.
20943
20944 2003-10-06  Jim Meyering  <jim@meyering.net>
20945             Bruno Haible  <bruno@clisp.org>
20946
20947         This lets translators provide better translations for the
20948         "Written by ..." part of --version output.
20949         * lib/version-etc.h: Include stdarg.h.
20950         (version_etc_copyright): Declare as readonly.
20951         (version_etc): Make this function variadic with a NULL-terminated list
20952         of author name strings.
20953         (version_etc_va): New declaration.
20954         * lib/version-etc.c: Include stdarg.h, stdlib.h.
20955         (version_etc_copyright): Declare as readonly.
20956         (version_etc_va): New function. Provide a different translatable string
20957         for each possible number of authors < 10. Abbreviate when there are 10
20958         authors or more.
20959         (version_etc): Make this function variadic. Call version_etc_va.
20960         Suggestion from Gary V. Vaughan.
20961
20962         * lib/long-options.h (parse_long_options): Change prototype: the
20963         authors string is moved to the end and becomes variadic.
20964         * lib/long-options.c: Include stdarg.h.
20965         (parse_long_options): Make this function variadic, too.
20966         Call version_etc_va, not version_etc.
20967
20968 2003-10-06  Bruno Haible  <bruno@clisp.org>
20969
20970         * modules/version-etc-2: Remove file.
20971         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
20972
20973 2003-10-06  Bruno Haible  <bruno@clisp.org>
20974
20975         * modules/fatal-signal: New file.
20976         * MODULES.html.sh (func_all_modules): Add fatal-signal.
20977
20978 2003-10-06  Bruno Haible  <bruno@clisp.org>
20979
20980         * m4/fatal-signal.m4: New file.
20981         * m4/signalblocking.m4: New file, from GNU gettext.
20982
20983 2003-10-06  Bruno Haible  <bruno@clisp.org>
20984
20985         * lib/version-etc-2.h: Remove file.
20986         * lib/version-etc-2.c: Remove file.
20987
20988 2003-10-06  Bruno Haible  <bruno@clisp.org>
20989
20990         * lib/fatal-signal.h: New file, from GNU gettext.
20991         * lib/fatal-signal.c: New file, from GNU gettext.
20992
20993 2003-10-05  Paul Eggert  <eggert@twinsun.com>
20994
20995         * README: Rework advice for preventing empty .o files.
20996         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
20997         not <sys/types.h>.
20998
20999 2003-10-04  Karl Berry  <karl@gnu.org>
21000
21001         * lib/argp*: update from libc.
21002
21003 2003-10-04  Karl Berry  <karl@gnu.org>
21004
21005         * config/config.{guess,sub}: update from config.
21006
21007 2003-10-02  Bruno Haible  <bruno@clisp.org>
21008
21009         * modules/lchown (Include): Add lchown.h.
21010         * modules/time_r (Include): Use "..." syntax.
21011         * modules/xgetdomainname (Include): Add xgetdomainname.h.
21012
21013 2003-10-01  Simon Josefsson  <jas@extundo.com>
21014
21015         * MODULES.html.sh (func_all_modules): Move gethostname from section
21016         'based on' to section 'lacking' POSIX:2001.
21017
21018 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
21019
21020         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
21021         to output mode on the same stream.
21022
21023 2003-09-29  Paul Eggert  <eggert@twinsun.com>
21024
21025         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
21026         Fix arg typo in previous patch.
21027
21028 2003-09-28  Jim Meyering  <jim@meyering.net>
21029
21030         * lib/error.c: Correct cpp indentation.
21031
21032 2003-09-27  Paul Eggert  <eggert@twinsun.com>
21033
21034         * modules/free: New file.
21035
21036 2003-09-27  Paul Eggert  <eggert@twinsun.com>
21037
21038         * m4/free.m4: New file.
21039
21040 2003-09-27  Paul Eggert  <eggert@twinsun.com>
21041
21042         * lib/minmax.h (MIN, MAX)
21043         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
21044         Omit the special code that used __typeof__, since we worry that
21045         it could be more trouble than it's worth.  See:
21046         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
21047         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
21048
21049         * lib/free.c: New file.
21050
21051 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
21052
21053         Trivial fixes to Makefile.am parts of module listings.
21054         * modules/strstr: Append strstr.h to lib_SOURCES.
21055         * modules/strcase: Likewise, for strcase.h.
21056
21057 2003-09-27  Karl Berry  <karl@gnu.org>
21058
21059         * config/mkinstalldirs: update from automake.
21060
21061 2003-09-26  Paul Eggert  <eggert@twinsun.com>
21062
21063         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
21064         (error_tail): Do not loop, reallocating temporary buffer, since
21065         the output cannot contain more wide characters than the input
21066         contains bytes, the size must be big enough already.  This avoids
21067         one potential size overflow calculation.  Check for size overflow
21068         when calculating temporary buffer size.  Free temporary buffer
21069         when done, if it was allocated with malloc; this plugs a memory
21070         leak.  Remove casts from void * to pointers, that are no longer
21071         needed now that we're assuming C89 or better.
21072
21073         Merge error changes from glibc.
21074
21075         * lib/error.c, error.h: Update copyright notice header to match glibc.
21076         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
21077         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
21078         Disable cancellation while printing error.
21079         * lib/error.h: Prepend __ to parameter names.
21080
21081 2003-09-26  Jim Meyering  <jim@meyering.net>
21082
21083         * lib/error.c (error_tail): Move some declarations
21084         into inner scope where the local variables are used.
21085
21086 2003-09-26  Bruno Haible  <bruno@clisp.org>
21087
21088         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
21089         stpncpy().
21090         Don't define stpncpy through config.h; it's now done through stpncpy.h.
21091
21092 2003-09-26  Bruno Haible  <bruno@clisp.org>
21093
21094         * lib/stpncpy.h (gnu_stpncpy): New declaration.
21095         (stpncpy): Define as alias for gnu_stpncpy.
21096         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
21097
21098 2003-09-25  Simon Josefsson  <jas@extundo.com>
21099
21100         * lib/xgetdomainname.h: New file.
21101         * lib/xgetdomainname.c: New file.
21102
21103 2003-09-25  Simon Josefsson  <jas@extundo.com>
21104             Bruno Haible  <bruno@clisp.org>
21105
21106         * modules/getdomainname: New file.
21107         * modules/xgetdomainname: New file.
21108         * MODULES.html.sh (func_all_modules): Add getdomainname,
21109         xgetdomainname.
21110
21111 2003-09-25  Simon Josefsson  <jas@extundo.com>
21112             Bruno Haible  <bruno@clisp.org>
21113
21114         * m4/getdomainname.m4: New file.
21115
21116 2003-09-25  Simon Josefsson  <jas@extundo.com>
21117             Bruno Haible  <bruno@clisp.org>
21118
21119         * lib/getdomainname.h: New file.
21120         * lib/getdomainname.c: New file.
21121
21122 2003-09-25  Karl Berry  <karl@gnu.org>
21123
21124         * lib/argp-fmtstream.c, argp-help.c: update from libc.
21125
21126 2003-09-25  Karl Berry  <karl@gnu.org>
21127
21128         * config/install-sh: update from automake.
21129
21130 2003-09-25  Bruno Haible  <bruno@clisp.org>
21131
21132         * modules/version-etc-2: New file, from modules/version-etc with
21133         modifications.
21134         * MODULES.html.sh (func_all_modules): Add version-etc-2.
21135
21136 2003-09-25  Bruno Haible  <bruno@clisp.org>
21137
21138         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
21139         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
21140
21141 2003-09-24  Simon Josefsson  <jas@extundo.com>
21142
21143         * modules/xgethostname: Add xgethostname.h.
21144
21145 2003-09-24  Paul Eggert  <eggert@twinsun.com>
21146
21147         * lib/linebuffer.c (freebuffer): Don't free the argument, just
21148         the buffer associated with the argument.  Bug reported by
21149         Simon Josefsson.
21150
21151 2003-09-24  Paul Eggert  <eggert@twinsun.com>
21152
21153         * README: Document assumptions that 'int' is at least 32 bits
21154         wide, that integer arithmetic is 2's complement without overflow,
21155         that there are no holes in integer values, that adding sizes of
21156         two nonoverlapping objects can't overflow, and that all-bits-zero
21157         yields scalar zero.  Fix spelling and capitalization typos.
21158
21159 2003-09-19  Karl Berry  <karl@gnu.org>
21160
21161         * lib/argp.h: update from libc.
21162
21163 2003-09-17  Paul Eggert  <eggert@twinsun.com>
21164
21165         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
21166         to avoid spurious warnings like "AC_RUN_IFELSE was called before
21167         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
21168
21169 2003-09-17  Paul Eggert  <eggert@twinsun.com>
21170
21171         * gnulib-tool: Use "test -h", not "test -L", for portability
21172         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
21173         (tags_regexp): Remove, since \| doesn't conform to POSIX.
21174         (sed_extract_prog): Issue s commands one-by-one, rather than
21175         using \| in one s command.
21176
21177 2003-09-16  Paul Eggert  <eggert@twinsun.com>
21178
21179         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
21180         input error, instead of returning NULL the next time we are called
21181         (and therefore losing track of errno).
21182
21183 2003-09-16  Bruno Haible  <bruno@clisp.org>
21184
21185         * gnulib-tool (func_create_testdir): Warn about duplicated
21186         dependencies.
21187
21188 2003-09-15  Paul Eggert  <eggert@twinsun.com>
21189
21190         * modules/argmatch, modules/fatal, modules/obstack,
21191         modules/xalloc, modules/xgethostname: Sort dependencies by
21192         importance, not alphabetically.
21193
21194 2003-09-15  Paul Eggert  <eggert@twinsun.com>
21195
21196         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
21197         fails, so that the caller gets the proper errno.
21198
21199         * lib/readutmp.c (read_utmp): Likewise.
21200         Check for fstat error.  Close stream and free storage
21201         when failing.
21202
21203 2003-09-14  Karl Berry  <karl@gnu.org>
21204
21205         * config/srclist.txt (strdup.c): disable for c89 changes.
21206
21207 2003-09-14  Jim Meyering  <jim@meyering.net>
21208
21209         * lib/getloadavg.c: Correct cpp indentation.
21210         * lib/strdup.c: Likewise.
21211         * lib/vasnprintf.c: Likewise.
21212
21213 2003-09-14  Bruno Haible  <bruno@clisp.org>
21214
21215         * modules/fwriteerror: New file.
21216         * MODULES.html.sh (func_all_modules): Add fwriteerror.
21217
21218 2003-09-14  Bruno Haible  <bruno@clisp.org>
21219
21220         * lib/fwriteerror.h: New file.
21221         * lib/fwriteerror.c: New file.
21222
21223 2003-09-12  Paul Eggert  <eggert@twinsun.com>
21224
21225         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
21226         modules/xgethostname, modules/xalloc: Depend on exit.
21227
21228 2003-09-12  Paul Eggert  <eggert@twinsun.com>
21229
21230         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
21231
21232         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
21233         and AC_MINIX, too, so that their extensions are available.
21234
21235         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
21236         This macro has been superseded by gl_BACKUPFILE.
21237
21238         More patches to assume C89 or better.
21239
21240         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
21241
21242         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
21243         unconditionally.
21244         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
21245         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
21246         Include <string.h>, <stdlib.h> unconditionally.
21247         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
21248         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
21249         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
21250         headers or for string.h.
21251         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
21252         or strtoul.
21253
21254         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
21255         headers.
21256         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
21257         * m4/userspec.m4 (gl_USERSPEC): Likewise.
21258         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
21259         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
21260         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
21261         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
21262         memcpy, memset.
21263         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
21264         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
21265         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
21266         strtol.
21267         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
21268         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
21269         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
21270         strtoul.
21271
21272 2003-09-12  Paul Eggert  <eggert@twinsun.com>
21273
21274         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
21275         * lib/obstack.c [!defined _LIBC]: Likewise.
21276         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
21277         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
21278         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
21279
21280         More changes to assume C89 or better.
21281
21282         * lib/error.c (error_tail): Assume vprintf.
21283
21284         * lib/argmatch.c (getenv): Remove decl.
21285         * lib/progreloc.c (get_full_program_name): Define via prototype.
21286         * lib/setenv.c (clearenv): Likewise.
21287         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
21288         needed.
21289         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
21290         (malloc, memcpy): Remove decls.
21291         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
21292         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
21293         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
21294         (memcpy): Remove macro.
21295         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
21296         (__P): Remove.  All uses removed.
21297         (PTR): Remove.  All uses changed to void *.
21298         (CHAR_BIT, NULL): Remove.
21299         (spaces, zeros, memset_space, memset_zero)
21300         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
21301         Remove.
21302         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
21303         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
21304         Define with prototype.
21305         Remove now-unnecessary prototype decl.
21306         (extra_args_spec): Assume ANSI C.  All uses changed.
21307         (extra_args_spec_iso): Remove.
21308         (my_strftime, emacs_strftimeu): Define via prototype.
21309         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
21310         unconditionally.
21311         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
21312         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
21313         (strtoul, strtol): Remove decls.
21314         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
21315         LONG_MAX): Remove.
21316         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
21317         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
21318         (LOCALE_PARAM_PROTO): New macro.
21319         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
21320         (INTERNAL (strtol), strtol): Define with a prototype.
21321         (PARAMS): Remove.  All uses removed.
21322         * lib/tempname.c: Include <string.h> unconditionally.
21323         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
21324         * lib/xgethostname.c (main): Define with a prototype.
21325         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
21326         Include <stdlib.h> unconditionally.
21327         (calloc, malloc, realloc, free): Remove decls.
21328         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
21329         Include <stdlib.h> unconditionally.  Sort include file names.
21330         (strtod): Remove.
21331         (xstrtod): Define with a prototype.
21332         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
21333         (strtol, strtoul): Remove decls.
21334
21335 2003-09-11  Paul Eggert  <eggert@twinsun.com>
21336
21337         More patches to assume C89 or better.
21338         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
21339         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
21340         string.h, memchr, STDC_HEADERS.
21341
21342 2003-09-11  Paul Eggert  <eggert@twinsun.com>
21343
21344         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
21345         Include <stdlib.h>, <string.h> unconditionally.
21346         Remove now-unnecessary cast to char *.
21347         * lib/strnlen.c: Include <string.h> unconditionally.
21348         * lib/yesno.c (yesno): Define with a prototype.
21349
21350 2003-09-11  Bruno Haible  <bruno@clisp.org>
21351
21352         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
21353
21354 2003-09-10  Jim Meyering  <jim@meyering.net>
21355
21356         * lib/error.c: Correct indentation of cpp directives.
21357
21358 2003-09-10  Bruno Haible  <bruno@clisp.org>
21359
21360         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
21361         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
21362         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
21363         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
21364         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
21365         <stdlib.h> and <string.h> checks.
21366         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
21367         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
21368
21369 2003-09-10  Bruno Haible  <bruno@clisp.org>
21370
21371         * lib/strcspn.c: Include <string.h> unconditionally.
21372         * lib/strpbrk.c: Include <string.h> unconditionally.
21373         * lib/strstr.c: Include <string.h> unconditionally.
21374         * lib/unicodeio.c: Include <string.h> unconditionally.
21375         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
21376         * lib/unsetenv.c: Likewise.
21377         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
21378         * lib/yesno.c: Include <stdlib.h> unconditionally.
21379         (rpmatch): Add prototype.
21380
21381 2003-09-09  Paul Eggert  <eggert@twinsun.com>
21382
21383         More patches to assume C89 or better.
21384         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
21385         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
21386         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
21387         or for string.h.
21388         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
21389         stdlib.h.
21390         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
21391         C headers.
21392         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
21393         string.h.
21394         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
21395         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
21396         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
21397         or for string.h.
21398         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
21399         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
21400         C headers.
21401         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
21402         memcpy.
21403         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
21404         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
21405         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
21406         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
21407         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
21408         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
21409         string.h, free.
21410         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
21411         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
21412         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
21413         C headers, or for string.h.
21414         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
21415         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
21416         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
21417         headers, memory.h, stdlib.h, string.h, strings.h.
21418         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
21419         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
21420         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
21421         strchr.
21422         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
21423         headers, memory.h, string.h.
21424         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
21425         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
21426         free.
21427         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
21428         headers.
21429         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
21430         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
21431         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
21432         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
21433         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
21434
21435 2003-09-09  Paul Eggert  <eggert@twinsun.com>
21436
21437         More K&R removal.
21438
21439         * lib/acosl.c (main): Use a prototype.
21440         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
21441         tanl.c: Likewise.
21442
21443         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
21444
21445         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
21446         (getopt, etopt_long, getopt_long_only, _getopt_internal)
21447         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
21448         with a prototype.
21449         * lib/getopt.c (const): Remove macro.
21450         Include <string.h> unconditionally.
21451         (my_index): Remove; all uses changed to strchr.
21452         (strlen): Remove decl.
21453         (exchange): Remove forward decl; no longer needed.
21454         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
21455         Define with prototype.
21456         * lib/getopt1.c (const): Remove macro.
21457         (getopt_long, getopt_long_only, main): Define with prototype.
21458
21459         * lib/getugroups.c: Include <string.h> unconditionally.
21460
21461         * lib/getusershell.c: Include <stdlib.h> unconditionally.
21462         (getusershell, setusershell, endusershell, readname, main):
21463         Define with prototypes.
21464
21465         * lib/group-member.c: Include group-member.h first.
21466         Include <stdlib.h> unconditionally.
21467
21468         * lib/hard-locale.c: Include hard-locale.h first.
21469         Include <stdlib.h>, <string.h> unconditionally.
21470
21471         * lib/hash.c (free, malloc): Remove decls.
21472         Include <stdlib.h> unconditionally.
21473
21474         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
21475         (getenv): Do not declare.
21476
21477         * lib/idcache.c: Include <string.h> unconditionally.
21478
21479         * lib/long-options.c: Include long-options.h first, to test interface.
21480         Include <stdlib.h> unconditionally.
21481
21482         * lib/makepath.c: Include makepath.h first, to test interface.
21483         Include <stdlib.h> and <string.h> unconditionally.
21484
21485         * lib/linebuffer.c: Include <stdlib.h>.
21486         (free): Remove decl.
21487
21488         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
21489         stddef.h. rpl_malloc returns void *, not char *.
21490         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
21491         prototype.
21492
21493         * lib/md5.h: Include <limits.h> unconditionally.
21494         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
21495         (__P): Remove; all uses removed.
21496         * lib/md5.c: Include "md5.h" first.
21497         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
21498         md5_buffer, md5_process_bytes, md5_process_block):
21499         Define with prototypes.
21500         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
21501         * lib/sha.c: Include "sha.h" first.
21502         Include <stdlib.h>, <string.h> unconditionally.
21503
21504         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
21505         * lib/memcmp.c (__ptr_t): Likewise.
21506         * lib/memrchr.c (__ptr_t): Likewise.
21507         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
21508         Include <string.h> unconditionally.
21509         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
21510         * lib/memchr.c: Include <stdlib.h> unconditionally.
21511         * lib/memchr.c (LONG_MAX): Remove.
21512         * lib/memrchr.c (LONG_MAX): Likewise.
21513         * lib/memchr.c (__memchr): Define via a prototype.
21514         * lib/memrchr.c (__memrchr): Likewise.
21515         * lib/memcmp.c (__P): Remove, and remove all uses.
21516         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
21517         Remove forward decls; no longer needed.
21518         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
21519         Use types required by C89 in prototype.
21520
21521         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
21522         * lib/savedir.c: Likewise.
21523         * lib/mkdir.c (free): Remove decl.
21524         * lib/rmdir.c (rmdir): Define with a prototype.
21525         * lib/savedir.c: Include savedir.h first, to test interface.
21526
21527         * lib/mktime.c (STDC_HEADERS): Remove.
21528         Include <stdlib.h>, <string.h> unconditionally.
21529
21530         * lib/modechange.c: Include <stdlib.h> unconditionally.
21531         (malloc): Remove decl.
21532
21533         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
21534         (free): Remove decl.
21535
21536         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
21537         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
21538         (This type really should be intptr_t, but that's a C99ism.)
21539         (_obstack_memcpy): Remove: all uses changed to memcpy.
21540         Include <string.h> unconditionally.
21541         (struct obstack): Assume __STDC__ for types of members
21542         chunkfun, freefun, extra_arg.
21543         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
21544         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
21545         obstack_begin, obstack_specify_allocation,
21546         obstack_specify_allocation_with_arg, obstack_chunkfun,
21547         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
21548         Remove unprototyped decls and the macros that use them.
21549         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
21550         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
21551         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
21552         (defined __STDC__ && __STDC__)]:
21553         Remove nonprototyped code.
21554         Include <stdlib.h> unconditionally.
21555         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
21556         _obstack_allocated_p, _obstack_free, obstack_free,
21557         _obstack_memory_used, print_and_abort):
21558         Define using prototypes.
21559         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
21560         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
21561         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
21562         obstack_next_free, obstack_object_size, obstack_room) [0]:
21563         Remove unused, unprototyped code.
21564
21565         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
21566
21567         * lib/physmem.c (physmem_total, physmem_available, main): Define
21568         with prototypes.
21569
21570         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
21571         (main): Define with a prototype.
21572
21573         * lib/posixver.c (getenv): Remove decl.
21574
21575         * lib/putenv.c (malloc): Returns void *, not char *.
21576         Include <string.h> unconditionally.
21577         (strchr, memcpy, NULL): Do not define.
21578
21579         * lib/readtokens.c: Include readtokens.h first, to test interface.
21580         Include <stdlib.h>, <string.h> unconditionally.
21581         (init_tokenbuffer): Define with a prototype.
21582
21583         * lib/regex.c (PARAMS): Remove.  All uses removed.
21584         All uses of _RE_ARGS removed, too.
21585         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
21586         unconditionally.
21587         (bzero): Assume memset exists.
21588         (memcmp, memcpy, NULL): Remove.
21589         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
21590         char, or assignments to local vars of type signed char.
21591         (init_syntax_once, PREFIX(extract_number_and_incr),
21592         PREFIX(print_partial_compiled_pattern),
21593         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
21594         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
21595         PREFIX(regex_grow_registers), PREFIX(regex_compile),
21596         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
21597         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
21598         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
21599         wcs_compile_range, byte_compile_range, truncate_wchar,
21600         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
21601         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
21602         count_mbs_length, wcs_re_match_2_internal,
21603         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
21604         PREFIX(alt_match_null_string_p),
21605         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
21606         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
21607         regfree, PREFIX(extract_number)): Define with prototype.  Remove
21608         now-unnecessary declaration, if any.
21609         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
21610         regcomp, regexec):
21611         Remove now-unnecessary casts among pointer types.
21612         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
21613
21614         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
21615         (free): Remove decl.
21616
21617         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
21618
21619         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
21620         (free): Remove decl.
21621
21622         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
21623         * lib/xgetcwd.c: Likewise.
21624
21625         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
21626         (free): Remove decl.
21627
21628         * lib/strchrnul.c (strchrnul): Define with a prototype.
21629         Fix bug: c_in was not converted to char before searching.
21630
21631         The following changes are not K&R related:
21632
21633         * lib/group-member.h: Include <sys/types.h>, so that this file is
21634         self-contained.
21635         * lib/makepath.h: Likewise.
21636
21637         * lib/getusershell.c (readname, default_index, line_size, readname):
21638         Use size_t, not int, for sizes.
21639         (readname): If the size overflows, report an error instead of
21640         looping forever.
21641
21642 2003-09-09  Paul Eggert  <eggert@twinsun.com>
21643
21644         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
21645         libc.
21646
21647 2003-09-09  Paul Eggert  <eggert@twinsun.com>
21648
21649         * README: New section: portability guidelines.
21650
21651 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
21652
21653         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
21654         C89 spec.
21655
21656 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
21657
21658         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
21659
21660 2003-09-08  Paul Eggert  <eggert@twinsun.com>
21661
21662         Assume C89 or better; remove K&R cruft.
21663         A few of these changes were first proposed by Derek Robert Price
21664         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
21665
21666         * lib/addext.c: Include <string.h> unconditionally.
21667         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
21668         Don't declare getenv or malloc.
21669
21670         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
21671         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
21672         (NULL): Remove.
21673         (find_stack_direction, alloca): Use prototypes.
21674
21675         * lib/atexit.c (atexit): Define using a prototype.
21676
21677         * lib/basename.c, dirname.c, stripslash.c:
21678         Include <string.h> unconditionally.
21679
21680         * lib/bcopy.c: Include <stddef.h>.
21681         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
21682
21683         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
21684
21685         * lib/error.h (error, error_at_line, error_print_progname)
21686         [! (defined (__STDC__) && __STDC__)]: Remove decls.
21687         * lib/error.c: Include error.h first, to check interface.
21688         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
21689         (VA_START): Remove; all uses changeed to va_start.
21690         (exit, strerror): Remove decls.
21691         (error_print_progname): Prototype uncondionally.
21692         Don't include <errno.h>; no longer needed.
21693         (private_strerror): Remove.
21694         (error_tail): Always define.
21695         (error, error_at_line): Assume C89 or better; always use prototypes.
21696         * lib/fatal.c: Include "fatal.h" first, to test interface.
21697         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
21698         (VA_START): Remove; all uses changed to va_start.
21699         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
21700         this case.
21701         (exit): Remove decl.
21702         (fatal): Prototype unconditionally.  Assume va_start works.
21703         Abort at end, to pacify gcc.
21704
21705         * lib/euidaccess.c (main): Define with a prototype.
21706
21707         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
21708
21709         * lib/exitfail.c: Include <stdlib.h> unconditionally.
21710
21711         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
21712         prototypes.
21713         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
21714         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
21715         (getenv): Remove decl.
21716         (fnmatch): Define using a prototype.
21717         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
21718         (FCT): Define using a prototype.
21719
21720         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
21721
21722         * lib/gethostname.c: Include <stddef.h>.
21723         (gethostname): Define with prototype.  Length is size_t, not int.
21724
21725 2003-09-08  Paul Eggert  <eggert@twinsun.com>
21726
21727         Assume C89 or better; remove K&R cruft.
21728         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
21729         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
21730         string.h, getenv, malloc.
21731         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
21732         headers.
21733         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
21734         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
21735         do not check for strerror.
21736         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
21737         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
21738         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
21739         do not check for doprnt or vprintf.
21740         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
21741         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
21742
21743 2003-09-08  Paul Eggert  <eggert@twinsun.com>
21744
21745         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
21746         getversion.c should have been removed then, but was accidentally
21747         preserved.
21748
21749         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
21750         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
21751
21752 2003-09-08  Karl Berry  <karl@gnu.org>
21753
21754         * config/config.sub, config.guess, srclistvars.sh: update from savannah
21755                 config, forget about prep.
21756
21757         * config/depcomp, missing: update from automake.
21758
21759 2003-09-07  Paul Eggert  <eggert@twinsun.com>
21760
21761         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
21762         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
21763
21764 2003-09-07  Paul Eggert  <eggert@twinsun.com>
21765
21766         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
21767         copy_tm_result.  Bug reported by Simon Josefsson in
21768         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
21769
21770 2003-09-06  Paul Eggert  <eggert@twinsun.com>
21771
21772         * m4/time_r.m4: New file.
21773         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
21774         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
21775         is. Check for timegm declaration.
21776         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
21777         Do not check for gmtime_r.
21778         Replace mktime if __mktime_internal does not exist and if mktime
21779         hasn't been replaced already.
21780
21781 2003-09-06  Paul Eggert  <eggert@twinsun.com>
21782
21783         * lib/time_r.c, lib/time_r.h: New files.
21784
21785         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
21786         __localtime_r.
21787         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
21788         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
21789
21790         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
21791         __gmtime_r.
21792         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
21793         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
21794         Include <time_r.h>.
21795
21796         * lib/timegm.c: Switch to glibc implementation, with the following
21797         changes:
21798         [defined HAVE_CONFIG_H]: Include <config.h>.
21799         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
21800         (__mktime_internal) [!defined _LIBC]: New decl.
21801         (__gmtime_r) [!defined _LIBC]: New macro and function.
21802         (timegm): Use a prototype, since gnulib assumes C89.
21803         Do not bother declaring tmp to be const, as it's not really usefu.
21804         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
21805         (timegm): Declare only if HAVE_DECL_TIMEGM.
21806
21807 2003-09-06  Paul Eggert  <eggert@twinsun.com>
21808
21809         * MODULES.html.sh (func_all_modules): Add time_r.
21810         * modules/time_r: New file.
21811         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
21812         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
21813
21814 2003-09-03  Paul Eggert  <eggert@twinsun.com>
21815
21816         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
21817         Bug reported by Lute Kamstra in
21818         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
21819
21820         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
21821         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
21822         course with correspondingly smaller numbers for tomorrow and
21823         yesterday.  From Tadayoshi Funaba.  Originally installed into
21824         sh-utils on 1999-08-07, but the patch got lost (I guess during the
21825         coreutils merge?).
21826
21827 2003-08-31  Simon Josefsson  <jas@extundo.com>
21828
21829         * modules/timegm: New file.
21830         * MODULES.html.sh (func_all_modules): Add timegm.
21831
21832 2003-08-31  Simon Josefsson  <jas@extundo.com>
21833
21834         * m4/timegm.m4: New file.
21835
21836 2003-08-31  Simon Josefsson  <jas@extundo.com>
21837
21838         * lib/timegm.h: New file.
21839         * lib/timegm.c: New file.  Based on
21840         wget-1.8.2/src/http.c:mktime_from_utc.
21841
21842 2003-08-31  Karl Berry  <karl@gnu.org>
21843
21844         * lib/argp.h: update from libc.
21845
21846 2003-08-28  Bruno Haible  <bruno@clisp.org>
21847
21848         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
21849         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
21850         followed by '#define fnmatch fnmatch_posix' gives an error.
21851
21852 2003-08-28  Bruno Haible  <bruno@clisp.org>
21853
21854         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
21855         warning on QNX, which defines O_BINARY to 000000.
21856
21857 2003-08-27  Jim Meyering  <jim@meyering.net>
21858
21859         * m4/mkstemp.m4: Require that the system mkstemp be able to create
21860         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
21861         would fail after 32.  Reported by Danny Levinson.  Details here:
21862         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
21863
21864 2003-08-24  Bruno Haible  <bruno@clisp.org>
21865
21866         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
21867         MSVC7 <stdio.h> is included later.
21868
21869 2003-08-22  Simon Josefsson  <jas@extundo.com>
21870
21871         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
21872
21873 2003-08-20  Karl Berry  <karl@gnu.org>
21874
21875         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
21876
21877 2003-08-20  Bruno Haible  <bruno@clisp.org>
21878
21879         * modules/progname: New file.
21880         * MODULES.html.sh (func_all_modules): Add progname.
21881
21882 2003-08-20  Bruno Haible  <bruno@clisp.org>
21883
21884         * lib/progname.h: New file, from GNU gettext.
21885         * lib/progname.c: New file, from GNU gettext.
21886         * lib/progreloc.c: New file, from GNU gettext.
21887
21888 2003-08-19  Jim Meyering  <jim@meyering.net>
21889
21890         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
21891         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
21892
21893 2003-08-19  Bruno Haible  <bruno@clisp.org>
21894
21895         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
21896         more.
21897
21898 2003-08-19  Bruno Haible  <bruno@clisp.org>
21899
21900         * lib/xstrdup.c: Assume <string.h> exists.
21901
21902 2003-08-18  Paul Eggert  <eggert@twinsun.com>
21903
21904         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
21905         in makefile rules.
21906
21907 2003-08-18  Jim Meyering  <jim@meyering.net>
21908
21909         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
21910         * m4/lib-ld.m4: Likewise.
21911
21912 2003-08-18  Jim Meyering  <jim@meyering.net>
21913
21914         * lib/setenv.h: Indent nested cpp directive.
21915         * lib/vasnprintf.c: Remove trailing blanks.
21916
21917 2003-08-17  Simon Josefsson  <jas@extundo.com>
21918
21919         * modules/xstrndup: New file.
21920         * MODULES.html.sh (func_all_modules): Add xstrndup.
21921
21922 2003-08-17  Simon Josefsson  <jas@extundo.com>
21923
21924         * modules/argp: Fix autoconf macro name. Add more dependencies.
21925
21926 2003-08-17  Simon Josefsson  <jas@extundo.com>
21927
21928         * m4/xstrndup.m4: New file.
21929
21930 2003-08-17  Simon Josefsson  <jas@extundo.com>
21931
21932         * m4/argp.m4: New file.
21933
21934 2003-08-17  Simon Josefsson  <jas@extundo.com>
21935             Bruno Haible  <bruno@clisp.org>
21936
21937         * lib/xstrndup.h: New file.
21938         * lib/xstrndup.c: New file.
21939
21940 2003-08-17  Bruno Haible  <bruno@clisp.org>
21941
21942         * modules/strndup (Files, Include): Add lib/strndup.h.
21943
21944 2003-08-17  Bruno Haible  <bruno@clisp.org>
21945
21946         * modules/euidaccess (Files): Add lib/euidaccess.h.
21947
21948 2003-08-17  Bruno Haible  <bruno@clisp.org>
21949
21950         * lib/strndup.h: New file.
21951
21952 2003-08-17  Bruno Haible  <bruno@clisp.org>
21953
21954         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
21955         like AC_GNU_SOURCE.
21956         * modules/extensions (configure.ac): Comment out the invocation of
21957         gl_USE_SYSTEM_EXTENSIONS.
21958
21959 2003-08-16  Paul Eggert  <eggert@twinsun.com>
21960
21961         Merges from coreutils, etc.
21962         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
21963         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
21964         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
21965         fixing a typo.
21966         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
21967         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
21968
21969 2003-08-16  Paul Eggert  <eggert@twinsun.com>
21970
21971         Document merge from coreutils.
21972         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
21973         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
21974         * modules/utime: Add m4/utimes-null.m4.
21975
21976 2003-08-16  Paul Eggert  <eggert@twinsun.com>
21977
21978         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
21979         space, undoing this 2003-08-12 change:
21980         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
21981
21982 2003-08-16  Paul Eggert  <eggert@twinsun.com>
21983
21984         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
21985         strtoul.c from libc, undoing this 2003-08-12 change:
21986         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
21987
21988 2003-08-16  Jim Meyering  <jim@meyering.net>
21989
21990         Merges from coreutils.
21991         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
21992         prefix.  Adjust cache variables similarly.  Create 500 rather than
21993         just 300 files, to exercise bug on Darwin6.5, too.
21994         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
21995         $missing_dir.
21996         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
21997         AM_SYS_POSIX_TERMIOS.
21998         Reported by mkc@mathdogs.com.
21999         Also change use of $am_cv_sys_posix_termios
22000         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
22001         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
22002         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
22003         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
22004         in /proc/mounts until it finds one with matching device number.  This
22005         is unnecessary when the FILE argument *is* a mount point.  No stat call
22006         is necessary in that case.  So, disable the statvfs-testing code on
22007         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
22008         as RedHat bug# 84846.
22009         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
22010         to 1MB, so as not to render systems with no stack size limit (e.g.,
22011         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
22012         Include <unistd.h>.  On some systems,
22013         it is required for the definition of _SC_PAGESIZE.
22014
22015 2003-08-16  Jim Meyering  <jim@meyering.net>
22016
22017         Merge from coreutils.
22018         * lib/xstrtoimax.c: #else #if -> #elif.
22019         * lib/xstrtoumax.c: Likewise.
22020
22021 2003-08-16  Jim Meyering  <jim@meyering.net>
22022
22023         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
22024         * m4/utimes.m4: Removed.
22025         * m4/utimes-null.m4: Renamed from utimes.m4.
22026
22027         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
22028         to 1MB, so as not to render systems with no stack size limit (e.g.,
22029         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
22030         Include <unistd.h>.  On some systems,
22031         it is required for the definition of _SC_PAGESIZE.
22032
22033 2003-08-16  Jim Meyering  <jim@meyering.net>
22034         and Paul Eggert  <eggert@cs.ucla.edu>
22035
22036         Merges from coreutils, etc.
22037
22038         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
22039         using the latest version from cvs.  This avoids problems with #line
22040         directives using a vendor (Sun) compiler.
22041         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
22042         Don't set GETGROUPS_LIB here; now it's
22043         done via getgroups.m4's wrapper function.
22044         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
22045         rather than just in sh-util/configure.in, so that the
22046         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
22047         same.
22048         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
22049         AC_FUNC_GETLOADAVG where to find getloadavg.c.
22050         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
22051         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
22052         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
22053         Remove code that is now done by the newly-required macros.
22054         Append $(EXEEXT) to DF_PROG.
22055         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
22056         Do not invoke or require the following here,
22057         since prereq.m4 or some gnulib .m4 now does this for us:
22058         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
22059         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
22060         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
22061         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
22062         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
22063         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
22064         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
22065         AC_FUNC_OBSTACK.
22066         Do not replace the following functions, as this is now the job
22067         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
22068         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
22069         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
22070         atexit getpass, strdup, getpagesize.
22071         Replace 'raise'.
22072         Do not check for the following functions, as this is now the job
22073         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
22074         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
22075         setregid.
22076         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
22077         Check for sys/sysctl.h.
22078         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
22079         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
22080         of checking for ssize_t ourselves.
22081
22082         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
22083         Require every macro that gnulib/modules/* suggests for us.
22084         (jm_PREREQ_ADDEXT): New macro.
22085         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
22086         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
22087
22088         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
22089         (gl_PHYSMEM): Use it.
22090         Also check for `table' function.
22091         Check for new headers and functions.
22092         Add check for sys/sysmp.h.
22093         With suggestions from Kaveh Ghazi.
22094         Ignore headers that are present but cannot be compiled.  This
22095         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
22096         C 5.4.
22097
22098 2003-08-15  Paul Eggert  <eggert@twinsun.com>
22099
22100         Document merge from coreutils.
22101         * modules/userspec: Depend on posixver.
22102         * modules/strftime: Depend on tzset.
22103
22104 2003-08-15  Paul Eggert  <eggert@twinsun.com>
22105
22106         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
22107         rather than tab, after '#' in shell-script copyright notices.
22108         Suggested by Bruno Haible.
22109
22110 2003-08-15  Paul Eggert  <eggert@twinsun.com>
22111
22112         * config/srclist-update: Use three spaces, rather than tab, after '#'
22113         in shell-script copyright notices.  Suggested by Bruno Haible.
22114         Remove unnecessary parenthesization in regular expression.
22115
22116 2003-08-15  Jim Meyering  <jim@meyering.net>
22117
22118         Merge from coreutils.
22119         * lib/xgethostname.c: Include <stdlib.h>.
22120         (xghostname): Don't exit for anything other than memory-related
22121         failure; just return NULL.
22122         * lib/userspec.c: Include "posixver.h".
22123         (parse_user_spec): Accept `.' as a separator only
22124         in pre-POSIX-200112 mode.
22125         * lib/strtoimax.c: Use #elif rather than #else #if.
22126         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
22127         Remove function, now that we can rely on a working tzset function.
22128         [!_LIBC]: Ensure that the required autoconf test has been run.
22129         [!defined _NL_CURRENT && HAVE_STRFTIME]:
22130         Use underlying_strftime for %r.
22131         * lib/sha.c: Merge in some clean-up and optimization changes from
22132         glibc.
22133         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
22134         Ensure that it is a multiple of 64.
22135         Rearrange loop exit tests so as to avoid performing an
22136         additional fread after encountering an error or EOF.
22137         * lib/realloc.c: Update copyright date.
22138
22139 2003-08-15  Jim Meyering  <jim@meyering.net>
22140         and Paul Eggert  <eggert@twinsun.com>
22141
22142         Merge from coreutils.
22143         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
22144         member but strut utmpx does not.  Needed for AIX 4.3.3.
22145         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
22146
22147 2003-08-15  Jim Meyering  <jim@meyering.net>
22148         and Paul Eggert  <eggert@cs.ucla.edu>
22149
22150         Merges from coreutils, etc.
22151         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
22152         Require gl_FUNC_TZSET_CLOBBER.
22153         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
22154         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
22155         members.
22156
22157 2003-08-14  Paul Eggert  <eggert@twinsun.com>
22158
22159         Help the merge from coreutils.
22160         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
22161         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
22162         * m4/tzset.m4: Use it too.
22163
22164 2003-08-14  Paul Eggert  <eggert@twinsun.com>
22165
22166         * modules/tzset: New file.
22167
22168 2003-08-14  Jim Meyering  <jim@meyering.net>
22169
22170         Merges from coreutils.
22171         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
22172         variable names, rather than @FNMATCH_H@.
22173         * modules/alloca: Likewise for $(ALLOCA_H).
22174
22175         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
22176         the three copies of the literal target, `fnmatch.h'.
22177         * modules/alloca (alloca.h): Likewise.
22178
22179 2003-08-14  Jim Meyering  <jim@meyering.net>
22180
22181         Merge from coreutils.
22182         * m4/tzset.m4: New file.
22183         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
22184         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
22185         otherwise, AIX 5.1 systems would end up using the latter.
22186         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
22187         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
22188         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
22189         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
22190
22191 2003-08-14  Jim Meyering  <jim@meyering.net>
22192
22193         Merge from coreutils.
22194         * lib/obstack.h: Whitespace changes.
22195         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
22196         and xcalloc return values.
22197         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
22198         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
22199         hang on OSF/1 5.1 for DIR on both local and remote file systems.
22200         Reported by (and fix confirmed by) Nelson H. F. Beebe.
22201         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
22202         error from mntctl.
22203         Use mntctl's return value to drive the entry-processing loop, since
22204         we can't rely on the value of the vmt_length member in the last
22205         entry.  On some systems doing so could result in exhausting
22206         virtual memory.  Based in part on a patch from Mike Jetzer.
22207
22208 2003-08-14  Jim Meyering  <jim@meyering.net>
22209         and Paul Eggert  <eggert@twinsun.com>
22210
22211         Merges from coreutils, plus other fixes.
22212         * lib/physmem.c: Merge in portability changes from gcc/libiberty
22213         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
22214         for credits and details.  Thanks to Kaveh Ghazi for helping
22215         to keep these files in sync.
22216         (ARRAY_SIZE): Define it.
22217         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
22218         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
22219         (memcasecmp): Don't assume size_t fits in unsigned int.
22220         Remove casts and duplicate code.
22221         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
22222         (memcpy): Remove definition.
22223         Merge in some clean-up and optimization changes from glibc.
22224         [BLOCKSIZE]: Move definition to top of file.
22225         Ensure that it is a multiple of 64.
22226         Rearrange loop exit tests so as to avoid performing an
22227         additional fread after encountering an error or EOF.
22228         * lib/md5.h (md5_uintptr): Define.
22229         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
22230         return to the initial working directory.  Preserve errno
22231         for caller.
22232         * lib/idcache.c: Include "xalloc.h".
22233         (xmalloc, xrealloc): Remove decls.
22234         (getuser): Remove casts no longer required in C89.
22235         * lib/human.c: Include stdio.h, for sprintf.
22236         * lib/group-member.c: Include "xalloc.h".
22237         (xmalloc, xrealloc): Remove decls.
22238         (get_group_info): Remove casts no longer required in C89.
22239         * lib/getusershell.c (readname): Remove casts no longer required in
22240         C89.
22241         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
22242         * lib/getline.c: Whitespace fix, from coreutils.
22243
22244 2003-08-13  Paul Eggert  <eggert@twinsun.com>
22245
22246         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
22247         Check for isascii.
22248
22249         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
22250         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
22251         Undo previous (whitespace-only) change.
22252
22253 2003-08-13  Paul Eggert  <eggert@twinsun.com>
22254
22255         * lib/exclude.c: Include <ctype.h>
22256         (IN_CTYPE_DOMAIN): New macro.
22257         (is_space): New fn.
22258         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
22259         and empty lines.
22260
22261         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
22262         Undo previous (whitespace-only) change.
22263
22264 2003-08-13  Paul Eggert  <eggert@twinsun.com>
22265
22266         * config/srclist-update: Change update back to the old behavior,
22267         leaving whitespace alone.  Use one 'sed' command rather than a
22268         pipeline.
22269         (fixlicense): Now a variable, not a function.
22270         (remove_trailing_blanks): Remove.
22271         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
22272         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
22273         Undo previous (whitespace-only) change.
22274
22275 2003-08-12  Paul Eggert  <eggert@twinsun.com>
22276
22277         Merge from coreutils.
22278         * modules/euidaccess: Add lib_SOURCES, include for new
22279         file euidaccess.h
22280
22281 2003-08-12  Paul Eggert  <eggert@twinsun.com>
22282
22283         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
22284         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
22285         Normalize leading white space and remove trailing white space.
22286
22287         Merge from coreutils
22288         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
22289
22290         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
22291         0.12.1.  These files are now being upgraded automatically by
22292         ../config/srclist-update.
22293
22294 2003-08-12  Paul Eggert  <eggert@twinsun.com>
22295
22296         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
22297         Normalize leading white space and remove trailing white space.
22298         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
22299         notice, as per ../config/srclist-update.
22300
22301         Merge from coreutils.
22302         * lib/euidaccess.h: New file.
22303         * lib/euidaccess.c: Include it.
22304         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
22305         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
22306         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
22307
22308 2003-08-12  Paul Eggert  <eggert@twinsun.com>
22309
22310         * config/srclist-update: Add copyright notice.
22311         (remove_id_lines, remove_trailing_blanks): New constants.
22312         (fixfile): Use them to normalize spacing a bit in copied files.
22313         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
22314         Normalize leading white space and remove trailing white space.
22315
22316         * config/texinfo.tex: Sync with texinfo.
22317
22318         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
22319         strtoul.c from libc, to merge coreutils whitespace changes.
22320
22321         * config/srclist.txt: Get the following m4 files from gettext:
22322         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
22323         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
22324         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
22325         wint_t.m4.
22326
22327 2003-08-12  Karl Berry  <karl@gnu.org>
22328
22329         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
22330         been made.
22331
22332 2003-08-11  Paul Eggert  <eggert@twinsun.com>
22333
22334         * modules/gnu-source, m4/gnu-source.m4:
22335         Remove; we're assuming Autoconf 2.54 or later now.
22336         Suggested by Bruno Haible.
22337         * MODULES.html.sh (func_all_modules): Remove gnu-source.
22338
22339 2003-08-11  Bruno Haible  <bruno@clisp.org>
22340
22341         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
22342
22343 2003-08-11  Bruno Haible  <bruno@clisp.org>
22344
22345         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
22346         (vasnprintf): Use it instead of wcslen.
22347
22348 2003-08-11  Bruno Haible  <bruno@clisp.org>
22349
22350         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
22351         value to ensure that _Bool promotes to int. Use #define for _Bool when
22352         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
22353
22354 2003-08-10  Karl Berry  <karl@gnu.org>
22355
22356         * lib/regex.h: update from libc (whitespace fix).
22357
22358 2003-08-09  Paul Eggert  <eggert@twinsun.com>
22359
22360         Merge some files from coreutils.  These changes were
22361         originally made by Jim Meyering.
22362         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
22363         many older Unixes require this.
22364         * lib/alloca.c (alloca): Remove cast to argument of free;
22365         no longer needed in C89.
22366         * lib/alloca_.h, regex.h: Fix white space to match
22367         what GNU indent does.
22368
22369 2003-08-09  Paul Eggert  <eggert@twinsun.com>
22370
22371         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
22372         apparently Emacs's Unicode mode got confused before my 2003-08-05
22373         checkin.
22374
22375 2003-08-08  Paul Eggert  <eggert@twinsun.com>
22376
22377         * m4/extensions.m4: New file.
22378         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
22379         Require gl_USE_SYSTEM_EXTENSIONS.
22380         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
22381         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
22382
22383 2003-08-08  Paul Eggert  <eggert@twinsun.com>
22384
22385         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
22386         * modules/extensions, modules/gnu-source: New files.
22387         * modules/timespec, modules/unlocked-io: Depend on extensions.
22388
22389 2003-08-07  Paul Eggert  <eggert@twinsun.com>
22390
22391         * modules/restrict: New file.
22392         * MODULES.html.sh (func_all_modules): Add restrict.
22393         * modules/regex: Depend on restrict.
22394
22395 2003-08-07  Paul Eggert  <eggert@twinsun.com>
22396
22397         * m4/restrict.m4: New file.
22398         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
22399
22400 2003-08-07  Bruno Haible  <bruno@clisp.org>
22401
22402         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
22403         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
22404
22405 2003-08-07  Bruno Haible  <bruno@clisp.org>
22406
22407         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
22408         makes the module 'getndelim2' compatible with the module 'getline'.
22409
22410 2003-08-05  Paul Eggert  <eggert@twinsun.com>
22411
22412         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
22413         byte with "\201" to avoid glitches when editing that source file
22414         with multi-gnome-terminal.
22415
22416 2003-08-05  Paul Eggert  <eggert@twinsun.com>
22417
22418         * lib/bumpalloc.h: Remove.
22419
22420 2003-08-05  Paul Eggert  <eggert@twinsun.com>
22421
22422         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
22423         * modules/bumpalloc: Remove.
22424
22425 2003-08-04  Paul Eggert  <eggert@twinsun.com>
22426
22427         * lib/getloadavg.c: Change copyright notice and spacing to conform to
22428         GNU coding style.
22429
22430         Merge from coreutils.
22431         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
22432         1. From glibc.
22433         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
22434         from Karl Berry, implemented by Jim Meyering.
22435         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
22436         from Dmitry V. Levin.
22437         Remove anachronistic cast of xrealloc.
22438         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
22439         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
22440         type. Otherwise, it wouldn't compile with at least /bin/cc on
22441         ymp-cray-unicos9.0.2.X.
22442         Combine two mostly-identical uses of alloca into one.
22443         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
22444
22445 2003-08-04  Dave Love  <d.love@dl.ac.uk>
22446
22447         [From Emacs.]
22448
22449         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
22450         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
22451         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
22452         obsolete NLIST_NAME_UNION.
22453         [__GNU__]: Undef BSD and FSCALE.
22454         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
22455
22456 2003-08-03  Paul Eggert  <eggert@twinsun.com>
22457
22458         * lib/stdbool_.h (_Bool): Make it signed char, instead of
22459         an enum type, so that it's guaranteed to promote to int.  See:
22460         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
22461
22462 2003-08-03  Karl Berry  <karl@gnu.org>
22463
22464         * config/depcomp: update from automake.
22465
22466 2003-07-31  Paul Eggert  <eggert@twinsun.com>
22467
22468         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
22469         (strerror): Don't assume that a printable int fits in 14 bytes.
22470
22471 2003-07-31  Bruno Haible  <bruno@clisp.org>
22472
22473         * modules/getpass-gnu: New file.
22474         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
22475
22476 2003-07-31  Bruno Haible  <bruno@clisp.org>
22477
22478         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
22479
22480 2003-07-24  Karl Berry  <karl@gnu.org>
22481
22482         * config/missing: update from automake.
22483
22484 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
22485             Bruno Haible  <bruno@clisp.org>
22486
22487         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
22488         * lib/getline.c (getline, getdelim): Likewise.
22489         Remove _GNU_SOURCE define; now it's defined in config.h through
22490         m4/getline.m4.
22491
22492 2003-07-23  Karl Berry  <karl@gnu.org>
22493
22494         * config/config.sub: update from prep.
22495
22496 2003-07-22  Paul Eggert  <eggert@twinsun.com>
22497
22498         * modules/xalloc (Depends-on): Add exitfail.
22499         * modules/xmemcoll: Likewise.
22500
22501 2003-07-22  Paul Eggert  <eggert@twinsun.com>
22502
22503         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
22504         over-parenthesization in macros.
22505
22506         Sync with coreutils.
22507
22508         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
22509         required by C99.
22510
22511         Use `exit_failure' for xalloc and xmemcoll instead of their own
22512         private exit-failure variables.
22513         * lib/xalloc.h (xalloc_exit_failure): Remove.
22514         * lib/xmalloc.c: Likewise.  Include exitfail.h.
22515         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
22516         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
22517         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
22518         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
22519
22520 2003-07-20  Jim Meyering  <jim@meyering.net>
22521
22522         * modules/closeout (Depends-on): Add exitfail.
22523         Suggestion from Bruno Haible.
22524
22525 2003-07-19  Karl Berry  <karl@gnu.org>
22526
22527         * config/config.sub: update from prep.
22528
22529 2003-07-18  Paul Eggert  <eggert@twinsun.com>
22530
22531         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
22532         Remove.
22533         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
22534         to test that it can stand by itself.  Include "exitfail.h".
22535         Clients should set exit_failure instead.
22536         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
22537
22538 2003-07-18  Bruno Haible  <bruno@clisp.org>
22539
22540         * modules/getndelim2: New file.
22541         * modules/getline: Share files with module getndelim2.
22542         * modules/getnline: Depend on getndelim2 instead of sharing files with
22543         it. Add getnline.c to lib_SOURCES.
22544         * MODULES.html.sh (func_all_modules): Add getndelim2.
22545
22546 2003-07-18  Bruno Haible  <bruno@clisp.org>
22547
22548         * m4/getndelim2.m4: New file.
22549         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
22550         invoke gl_PREREQ_GETNDELIM2.
22551         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
22552         gl_PREREQ_GETNDELIM2.
22553         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
22554         gl_GETNDELIM2.
22555
22556 2003-07-18  Bruno Haible  <bruno@clisp.org>
22557
22558         * lib/getndelim2.h: New file.
22559         * lib/getndelim2.c: Make into a module of its own. Include config.h,
22560         getndelim2.h.
22561         (getndelim2): Make non-static. Change return type to ssize_t.
22562         * lib/getline.h: Change argument names.
22563         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
22564         * lib/getnline.c: Include getndelim2.h.
22565
22566 2003-07-18  Andreas Schwab  <schwab@suse.de>
22567
22568         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
22569
22570 2003-07-17  Karl Berry  <karl@gnu.org>
22571
22572         * config/config.sub: update from prep.
22573
22574 2003-07-17  Bruno Haible  <bruno@clisp.org>
22575
22576         * modules/getnline: New file.
22577         * modules/getline: Add lib/getndelim2.c to source file list.
22578         * MODULES.html.sh (func_all_modules): Add getnline.
22579
22580 2003-07-17  Bruno Haible  <bruno@clisp.org>
22581
22582         * m4/getnline.m4: New file.
22583
22584 2003-07-17  Bruno Haible  <bruno@clisp.org>
22585
22586         * m4/Makefile.am.in: Remove file.
22587         * m4/Makefile.am: Remove file.
22588         * m4/Makefile.in: Remove file.
22589
22590 2003-07-17  Bruno Haible  <bruno@clisp.org>
22591
22592         * lib/getnline.h: New file.
22593         * lib/getnline.c: New file.
22594         * lib/getndelim2.c: New file, extracted from getline.c.
22595         (getndelim2): Renamed from getdelim2, with added nmax argument.
22596         * lib/getline.c: Include getndelim2.c.
22597         (getdelim2): Moved out to getndelim2.c.
22598         (getline, getdelim): Update.
22599
22600 2003-07-17  Bruno Haible  <bruno@clisp.org>
22601
22602         * lib/Makefile.am: Remove file.
22603         * lib/Makefile.in: Remove file.
22604
22605 2003-07-17  Bruno Haible  <bruno@clisp.org>
22606
22607         * configure.in: Remove file.
22608         * Makefile.in: Remove file.
22609
22610 2003-07-17  Bruno Haible  <bruno@clisp.org>
22611
22612         * MODULES.html.sh: Put the </BODY> right before </HTML>.
22613
22614 2003-07-16  Karl Berry  <karl@gnu.org>
22615
22616         * config/srclist-update: was running fixlicense twice, which caused
22617                 texinfo.tex to be nullified for some reason.  Simplify,
22618                 $gplsrc is no longer needed as far as I can see?
22619
22620 2003-07-16  Jim Meyering  <jim@meyering.net>
22621
22622         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
22623
22624 2003-07-15  Paul Eggert  <eggert@twinsun.com>
22625
22626         * config/srclist.txt: Get the following files from gettext-runtime/intl
22627         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
22628         ref-del.sin.  From Bruno Haible.
22629         * config/srclist-update (fixfile): Change grep pattern again, since the
22630         previous fix didn't work (there was another trailing $).  Use
22631         '[$]' to escape the $s.
22632
22633 2003-07-15  Karl Berry  <karl@gnu.org>
22634
22635         * lib/vasnprintf.c: update from gettext.
22636
22637 2003-07-15  Karl Berry  <karl@gnu.org>
22638
22639         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
22640         gets expanded when surrounded by '$'.
22641
22642 2003-07-15  Jim Meyering  <jim@meyering.net>
22643
22644         * modules/save-cwd: Don't depend on error.  From Derek Price.
22645
22646 2003-07-15  Jim Meyering  <jim@meyering.net>
22647
22648         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
22649
22650 2003-07-14  Simon Josefsson  <jas@extundo.com>
22651
22652         * modules/mempcpy: New file.
22653         * MODULES.html.sh (func_all_modules): Add mempcpy.
22654
22655 2003-07-14  Simon Josefsson  <jas@extundo.com>
22656
22657         * m4/mempcpy.m4: New file.
22658
22659 2003-07-14  Simon Josefsson  <jas@extundo.com>
22660
22661         * lib/mempcpy.h: New file.
22662         * lib/mempcpy.c: New file.
22663
22664 2003-07-14  Paul Eggert  <eggert@twinsun.com>
22665
22666         * modules/getdate, modules/posixtm: Depend on mktime.
22667
22668 2003-07-14  Paul Eggert  <eggert@twinsun.com>
22669
22670         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
22671         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
22672         unicodeio.c, unicodeio.h, unlocked-io.h:
22673         Switch from LGPL to GPL.
22674
22675 2003-07-14  Paul Eggert  <eggert@twinsun.com>
22676
22677         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
22678         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
22679         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
22680         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
22681         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
22682         updated automatically by ../config/srclist-update.  This changes
22683         their license from LPGL to GPL.
22684
22685 2003-07-14  Paul Eggert  <eggert@twinsun.com>
22686
22687         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
22688         assumed to refer to the root of the most recent stable gettext version.
22689         * config/srclistvars.sh: Add defaults for eggert.
22690         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
22691         Match "This program" as well as "The program".  This is needed
22692         for gettext.
22693
22694 2003-07-14  Jim Meyering  <jim@meyering.net>
22695
22696         Don't emit diagnostics.  Let callers do that.
22697         * lib/save-cwd.c: Don't include "error.h".
22698         (save_cwd): Don't call error.  Ensure that errno is valid
22699         when returning nonzero.
22700
22701         * lib/save-cwd.h (restore_cwd): Update prototype.
22702         * lib/save-cwd.c (restore_cwd): Remove two parameters.
22703         Simplify.  Don't call error upon failure.  Let callers do that.
22704         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
22705         when auditing is enabled.  But don't bother updating the #if.
22706
22707 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
22708
22709         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
22710         it breaks C++ compilation.
22711         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
22712
22713 2003-07-10  Simon Josefsson  <jas@extundo.com>
22714
22715         * modules/strchrnul (Makefile.am): Add strchrnul.h.
22716
22717 2003-07-10  Jim Meyering  <jim@meyering.net>
22718
22719         * m4/clock_time.m4: Remove trailing blank.
22720         * m4/intmax_t.m4: Likewise.
22721
22722 2003-07-10  Jim Meyering  <jim@meyering.net>
22723
22724         * lib/vasnprintf.c: Remove trailing blanks.
22725         Make cpp indentation consistent.
22726
22727 2003-07-09  Paul Eggert  <eggert@twinsun.com>
22728
22729         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
22730         posixver.c, strftime.c, strnlen.c, strverscmp.c:
22731         Switch from LGPL to GPL.
22732
22733 2003-07-09  Paul Eggert  <eggert@twinsun.com>
22734
22735         * config/srclist.txt: Sort sublists.  Add
22736         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
22737         that differ from gnulib for one reason or another; we'd like this list
22738         to be smaller but for now let's document what we have.
22739
22740 2003-07-08  Paul Eggert  <eggert@twinsun.com>
22741
22742         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
22743         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
22744         and sweeter "eval x=$x".
22745         * config/srclist.txt: Get lib/argp* from glibc.
22746
22747 2003-07-07  Paul Eggert  <eggert@twinsun.com>
22748
22749         * lib/mktime.c: Fix some boundary cases and remove need for floating
22750         point.
22751
22752         Issue a compile-time diagnostic if time_t is floating point, or if
22753         two's complement arithmetic is not in effect, or if arithmetic
22754         right shift does not propagate the sign.  These assumptions were
22755         all in the original code but they weren't checked.
22756
22757         (TIME_T_MIDPOINT, verify): New macros.
22758         (__isleap): Remove; it has integer overflow problems.
22759         (leapyear): New function, without those problems.
22760         (ydhms_tm_diff): Remove; splitting into two parts.
22761         (ydhms_diff): New function, containing the arithmetic part of
22762         the old ydhms_tm_diff function.  Issue a compile-time
22763         diagnostic if we are not using C99 integer division.
22764         Avoid casts when possible.
22765         (guess_time_tm): New function, containing the checking part of
22766         the old ydhms_tm_diff function.  Return the new value, rather than
22767         the difference between it and the old.  Accept a new argument T
22768         so that *T specifies the old value.  Check for overflow in the result.
22769
22770         (__mktime_internal): Use a time_t offset, not a long int offset.
22771         This undoes the 2003-06-04 change, which is no longer needed now
22772         that we have better overflow checking.
22773         (localtime_offset): Likewise.
22774
22775         (__mktime_internal): Avoid harmful overflow on hosts where time_t
22776         and long are 64-bit but int is only 32-bit.
22777         (ydhms_diff): Use long int to store year1 and yday1.
22778         Issue a compile-time diagnostic if long int is not wide enough.
22779
22780         (__mktime_internal): Use long int to store adjusted year and yday.
22781         Use plain C rather than preprocessor commands, if that doesn't
22782         affect efficiency.
22783         Check for overflow (and try to repair) after each probe
22784         rather than checking only at the very end.  This avoids some bugs
22785         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
22786         does not equal GMT offset at maximum time).
22787         Use integer to check for overflow rather than floating point; this
22788         is more portable to non-IEEE hosts, and is a tad faster.
22789         When we detect that we are oscillating between two values,
22790         don't check whether tm_isdst has the requested value, since
22791         we already know the answer.  When tm_isdst has the wrong value,
22792         use a different heuristic to find the right one, based on the
22793         extreme values actually observed in practice in tz2003a,
22794         rather than the (overly optimistic) "previous 3 calendar quarters".
22795
22796         (not_equal_tm, print_tm, check_result): Use "const T" rather than
22797         "T const" to accommodate glibc style.
22798         (check_result): Use less-confusing report format.  "long" -> "long int.
22799         (main): Likewise.
22800         Don't loop if the iteration overflows time_t.
22801         Allow a negative step in the iteration.
22802
22803 2003-07-06  Karl Berry  <karl@gnu.org>
22804
22805         * config/depcomp: update from automake.
22806         * config/config.sub: update from prep.
22807
22808 2003-07-03  Karl Berry  <karl@gnu.org>
22809
22810         * config/config.guess: update from prep.
22811
22812 2003-07-01  Paul Eggert  <eggert@twinsun.com>
22813
22814         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
22815         xreadlink.c now includes it unconditionally.
22816
22817 2003-07-01  Paul Eggert  <eggert@twinsun.com>
22818
22819         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
22820         having it depend on HAVE_SYS_TYPES_H.
22821
22822 2003-07-01  Bruno Haible  <bruno@clisp.org>
22823
22824         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
22825         <sys/types.h> should be sufficient.
22826         Reported by Paul Eggert.
22827
22828 2003-06-26  Karl Berry  <karl@gnu.org>
22829
22830         * config/depcomp: update from automake.
22831
22832 2003-06-26  Bruno Haible  <bruno@clisp.org>
22833
22834         * modules/human: Depend on module stdbool.
22835
22836 2003-06-25  Bruno Haible  <bruno@clisp.org>
22837
22838         * modules/readlink: New file.
22839         * modules/xreadlink: Depend on it.
22840         * MODULES.html.sh (func_all_modules): Add readlink.
22841
22842 2003-06-25  Bruno Haible  <bruno@clisp.org>
22843
22844         * m4/readlink.m4: New file.
22845
22846 2003-06-25  Bruno Haible  <bruno@clisp.org>
22847
22848         * lib/readlink.c: New file.
22849
22850 2003-06-22  Karl Berry  <karl@gnu.org>
22851
22852         * config/srclist.txt: update mkinstalldirs from automake.
22853         * config/mkinstalldirs: update.
22854
22855 2003-06-22  Bruno Haible  <bruno@clisp.org>
22856
22857         Portability to mingw32.
22858         * m4/ssize_t.m4: New file, from GNU gettext.
22859         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
22860         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
22861
22862 2003-06-22  Bruno Haible  <bruno@clisp.org>
22863
22864         * modules/safe-read: Add m4/ssize_t.m4.
22865         * modules/xreadlink: Add m4/ssize_t.m4.
22866
22867 2003-06-20  Bruno Haible  <bruno@clisp.org>
22868
22869         Assume C89, so PARAMS isn't needed.
22870         * lib/unicodeio.h (PARAMS): Remove.
22871         * lib/unicodeio.c: Don't use PARAMS.
22872
22873 2003-06-18  Karl Berry  <karl@gnu.org>
22874
22875         * config/config.{guess,sub}: update from prep.
22876
22877 2003-06-18  Jim Meyering  <jim@meyering.net>
22878
22879         Merge changes from coreutils.
22880         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
22881         Remove explicit declarations of xmalloc and realloc.
22882         Include xalloc.h.
22883         (read_utmp): Remove anachronistic cast of xmalloc.
22884
22885 2003-06-17  Paul Eggert  <eggert@twinsun.com>
22886
22887         Assume C89, so PARAMS isn't needed.
22888         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
22889         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
22890         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
22891         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
22892         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
22893         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
22894         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
22895         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
22896         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
22897         lib/xstrtod.h, lib/xstrtol.h: Likewise.
22898         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
22899         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
22900         no longer needed. Anyway, config.h should always be included before any
22901         other file.
22902
22903 2003-06-11  Simon Josefsson  <jas@extundo.com>
22904
22905         * modules/sysexits: New file.
22906         * MODULES.html.sh (func_all_modules): Add sysexits.
22907
22908 2003-06-11  Simon Josefsson  <jas@extundo.com>
22909
22910         * lib/sysexit_.h: New file.
22911
22912 2003-06-11  Derek Price  <derek@ximbiot.com>
22913
22914         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
22915         necessary.
22916
22917 2003-06-11  Bruno Haible  <bruno@clisp.org>
22918
22919         * m4/sysexits.m4: New file.
22920
22921 2003-06-10  Simon Josefsson  <jas@extundo.com>
22922
22923         * lib/argp.h: New file, from glibc.
22924         * lib/argp-ba.c: New file, from glibc.
22925         * lib/argp-eexst.c: New file, from glibc.
22926         * lib/argp-fmtstream.c: New file, from glibc.
22927         * lib/argp-fmtstream.h: New file, from glibc.
22928         * lib/argp-fs-xinl.c: New file, from glibc.
22929         * lib/argp-help.c: New file, from glibc.
22930         * lib/argp-namefrob.h: New file, from glibc.
22931         * lib/argp-parse.c: New file, from glibc.
22932         * lib/argp-pv.c: New file, from glibc.
22933         * lib/argp-pvh.c: New file, from glibc.
22934         * lib/argp-xinl.c: New file, from glibc.
22935
22936 2003-06-10  Simon Josefsson  <jas@extundo.com>
22937
22938         * modules/strchrnul: New file.
22939
22940 2003-06-10  Simon Josefsson  <jas@extundo.com>
22941
22942         * modules/argp: New file.
22943
22944 2003-06-10  Simon Josefsson  <jas@extundo.com>
22945
22946         * m4/strchrnul.m4: New file.
22947
22948 2003-06-10  Simon Josefsson  <jas@extundo.com>
22949
22950         * lib/strchrnul.h: New file.
22951         * lib/strchrnul.c: New file.
22952
22953 2003-06-10  Bruno Haible  <bruno@clisp.org>
22954
22955         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
22956
22957 2003-06-07  Karl Berry  <karl@gnu.org>
22958
22959         * config/config.{guess,sub}: update from prep.
22960
22961 2003-06-07  Jim Meyering  <jim@meyering.net>
22962
22963         * modules/strtod: Use $(...) notation, not @...@ for
22964         AC_REPLACE'd variables.
22965         * modules/localcharset: Likewise.
22966
22967 2003-06-07  Jim Meyering  <jim@meyering.net>
22968
22969         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
22970         in place of my name in the copyright comment.
22971         Remove definition and uses of __P.
22972
22973         From coreutils.
22974         * lib/stat.c: Don't declare xmalloc explicitly.
22975         Instead, include "xalloc.h".
22976         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
22977         xrealloc, and xcalloc return values.
22978         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
22979         Improve comment.
22980         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
22981
22982 2003-06-07  Bruno Haible  <bruno@clisp.org>
22983
22984         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
22985         avoid AC_CONFIG_LINKS.
22986         * modules/fnmatch (Makefile.am): Use explicit creation rule for
22987         fnmatch.h, to avoid AC_CONFIG_LINKS.
22988         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
22989
22990 2003-06-07  Bruno Haible  <bruno@clisp.org>
22991
22992         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
22993         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
22994         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
22995         directory.
22996         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
22997         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
22998         directory.
22999
23000 2003-06-06  Jim Meyering  <jim@meyering.net>
23001
23002         Merge from coreutils.
23003         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
23004         Consolidate declarations and initializations of *_base* locals.
23005
23006         Merge from coreutils.
23007         This avoids a core dump on systems without GNU putenv,
23008         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
23009         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
23010         (unsetenv): New static function, from GNU libc.
23011         (rpl_putenv): Use it.
23012
23013         * lib/modechange.c: Remove trailing blanks.
23014
23015         Merge from coreutils.
23016         * lib/fsusage.c: Remove declaration of statfs.
23017         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
23018
23019         * lib/posixtm.c: Include <stdbool.h> unconditionally.
23020
23021 2003-06-06  Jim Meyering  <jim@meyering.net>
23022
23023         * lib/stdbool_.h: Renamed from stdbool.h.in.
23024
23025 2003-06-06  Jim Meyering  <jim@meyering.net>
23026             Bruno Haible  <bruno@clisp.org>
23027
23028         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
23029         Adjust Makefile.am snippet not to redirect directly to target.
23030         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
23031
23032 2003-06-05  Paul Eggert  <eggert@twinsun.com>
23033
23034         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
23035         mismatch, look in future quarters as well as past.  This fixes a
23036         bug when processing fall-backwards gaps immediately after a long
23037         period of daylight-saving time.
23038
23039         * lib/mktime.c: Assume freestanding C89 or better.
23040         (HAVE_LIMITS_H): Remove.  Assume it's 1.
23041         (__P): Remove; not used.
23042         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
23043         (mktime, not_equal_tm, print_tm, check_result,
23044         main): Use prototypes.  Use const * where appropriate.
23045         (main): Fix typo in testing code that uncovered by above changes.
23046         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
23047
23048 2003-06-04  Paul Eggert  <eggert@twinsun.com>
23049
23050         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
23051         locale.h, localeconv.  This merges changes from coreutils.
23052
23053         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
23054         It can be removed after the next Autoconf is released.
23055         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
23056         needed.
23057
23058 2003-06-04  Paul Eggert  <eggert@twinsun.com>
23059
23060         * lib/mktime.c: Fix Debian bug 177940
23061         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
23062         (localtime_offset): Now long int, not time_t, because we want it
23063         to be guaranteed to be signed.  All uses changed.
23064         (__mktime_internal): If overflow would occur when adding offset,
23065         don't add it.
23066
23067         Merge 'human' changes from coreutils.  Rewrite to support
23068         locale-specific notations like thousands separators.
23069         * lib/human.c: Simplify authorship notice.
23070         Include human.h immediately after config.h.
23071         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
23072         <limits.h>: Do not include, since human.h does.
23073         (SIZE_MAX, UINTMAX_MAX): New macros.
23074         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
23075         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
23076         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
23077         (power_letter): Renamed from suffixes.
23078         (generate_suffix_backwards): Remove.
23079         (adjust_value): Now takes int style (because of human.h changes)
23080         and long double value (for greater precision on some platforms).
23081         (group_number): New function.
23082         (human_readable): Use it.  Use integer options, not enum.
23083         Put the options before the sizes in the arg list.
23084         Support all the new options.
23085         The old human_readable function has been removed;
23086         use inttostr.h instead.
23087         (human_readable, default_block_size, humblock):
23088         Use uintmax_t, not int, for block sizes.
23089         (human_readable_inexact, block_size_types): Remove.
23090         (block_size_opts): New constant.
23091         (human_options): Renamed from human_block_size, with new signature
23092         that allows block sizes up to UINTMAX_MAX.  All callers changed.
23093         * lib/human.h: Add copyright and authorship notice.
23094         Include <limits.h> and <stdbool.h> unconditionally.
23095         (PARAMS): Remove.  All uses removed.
23096         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
23097         (enum human_inexact_style): Remove tag; now a nameless enum.
23098         (human_floor, human_ceiling, human_round_to_even): Now have
23099         values 2, 0, 1 rather than -1, 1, 0.
23100         (human_group_digits, human_suppress_point_zero, human_autoscale,
23101         human_base_1024, human_SI, human_B): New constants.
23102         (human_readable_inexact, human_block_size): Remove.
23103         (human_readable): Size args are now uintmax_t, not int.
23104         (human_options): New decl.
23105
23106         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
23107         unnecessary now that we assume C89 or better.  This change
23108         imported from coreutils.
23109
23110         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
23111         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
23112         in the 2003-05-30 sync from glibc.
23113
23114         .h files should stand alone, but we shouldn't include <sys/types.h>
23115         if we can get away with just <stddef.h>.
23116
23117         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
23118         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
23119         rather than <sys/types.h>, as we merely need size_t.
23120         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
23121         to get size_t.
23122         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
23123         Include <stdio.h>, to get FILE.
23124         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
23125         memcasecmp.h has included <stddef.h> and all we need is size_t.
23126         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
23127         our interface, instead of including <sys/types.h>
23128
23129 2003-06-04  Paul Eggert  <eggert@twinsun.com>
23130
23131         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
23132         now, as glibc mktime is buggy on non-glibc systems.
23133
23134 2003-06-03  Karl Berry  <karl@gnu.org>
23135
23136         * config/config.sub: update from prep.
23137
23138 2003-06-02  Paul Eggert  <eggert@twinsun.com>
23139
23140         [from coreutils]
23141         Fix some minor time-related bugs with POSIX time arguments.
23142         Some valid time stamps were being rejected (notably -1, and
23143         time stamps before 1900 on 64-bit hosts).  And some invalid
23144         time stamps were being accepted, e.g. September 31.
23145
23146         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
23147         that we can return (time_t) -1 successfully.
23148         * lib/posixtm.c: Likewise.
23149         [HAVE_STDBOOL_H]: Include <stdbool.h>.
23150         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
23151         (t): Remove static var.
23152         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
23153         of static var.  All uses changed.
23154         (year): Do not reject years before 1900; they can occur with
23155         64-bit time_t.
23156         (posix_time_parse): Do not check for out-of-range components;
23157         that is now the caller's responsibility, since our checks were
23158         only approximations.
23159         (posixtime): Use mktime to check for out-of-range components,
23160         since it knows them exactly.
23161         If mktime returns (time_t) -1, check whether an error actually occurred
23162         by invoking localtime on -1.
23163         (main) [TEST_POSIXTIME]: Check for input data errors, and report
23164         posixtime failures better.
23165         Improve the test data (in comments only).
23166
23167 2003-06-02  Karl Berry  <karl@gnu.org>
23168
23169         * config/mkinstalldirs (version): new variable.
23170         (--version): new option.
23171         (usage): improve message.
23172
23173 2003-05-30  Karl Berry  <karl@gnu.org>
23174
23175         * lib/mktime.c: update from libc.
23176
23177 2003-05-30  Bruno Haible  <bruno@clisp.org>
23178
23179         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
23180         * config/config.rpath: Upgrade to gettext-0.12.1.
23181
23182 2003-05-30  Bruno Haible  <bruno@clisp.org>
23183
23184         * m4/gettext.m4: Upgrade to gettext-0.12.1.
23185         * m4/nls.m4: New file, from gettext-0.12.1.
23186         * m4/po.m4: New file, from gettext-0.12.1.
23187         * m4/progtest.m4: Upgrade to gettext-0.12.1.
23188
23189 2003-05-30  Bruno Haible  <bruno@clisp.org>
23190
23191         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
23192         * lib/localcharset.h: Likewise.
23193         * lib/localcharset.c: Likewise.
23194
23195 2003-05-29  Karl Berry  <karl@gnu.org>
23196
23197         * config/config.rpath: update from gettext.
23198
23199 2003-05-28  Paul Eggert  <eggert@twinsun.com>
23200
23201         Assume the headers required for C89 freestanding compilers.
23202         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
23203         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
23204         * m4/human.m4 (gl_HUMAN): Likewise.
23205         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
23206         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
23207         * m4/userspec.m4 (gl_USERSPEC): Likewise.
23208         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
23209         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
23210         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
23211
23212 2003-05-28  Paul Eggert  <eggert@twinsun.com>
23213
23214         Assume the headers required for C89 freestanding compilers.
23215         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
23216         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
23217         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
23218         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
23219         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
23220         define, since <limits.h> is guaranteed to do that.
23221         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
23222         * lib/exclude.c: Include <stdbool.h> unconditionally.
23223         * lib/tempname.c: Include <stddef.h> unconditionally.
23224         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
23225         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
23226         <stddef.h> does that.
23227         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
23228         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
23229         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
23230         needed.
23231         * lib/xstrtol.c: Likewise.
23232         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
23233         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
23234
23235         * lib/addext.c (addext): Use assignment rather than cast, to avoid
23236         warnings on some platforms.
23237
23238         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
23239         arbitrarily.
23240
23241 2003-05-26  Jim Meyering  <jim@meyering.net>
23242
23243         Merge in a change from coreutils:
23244         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
23245         that is guaranteed to be `no'.  Use `no_such_member' to indicate
23246         that condition, rather than `-1' which is slightly misleading.
23247         Change the name of the cache variable to have the gl_ prefix.
23248         Prompted by a patch from Richard Dawe for DJGPP.
23249
23250 2003-05-24  Karl Berry  <karl@gnu.org>
23251
23252         * config/config.guess: update from prep.
23253
23254 2003-05-22  Karl Berry  <karl@gnu.org>
23255
23256         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
23257
23258 2003-05-20  Karl Berry  <karl@gnu.org>
23259
23260         * config/config.guess: update from prep.
23261
23262 2003-05-18  Karl Berry  <karl@gnu.org>
23263
23264         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
23265         might actually be set by the user.
23266
23267         * config/depcomp, install-sh, mdate-sh: update from automake.
23268
23269 2003-05-17  Bruno Haible  <bruno@clisp.org>
23270
23271         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
23272         invalid expansion for AC_EGREP_CPP.
23273         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
23274         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
23275         Suggested by Akim Demaille <akim@epita.fr> in
23276         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
23277
23278 2003-05-12  Jim Meyering  <jim@meyering.net>
23279
23280         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
23281         the space-padded-by-default conversion specifiers, %e, %k, %l.
23282
23283 2003-05-12  Bruno Haible  <bruno@clisp.org>
23284
23285         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
23286         the string is longer than 4 KB.
23287
23288 2003-05-11  Karl Berry  <karl@gnu.org>
23289
23290         * config/config.{guess,sub}: update from prep.
23291
23292 2003-05-09  Bruno Haible  <bruno@clisp.org>
23293
23294         * modules/error: Add m4/strerror_r.m4 to file list.
23295
23296 2003-05-03  Bruno Haible  <bruno@clisp.org>
23297
23298         Upgrade to Unicode-4.0.
23299         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
23300         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
23301         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
23302         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
23303         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
23304         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
23305         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
23306         Change width of U+E0100..U+E01EF from 1 to 0.
23307
23308 2003-04-25  Jim Meyering  <jim@meyering.net>
23309
23310         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
23311         of type size_t, not int.
23312
23313 2003-04-25  Bruno Haible  <bruno@clisp.org>
23314
23315         * lib/copy-file.c: Include <stddef.h>, for size_t.
23316
23317 2003-04-21  Paul Eggert  <eggert@twinsun.com>
23318
23319         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
23320         code which expansion is under static control.  Patch imported from
23321         Akim Demaille's patch to Bison; see
23322         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
23323
23324 2003-04-14  Bruno Haible  <bruno@clisp.org>
23325
23326         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
23327
23328 2003-04-11  Jim Meyering  <jim@meyering.net>
23329
23330         Merge changes from Coreutils.
23331
23332         2003-03-22  Jim Meyering  <jim@meyering.net>
23333
23334         * lib/strftime.c (widen): Cast alloca return value to proper type.
23335
23336         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
23337
23338         From GNU libc.
23339         * lib/strftime.c (my_strftime): Handle very large width
23340         specifications for numeric values correctly.  Improve checks for
23341         overflow.
23342
23343         2003-01-19  Jim Meyering  <jim@meyering.net>
23344
23345         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
23346         definitions.
23347         (nl_get_alt_digit) [! defined my_strftime]: Define.
23348         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
23349         _nl_get_alt_digit and _nl_get_walt_digit.
23350
23351         * lib/strftime.c (my_strftime): Merge in locale-related changes from
23352         libc. These changes have no effect outside of _LIBC.
23353
23354 2003-04-10  Bruno Haible  <bruno@clisp.org>
23355
23356         * modules/findprog: New file.
23357         * MODULES.html.sh (func_all_modules): Add it.
23358
23359 2003-04-10  Bruno Haible  <bruno@clisp.org>
23360
23361         * m4/findprog.m4: New file.
23362         * m4/eaccess.m4: New file.
23363
23364 2003-04-10  Bruno Haible  <bruno@clisp.org>
23365
23366         * lib/findprog.h: New file, from GNU gettext.
23367         * lib/findprog.c: New file, from GNU gettext.
23368
23369 2003-04-05  Jim Meyering  <jim@meyering.net>
23370
23371         Merge changes from Coreutils.
23372
23373         * lib/exclude.h (PARAMS): Remove definition and uses.
23374         * lib/exclude.c: Remove uses of `PARAMS'.
23375
23376         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
23377         Add test-cases for DOS filenames. Declare program_name.
23378         (main): Set up program_name.  Patch by Rich Dawe.
23379
23380         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
23381         error from mntctl.
23382         Use mntctl's return value to drive the entry-processing loop, since
23383         we can't rely on the value of the vmt_length member in the last
23384         entry.  On some systems doing so could result in exhausting
23385         virtual memory.  Based in part on a patch from Mike Jetzer.
23386
23387 2003-04-04  Bruno Haible  <bruno@clisp.org>
23388
23389         * modules/linebreak: New file.
23390         * MODULES.html.sh (func_all_modules): Add it.
23391
23392 2003-04-04  Bruno Haible  <bruno@clisp.org>
23393
23394         * m4/linebreak.m4: New file.
23395
23396 2003-04-04  Bruno Haible  <bruno@clisp.org>
23397
23398         * lib/linebreak.h: New file, from GNU gettext.
23399         * lib/linebreak.c: New file, from GNU gettext with slight
23400         modifications.
23401         * lib/lbrkprop.h: New file, from GNU gettext.
23402
23403 2003-04-03  Bruno Haible  <bruno@clisp.org>
23404
23405         * modules/utf8-ucs4: New file.
23406         * modules/utf16-ucs4: New file.
23407         * modules/ucs4-utf8: New file.
23408         * modules/ucs4-utf16: New file.
23409         * MODULES.html.sh (func_all_modules): Add them.
23410
23411 2003-04-03  Bruno Haible  <bruno@clisp.org>
23412
23413         * m4/utf-ucs4.m4: New file.
23414         * m4/ucs4-utf.m4: New file.
23415
23416 2003-04-03  Bruno Haible  <bruno@clisp.org>
23417
23418         * lib/utf8-ucs4.h: New file, from GNU gettext.
23419         * lib/utf16-ucs4.h: New file, from GNU gettext.
23420         * lib/ucs4-utf8.h: New file, from GNU gettext.
23421         * lib/ucs4-utf16.h: New file, from GNU gettext.
23422
23423 2003-04-02  Bruno Haible  <bruno@clisp.org>
23424
23425         * modules/binary-io: New file.
23426         * MODULES.html.sh (func_all_modules): Add it.
23427
23428 2003-04-02  Bruno Haible  <bruno@clisp.org>
23429
23430         * lib/binary-io.h: New file, from GNU gettext.
23431
23432 2003-04-01  Bruno Haible  <bruno@clisp.org>
23433
23434         * modules/pathname: New file.
23435         * MODULES.html.sh (func_all_modules): Add it.
23436
23437 2003-04-01  Bruno Haible  <bruno@clisp.org>
23438
23439         * lib/pathname.h: New file, from GNU gettext.
23440         * lib/concatpath.c: New file, from GNU gettext.
23441
23442 2003-03-30  Bruno Haible  <bruno@clisp.org>
23443
23444         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
23445
23446 2003-03-30  Bruno Haible  <bruno@clisp.org>
23447
23448         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
23449         function chown() doesn't exist.
23450
23451 2003-03-28  Bruno Haible  <bruno@clisp.org>
23452
23453         * modules/copy-file: New file.
23454         * MODULES.html.sh (func_all_modules): Add it.
23455
23456 2003-03-28  Bruno Haible  <bruno@clisp.org>
23457
23458         * m4/copy-file.m4: New file.
23459
23460 2003-03-28  Bruno Haible  <bruno@clisp.org>
23461
23462         * lib/copy-file.h: New file, from GNU gettext.
23463         * lib/copy-file.c: New file, from GNU gettext.
23464
23465 2003-03-18  Jim Meyering  <jim@meyering.net>
23466
23467         * lib/quote.c (quote_n): Fix typo in comment.
23468
23469 2003-03-18  Bruno Haible  <bruno@clisp.org>
23470
23471         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
23472         checking.
23473         * m4/onceonly_2_57.m4: Likewise.
23474
23475 2003-03-17  Bruno Haible  <bruno@clisp.org>
23476
23477         * m4/onceonly.m4: Require autoconf 2.54 or newer.
23478         (m4_quote): Remove macro.
23479         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
23480
23481 2003-03-14  Jim Meyering  <jim@meyering.net>
23482
23483         Merge changes from Coreutils.
23484         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
23485         to be const, in order to avoid warnings.
23486         (obstack_room): Likewise.
23487         (obstack_empty_p): Likewise.
23488
23489 2003-03-14  Bruno Haible  <bruno@clisp.org>
23490
23491         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
23492         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
23493
23494 2003-03-13  Paul Eggert  <eggert@twinsun.com>
23495
23496         Merge changes from Bison.
23497         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
23498         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
23499         when compiling Bison 1.875's `bitset bset = obstack_alloc
23500         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
23501         * lib/hash.c: Include <stdbool.h> unconditionally.
23502
23503 2003-03-13  Paul Eggert  <eggert@twinsun.com>
23504
23505         * m4/onceonly.m4 (m4_quote): New macro.
23506         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
23507         Quote AC_FOREACH variable-expansions properly.
23508
23509 2003-03-13  Paul Eggert  <eggert@twinsun.com>
23510
23511         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
23512
23513 2003-03-09  Paul Eggert  <eggert@twinsun.com>
23514
23515         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
23516         Reported by Bruce Becker; see:
23517         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
23518
23519 2003-03-03  Paul Eggert  <eggert@twinsun.com>
23520             Bruno Haible  <bruno@clisp.org>
23521
23522         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
23523         Reported by John Hughes, see
23524         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
23525
23526 2003-02-20  Bruno Haible  <bruno@clisp.org>
23527
23528         * MODULES.html.sh (func_all_modules): Add poll.
23529
23530 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
23531
23532         * modules/poll: New file.
23533
23534 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
23535
23536         * lib/poll_.h: New file.
23537         * lib/poll.c: New file.
23538
23539 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
23540
23541         * m4/poll.m4: New file.
23542
23543 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
23544
23545         * modules/mathl: New file.
23546
23547 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
23548
23549         * lib/mathl.h: New file.
23550         * lib/acosl.c: New file.
23551         * lib/asinl.c: New file.
23552         * lib/atanl.c: New file.
23553         * lib/ceill.c: New file.
23554         * lib/cosl.c: New file.
23555         * lib/expl.c: New file.
23556         * lib/floorl.c: New file.
23557         * lib/frexpl.c: New file.
23558         * lib/ldexpl.c: New file.
23559         * lib/logl.c: New file.
23560         * lib/sincosl.c: New file.
23561         * lib/sinl.c: New file.
23562         * lib/sqrtl.c: New file.
23563         * lib/tanl.c: New file.
23564         * lib/trigl.c: New file.
23565         * lib/trigl.h: New file.
23566
23567 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
23568
23569         * m4/mathl.m4: New file.
23570
23571 2003-02-18  Bruno Haible  <bruno@clisp.org>
23572
23573         * MODULES.html.sh (func_all_modules): Add mathl.
23574
23575 2003-02-17  Bruno Haible  <bruno@clisp.org>
23576
23577         * modules/mkdtemp: New module.
23578         * MODULES.html.sh (func_all_modules): Add it.
23579
23580 2003-02-17  Bruno Haible  <bruno@clisp.org>
23581
23582         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
23583
23584 2003-02-17  Bruno Haible  <bruno@clisp.org>
23585
23586         * lib/mkdtemp.h: New file, from GNU gettext.
23587         * lib/mkdtemp.c: New file, from GNU gettext.
23588
23589 2003-02-02  Jim Meyering  <jim@meyering.net>
23590
23591         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
23592         e.g. glibc-2.2.93.
23593
23594 2003-01-31  Bruno Haible  <bruno@clisp.org>
23595
23596         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
23597         'rpl_rename'.
23598         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
23599         'rpl_strnlen'.
23600         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
23601         'rpl_strtod'.
23602         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
23603         'rpl_utime'.
23604
23605 2003-01-31  Bruno Haible  <bruno@clisp.org>
23606
23607         * lib/rename.c: #undef rename before defining rpl_rename.
23608         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
23609
23610 2003-01-30  Bruno Haible  <bruno@clisp.org>
23611
23612         * modules/vasnprintf, modules/vasprintf: New modules.
23613         * MODULES.html.sh (func_all_modules): Add them.
23614
23615 2003-01-30  Bruno Haible  <bruno@clisp.org>
23616
23617         * m4/signed.m4: New file, from GNU gettext.
23618         * m4/longdouble.m4: New file, from GNU gettext.
23619         * m4/wchar_t.m4: New file, from GNU gettext.
23620         * m4/wint_t.m4: New file, from GNU gettext.
23621         * m4/vasnprintf.m4: New file.
23622         * m4/vasprintf.m4: New file.
23623
23624 2003-01-30  Bruno Haible  <bruno@clisp.org>
23625
23626         * lib/printf-args.h: New file, from GNU gettext.
23627         * lib/printf-args.c: New file, from GNU gettext.
23628         * lib/printf-parse.h: New file, from GNU gettext.
23629         * lib/printf-parse.c: New file, from GNU gettext.
23630         * lib/vasnprintf.h: New file, from GNU gettext.
23631         * lib/vasnprintf.c: New file, from GNU gettext.
23632         * lib/asnprintf.c: New file, from GNU gettext.
23633         * lib/vasprintf.h: New file, from GNU gettext with modifications.
23634         * lib/vasprintf.c: New file, from GNU gettext.
23635         * lib/asprintf.c: New file, from GNU gettext.
23636
23637 2003-01-29  Bruno Haible  <bruno@clisp.org>
23638
23639         * modules/stpncpy: New module.
23640         * MODULES.html.sh (func_all_modules): Add it.
23641
23642 2003-01-29  Bruno Haible  <bruno@clisp.org>
23643
23644         * m4/stpncpy.m4: New file.
23645
23646 2003-01-29  Bruno Haible  <bruno@clisp.org>
23647
23648         * lib/stpncpy.h: New file, from GNU gettext with modifications.
23649         * lib/stpncpy.c: New file, from GNU gettext with modifications.
23650
23651 2003-01-28  Bruno Haible  <bruno@clisp.org>
23652
23653         * modules/c-ctype: New module.
23654         * MODULES.html.sh (func_all_modules): Add it.
23655
23656 2003-01-28  Bruno Haible  <bruno@clisp.org>
23657
23658         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
23659         Paul Eggert.
23660         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
23661         Paul Eggert.
23662
23663 2003-01-27  Bruno Haible  <bruno@clisp.org>
23664
23665         * modules/xsetenv: New module.
23666         * MODULES.html.sh (func_all_modules): Add it.
23667
23668 2003-01-27  Bruno Haible  <bruno@clisp.org>
23669
23670         * lib/xsetenv.h: New file, from GNU gettext.
23671         * lib/xsetenv.c: New file, from GNU gettext.
23672
23673 2003-01-23  Jim Meyering  <jim@meyering.net>
23674
23675         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
23676         from working on systems without dirfd (at least Irix and OSF1/Tru64).
23677
23678 2003-01-23  Bruno Haible  <bruno@clisp.org>
23679
23680         * modules/minmax: New module.
23681         * MODULES.html.sh (func_all_modules): Add it.
23682
23683 2003-01-23  Bruno Haible  <bruno@clisp.org>
23684
23685         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
23686         Eggert.
23687
23688 2003-01-22  Bruno Haible  <bruno@clisp.org>
23689
23690         * modules/exit: New module.
23691         * MODULES.html.sh (func_all_modules): Add it.
23692
23693 2003-01-22  Bruno Haible  <bruno@clisp.org>
23694
23695         * lib/exit.h: New file, from GNU gettext.
23696
23697 2003-01-19  Bruno Haible  <bruno@clisp.org>
23698
23699         * gnulib-tool: Recognize option --extract-maintainer.
23700         (func_get_maintainer): New function.
23701         * modules/*: Add Maintainer entry.
23702
23703 2003-01-16  Jim Meyering  <jim@meyering.net>
23704
23705         * m4/regex.m4: The `regex' struct is both input and output.
23706         Initialize it before each use.  Patch by Tim Waugh.
23707
23708 2003-01-16  Bruno Haible  <bruno@clisp.org>
23709
23710         * MODULES.html.sh: Add a table of contents. Add the module name as
23711         leftmost column. Add hyperlinks.
23712
23713 2003-01-15  Bruno Haible  <bruno@clisp.org>
23714
23715         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
23716
23717 2003-01-15  Bruno Haible  <bruno@clisp.org>
23718
23719         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
23720         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
23721         suffix.
23722
23723 2003-01-15  Bruno Haible  <bruno@clisp.org>
23724
23725         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
23726
23727 2003-01-15  Bruno Haible  <bruno@clisp.org>
23728
23729         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
23730         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
23731
23732 2003-01-14  Jim Meyering  <jim@meyering.net>
23733
23734         * lib/same.c (same_name): Tweak a comment.
23735
23736 2003-01-14  Bruno Haible  <bruno@clisp.org>
23737
23738         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
23739         when a string comparison is sufficient.
23740
23741 2003-01-14  Bruno Haible  <bruno@clisp.org>
23742
23743         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
23744         'unsigned int'.
23745
23746 2003-01-14  Bruno Haible  <bruno@clisp.org>
23747
23748         * lib/hash-pjw.c: Add comment about low quality of this function.
23749
23750 2003-01-13  Bruno Haible  <bruno@clisp.org>
23751
23752         * modules/stpcpy: Distribute lib/stpcpy.h.
23753         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
23754
23755 2003-01-13  Bruno Haible  <bruno@clisp.org>
23756
23757         * modules/*: Add a description.
23758         * modules/strpbrk: Fix Makefile.am snippet.
23759         * modules/strtoimax: Fix dependencies.
23760         * modules/strtoumax: Likewise.
23761
23762 2003-01-13  Bruno Haible  <bruno@clisp.org>
23763
23764         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
23765         * modules/alloca (Makefile.am): All object files depend on alloca.h.
23766         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
23767
23768 2003-01-13  Bruno Haible  <bruno@clisp.org>
23769
23770         * gnulib-tool (func_create_testdir): Store config/* files in the main
23771         directory.
23772         * config.rpath: Move to ...
23773         * config/config.rpath: ... here.
23774         * modules/gettext: Contains config/config.rpath, not config.rpath.
23775         * modules/iconv: Likewise.
23776
23777 2003-01-12  Paul Eggert  <eggert@twinsun.com>
23778
23779         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
23780         to avoid collisions with libcurses and libreadline.
23781
23782         * m4/getstr.m4: Remove.
23783         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
23784
23785 2003-01-12  Paul Eggert  <eggert@twinsun.com>
23786
23787         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
23788         to avoid collisions with libcurses and libreadline.
23789
23790         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
23791         * lib/getstr.h, getstr.c: Remove.
23792         * lib/getline.c: Include "getline.h", to check interface.
23793         Move body of old getstr.c here: this defines MIN_CHUNK and
23794         declares getdelim2, which is renamed from getstr.
23795         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
23796
23797         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
23798         All uses changed.
23799         * lib/linebuffer.h: Likewise.
23800         (readline): Remove backward-compatibility macro.
23801
23802 2003-01-12  Paul Eggert  <eggert@twinsun.com>
23803
23804         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
23805         to avoid collisions with libcurses and libreadline.
23806         * getstr: Remove.
23807         * MODULES.html.sh: Remove getstr.
23808         * modules/getline: Depend on unlocked-io, not getstr.
23809
23810 2003-01-12  Jim Meyering  <jim@meyering.net>
23811
23812         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
23813
23814 2003-01-10  Bruno Haible  <bruno@clisp.org>
23815
23816         * modules/alloca: Change Makefile.am requirements. Simplify Include
23817         requirements. Add lib/alloca_.h to file list.
23818
23819 2003-01-10  Bruno Haible  <bruno@clisp.org>
23820
23821         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
23822
23823 2003-01-10  Bruno Haible  <bruno@clisp.org>
23824
23825         * lib/alloca_.h: New file.
23826         * lib/getdate.y: Unconditionally include alloca.h.
23827         * lib/makepath.c: Likewise.
23828         * lib/setenv.c: Likewise.
23829         * lib/userspec.c: Likewise.
23830
23831 2003-01-09  Karl Berry  <karl@gnu.org>
23832
23833         * MODULES.html.sh: include `dirname $0` in PATH, to find
23834         gnulib-tool.
23835
23836 2003-01-09  Bruno Haible  <bruno@clisp.org>
23837
23838         * modules/stdbool: Change configure.ac, Makefile.am requirements.
23839         Simplify Include requirements. Add lib/stdbool.h.in to file list.
23840
23841 2003-01-09  Bruno Haible  <bruno@clisp.org>
23842
23843         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
23844
23845 2003-01-09  Bruno Haible  <bruno@clisp.org>
23846
23847         * lib/stdbool.h.in: New file.
23848
23849 2003-01-09  Bruno Haible  <bruno@clisp.org>
23850
23851         * gnulib-tool (func_all_modules): Ignore files ending in ~.
23852         * MODULES.html.sh: Likewise.
23853
23854 2003-01-08  Jim Meyering  <jim@meyering.net>
23855
23856         * lib/full-write.c: Undefine and define-away `const' after inclusion
23857         of errno.h, not before.  Suggestion from Bruno Haible.
23858
23859 2003-01-08  Bruno Haible  <bruno@clisp.org>
23860
23861         * modules/full-read: Depend on full-write.
23862
23863 2003-01-08  Bruno Haible  <bruno@clisp.org>
23864
23865         * lib/safe-read.c: Include specification header first, to ensure its
23866         selfcontainedness.
23867         * lib/full-write.c: Likewise.
23868
23869 2003-01-07  Jim Meyering  <jim@meyering.net>
23870
23871         * lib/full-write.c: Rework so that it may serve to define full_read,
23872         too.
23873         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
23874
23875 2003-01-07  Bruno Haible  <bruno@clisp.org>
23876
23877         * lib/strtoimax.c: Include <stdint.h> as an alternative to
23878         <inttypes.h>.
23879         * lib/xstrtol.h: Likewise.
23880         * lib/xstrtoimax.c: Likewise.
23881         * lib/xstrtoumax.c: Likewise.
23882         * lib/human.h: Likewise.
23883
23884         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
23885         on systems that have <inttypes.h> but not <stdint.h>.
23886
23887 2003-01-07  Bruno Haible  <bruno@clisp.org>
23888
23889         * MODULES.html.sh: Add copyright notice.
23890         (missed_files): Omit CVS directory entries.
23891         (func_module): Make it work with sed-3.02.
23892         * MODULES.txt: Remove file.
23893
23894 2003-01-06  Jim Meyering  <jim@meyering.net>
23895
23896         * lib/version-etc.c: Update year in translatable copyright string.
23897
23898 2003-01-03  Karl Berry  <karl@gnu.org>
23899
23900         * config/config.{guess,sub}: update from prep.
23901
23902 2003-01-02  Karl Berry  <karl@gnu.org>
23903
23904         * doc/COPYING.DOC: belatedly updated to 1.2.
23905
23906 2003-01-01  Karl Berry  <karl@gnu.org>
23907
23908         * gnulib-tool (func_verify_module): report module name $module in
23909         error message, not $1.
23910         * gnulib-tool (create-testdir): don't complain if destdir couldn't
23911         be created, only if it doesn't exist.
23912         * gnulib-tool (last_checkin_date): don't expand the $Date here.
23913
23914 2002-12-31  Paul Eggert  <eggert@twinsun.com>
23915
23916         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
23917
23918 2002-12-31  Paul Eggert  <eggert@twinsun.com>
23919
23920         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
23921         memcmp if strcoll doesn't work.
23922
23923 2002-12-31  Bruno Haible  <bruno@clisp.org>
23924
23925         * lib/utime.c (utime_null): No need to call ftruncate if the file was
23926         nonempty.
23927
23928 2002-12-31  Bruno Haible  <bruno@clisp.org>
23929
23930         * lib/memcoll.c (STRCOLL): New macro.
23931         (memcoll): Use it.
23932
23933 2002-12-31  Bruno Haible  <bruno@clisp.org>
23934
23935         * lib/localcharset.h: New file.
23936         * lib/localcharset.c: Include it.
23937         * lib/unicodeio.c: Likewise.
23938
23939 2002-12-31  Bruno Haible  <bruno@clisp.org>
23940
23941         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
23942         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
23943
23944 2002-12-31  Bruno Haible  <bruno@clisp.org>
23945
23946         * lib/getline.h: Include <stddef.h>, for size_t.
23947
23948         * lib/unicodeio.h: Include <stddef.h>, for size_t.
23949         * lib/unicodeio.c: Don't include <stddef.h>.
23950
23951 2002-12-31  Bruno Haible  <bruno@clisp.org>
23952
23953         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
23954         HAVE_TM_ZONE.
23955
23956 2002-12-24  Karl Berry  <karl@gnu.org>
23957
23958         * config/config.guess: update from prep.
23959
23960 2002-12-24  Bruno Haible  <bruno@clisp.org>
23961
23962         General infrasructure.
23963         * m4/README: Rewritten.
23964         * m4/onceonly.m4: New file.
23965         * m4/onceonly_2_57.m4: New file.
23966
23967         Module atexit.
23968         * m4/atexit.m4: New file.
23969
23970         Module strtod.
23971         * m4/strtod.m4: New file.
23972
23973         Module strtol.
23974         * m4/strtol.m4: New file.
23975
23976         Module strtoul.
23977         * m4/strtoul.m4: New file.
23978
23979         Module memchr.
23980         * m4/memchr.m4: New file.
23981
23982         Module memcmp.
23983         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
23984         (jm_FUNC_MEMCMP): Invoke it.
23985
23986         Module memcpy.
23987         * m4/memcpy.m4: New file.
23988
23989         Module memmove.
23990         * m4/memmove.m4: New file.
23991
23992         Module memset.
23993         * m4/memset.m4: New file.
23994
23995         Module strcspn.
23996         * m4/strcspn.m4: New file.
23997
23998         Module strpbrk.
23999         * m4/strpbrk.m4: New file.
24000
24001         Module strstr.
24002         * m4/strstr.m4: New file.
24003
24004         Module strerror.
24005         * m4/strerror.m4: New file.
24006
24007         Module mktime.
24008         * m4/mktime.m4: Renamed from jm-mktime.m4.
24009         (gl_PREREQ_MKTIME): New macro.
24010         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
24011
24012         Module malloc.
24013         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
24014         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
24015         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
24016
24017         Module realloc.
24018         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
24019         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
24020         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
24021
24022         Module strftime.
24023         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
24024         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
24025         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
24026         gl_TM_GMTOFF.
24027         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
24028
24029         Module xalloc.
24030         * m4/xalloc.m4: New file.
24031
24032         Module alloca.
24033         * m4/alloca.m4: New file.
24034
24035         Module putenv.
24036         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
24037         (jm_FUNC_PUTENV): Invoke it.
24038
24039         Module setenv.
24040         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
24041         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
24042         when invoked twice.
24043         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
24044         gt_FUNC_SETENV.
24045
24046         Module memrchr.
24047         * m4/memrchr.m4: New file.
24048
24049         Module stpcpy.
24050         * m4/stpcpy.m4: New file.
24051
24052         Module strcase.
24053         * m4/strcase.m4: New file.
24054
24055         Module strdup.
24056         * m4/strdup.m4: New file.
24057
24058         Module strnlen.
24059         * m4/strnlen.m4: New file.
24060
24061         Module strndup.
24062         * m4/strndup.m4: New file.
24063
24064         Module xstrtod.
24065         * m4/xstrtod.m4: New file.
24066
24067         Module xstrtol.
24068         * m4/xstrtol.m4: New file.
24069
24070         Module getdate.
24071         * m4/getdate.m4: New file.
24072
24073         Module unlocked-io.
24074         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
24075         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
24076         * m4/jm-glibc-io.m4n: Remove file.
24077
24078         Module long-options.
24079         * m4/long-options.m4: New file.
24080
24081         Module md5.
24082         * m4/md5.m4: New file.
24083
24084         Module sha.
24085         * m4/sha.m4: New file.
24086
24087         Module getstr.
24088         * m4/getstr.m4: New file.
24089
24090         Module getline.
24091         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
24092         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
24093         <sys/types.h>, for size_t. Use the function name gnu_getline, not
24094         simply getline. Infoke gl_PREREQ_GETLINE.
24095
24096         Module obstack.
24097         * m4/obstack.m4: New file.
24098
24099         Module hash.
24100         * m4/hash.m4: New file.
24101
24102         Module readtokens.
24103         * m4/readtokens.m4: New file.
24104
24105         Module strverscmp.
24106         * m4/strverscmp.m4: New file.
24107
24108         Module stdbool.
24109         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
24110         OSF/1.
24111
24112         Module strtoll.
24113         * m4/strtoll.m4: New file.
24114
24115         Module strtoull.
24116         * m4/strtoull.m4: New file.
24117
24118         Module strtoimax.
24119         * m4/strtoimax.m4: New file.
24120
24121         Module strtoumax.
24122         * m4/strtoumax.m4: New file.
24123
24124         Module xstrtoimax.
24125         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
24126         jm_AC_PREREQ_XSTRTOIMAX.
24127         Moved the strtol prerequisites to strtol.m4.
24128         Moved the strtoll prerequisites to strtoll.m4.
24129         Moved the strtoimax prerequisites to strtoimax.m4.
24130
24131         Module xstrtoumax.
24132         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
24133         jm_AC_PREREQ_XSTRTOUMAX.
24134         Moved the strtoul prerequisites to strtoul.m4.
24135         Moved the strtoull prerequisites to strtoull.m4.
24136         Moved the strtoumax prerequisites to strtoumax.m4.
24137
24138         Module chown.
24139         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
24140         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
24141
24142         Module dup2.
24143         * m4/dup2.m4: New file.
24144
24145         Module ftruncate.
24146         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
24147         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
24148
24149         Module getgroups.
24150         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
24151         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
24152
24153         Module gettimeofday.
24154         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
24155         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
24156         gl_PREREQ_GETTIMEOFDAY.
24157
24158         Module mkdir.
24159         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
24160         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
24161
24162         Module mkstemp.
24163         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
24164         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
24165         jm_AC_TYPE_UINTMAX_T.
24166         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
24167
24168         Module stat.
24169         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
24170         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
24171
24172         Module lstat.
24173         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
24174         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
24175
24176         Module timespec.
24177         * m4/timespec.m4 (gl_TIMESPEC): New macro.
24178         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
24179         * m4/st_mtim.m4: Indentation.
24180
24181         Module nanosleep.
24182         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
24183         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
24184         gl_PREREQ_NANOSLEEP.
24185
24186         Module regex.
24187         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
24188         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
24189         (gl_REGEX): New macro.
24190
24191         Module rename.
24192         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
24193         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
24194
24195         Module rmdir.
24196         * m4/rmdir.m4: New file.
24197
24198         Module utime.
24199         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
24200         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
24201         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
24202
24203         Module dirname.
24204         * m4/dirname.m4: New file.
24205
24206         Module getopt.
24207         * m4/getopt.m4: New file.
24208
24209         Module unistd-safer.
24210         * m4/unistd-safer.m4: New file.
24211
24212         Module fnmatch.
24213         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
24214         declaration.
24215         (gl_PREREQ_FNMATCH_EXTRA): New macro.
24216         (gl_FUNC_FNMATCH_POSIX): New macro.
24217         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
24218         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
24219         simply fnmatch.
24220
24221         Module exclude.
24222         * m4/exclude.m4: New file.
24223
24224         Module human.
24225         * m4/human.m4: New file.
24226
24227         Module acl.
24228         * m4/acl.m4: Nop.
24229
24230         Module backupfile.
24231         * m4/backupfile.m4: New file.
24232         * m4/d-ino.m4: Indentation.
24233
24234         Module fsusage.
24235         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
24236         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
24237         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
24238
24239         Module dirfd.
24240         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
24241         requirements.
24242
24243         Module euidaccess.
24244         * m4/euidaccess.m4: New file.
24245
24246         Module file-type.
24247         * m4/file-type.m4: New file.
24248
24249         Module fileblocks.
24250         * m4/fileblocks.m4: New file.
24251
24252         Module filemode.
24253         * m4/filemode.m4: New file.
24254
24255         Module isdir.
24256         * m4/isdir.m4: New file.
24257
24258         Module lchown.
24259         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
24260         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
24261
24262         Module makepath.
24263         * m4/makepath.m4: New file.
24264
24265         Module modechange.
24266         * m4/modechange.m4: New file.
24267
24268         Module mountlist.
24269         * m4/mountlist.m4: New file.
24270         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
24271         Indentation.
24272
24273         Module path-concat.
24274         * m4/path-concat.m4: New file.
24275
24276         Module pathmax.
24277         * m4/pathmax.m4: New file.
24278
24279         Module same.
24280         * m4/same.m4: New file.
24281
24282         Module save-cwd.
24283         * m4/save-cwd.m4: New file.
24284
24285         Module savedir.
24286         * m4/savedir.m4: New file.
24287
24288         Module xgetcwd.
24289         * m4/xgetcwd.m4: New file.
24290         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
24291
24292         Module xreadlink.
24293         * m4/xreadlink.m4: New file.
24294
24295         Module safe-read.
24296         * m4/safe-read.m4: New file.
24297
24298         Module safe-write.
24299         * m4/safe-write.m4: New file.
24300
24301         Module closeout.
24302         * m4/closeout.m4: New file.
24303
24304         Module stdio-safer.
24305         * m4/stdio-safer.m4: New file.
24306
24307         Module getpass.
24308         * m4/getpass.m4: New file.
24309
24310         Module getugroups.
24311         * m4/getugroups.m4: New file.
24312
24313         Module group-member.
24314         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
24315         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
24316
24317         Module idcache.
24318         * m4/idcache.m4: New file.
24319
24320         Module userspec.
24321         * m4/userspec.m4: New file.
24322
24323         Module gettime.
24324         * m4/clock_time.m4: New file.
24325         * m4/gettime.m4: New file.
24326
24327         Module settime.
24328         * m4/settime.m4: New file.
24329
24330         Module posixtm.
24331         * m4/posixtm.m4: New file.
24332
24333         Module gethostname.
24334         * m4/gethostname.m4: New file.
24335
24336         Module canon-host.
24337         * m4/canon-host.m4: New file.
24338
24339         Module gettext.
24340         * m4/codeset.m4: New file, from gettext-0.11.5.
24341         * m4/gettext.m4: New file, from gettext-0.11.5.
24342         * m4/glibc21.m4: New file, from gettext-0.11.5.
24343         * m4/iconv.m4: New file, from gettext-0.11.5.
24344         * m4/intdiv0.m4: New file, from gettext-0.11.5.
24345         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
24346         * m4/inttypes.m4: New file, from gettext-0.11.5.
24347         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
24348         * m4/isc-posix.m4: New file, from gettext-0.11.5.
24349         * m4/lcmessage.m4: New file, from gettext-0.11.5.
24350         * m4/lib-ld.m4: New file, from gettext-0.11.5.
24351         * m4/lib-link.m4: New file, from gettext-0.11.5.
24352         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
24353         * m4/progtest.m4: New file, from gettext-0.11.5.
24354         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
24355         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
24356         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
24357
24358         Module localcharset.
24359         * m4/localcharset.m4: New file.
24360
24361         Module hard-locale.
24362         * m4/hard-locale.m4: New file.
24363
24364         Module mbswidth.
24365         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
24366         onceonly macros.
24367         * m4/mbrtowc.m4: Add comment.
24368
24369         Module memcasecmp.
24370         * m4/memcasecmp.m4: New file.
24371
24372         Module memcoll.
24373         * m4/memcoll.m4: New file.
24374
24375         Module unicodeio.
24376         * m4/unicodeio.m4: New file.
24377
24378         Module rpmatch.
24379         * m4/rpmatch.m4: New file.
24380
24381         Module yesno.
24382         * m4/yesno.m4: New file.
24383
24384         Module exitfail.
24385         * m4/exitfail.m4: New file.
24386
24387         Module c-stack.
24388         * m4/c-stack.m4 (gl_C_STACK): New macro.
24389         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
24390
24391         Module error.
24392         * m4/error.m4 (gl_ERROR): New macro.
24393         (jm_PREREQ_ERROR): Use onceonly macros.
24394
24395         Module fatal.
24396         * m4/fatal.m4: New file.
24397
24398         Module getloadavg.
24399         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
24400         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
24401
24402         Module getpagesize.
24403         * m4/getpagesize.m4: New file.
24404
24405         Module getusershell.
24406         * m4/getusershell.m4: New file.
24407
24408         Module physmem.
24409         * m4/physmem.m4: New file.
24410
24411         Module posixver.
24412         * m4/posixver.m4: New file.
24413
24414         Module quotearg.
24415         * m4/quotearg.m4: New file.
24416
24417         Module quote.
24418         * m4/quote.m4: New file.
24419
24420         Module readutmp.
24421         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
24422
24423         Module sig2str.
24424         * m4/sig2str.m4: New file.
24425
24426         Other.
24427         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
24428         ulonglong.m4.
24429         * m4/intmax_t.m4: New file.
24430         * m4/d-type.m4: Indentation.
24431         * m4/jm-macros.m4: Update.
24432         * m4/prereq.m4 (jm_PREREQ): Update.
24433         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
24434         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
24435         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
24436         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
24437         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
24438         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
24439         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
24440         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
24441         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
24442         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
24443         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
24444         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
24445         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
24446         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
24447         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
24448         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
24449         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
24450         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
24451         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
24452
24453 2002-12-24  Bruno Haible  <bruno@clisp.org>
24454
24455         * MODULES.txt: Update according to m4/ changes.
24456
24457         Module gettext.
24458         * config.rpath: New file, from gettext-0.11.5.
24459
24460         * modules/*: New module descriptions.
24461         * gnulib-tool: New file.
24462         * MODULES.html.sh: New file.
24463
24464 2002-12-21  Karl Berry  <karl@gnu.org>
24465
24466         * doc/fdl.texi: update to version 1.2.
24467
24468 2002-12-19  Karl Berry  <karl@gnu.org>
24469
24470         * config/config.guess: update from prep.
24471
24472 2002-12-18  Bruno Haible  <bruno@clisp.org>
24473
24474         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
24475         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
24476
24477 2002-12-17  Bruno Haible  <bruno@clisp.org>
24478
24479         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
24480         stdlib.h, string.h.
24481
24482 2002-12-17  Bruno Haible  <bruno@clisp.org>
24483
24484         * lib/canon-host.c (strdup): Remove unused declaration.
24485
24486         * lib/fsusage.c: Include full_read.h.
24487         (get_fs_usage): Use full_read instead of safe_read.
24488
24489         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
24490
24491 2002-12-12  Karl Berry  <karl@gnu.org>
24492
24493         * config/config.guess: update from prep.
24494
24495 2002-12-11  Bruno Haible  <bruno@clisp.org>
24496
24497         * m4/setenv.m4: New file, from gettext-0.11.5.
24498
24499 2002-12-11  Bruno Haible  <bruno@clisp.org>
24500
24501         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
24502         not unsetenv().
24503         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
24504         modifications:
24505
24506         2002-12-11  Bruno Haible  <bruno@clisp.org>
24507
24508                 * setenv.c (alloca): Fall back to malloc.
24509                 (freea): New macro.
24510                 (setenv): Use freea() to free memory allocated with alloca().
24511
24512         2002-11-13  Bruno Haible  <bruno@clisp.org>
24513
24514                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
24515                 function declarations.
24516                 * unsetenv.c (unsetenv): Likewise.
24517
24518         2002-03-04  Bruno Haible  <bruno@clisp.org>
24519
24520                 Portability to AIX 4.3.3.
24521                 * unsetenv.c: New file, extracted from setenv.c.
24522                 * setenv.c: Move the unsetenv() function to unsetenv.c.
24523
24524         2001-12-20  Bruno Haible  <bruno@clisp.org>
24525
24526                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
24527                 use malloc instead. For SunOS 4.
24528
24529         2001-12-11  Bruno Haible  <bruno@clisp.org>
24530
24531                 * setenv.c: Declare alloca.
24532                 (compar_fn_t): New typedef.
24533                 (KNOWN_VALUE, STORE_VALUE): Use it.
24534
24535         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
24536         setenv.h.
24537
24538 2002-12-10  Paul Eggert  <eggert@twinsun.com>
24539
24540         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
24541         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
24542         Choose values that are less likely to collide with system fnmatch
24543         options.
24544         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
24545         defined (e.g., a pure POSIX system).
24546         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
24547         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
24548
24549 2002-12-06  Paul Eggert  <eggert@twinsun.com>
24550
24551         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
24552         a pain in practice to deal with generated m4 files.  This change
24553         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
24554
24555         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
24556         and jm-glibc-io.m4, as they are no longer a special case.
24557         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
24558         kludge and the auto-generation stuff.  Check only whether the
24559         functions are declared, not whether they exist, since older hosts
24560         that don't declare the functions can't use the optimization anyway.
24561
24562 2002-12-06  Jim Meyering  <jim@meyering.net>
24563
24564         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
24565
24566         Merge in changes from libc's misc/error.c, in preparation
24567         for the merge of gnulib's changes back into libc.
24568
24569         * lib/error.c (_): Define only if not already defined.
24570         Move definition to follow all #include directives.
24571         Include unlocked-io.h only if !_LIBC.
24572         [_LIBC]: Include <libio/libioP.h>.
24573         [USE_IN_LIBIO]: Include <libio/iolibio.h>
24574         (fflush): Tweak definition to use INTUSE.
24575         (putc): Define.
24576
24577 2002-12-05  Paul Eggert  <eggert@twinsun.com>
24578
24579         * lib/alloca.c [defined emacs]: Include "lisp.h".
24580         (xalloc_die) [defined emacs]: New macro.
24581         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
24582         [! defined emacs]: Include <xalloc.h>.
24583         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
24584         (pointer): Typedef to POINTER_TYPE *.
24585         (malloc): Remove decl; we now always use xmalloc.
24586         (alloca): Use old-style definition, since Emacs needs this.
24587         Check for arithmetic overflow when computing combined size.
24588
24589 2002-12-04  Paul Eggert  <eggert@twinsun.com>
24590
24591         Do not generate unlocked-io.h automatically, since it's easier to
24592         maintain it by hand.
24593
24594         * lib/unlocked-io.h: New file, from GNU diffutils,
24595         but with proper copyright notice and attribution.
24596         * lib/gen-uio: Remove.
24597         * lib/Makefile.am: Add copyright notice.
24598         (libfetish_a_SOURCES): Add unlocked-io.h.
24599         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
24600         (DISTCLEANFILES, io_functions): Remove macros.
24601         (EXTRA_DIST): Remove gen_uio.
24602         (unlocked-io.h): Remove rule.
24603
24604 2002-12-04  Jim Meyering  <jim@meyering.net>
24605
24606         Reflect the fact that stat.c and lstat.c are no longer generated.
24607         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
24608         (DISTCLEANFILES): Likewise.
24609         (EXTRA_DIST): Likewise.
24610         (all_local): Don't depend on stat.c or lstat.c.
24611         (stat.c, lstat.c): Remove rules.
24612         (EXTRA_DIST): Remove xstat.in.
24613
24614         * lib/xstat.in: Remove file.  Contents moved into stat.c.
24615         * lib/stat.c: New file.  Contents mostly from xstat.in.
24616         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
24617         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
24618
24619         * lib/safe-read.c: Rework so that it may serve to define safe_write,
24620         too.
24621         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
24622
24623 2002-12-03  Jim Meyering  <jim@meyering.net>
24624
24625         * lib/safe-read.c, safe-write.c: Change variable names and comments,
24626         but not semantics, to minimize the differences between these two files.
24627         (safe_read): Change comment to mention SAFE_READ_ERROR.
24628
24629         * lib/safe-read.c (IS_EINTR): Define.
24630         (safe_read): Use IS_EINTR in place of in-function cpp directives.
24631
24632 2002-12-02  Jim Meyering  <jim@meyering.net>
24633
24634         * lib/safe-read.c (EINTR): Define.
24635         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
24636         (INT_MAX): Provide fallback.
24637         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
24638
24639         * lib/safe-read.h (SAFE_READ_ERROR): Define.
24640
24641 2002-12-02  Bruno Haible  <bruno@clisp.org>
24642
24643         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
24644         Define, taken from safe-read.c.
24645         (INT_MAX): Provide fallback.
24646         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
24647         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
24648
24649         * lib/safe-read.c (EINTR): Remove definition.
24650         (safe_read): Don't use EINTR if it is absent.
24651
24652 2002-12-01  Jim Meyering  <jim@meyering.net>
24653
24654         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
24655         zero.
24656         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
24657
24658 2002-11-27  Paul Eggert  <eggert@twinsun.com>
24659
24660         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
24661         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
24662         with `if (! (value < limit)) abort ();', for readability.
24663
24664 2002-11-26  Karl Berry  <karl@gnu.org>
24665
24666         * lib/strdup.c: copy from libc again, with jim's ok.
24667         * lib/.cppi-disable: re-add strdup.c
24668
24669 2002-11-25  Karl Berry  <karl@gnu.org>
24670
24671         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
24672         instead of "strtol.c".
24673
24674 2002-11-25  Karl Berry  <karl@gnu.org>
24675
24676         * config/install-sh: update from automake for variable quoting, $0 in
24677         error msgs, etc.
24678
24679         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
24680         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
24681         entry.
24682
24683 2002-11-25  Jim Meyering  <jim@meyering.net>
24684
24685         * lib/mktime.c: Sync from libc, now that it has the latest fix.
24686
24687 2002-11-24  Karl Berry  <karl@gnu.org>
24688
24689         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
24690         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
24691
24692 2002-11-24  Jim Meyering  <jim@meyering.net>
24693
24694         Update from coreutils:
24695
24696         * lib/mktime.c: Merge in changes from libc.
24697
24698         Avoid a link-time failure on some Linux systems.
24699         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
24700         (otherwise).
24701         (__mon_yday): Declare with the STATIC attribute.
24702         (__mktime_internal): Likewise.
24703         Based on a report from Greg Schafer.
24704
24705 2002-11-23  Jim Meyering  <jim@meyering.net>
24706
24707         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
24708         Use `unsigned', not `int', as type of index.
24709
24710         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
24711
24712         * lib/fsusage.c: Remove unneeded parentheses around operands of
24713         `defined'.
24714
24715 2002-11-22  Paul Eggert  <eggert@twinsun.com>
24716
24717         * lib/quotearg.h: Allow multiple inclusion by surrounding with
24718         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
24719         so that we can be included first.
24720         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
24721         * lib/quotearg.c: Include quotearg.h immediately after config.h.
24722         No need to include stddef.h or sys/types.h any more.
24723         Surround local include files with "", not "<>".
24724         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
24725         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
24726         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
24727         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
24728         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
24729         (ISPRINT): Remove; no longer needed now that we assume C89.
24730
24731         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
24732         Preserve errno.
24733
24734         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
24735         quotearg_char): Use SIZE_MAX rather than
24736         (size_t) -1 when we are talking about "infinity".
24737
24738         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
24739
24740 2002-11-22  Paul Eggert  <eggert@twinsun.com>
24741
24742         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
24743         hint that one should use `if (! x) abort ();' rather than `assert
24744         (x);', and anyway it's one less thing to worry about configuring.
24745         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
24746         hash_rehash, hash_insert): Use abort rather than assert.
24747
24748 2002-11-22  Bruno Haible  <bruno@clisp.org>
24749
24750         * lib/safe-read.h: Assume C89. Add comments.
24751         (safe_read): Change return type to size_t.
24752         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
24753         byte counts > SSIZE_MAX correctly.
24754         * lib/safe-write.h: New file.
24755         * lib/safe-write.c: New file.
24756         * lib/full-read.h: New file.
24757         * lib/full-read.c: New file.
24758         * lib/full-write.h: Assume C89. Add comments.
24759         * lib/full-write.c: Include safe-write.h.
24760         (full_write): Rewritten to use safe_write.
24761         Suggested by Jim Meyering and Paul Eggert.
24762
24763 2002-11-21  Jim Meyering  <jim@meyering.net>
24764
24765         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
24766
24767         Merge in changes from the coreutils.
24768
24769         2002-09-25  Paul Eggert  <eggert@twinsun.com>
24770         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
24771         <stdint.h>.
24772         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
24773         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
24774         int.  Work more efficiently if X is the same width as uintmax_t.
24775         Do not compare X to -1, to avoid bogus compiler warning.
24776         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
24777         Don't assume that f_frsize and f_bsize are the same type.
24778
24779         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
24780         warning on FreeBSD.
24781
24782         * lib/makepath.c (make_path): Restore umask *before* creating the final
24783         component.
24784         (make_path): Minor reformatting.
24785
24786         * lib/xmalloc.c: Adjust to work with new autoconf macros,
24787         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
24788         HAVE_MALLOC/HAVE_REALLOC.
24789
24790         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
24791         dummy ones.  At least on GNU/Linux systems, `auto' means something
24792         else.
24793         From Michael Stone.
24794
24795 2002-11-21  Bruno Haible  <bruno@clisp.org>
24796
24797         Remove case insensitive option matching.
24798         * lib/argmatch.h (argcasematch): Remove declaration.
24799         (ARGCASEMATCH): Remove macro.
24800         (__xargmatch_internal): Remove case_sensitive argument.
24801         (XARGMATCH): Update.
24802         (XARGCASEMATCH): Remove macro.
24803         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
24804         case_sensitive argument.
24805         (argcasematch): Remove function.
24806         (__xargmatch_internal): Remove case_sensitive argument.
24807         (main): Use XARGMATCH instead of XARGCASEMATCH.
24808
24809         * lib/xmalloc.c: Change compile-time error message. Add comment about
24810         required autoconf version.
24811
24812 2002-11-20  Paul Eggert  <eggert@twinsun.com>
24813
24814         Merge argmatch cleanups from Bison.  Assume C89.
24815
24816         * lib/argmatch.c: Include config.h here, not in argmatch.h.
24817         Include stdlib.h, for EXIT_FAILURE.
24818         Always include <string.h>, since we assume C89.
24819         (EXIT_FAILURE): Remove pre-C89 bug workaround.
24820         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
24821         Include <stddef.h> instead, since it's all we need for size_t.
24822         (PARAMS): Remove.  All uses removed.
24823         (ARRAY_CARDINALITY): Do not bother to #undef.
24824         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
24825         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
24826         Remove unnecessary parentheses.
24827         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
24828         Insert necessary parentheses.
24829         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
24830         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
24831
24832 2002-11-19  Bruno Haible  <bruno@clisp.org>
24833
24834         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
24835         * lib/mbswidth.h: Include <stddef.h>, for size_t.
24836
24837         * lib/mbswidth.h (PARAMS): Remove macro.
24838         (mbswidth, mbsnwidth): Use ANSI C function declarations.
24839         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
24840
24841         * lib/gcd.h (PARAMS): Remove macro.
24842         (gcd): Use ANSI C function declarations.
24843         * lib/gcd.c (gcd): Likewise.
24844
24845 2002-11-15  Bruno Haible  <bruno@clisp.org>
24846
24847         * lib/strcspn.c: Include <stddef.h>.
24848         (strcspn): Use ANSI C function declaration. Change return type to
24849         size_t. Use NULL.
24850         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
24851         (strpbrk): Use NULL.
24852         * lib/strpbrk.h (PARAMS): Remove macro.
24853         (strpbrk): Use ANSI C function declaration.
24854         * lib/strstr.c: Don't include <sys/types.h>.
24855         * lib/strstr.h (PARAMS): Remove macro.
24856         (strstr): Use ANSI C function declarations.
24857
24858 2002-11-14  Karl Berry  <karl@gnu.org>
24859
24860         * config/mkinstalldirs: `do' on separate line, instead of
24861         `for var; do'.
24862
24863 2002-11-06  Bruno Haible  <bruno@clisp.org>
24864
24865         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
24866         * lib/gcd.c (gcd): Likewise.
24867
24868 2002-11-05  Bruno Haible  <bruno@clisp.org>
24869
24870         * lib/gcd.h: New file, from gettext-0.11.5.
24871         * lib/gcd.c: New file, from gettext-0.11.5.
24872
24873 2002-11-05  Bruno Haible  <bruno@clisp.org>
24874
24875         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
24876         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
24877         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
24878         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
24879
24880         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
24881         <libintl.h>.
24882         * lib/makepath.c: Include gettext.h instead of <locale.h> and
24883         <libintl.h>.
24884
24885         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
24886         * lib/human.c: Include gettext.h instead of <libintl.h>.
24887         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
24888         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
24889         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
24890         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
24891         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
24892         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
24893         (textdomain): Remove definition.
24894         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
24895
24896         * lib/long-options.c: Remove include of <libintl.h> and definition of
24897         _.
24898         * lib/same.c: Remove include of <libintl.h> and definition of _.
24899
24900 2002-11-04  Owen Taylor  <otaylor@redhat.com>
24901
24902         * lib/config.charset: A few additions for Solaris.
24903
24904 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
24905
24906         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
24907         * lib/localcharset.c (locale_charset): Declare as extern "C".
24908
24909 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
24910
24911         * lib/config.charset: msdos in uk_UA uses CP1125.
24912
24913 2002-11-04  Bruno Haible  <bruno@clisp.org>
24914
24915         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
24916         * lib/strcase.h: New file, from GNU gettext-0.11.5.
24917         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
24918         * lib/strstr.h: New file, from GNU gettext-0.11.5.
24919         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
24920
24921 2002-11-04  Bruno Haible  <bruno@clisp.org>
24922
24923         * lib/localcharset.c (locale_charset): Don't return an empty string.
24924
24925 2002-11-04  Bruno Haible  <bruno@clisp.org>
24926
24927         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
24928         aliases.
24929
24930 2002-11-04  Bruno Haible  <bruno@clisp.org>
24931
24932         * lib/config.charset: Update for newest glibc. Add canonical names
24933         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
24934
24935 2002-11-04  Bruno Haible  <bruno@clisp.org>
24936
24937         * lib/config.charset: Add support for NetBSD.
24938
24939 2002-11-04  Bruno Haible  <bruno@clisp.org>
24940
24941         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
24942
24943 2002-11-01  Bruno Haible  <bruno@clisp.org>
24944
24945         * configure.in: Add AC_CONFIG_AUX_DIR call.
24946         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
24947         test/Makefile.
24948         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
24949
24950 2002-09-28  Karl Berry  <karl@gnu.org>
24951
24952         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
24953         installed automake until the next release, since changes have been
24954         made.
24955
24956 2002-09-25  Karl Berry  <karl@gnu.org>
24957
24958         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
24959         * lib/getopt*: copy from libc/posix.
24960         * lib/gettext.h: copy from gettext.
24961         * lib/.cppi-disable: add strdup.c, gettext.h.
24962
24963 2002-09-25  Karl Berry  <karl@gnu.org>
24964
24965         * config/srclist.txt: enable gettext.h check.
24966         * config/config.{guess,sub}: update from prep.
24967         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
24968                 from automake 1.6.3.
24969         See srclist*.
24970
24971 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
24972
24973         * regex.c (PATFETCH): Remove the translating fetch.
24974         (PATFETCH_RAW): Rename to PATFETCH.
24975         (set_image_of_range): New fun.
24976         (SET_RANGE_TABLE_WORK_AREA): Use it.
24977         (regex_compile): Don't translate the pattern chars so eagerly.
24978         Only do it when inserting an `exactn' bytecode or when handling
24979         a char-range.
24980         (mutually_exclusive_p): Avoid empty statement.
24981
24982 2002-07-06  Jim Meyering  <meyering@lucent.com>
24983
24984         * m4/README: Don't mention Makefile.am.in.
24985         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
24986
24987 2002-07-01  Jim Meyering  <meyering@lucent.com>
24988
24989         * lib/c-stack.c: Include sys/time.h.
24990         From Volker Borchert.
24991
24992 2002-06-26  Paul Eggert  <eggert@twinsun.com>
24993
24994         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
24995
24996 2002-06-26  Paul Eggert  <eggert@twinsun.com>
24997
24998         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
24999         New macro.  Use it uniformly instead of
25000         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
25001         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
25002         reported by Vin Shelton.
25003
25004 2002-06-22  Paul Eggert  <eggert@twinsun.com>
25005
25006         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
25007         Do not assume SA_SIGINFO behavior.
25008         Bug reported by Jim Meyering on NetBSD 1.5.2.
25009
25010 2002-06-22  Jim Meyering  <meyering@lucent.com>
25011
25012         * m4/c-stack.m4: New file, from diffutils-2.8.2.
25013         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
25014
25015         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
25016         now that configure.ac uses AC_GNU_SOURCE.
25017         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
25018         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
25019
25020         Update to latest tools.  Suggestions from Paul Eggert.
25021         * m4/stdbool.m4: New file, from diffutils-2.8.2.
25022         * m4/gnu-source.m4: Update from diffutils-2.8.2.
25023         * m4/fnmatch.m4: Likewise.
25024         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
25025         to AC_HEADER_STDBOOL
25026
25027 2002-06-22  Jim Meyering  <meyering@lucent.com>
25028
25029         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
25030         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
25031
25032 2002-06-22  Jim Meyering  <meyering@lucent.com>
25033
25034         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
25035
25036         * lib/exitfail.c, exitfail.h: Likewise.
25037         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
25038
25039         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
25040         of fnmatch.h.
25041         (EXTRA_DIST): Add fnmatch_loop.c.
25042         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
25043
25044         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
25045         * lib/fnmatch.c: Update from diffutils-2.8.2.
25046         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
25047         * lib/fnmatch.h: Remove file.
25048
25049 2002-06-21  Jim Meyering  <meyering@lucent.com>
25050
25051         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
25052         * m4/mbrtowc.m4: Likewise.
25053
25054         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
25055         * m4/mbswidth.m4: Reflect name change:
25056         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
25057         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
25058
25059         * m4/lib-link.m4: Update from gettext-0.11.2.
25060         * m4/gettext.m4: Likewise.
25061
25062         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
25063         From Alfred M. Szmidt.
25064
25065 2002-06-18  Paul Eggert  <eggert@twinsun.com>
25066
25067         * lib/file-type.h: Report an error if neither S_ISREG nor
25068         S_IFREG is defined, instead of using a test specific to glibc
25069         2.2.  This should be safe, since POSIX requires S_ISREG and
25070         Unix Version 7 had S_IFREG.  We don't need to check for
25071         <sys/types.h> since we don't use any symbols that it defines.
25072
25073 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
25074
25075         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
25076         $@-t, so that each temporary file name is unique and valid in the first
25077         8 characters, for operation under DOS.
25078
25079 2002-06-15  Paul Eggert  <eggert@twinsun.com>
25080
25081         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
25082
25083 2002-06-15  Jim Meyering  <meyering@lucent.com>
25084
25085         Work even with DJGPP 2.03, which lacks support for symlinks.
25086         From Richard Dawe.
25087         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
25088         is defined.
25089         * lib/lchown.c (S_ISLNK): Likewise.
25090
25091 2002-06-15  Jim Meyering  <meyering@lucent.com>
25092
25093         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
25094         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
25095         have been included before this file.
25096
25097 2002-06-14  Jim Meyering  <meyering@lucent.com>
25098
25099         * lib/file-type.h: Use the version from diffutils-2.8.2.
25100         * lib/file-type.c: Likewise.
25101
25102 2002-06-07  Jim Meyering  <meyering@lucent.com>
25103
25104         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
25105         They're needed at least for NetBSD 1.5.2.
25106         ($statxfs_includes): Include those same headers.
25107         ($statxfs_includes): Include sys/vfs.h if available.
25108         ($statxfs_includes): Likewise for sys/statvfs.h.
25109         Check for the following members in both structs statfs and statvfs:
25110         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
25111
25112 2002-06-01  Jim Meyering  <meyering@lucent.com>
25113
25114         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
25115         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
25116
25117 2002-05-28  Jim Meyering  <meyering@lucent.com>
25118
25119         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
25120         Reported by Volker Borchert.
25121
25122 2002-05-27  Jim Meyering  <meyering@lucent.com>
25123
25124         Fix a problem seen only on nonconforming systems whereby ls.c's
25125         use of localtime, and then of gettimeofday would cause trouble:
25126         the localtime call used to initialize rpl_gettimeofday's save
25127         mechanism would clobber ls's current local time information so
25128         that in any long listing the first file would always be listed
25129         with date 1970-01-01.  Analysis by Volker Borchert.
25130
25131         * lib/gettimeofday.c (localtime): Undefine.
25132         (rpl_localtime): New function.
25133
25134 2002-05-27  Jim Meyering  <meyering@lucent.com>
25135
25136         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
25137         localtime.
25138
25139         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
25140         use the replacement function; it wouldn't resolve at link time.
25141         Reported by Volker Borchert.
25142
25143 2002-05-22  Jim Meyering  <meyering@lucent.com>
25144
25145         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
25146         file-type.h.
25147         * lib/file-type.h: New file.
25148         * lib/file-type.c (file_type): New file/function.  Extracted from
25149         diffutils.
25150
25151 2002-04-30  Jim Meyering  <meyering@lucent.com>
25152
25153         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
25154
25155 2002-04-29  Paul Eggert  <eggert@twinsun.com>
25156
25157         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
25158
25159 2002-04-29  Paul Eggert  <eggert@twinsun.com>
25160
25161         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
25162         Do not check for alloca.h (no longer used) or stdbool.h (was never
25163         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
25164
25165 2002-04-29  Paul Eggert  <eggert@twinsun.com>
25166
25167         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
25168
25169 2002-04-29  Jim Meyering  <meyering@lucent.com>
25170
25171         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
25172         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
25173         Use AC_FUNC_STRNLEN here instead.
25174
25175         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
25176         With autoconf-2.53a, it's part of AC_PROG_CC.
25177
25178 2002-04-28  Paul Eggert  <eggert@twinsun.com>
25179
25180         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
25181         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
25182
25183 2002-04-28  Paul Eggert  <eggert@twinsun.com>
25184
25185         * lib/sig2str.h, lib/sig2str.c: New files.
25186         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
25187
25188 2002-04-28  Paul Eggert  <eggert@twinsun.com>
25189
25190         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
25191         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
25192         of 127, since 64 is the largest conceivable number for ancient
25193         nonstandard hosts.
25194         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
25195
25196 2002-04-28  Jim Meyering  <meyering@lucent.com>
25197
25198         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
25199
25200 2002-04-24  Jim Meyering  <meyering@lucent.com>
25201
25202         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
25203         (jm_PREREQ): Use it.
25204
25205         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
25206         mach/mach.h fcntl.h.
25207         Check for this function: setlocale.
25208
25209 2002-04-24  Jim Meyering  <meyering@lucent.com>
25210
25211         * lib/gettext.h: New file, from Gettext.
25212         * lib/Makefile.am (INCLUDES): Remove -I../intl.
25213         (libfetish_a_SOURCES): Add gettext.h.
25214
25215 2002-04-16  Jim Meyering  <meyering@lucent.com>
25216
25217         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
25218         ut_pid, ut_id, ut_exit.
25219
25220 2002-04-16  Jim Meyering  <meyering@lucent.com>
25221
25222         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
25223         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
25224         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
25225
25226 2002-04-12  Jim Meyering  <meyering@lucent.com>
25227
25228         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
25229         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
25230         existence of the getmntinfo function.  Needed for Darwin 5.3.
25231
25232         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
25233         This is necessary at least on Darwin 5.3.
25234
25235         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
25236         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
25237         strnlen.o in the library, and that makes some versions of ranlib
25238         object.
25239
25240 2002-04-12  Jim Meyering  <meyering@lucent.com>
25241
25242         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
25243
25244 2002-04-09  Jim Meyering  <meyering@lucent.com>
25245
25246         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
25247         to be more precise.  Rather than saying we're checking whether the
25248         function `works', say what we're testing.
25249         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
25250         Reported by Bruno Haible.
25251
25252 2002-03-10  Jim Meyering  <meyering@lucent.com>
25253
25254         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
25255         Suggestion from Santiago Vila.
25256
25257 2002-03-08  Jim Meyering  <meyering@lucent.com>
25258
25259         * lib/rename.c: Mention that this wrapper is needed also on
25260         mips-dec-ultrix4.4 systems.
25261
25262 2002-03-02  Jim Meyering  <meyering@lucent.com>
25263
25264         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
25265         not HAVE_CLOCK_SETTIME.
25266
25267 2002-02-27  Paul Eggert  <eggert@twinsun.com>
25268
25269         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
25270         Check for clock_settime.
25271
25272 2002-02-27  Paul Eggert  <eggert@twinsun.com>
25273
25274         * lib/nanosleep.h: Rename to....
25275         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
25276
25277         * lib/gettime.c: New file.
25278         * lib/settime.c: New file.
25279         * lib/stime.c: Remove.
25280
25281         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
25282         timespec.h.  Remove nanosleep.h.
25283
25284 2002-02-25  Paul Eggert  <eggert@twinsun.com>
25285
25286         * m4/acl.m4: New file.
25287         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
25288         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
25289
25290 2002-02-25  Paul Eggert  <eggert@twinsun.com>
25291
25292         * lib/acl.c, lib/acl.h: New files.
25293         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
25294
25295 2002-02-24  Jim Meyering  <meyering@lucent.com>
25296
25297         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
25298         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
25299         cause trouble.  Reported by Nelson Beebe.
25300
25301 2002-02-23  Paul Eggert  <eggert@twinsun.com>
25302
25303         * lib/path-concat.c (xpath_concat): Reorder code to pacify
25304         compilers that don't know that xalloc_die never returns.
25305
25306 2002-02-20  Jim Meyering  <meyering@lucent.com>
25307
25308         * lib/getdate.c: Regenerate using bison-1.33.
25309
25310 2002-02-17  Jim Meyering  <meyering@lucent.com>
25311
25312         * config/config.guess (main): Don't use `head -1'; it's no longer
25313         portable. Use `sed 1q' instead.
25314
25315 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
25316
25317         * m4/codeset.m4: Upgrade to gettext-0.11.
25318         * m4/gettext.m4: Upgrade to gettext-0.11.
25319         * m4/glibc21.m4: Upgrade to gettext-0.11.
25320         * m4/iconv.m4: Upgrade to gettext-0.11.
25321         * m4/isc-posix.m4: Upgrade to gettext-0.11.
25322         * m4/lcmessage.m4: Upgrade to gettext-0.11.
25323         * m4/lib-ld.m4: New file, from gettext-0.11.
25324         * m4/lib-link.m4: New file, from gettext-0.11.
25325         * m4/lib-prefix.m4: New file, from gettext-0.11.
25326         * m4/progtest.m4: Upgrade to gettext-0.11.
25327
25328 2002-02-15  Paul Eggert  <eggert@twinsun.com>
25329
25330         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
25331         (jm_PREREQ): Use it.
25332
25333 2002-02-15  Paul Eggert  <eggert@twinsun.com>
25334
25335         * lib/posixver.c, lib/posixver.h: New files.
25336         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
25337
25338 2002-02-02  Paul Eggert  <eggert@twinsun.com>
25339             Bruno Haible  <bruno@clisp.org>
25340
25341         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
25342         (fwrite_success_callback): New declaration.
25343         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
25344         print_unicode_char. Call failure callback instead of error.
25345         (fwrite_success_callback): New function.
25346         (exit_failure_callback): New function.
25347         (fallback_failure_callback): New function.
25348         (print_unicode_char): Call unicode_to_mb.
25349
25350 2002-01-26  Jim Meyering  <meyering@lucent.com>
25351
25352         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
25353         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
25354
25355 2002-01-26  Jim Meyering  <meyering@lucent.com>
25356
25357         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
25358
25359 2002-01-22  Paul Eggert  <eggert@twinsun.com>
25360
25361         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
25362
25363 2002-01-22  Jim Meyering  <meyering@lucent.com>
25364
25365         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
25366         Otherwise, some versions of automake would omit the rule that makes
25367         Makefile from Makefile.in.
25368
25369 2002-01-21  Paul Eggert  <eggert@twinsun.com>
25370
25371         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
25372         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
25373         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
25374         (memcoll): Set errno to zero if there is no error.
25375
25376         * lib/quotearg.c (quotearg_buffer_restyled):
25377         Fix bug with quoting buffers containing NUL when backslashing escapes.
25378         This bug was exposed by the other changes in this patch.
25379         (quotearg_n_options): New arg ARGSIZE.
25380         All callers changed.
25381         (quoting_options_from_style): New function.
25382         (quotearg_n_style): Use it.
25383         (quotearg_n_style_mem): New function.
25384
25385         * lib/quotearg.h (quotearg_n_style_mem): New function.
25386
25387 2002-01-19  Jim Meyering  <meyering@lucent.com>
25388
25389         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
25390         Remove useless quotes: DF_PROG="df".
25391         * m4/strnlen.m4: New file.
25392
25393 2002-01-16  Paul Eggert  <eggert@twinsun.com>
25394
25395         * lib/backupfile.c (ISDIGIT): Comment fix.
25396         * lib/getdate.y (ISDIGIT): Likewise.
25397         * lib/posixtm.c (ISDIGIT, year): Likewise.
25398         * lib/strverscmp.c (ISDIGIT): Likewise.
25399         * lib/userspec.c (ISDIGIT): Likewise.
25400
25401 2002-01-16  Jim Meyering  <meyering@lucent.com>
25402
25403         * lib/getdate.y: Add three semicolons, each just before a closing
25404         brace. Bison (as of version 1.31) no longer papers over that mistake.
25405
25406 2002-01-05  Jim Meyering  <meyering@lucent.com>
25407
25408         * lib/version-etc.c (version_etc_copyright): Update copyright year.
25409
25410 2001-12-19  Paul Eggert  <eggert@twinsun.com>
25411
25412         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
25413         not silently exit merely because the output buffer happens to
25414         have nothing pending.
25415
25416 2001-12-18  Paul Eggert  <eggert@twinsun.com>
25417
25418         See the big note in ../ChangeLog.
25419         * lib/human.c (suffixes): Prefer K to k for 1024.
25420         (generate_suffix_backwards): New function.
25421         (human_readable_inexact): Use it.
25422         * lib/xstrtol.c (__xstrtol): If there is no number but there
25423         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
25424         Accept 'K' as well as 'k'.
25425
25426 2001-12-15  Jim Meyering  <meyering@lucent.com>
25427
25428         * lib/regex.h (__restrict_arr): Update from libc.
25429
25430         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
25431         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
25432         (STREQ): Define.
25433
25434 2001-12-14  Jim Meyering  <meyering@lucent.com>
25435
25436         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
25437         Suggestion from Bruno Haible.
25438
25439 2001-12-10  Jim Meyering  <meyering@lucent.com>
25440
25441         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
25442         xrealloc, Instead, include "xalloc.h".
25443         (initbuffer): Don't cast xmalloc return value to char*.
25444         (readline): Reword comment.
25445         Don't cast xrealloc return value to char*
25446         Return NULL, not 0.
25447
25448 2001-12-09  Jim Meyering  <meyering@lucent.com>
25449
25450         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
25451         about `signed and unsigned type in conditional expression'.
25452         * lib/posixtm.c (posix_time_parse): Likewise.
25453
25454         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
25455
25456         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
25457         to avoid a pedantic warning.
25458
25459         * lib/getstr.c: Don't include assert.h.
25460         (getstr): Remove warning-evoking assertions.
25461         Return -1 if offset parameter is out of bounds.
25462         Change the type of a local from int to size_t.
25463
25464         * lib/strftime.c (my_strftime_localtime_r): Include this function
25465         definition in the `#if ! HAVE_TM_GMTOFF' block.
25466
25467         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
25468         Include xalloc.h instead.
25469
25470 2001-12-02  Jim Meyering  <meyering@lucent.com>
25471
25472         * lib/tempname.c: Don't declare getenv, thus reverting the change of
25473         2001-11-18.  It's no longer necessary, now that stdlib.h is always
25474         included.
25475
25476         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
25477         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
25478
25479 2001-11-30  Akim Demaille  <akim@epita.fr>
25480
25481         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
25482         before being defined.
25483
25484 2001-11-27  Paul Eggert  <eggert@twinsun.com>
25485
25486         * lib/quotearg.h (quotearg_n, quotearg_n_style):
25487         First arg is int, not unsigned.
25488         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
25489         (SIZE_MAX, UINT_MAX): New macros.
25490         (quotearg_n_options): Abort if N is negative.
25491         Avoid overflow check on hosts where size_t is 64 bits and int
25492         is 32 bits, as overflow is impossible there.
25493         Fix off-by-one typo that caused unnecessary reallocation.
25494
25495 2001-11-27  Jim Meyering  <meyering@lucent.com>
25496
25497         * lib/tempname.c: Merge with version from libc.
25498         * lib/regex.c: Likewise.
25499
25500         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
25501         systems for which STDC_HEADERS is 0, it was not included, resulting in
25502         a warning about an integer-to-pointer conversion problem with getenv.
25503         Reported by Volker Borchert.
25504
25505 2001-11-26  Jim Meyering  <meyering@lucent.com>
25506
25507         * lib/gtod.h: Remove file.
25508         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
25509         * lib/gettimeofday.c: Don't include gtod.h.
25510         (GTOD_init): Remove function.
25511         (rpl_gettimeofday): Do its job here instead, rather than aborting.
25512         Suggestion from Volker Borchert.
25513
25514 2001-11-23  Jim Meyering  <meyering@lucent.com>
25515
25516         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
25517         it.
25518         * lib/hash.c (struct hash_table): Define it here instead.
25519
25520 2001-11-22  Jim Meyering  <meyering@lucent.com>
25521
25522         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
25523
25524 2001-11-20  Jim Meyering  <meyering@lucent.com>
25525
25526         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
25527         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
25528
25529 2001-11-19  Jim Meyering  <meyering@lucent.com>
25530
25531         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
25532         directory.  Use "conftestXXXXXX" as the template.
25533         Suggestion from Paul Eggert.
25534
25535         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
25536         immediately, so the test doesn't mistakenly hit the max-open-files
25537         limit.
25538
25539 2001-11-18  Paul Eggert  <eggert@twinsun.com>
25540
25541         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
25542         (TEMPORARIES): New macro.
25543         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
25544         removes an artificial limitation (e.g. HP-UX 10.20, where
25545         TMP_MAX is 17576).
25546
25547 2001-11-18  Jim Meyering  <meyering@lucent.com>
25548
25549         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
25550
25551 2001-11-18  Jim Meyering  <meyering@lucent.com>
25552
25553         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
25554         on SunOS 4.
25555
25556         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
25557         files will be created before anything else.
25558
25559 2001-11-17  Paul Eggert  <eggert@twinsun.com>
25560
25561         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
25562         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
25563
25564 2001-11-17  Jim Meyering  <meyering@lucent.com>
25565
25566         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
25567         Prompted by a report from Bob Proulx.
25568
25569         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
25570         Instead, require UTILS_FUNC_MKSTEMP.
25571
25572 2001-11-17  Jim Meyering  <meyering@lucent.com>
25573
25574         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
25575         Now, that's done as part of AC_FUNC_STRTOD.
25576
25577 2001-11-17  Jim Meyering  <meyering@lucent.com>
25578
25579         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
25580         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
25581         rather than group writable.  Patch by Juan F. Codagnone.
25582
25583         * lib/readtokens.c: Remove explicit declarations of xmalloc and
25584         xrealloc, Instead, include "xalloc.h".
25585
25586         * lib/mountlist.c: Include unlocked-io.h after all system headers.
25587         Remove explicit declarations of xmalloc, xrealloc,
25588         and xstrdup.  Instead, include "xalloc.h".
25589
25590         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
25591         unlocked-io.h.
25592         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
25593         Likewise.
25594         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
25595
25596         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
25597         Reported by Padraig Brady.
25598
25599         * lib/mkstemp.c: #undef mkstemp.
25600         Include config.h.
25601         (rpl_mkstemp): Rename from mkstemp.
25602         Protoize.
25603
25604 2001-11-16  Jim Meyering  <meyering@lucent.com>
25605
25606         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
25607         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
25608         determine the amount of total physical memory, use pstat_getstatic.
25609         HPUX-11 doesn't define _SC_PHYS_PAGES.
25610         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
25611         If sysconf couldn't be used to determine the amount of available
25612         physical memory, use both pstat_getstatic and pstat_getdynamic.
25613         Based on a patch from Bob Proulx.
25614
25615 2001-11-10  Jim Meyering  <meyering@lucent.com>
25616
25617         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
25618         (jm_PREREQ): Use it.
25619
25620 2001-11-09  Jim Meyering  <meyering@lucent.com>
25621
25622         * m4/jm-macros.m4: Require autoconf-2.52f.
25623         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
25624         Use these AC_-prefixed names, not the AM_-prefixed ones.
25625
25626         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
25627
25628 2001-11-05  Jim Meyering  <meyering@lucent.com>
25629
25630         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
25631
25632 2001-11-04  Jim Meyering  <meyering@lucent.com>
25633
25634         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
25635         $DEFS.
25636
25637 2001-11-03  Jim Meyering  <meyering@lucent.com>
25638
25639         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
25640         of AC_DEFUN.
25641
25642         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
25643         know the name of the variable in the macro definition.
25644
25645 2001-11-03  Jim Meyering  <meyering@lucent.com>
25646
25647         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
25648         in argmatch_to_argument call.
25649
25650         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
25651         argument.
25652
25653         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
25654         e.g., a fault due to an attempt to free a NULL pointer.
25655
25656 2001-11-01  Jim Meyering  <meyering@lucent.com>
25657
25658         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
25659         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
25660
25661 2001-11-01  Jim Meyering  <meyering@lucent.com>
25662
25663         * lib/dirfd.c, lib/dirfd.h: New files.
25664         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
25665
25666         * lib/hash.c (hash_print) [TESTING]: Clean up.
25667
25668 2001-10-22  Paul Eggert  <eggert@twinsun.com>
25669
25670         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
25671         to avoid a warning if -Wall.
25672
25673 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
25674
25675         * README: New file
25676         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
25677         (per RMS's instructions, this is now the canonical source)
25678         * lgpl/, gpl/: New directories.
25679
25680 2001-10-21  Paul Eggert  <eggert@twinsun.com>
25681
25682         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
25683
25684 2001-10-21  Jim Meyering  <meyering@lucent.com>
25685
25686         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
25687         this code would end up calling gettext even in packages built
25688         with --disable-nls.
25689         * lib/getopt.c (_): Likewise.
25690         * lib/regex.c (_): Likewise.
25691
25692 2001-10-20  Paul Eggert  <eggert@twinsun.com>
25693
25694         * m4/error.m4 (jm_PREREQ_ERROR):
25695         Do not invoke AC_CHECK_FUNCS with strerror_r, as
25696         AC_FUNC_STRERROR_R does that.
25697         Check for strerror declaration.
25698
25699         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
25700         are supposed to have them these days.
25701         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
25702         Merge changes from latest Autoconf CVS.
25703         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
25704         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
25705         POSIX decided to standardize on the int flavor of strerror_r.
25706
25707 2001-10-20  Paul Eggert  <eggert@twinsun.com>
25708
25709         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
25710         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
25711         Use strerror_r that is only a macro, even if it is not a function.
25712         (strerror): Check for HAVE_DECL_STRERROR before declaring.
25713         (private_strerror): Use prototypes, not old-style function definition.
25714         (print_errno_message): New function.
25715         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
25716         char*-flavored one.
25717         (error_tail, error, error_at_line): Use it.
25718
25719 2001-10-11  Jim Meyering  <meyering@lucent.com>
25720
25721         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
25722         and quote_n (1, ... to avoid clobbering a buffer.
25723
25724 2001-10-05  Jim Meyering  <meyering@lucent.com>
25725
25726         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
25727         hash-pjw.h.
25728         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
25729         * lib/hash-pjw.h: New file.
25730
25731 2001-09-30  Jim Meyering  <meyering@lucent.com>
25732
25733         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
25734         `struct fsstat' has the `f_fstypename' member.
25735         Use that to define FS_TYPE, which is now used to make
25736         the getfsstat link test tighter.
25737
25738 2001-09-30  Jim Meyering  <meyering@lucent.com>
25739
25740         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
25741         Include <sys/ucred.h>, for Apple Darwin.
25742         Include sys/mount.h and sys/fs_types.h only if available.
25743         (FS_TYPE): Define.
25744         (read_filesystem_list): Use FS_TYPE.
25745
25746 2001-09-29  Paul Eggert  <eggert@twinsun.com>
25747
25748         * lib/exclude.c (excluded_filename): 0 -> false, since it's
25749         a boolean context.
25750
25751 2001-09-29  Jim Meyering  <meyering@lucent.com>
25752
25753         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
25754         [one-argument getmntent function]): Include stdio.h before mntent.h.
25755         SunOS 4.1.x needs it for the declaration of `FILE'.
25756         Patch by Volker Borchert.
25757
25758         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
25759         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
25760         sys/fs_types.h, and make the link-test for getfsstat guard #include
25761         directives with appropriate #if HAVE_*_H tests so that we can
25762         detect getfsstat on Apple Darwin1.3.7 systems.
25763         Reported by Nelson Beebe.
25764         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
25765
25766 2001-09-28  Paul Eggert  <eggert@twinsun.com>
25767
25768         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
25769         #defines strtoimax.  Also treat the other strto* functions
25770         like strtoimax.
25771
25772         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
25773         Check for strtoul and strtoumax,
25774         as those declarations are made even in the signed case.
25775         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
25776         Likewise, for strtol and strtoimax.
25777
25778 2001-09-28  Paul Eggert  <eggert@twinsun.com>
25779
25780         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
25781         #defines strtoimax.  Also treat the other strto* functions
25782         like strtoimax.
25783
25784         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
25785         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
25786         (strtoimax, strtoumax): Do not declare if already defined as a macro.
25787
25788 2001-09-26  Jim Meyering  <meyering@lucent.com>
25789
25790         Most macros in unlocked-io.h had the wrong number of arguments.
25791         * lib/gen-uio: New script.
25792         (USE_UNLOCKED_IO): Define to 1 if not already defined.
25793         * lib/unlocked-io.hin: Remove file.
25794         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
25795         rather than trying to embed it here.
25796         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
25797         Reported by Padraig Brady.
25798
25799 2001-09-25  Volker Borchert  <bt@teknon.de>
25800
25801         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
25802         `result'.
25803
25804 2001-09-24  Jim Meyering  <meyering@lucent.com>
25805
25806         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
25807
25808 2001-09-23  Jim Meyering  <meyering@lucent.com>
25809
25810         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
25811         instead of the mere test for existence of mntent.h.  The latter
25812         would get a false-positive on AIX 3.4 systems.
25813         In the outer getmntent if-block, don't die if neither of the getmntent
25814         tests succeeds.  Instead, just fall through and continue with the
25815         remaining tests.
25816
25817 2001-09-23  Jim Meyering  <meyering@lucent.com>
25818
25819         * lib/mountlist.c: Remove useless parentheses in #if directives.
25820         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
25821         the deprecated MOUNTED symbol is no longer defined in mntent.h.
25822
25823 2001-09-22  Jim Meyering  <meyering@lucent.com>
25824
25825         * m4/gettext.m4: New file.  From gettext.
25826         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
25827         * m4/progtest.m4: Likewise
25828         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
25829         * m4/glibc21.m4: Likewise.
25830
25831         * m4/libintl.m4: Remove.  No longer used.
25832
25833 2001-09-22  Jim Meyering  <meyering@lucent.com>
25834
25835         * lib/localcharset.c: Update from latest gettext.
25836         * lib/config.charset: Likewise.
25837
25838 2001-09-20  Jim Meyering  <meyering@lucent.com>
25839
25840         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
25841         strtoimax.
25842         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
25843         strtoumax.
25844
25845 2001-09-20  Jim Meyering  <meyering@lucent.com>
25846
25847         * lib/xstrtol.c (strtoimax): Guard declaration with
25848         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
25849         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
25850         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
25851         (strtoumax): Likewise, for completeness (it wasn't necessary).
25852
25853 2001-09-17  Paul Eggert  <eggert@twinsun.com>
25854
25855         * lib/strtoimax.c (HAVE_LONG_LONG):
25856         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
25857         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
25858         to work around bug in IBM C compiler.
25859
25860 2001-09-17  Jim Meyering  <meyering@lucent.com>
25861
25862         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
25863         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
25864         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
25865         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
25866         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
25867         whenever the right hand side need not be expanded by the shell.
25868
25869 2001-09-16  Paul Eggert  <eggert@twinsun.com>
25870
25871         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
25872         library.  It's not correct, as some older glibcs are buggy.
25873         fnmatch wasn't fixed until glibc 2.2.
25874
25875         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
25876         special shell magic here.
25877
25878 2001-09-16  Jim Meyering  <meyering@lucent.com>
25879
25880         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
25881         * m4/jm-macros.m4: Require it.
25882
25883 2001-09-16  Jim Meyering  <meyering@lucent.com>
25884
25885         * lib/mkdir.c: New file.
25886
25887 2001-09-15  Jim Meyering  <meyering@lucent.com>
25888
25889         * m4/jm-macros.m4: Check for help2man.
25890
25891 2001-09-11  Jim Meyering  <meyering@lucent.com>
25892
25893         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
25894         The body, by Paul Eggert, was moved here from configure.in.
25895         * m4/jm-macros.m4: Require UTILS_HOST_OS.
25896
25897 2001-09-04  Paul Eggert  <eggert@twinsun.com>
25898
25899         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
25900         (jm_PREREQ): Use it.
25901
25902 2001-09-04  Paul Eggert  <eggert@twinsun.com>
25903
25904         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
25905         Use ssize_t, not int, to store result of readlink.
25906         Check for ssize_t overflow as well as size_t overflow,
25907         as POSIX says the result of readlink is implementation-defined
25908         when ssize_t overflows.
25909         Remove unnecessary cast to char*.
25910         Use free+malloc instead of realloc, as the storage doesn't need
25911         to be preserved and it's clearer and can be more efficient that way.
25912         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
25913         * lib/xreadlink.h (xreadlink): Update prototype.
25914
25915 2001-09-04  Paul Eggert  <eggert@twinsun.com>
25916
25917         * lib/xgetcwd.c: Revert some of the previous change; intead,
25918         fix the HAVE_GETCWD_NULL code to behave more like the
25919         !HAVE_GETCWD_NULL code used to.
25920
25921         Include "xalloc.h".
25922         (xgetcwd): Do not return NULL when memory is exhausted; instead,
25923         invoke xalloc_die.
25924
25925 2001-09-03  Paul Eggert  <eggert@twinsun.com>
25926
25927         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
25928         sys/param.h, as pathmax.h includes them.
25929
25930 2001-09-03  Paul Eggert  <eggert@twinsun.com>
25931
25932         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
25933         (jm_PREREQ_XGETCWD): New macro.
25934
25935         * m4/getcwd.m4: New file.
25936
25937 2001-09-03  Paul Eggert  <eggert@twinsun.com>
25938
25939         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
25940         like the HAVE_GETCWD_NULL code.
25941         Include pathmax.h if not HAVE_GETCWD.
25942         Do not include xalloc.h.
25943         (INITIAL_BUFFER_SIZE): New symbol.
25944         Do not use xmalloc / xrealloc, since the caller is responsible for
25945         handling errors.  Preserve errno around `free' during failure.
25946         Do not overrun buffer when using getwd.
25947
25948 2001-09-03  Paul Eggert  <eggert@twinsun.com>
25949
25950         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
25951         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
25952         getcwd (NULL, 0).
25953
25954 2001-09-03  Paul Eggert  <eggert@twinsun.com>
25955
25956         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
25957         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
25958         spotted by Jim Meyering.
25959
25960 2001-09-03  Jim Meyering  <meyering@lucent.com>
25961
25962         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
25963         failure.
25964
25965 2001-09-02  Jim Meyering  <meyering@lucent.com>
25966
25967         * lib/error.c: Update from GNU libc.
25968
25969 2001-09-01  Jim Meyering  <meyering@lucent.com>
25970
25971         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
25972         Used by df.
25973
25974 2001-09-01  Jim Meyering  <meyering@lucent.com>
25975
25976         * lib/xreadlink.c: New file.
25977         * lib/xreadlink.h: New file.
25978         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
25979         xreadlink.h.
25980
25981         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
25982         doesn't conflict with sparc Solaris 7's definition in
25983         /usr/include/sys/int_types.h.
25984
25985         * lib/exclude.c: Use `""', not `<>' to #include non-system header
25986         files.
25987         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
25988         and strncasecmp as r-values.  Unixware didn't have declarations.
25989
25990 2001-08-31  Paul Eggert  <eggert@twinsun.com>
25991
25992         * lib/xstrtol.h: Add copyright notice.
25993         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
25994         LONGINT_INVALID_SUFFIX_CHAR.
25995
25996 2001-08-31  Paul Eggert  <eggert@twinsun.com>
25997
25998         * lib/xstrtol.c (strtoimax): New decl.
25999
26000 2001-08-31  Paul Eggert  <eggert@twinsun.com>
26001
26002         * lib/xgetcwd.c: Don't include pathmax.h.
26003         Include stdlib.h and unistd.h if available.
26004         Include xalloc.h.
26005         (xmalloc, xstrdup, free): Remove decls.
26006         (xgetcwd): Don't assume sizes fit in unsigned.
26007         Check for overflow when computing sizes.
26008         Simplify reallocation code.
26009
26010 2001-08-31  Paul Eggert  <eggert@twinsun.com>
26011
26012         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
26013         a directory's st_size can have an arbitrary value, so the old
26014         usage could waste an arbitrary amount of memory.  All uses
26015         changed.
26016         * lib/savedir.h: Update prototype.
26017
26018 2001-08-31  Paul Eggert  <eggert@twinsun.com>
26019
26020         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
26021
26022         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
26023         old strtoimax.c.
26024
26025         Also, make the following further changes to make this file's
26026         configuration more similar to that of strtol.c:
26027         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
26028         (strtoumax, uintmax_t, strtoull, strtol): Remove.
26029         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
26030         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
26031         changed to signed values.
26032
26033         And make the following changes as well:
26034         Fix copyright notice, as 1999 was missing.
26035         (verify): New macro.
26036         (strtoimax): Check sizes at compile-time, not run-time.
26037         Prefer strtol to strtoll if both work.
26038         (main): Remove; it was not that useful and was a pain to maintain.
26039
26040         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
26041
26042 2001-08-31  Jim Meyering  <meyering@lucent.com>
26043
26044         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
26045         Use an initial, malloc'd, buffer of length 128 rather than
26046         a statically allocated one of length 1024.
26047
26048 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26049
26050         Simplify code, partly by assuming autoconf 2.52 semantics.
26051
26052         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
26053
26054         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
26055         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
26056         All uses removed.
26057         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
26058         Move AC_REQUIRE to next-to-top level, to avoid confusion.
26059         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
26060         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
26061         jm_AC_HEADER_INTTYPES_H.
26062         * m4/jm-macros.m4 (jm_MACROS): Likewise.
26063
26064         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
26065
26066         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
26067         Quote first arg of AC_DEFUN.
26068         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
26069         since they are needed to parse the include file even if we need
26070         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
26071         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
26072         but with opposite signedness.
26073
26074 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26075
26076         Merge 'exclude' changes from tar 1.13.22.
26077         This fixes one or two unlikely storage allocation overflow bugs,
26078         but doesn't change user-visible behavior otherwise.
26079
26080 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26081
26082         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
26083         (jm_PREREQ_EXCLUDE): New macro.
26084
26085 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26086
26087         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
26088         tm to be declared.
26089
26090 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26091
26092         * lib/hash.c: Remove '2001' from copyright notice.
26093
26094 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26095
26096         * lib/full-write.h: New file.
26097         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
26098         * lib/full-write.c: Correct credits, as cccp.c no longer
26099         exists and anyway it was so heavily changed from the old cccp
26100         code as to be unrecognizable.  Include full-write.h.
26101         (full_write) Return size_t, with short writes meaning failure.
26102         All callers changed.  This fixes a bug with large buffers
26103         on 64-bit hosts.
26104         * lib/utime.c: Include full-write.h.
26105
26106 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26107
26108         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
26109         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
26110         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
26111         Include if available.
26112         (<xalloc.h>): Include
26113         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
26114         (verify): New macro.  Use it to verify that EXCLUDE macros do not
26115         collide with FNM macros.
26116         (struct patopts): New struct.
26117         (struct exclude): Use it, as exclude patterns now come with options.
26118         (new_exclude): Support above changes.
26119         (new_exclude, add_exclude_file):
26120         Initial size must now be a power of two to simplify overflow checking.
26121         (free_exclude, fnmatch_no_wildcards): New function.
26122         (excluded_filename): No longer requires options arg, as the options
26123         are determined by add_exclude.  Now returns bool, not int.
26124         (excluded_filename, add_exclude):
26125         Add support for the fancy new exclusion options.
26126         (add_exclude, add_exclude_file): Now takes int options arg.
26127         Check for arithmetic overflow when computing sizes.
26128         (add_exclude_file): xrealloc might modify errno, so don't
26129         realloc until after errno might be used.
26130
26131         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
26132         New macros.
26133         (free_exclude): New decl.
26134         (add_exclude, add_exclude_file): Now takes int options arg.
26135         (excluded_filename): No longer requires options arg, as the options
26136         are determined by add_exclude.  Now returns bool, not int.
26137
26138 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26139
26140         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
26141
26142 2001-08-27  Jim Meyering  <meyering@lucent.com>
26143
26144         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
26145
26146         * lib/version-etc.c (N_): Remove definition.
26147         Revert most of last change.
26148         Instead, simply don't mark the `Copyright...' string for translation.
26149         Based on advice from Paul Eggert.
26150
26151         * lib/strtoxmax.c: Tweak comment.
26152
26153 2001-08-26  Jim Meyering  <meyering@lucent.com>
26154
26155         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
26156
26157         * m4/xstrtoimax.m4: New file.
26158         * m4/xstrtoumax.m4: Add comments explaining why we
26159         AC_REPLACE_FUNCS(strtol).
26160
26161 2001-08-26  Jim Meyering  <meyering@lucent.com>
26162
26163         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
26164         of copyright with `%s' so translators don't get an untranslated
26165         message in 2002.
26166         (COPYRIGHT_YEAR): Define.
26167         (version_etc): Use fprintf rather than fputs.
26168         Suggestion from Ulrich Drepper.
26169
26170         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
26171
26172         * lib/strtoll.c: New file, from GNU libc.
26173         * lib/xstrtoimax.c: New file.
26174
26175         * lib/xstrtol.h: Add xstrtoimax.
26176         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
26177         * lib/strtoimax.c: New file.  Likewise, but first define
26178         STRTOUXMAX_SIGNED.
26179
26180         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
26181         ...
26182         * lib/strtoxmax.c: ... then renamed to this.
26183
26184 2001-08-18  Paul Eggert  <eggert@twinsun.com>
26185
26186         * m4/inttypes.m4: Add AC_PREREQ(2.13).
26187         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
26188         (jm_AC_TYPE_INTMAX_T): New macro.
26189         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
26190
26191         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
26192
26193         * m4/longlong.m4: Renamed from ulonglong.m4.
26194         * m4/inttypes.m4: Renamed from inttypes_h.m4.
26195         * m4/uintmax_t.m4: Removed.
26196
26197 2001-08-13  Paul Eggert  <eggert@twinsun.com>
26198
26199         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
26200         Port to Solaris 8, where 'sed' requires a space after the 'r'
26201         command, and where sh dislikes "$/".  Clean up the spacing a bit.
26202         Redirect output to $tmp just once.
26203
26204 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
26205
26206         * lib/addext.c (<errno.h>): Include.
26207         (errno): Declare if not defined.
26208         (addext): Work correctly when pathconf returns -1 and leaves
26209         errno alone because there is no limit.  Also, work even if
26210         pathconf returns a value greater than SIZE_MAX.
26211
26212 2001-08-12  Jim Meyering  <meyering@lucent.com>
26213
26214         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
26215         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
26216         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
26217         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
26218         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
26219         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
26220         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
26221         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
26222         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
26223         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
26224         utime.m4, utimes.m4, xstrtoumax.m4:
26225         Quote the first argument in each use of AC_DEFUN.
26226
26227 2001-08-12  Jim Meyering  <meyering@lucent.com>
26228
26229         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
26230         Simply `return getcwd (NULL, 0);'.
26231         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
26232         Use 1300 as initial value for length, not PATH_MAX.
26233
26234         * lib/pathmax.h: Clean up cpp syntax.
26235
26236 2001-08-12  Jim Meyering  <meyering@lucent.com>
26237
26238         * lib/gettimeofday.c: New file.
26239         * lib/gtod.h: New file.
26240         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
26241
26242 2001-08-05  Jim Meyering  <meyering@lucent.com>
26243
26244         * m4/jm-macros.m4: Require autoconf-2.52.
26245
26246 2001-08-04  Jim Meyering  <meyering@lucent.com>
26247
26248         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
26249         stmt, to get in sync with glibc.
26250
26251 2001-08-03  Paul Eggert  <eggert@twinsun.com>
26252
26253         The following changes are from gettext 0.10.39 as maintained by
26254         Bruno Haible.
26255
26256         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
26257         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
26258         with inverted sense.  All uses changed.
26259
26260         * lib/mbswidth.c: Don't include <limits.h>.
26261         Include <stdlib.h> and <string.h> unconditionally.
26262         (iswcntrl, mbsinit, ISCNTRL): New macros.
26263         (mbsnwidth): Use K&R style function declarations.
26264         Don't bother checking for MB_LEN_MAX == 1, since the compiler
26265         can optimize it when MB_CUR_MAX == 1.
26266         The width of control characters is zero, not 1.
26267
26268 2001-08-03  Paul Eggert  <eggert@twinsun.com>
26269
26270         The following changes are from gettext 0.10.39 as maintained by
26271         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
26272
26273         * m4/codeset.m4: Upgrade to serial AM1.
26274         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
26275         all uses changed.  Quote first arg of AC_DEFUN.
26276         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
26277
26278         * m4/iconv.m4: Upgrade to serial AM2.
26279         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
26280         Add --with-libconv-prefix.
26281         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
26282         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
26283         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
26284         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
26285         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
26286
26287         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
26288         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
26289         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
26290         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
26291         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
26292         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
26293         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
26294         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
26295         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
26296
26297         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
26298         string.h any more.
26299
26300         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
26301         not the default value.
26302
26303         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
26304         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
26305         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
26306         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
26307         Also check for iswcntrl, used for wcwidth fallback.
26308         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
26309         to Autoconf 2.13.
26310
26311 2001-08-03  Jim Meyering  <meyering@lucent.com>
26312
26313         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
26314         as it was in the original.  Reported by Paul Eggert.
26315
26316 2001-07-16  Jim Meyering  <meyering@lucent.com>
26317
26318         * m4/gettimeofday.m4: New file.
26319         Prompted by a report from Bernhard Baehr.
26320
26321 2001-07-15  Jim Meyering  <meyering@lucent.com>
26322
26323         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
26324         stuff. Now it's in ../Makefile.cfg.
26325
26326 2001-07-15  Jim Meyering  <meyering@lucent.com>
26327
26328         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
26329         (BUILT_SOURCES): Add unlocked-io.h.
26330         (io_functions): Define.
26331         (unlocked-io.h): New rule.
26332         (DISTCLEANFILES): Add unlocked-io.h.
26333         (all-local): Depend on unlocked-io.h, to ensure it is created.
26334
26335         * lib/unlocked-io.hin: New file
26336
26337         * lib/regex.c: Update from glibc.
26338
26339 2001-07-05  Jim Meyering  <meyering@lucent.com>
26340
26341         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
26342         recommendation.
26343         (libfetish_a_SOURCES): Put all .h files here instead.
26344         Remove a thus-exposed (better checks in automake) duplicate and
26345         two unnecessary .h files.
26346
26347 2001-07-04  Jim Meyering  <meyering@lucent.com>
26348
26349         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
26350         that generates jm-glibc-io.m4 so that it doesn't trigger any make
26351         distcheck failure.
26352
26353 2001-07-02  Jim Meyering  <meyering@lucent.com>
26354
26355         The following changes were prompted by suggestions from Bruno Haible.
26356
26357         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
26358         is now generated.
26359         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
26360         definition of EXTRA_DIST.
26361         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
26362         ensure that the generated file is created/updated whenever the list
26363         of $(unlocked_functions) is changed.
26364         (jm-glibc-io.m4): New rule.
26365         (unlocked-io.h): New rule -- currently unused.
26366
26367 2001-06-24  Jim Meyering  <meyering@lucent.com>
26368
26369         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
26370         unmatched right bracket, rather than kludging it with an extra,
26371         falsely-matching quote in a comment.  Patch by Akim Demaille.
26372
26373 2001-06-11  Jim Meyering  <meyering@lucent.com>
26374
26375         * lib/regex.c: Update from GNU libc.
26376
26377 2001-05-27  Jim Meyering  <meyering@lucent.com>
26378
26379         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
26380         Check for ut_type in struct utmp.
26381
26382 2001-05-27  Jim Meyering  <meyering@lucent.com>
26383
26384         * lib/readutmp.h (UT_TYPE): Define.
26385
26386 2001-05-24  Jim Meyering  <meyering@lucent.com>
26387
26388         * lib/argmatch.c: Include "quote.h".
26389         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
26390         quote function.  Reported by Göran Uddeborg.
26391
26392 2001-05-22  Jim Meyering  <meyering@lucent.com>
26393
26394         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
26395         now that we use the package-supplied version unconditionally.
26396         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
26397
26398 2001-05-21  Jim Meyering  <meyering@lucent.com>
26399
26400         * m4/regex.m4: Change a couple backticks to single quotes to avoid
26401         shell syntax errors.
26402
26403 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
26404
26405         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
26406
26407 2001-05-20  Paul Eggert  <eggert@twinsun.com>
26408
26409         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
26410         Don't bother to check library strftime, since
26411         we'll be using our own my_strftime function anyway.
26412         Define my_strftime instead of strftime.
26413
26414 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
26415
26416         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
26417         which is not yet declared.
26418
26419 2001-05-15  Jim Meyering  <meyering@lucent.com>
26420
26421         * m4/regex.m4: Use proper quoting so brackets appear in the test
26422         program.
26423         Reported by, and with help from, Bruno Haible.
26424
26425 2001-05-13  Jim Meyering  <meyering@lucent.com>
26426
26427         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
26428         undefined.
26429
26430 2001-05-11  Paul Eggert  <eggert@twinsun.com>
26431
26432         dirname code cleanup.  base_name now behaves more compatibly
26433         with POSIX basename when given file names that have trailing
26434         slashes, and similarly for dir_name.  Add new primitives
26435         base_len and dir_len.  Put the directory-name-related decls
26436         into dirname.h.
26437
26438         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
26439         * lib/backupfile.c (base_name): Likewise.
26440         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
26441         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
26442         * lib/makepath.c (strip_trailing_slashes): Likewise.
26443         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
26444         ISSLASH): Likewise.
26445         * lib/rename.c (strip_trailing_slashes): Likewise.
26446         * lib/same.c (base_name): Likewise.
26447         * lib/stripslash.c (ISSLASH): Likewise.
26448
26449         * lib/addext.c: Include <dirname.h> after size_t is defined.
26450         * lib/backupfile.c: Likewise.
26451
26452         * lib/addext.c (addext): Use base_len to trim redundant
26453         trailing slashes instead of doing it ourselves.
26454         But do not trim the last slash if it is not redundant.
26455
26456         * lib/backupfile.c (find_backup_file_name,
26457         max_backup_version): Use base_len instead of rolling it ourselves.
26458         Handle the case of "" and (on DOS) "C:" correctly.
26459
26460         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
26461         needed. Include <string.h>, <dirname.h>.
26462         (base_name): Allow file names ending in slashes, other than names
26463         that are all slashes.  In this case, return the basename followed
26464         by the slashes.  This is more general, and can be used in places
26465         where the original base_name purposely had an assertion failure.
26466         (base_len): New function.
26467
26468         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
26469         Do not include <assert.h>; no longer needed.
26470         Include xalloc.h.
26471         (memrchr): Remove decl.
26472         (dir_name_r): Remove.
26473         (dir_len): Renamed from dirlen.  All callers changed.
26474         Rewrite in terms of base_name, for simplicity and consistency.
26475         (dir_name): Never return NULL.  All callers changed.
26476         Do not include <stdlib.h> in test program; no longer needed.
26477         return 0; is fine for test program.
26478
26479         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
26480         New macros.
26481         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
26482
26483         * lib/path-concat.c (path_concat): Use base_len to compute
26484         base length, not strlen; this means we cannot rely on memcpy
26485         to null-terminate.
26486
26487         * lib/same.c (STREQ): Remove.
26488         (same_name): Handle the case where the basename ends in trailing '/'.
26489
26490         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
26491         a slash was stripped.  Do not strip the last slash after a
26492         file system prefix.
26493
26494 2001-05-11  Paul Eggert  <eggert@twinsun.com>
26495
26496         * lib/Makefile.am (libfetish_a_SOURCES):
26497         Add strftime.c, since we now compile it on all hosts.
26498
26499         * lib/strftime.c (my_strftime):
26500         Define to nstrftime if emacs, but only if my_strftime is not defined.
26501         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
26502         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
26503         Add one more extra argument: a nanoseconds value.
26504         All uses changed.
26505         (ns): New macro.
26506         (my_strftime function): Add %N format.
26507         (emacs_strftimeu): Renamed from emacs_strftime,
26508         with extra ut argument.
26509
26510 2001-05-09  Paul Eggert  <eggert@twinsun.com>
26511
26512         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
26513
26514 2001-04-21  Jim Meyering  <meyering@lucent.com>
26515
26516         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
26517         doesn't interfere.
26518
26519 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
26520
26521         * m4/ftruncate.m4: Check for chsize.
26522         Link with ftruncate.o unconditionally if ftruncate is missing.
26523         This was required when cross-compiling to i586-mingw32msvc.
26524
26525 2001-04-08  Jim Meyering  <meyering@lucent.com>
26526
26527         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
26528         recomputed; that's necessary when the offset spans a DST transition.
26529         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
26530
26531 2001-04-02  Jim Meyering  <meyering@lucent.com>
26532
26533         * lib/regex.h, regex.c: Update from GNU libc.
26534
26535 2001-03-24  Jim Meyering  <meyering@lucent.com>
26536
26537         * m4/jm-macros.m4: Require autoconf-2.49d.
26538
26539 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
26540
26541         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
26542
26543 2001-03-19  Paul Eggert  <eggert@twinsun.com>
26544
26545         * lib/version-etc.c (version_etc_copyright): Update to 2001.
26546
26547 2001-03-17  Jim Meyering  <meyering@lucent.com>
26548
26549         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
26550         now that the version in autoconf is equivalent.
26551         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
26552
26553         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
26554         Suggestion from Akim Demaille.
26555
26556         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
26557         (jm_PREREQ_TEMPNAME): New function.
26558
26559 2001-03-16  Paul Eggert  <eggert@twinsun.com>
26560
26561         * lib/tempname.c (uint64_t): Define to uintmax_t if
26562         not defined, and if UINT64_MAX is not defined.
26563         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
26564         Reported by John David Anglin.
26565
26566 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
26567
26568         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
26569         resolve alias if codeset is empty.
26570         * lib/config.charset (BeOS): Use wildcard syntax.
26571
26572 2001-03-13  Jim Meyering  <meyering@lucent.com>
26573
26574         * lib/path-concat.c (path_concat)
26575         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
26576         concatenating e.g., `C:' and `foo'.
26577         From Bruno Haible.
26578
26579 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
26580
26581         * lib/localcharset.c (locale_charset): Don't use
26582         setlocale(LC_CTYPE,NULL). Don't return NULL.
26583         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
26584
26585 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
26586
26587         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
26588         support for DOS/DJGPP.
26589
26590 2001-03-01  Paul Eggert  <eggert@twinsun.com>
26591
26592         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
26593         lacks mkstemp.  Compile our own tempname.c if we compile our own
26594         mkstemp.c, as mkstemp relies on tempname.
26595
26596 2001-03-01  Jim Meyering  <meyering@lucent.com>
26597
26598         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
26599         AH_VERBATIM really does output its argument verbatim.
26600
26601 2001-02-28  Paul Eggert  <eggert@twinsun.com>
26602
26603         * lib/Makefile.am (libfetish_a_SOURCES):
26604         Add dup-safer.c, fopen-safer.c.
26605         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
26606
26607         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
26608         * lib/unistd-safer.h: New files.
26609
26610 2001-02-25  Paul Eggert  <eggert@twinsun.com>
26611
26612         The mkstemp replacement is taken from glibc 2.2.2, with some
26613         portability fixes for use outside glibc, as follows:
26614
26615         * lib/tempname.c (struct_stat64): New macro.
26616         (direxists, __gen_tempname): Use it.
26617         This avoids a portability problem with Solaris 8.
26618
26619         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
26620         (<stddef.h>, <stdint.h>, <string.h>):
26621         Include only if STDC_HEADERS || _LIBC.
26622         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
26623         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
26624         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
26625         (__set_errno): Define this macro if <errno.h> doesn't.
26626         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
26627         Define these macros if <stdio.h> doesn't.
26628         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
26629         Define these macros if <sys/stat.h>
26630         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
26631         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
26632         __xstat64): Define if not _LIBC.
26633         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
26634         (__gen_tempname): Invoke gettimeofday only if
26635         HAVE_GETTIMEOFDAY || _LIBC;
26636         otherwise, fall back on plain "time".
26637         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
26638
26639         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
26640
26641         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
26642
26643 2001-02-18  Paul Eggert  <eggert@twinsun.com>
26644
26645         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
26646
26647 2001-02-17  Paul Eggert  <eggert@twinsun.com>
26648
26649         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
26650         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
26651         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
26652         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
26653
26654 2001-02-17  Paul Eggert  <eggert@twinsun.com>
26655
26656         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
26657         Remove workaround macros for hosts that have mbrtowc but not
26658         mbstate_t, as we now insist on proper declarations for both
26659         before using mbrtowc.
26660
26661 2001-02-17  Jim Meyering  <meyering@lucent.com>
26662
26663         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
26664         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
26665         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
26666         UnixWare 7.1.1.
26667
26668         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
26669         rather than AC_CACHE_VAL.
26670
26671 2001-02-17  Jim Meyering  <meyering@lucent.com>
26672
26673         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
26674         around included file name.
26675
26676         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
26677
26678         * lib/strftime.c: Update from GNU libc (the only changes were to
26679         comments).
26680
26681 2001-02-17  Jim Meyering  <meyering@lucent.com>
26682
26683         * lib/regex.c: Update from libc.
26684
26685 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
26686
26687         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
26688         clash.
26689
26690 2001-02-16  Paul Eggert  <eggert@twinsun.com>
26691
26692         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
26693         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
26694         Reported by Mark Hounschell via Paul Eggert.
26695
26696 2001-02-07  Jim Meyering  <meyering@lucent.com>
26697
26698         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
26699
26700 2001-02-05  Jim Meyering  <meyering@lucent.com>
26701
26702         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
26703         it includes the patch required for `large file' support with at least
26704         HP-UX's 10.20 /bin/cc.
26705
26706 2001-02-03  Jim Meyering  <meyering@lucent.com>
26707
26708         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
26709         AS_IF, now that it works once again (mysteriously).
26710         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
26711
26712 2001-01-30  Jim Meyering  <meyering@lucent.com>
26713
26714         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
26715         * m4/chown.m4: Rename conftestchown to conftest.chown.
26716         * m4/rename.m4: s/conftestdir/conftest.d1/ and
26717         s/conftestdir2/conftest.d2/.
26718         * m4/utimes.m4: s/conftestdata/conftest.data/
26719         Inspired by Pavel Roskin's change in autoconf.
26720
26721 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
26722
26723         * lib/config.charset: Update for FreeBSD 4.2.
26724
26725 2001-01-27  Jim Meyering  <meyering@lucent.com>
26726
26727         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
26728         a use of AS_IF.
26729         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
26730
26731 2001-01-26  Jim Meyering  <meyering@lucent.com>
26732
26733         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
26734         quotearg.c includes it.
26735
26736 2001-01-26  Jim Meyering  <meyering@lucent.com>
26737
26738         * lib/quotearg.c: Include stddef.h.
26739         * lib/quote.c: Include stddef.h.
26740         Reported by Axel Kittenberger.
26741
26742         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
26743         line in double quotes so that it evokes a better diagnostic.
26744         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
26745         Reported by Axel Kittenberger.
26746
26747 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
26748
26749         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
26750         as if it was a `charset'.
26751
26752 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
26753
26754         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
26755         has const.
26756
26757 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
26758
26759         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
26760         to avoid a warning.  Add back 'const' to inptr.
26761
26762 2001-01-20  Jim Meyering  <meyering@lucent.com>
26763
26764         Be sure that headers are checked before used in code compiled
26765         for the type checks.
26766         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
26767         In place of that, invoke jm_CHECK_ALL_TYPES.
26768         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
26769         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
26770         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
26771         The check for ssize_t was mistakenly run before the test for unistd.h.
26772
26773         The configure-time check for stdbool.h was missing.
26774         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
26775         (jm_PREREQ_HASH): New function.
26776
26777 2001-01-17  Jim Meyering  <meyering@lucent.com>
26778
26779         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
26780         for autoconf-2.49c.
26781         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
26782
26783 2001-01-16  Jim Meyering  <meyering@lucent.com>
26784
26785         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
26786         From Bruno Haible.
26787
26788 2001-01-14  Jim Meyering  <meyering@lucent.com>
26789
26790         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
26791         foo and bar.  Create conftestdir/ in the script, not in the C code.
26792         Remove directories in the script, not in the C code.
26793         Remove conftestdir{,2} before trying to create the directory.
26794         Make the entire configure script fail if the mkdir fails.
26795
26796 2001-01-14  Jim Meyering  <meyering@lucent.com>
26797
26798         * lib/rename.c: New file.  From Volker Borchert.
26799         Include stdlib.h, string.h or strings.h, and xalloc.h.
26800         Use strip_trailing_slashes rather than open-coding it.
26801
26802 2001-01-03  Paul Eggert  <eggert@twinsun.com>
26803
26804         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
26805
26806 2001-01-03  Jim Meyering  <meyering@lucent.com>
26807
26808         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
26809         of local `inptr' to avoid warning with some system declarations of
26810         iconv.
26811
26812 2001-01-02  Volker Borchert  <bt@teknon.de>
26813
26814         * m4/rename.m4: New file.
26815         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
26816
26817 2001-01-01  Jim Meyering  <meyering@lucent.com>
26818
26819         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
26820         even on systems with utmpx.h.  It's necessary for the declaration of
26821         utmp's ut_user member.  Reported by Andreas Jaeger.
26822
26823         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
26824         available. They are required for the declarations of getgrgid and
26825         getpwuid resp.
26826         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
26827         Reported by Andreas Jaeger.
26828
26829 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
26830
26831         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
26832         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
26833         so `make install' also works in VPATH builds.
26834
26835 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
26836
26837         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
26838         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
26839         can be used in subdirectories.
26840
26841 2000-12-29  Paul Eggert  <eggert@twinsun.com>
26842
26843         * lib/modechange.c: Do not assume that mode_t uses the
26844         traditional octal encoding.  E.g. "chmod 1 FOO" should set
26845         the other-execute bit of FOO even if S_IXOTH != 1.
26846
26847         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
26848         WOTH, XOTH, ALLM): New macros.
26849         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
26850          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
26851         Use them.
26852         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
26853         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
26854         (mode_compile):
26855         No need to use uintmax_t; unsigned long is long enough.
26856         Don't bother to get suffix since we don't use it.
26857
26858 2000-12-26  Jim Meyering  <meyering@lucent.com>
26859
26860         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
26861         better with autoheader.
26862
26863 2000-12-24  Jim Meyering  <meyering@lucent.com>
26864
26865         * lib/hash.c (is_prime): Return explicit boolean values.
26866         (hash_get_first): Return NULL to appease Irix5.6's 89.
26867         Reported by Nelson Beebe.
26868
26869 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
26870
26871         * lib/localcharset.c (locale_charset): Add support for Win32.
26872
26873 2000-12-18  Paul Eggert  <eggert@twinsun.com>
26874
26875         * lib/physmem.h, lib/physmem.c: New files.
26876
26877         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
26878         (noinst_HEADERS): Add physmem.h.
26879
26880         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
26881         't' for compatibility with Solaris 8 sort.
26882
26883 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
26884
26885         * lib/config.charset: Add support for BeOS.
26886
26887 2000-12-17  Jim Meyering  <meyering@lucent.com>
26888
26889         * m4/dos.m4 (jm_AC_DOS): New file and macro.
26890         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
26891
26892 2000-12-16  Jim Meyering  <meyering@lucent.com>
26893
26894         This bug had a serious impact on chown: `chown N:M FILE' (for integer
26895         N and M) would have treated it like `chown N:N FILE'.
26896
26897         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
26898
26899 2000-12-16  Jim Meyering  <meyering@lucent.com>
26900
26901         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
26902         SHELLS_FILE to a file name that's useful on djgpp systems.
26903         Include stdlib.h.
26904         (ADDITIONAL_DEFAULT_SHELLS): Define.
26905         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
26906         Based mostly on a patch from Prashant TR.
26907
26908 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
26909
26910         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
26911         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
26912         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
26913
26914 2000-12-08  Andreas Schwab  <schwab@suse.de>
26915
26916         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
26917         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
26918
26919 2000-12-07  Jim Meyering  <meyering@lucent.com>
26920
26921         * lib/stripslash.c (ISSLASH): Define.
26922         (strip_trailing_slashes): Use ISSLASH rather than comparing against
26923         `/'.
26924         From Prashant TR.
26925
26926         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
26927         (dir_name_r): Declare this function as static.
26928         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
26929         manifest itself on a name containing a mix of slashes and
26930         backslashes.
26931         Make this function work with names starting with a DOS-style
26932         drive letter and colon prefix.
26933         (dir_name): Append `.' if necessary.
26934         Based mostly on patches from Prashant TR and Eli Zaretskii.
26935
26936         * lib/dirname.h (dir_name_r): Remove prototype.
26937
26938 2000-12-06  Paul Eggert  <eggert@twinsun.com>
26939
26940         * m4/off_t-format.m4: Remove this file.
26941         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
26942
26943 2000-12-06  Jim Meyering  <meyering@lucent.com>
26944
26945         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
26946         replacement strtoull, we may well need the replacement strtoul, too.
26947         Check for declarations of strtoul and strtoull.
26948         Check for strtol.  Mainly as a cue to cause automake to include
26949         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
26950         Check for limits.h -- strtol.c needs it.
26951
26952 2000-12-05  Jim Meyering  <meyering@lucent.com>
26953
26954         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
26955
26956 2000-12-04  Jim Meyering  <meyering@lucent.com>
26957
26958         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
26959         Also include memory.h, stdlib.h, unistd.h if appropriate.
26960         Reported by Andreas Jaeger (conflicting declaration of malloc).
26961
26962 2000-12-02  Jim Meyering  <meyering@lucent.com>
26963
26964         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
26965         * m4/jm-macros.m4 (jm_MACROS): require it.
26966
26967 2000-12-02  Jim Meyering  <meyering@lucent.com>
26968
26969         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
26970
26971 2000-12-01  Paul Eggert  <eggert@twinsun.com>
26972
26973         * lib/memrchr.c: Include <config.h> before any system include file.
26974
26975 2000-11-30  Jim Meyering  <meyering@lucent.com>
26976
26977         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
26978
26979 2000-11-30  Jim Meyering  <meyering@lucent.com>
26980
26981         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
26982
26983 2000-11-29  Paul Eggert  <eggert@twinsun.com>
26984
26985         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
26986
26987 2000-11-26  Jim Meyering  <meyering@lucent.com>
26988
26989         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
26990
26991 2000-11-22  Paul Eggert  <eggert@twinsun.com>
26992
26993         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
26994         size of (size_t) -1; it's not portable.
26995
26996 2000-11-17  Jim Meyering  <meyering@lucent.com>
26997
26998         * lib/strstr.c: Update from GNU libc.
26999
27000 2000-11-17  Akim Demaille  <akim@epita.fr>
27001
27002         * lib/obstack.h: Formatting changes.
27003         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
27004         prevent type checking.
27005         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
27006         cast the value to (void *): assigning a `foo *' to a `void *'
27007         variable is valid.
27008         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
27009
27010 2000-11-16  Jim Meyering  <meyering@lucent.com>
27011
27012         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
27013
27014 2000-11-11  Jim Meyering  <meyering@lucent.com>
27015
27016         * lib/error.c: Add a couple #includes, merging from GNU libc version.
27017
27018 2000-11-10  Jim Meyering  <meyering@lucent.com>
27019
27020         * lib/obstack.h: Update from GNU libc.
27021         * lib/obstack.c: Likewise.
27022
27023 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
27024
27025         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
27026
27027 2000-11-06  Paul Eggert  <eggert@twinsun.com>
27028
27029         * lib/getusershell.c (setusershell): Use rewind rather than
27030         fseek/fseeko, to avoid configuration hassles with fseeko.
27031         Don't bother opening SHELLS_FILE if shellstream is NULL;
27032         it's not necessary.
27033
27034 2000-11-05  Jim Meyering  <meyering@lucent.com>
27035
27036         * lib/makepath.h (make_dir): Declare.
27037         * lib/makepath.c (make_dir): Remove `static' attribute.
27038         Tweak a comment.
27039
27040 2000-11-04  Jim Meyering  <meyering@lucent.com>
27041
27042         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
27043
27044 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
27045
27046         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
27047         last one in a bucket, advance to the next bucket.
27048
27049 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
27050
27051         * lib/fnmatch.c: Do not comment out all the code if we are using
27052         the GNU C library, because in some cases we are replacing buggy
27053         code in the GNU C library itself.
27054
27055 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
27056
27057         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
27058         (regex_compile): Catch bogus \(\1\).
27059
27060 2000-10-30  Paul Eggert  <eggert@twinsun.com>
27061
27062         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
27063         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
27064         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
27065
27066 2000-10-30  Paul Eggert  <eggert@twinsun.com>
27067
27068         * lib/error.h, getline.h, modechange.h:
27069         Remove "2000" from Copyright line, as the file hasn't been
27070         changed this year other than in the copyright notice.
27071
27072         * lib/xalloc.h: Add "2000" to Copyright line, as this file
27073         was changed this year.
27074
27075 2000-10-29  Jim Meyering  <meyering@lucent.com>
27076
27077         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
27078         renaming.
27079         * m4/ls-mntd-fs.m4: Likewise
27080
27081 2000-10-29  Jim Meyering  <meyering@lucent.com>
27082
27083         * lib/xstat.in: Fix grammar in comment.
27084
27085 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
27086
27087         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
27088         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
27089         doesn't define __restrict_arr.
27090
27091 2000-10-28  Jim Meyering  <meyering@lucent.com>
27092
27093         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
27094         (jm_PREREQ_MEMCHR): New function.
27095
27096 2000-10-28  Jim Meyering  <meyering@lucent.com>
27097
27098         * lib/memchr.c: Update from libc.
27099         Adjust for portability:
27100         [HAVE_STDLIB_H]: Include stdlib.h.
27101         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
27102         Undef __memchr, too.
27103         [!weak_alias]: Define __memchr to memchr.
27104
27105         * lib/regex.c: Update from libc.
27106         * lib/regex.h: Likewise.
27107         * lib/getopt1.c: Likewise.
27108         * lib/memcmp.c: Likewise.
27109
27110         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
27111         Avoid using fseek, when possible -- it's broken by design.
27112         Patch by Ulrich Drepper.
27113
27114 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
27115
27116         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
27117         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
27118         Giving in to popular pressure to shut up the compiler with casts.
27119
27120 2000-10-26  Jim Meyering  <meyering@lucent.com>
27121
27122         * lib/strftime.c: Update from libc.
27123
27124 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
27125
27126         * regex.c: More `unsigned char' -> `re_char' changes.
27127         Also change several `int' into `re_wchar_t'.
27128         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
27129         (PUSH_FAILURE_POINTER): Don't cast any more.
27130         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
27131         We want GCC to complain, since this piece of code makes
27132         re_match non-reentrant, which *should* be fixed.
27133         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
27134         (EXTEND_BUFFER): Use RETALLOC.
27135         (SET_LIST_BIT): Don't cast.
27136         (re_wchar_t): New type.
27137         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
27138         that those two functions will always properly return.
27139         (IMMEDIATE_QUIT_CHECK): Cast to void.
27140         (analyse_first): Use recursion rather than an explicit stack.
27141         (re_compile_fastmap): Can't fail anymore.
27142         (re_search_2): Don't check re_compile_fastmap for failure.
27143         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
27144         Now also sets the new value (passed in a new argument).
27145         (re_match_2_internal): Use it.
27146         Also, use a new var `reg' of type size_t when looping through regs
27147         rather than reuse the inappropriate `mcnt'.
27148
27149 2000-10-25  Jim Meyering  <meyering@lucent.com>
27150
27151         * lib/obstack.c: Update from libc.
27152
27153 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
27154
27155         * regex.c (regex_compile): Change the way of handling a range from
27156         a char less than 256 to a char not less than 256.
27157
27158 2000-10-24  Andrew Innes  <andrewi@gnu.org>
27159
27160         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
27161         NT-Emacs only.
27162         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
27163         so that re_search functions only quit when callers expect them to.
27164
27165 2000-10-23  Jim Meyering  <meyering@lucent.com>
27166
27167         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
27168         wrong.  That set_locale call must not have any side effects.
27169         From Paul Eggert.
27170
27171 2000-10-22  Jim Meyering  <meyering@lucent.com>
27172
27173         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
27174         [CYCLIC]: Remove now-unused definition.
27175
27176         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
27177         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
27178         Suggestion from Ulrich Drepper.
27179
27180 2000-10-21  Jim Meyering  <meyering@lucent.com>
27181
27182         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
27183         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
27184         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
27185
27186 2000-10-21  Jim Meyering  <meyering@lucent.com>
27187
27188         * lib/dirname.c (memrchr): Declare if necessary.
27189         (dir_name): Remove the restriction that there be no
27190         trailing slashes.  Now, this code skips past them, effectively
27191         ignoring them.
27192         [TEST_DIRNAME] (main): New unit tests.
27193
27194         * lib/memrchr.c: New file from GNU libc.
27195         Undef __memrchr, too.
27196         [!weak_alias]: Define __memrchr to memrchr.
27197         Guard weak_alias use with `#ifdef weak_alias'.
27198
27199 2000-10-21  Jim Meyering  <meyering@lucent.com>
27200
27201         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
27202         (dir_name): Use dir_name_r.
27203         * lib/dirname.h (dir_name_r): Declare it.
27204
27205 2000-10-17  Jim Meyering  <meyering@lucent.com>
27206
27207         * lib/quote.h (PARAMS): Define and use.
27208         Reported by Akim Demaille.
27209
27210         * lib/getopt.c: Update from libc.
27211
27212 2000-10-16  Jim Meyering  <meyering@lucent.com>
27213
27214         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
27215         setlocale.
27216         From Jan Fedak.
27217
27218 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
27219
27220         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
27221
27222 2000-09-25  Jim Meyering  <meyering@lucent.com>
27223
27224         * lib/md5.h (rol): Define (from GnuPG).
27225
27226         * lib/sha.c: Give credit (GnuPG) where due.
27227         (M): Use rol rather than open-coding it.
27228         Add a FIXME comment.
27229
27230 2000-09-21  Jim Meyering  <meyering@lucent.com>
27231
27232         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
27233         Reported by Michael Stone.
27234
27235 2000-09-20  Jim Meyering  <meyering@lucent.com>
27236
27237         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
27238         (noinst_HEADERS): Add sha.h.
27239         Based on code from Scott G. Miller and from GnuPG.
27240
27241 2000-09-18  Jim Meyering  <meyering@lucent.com>
27242
27243         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
27244         LIBS. Otherwise, everyone ends up linking with -lelf for some
27245         configurations.
27246         Reported by Mike Stone.
27247
27248 2000-09-15  Jim Meyering  <meyering@lucent.com>
27249
27250         * lib/regex.c: Update from libc.
27251
27252 2000-09-10  Jim Meyering  <meyering@lucent.com>
27253
27254         * lib/getopt.c (_getopt_internal): Update from glibc.
27255
27256 2000-09-09  Jim Meyering  <meyering@lucent.com>
27257
27258         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
27259         think it should be used as a general replacement for isascii.
27260         * lib/fnmatch.c: Likewise.
27261         * lib/mbswidth.c: Likewise
27262         * lib/regex.c: Likewise.
27263
27264         Don't use atoi.
27265         * lib/userspec.c: Include sys/param.h and limits.h.
27266         Include xstrtol.h.
27267         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
27268         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
27269         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
27270         UID, GID.  Check range.
27271
27272 2000-09-06  Jim Meyering  <meyering@lucent.com>
27273
27274         * lib/getopt.c (_getopt_internal): Update from glibc.
27275
27276 2000-08-30  Jim Meyering  <meyering@lucent.com>
27277
27278         * lib/strftime.c: Merge in changes from GNU libc.
27279
27280 2000-08-26  Jim Meyering  <meyering@lucent.com>
27281
27282         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
27283         * m4/fpending.m4: New file.
27284
27285 2000-08-26  Jim Meyering  <meyering@lucent.com>
27286
27287         * lib/closeout.c: Include "__fpending.h".
27288         (close_stdout_status): Return right away if there's nothing to flush.
27289
27290         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
27291         * lib/__fpending.c: New file.
27292         * lib/__fpending.h: New file.
27293
27294 2000-08-20  Jim Meyering  <meyering@lucent.com>
27295
27296         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
27297         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
27298         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
27299
27300 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
27301
27302         Improve fileutils installation on systems where running
27303         programs (like install) can't be unlinked.
27304         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
27305         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
27306
27307 2000-08-07  Paul Eggert  <eggert@twinsun.com>
27308
27309         Standardize on "memory exhausted" instead of "Memory exhausted"
27310         or "virtual memory exhausted".
27311         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
27312         "virtual memory exhausted".
27313         * lib/same.c (same_name): Invoke xalloc_die instead of printing
27314         our own message.
27315         * lib/userspec.c (parse_user_spec): Likewise.
27316         * lib/bumpalloc.h: comment fix
27317         * lib/same.c, userspec.c: Include xalloc.h.
27318
27319         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
27320         not char *const and pointing to a constant array.
27321         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
27322         (xrealloc): Comment fix.
27323
27324         * lib/userspec.c (parse_user_spec):
27325         Don't translate a message until just before returning,
27326         to avoid unnecessary translation.
27327
27328 2000-08-07  Jim Meyering  <meyering@lucent.com>
27329
27330         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
27331         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
27332         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
27333         getgroups.c, gethostname.c, getopt.h, group-member.c,
27334         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
27335         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
27336         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
27337         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
27338         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
27339         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
27340         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
27341         yesno.c: Back out Copyright date changes for each file with no change
27342         this year.  This eases coordination with other programs using the same
27343         source code modules.  From Paul Eggert.
27344
27345 2000-08-06  Paul Eggert  <eggert@twinsun.com>
27346
27347         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
27348         not char, for compatibility with glibc 2.1.3 strftime.c.
27349
27350 2000-08-03  Greg McGary  <greg@mcgary.org>
27351
27352         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
27353         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
27354         (EXTEND_BUFFER): Use them.
27355
27356 2000-08-01  Jim Meyering  <meyering@lucent.com>
27357
27358         * lib/dirname.c (ISSLASH): Define.
27359         (BACKSLASH_IS_PATH_SEPARATOR): Define.
27360         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
27361         both `\' and `/' may be use as path separators.
27362         Based on a patch from Prashant TR.
27363
27364 2000-07-31  Paul Eggert  <eggert@twinsun.com>
27365
27366         * lib/quotearg.c (quotearg_n_options): Don't make the initial
27367         slot vector a constant, since it might get modified.
27368
27369 2000-07-31  Jim Meyering  <meyering@lucent.com>
27370
27371         * lib/xmalloc.c: Use `virtual memory exhausted', not
27372         `Memory exhausted'.
27373         * lib/obstack.c (print_and_abort): Likewise.
27374
27375 2000-07-30  Paul Eggert  <eggert@twinsun.com>
27376
27377         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
27378         buffer, so that the caller can always quote one small
27379         component of a "memory exhausted" message in slot 0.
27380         From a suggestion by Jim Meyering.
27381
27382 2000-07-30  Jim Meyering  <meyering@lucent.com>
27383
27384         * lib/makepath.c (make_path): Quote the other instance, too.
27385
27386         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
27387         (STATIC_BUF_SIZE): Define.
27388         (quotearg_n_options): Use only statically allocated storage when
27389         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
27390         than STATIC_BUF_SIZE.
27391
27392 2000-07-29  Jim Meyering  <meyering@lucent.com>
27393
27394         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
27395         * lib/dirname.c (dir_name): Likewise.
27396
27397         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
27398         `/'.
27399
27400         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
27401         (dir_name): Assert that there are no trailing slashes.
27402
27403 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
27404
27405         * lib/mbswidth.h (mbswidth): Add a flags argument.
27406         (mbswidth): New declaration.
27407         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
27408         * lib/mbswidth.c (mbswidth): Add a flags argument.
27409         (mbsnwidth): New function.
27410
27411 2000-07-24  Jim Meyering  <meyering@lucent.com>
27412
27413         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
27414
27415 2000-07-23  Paul Eggert  <eggert@twinsun.com>
27416
27417         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
27418
27419 2000-07-23  Paul Eggert  <eggert@twinsun.com>
27420
27421         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
27422         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
27423         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
27424         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
27425         invoke multibyte primitives.
27426
27427 2000-07-23  Paul Eggert  <eggert@twinsun.com>
27428
27429         * lib/quotearg.c:
27430         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
27431         so that mbstate_t is always defined.
27432
27433         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
27434         be 1 in at least one GCC installation, and this configuration
27435         error is likely to be common.  Ignoring MB_LEN_MAX hurts
27436         performance on hosts that have mbrtowc but have only unibyte
27437         locales, but I assume these hosts are rare.
27438
27439 2000-07-23  Paul Eggert  <eggert@twinsun.com>
27440
27441         * lib/mbswidth.c (_XOPEN_SOURCE):
27442         Don't define; this causes problems on Solaris 7.
27443         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
27444
27445 2000-07-23  Jim Meyering  <meyering@lucent.com>
27446
27447         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
27448         too: getgrgid, getpwuid, getuid.
27449
27450 2000-07-23  Jim Meyering  <meyering@lucent.com>
27451
27452         * lib/basename.c (base_name): Add an assertion.
27453
27454 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
27455
27456         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
27457         shadow its mbsinit function.
27458
27459 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
27460
27461         * lib/mbswidth.h: New file.
27462         * lib/mbswidth.c: New file.
27463         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
27464         (noinst_HEADERS): Add mbswidth.h.
27465
27466 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
27467
27468         * lib/config.charset: Add support for FreeBSD. Improve support for
27469         HP-UX and IRIX 6.
27470
27471 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
27472
27473         * m4/mbswidth.m4: New file.
27474         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
27475
27476 2000-07-15  Jim Meyering  <meyering@lucent.com>
27477
27478         * lib/makepath.c: Include quote.h.
27479         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
27480         corresponding argument in a `quote (...)' call.
27481         Give better diagnostics.
27482
27483         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
27484         (noinst_HEADERS): Add quote.h.
27485
27486         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
27487         from tar's src/misc.c.
27488         * lib/quote.h: New file.  Prototypes for same.
27489
27490 2000-07-14  Paul Eggert  <eggert@twinsun.com>
27491
27492         From a suggestion by Bruno Haible.
27493         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
27494         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
27495         to decide whether to define the BeOS workaround macro;
27496         this adjusts to the change to AC_MBSTATE_T.
27497
27498 2000-07-14  Jim Meyering  <meyering@lucent.com>
27499
27500         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
27501         jm_AC_TYPE_UINTMAX_T.
27502
27503 2000-07-13  Paul Eggert  <eggert@twinsun.com>
27504
27505         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
27506
27507         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
27508         quotearg_buffer_restyled): Add support for
27509         clocale_quoting_style.  Undo previous change to
27510         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
27511         and "{RIGHT QUOTATION MARK}" msgids.
27512
27513 2000-07-10  Paul Eggert  <eggert@twinsun.com>
27514
27515         From a suggestion by Bruno Haible.
27516         * m4/mbstate_t.m4 (AC_MBSTATE_T):
27517         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
27518         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
27519         and mbstate_t, to a single-part test that simply defines mbstate_t.
27520         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
27521         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
27522
27523 2000-07-10  Jim Meyering  <meyering@lucent.com>
27524
27525         * m4/strerror_r.m4: Mirror the correction made in autoconf.
27526
27527         * m4/gnu-source.m4: Output to confdefs.h directly.
27528         Suggestion from Akim Demaille.
27529
27530 2000-07-09  Paul Eggert  <eggert@twinsun.com>
27531
27532         The old behavior of quoting `like this' doesn't look good with
27533         newer, ISO-style fonts.  See:
27534         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
27535
27536         Instead, quote "like this" by default.  Let the translator
27537         tailor the locale-specific quoting behavior by providing
27538         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
27539
27540         * lib/quotearg.c (N_): New macro.
27541         (gettext_default): New function.
27542         (quotearg_buffer_restyled): Use
27543         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
27544         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
27545
27546 2000-07-09  Jim Meyering  <meyering@lucent.com>
27547
27548         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
27549         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
27550
27551         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
27552         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
27553
27554 2000-07-09  Jim Meyering  <meyering@lucent.com>
27555
27556         * lib/Most files: Update copyright dates to include 2000.
27557
27558 2000-07-08  Jim Meyering  <meyering@lucent.com>
27559
27560         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
27561         if not defined.
27562         (xgethostname): Remove now-unnecessary #ifdef.
27563         Move declaration of `err' into loop where it's used.
27564
27565 2000-07-05  Paul Eggert  <eggert@twinsun.com>
27566         and Bruno Haible  <haible@clisp.cons.org>
27567
27568         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
27569         only if the test for an object-type mbstate_t fails.  This
27570         prevents us from mistakenly reporting that mbstate_t is a
27571         system object type after we "#define mbstate_t int" to work
27572         around its lack.
27573
27574 2000-07-05  Paul Eggert  <eggert@twinsun.com>
27575         and Bruno Haible  <haible@clisp.cons.org>
27576
27577         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
27578
27579 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
27580
27581         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
27582         to strerror_r.
27583         Include <ctype.h> for use of isalpha.
27584
27585 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
27586
27587         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
27588         by allocating a larger buffer. Test the gethostname return value for
27589         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
27590         returns an error and ENAMETOOLONG isn't defined.
27591
27592 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
27593
27594         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
27595         dimension.
27596
27597 2000-07-04  Jim Meyering  <meyering@lucent.com>
27598
27599         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
27600         of the deprecated AC_CHECKING.
27601
27602 2000-07-04  Jim Meyering  <meyering@lucent.com>
27603
27604         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
27605         Reported by Bruno Haible.
27606
27607 2000-07-04  Jim Meyering  <meyering@lucent.com>
27608
27609         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
27610         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
27611         lacks mbrtowc.
27612
27613 2000-07-03  Paul Eggert  <eggert@twinsun.com>
27614
27615         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
27616         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
27617
27618 2000-07-03  Paul Eggert  <eggert@twinsun.com>
27619         and Bruno Haible  <haible@clisp.cons.org>
27620
27621         * lib/quotearg.c (mbrtowc):
27622         Assign to *pwc, and return 1 only if result is nonzero.
27623         (iswprint): Use ISPRINT when substituting our own mbrtowc.
27624
27625 2000-07-03  Jim Meyering  <meyering@lucent.com>
27626
27627         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
27628
27629 2000-07-03  Jim Meyering  <meyering@lucent.com>
27630
27631         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
27632         This is necessary to get a definition of e.g., UTMP_FILE on
27633         HP-UX 10.20.
27634         From Bob Proulx.
27635
27636 2000-07-02  Jim Meyering  <meyering@lucent.com>
27637
27638         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
27639
27640         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
27641         AC_LIBOBJ(function_name).
27642         * m4/chown.m4: Likewise.
27643         * m4/fnmatch.m4: Likewise.
27644         * m4/ftruncate.m4: Likewise.
27645         * m4/getgroups.m4: Likewise.
27646         * m4/getline.m4: Likewise.
27647         * m4/group-member.m4: Likewise.
27648         * m4/jm-macros.m4: Likewise.
27649         * m4/lstat.m4: Likewise.
27650         * m4/malloc.m4: Likewise.
27651         * m4/memcmp.m4: Likewise.
27652         * m4/nanosleep.m4: Likewise.
27653         * m4/putenv.m4: Likewise.
27654         * m4/realloc.m4: Likewise.
27655         * m4/regex.m4: Likewise.
27656         * m4/stat.m4: Likewise.
27657         * m4/strftime.m4: Likewise.
27658
27659 2000-07-02  Jim Meyering  <meyering@lucent.com>
27660
27661         * lib/quotearg.c (mbstate_t): Don't define here.
27662
27663 2000-07-02  Jim Meyering  <meyering@lucent.com>
27664
27665         * lib/nanosleep.c (SIGCONT): Define if not already defined.
27666
27667 2000-07-01  Jim Meyering  <meyering@lucent.com>
27668
27669         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
27670
27671 2000-07-01  Jim Meyering  <meyering@lucent.com>
27672
27673         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
27674         problem.
27675
27676 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
27677
27678         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
27679         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
27680
27681 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
27682
27683         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
27684         per change in ../m4/ls-mntd-fs.m4.
27685         (read_filesystem_list): Ignore symbolic links.
27686
27687 2000-06-29  Jim Meyering  <meyering@lucent.com>
27688
27689         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
27690         for declaration of strcmp.
27691
27692         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
27693
27694         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
27695         Avoid warning by casting result to `char *' to remove `const'.
27696
27697 2000-06-28  Jim Meyering  <meyering@lucent.com>
27698
27699         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
27700         included by quotearg.c, for which we perform this test.  From
27701         Bruno Haible.
27702
27703 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
27704
27705         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
27706         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
27707         <utmpx.h> exists, put readutmp.o into LIBOBJS.
27708
27709 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
27710
27711         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
27712
27713 2000-06-26  Paul Eggert  <eggert@twinsun.com>
27714
27715         savedir now sets errno on failure and invokes xmalloc to get memory.
27716         Fix a couple of other minor bugs while we're at it.
27717
27718         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
27719         (NAMLEN): Remove macro.
27720         (malloc, realloc): Remove decls.
27721         (stpcpy): Likewise.
27722         ("xalloc.h"): Include.
27723         (NAME_SIZE_DEFAULT): New macro.
27724         (savedir): Use xmalloc / xrealloc to allocate memory.
27725         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
27726         Skip "" directory entries.
27727         Use strlen to calculate directory entry length, since the old method
27728         is rarely used these days and isn't worth supporting.
27729         Don't use a pointer after freeing it.
27730         Check for integer overflow when calculating allocation size.
27731         Use memcpy to copy entries, instead of stpcpy.
27732         Set errno properly when returning NULL.
27733         Check for readdir error.
27734
27735 2000-06-26  Jim Meyering  <meyering@lucent.com>
27736
27737         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
27738
27739 2000-06-25  Jim Meyering  <meyering@lucent.com>
27740
27741         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
27742         Linux header bug when _XOPEN_SOURCE is defined to 500.
27743
27744 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
27745
27746         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
27747         deficiency.
27748
27749 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
27750
27751         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
27752         Include xalloc.h.
27753         Don't include <stdlib.h>.  Don't declare malloc, realloc.
27754
27755 2000-06-24  Jim Meyering  <meyering@lucent.com>
27756
27757         * m4/strerror_r.m4: Revive this file -- to try out an experimental
27758         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
27759         for which strerror does return char*, but which lacks a conveniently
27760         accessible declaration of the function.  If the compile-test says
27761         strerror_r doesn't work, then resort to a `run'-test that works on
27762         BeOS and segfaults on DEC Unix.
27763
27764 2000-06-24  Jim Meyering  <meyering@lucent.com>
27765
27766         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
27767
27768 2000-06-23  Paul Eggert  <eggert@twinsun.com>
27769
27770         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
27771         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
27772
27773 2000-06-23  Paul Eggert  <eggert@twinsun.com>
27774
27775         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
27776         (mbrtowc, mbstate_t): Define substitutes if
27777         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
27778         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
27779         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
27780
27781 2000-06-23  Jim Meyering  <meyering@lucent.com>
27782
27783         * m4/afs.m4: Add missing AC_MSG_RESULT.
27784         Reported by Bruno Haible.
27785
27786         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
27787         Suggestion from Bruno Haible.
27788
27789 2000-06-23  Jim Meyering  <meyering@lucent.com>
27790
27791         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
27792
27793 2000-06-21  Jim Meyering  <meyering@lucent.com>
27794
27795         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
27796
27797 2000-06-21  Jim Meyering  <meyering@lucent.com>
27798
27799         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
27800         (noinst_HEADERS): Add getstr.h.
27801
27802         * lib/getline.c (getstr): Move into a separate file.
27803         * lib/getstr.c (getstr): New file, extracted from getline.c, with
27804         the following changes: new parameter, delim2; both delim[12]
27805         parameters have type `int', not `char'.  The latter would lose
27806         with 8-bit delimiters.
27807         * lib/getstr.h: New file.
27808
27809 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
27810
27811         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
27812         than 1024, return a memory chunk of least possible size, instead
27813         of size PATH_MAX + 2. In the loop, increment the size proportionally.
27814         Use free/xmalloc instead of xrealloc to avoid copying for very long
27815         paths.
27816
27817 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
27818
27819         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
27820         the empty string.
27821
27822 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
27823
27824         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
27825         address, not strdup.  Include <stdlib.h> and don't declare free().
27826
27827 2000-06-19  Jim Meyering  <meyering@lucent.com>
27828
27829         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
27830
27831 2000-06-18  Jim Meyering  <meyering@lucent.com>
27832
27833         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
27834
27835         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
27836         `checking whether...' message to be consistent with that of the
27837         lstat test.
27838
27839 2000-06-18  Jim Meyering  <meyering@lucent.com>
27840
27841         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
27842         Besides, these days every porting target provides a mkdir function.
27843
27844         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
27845         needed. (this snippet comes from src/system.h).
27846
27847 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
27848
27849         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
27850
27851 2000-06-15  Paul Eggert  <eggert@twinsun.com>
27852
27853         * lib/human.c (adjust_value): New function.
27854         (human_readable_inexact): Apply rounding style even when
27855         printing approximate values.
27856
27857 2000-06-14  Paul Eggert  <eggert@twinsun.com>
27858
27859         * lib/human.c (human_readable_inexact): Allow an input block
27860         size that is not a multiple of the output block size, and vice versa.
27861         Reported by Piergiorgio Sartor.
27862
27863 2000-06-14  Paul Eggert  <eggert@twinsun.com>
27864
27865         * lib/getdate.y (get_date): Apply relative times after time
27866         zone indicator, not before.  Reported by Todd A. Jacobs.
27867
27868 2000-06-13  Jim Meyering  <meyering@lucent.com>
27869
27870         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
27871
27872         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
27873
27874 2000-06-12  Paul Eggert  <eggert@twinsun.com>
27875
27876         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
27877
27878 2000-06-12  Jim Meyering  <meyering@lucent.com>
27879
27880         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
27881         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
27882         optional argument.
27883         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
27884         the optional argument, `lib'.
27885
27886 2000-06-08  Jim Meyering  <meyering@lucent.com>
27887
27888         * m4/largefile.m4: Remove file (now that it's part of autoconf).
27889
27890 2000-06-04  Paul Eggert  <eggert@twinsun.com>
27891
27892         Rewrite largefile configuration so that we don't need to run
27893         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
27894         AC_CANONICAL_HOST in configure.in -- jmm]
27895
27896         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
27897         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
27898         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
27899         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
27900         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
27901         All uses changed.
27902         Instead of inspecting the output of getconf, try to compile the
27903         test program without and with the macro definition.
27904         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
27905         for getconf.  Instead, check for the needed flags by compiling
27906         test programs.
27907
27908 2000-06-04  Paul Eggert  <eggert@twinsun.com>
27909
27910         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
27911
27912 2000-06-04  Jim Meyering  <meyering@lucent.com>
27913
27914         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
27915         SunOS 4.1.4 for which gid_t is an unsigned type.
27916
27917 2000-06-03  Jim Meyering  <meyering@lucent.com>
27918
27919         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
27920         now that autoconf requires that.
27921
27922         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
27923         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
27924         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
27925
27926 2000-06-03  Jim Meyering  <meyering@lucent.com>
27927
27928         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
27929
27930 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
27931
27932         * m4/glibc21.m4: New file.
27933         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
27934
27935 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
27936
27937         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
27938         newer, don't install charset.alias.
27939         * lib/config.charset: Change the Linux/glibc rules so they become empty
27940         on glibc-2.1 or newer.
27941
27942 2000-06-02  Jim Meyering  <meyering@lucent.com>
27943
27944         * lib/mountlist.c: Back out last change.  Instead, do this...
27945         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
27946         me_dummy member using the same `ignore'-testing code.
27947         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
27948         fs_type strings.
27949         From Mark D. Roth.
27950
27951 2000-05-29  Jim Meyering  <meyering@lucent.com>
27952
27953         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
27954         mounts with the `ignore' attribute.  Based on a patch from
27955         Mark D. Roth.
27956
27957 2000-05-28  Jim Meyering  <meyering@lucent.com>
27958
27959         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
27960         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
27961         * m4/stat.m4: Likewise.
27962         * m4/lstat.m4: Likewise.
27963         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
27964
27965         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
27966         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
27967
27968 2000-05-26  Jim Meyering  <meyering@lucent.com>
27969
27970         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
27971
27972 2000-05-24  Jim Meyering  <meyering@lucent.com>
27973
27974         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
27975         autoconf requires that.
27976         * m4/lib-check.m4: Likewise.
27977         * m4/jm-macros.m4: Likewise.
27978         * m4/strftime.m4: Likewise.
27979
27980         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
27981         AC_CHECK_DECLS, now that autoconf requires that.
27982
27983 2000-05-22  Jim Meyering  <meyering@lucent.com>
27984
27985         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
27986         * m4/lstat.m4: Likewise.
27987
27988 2000-05-22  Jim Meyering  <meyering@lucent.com>
27989
27990         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
27991
27992 2000-05-20  Jim Meyering  <meyering@lucent.com>
27993
27994         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
27995         (jm_PREREQ): Use it.
27996
27997 2000-05-18  Jim Meyering  <meyering@lucent.com>
27998
27999         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
28000         back, too, since it may have been modified by allocate_entry.
28001         (hash_delete): Rewrite to use neither the assignment operator
28002         nor the comma operator in an if-expression.
28003
28004 2000-05-15  Paul Eggert  <eggert@twinsun.com>
28005
28006         * lib/closeout.c:
28007         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
28008         Remove; no longer needed.
28009         "quotearg.h": Add include.
28010         (file_name): Do not bother to explicitly initialize to NULL; it's less
28011         efficient on some hosts.
28012         (close_stdout_status): Remove test as to whether stdout was already
28013         closed; it breaks for the case "echo x | sort >&-".
28014         Quote file name colons.
28015         Do not assume that _("write error") lacks format strings.
28016
28017 2000-05-15  Jim Meyering  <meyering@lucent.com>
28018
28019         * lib/version-etc.c (version_etc_copyright): Update the copyright
28020         string used in all --version output.
28021
28022 2000-05-14  Jim Meyering  <meyering@lucent.com>
28023
28024         * lib/closeout.c (close_stdout_set_file_name): New function.
28025         (close_stdout_status): Use new file-scoped global.
28026         Return right away if fstat says the stdout file descriptor is invalid.
28027         * lib/closeout.h (close_stdout_set_file_name): Declare.
28028
28029 2000-05-10  Jim Meyering  <meyering@lucent.com>
28030
28031         * lib/closeout.c [default_exit_status]: New file-scoped variable.
28032         (close_stdout_set_status): New function.
28033         * lib/closeout.h (close_stdout_set_status): Declare.
28034
28035 2000-05-09  Jim Meyering  <meyering@lucent.com>
28036
28037         * m4/gettext.m4: Rename this...
28038         * m4/libintl.m4: ...to this.
28039
28040 2000-05-08  Jim Meyering  <meyering@lucent.com>
28041
28042         * lib/long-options.c: Don't include closeout.h.
28043         (parse_long_options): Don't call close_stdout for --version.
28044
28045 2000-05-06  Paul Eggert  <eggert@twinsun.com>
28046
28047         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
28048         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
28049         2.1.3 bug.  This avoids a clash when files like regex.c define
28050         _GNU_SOURCE.
28051
28052 2000-05-06  Jim Meyering  <meyering@lucent.com>
28053
28054         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
28055         (AC_REPLACE_FUNCS): Add strnlen.
28056
28057         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
28058         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
28059
28060         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
28061         AC_SEARCH_LIBS call for nanosleep.
28062         (LIB_NANOSLEEP): Set and AC_SUBST.
28063
28064 2000-05-06  Jim Meyering  <meyering@lucent.com>
28065
28066         * lib/strnlen.c: Undefine __strnlen and strnlen.
28067         [!weak_alias]: Define __strnlen to strnlen.
28068
28069         * lib/atexit.c: New file, from libiberty.
28070
28071 2000-05-06  Jim Meyering  <meyering@lucent.com>
28072
28073         * lib/closeout.c (close_stdout_status): Also check for errors on the
28074         stderr stream.
28075
28076 2000-05-05  Jim Meyering  <meyering@lucent.com>
28077
28078         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
28079         AC_SEARCH_LIBS call for clock_gettime.
28080         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
28081
28082         * m4/search-libs.m4: Update from autoconf.
28083
28084         su doesn't work on Solaris 2.6.
28085         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
28086         <shadow.h>.  Reported by Dragos Harabor.
28087
28088 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
28089
28090         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
28091         memcpy instead of xmalloc, xrealloc, path_concat.
28092         (locale_charset): Treat empty environment variables as absent.
28093         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
28094
28095 2000-05-04  Jim Meyering  <meyering@lucent.com>
28096
28097         * lib/getopt.c: Update from glibc.
28098         * lib/obstack.c: Likewise.
28099         * lib/obstack.h: Likewise.
28100         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
28101         file
28102
28103         * lib/regex.h: Likewise.
28104         * lib/strndup.c: Likewise.
28105         * lib/strnlen.c: New file, from glibc.
28106
28107 2000-05-03  Jim Meyering  <meyering@lucent.com>
28108
28109         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
28110
28111 2000-05-02  Paul Eggert  <eggert@twinsun.com>
28112
28113         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
28114         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
28115         compile-time test, rather than inspecting host and OS, to
28116         decide whether to define _LARGEFILE_SOURCE.
28117
28118 2000-05-01  Jim Meyering  <meyering@lucent.com>
28119
28120         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
28121
28122         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
28123         Based on a patch from Bruno Haible.
28124
28125 2000-05-01  Jim Meyering  <meyering@lucent.com>
28126
28127         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
28128
28129 2000-04-29  Jim Meyering  <meyering@lucent.com>
28130
28131         * lib/path-concat.c: Declare strdup only if it's not defined.
28132         * lib/canon-host.c: Likewise.
28133
28134 2000-04-28  Jim Meyering  <meyering@lucent.com>
28135
28136         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
28137         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
28138         is included first, then limits.h is included by locale.h by libintl.h.
28139         From John David Anglin.
28140
28141 2000-04-25  Jim Meyering  <meyering@lucent.com>
28142
28143         * lib/makepath.c (S_IRWXUGO): Define.
28144         (make_path): Always perform explicit chmod if MODE specifies any
28145         of the `special' permission bits.  Prompted by a bug report against
28146         install from Mate Wierdl and Joost van Baal.
28147
28148 2000-04-18  Jim Meyering  <meyering@lucent.com>
28149
28150         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
28151         (jm_PREREQ): Use it.
28152
28153 2000-04-18  Jim Meyering  <meyering@lucent.com>
28154
28155         * lib/README: New file.
28156
28157         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
28158         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
28159
28160 2000-04-17  Jim Meyering  <meyering@lucent.com>
28161
28162         Get it right :-)
28163         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
28164         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
28165         Suggestion from Akim Demaille.
28166
28167 2000-04-17  Jim Meyering  <meyering@lucent.com>
28168
28169         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
28170         the definition of it to rpl_strftime also defined-away the system's
28171         declaration.
28172
28173 2000-04-15  Jim Meyering  <meyering@lucent.com>
28174
28175         Use `C' to denote so-called `contiguous' files, the same way
28176         that tar does.
28177         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
28178         (ftypelet): Use S_ISCTG.
28179         From Michael Deutschmann.
28180
28181 2000-04-14  Jim Meyering  <meyering@lucent.com>
28182
28183         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
28184         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
28185         clobbered.
28186
28187 2000-04-14  Jim Meyering  <meyering@lucent.com>
28188
28189         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
28190
28191 2000-04-13  Jim Meyering  <meyering@lucent.com>
28192
28193         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
28194         AH_VERBATIM to insert required #ifndef into config.h.in.
28195         Suggestion from Akim Demaille.
28196
28197 2000-04-12  Jim Meyering  <meyering@lucent.com>
28198
28199         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
28200         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
28201         Christian Krackowizer.
28202
28203         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
28204         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
28205         (AC_SYS_LARGEFILE): Require.
28206         (AM_C_PROTOTYPES): Require.
28207
28208 2000-04-08  Jim Meyering  <meyering@lucent.com>
28209
28210         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
28211         names don't conflict.  Reported by Eli Zaretskii.
28212
28213 2000-04-07  Jim Meyering  <meyering@lucent.com>
28214
28215         * lib/putenv.c: Move inclusion of errno.h so it follows that of
28216         sys/types.h, to work around system header problems on AIX 3.2.5.
28217         From Bruno Haible.
28218
28219 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
28220
28221         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
28222         bug.  Deal with the different error behavior of Irix iconv.
28223
28224 2000-04-05  Paul Eggert  <eggert@twinsun.com>
28225
28226         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
28227         IRIX if the installer said otherwise.
28228
28229 2000-04-05  Jim Meyering  <meyering@lucent.com>
28230
28231         Portability tweaks required for ultrix4.3.
28232         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
28233         (jm_CHECK_DECLS): Add getutent to the list of functions.
28234         (_jm_DECL_HEADERS): Add utmpx.h.
28235         From John David Anglin.
28236
28237         * m4/strftime.m4: Back out the 2000-04-02 change.
28238         Instead of that change, simply undefine putenv in the test program.
28239
28240 2000-04-05  Jim Meyering  <meyering@lucent.com>
28241
28242         Portability tweaks required for ultrix4.3.
28243         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
28244         getutent.
28245         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
28246         * lib/canon-host.c: Declare strdup.
28247         * lib/path-concat.c: Likewise.
28248         From John David Anglin.
28249
28250 2000-04-04  Jim Meyering  <meyering@lucent.com>
28251
28252         Be more DOS 8.3-friendly.
28253         * lib/ref-add.sin: Renamed from ref-add.sed.in.
28254         * lib/ref-del.sin: Renamed from ref-del.sed.in.
28255         * lib/Makefile.am: Reflect renaming.
28256         Reported by Eli Zaretskii.
28257
28258         Use a temporary file name that won't clash with `charset.alias'
28259         in the DOS 8.3 name space.
28260         * lib/Makefile.am (charset_tmp): Define.
28261         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
28262         (uninstall-local): Likewise.
28263         Reported by Eli Zaretskii.
28264
28265 2000-04-03  Jim Meyering  <meyering@lucent.com>
28266
28267         * m4/gettext.m4: Fix typo in comment.
28268
28269         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
28270         textutils/configure.in).  Suggestion from Paul Eggert.
28271         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
28272
28273 2000-04-02  Paul Eggert  <eggert@twinsun.com>
28274
28275         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
28276         variable in the shell rather than using putenv, which isn't
28277         portable.  This avoids the configure-time inter-test dependency
28278         on the potentially-renamed putenv function.
28279
28280 2000-03-30  Paul Eggert  <eggert@twinsun.com>
28281
28282         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
28283         before checking struct stat.st_blksize, so that
28284         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
28285
28286 2000-03-29  Paul Eggert  <eggert@twinsun.com>
28287
28288         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
28289         since strftime.c uses HAVE_STRFTIME to decide whether to use
28290         the underlying strftime.
28291
28292 2000-03-29  Paul Eggert  <eggert@twinsun.com>
28293
28294         * lib/time/strftime.c (my_strftime): Make sure we call the system
28295         strftime, not ourselves, when invoking the underlying strftime.
28296
28297 2000-03-24  Jim Meyering  <meyering@lucent.com>
28298
28299         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
28300         (charset_alias): Define.
28301         (install-exec-local): Factor out common code.
28302         (uninstall-local): Split lines longer than 80.
28303         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
28304         (SUFFIXES): Define.
28305         (.sed.in.sed): New rule.  Don't redirect directly to $@.
28306         (CLEANFILES): Add ref-add.sed and ref-del.sed.
28307
28308 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
28309
28310         * lib/config.charset: Output a line containing "Packages using this
28311         file".
28312         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
28313         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
28314         ref-del.sed): New rules.
28315
28316 2000-03-17  Jim Meyering  <meyering@lucent.com>
28317
28318         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
28319         Otherwise, include <strings.h>
28320
28321 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
28322
28323         * lib/unicodeio.c (utf8_wctomb): New function.
28324         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
28325         format instead of in UCS-4 with platform dependent endianness.
28326
28327 2000-03-10  Jim Meyering  <meyering@lucent.com>
28328
28329         * m4/lib-check.m4: Look for getspnam in -lgen, too.
28330         From Marco Franzen.
28331
28332 2000-03-07  Paul Eggert  <eggert@twinsun.com>
28333
28334         * lib/savedir.c (savedir): Work even if directory size is
28335         negative; this can happen with some screwy NFS configurations.
28336
28337 2000-03-06  Jim Meyering  <meyering@lucent.com>
28338
28339         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
28340         if it's NULL (because we ran out of memory).  From Bruno Haible.
28341
28342 2000-03-05  Jim Meyering  <meyering@lucent.com>
28343
28344         * lib/localcharset.c ("path-concat.h"): Include.
28345         (get_charset_aliases): Use path_concat instead of ANSI string
28346         concatenation.
28347
28348         * lib/unicodeio.h (PARAMS): Define.
28349         Use it to guard prototype.
28350
28351 2000-03-04  Jim Meyering  <meyering@lucent.com>
28352
28353         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
28354         for lib/localcharset.c.
28355
28356 2000-03-04  Jim Meyering  <meyering@lucent.com>
28357
28358         * lib/Makefile.am (install-exec-local): Create $(libdir) before
28359         installing into it.
28360         (uninstall-local): Uncomment this rule so `make distcheck' works
28361         once again.
28362
28363         * lib/unicodeio.c (<errno.h>): Include it.
28364         (errno): Declare if not defined.
28365
28366         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
28367
28368         * lib/config.charset: New version, incorporating remarks from a linux
28369         i18n mailing list.  From Bruno Haible.
28370
28371 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
28372
28373         * m4/codeset.m4: New file.
28374         * m4/iconv.m4: New file.
28375         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
28376
28377 2000-03-03  Jim Meyering  <meyering@lucent.com>
28378
28379         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
28380
28381 2000-03-02  Jim Meyering  <meyering@lucent.com>
28382
28383         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
28384         the messages come out on separate lines.
28385
28386         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
28387         rather than jm_CHECK_DECLARATIONS.
28388         * m4/decl.m4: Remove now-unused file.
28389
28390         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
28391         geteuid.
28392
28393 2000-03-02  Jim Meyering  <meyering@lucent.com>
28394
28395         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
28396
28397 2000-03-01  Jim Meyering  <meyering@lucent.com>
28398
28399         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
28400         * lib/unicodeio.c: Likewise.
28401
28402 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
28403
28404         * lib/config.charset: New file.
28405         * lib/localcharset.c: New file.
28406         * lib/unicodeio.h, lib/unicodeio.c: New files.
28407         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
28408         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
28409         (noinst_HEADERS): Add unicodeio.h.
28410         (all-local, install-exec-local, charset.alias): New targets.
28411
28412 2000-02-28  Paul Eggert  <eggert@twinsun.com>
28413
28414         * lib/quotearg.c (ALERT_CHAR): New macro.
28415         (quotearg_buffer_restyled): Use it.
28416
28417 2000-02-27  Jim Meyering  <meyering@lucent.com>
28418
28419         * m4/check-decl.m4: Add getenv to the list.
28420
28421 2000-02-27  Jim Meyering  <meyering@lucent.com>
28422
28423         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
28424         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
28425
28426         * lib/backupfile.c: Guard inclusion of stdlib.h with
28427         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
28428         Declare malloc if needed.
28429
28430         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
28431         `#ifndef HAVE_DECL..'
28432         now that autoconf always defines the HAVE_DECL_ symbols.
28433         * lib/human.c: Likewise.
28434         * lib/same.c: Likewise.
28435         * lib/strtoumax.c: Likewise.
28436
28437         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
28438         declaration check was not run.
28439         * lib/hash.c: Likewise.
28440         * lib/human.c: Likewise.
28441         * lib/same.c: Likewise.
28442         * lib/strtoumax.c: Likewise.
28443
28444         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
28445         `.', then first look up the entire `.'-containing string as a login
28446         name.
28447
28448 2000-02-23  Jim Meyering  <meyering@lucent.com>
28449
28450         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
28451         in place of my hack.
28452
28453 2000-02-18  Paul Eggert  <eggert@twinsun.com>
28454
28455         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
28456         (textint): New typedef.
28457         (parser_control): Member year changed from int to textint.
28458         All uses changed.
28459         (YYSTYPE): Removed; replaced by %union with int and textint members.
28460         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
28461         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
28462         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
28463         (tSNUMBER, tUNUMBER): Now of type <textintval>.
28464         (date, number, to_year): Use width of number in digits, not its value,
28465         to determine whether it's a 2-digit year, or a 2-digit time.
28466         (yylex): Store number of digits of numeric tokens.
28467         Reported by John Kendall.
28468
28469         (parser_control): Changed from struct parser_control to typedef (for
28470         consistency).  All uses changed.
28471
28472         (tID): Removed; not used.
28473         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
28474
28475 2000-02-14  Paul Eggert  <eggert@twinsun.com>
28476
28477         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
28478         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
28479
28480 2000-02-12  Jim Meyering  <meyering@lucent.com>
28481
28482         * lib/userspec.c (ISDIGIT): Define it.
28483         (isdigit): Remove definition.
28484         (is_number): Use ISDIGIT, not isdigit.
28485         <libintl.h>: Include.
28486         (_ and N_): Define.
28487         (parse_user_spec): Mark translatable strings.
28488
28489 2000-02-10  Jim Meyering  <meyering@lucent.com>
28490
28491         With these changes, nanosleep.[ch] are finally enough like the other
28492         lib/* replacement files to compile on a few more losing systems.
28493
28494         * lib/nanosleep.h: Don't include config.h.
28495         Remove prototype from declaration of nanosleep.
28496         (PARAMS): Remove now-unneeded definition.
28497         * lib/nanosleep.c: #undef nanosleep.
28498         (rpl_nanosleep): Rename from nanosleep.
28499
28500 2000-02-10  Jim Meyering  <meyering@lucent.com>
28501
28502         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
28503         gnu_nanosleep to rpl_nanosleep.
28504
28505 2000-02-09  Jim Meyering  <meyering@lucent.com>
28506
28507         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
28508         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
28509
28510 2000-02-08  Akim Demaille  <akim@epita.fr>
28511
28512         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
28513         `[' and `]' and remove uses of `changequote'.
28514         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
28515         (AC_SYS_LARGEFILE): Likewise.
28516         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
28517         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
28518         of changequote.
28519         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
28520         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
28521         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
28522         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
28523
28524 2000-02-05  Jim Meyering  <meyering@lucent.com>
28525
28526         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
28527         Remove explicit use of AC_HEADER_TIME.  It is required by
28528         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
28529         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
28530         in autoconf whereby the expansion of the latter ended up preceding
28531         the expansion of its prerequisite, AC_HEADER_TIME.
28532         Reported by Volker Borchert.
28533
28534 2000-02-03  Jim Meyering  <meyering@lucent.com>
28535
28536         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
28537
28538 2000-02-03  Jim Meyering  <meyering@lucent.com>
28539
28540         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
28541         rather than with `#if HAVE_UTMPNAME'.
28542
28543 2000-02-02  Jim Meyering  <meyering@lucent.com>
28544
28545         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
28546         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
28547         Reported by Eli Zaretskii.
28548
28549 2000-02-01  Jim Meyering  <meyering@lucent.com>
28550
28551         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
28552
28553 2000-01-31  Jim Meyering  <meyering@lucent.com>
28554
28555         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
28556         functions.  Add the time.h and sys/time.h headers along with the
28557         AC_REQUIRE'ment of AC_HEADER_TIME.
28558
28559 2000-01-31  Jim Meyering  <meyering@lucent.com>
28560
28561         * lib/nanosleep.h (nanosleep): Guard declaration with
28562         `#if ! HAVE_DECL_NANOSLEEP'.
28563         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
28564         the declaration in that vendor's sys/timers.h.
28565         Reported by Christian Krackowizer.
28566
28567         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
28568         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
28569         (ISPRINT): Likewise.
28570         Reported by Tom Tromey.
28571
28572 2000-01-30  Jim Meyering  <meyering@lucent.com>
28573
28574         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
28575
28576         * m4/prereq.m4 (utmp_includes): Define.
28577         Check for ut_user and ut_name members in both struct utmpx
28578         and struct utmp.
28579
28580 2000-01-30  Jim Meyering  <meyering@lucent.com>
28581
28582         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
28583         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
28584         header files where only utmpx.ut_user is declared.
28585
28586         * lib/readutmp.h (UT_USER): Define.
28587
28588 2000-01-29  Jim Meyering  <meyering@lucent.com>
28589
28590         * m4/lib-check.m4: New file containing library-related checks from
28591         fileutils and sh-utils (textutils had none).
28592
28593 2000-01-28  Jim Meyering  <meyering@lucent.com>
28594
28595         * m4/perl.m4: Change format of warning message to look more like that
28596         from the missing script.  Suggestion from François Pinard.
28597
28598 2000-01-25  Jim Meyering  <meyering@lucent.com>
28599
28600         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
28601         well as time.h in the compile check.
28602         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
28603         Fix typo in cross-compiling case: s/yes/no/.
28604
28605 2000-01-23  Jim Meyering  <meyering@lucent.com>
28606
28607         * m4/jm-macros.m4: Move df-related tests here from
28608         fileutils/configure.in
28609
28610         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
28611         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
28612
28613         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
28614         s/space/ac_fsusage_space/.
28615         (jm_FILE_SYSTEM_USAGE): Take two parameters.
28616
28617         * m4/ftruncate.m4: New file (derived from part of
28618         fileutils/configure.in).
28619         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
28620         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
28621
28622         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
28623         AC_SUBST these here, rather than just in sh-util/configure.in, so
28624         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
28625         all the same.
28626         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
28627         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
28628         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
28629         (AC_SUBST(POW_LIBM)): Likewise.
28630         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
28631
28632 2000-01-23  Jim Meyering  <meyering@lucent.com>
28633
28634         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
28635         obstack.c.
28636
28637 2000-01-22  Jim Meyering  <meyering@lucent.com>
28638
28639         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
28640
28641         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
28642
28643         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
28644         configure.in
28645         (AC_CHECK_HEADERS): Likewise for sh-utils.
28646         (AC_CHECK_HEADERS): Likewise for textutils.
28647         Merge the three lists of headers.
28648
28649         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
28650         from fileutils' configure.in.
28651
28652         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
28653         code. Moved tests into their own function (_jm_DECL_HEADERS) in
28654         check-decl.m4.
28655
28656         * m4/check-decl.m4: Use #if rather than #ifdef.
28657         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
28658         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
28659         (_jm_DECL_HEADERS): Define new function.
28660         (jm_CHECK_DECLARATIONS): Require it.
28661
28662 2000-01-22  Jim Meyering  <meyering@lucent.com>
28663
28664         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
28665         [! HAVE_DECL_STRTOULL]: Declare strtoull.
28666         Required for some AIX systems.  Reported by Christian Krackowizer.
28667         [TESTING] (main): New function.
28668
28669         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
28670         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
28671         letters.
28672
28673         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
28674         iswprint.
28675
28676         * lib/strverscmp.c (ISDIGIT): Define.
28677         (strverscmp): Use ISDIGIT, not isdigit.
28678
28679 2000-01-19  Jim Meyering  <meyering@lucent.com>
28680
28681         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
28682         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
28683         defines `struct timespec' in <sys/time.h>
28684
28685         * m4/c-bs-a.m4: Remove uses of changequote altogether.
28686         Thanks to Akim for explaining.
28687
28688 2000-01-17  Paul Eggert  <eggert@twinsun.com>
28689
28690         * lib/nanosleep.c (nanosleep):
28691         Don't use SA_INTERRUPT to decide whether to call sigaction, as
28692         POSIX.1 doesn't require SA_INTERRUPT and some systems
28693         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
28694         it's been part of POSIX.1 since day 1 (in 1988).
28695
28696 2000-01-17  Jim Meyering  <meyering@lucent.com>
28697
28698         * lib/interlock: Remove unused file.  Reported by François Pinard.
28699
28700 2000-01-16  Paul Eggert  <eggert@twinsun.com>
28701
28702         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
28703         alert, backslash, formfeed, and vertical tab unnecessarily in
28704         shell quoting style.
28705
28706 2000-01-16  Jim Meyering  <meyering@lucent.com>
28707
28708         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
28709         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
28710         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
28711         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
28712
28713 2000-01-16  Jim Meyering  <meyering@lucent.com>
28714
28715         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
28716         because the latter didn't work.
28717
28718 2000-01-15  Jim Meyering  <meyering@lucent.com>
28719
28720         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
28721         (AC_REPLACE_FUNCS): Add memcpy and memset.
28722         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
28723         Add strpbrk.
28724         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
28725
28726 2000-01-12  Jim Meyering  <meyering@lucent.com>
28727
28728         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
28729         (jm_PREREQ): Use it.
28730         (jm_PREREQ_READUTMP): New macro.
28731         (jm_PREREQ): Use it.
28732
28733 2000-01-11  Paul Eggert  <eggert@twinsun.com>
28734
28735         Quote multibyte characters correctly.
28736         * m4/c-bs-a.m4: New file.
28737         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
28738         (jm_PREREQ): Use it.
28739
28740 2000-01-11  Paul Eggert  <eggert@twinsun.com>
28741
28742         * m4/uintmax_t.m4: Port to autoconf 2.13.
28743
28744 2000-01-08  Jim Meyering  <meyering@ascend.com>
28745
28746         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
28747         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
28748
28749 2000-01-04  Jim Meyering  <meyering@ascend.com>
28750
28751         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
28752         jm_STRUCT_DIRENT_D_TYPE.
28753         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
28754         jm_STRUCT_DIRENT_D_INO.
28755         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
28756         jm_STRUCT_UTIMBUF.
28757         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
28758         renamings.
28759         * m4/utime.m4: Likewise.
28760
28761         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
28762         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
28763
28764 2000-01-03  Paul Eggert  <eggert@twinsun.com>
28765
28766         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
28767         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
28768
28769 2000-01-02  Jim Meyering  <meyering@ascend.com>
28770
28771         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
28772         remember if this is necessary.
28773
28774 1999-12-26  Jim Meyering  <meyering@ascend.com>
28775
28776         * m4/jm-macros.m4: Use it here.
28777         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
28778
28779 1999-12-23  Jim Meyering  <meyering@ascend.com>
28780
28781         * m4/jm-macros.m4: Check for clock_gettime (moved from
28782         fileutils/configure.in)
28783         Check for gettimeofday.
28784
28785 1999-12-20  Jim Meyering  <meyering@ascend.com>
28786
28787         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
28788         autoconf-2.14a-1999-12-20.
28789
28790 1999-12-19  Jim Meyering  <meyering@ascend.com>
28791
28792         * m4/lstat-slash.m4: New file.
28793         * m4/jm-macros.m4: Use the new macro:
28794         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
28795
28796 1999-12-07  Jim Meyering  <meyering@ascend.com>
28797
28798         * m4/perl.m4: Require that File::Compare be available, too.
28799         Too many systems seem to lack it.
28800
28801         * m4/strftime.m4: Add checks for most of the cpp macros tested in
28802         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
28803
28804 1999-11-18  Paul Eggert  <eggert@twinsun.com>
28805
28806         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
28807         problem with the QNX 4.25 shell, which doesn't propagate exit
28808         status of failed commands inside shell assignments.
28809
28810 1999-11-17  Jim Meyering  <meyering@ascend.com>
28811
28812         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
28813
28814 1999-11-07  Jim Meyering  <meyering@ascend.com>
28815
28816         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
28817
28818 1999-11-06  Jim Meyering  <meyering@ascend.com>
28819
28820         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
28821         * m4/jm-macros.m4 (jm_MACROS): Use it here.
28822
28823 1999-11-05  Jim Meyering  <meyering@ascend.com>
28824
28825         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
28826         configure.in of textutils, fileutils, and sh-utils into this one
28827         (shared between those packages) file.
28828         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
28829         AC_STRUCT_ST_BLKSIZE.
28830
28831 1999-11-03  Jim Meyering  <meyering@ascend.com>
28832
28833         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
28834         of AC_CHECK_TYPE checks includes unistd.h.
28835         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
28836         Suggestion from Akim Demaille.
28837
28838 1999-10-30  Jim Meyering  <meyering@ascend.com>
28839
28840         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
28841         m4-quoted string.
28842         * m4/ls-mntd-fs.m4: Likewise.
28843         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
28844         * m4/jm-winsz1.m4: Likewise.
28845
28846         * m4/const.m4: Remove file, since the fix made it into the experimental
28847         version of autoconf.
28848         * m4/mktime.m4: Likewise.
28849
28850         * m4/check-type.m4: Remove file, now that the latest version of
28851         AC_CHECK_TYPE takes a third arg to specify additional #includes.
28852
28853         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
28854         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
28855         AC_CHECK_TYPE.
28856
28857 1999-10-04  Jim Meyering  <meyering@ascend.com>
28858
28859         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
28860
28861 1999-09-22  Paul Eggert  <eggert@twinsun.com>
28862
28863         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
28864         2.95.1 bug with HP-UX 10.20.
28865
28866 1999-09-17  Jim Meyering  <meyering@ascend.com>
28867
28868         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
28869         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
28870         due to missing strdup (against sh-utils-2.0).
28871
28872 1999-08-29  Jim Meyering  <meyering@ascend.com>
28873
28874         * m4/jm-macros.m4: Require jm_BISON.
28875         * m4/bison.m4: New file.
28876
28877 1999-08-17  Paul Eggert  <eggert@twinsun.com>
28878
28879         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
28880         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
28881
28882 1999-08-05  Jim Meyering  <meyering@ascend.com>
28883
28884         * m4/getline.m4: Rename test file from conftestdata to conftest.data
28885         to avoid conflicts with `conftest' on 8+3 filesystems.
28886         Suggestion from Eli Zaretskii.
28887
28888 1999-08-04  Jim Meyering  <meyering@ascend.com>
28889
28890         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
28891         fileutils and sh-utils (textutils's getline test was inadequate).
28892         (AM_FUNC_GETLINE): Run this test.
28893         (AC_CHECK_FUNCS): Check for getdelim.
28894         Reported by Bob Proulx.
28895
28896 1999-08-02  Jim Meyering  <meyering@ascend.com>
28897
28898         * m4/jm-macros.m4: Add a comment.
28899
28900 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28901
28902         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
28903         <inttypes.h> defines strtoumax as a macro (and not as a
28904         function).
28905
28906 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28907
28908         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
28909         that we can shift, multiply and divide unsigned long long
28910         values; Ultrix cc can't do it.
28911
28912 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28913
28914         * m4/mktime.m4: New file, which is a preview of what should appear
28915         in the next public autoconf release.
28916
28917 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28918
28919         * m4/lfs.m4: Remove this file.
28920         * m4/largefile.m4: New file.  It contains the old contents of
28921         lfs.m4, except that all names with prefix AC_LFS have been
28922         changed to use the prefix AC_SYS_LARGEFILE instead, to be
28923         compatible with future autoconf versions.  Also, some minor m4
28924         quoting problems have been fixed.
28925
28926 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28927
28928         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
28929         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
28930         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
28931         and simplify the shell code.
28932
28933 1999-08-01  Jim Meyering  <meyering@ascend.com>
28934
28935         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
28936         m4.
28937
28938 1999-07-20  Jim Meyering  <meyering@ascend.com>
28939
28940         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
28941
28942 1999-07-15  Jim Meyering  <meyering@ascend.com>
28943
28944         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
28945
28946 1999-05-22  Jim Meyering  <meyering@ascend.com>
28947
28948         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
28949
28950 1999-05-20  Jim Meyering  <meyering@ascend.com>
28951
28952         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
28953         Add a colon after each `then' in case $4 is empty.
28954
28955 1999-05-16  Jim Meyering  <meyering@ascend.com>
28956
28957         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
28958
28959 1999-05-10  Jim Meyering  <meyering@ascend.com>
28960
28961         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
28962
28963         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
28964         AC_FUNC_MKTIME.
28965
28966 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
28967
28968         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
28969
28970 1999-05-04  Paul Eggert  <eggert@twinsun.com>
28971
28972         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
28973         not CPPFLAGS, so that linking works correctly in IRIX.
28974
28975 1999-04-30  Paul Eggert  <eggert@twinsun.com>
28976
28977         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
28978
28979 1999-04-20  Paul Eggert  <eggert@twinsun.com>
28980
28981         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
28982         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
28983         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
28984         jm_AC_TYPE_UNSIGNED_LONG_LONG.
28985         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
28986
28987         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
28988
28989 1999-04-20  Jim Meyering  <meyering@ascend.com>
28990
28991         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
28992         AC_REPLACE xstroull if necessary.  From Paul Eggert.
28993         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
28994
28995 1999-04-18  Jim Meyering  <meyering@ascend.com>
28996
28997         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
28998         * m4/jm-macros.m4: Use it.
28999
29000 1999-04-06  Jim Meyering  <meyering@ascend.com>
29001
29002         * m4/strftime.m4: Remove test for %f.
29003
29004 1999-03-29  Jim Meyering  <meyering@ascend.com>
29005
29006         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
29007         superset of the AC_TYPE_* checks in the textutils, fileutils,
29008         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
29009         AC_TYPE_PID_T.
29010
29011 1999-03-28  Jim Meyering  <meyering@ascend.com>
29012
29013         * m4/jm-macros.m4: Define GNU_PACKAGE here.
29014         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
29015         replaced e.g., in the *.sh files of the sh-utils.
29016
29017 1999-03-20  Jim Meyering  <meyering@ascend.com>
29018
29019         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
29020         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
29021         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
29022
29023 1999-03-19  Jim Meyering  <meyering@ascend.com>
29024
29025         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
29026
29027 1999-03-12  Jim Meyering  <meyering@ascend.com>
29028
29029         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
29030
29031 1999-03-07  Jim Meyering  <meyering@ascend.com>
29032
29033         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
29034         declared.
29035
29036 1999-02-17  Jim Meyering  <meyering@ascend.com>
29037
29038         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
29039         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
29040
29041 1999-02-07  Jim Meyering  <meyering@ascend.com>
29042
29043         * m4/group-member.m4: New file -- extracted from sh-utils'
29044         configure.in.
29045
29046         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
29047         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
29048
29049 1999-02-06  Jim Meyering  <meyering@ascend.com>
29050
29051         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
29052         * m4/fnmatch.m4: Likewise.
29053         * m4/getgroups.m4: Likewise.
29054         * m4/lstat.m4: Likewise.
29055         * m4/malloc.m4: Likewise.
29056         * m4/putenv.m4: Likewise.
29057         * m4/realloc.m4: Likewise.
29058         * m4/regex.m4: Likewise.
29059         * m4/stat.m4: Likewise.
29060         * m4/strftime.m4: Likewise.
29061         Suggestion from Alain Magloire.
29062
29063         * m4/chown.m4: Use `.$ac_objext', not `.o'.
29064         * m4/fnmatch.m4: Likewise.
29065         * m4/getgroups.m4: Likewise.
29066         * m4/getline.m4: Likewise.
29067         * m4/lstat.m4: Likewise.
29068         * m4/malloc.m4: Likewise.
29069         * m4/memcmp.m4: Likewise.
29070         * m4/putenv.m4: Likewise.
29071         * m4/realloc.m4: Likewise.
29072         * m4/regex.m4: Likewise.
29073         * m4/stat.m4: Likewise.
29074         * m4/strftime.m4: Likewise.
29075         Suggestion from Alain Magloire.
29076
29077         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
29078         an argument.
29079
29080         * m4/regex.m4: Add a run-time Test for proper operation of
29081         re_compile_pattern.
29082
29083 1999-01-31  Jim Meyering  <meyering@ascend.com>
29084
29085         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
29086
29087 1999-01-30  Jim Meyering  <meyering@ascend.com>
29088
29089         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
29090
29091         * m4/jm-mktime.m4: Make this a wrapper around the official
29092         AM_FUNC_MKTIME rather than my private copy, now that the official one
29093         is up to date.
29094         * m4/mktime.m4: Remove file.
29095
29096         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
29097         * m4/uptime.m4: Likewise.
29098         * m4/uintmax_t.m4: Likewise.
29099
29100 1999-01-28  Jim Meyering  <meyering@ascend.com>
29101
29102         * m4/jm-macros.m4: Use jm_AFS.
29103         * m4/afs.m4: New file (from fileutils' configure.in).
29104
29105         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
29106         * m4/chown.m4: Likewise.
29107         * m4/d-ino.m4: Likewise.
29108         * m4/d-type.m4: Likewise.
29109         * m4/fnmatch.m4: Likewise.
29110         * m4/getgroups.m4: Likewise.
29111         * m4/gettext.m4: Likewise.
29112         * m4/jm-mktime.m4: Likewise.
29113         * m4/jm-winsz2.m4: Likewise.
29114         * m4/lcmessage.m4: Likewise.
29115         * m4/ls-mntd-fs.m4: Likewise.
29116         * m4/malloc.m4: Likewise.
29117         * m4/memcmp.m4: Likewise.
29118         * m4/putenv.m4: Likewise.
29119         * m4/realloc.m4: Likewise.
29120         * m4/st_mtim.m4: Likewise.
29121         * m4/strftime.m4: Likewise.
29122
29123 1999-01-16  Jim Meyering  <meyering@ascend.com>
29124
29125         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
29126         (ARGMATCH_DIE_DECL): Define.
29127
29128 1999-01-12  Jim Meyering  <meyering@ascend.com>
29129
29130         * m4/Makefile.am.in: Rewrite to avoid using fmt.
29131         Reported by Lars Hecking.
29132
29133 1999-01-10  Jim Meyering  <meyering@ascend.com>
29134
29135         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
29136         gross kludge.
29137         * m4/inttypes_h.m4: Likewise.
29138         * m4/lstat.m4: Likewise.
29139         * m4/malloc.m4: Likewise.
29140         * m4/readdir.m4: Likewise.
29141         * m4/realloc.m4: Likewise.
29142         * m4/st_dm_mode.m4: Likewise.
29143         * m4/stat.m4: Likewise.
29144         * m4/utimbuf.m4: Likewise.
29145         * m4/utimes.m4: Likewise.
29146
29147         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
29148         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
29149         comments in config.h.in are meaningful.
29150
29151         * m4/jm-macros.m4: Require autoconf-2.13 here.
29152
29153         * m4/regex.m4: By default, don't use the included regex.c on systems
29154         with glibc 2.  Suggestion from Uli Drepper.
29155
29156 1999-01-02  Jim Meyering  <meyering@ascend.com>
29157
29158         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
29159
29160 1998-12-18  Jim Meyering  <meyering@ascend.com>
29161
29162         * m4/Makefile.am.in (Makefile.am): Simplify rule.
29163         Based on a suggestion from Lars Hecking.
29164
29165 1998-11-16  Paul Eggert  <eggert@twinsun.com>
29166
29167         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
29168
29169 1998-11-16  Jim Meyering  <meyering@ascend.com>
29170
29171         * m4/lfs.m4: Double-quote the `uname...` expression.
29172
29173 1998-11-14  Jim Meyering  <meyering@ascend.com>
29174
29175         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
29176         * m4/stat.m4: Likewise.
29177
29178 1998-11-03  Jim Meyering  <meyering@ascend.com>
29179
29180         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
29181         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
29182
29183 1998-10-18  Jim Meyering  <meyering@ascend.com>
29184
29185         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
29186
29187 1998-10-17  Jim Meyering  <meyering@ascend.com>
29188
29189         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
29190         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
29191         calls for those previously hard-coded headers.  Instead, take a new
29192         parameter.
29193         (jm_CHECK_DECLARATIONS): Reflect interface change.
29194         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
29195         (jm_CHECK_DECL_LOCALTIME_R): New macro.
29196
29197         * m4/mktime.m4: Test for spring-forward gap before long-running test.
29198
29199 1998-10-14  Jim Meyering  <meyering@ascend.com>
29200
29201         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
29202         instead of "TZ=America/Vancouver".  From Paul Eggert.
29203
29204 1998-10-11  Jim Meyering  <meyering@ascend.com>
29205
29206         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
29207         This adds a test for a recently added compatibility fix for mktime.c.
29208         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
29209
29210 1998-09-27  Jim Meyering  <meyering@ascend.com>
29211
29212         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
29213
29214         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
29215         ../configure.in, including a change from Gordon Matzigkeit to allow
29216         cross-compiling for the Hurd.
29217
29218         * m4/glibc.m4: New file/macro to test for the GNU C Library
29219         versions 1 and 2.  From Gordon Matzigkeit.
29220         Indent.
29221
29222 1998-09-21  Jim Meyering  <meyering@ascend.com>
29223
29224         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
29225
29226 1998-08-18  Paul Eggert  <eggert@twinsun.com>
29227
29228         Port nanosecond-resolution times to UnixWare 2.1.2 and
29229         pedantic Solaris 2.6.
29230
29231         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
29232         AC_STRUCT_ST_MTIM.
29233         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
29234         Generate name of ns member, instead of just 1 or undef.
29235         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
29236
29237 1998-08-15  Jim Meyering  <meyering@ascend.com>
29238
29239         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
29240         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
29241         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
29242         instead of jm_TYPE_SSIZE_T.
29243
29244 1998-08-12  Jim Meyering  <meyering@ascend.com>
29245
29246         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
29247
29248 1998-08-02  Jim Meyering  <meyering@ascend.com>
29249
29250         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
29251         in acconfig.h manually.
29252
29253 1998-07-31  Paul Eggert  <eggert@twinsun.com>
29254
29255         * m4/st_mtim.m4: New file.
29256
29257 1998-07-28  Jim Meyering  <meyering@ascend.com>
29258
29259         * m4/utimes.m4: Undef stat.
29260
29261 1998-07-25  Jim Meyering  <meyering@ascend.com>
29262
29263         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
29264         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
29265
29266 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
29267
29268         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
29269         uid and gid actually remain unchanged.
29270
29271 1998-07-07  Jim Meyering  <meyering@ascend.com>
29272
29273         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
29274
29275 1998-07-04  Jim Meyering  <meyering@ascend.com>
29276
29277         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
29278         to prove that this macro can be used in packages without regex.c.
29279
29280 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
29281
29282         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
29283         is to be used.
29284
29285 1998-07-03  Jim Meyering  <meyering@ascend.com>
29286
29287         * m4/gettext.m4: Add -lintl if it's found to be necessary.
29288
29289         * m4/gettext.m4: New file -- from gettext-0.10.35.
29290         * m4/lcmessage.m4: Likewise.
29291         * m4/progtest.m4: Likewise.
29292
29293         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
29294         * m4/jm-macros.m4: Require the new macro.
29295
29296 1998-06-29  Jim Meyering  <meyering@ascend.com>
29297
29298         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
29299         for the definition of NGROUPS (used in a system header included
29300         by sys/mount.h).
29301
29302 1998-06-28  Jim Meyering  <meyering@ascend.com>
29303
29304         * m4/ls-mntd-fs.m4: New file.
29305         * m4/fstypename.m4: New file.
29306
29307         * m4/jm-macros.m4: Require the new macro.
29308         * m4/jm-glibc-io.m4: New file.
29309
29310 1998-05-19  Jim Meyering  <meyering@ascend.com>
29311
29312         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
29313         * m4/lchown.m4: New file.
29314
29315         * m4/Makefile.am.in: New file.
29316         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
29317
29318 1998-05-14  Jim Meyering  <meyering@ascend.com>
29319
29320         * m4/Makefile.am (EXTRA_DIST): Add them.
29321         * m4/jm-macros.m4: New file.
29322         * m4/utimbuf.m4: New file.
29323
29324 1998-05-12  Jim Meyering  <meyering@ascend.com>
29325
29326         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
29327
29328 1998-05-11  Jim Meyering  <meyering@ascend.com>
29329
29330         * m4/isc-posix.m4: New file.
29331
29332 1998-05-10  Jim Meyering  <meyering@ascend.com>
29333
29334         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
29335
29336 1998-05-09  Jim Meyering  <meyering@ascend.com>
29337
29338         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
29339         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
29340         with automake.
29341
29342         * m4/ssize_t.m4: New file.
29343         * m4/mktime.m4: Remove file -- the new automake has this now.
29344
29345 1998-04-26  Jim Meyering  <meyering@ascend.com>
29346
29347         * m4/assert.m4: New file.
29348         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
29349
29350 1998-04-05  Jim Meyering  <meyering@ascend.com>
29351
29352         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
29353         (jm_PREREQ): Use it here.
29354
29355 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
29356
29357         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
29358         in acconfig.h.
29359
29360 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
29361
29362         * m4/prereq.m4: New file.
29363         * m4/error.m4: New file.
29364         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
29365
29366 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
29367
29368         * m4/getline.m4: Don't set am_cv_func_working_getline before the
29369         cache-check for the same variable -- that defeated the purpose of
29370         the test; the test program was never run.  This was a problem only
29371         on systems with losing getline functions -- HP-UX 10.20 is one.
29372         Reported by Bjorn Helgaas.
29373
29374 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
29375
29376         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
29377
29378 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
29379
29380         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
29381
29382         * m4/const.m4: New file.  Use an initializer in this declaration
29383         typedef int charset[2]; const charset x;
29384         Reported by Bob Glickstein.
29385
29386 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
29387
29388         * m4/chown.m4: Fix reversed types on -1 args to chown.
29389         From Kaveh Ghazi.
29390
29391 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
29392
29393         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
29394         Add lseek and memchr.
29395
29396         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
29397         T.E.Dickey <dickey@clark.net> said that some older preprocessors
29398         have a 20-character limit on names.
29399
29400 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
29401
29402         * m4/inttypes_h.m4: New file.
29403         * m4/uintmax_t.m4: New file.
29404         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
29405
29406 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
29407   Free Software Foundation, Inc.
29408 Copying and distribution of this file, with or without modification,
29409 are permitted provided the copyright notice and this notice are preserved.