19218c8d3298f73e00ac90d7478236f3fe665d0d
[gnulib.git] / ChangeLog
1 2007-04-04  Simon Josefsson  <simon@josefsson.org>
2
3         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
4
5 2007-04-04  Karl Berry  <karl@gnu.org>
6
7         * MODULES.html.sh (func_module): missing '.
8
9 2007-04-03  Bruno Haible  <bruno@clisp.org>
10
11         * modules/argmatch-tests (Makefile.am): New variable
12         test_argmatch_LDADD.
13         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
14         * modules/array-list-tests (Makefile.am): New variable
15         test_array_list_LDADD.
16         * modules/array-oset-tests (Makefile.am): New variable
17         test_array_oset_LDADD.
18         * modules/avltree-list-tests (Makefile.am): New variable
19         test_avltree_list_LDADD.
20         * modules/avltree-oset-tests (Makefile.am): New variable
21         test_avltree_oset_LDADD.
22         * modules/avltreehash-list-tests (Makefile.am): New variable
23         test_avltreehash_list_LDADD.
24         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
25         test_canonicalize_lgpl_LDADD.
26         * modules/carray-list-tests (Makefile.am): New variable
27         test_carray_list_LDADD.
28         * modules/dirname-tests (Makefile.am): New variable
29         test_dirname_LDADD.
30         * modules/linked-list-tests (Makefile.am): New variable
31         test_linked_list_LDADD.
32         * modules/linkedhash-list-tests (Makefile.am): New variable
33         test_linkedhash_list_LDADD.
34         * modules/rbtree-list-tests (Makefile.am): New variable
35         test_rbtree_list_LDADD.
36         * modules/rbtree-oset-tests (Makefile.am): New variable
37         test_rbtree_oset_LDADD.
38         * modules/rbtreehash-list-tests (Makefile.am): New variable
39         test_rbtreehash_list_LDADD.
40         * modules/xvasprintf-tests (Makefile.am): New variable
41         test_xvasprintf_LDADD.
42         Reported by Eric Blake.
43
44 2007-04-03  Eric Blake  <ebb9@byu.net>
45
46         * DEPENDENCIES: Weaken m4 requirements.
47
48 2007-04-03  Bruno Haible  <bruno@clisp.org>
49
50         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
51         * modules/isnanl-tests (configure.ac): Likewise.
52
53 2007-04-03  Ben Pfaff  <blp@gnu.org>
54
55         * modules/iconv_open: Add $(srcdir)/ to source directory
56         references in Makefile fragments that call gperf, to fix VPATH
57         builds.
58
59 2007-04-03  Bruno Haible  <bruno@clisp.org>
60
61         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
62         * lib/ldexpl.c: Undo last change.
63
64 2007-04-03  Bruno Haible  <bruno@clisp.org>
65
66         * modules/printf-frexpl (Depends-on): Undo last change.
67         (Files): Add m4/ldexpl.m4.
68
69 2007-04-03  Bruno Haible  <bruno@clisp.org>
70
71         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
72         * modules/isnanl (Link): New section.
73
74         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
75         * modules/frexp (Link): New section.
76
77         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
78         * modules/frexpl (Link): New section.
79
80         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
81         * modules/ldexpl (Link): New section.
82
83 2007-04-03  Bruno Haible  <bruno@clisp.org>
84
85         * modules/TEMPLATE-EXTENDED: New file.
86         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
87
88 2007-04-03  Bruno Haible  <bruno@clisp.org>
89
90         * DEPENDENCIES: New file.
91         Suggested by Simon Josefsson.
92
93 2007-04-03  Bruno Haible  <bruno@clisp.org>
94
95         * doc/gnulib.texi: Escape @.
96
97 2007-04-03  James Youngman  <jay@gnu.org>
98         and Paul Eggert  <eggert@cs.ucla.edu>
99
100         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
101         birthtime on all systems that have birthtime, not just those which
102         use st_birthtimensec rather than st_birthtim.  Putting zero in
103         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
104         that the birth time is not available for files on an NFS mount.
105
106 2007-04-03  Simon Josefsson  <simon@josefsson.org>
107
108         * modules/memxor: Move back from crypto/, suggested by Bruno.
109         * modules/crypto/hmac-sha1: Fix memxor dependency.
110
111         * modules/crypto/gc: Moved from ../.
112
113 2007-04-02  Eric Blake  <ebb9@byu.net>
114
115         * lib/ldexpl.c (includes): Avoid libm.
116
117         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
118
119 2007-04-02  Bruno Haible  <bruno@clisp.org>
120
121         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
122         on IRIX.
123
124 2007-04-02  Bruno Haible  <bruno@clisp.org>
125
126         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
127         x86 or x86_64 platforms running MacOS X.
128         Reported by Ryan Schmidt <@ryandesign.com>.
129
130 2007-04-02  Bruno Haible  <bruno@clisp.org>
131
132         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
133         i386.
134
135 2007-04-01  Simon Josefsson  <simon@josefsson.org>
136
137         * modules/crypto/arcfour: Moved from ../.
138         * modules/crypto/arcfour-tests: Moved from ../.
139         * modules/crypto/arctwo: Moved from ../.
140         * modules/crypto/arctwo-tests: Moved from ../.
141         * modules/crypto/des: Moved from ../.
142         * modules/crypto/des-tests: Moved from ../.
143         * modules/crypto/gc-arcfour: Moved from ../.
144         * modules/crypto/gc-arcfour-tests: Moved from ../.
145         * modules/crypto/gc-arctwo: Moved from ../.
146         * modules/crypto/gc-arctwo-tests: Moved from ../.
147         * modules/crypto/gc-des: Moved from ../.
148         * modules/crypto/gc-des-tests: Moved from ../.
149         * modules/crypto/gc-hmac-md5: Moved from ../.
150         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
151         * modules/crypto/gc-hmac-sha1: Moved from ../.
152         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
153         * modules/crypto/gc-md2: Moved from ../.
154         * modules/crypto/gc-md2-tests: Moved from ../.
155         * modules/crypto/gc-md4: Moved from ../.
156         * modules/crypto/gc-md4-tests: Moved from ../.
157         * modules/crypto/gc-md5: Moved from ../.
158         * modules/crypto/gc-md5-tests: Moved from ../.
159         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
160         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
161         * modules/crypto/gc-random: Moved from ../.
162         * modules/crypto/gc-rijndael: Moved from ../.
163         * modules/crypto/gc-rijndael-tests: Moved from ../.
164         * modules/crypto/gc-sha1: Moved from ../.
165         * modules/crypto/gc-sha1-tests: Moved from ../.
166         * modules/crypto/gc-tests: Moved from ../.
167         * modules/crypto/hmac-md5: Moved from ../.
168         * modules/crypto/hmac-md5-tests: Moved from ../.
169         * modules/crypto/hmac-sha1: Moved from ../.
170         * modules/crypto/hmac-sha1-tests: Moved from ../.
171         * modules/crypto/md2: Moved from ../.
172         * modules/crypto/md2-tests: Moved from ../.
173         * modules/crypto/md4: Moved from ../.
174         * modules/crypto/md4-tests: Moved from ../.
175         * modules/crypto/md5: Moved from ../.
176         * modules/crypto/md5-tests: Moved from ../.
177         * modules/crypto/memxor: Moved from ../.
178         * modules/crypto/rijndael: Moved from ../.
179         * modules/crypto/rijndael-tests: Moved from ../.
180         * modules/crypto/sha1: Moved from ../.
181
182 2007-03-30  James Youngman  <jay@gnu.org>
183
184         * tests/test-stat-time.c (prepare_test): use chmod() rather than
185         rename() to change the ctime of a file (because ctime is unaffected
186         by rename on jfs2 on AIX 5.1).
187         (main): Start by doing cleanup, in case a previous run failed leaving
188         test files behind.
189
190 2007-03-31  Bruno Haible  <bruno@clisp.org>
191
192         Support old proprietary implementations of iconv.
193         * modules/iconv_open: New file.
194         * lib/iconv_.h: New file.
195         * m4/iconv_h.m4: New file.
196         * lib/iconv_open.c: New file.
197         * lib/iconv_open-aix.gperf: New file.
198         * lib/iconv_open-hpux.gperf: New file.
199         * lib/iconv_open-irix.gperf: New file.
200         * lib/iconv_open-osf.gperf: New file.
201         * m4/iconv_open.m4: New file.
202         * modules/linebreak (Depends-on): Add iconv_open.
203         * modules/striconv (Depends-on): Likewise.
204         * modules/striconveh (Depends-on): Likewise.
205         * modules/unicodeio (Depends-on): Likewise.
206         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
207         (iconv_t)(-1).
208         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
209         conversion if cd is (iconv_t)(-1).
210         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
211         is not possible.
212
213 2007-03-31  Bruno Haible  <bruno@clisp.org>
214
215         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
216         work on Solaris either. Protect also second use of "autodetect_jp".
217
218 2007-03-31  Bruno Haible  <bruno@clisp.org>
219
220         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
221         the function is not present.
222
223 2007-03-31  Bruno Haible  <bruno@clisp.org>
224
225         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
226         the function is not present.
227
228 2007-03-31  Bruno Haible  <bruno@clisp.org>
229
230         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
231         a bug in HP-UX iconv_open().
232
233 2007-03-31  Bruno Haible  <bruno@clisp.org>
234
235         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
236         (Mathematics <math.h>): New section, add fpieee.
237         (Input/output <stdio.h>): Add fseterr.
238         (Mathematics <math.h>): New section, add printf-frexp.
239         (Container data structures): Add sublist.
240         (Core language properties): Add fpucw, inline.
241         (Functions for greatest-width integer types <inttypes.h>): Add
242         imaxabs, imaxdiv, inttypes.
243         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
244         isnanl-nolibm, ldexp.
245         (Mathematics <math.h>): New section, add printf-frexpl.
246         (Support for systems lacking POSIX:2001): Add fprintf-posix,
247         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
248         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
249         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
250         (Unicode string functions): Add unistr/u*-mbtoucr.
251         (Java): Add javacomp-script, javaexec-script.
252         (C#): Add csharpcomp-script, csharpexec-script.
253         (Support for building libraries and executables): Add havelib,
254         relocatable-*.
255         (Support for maintaining and releasing projects): Renamed from
256         'Support for maintaining and release projects'. Add announce-gen.
257
258 2007-03-31  Bruno Haible  <bruno@clisp.org>
259
260         * README: Talk primarily about git.
261         (git and CVS): Renamed from CVS.
262         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
263         gnulib is available through git.
264         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
265
266 2007-03-30  Bruno Haible  <bruno@clisp.org>
267
268         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
269         * lib/poll_.h: Likewise.
270         * lib/stat_.h: Likewise.
271         * lib/sys_time_.h: Likewise.
272         * lib/sysexit_.h: Likewise.
273         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
274         * lib/stdbool_.h: Likewise.
275         * lib/byteswap_.h: Add double-inclusion guard.
276
277 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
278
279         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
280
281 2007-03-30  Karl Berry  <karl@gnu.org>
282
283         * config/srclist-update: double space after USA in the license
284         substitution, since that's how it's usually (?) written.
285
286 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
287
288         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
289         reported by Bruno Haible.
290
291 2007-03-29  Bruno Haible  <bruno@clisp.org>
292
293         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
294         a bug in AIX iconv().
295
296 2007-03-29  Bruno Haible  <bruno@clisp.org>
297
298         * modules/ldexpl-tests: New file.
299         * tests/test-ldexpl.c: New file.
300
301 2007-03-29  Bruno Haible  <bruno@clisp.org>
302
303         * lib/ldexpl.c: Include fpucw.h.
304         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
305         multiplication.
306         * modules/ldexpl (Depends-on): Add fpucw.
307
308 2007-03-29  Bruno Haible  <bruno@clisp.org>
309
310         * modules/ldexpl: New file.
311         * m4/ldexpl.m4: New file.
312         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
313         set.
314         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
315         REPLACE_LDEXPL.
316         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
317         REPLACE_LDEXPL.
318         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
319         gl_FUNC_LDEXPL_WORKS.
320         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
321         * modules/mathl (Files): Remove lib/ldexpl.c.
322         (Depends-on): Add ldexpl.
323
324 2007-03-29  Bruno Haible  <bruno@clisp.org>
325
326         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
327
328 2007-03-29  Bruno Haible  <bruno@clisp.org>
329
330         * tests/test-striconveh.c (main): Don't assume that a direct conversion
331         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
332         and possibly also HP-UX.
333         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
334         work on AIX, IRIX, HP-UX, OSF/1.
335         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
336         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
337         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
338         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
339         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
340         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
341
342 2007-03-29  Bruno Haible  <bruno@clisp.org>
343
344         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
345
346 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
347
348         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
349         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
350
351 2007-03-29  Eric Blake  <ebb9@byu.net>
352
353         * lib/acl-internal.h: Remove redundant include.
354         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
355         Cygwin when a file is locked.
356
357 2007-03-29  Bruno Haible  <bruno@clisp.org>
358
359         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
360         file.
361         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
362
363 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
364
365         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
366         try to remove a parent directory if the child couldn't be removed
367         (except for the first rmdir, which could fail because the child
368         doesn't exist).  Problem reported by Jeff Blaine in
369         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
370
371 2007-03-28  Bruno Haible  <bruno@clisp.org>
372
373         * lib/striconveh.c (utf8conv_carefully): New function.
374         (mem_cd_iconveh_internal): Invoke it.
375
376 2007-03-28  Bruno Haible  <bruno@clisp.org>
377
378         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
379         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
380         input.
381         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
382         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
383         unistr/u8-uctomb.
384
385 2007-03-28  Bruno Haible  <bruno@clisp.org>
386
387         * modules/unistr/u8-mbtoucr: New file.
388         * lib/unistr/u8-mbtoucr.c: New file.
389         * modules/unistr/u16-mbtoucr: New file.
390         * lib/unistr/u16-mbtoucr.c: New file.
391         * modules/unistr/u16-mbtoucr: New file.
392         * lib/unistr/u16-mbtoucr.c: New file.
393         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
394
395 2007-03-27  Simon Josefsson  <simon@josefsson.org>
396             Bruno Haible  <bruno@clisp.org>
397
398         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
399         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
400         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
401
402         * m4/stdio_h.m4: Add stubs for vasprintf too.
403
404         * modules/stdio: Support vasprintf in sed command.
405
406         * modules/vasprintf: Depend on stdio for prototypes.  Remove
407         vasprintf.h.  Add stdio module indicator.
408
409         * lib/stdio_.h: Declare asprintf and vasprintf, based on
410         vasprintf.h.
411
412         * lib/vasprintf.h: File removed.
413
414         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
415         * lib/vasprintf.c: Ditto.
416         * lib/xvasprintf.c: Ditto.
417         * tests/test-vasprintf-posix.c: Ditto.
418         * tests/test-vasprintf.c: Ditto.
419
420 2007-03-27  Bruno Haible  <bruno@clisp.org>
421
422         Make vasnprintf multithread-safe.
423         * lib/vasnprintf.c (decimal_point_char): New function.
424         (VASNPRINTF): Use it.
425         Suggested by Simon Josefsson.
426
427 2007-03-27  Eric Blake  <ebb9@byu.net>
428
429         Support sub-second birthtime on cygwin.
430         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
431         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
432         (get_stat_birthtime): Also work with st_birthtim.
433
434 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
435
436         * lib/stat-time.h (USE_BIRTHTIME): Remove.
437         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
438         (get_stat_birthtime_ns): Do not try to use "spare" fields.
439         (get_stat_birthtime_ns): Simplify compile-time tests.
440         (get_stat_birthtime): Change the API to look like
441         get_stat_mtime etc., except return a negative tv_nsec on error.
442         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
443         Don't check for "spare" fields.
444         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
445         or for struct stat.st_birthtime, as these tests aren't used.
446         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
447
448 2007-03-27  Bruno Haible  <bruno@clisp.org>
449
450         * lib/stat-time.h: Include <sys/stat.h>.
451
452 2007-03-27  James Youngman  <jay@gnu.org>
453
454         * lib/stat-time.h (get_stat_birthtime): New function for
455           retrieving st_birthtime as provided by UFS2 (hence *BSD).
456         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
457           and its variants.
458         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
459         * modules/stat-time-test: New file.
460         * tests/test-stat-time.c: New test, devised by Bruno Haible.
461
462 2007-03-26  Bruno Haible  <bruno@clisp.org>
463
464         Better support of signalling NaNs.
465         * lib/atanl.c: Include isnanl.h.
466         (atanl): Perform test for NaN at the beginning of the function and
467         through a call to isnanl.
468         * lib/cosl.c: Include isnanl.h.
469         (cosl): Perform test for NaN at the beginning of the function and
470         through a call to isnanl.
471         * lib/ldexpl.c: Include isnanl.h.
472         (ldexpl): Perform test for NaN through a call to isnanl.
473         * lib/logl.c: Include isnanl.h.
474         (logl): Perform test for NaN at the beginning of the function and
475         through a call to isnanl.
476         * lib/sinl.c: Include isnanl.h.
477         (sinl): Perform test for NaN at the beginning of the function and
478         through a call to isnanl.
479         * lib/sqrtl.c: Include isnanl.h.
480         (sqrtl): Perform test for NaN at the beginning of the function and
481         through a call to isnanl.
482         * lib/tanl.c: Include isnanl.h.
483         (tanl): Perform test for NaN at the beginning of the function and
484         through a call to isnanl.
485         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
486         * modules/mathl (Depends-on): Add isnanl.
487
488 2007-03-26  Eric Blake  <ebb9@byu.net>
489
490         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
491         regression in logic sense of previous patch.
492
493 2007-03-26  Bruno Haible  <bruno@clisp.org>
494
495         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
496         unportable shell command "if ! ...".
497         Reported by Ralf Wildenhues.
498
499 2007-03-25  Bruno Haible  <bruno@clisp.org>
500
501         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
502         <sysexits.h> file, and only add EX_CONFIG.
503         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
504         absolute file name and whether it is sufficient. Substitute also
505         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
506         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
507         ABSOLUTE_SYSEXITS_H into sysexits.h.
508
509 2007-03-25  Bruno Haible  <bruno@clisp.org>
510
511         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
512         hints is NULL.
513
514 2007-03-25  Bruno Haible  <bruno@clisp.org>
515
516         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
517         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
518
519 2007-03-25  Bruno Haible  <bruno@clisp.org>
520
521         * lib/vasnprintf.c: Include langinfo.h.
522         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
523         multithread-safe.
524         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
525         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
526         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
527         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
528         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
529         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
530         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
531         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
532         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
533         Reported by Simon Josefsson.
534
535 2007-03-25  Bruno Haible  <bruno@clisp.org>
536
537         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
538         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
539         * modules/vasnprintf (Depends-on): Add stdint.
540
541 2007-03-25  Bruno Haible  <bruno@clisp.org>
542
543         * modules/fpieee: New file.
544         * m4/fpieee.m4: New file.
545         * modules/isnan-nolibm (Depends-on): Add fpieee.
546         * modules/isnanl-nolibm (Depends-on): Add fpieee.
547         * modules/isnanl (Depends-on): Add fpieee.
548
549 2007-03-25  Bruno Haible  <bruno@clisp.org>
550
551         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
552
553 2007-03-25  Bruno Haible  <bruno@clisp.org>
554
555         Avoid test failures on IRIX 6.5.
556         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
557         (main): Use it.
558         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
559         macros.
560         (main): Use them.
561
562 2007-03-25  Bruno Haible  <bruno@clisp.org>
563
564         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
565         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
566         exists but doesn't work.
567         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
568         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
569         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
570         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
571
572 2007-03-25  Bruno Haible  <bruno@clisp.org>
573
574         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
575         returns inf. Needed on IRIX 6.5.
576
577 2007-03-25  Bruno Haible  <bruno@clisp.org>
578
579         * tests/test-frexpl.c: Include isnanl-nolibm.h.
580         (main): Use isnanl instead of x != x idiom.
581         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
582
583         * tests/test-frexp.c: Include isnan.h.
584         (main): Use isnan instead of x != x idiom.
585         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
586
587 2007-03-25  Bruno Haible  <bruno@clisp.org>
588
589         * tests/test-frexp.c (NaN): New function/macro.
590         (main): Use it instead of 0.0 / 0.0.
591         * tests/test-isnan.c (NaN): New function/macro.
592         (main): Use it instead of 0.0 / 0.0.
593         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
594         (test_function): Use it instead of 0.0 / 0.0.
595         * tests/test-vasprintf-posix.c (NaN): New function/macro.
596         (test_function): Use it instead of 0.0 / 0.0.
597         * tests/test-snprintf-posix.h (NaN): New function/macro.
598         (test_function): Use it instead of 0.0 / 0.0.
599         * tests/test-sprintf-posix.h (NaN): New function/macro.
600         (test_function): Use it instead of 0.0 / 0.0.
601         * tests/test-fprintf-posix.h (NaN): New function/macro.
602         (test_function): Use it instead of 0.0 / 0.0.
603         * tests/test-printf-posix.h (NaN): New function/macro.
604         (test_function): Use it instead of 0.0 / 0.0.
605
606         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
607
608 2007-03-25  Bruno Haible  <bruno@clisp.org>
609
610         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
611
612 2007-03-25  Bruno Haible  <bruno@clisp.org>
613
614         * lib/regexec.c (merge_state_with_log): Make static.
615
616 2007-03-25  Bruno Haible  <bruno@clisp.org>
617
618         * lib/trigl.c (kernel_rem_pio2): Make static.
619
620 2007-03-25  Bruno Haible  <bruno@clisp.org>
621
622         * lib/sincosl.c (sincosl_table): Make static.
623
624 2007-03-25  Bruno Haible  <bruno@clisp.org>
625
626         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
627         if the compiler does not support C99.
628
629 2007-03-25  Bruno Haible  <bruno@clisp.org>
630
631         * modules/time (Makefile.am): Ensure all rule action lines start with a
632         tab.
633
634 2007-03-24  Bruno Haible  <bruno@clisp.org>
635
636         * modules/tsearch-tests: New file.
637         * tests/test-tsearch.sh: New file.
638         * tests/test-tsearch.c: New file, mostly copied from glibc.
639
640         * modules/search-tests: New file.
641         * tests/test-search.c: New file.
642
643         * modules/search: New file.
644         * lib/search_.h: New file, incorporating lib/tsearch.h.
645         * m4/search_h.m4: New file.
646         * lib/tsearch.h: Remove file.
647         * lib/tsearch.c: Include search.h instead of tsearch.h.
648         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
649         HAVE_TSEARCH.
650         * modules/tsearch (Files): Remove lib/tsearch.h.
651         (Depends-on): Add search.
652         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
653         (Include): Change tsearch.h into search.h.
654
655 2007-03-24  Bruno Haible  <bruno@clisp.org>
656
657         * modules/fpucw: New file.
658         * lib/fpucw.h: New file.
659         * lib/frexp.c: Include fpucw.h.
660         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
661         (FUNC): Use them.
662         * lib/printf-frexp.c: Include fpucw.h.
663         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
664         (FUNC): Use them.
665         * lib/vasnprintf.c: Include fpucw.h.
666         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
667         'long double' calculations.
668         * tests/test-frexpl.c: Include fpucw.h.
669         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
670         * tests/test-printf-frexpl.c: Include fpucw.h.
671         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
672         * modules/frexpl (Depends-on): Add fpucw.
673         * modules/printf-frexpl (Depends-on): Likewise.
674         * modules/fprintf-posix (Depends-on): Likewise.
675         * modules/snprintf-posix (Depends-on): Likewise.
676         * modules/sprintf-posix (Depends-on): Likewise.
677         * modules/vasnprintf-posix (Depends-on): Likewise.
678         * modules/vasprintf-posix (Depends-on): Likewise.
679         * modules/vfprintf-posix (Depends-on): Likewise.
680         * modules/vsnprintf-posix (Depends-on): Likewise.
681         * modules/vsprintf-posix (Depends-on): Likewise.
682         * modules/frexpl-tests (Depends-on): Likewise.
683         * modules/printf-frexpl-tests (Depends-on): Likewise.
684
685 2007-03-24  Bruno Haible  <bruno@clisp.org>
686
687         * lib/float+.h: New file.
688         * lib/isnan.c: Include float+.h.
689         (SIZE): New macro.
690         (FUNC): Compare only SIZE bytes of the value.
691         * lib/vasnprintf.c: Include float+.h.
692         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
693         SIZEOF_LDBL or SIZEOF_DBL bytes.
694         * modules/isnan-nolibm (Files): Add lib/float+.h.
695         * modules/isnanl-nolibm (Files): Add lib/float+.h.
696         * modules/isnanl (Files): Add lib/float+.h.
697         * modules/vasnprintf (Files): Add lib/float+.h.
698
699 2007-03-24  Bruno Haible  <bruno@clisp.org>
700
701         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
702         include isnanl-nolibm.h.
703
704 2007-03-24  Bruno Haible  <bruno@clisp.org>
705
706         * tests/test-read-file.c (main): Don't produce spurious output for
707         expected situations. Make the test fail if it encountered unexpected
708         results.
709
710 2007-03-24  Bruno Haible  <bruno@clisp.org>
711
712         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
713         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
714
715 2007-03-24  Bruno Haible  <bruno@clisp.org>
716
717         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
718
719 2007-03-24  Bruno Haible  <bruno@clisp.org>
720
721         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
722         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
723
724         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
725         * modules/utf8-ucs4: Turn into a symbolic link to module
726         unistr/u8-mbtouc.
727
728         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
729         utf8-ucs4-unsafe.
730         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
731         unistr/u8-mbtouc-unsafe.
732
733         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
734         * modules/utf16-ucs4: Turn into a symbolic link to module
735         unistr/u16-mbtouc.
736
737         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
738         utf16-ucs4-unsafe.
739         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
740         unistr/u16-mbtouc-unsafe.
741
742         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
743         * modules/ucs4-utf8: Turn into a symbolic link to module
744         unistr/u8-ubtomb.
745
746         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
747         * modules/ucs4-utf16: Turn into a symbolic link to module
748         unistr/u16-ubtomb.
749
750 2007-03-24  Bruno Haible  <bruno@clisp.org>
751
752         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
753         Enable the function only if HAVE_INLINE.
754         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
755         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
756         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
757         Enable the function only if HAVE_INLINE.
758         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
759         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
760         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
761         Enable the function only if HAVE_INLINE.
762         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
763         Enable the function only if HAVE_INLINE.
764         * modules/utf8-ucs4: Update.
765         * modules/utf8-ucs4-unsafe: Update.
766         * modules/utf16-ucs4: Update.
767         * modules/utf16-ucs4-unsafe: Update.
768         * modules/ucs4-utf8: Update.
769         * modules/ucs4-utf16: Update.
770
771 2007-03-24  Bruno Haible  <bruno@clisp.org>
772
773         * lib/utf8-ucs4.h: Remove file.
774         * lib/utf8-ucs4-unsafe.h: Remove file.
775         * lib/utf16-ucs4.h: Remove file.
776         * lib/utf16-ucs4-unsafe.h: Remove file.
777         * lib/ucs4-utf8.h: Remove file.
778         * lib/ucs4-utf16.h: Remove file.
779         * lib/unistr.h: Include their previous contents.
780         * m4/utf-ucs4.m4: Remove file.
781         * m4/ucs4-utf.m4: Remove file.
782         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
783         (Depends-on): Add unistr/base.
784         (configure.ac): Remove gl_UTF_UCS4.
785         (Makefile.am): Update.
786         (Include): Change to unistr.h.
787         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
788         (Depends-on): Add unistr/base.
789         (configure.ac): Remove gl_UTF_UCS4.
790         (Makefile.am): Update.
791         (Include): Change to unistr.h.
792         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
793         (Depends-on): Add unistr/base.
794         (configure.ac): Remove gl_UTF_UCS4.
795         (Makefile.am): Update.
796         (Include): Change to unistr.h.
797         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
798         (Depends-on): Add unistr/base.
799         (configure.ac): Remove gl_UTF_UCS4.
800         (Makefile.am): Update.
801         (Include): Change to unistr.h.
802         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
803         (Depends-on): Add unistr/base.
804         (configure.ac): Remove gl_UCS4_UTF.
805         (Makefile.am): Update.
806         (Include): Change to unistr.h.
807         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
808         (Depends-on): Add unistr/base.
809         (configure.ac): Remove gl_UCS4_UTF.
810         (Makefile.am): Update.
811         (Include): Change to unistr.h.
812         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
813         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
814         utf8-ucs4-unsafe.h.
815         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
816         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
817         utf16-ucs4-unsafe.h.
818         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
819         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
820         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
821         * lib/unistr/u8-strchr.c: Likewise.
822         * lib/unistr/u8-strrchr.c: Likewise.
823         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
824         * lib/unistr/u16-strchr.c: Likewise.
825         * lib/unistr/u16-strrchr.c: Likewise.
826         * lib/striconveh.c: Update.
827         * lib/linebreak.c: Update.
828
829 2007-03-24  Bruno Haible  <bruno@clisp.org>
830
831         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
832         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
833
834 2007-03-22  Bruno Haible  <bruno@clisp.org>
835
836         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
837
838 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
839
840         * MODULES.html.sh (File system functions): New module write-any-file.
841         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
842         * m4/write-any-file.m4: New files.
843
844 2007-03-23  Eric Blake  <ebb9@byu.net>
845
846         * gnulib-tool: Rearrange space-tab sequences, since some editors
847         like to eat them.
848
849 2007-03-23  Eric Blake  <ebb9@byu.net>
850
851         * lib/version-etc.c (version_etc_va): Update license wording to
852         be more concise.  Recommended by Richard Stallman.
853
854 2007-03-22  Bruno Haible  <bruno@clisp.org>
855
856         * lib/poll.c (MSG_PEEK): New fallback definition.
857
858 2007-03-22  Bruno Haible  <bruno@clisp.org>
859
860         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
861         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
862         (main): Update.
863         Fixes a compilation error on BeOS.
864
865 2007-03-22  Bruno Haible  <bruno@clisp.org>
866
867         * modules/frexpl-tests: New file.
868         * tests/test-frexpl.c: New file.
869
870         * modules/frexpl: New file.
871         * m4/frexpl.m4: New file.
872         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
873         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
874         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
875         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
876         (Depends-on): Add frexpl. Remove isnanl-nolibm.
877         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
878
879 2007-03-22  Bruno Haible  <bruno@clisp.org>
880
881         * lib/frexpl.c: Share code with lib/frexp.c.
882         * modules/mathl (Files): Add lib/frexp.c.
883         (Depends-on): Add isnanl-nolibm.
884
885 2007-03-22  Bruno Haible  <bruno@clisp.org>
886
887         * modules/printf-frexp (Files): Add m4/frexp.m4.
888         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
889         only if the found frexp function actually works.
890
891 2007-03-22  Bruno Haible  <bruno@clisp.org>
892
893         * lib/frexp.c: Remove older implementation that uses divisions.
894
895 2007-03-21  Bruno Haible  <bruno@clisp.org>
896
897         * modules/frexp-tests: New file.
898         * tests/test-frexp.c: New file.
899
900         * modules/frexp: New file.
901         * lib/frexp.c: New file.
902         * m4/frexp.m4: New file.
903         * lib/math_.h (frexp): New declaration.
904         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
905         REPLACE_FREXP.
906         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
907
908 2007-03-21  Bruno Haible  <bruno@clisp.org>
909
910         * modules/isnanl-tests: New file.
911         * tests/test-isnanl.c: New file.
912
913         * modules/isnanl: New file.
914         * lib/isnanl.h: New file.
915         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
916         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
917         gl_FUNC_ISNANL_WORKS.
918         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
919         New macros.
920
921 2007-03-21  Bruno Haible  <bruno@clisp.org>
922
923         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
924         lib/isnanl.h.
925         (Include): Update.
926         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
927         * lib/vasnprintf.c: Update.
928         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
929         tests/test-isnanl.h, remove tests/test-isnanl.c.
930         (Makefile.am): Update.
931         * tests/test-isnanl-nolibm.c: New file.
932         * tests/test-isnanl.h: New file.
933         * tests/test-isnanl.c: Remove file.
934
935 2007-03-21  Jim Meyering  <jim@meyering.net>
936
937         When trying to open ".", treat ESTALE like EACCES.
938         * lib/savewd.c (savewd_save): Resort to forking not just upon
939         failure with EACCES, but also when errno is ESTALE.
940
941 2007-03-20  Bruno Haible  <bruno@clisp.org>
942
943         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
944         Needed on AIX 5.1. Reported by Matthew Woehlke.
945
946 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
947
948         Suggestions by Bruno Haible:
949         * lib/acl-internal.h: Include "gettext.h" rather than rolling
950         our own.
951         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
952         * modules/acl (Depends-on): Add gettext.
953
954 2007-03-19  Bruno Haible  <bruno@clisp.org>
955
956         * modules/iconvme: Remove file.
957         * lib/iconvme.h: Remove file.
958         * lib/iconvme.c: Remove file.
959         * m4/iconvme.m4: Remove file.
960
961 2007-03-19  Bruno Haible  <bruno@clisp.org>
962
963         * doc/relocatable-maint.texi: Break long shell script line.
964         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
965
966 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
967
968         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
969         handle file_has_acl.
970         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
971         * lib/acl.c: Move header inclusions and related macro defns into
972         lib/acl-internal.h.
973         (S_ISLNK): Remove defn, since that's now done for us.
974         (file_has_acl): Move to lib/file-has-acl.c.
975         Call acl_trivial if available.  This is the crucial part of the fix.
976         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
977         shared within the library.  Rewrite a bit, partly to make it compatible
978         with the GNU coding style.
979         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
980         Remove unnecessary double-quotes.
981         Don't test for acl_to_text; the build will catch that.
982         Replace acl_entries if it doesn't exist and it is needed.
983         Check for -lsec and acl_trivial (as used on Solaris 10).
984         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
985         lib/file-has-acl.c.
986         (Depends-on): Add sys_stat, for S_ISLNK.
987
988 2007-03-19  Ben Pfaff  <blp@gnu.org>
989
990         * doc/gnulib.texi: Fix typos.
991         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
992
993 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
994
995         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
996         If size is zero here, buf must be zero.
997
998 2007-03-19  Simon Josefsson  <simon@josefsson.org>
999
1000         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
1001         <bruno@clisp.org>.
1002
1003 2007-03-18  Bruno Haible  <bruno@clisp.org>
1004
1005         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
1006         Suggested by Eric Blake.
1007
1008 2007-03-18  Ben Pfaff  <blp@gnu.org>
1009
1010         * doc/relocatable.texi: Recommend using as prefix a directory
1011         that does not exist and will never be created.  Based on
1012         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
1013         and others.
1014
1015 2007-03-17  Bruno Haible  <bruno@clisp.org>
1016
1017         * lib/fchownat.c: Include lchown.h.
1018
1019 2007-03-17  Bruno Haible  <bruno@clisp.org>
1020
1021         Fix endless loop when the given allocated size was > INT_MAX.
1022         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
1023         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
1024         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
1025         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
1026         * lib/sprintf.c (sprintf): Likewise.
1027
1028 2007-03-17  Bruno Haible  <bruno@clisp.org>
1029
1030         * tests/test-argp-2.sh (func_compare): Output a context diff.
1031
1032 2007-03-17  Bruno Haible  <bruno@clisp.org>
1033
1034         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
1035         locale's decimal-point character.
1036
1037 2007-03-17  Bruno Haible  <bruno@clisp.org>
1038
1039         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
1040         before comparing it. Needed because on some platforms (e.g. x86) a
1041         'long double' occupies less bytes than sizeof (long double).
1042
1043 2007-03-17  Bruno Haible  <bruno@clisp.org>
1044
1045         * tests/test-crc.c (main): Make printf statements 64-bit clean.
1046         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
1047         * tests/test-getaddrinfo.c (simple): Likewise.
1048         * tests/test-read-file.c (main): Likewise.
1049
1050 2007-03-17  Bruno Haible  <bruno@clisp.org>
1051
1052         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
1053
1054 2007-03-17  Bruno Haible  <bruno@clisp.org>
1055
1056         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
1057         unused variable.
1058
1059 2007-03-17  Bruno Haible  <bruno@clisp.org>
1060
1061         * tests/test-c-strcasecmp.c: Include c-strcase.h.
1062         * tests/test-c-strncasecmp.c: Likewise.
1063
1064 2007-03-17  Bruno Haible  <bruno@clisp.org>
1065
1066         * modules/stdlib (Depends-on): Add unistd.
1067         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
1068         Needed for MacOS X 10.3.
1069
1070 2007-03-17  Bruno Haible  <bruno@clisp.org>
1071
1072         * lib/unistr/u-strdup.h: Include <stdlib.h>.
1073
1074 2007-03-17  Bruno Haible  <bruno@clisp.org>
1075
1076         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
1077
1078 2007-03-17  Bruno Haible  <bruno@clisp.org>
1079
1080         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
1081         to reflect files copied from gnulib (with or without modifications).
1082         Suggested by Jim Meyering.
1083
1084 2007-03-17  Eric Blake  <ebb9@byu.net>
1085
1086         * NEWS: Document stdlib change from 2007-02-18.
1087
1088 2007-03-17  Jim Meyering  <jim@meyering.net>
1089
1090         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
1091         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
1092         someone uses a name containing shell meta-characters.
1093         Reported by Alfred M. Szmidt.
1094
1095         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
1096
1097 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
1098
1099         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
1100         and copy gettext configuration files only if configure.ac contains
1101         a use of AM_GNU_GETTEXT_VERSION.
1102
1103 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
1104
1105         * build-aux/bootstrap (gnulib_name): New variable.
1106         (gnulib_tool_options): Use it.
1107
1108 2007-03-13  Simon Josefsson  <simon@josefsson.org>
1109
1110         * tests/test-des.c: Use new namespace.
1111
1112 2007-03-15  Bruno Haible  <bruno@clisp.org>
1113
1114         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
1115         Reported by James Youngman <jay@gnu.org>.
1116
1117 2007-03-15  Bruno Haible  <bruno@clisp.org>
1118
1119         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
1120         declared prototype. Needed with cc on OSF/1 5.1.
1121
1122 2007-03-15  Bruno Haible  <bruno@clisp.org>
1123
1124         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
1125         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
1126         (struct gl_list_implementation): Add dispose_fn argument to the
1127         'create_empty', 'create' methods.
1128         (struct gl_list_impl_base): Add field 'dispose_fn'.
1129         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
1130         argument.
1131         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
1132         dispose_fn argument.
1133         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
1134         dispose_fn on the dropped values.
1135         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
1136         dispose_fn argument.
1137         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
1138         dropped values.
1139         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
1140         (gl_tree_remove_node): Call dispose_fn on the dropped value.
1141         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
1142         (gl_tree_remove_node): Call dispose_fn on the dropped value.
1143         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
1144         argument.
1145         (gl_tree_list_free): Call dispose_fn on the dropped values.
1146         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
1147         the dropped values.
1148         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
1149         Add dispose_fn argument.
1150         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
1151         Call dispose_fn on the dropped values.
1152         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
1153         Add dispose_fn argument.
1154         (gl_sublist_create): Initialize the 'dispose_fn' field.
1155         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
1156         * tests/test-array_list.c (main): Update.
1157         * tests/test-carray_list.c (main): Update.
1158         * tests/test-avltree_list.c (main): Update.
1159         * tests/test-rbtree_list.c (main): Update.
1160         * tests/test-avltreehash_list.c (main): Update.
1161         * tests/test-rbtreehash_list.c (main): Update.
1162         * tests/test-linked_list.c (main): Update.
1163         * tests/test-linkedhash_list.c (main): Update.
1164         * tests/test-array_oset.c (main): Update.
1165
1166 2007-03-15  Bruno Haible  <bruno@clisp.org>
1167
1168         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
1169         (gl_oset_create_empty): Add dispose_fn argument.
1170         (struct gl_oset_implementation): Add dispose_fn argument to
1171         'create_empty' method.
1172         (struct gl_oset_impl_base): Add dispose_fn field.
1173         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
1174         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
1175         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
1176         values.
1177         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
1178         (gl_tree_oset_free): Call dispose_fn on the dropped values.
1179         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
1180         dropped value.
1181         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
1182         dropped value.
1183         * tests/test-array_oset.c (main): Update.
1184         * tests/test-avltree_oset.c (main): Update.
1185         * tests/test-rbtree_oset.c (main): Update.
1186         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
1187
1188 2007-03-13  Bruno Haible  <bruno@clisp.org>
1189
1190         * tests/test-stdbool.c (i): Update after last patch.
1191
1192 2007-03-12  Bruno Haible  <bruno@clisp.org>
1193
1194         * lib/quotearg.c: Include <wctype.h> early, before the definition of
1195         the iswprint macro. Needed on Solaris 2.5.1.
1196
1197 2007-03-12  Bruno Haible  <bruno@clisp.org>
1198
1199         * tests/test-printf-frexp.c (main): Declare x as volatile.
1200
1201 2007-03-12  Simon Josefsson  <simon@josefsson.org>
1202
1203         * doc/gnulib.texi (Build robot for gnulib): New section.
1204
1205 2007-03-12  Jim Meyering  <jim@meyering.net>
1206
1207         * build-aux/bootstrap: New file.
1208         * build-aux/bootstrap.conf: New file, from coreutils.
1209
1210 2007-03-11  Bruno Haible  <bruno@clisp.org>
1211
1212         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
1213
1214 2007-03-12  Simon Josefsson  <simon@josefsson.org>
1215
1216         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
1217         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
1218         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
1219
1220 2007-03-11  Bruno Haible  <bruno@clisp.org>
1221
1222         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
1223         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
1224
1225 2007-03-11  Bruno Haible  <bruno@clisp.org>
1226
1227         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
1228         formula. Needed for SunPRO C 5.0.
1229
1230 2007-03-11  Bruno Haible  <bruno@clisp.org>
1231
1232         * modules/long-options (Depends-on): Add getopt.
1233
1234 2007-03-11  Bruno Haible  <bruno@clisp.org>
1235
1236         * modules/modechange (Depends-on): Add stdbool.
1237
1238 2007-03-11  Bruno Haible  <bruno@clisp.org>
1239
1240         * modules/i-ring (Depends-on): Add stdbool.
1241
1242 2007-03-11  Bruno Haible  <bruno@clisp.org>
1243
1244         * modules/gc-des (Depends-on): Add stdbool.
1245
1246 2007-03-11  Bruno Haible  <bruno@clisp.org>
1247
1248         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
1249
1250 2007-03-11  Bruno Haible  <bruno@clisp.org>
1251
1252         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
1253
1254 2007-03-11  Bruno Haible  <bruno@clisp.org>
1255
1256         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
1257
1258 2007-03-11  Bruno Haible  <bruno@clisp.org>
1259
1260         * lib/vasnprintf.c (sprintf): Undefine.
1261
1262 2007-03-11  Bruno Haible  <bruno@clisp.org>
1263
1264         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
1265         initializers in SunPRO C and Compaq C compilers.
1266
1267 2007-03-11  Bruno Haible  <bruno@clisp.org>
1268
1269         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
1270         decrementing code ANSI C compliant.
1271
1272 2007-03-11  Bruno Haible  <bruno@clisp.org>
1273
1274         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
1275         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
1276
1277 2007-03-11  Bruno Haible  <bruno@clisp.org>
1278
1279         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
1280         <stdbool.h> substitute doesn't pass.
1281
1282 2007-03-11  Bruno Haible  <bruno@clisp.org>
1283
1284         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
1285
1286 2007-03-11  Bruno Haible  <bruno@clisp.org>
1287
1288         * gnulib-tool (func_create_megatestdir): Create also an autobuild
1289         script, for submission to autobuild.josefsson.org.
1290
1291 2007-03-10  Bruno Haible  <bruno@clisp.org>
1292
1293         * modules/canonicalize-lgpl-tests: New file.
1294         * tests/test-canonicalize-lgpl.sh: New file.
1295         * tests/test-canonicalize-lgpl.c: New file.
1296
1297         * modules/c-strcase-tests: New file.
1298         * tests/test-c-strcase.sh: New file.
1299         * tests/test-c-strcasecmp.c: New file.
1300         * tests/test-c-strncasecmp.c: New file.
1301
1302         * modules/atexit-tests: New file.
1303         * tests/test-atexit.sh: New file.
1304         * tests/test-atexit.c: New file.
1305
1306 2007-03-10  Bruno Haible  <bruno@clisp.org>
1307
1308         * tests/test-binary-io.sh: Use temporary filenames that are not so
1309         likely to clash with those of other tests (in a parallel make).
1310         * tests/test-binary-io.c: Likewise.
1311
1312 2007-03-10  Bruno Haible  <bruno@clisp.org>
1313
1314         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
1315         fallback; use #error instead.
1316         Suggested by Simon Josefsson.
1317
1318 2007-03-10  Bruno Haible  <bruno@clisp.org>
1319
1320         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
1321         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
1322         first and the last.
1323
1324 2007-03-10  Bruno Haible  <bruno@clisp.org>
1325
1326         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
1327
1328 2007-03-10  Bruno Haible  <bruno@clisp.org>
1329
1330         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
1331         "make distcheck".
1332         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
1333         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
1334         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
1335
1336 2007-03-10  Bruno Haible  <bruno@clisp.org>
1337
1338         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
1339         variable.
1340         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
1341         variable.
1342
1343 2007-03-09  Eric Blake  <ebb9@byu.net>
1344         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
1345
1346         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
1347         types are not being provided by gnulib.
1348         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
1349         types are supported.
1350
1351 2007-03-10  Bruno Haible  <bruno@clisp.org>
1352
1353         * lib/stdio_.h (__attribute__): New macro.
1354         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
1355         vsprintf): Specify __attribute__ __format__ for GCC.
1356         Suggested by Eric Blake.
1357
1358 2007-03-09  Bruno Haible  <bruno@clisp.org>
1359
1360         * modules/printf-posix-tests: New file.
1361         * tests/test-printf-posix.sh: New file.
1362         * tests/test-printf-posix.c: New file.
1363
1364         * modules/printf-posix: New file.
1365         * lib/printf.c: New file.
1366         * m4/printf-posix-rpl.m4: New file.
1367         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
1368         REPLACE_PRINTF.
1369         * lib/stdio_.h (printf): New declaration.
1370         (format, __format__, ____printf____, ____scanf____, ____strftime____,
1371         ____strfmon____): New macros.
1372         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
1373         REPLACE_PRINTF.
1374
1375 2007-03-09  Bruno Haible  <bruno@clisp.org>
1376
1377         * tests/test-vasnprintf-posix2.sh: New file.
1378         * tests/test-vasnprintf-posix2.c: New file.
1379         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
1380         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
1381         (Makefile.am): Activate test-vasnprintf-posix2.sh.
1382
1383         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
1384         a locale dependent decimal point, rather than always '.'.
1385
1386 2007-03-09  Eric Blake  <ebb9@byu.net>
1387
1388         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
1389         spite of platforms like Tandem/NSK that define it to -1.
1390
1391 2007-03-08  Bruno Haible  <bruno@clisp.org>
1392
1393         * modules/vprintf-posix-tests: New file.
1394         * tests/test-vprintf-posix.sh: New file.
1395         * tests/test-vprintf-posix.c: New file.
1396         * tests/test-printf-posix.h: New file.
1397
1398         * modules/vprintf-posix: New file.
1399         * lib/vprintf.c: New file.
1400         * m4/vprintf-posix.m4: New file.
1401         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
1402         REPLACE_VPRINTF.
1403         * lib/stdio_.h (vprintf): New declaration.
1404         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
1405         REPLACE_VPRINTF.
1406
1407 2007-03-08  Bruno Haible  <bruno@clisp.org>
1408
1409         * modules/fprintf-posix-tests: New file.
1410         * tests/test-fprintf-posix.sh: New file.
1411         * tests/test-fprintf-posix.c: New file.
1412
1413         * modules/fprintf-posix: New file.
1414         * lib/fprintf.c: New file.
1415         * m4/fprintf-posix.m4: New file.
1416         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
1417         REPLACE_FPRINTF.
1418         * lib/stdio_.h (fprintf): New declaration.
1419         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
1420         REPLACE_FPRINTF.
1421
1422 2007-03-08  Bruno Haible  <bruno@clisp.org>
1423
1424         * modules/vfprintf-posix-tests: New file.
1425         * tests/test-vfprintf-posix.sh: New file.
1426         * tests/test-vfprintf-posix.c: New file.
1427         * tests/test-fprintf-posix.h: New file.
1428         * tests/test-fprintf-posix.out: New file.
1429
1430         * modules/vfprintf-posix: New file.
1431         * lib/vfprintf.c: New file.
1432         * m4/vfprintf-posix.m4: New file.
1433         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
1434         REPLACE_VFPRINTF.
1435         * lib/stdio_.h (vfprintf): New declaration.
1436         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
1437         REPLACE_VFPRINTF.
1438
1439 2007-03-08  Bruno Haible  <bruno@clisp.org>
1440
1441         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
1442
1443 2007-03-08  Bruno Haible  <bruno@clisp.org>
1444
1445         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
1446         instead of 'expr' invocations.
1447         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1448         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1449         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1450         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1451         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1452         Suggested by Paul Eggert.
1453
1454 2007-03-08  Bruno Haible  <bruno@clisp.org>
1455
1456         * modules/fseterr-tests: New file.
1457         * tests/test-fseterr.c: New file.
1458
1459         * modules/fseterr: New file.
1460         * lib/fseterr.h: New file.
1461         * lib/fseterr.c: New file.
1462
1463 2007-03-08  Bruno Haible  <bruno@clisp.org>
1464
1465         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
1466         * lib/getopt_.h: Likewise.
1467         * lib/mbswidth.h: Likewise.
1468         * lib/setenv.h: Likewise.
1469         * lib/vasnprintf.h: Likewise.
1470         * lib/vasprintf.h: Likewise.
1471         * lib/verror.h: Likewise.
1472         * lib/xsetenv.h: Likewise.
1473         * lib/xvasprintf.h: Likewise.
1474
1475 2007-03-08  Jim Meyering  <jim@meyering.net>
1476
1477         * users.txt: Add parted.
1478
1479         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
1480
1481 2007-03-07  Bruno Haible  <bruno@clisp.org>
1482
1483         * m4/printf.m4: Make the shell script snippets copy&pastable.
1484
1485 2007-03-02  Bruno Haible  <bruno@clisp.org>
1486
1487         * lib/netinet_in_.h: New file.
1488         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
1489         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
1490         * modules/netinet_in (Files): Add lib/netinet_in_.h.
1491         (Depends-on): Add absolute-header.
1492         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
1493         into netinet/in.h.
1494
1495 2007-03-03  Bruno Haible  <bruno@clisp.org>
1496
1497         * lib/sys_select_.h: New file.
1498         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
1499         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
1500         * modules/sys_select (Files): Add lib/sys_select_.h.
1501         (Depends-on): Add absolute-header.
1502         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
1503         into sys/select.h.
1504
1505 2007-03-02  Bruno Haible  <bruno@clisp.org>
1506
1507         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
1508         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
1509         values.
1510         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
1511         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
1512         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
1513         * modules/sys_socket (Depends-on): Add absolute-header.
1514         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
1515         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
1516         (Include): Remove requirement of inclusion of <sys/types.h>.
1517
1518 2007-03-02  Bruno Haible  <bruno@clisp.org>
1519
1520         * lib/byteswap_.h (bswap_32): Fix formula.
1521
1522 2007-03-06  Bruno Haible  <bruno@clisp.org>
1523
1524         * modules/sprintf-posix-tests: New file.
1525         * tests/test-sprintf-posix.c: New file.
1526
1527         * modules/sprintf-posix: New file.
1528         * lib/sprintf.c: New file.
1529         * m4/sprintf-posix.m4: New file.
1530         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
1531         REPLACE_SPRINTF.
1532         * lib/stdio_.h (sprintf): New declaration.
1533         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
1534         REPLACE_SPRINTF.
1535
1536 2007-03-06  Bruno Haible  <bruno@clisp.org>
1537
1538         * modules/vsprintf-posix-tests: New file.
1539         * tests/test-vsprintf-posix.c: New file.
1540         * tests/test-sprintf-posix.h: New file.
1541
1542         * modules/vsprintf-posix: New file.
1543         * lib/vsprintf.c: New file.
1544         * m4/vsprintf-posix.m4: New file.
1545         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
1546         REPLACE_VSPRINTF.
1547         * lib/stdio_.h (vsprintf): New declaration.
1548         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
1549         REPLACE_VSPRINTF.
1550
1551 2007-03-06  Bruno Haible  <bruno@clisp.org>
1552
1553         * modules/vsnprintf (Depend-on): Remove minmax.
1554
1555 2007-03-06  Bruno Haible  <bruno@clisp.org>
1556
1557         * modules/snprintf-posix-tests: New file.
1558         * tests/test-snprintf-posix.c: New file.
1559
1560         * modules/snprintf-posix: New file.
1561         * m4/snprintf-posix.m4: New file.
1562         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
1563         gl_FUNC_SNPRINTF.
1564         (gl_FUNC_SNPRINTF): Invoke it.
1565         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
1566         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
1567         is set.
1568         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
1569
1570 2007-03-06  Bruno Haible  <bruno@clisp.org>
1571
1572         * modules/vsnprintf-posix-tests: New file.
1573         * tests/test-vsnprintf-posix.c: New file.
1574         * tests/test-snprintf-posix.h: New file.
1575
1576         * modules/vsnprintf-posix: New file.
1577         * m4/vsnprintf-posix.m4: New file.
1578         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
1579         gl_FUNC_VSNPRINTF.
1580         (gl_FUNC_VSNPRINTF): Invoke it.
1581         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
1582         * lib/stdio_.h (vsnprintf): Define as a replacement if
1583         REPLACE_VSNPRINTF is set.
1584         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
1585
1586 2007-03-06  Bruno Haible  <bruno@clisp.org>
1587
1588         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
1589         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
1590
1591 2007-03-06  Bruno Haible  <bruno@clisp.org>
1592
1593         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
1594         (asinl): Declare also if HAVE_DECL_ASINL is set.
1595         (atanl): Declare also if HAVE_DECL_ATANL is set.
1596         (ceill): Declare also if HAVE_DECL_CEILL is set.
1597         (cosl): Declare also if HAVE_DECL_COSL is set.
1598         (expl): Declare also if HAVE_DECL_EXPL is set.
1599         (floorl): Declare also if HAVE_DECL_FLOORL is set.
1600         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
1601         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
1602         (logl): Declare also if HAVE_DECL_LOGL is set.
1603         (sinl): Declare also if HAVE_DECL_SINL is set.
1604         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
1605         (tanl): Declare also if HAVE_DECL_TANL is set.
1606         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
1607         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
1608         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
1609         declaration of frexpl, ldexpl.
1610         * modules/printf-frexpl (Depends-on): Add math.
1611         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
1612
1613 2007-03-05  Bruno Haible  <bruno@clisp.org>
1614
1615         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
1616         frexpl and ldexpl are declared.
1617         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
1618
1619 2007-03-05  Bruno Haible  <bruno@clisp.org>
1620
1621         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
1622         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
1623
1624 2007-03-05  Bruno Haible  <bruno@clisp.org>
1625
1626         * lib/stdio_.h: Include <stddef.h>.
1627
1628 2007-03-05  Bruno Haible  <bruno@clisp.org>
1629
1630         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
1631
1632 2007-03-05  Bruno Haible  <bruno@clisp.org>
1633
1634         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
1635         NetBSD 4, from Ralf Wildenhues.
1636
1637 2007-03-04  Bruno Haible  <bruno@clisp.org>
1638
1639         * lib/vasprintf.h: Update #if logic for the case when the functions
1640         exist but are overridden.
1641
1642 2007-03-04  Bruno Haible  <bruno@clisp.org>
1643
1644         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
1645         implementations: glibc-2.4 and MacOS X 10.3.
1646         * tests/test-vasnprintf-posix.c (test_function): Test also the case
1647         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
1648         * tests/test-vasprintf-posix.c (test_function): Likewise.
1649
1650 2007-03-04  Bruno Haible  <bruno@clisp.org>
1651
1652         * modules/vasprintf-posix-tests: New file.
1653         * tests/test-vasprintf-posix.c: New file.
1654
1655         * modules/vasprintf-posix: New file.
1656         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
1657         defined.
1658         * m4/vasprintf-posix.m4: New file.
1659         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
1660         gl_FUNC_VASPRINTF.
1661         (gl_FUNC_VASPRINTF): Invoke it.
1662         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
1663         here.
1664         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
1665
1666 2007-03-04  Bruno Haible  <bruno@clisp.org>
1667
1668         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
1669         REPLACE_GETTIMEOFDAY.
1670         * modules/sys_time (Makefile.am): Likewise.
1671         * m4/sys_time_h.m4: Likewise.
1672         * m4/gettimeofday.m4: Likewise.
1673
1674 2007-03-04  Bruno Haible  <bruno@clisp.org>
1675
1676         * modules/vasnprintf-posix-tests: New file.
1677         * tests/test-vasnprintf-posix.c: New file.
1678
1679         * modules/vasnprintf-posix: New file.
1680         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
1681         printf-frexpl.h.
1682         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
1683         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
1684         REPLACE_VASNPRINTF is defined.
1685         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
1686         gl_FUNC_VASNPRINTF.
1687         (gl_FUNC_VASNPRINTF): Invoke it.
1688         * m4/vasnprintf-posix.m4: New file.
1689         * m4/printf.m4: New file.
1690
1691 2007-03-04  Bruno Haible  <bruno@clisp.org>
1692
1693         Compile progreloc.c only if --enable-relocatable is specified.
1694         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
1695         if --enable-relocatable was specified.
1696         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
1697         lib_SOURCES.
1698
1699 2007-03-04  Jim Meyering  <jim@meyering.net>
1700
1701         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
1702         Use it consistently, rather than enumerating errno constants.
1703
1704 2007-03-04  Bruno Haible  <bruno@clisp.org>
1705
1706         * modules/xvasprintf-tests: New file.
1707         * tests/test-xvasprintf.c: New file.
1708
1709         * modules/vasprintf-tests: New file.
1710         * tests/test-vasprintf.c: New file.
1711
1712         * modules/vasnprintf-tests: New file.
1713         * tests/test-vasnprintf.c: New file.
1714
1715         * modules/vsnprintf-tests: New file.
1716         * tests/test-vsnprintf.c: New file.
1717
1718         * modules/snprintf-tests: New file.
1719         * tests/test-snprintf.c: New file.
1720
1721 2007-03-04  Bruno Haible  <bruno@clisp.org>
1722
1723         Compile relocatable.c only if --enable-relocatable is specified.
1724         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
1725         gl_RELOCATABLE_LIBRARY.
1726         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
1727         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
1728         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
1729         gl_RELOCATABLE_LIBRARY.
1730         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
1731         (Makefile.am): Remove lib_SOURCES.
1732         * modules/relocatable-lib-lgpl (configure.ac): Invoke
1733         gl_RELOCATABLE_LIBRARY.
1734         (Makefile.am): Remove lib_SOURCES.
1735         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
1736         always.
1737         * modules/relocatable-prog-wrapper (configure.ac): Invoke
1738         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
1739
1740 2007-03-04  Bruno Haible  <bruno@clisp.org>
1741
1742         * modules/argmatch-tests: New file.
1743         * tests/test-argmatch.c: New file.
1744
1745         * tests/test-allocsa.c (main): Halve the number of loop runs.
1746
1747         * modules/alloca-opt-tests: New file.
1748         * tests/test-alloca-opt.c: New file.
1749
1750 2007-03-04  Jim Meyering  <jim@meyering.net>
1751
1752         Work around difference between Linux ACLs and Solaris 10 ZFS.
1753         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
1754         for EINVAL.
1755
1756 2007-03-03  Bruno Haible  <bruno@clisp.org>
1757
1758         * modules/relocatable-prog (Depends-on): Add back progreloc's
1759         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
1760
1761 2007-03-03  Bruno Haible  <bruno@clisp.org>
1762
1763         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
1764         * modules/relocatable-lib: New file.
1765
1766 2007-03-03  Bruno Haible  <bruno@clisp.org>
1767
1768         * modules/relocatable-prog: Renamed from modules/relocatable.
1769         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
1770
1771 2007-03-03  Bruno Haible  <bruno@clisp.org>
1772
1773         * modules/relocatable-script (Files): Add doc/relocatable.texi,
1774         m4/relocatable-lib.m4.
1775         (Depends-on): Remove 'relocatable'.
1776         (configure.ac): Add gl_RELOCATABLE_NOP.
1777
1778 2007-03-03  Bruno Haible  <bruno@clisp.org>
1779
1780         * modules/relocatable-prog-wrapper: New file.
1781         * modules/relocatable (Depends-on): Add it. Remove all other
1782         dependencies except progname.
1783         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
1784
1785         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
1786         (gl_FUNC_STRERROR): Nop.
1787         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
1788
1789         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
1790         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
1791
1792         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
1793         (gl_FUNC_READLINK): Update.
1794
1795         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
1796
1797 2007-03-03  Bruno Haible  <bruno@clisp.org>
1798
1799         * lib/xreadlink.c: Include <unistd.h> unconditionally.
1800         * modules/xreadlink (Depends-on): Add unistd.
1801         * modules/xreadlink-with-size (Depends-on): Likewise.
1802
1803 2007-03-03  Bruno Haible  <bruno@clisp.org>
1804
1805         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
1806         extracted from gt_FUNC_SETENV.
1807         (gt_FUNC_SETENV): Remove macro.
1808         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
1809         remove gt_FUNC_SETENV.
1810
1811 2007-03-03  Bruno Haible  <bruno@clisp.org>
1812
1813         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
1814         ENABLE_RELOCATABLE here.
1815         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
1816
1817 2007-03-03  Bruno Haible  <bruno@clisp.org>
1818
1819         * modules/rbtreehash-list-tests (Depends-on): Add progname.
1820         * tests/test-rbtreehash_list.c: Include progname.h.
1821         (main): Call set_program_name.
1822
1823         * modules/rbtree-oset-tests (Depends-on): Add progname.
1824         * tests/test-rbtree_oset.c: Include progname.h.
1825         (main): Call set_program_name.
1826
1827         * modules/rbtree-list-tests (Depends-on): Add progname.
1828         * tests/test-rbtree_list.c: Include progname.h.
1829         (main): Call set_program_name.
1830
1831         * modules/linked-list-tests (Depends-on): Add progname.
1832         * tests/test-linked_list.c: Include progname.h.
1833         (main): Call set_program_name.
1834
1835 2007-03-03  Bruno Haible  <bruno@clisp.org>
1836
1837         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
1838         All uses of __restrict changed to _Restrict_.
1839         * lib/glob_.h (__restrict): Remove macro.
1840
1841 2007-03-02  Bruno Haible  <bruno@clisp.org>
1842
1843         * modules/gettext (configure.ac): Require gettext infrastructure
1844         from version 0.16.1.
1845
1846 2007-03-02  Bruno Haible  <bruno@clisp.org>
1847
1848         * modules/linkedhash-list-tests (Depends-on): Add progname.
1849         * tests/test-linkedhash_list.c: Include progname.h.
1850         (main): Call set_program_name.
1851
1852         * modules/carray-list-tests (Depends-on): Add progname.
1853         * tests/test-carray_list.c: Include progname.h.
1854         (main): Call set_program_name.
1855
1856         * modules/avltreehash-list-tests (Depends-on): Add progname.
1857         * tests/test-avltreehash_list.c: Include progname.h.
1858         (main): Call set_program_name.
1859
1860         * modules/avltree-oset-tests (Depends-on): Add progname.
1861         * tests/test-avltree_oset.c: Include progname.h.
1862         (main): Call set_program_name.
1863
1864         * modules/avltree-list-tests (Depends-on): Add progname.
1865         * tests/test-avltree_list.c: Include progname.h.
1866         (main): Call set_program_name.
1867
1868         * modules/array-oset-tests (Depends-on): Add progname.
1869         * tests/test-array_oset.c: Include progname.h.
1870         (main): Call set_program_name.
1871
1872         * modules/array-list-tests (Depends-on): Add progname.
1873         * tests/test-array_list.c: Include progname.h.
1874         (main): Call set_program_name.
1875
1876         * modules/argp-tests (Depends-on): Add progname.
1877         * tests/test-argp.c: Include argp.h first. Include progname.h.
1878         (main): Call set_program_name.
1879
1880 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
1881
1882         * doc/gnulib-tool.texi (Initial import): Reword description of
1883         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
1884         limited effect even if defined after the first system include.
1885
1886 2007-03-01  Bruno Haible  <bruno@clisp.org>
1887
1888         * build-aux/config.libpath: Update to libtool-1.5.22.
1889         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
1890
1891 2007-03-01  Bruno Haible  <bruno@clisp.org>
1892
1893         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
1894         foo_CFLAGS.
1895         Reported by Ralf Wildenhues.
1896
1897 2007-03-01  Bruno Haible  <bruno@clisp.org>
1898
1899         * build-aux/install-reloc: Remove object files left over by some
1900         compilers.
1901         Reported by Ralf Wildenhues.
1902
1903 2007-03-01  Bruno Haible  <bruno@clisp.org>
1904
1905         * build-aux/install-reloc: Break long lines.
1906
1907 2007-03-01  Bruno Haible  <bruno@clisp.org>
1908
1909         * doc/relocatable.texi: Document that it may not work on OpenBSD.
1910         Reported by Ralf Wildenhues.
1911
1912 2007-03-01  Bruno Haible  <bruno@clisp.org>
1913
1914         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
1915         include ordering constraints.
1916
1917 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
1918
1919         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
1920         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
1921         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
1922         as another example.
1923         * lib/time_.h: Fix misspelling.
1924         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
1925         Require gl_HEADER_TIME_H_DEFAULTS.
1926         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
1927         * m4/time_r.m4 (gl_TIME_R): Likewise.
1928         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
1929
1930 2007-03-01  Bruno Haible  <bruno@clisp.org>
1931
1932         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
1933         * m4/utimens.m4 (gl_UTIMENS): Likewise.
1934
1935 2007-03-01  Jim Meyering  <jim@meyering.net>
1936
1937         * modules/xreadlink (Maintainer): Add my name.
1938         * modules/xreadlink-with-size (Depends-on): Alphabetize.
1939
1940 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
1941             Bruno Haible  <bruno@clisp.org>
1942
1943         * build-aux/install-reloc: Compile also c-ctype.c.
1944         * build-aux/relocatable.sh.in: New file.
1945         * doc/relocatable.texi: New file.
1946         * doc/relocatable-maint.texi: New file.
1947         * doc/gnulib.texi: Include relocatable-maint.texi.
1948         * lib/progreloc.c: Include unistd.h unconditionally.
1949         * lib/relocwrapper.c: Include unistd.h unconditionally.
1950         Include c-ctype.h.
1951         (add_dotbin): Use c_tolower.
1952         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
1953         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
1954         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
1955         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
1956         to m4/relocatable-lib.m4.
1957         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
1958         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
1959         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
1960         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
1961         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
1962         * modules/relocatable: New file.
1963         * modules/relocatable-lib: New file.
1964         * modules/relocatable-script: New file.
1965
1966 2007-02-28  Bruno Haible  <bruno@clisp.org>
1967
1968         Import --enable-relocatable infrastructure.
1969         * build-aux/config.libpath: New file, from GNU gettext.
1970         * build-aux/install-reloc: New file, from GNU gettext.
1971         * build-aux/reloc-ldflags: New file, from GNU gettext.
1972         * lib/relocatable.h: New file, from GNU gettext.
1973         * lib/relocatable.c: New file, from GNU gettext.
1974         * lib/relocwrapper.c: New file, from GNU gettext.
1975         * m4/relocatable.m4: New file, from GNU gettext.
1976
1977 2007-02-28  Bruno Haible  <bruno@clisp.org>
1978
1979         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
1980
1981         * modules/xreadlink: New file, from GNU gettext with modifications.
1982         * lib/xreadlink.c: New file, from GNU gettext.
1983         * lib/xreadlink.h: Add comments.
1984         (xreadlink): New declaration.
1985
1986         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
1987         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
1988         lib/xreadlink-with-size.c.
1989         (configure.ac): Remove gl_XREADLINK invocation.
1990         (Makefile.am): Augment lib_SOURCES.
1991         * m4/xreadlink.m4: Remove file.
1992         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
1993         (xreadlink_with_size): Renamed from xreadink.
1994         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
1995         * modules/canonicalize (Depends-on): Replace xreadlink with
1996         xreadlink-with-size.
1997         * lib/canonicalize.c (canonicalize_filename_mode): Update.
1998
1999 2007-02-25  Jim Meyering  <jim@meyering.net>
2000
2001         * build-aux/announce-gen: When complaining about excess arguments,
2002         list them.
2003
2004 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
2005
2006         * README: Document signed integer overflow situation more
2007         accurately.
2008
2009 2007-02-25  Bruno Haible  <bruno@clisp.org>
2010
2011         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
2012         'a' or 'A' conversion.
2013
2014 2007-02-25  Bruno Haible  <bruno@clisp.org>
2015
2016         * modules/filename: Renamed from modules/pathname.
2017         (Files): Replace lib/pathname.h with lib/filename.h. Replace
2018         lib/concatpath.c with lib/concat-filename.c.
2019         (Makefile.am): Update.
2020         (Include): Replace pathname.h with filename.h.
2021         * lib/filename.h: Renamed from lib/pathname.h.
2022         (concatenated_filename): Renamed from concatenated_pathname.
2023         * lib/concat-filename.c: Renamed from lib/concatpath.c.
2024         (concatenated_filename): Renamed from concatenated_pathname.
2025         * lib/findprog.c: Include filename.h instead of pathname.h.
2026         (find_in_path): Update.
2027         * lib/javacomp.c: Include filename.h instead of pathname.h.
2028         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
2029         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
2030         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
2031         is_oldgcj_14_13_usable, is_javac_usable): Update.
2032         * lib/javaexec.c: Include filename.h instead of pathname.h.
2033         (execute_java_class): Update.
2034         * modules/findprog: Update.
2035         * modules/javacomp: Update.
2036         * modules/javaexec: Update.
2037         * MODULES.html.sh (File system functions): Add 'filename', remove
2038         'pathname'.
2039
2040 2007-02-25  Bruno Haible  <bruno@clisp.org>
2041
2042         * modules/printf-frexpl-tests: New file.
2043         * tests/test-printf-frexpl.c: New file.
2044
2045         * modules/printf-frexpl: New file.
2046         * lib/printf-frexpl.h: New file.
2047         * lib/printf-frexpl.c: New file.
2048         * m4/printf-frexpl.m4: New file.
2049
2050 2007-02-25  Bruno Haible  <bruno@clisp.org>
2051
2052         * modules/printf-frexp-tests: New file.
2053         * tests/test-printf-frexp.c: New file.
2054
2055         * modules/printf-frexp: New file.
2056         * lib/printf-frexp.h: New file.
2057         * lib/printf-frexp.c: New file.
2058         * m4/printf-frexp.m4: New file.
2059
2060 2007-02-25  Bruno Haible  <bruno@clisp.org>
2061
2062         Assume automake >= 1.10 for the tests.
2063         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
2064         * modules/arctwo-tests: Likewise.
2065         * modules/argp-tests: Likewise.
2066         * modules/avltree-list-tests: Likewise.
2067         * modules/avltree-oset-tests: Likewise.
2068         * modules/avltreehash-list-tests: Likewise.
2069         * modules/carray-list-tests: Likewise.
2070         * modules/crc-tests: Likewise.
2071         * modules/des-tests: Likewise.
2072         * modules/gc-arcfour-tests: Likewise.
2073         * modules/gc-arctwo-tests: Likewise.
2074         * modules/gc-des-tests: Likewise.
2075         * modules/gc-hmac-md5-tests: Likewise.
2076         * modules/gc-hmac-sha1-tests: Likewise.
2077         * modules/gc-md2-tests: Likewise.
2078         * modules/gc-md4-tests: Likewise.
2079         * modules/gc-md5-tests: Likewise.
2080         * modules/gc-pbkdf2-sha1-tests: Likewise.
2081         * modules/gc-rijndael-tests: Likewise.
2082         * modules/gc-sha1-tests: Likewise.
2083         * modules/gc-tests: Likewise.
2084         * modules/getaddrinfo-tests: Likewise.
2085         * modules/hmac-md5-tests: Likewise.
2086         * modules/hmac-sha1-tests: Likewise.
2087         * modules/linked-list-tests: Likewise.
2088         * modules/linkedhash-list-tests: Likewise.
2089         * modules/lock-tests: Likewise.
2090         * modules/md2-tests: Likewise.
2091         * modules/md4-tests: Likewise.
2092         * modules/md5-tests: Likewise.
2093         * modules/rbtree-list-tests: Likewise.
2094         * modules/rbtree-oset-tests: Likewise.
2095         * modules/rbtreehash-list-tests: Likewise.
2096         * modules/read-file-tests: Likewise.
2097         * modules/rijndael-tests: Likewise.
2098         * modules/stdint-tests: Likewise.
2099         * modules/tls-tests: Likewise.
2100
2101 2007-02-24  Bruno Haible  <bruno@clisp.org>
2102
2103         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
2104         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
2105         function; instead check whether isnan with a double argument links.
2106         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
2107         function; instead check whether isnan with a 'long double' argument
2108         links.
2109         Reported by Eric Blake <ebb9@byu.net>.
2110
2111 2007-02-24  Bruno Haible  <bruno@clisp.org>
2112
2113         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
2114         defined.
2115         * lib/isnanl.c: Remove all code. Just include isnan.c.
2116         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
2117
2118 2007-02-25  Jim Meyering  <jim@meyering.net>
2119
2120         Avoid conflicting types for 'unsetenv' on FreeBSD.
2121         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
2122         conflicting with FreeBSD's (5.0 and 6.1) function declaration
2123         in stdlib.h.
2124
2125 2007-02-24  Bruno Haible  <bruno@clisp.org>
2126
2127         * modules/isnanl-nolibm-tests: New file.
2128         * tests/test-isnanl.c: New file.
2129
2130         * modules/isnanl-nolibm: New file.
2131         * lib/isnanl.h: New file.
2132         * lib/isnanl.c: New file.
2133         * m4/isnanl.m4: New file.
2134
2135 2007-02-24  Bruno Haible  <bruno@clisp.org>
2136
2137         * modules/isnan-nolibm-tests: New file.
2138         * tests/test-isnan.c: New file.
2139
2140         * modules/isnan-nolibm: New file.
2141         * lib/isnan.h: New file.
2142         * lib/isnan.c: New file.
2143         * m4/isnan.m4: New file.
2144
2145 2007-02-24  Bruno Haible  <bruno@clisp.org>
2146
2147         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
2148         assume that an exponent fits in 20 bits.
2149
2150 2007-02-24  Jim Meyering  <jim@meyering.net>
2151
2152         * m4/regex.m4: Update the description of the configure-time option,
2153         --without-included-regex, to state accurately what the defaults are,
2154         and perhaps to give people an idea why using this option is risky.
2155
2156 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
2157
2158         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
2159         loops on small arguments.  This attempts to avoid the problem
2160         Bruno Haible reported for AIX 4.3.2 in
2161         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
2162
2163 2007-02-23  Bruno Haible  <bruno@clisp.org>
2164
2165         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
2166         Needed for help2man.
2167
2168 2007-02-23  Karl Berry  <karl@gnu.org>
2169
2170         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
2171         exists, foo.h should be cvs-ignored, not committed.
2172
2173 2007-02-23  Eric Blake  <ebb9@byu.net>
2174
2175         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
2176         * lib/stat-time.h (includes): Likewise.
2177         * lib/utimecmp.c (includes): Likewise.
2178         * lib/utimens.h (includes): Likewise.
2179         * lib/getdate.y (includes): Also include "timespec.h" for use
2180         internal to the module.
2181         * modules/utimens (Depends-on): Revert yesterday's patch.
2182         * modules/nanosleep (Depends-on): Add missing dependency.
2183
2184 2007-02-22  Bruno Haible  <bruno@clisp.org>
2185
2186         * lib/glob.c: Don't include getlogin_r.h.
2187
2188 2007-02-22  Jim Meyering  <jim@meyering.net>
2189
2190         * modules/utimens (Depends-on): Add timespec, required for
2191         utimens.h's inclusion of timespec.h.
2192
2193 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
2194
2195         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
2196         long unreadable paths in GNU/Linux.  Problem reported by Andreas
2197         Schwab in
2198         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
2199         I'll try to think of a better way to fix the Solaris problem.
2200
2201         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
2202         like glibc; on Solaris 10, it fails with errno == EINVAL.
2203         POSIX says the behavior is unspecified if the first argument is NULL,
2204         so play it safe and never pass NULL to the system getcwd.
2205
2206 2007-02-21  Jim Meyering  <jim@meyering.net>
2207
2208         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
2209         of gettimeofday.  It would conflict with the one now always
2210         provided via sys_time_.h.  Reported by Matthew Woehlke, as
2211         an IRIX 6.5 build failure.
2212
2213 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
2214
2215         Minor fixups to port to Solaris 10 with Sun C 5.8.
2216         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
2217         * modules/getcwd (Depends-on): Add dirfd.
2218         * lib/putenv.c (putenv): #undef it.
2219         (rpl_putenv): New decl.
2220         (malloc, free): Include <stdlib.h> rather than prototyping separately.
2221
2222 2007-02-20  Bruno Haible  <bruno@clisp.org>
2223
2224         * modules/stdio-tests: New file.
2225         * tests/test-stdio.c: New file.
2226
2227         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
2228         (Depends-on): Add stdio.
2229         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
2230         (Include): Use <stdio.h> instead of vsnprintf.h.
2231         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
2232         HAVE_DECL_VSNPRINTF.
2233         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
2234
2235         * modules/snprintf (Files): Remove lib/snprintf.h.
2236         (Depends-on): Add stdio.
2237         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
2238         (Include): Use <stdio.h> instead of snprintf.h.
2239         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
2240         HAVE_DECL_SNPRINTF.
2241         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
2242         * lib/getaddrinfo.c: Likewise.
2243
2244         * modules/stdio: New file.
2245         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
2246         * lib/snprintf.h: Remove file.
2247         * lib/vsnprintf.h: Remove file.
2248         * lib/.cppi-disable: Remove snprintf.h.
2249         * m4/stdio_h.m4: New file.
2250         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
2251
2252 2007-02-20  Jim Meyering  <jim@meyering.net>
2253
2254         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
2255         used by e.g., mingw.  From Bruno Haible.
2256
2257 2007-02-19  Bruno Haible  <bruno@clisp.org>
2258
2259         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
2260         warnings.
2261         Reported by Ben Pfaff <blp@cs.stanford.edu>.
2262
2263 2007-02-19  Bruno Haible  <bruno@clisp.org>
2264
2265         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
2266         from mingw users.
2267
2268 2007-02-19  Bruno Haible  <bruno@clisp.org>
2269
2270         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
2271         warnings.
2272         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
2273
2274 2007-02-19  Jim Meyering  <jim@meyering.net>
2275
2276         Don't use FD after a successful "fdopendir (fd)".
2277         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
2278         Reset it by calling dirfd on the just-obtained DIR*.
2279
2280         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
2281         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
2282
2283 2007-02-18  Bruno Haible  <bruno@clisp.org>
2284
2285         * lib/readlink.c: Include <unistd.h>.
2286         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
2287         HAVE_READLINK.
2288         * modules/readlink (Depends-on): Add unistd.
2289         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2290         (Include): Add <unistd.h>.
2291
2292         * lib/getlogin_r.h: Remove file.
2293         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
2294         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
2295         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
2296         HAVE_DECL_GETLOGIN_R.
2297         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
2298         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2299         (Include): Use <unistd.h> instead of getlogin_r.h.
2300
2301         * lib/getcwd.h: Remove file.
2302         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
2303         * lib/xgetcwd.c: Likewise.
2304         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
2305         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
2306         * modules/getcwd (Files): Remove lib/getcwd.h.
2307         (Depends-on): Add unistd.
2308         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2309         (Include): Use <unistd.h> instad of getcwd.h.
2310
2311         * lib/ftruncate.c: Include <unistd.h> first.
2312         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
2313         Set HAVE_FTRUNCATE.
2314         * modules/ftruncate (Depends-on): Add unistd.
2315         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2316
2317         * lib/fchdir.c: Include <unistd.h> first.
2318         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
2319         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
2320         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
2321         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2322         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
2323
2324         * lib/dup2.c: Include <unistd.h> first.
2325         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
2326         HAVE_DUP2.
2327         * modules/dup2 (Depends-on): Add unistd.
2328         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2329
2330         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
2331         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
2332         REPLACE_CHOWN. Don't define chown as a macro here.
2333         * modules/chown (Depends-on): Add unistd.
2334         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2335
2336         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
2337         Add definition for GL_LINK_WARNING.
2338         (chown, dup2): New declarations.
2339         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
2340         link warning.
2341         (ftruncate): New declaration.
2342         (getcwd): New declaration, taken from old getcwd.h.
2343         (getlogin_r): New declaration, taken from old getlogin_r.h.
2344         (readlink): New declaration.
2345         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
2346         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
2347         (gl_PREREQ_UNISTD): Remove macro.
2348         (gl_UNISTD_MODULE_INDICATOR): New macro.
2349         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
2350         many new variables. Don't set UNISTD_H.
2351         * modules/unistd (Description): Change.
2352         (Depends-on): Add link-warning.
2353         (configure.ac): Update.
2354         (Makefile.am): Create unistd.h always. Substitute many new variables
2355         into it.
2356
2357 2007-02-18  Bruno Haible  <bruno@clisp.org>
2358
2359         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
2360         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
2361         HAVE_GETSUBOPT.
2362         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
2363         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
2364         * lib/getsubopt.h: Remove file.
2365         * modules/getsubopt (Files): Remove lib/getsubopt.h.
2366         (Depends-on): Add stdlib.
2367         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
2368         (Includes): Use <stdlib.h> instead of getsubopt.h.
2369         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
2370         Set HAVE_GETSUBOPT.
2371         * lib/getsubopt.c: Don't include getsubopt.h.
2372
2373 2007-02-18  Bruno Haible  <bruno@clisp.org>
2374
2375         * modules/fchdir (Depends-on): Add dup2.
2376
2377 2007-02-18  Bruno Haible  <bruno@clisp.org>
2378
2379         * lib/stdlib_.h: Handle glibc's special invocation convention
2380         specially.
2381
2382 2007-02-18  Bruno Haible  <bruno@clisp.org>
2383
2384         * modules/stdlib-tests: New file.
2385         * tests/test-stdlib.c: New file.
2386
2387         * modules/mkstemp (Files): Remove lib/mkstemp.h.
2388         (Depends-on): Add stdlib.
2389         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
2390         (Includes): Use <stdlib.h> instead of mkstemp.h.
2391         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
2392         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
2393         * lib/mkstemp.c: Don't include mkstemp.h.
2394         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
2395         * lib/stdlib--.h: Don't include mkstemp.h.
2396
2397         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
2398         (Depends-on): Add stdlib.
2399         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
2400         (Includes): Use <stdlib.h> instead of mkdtemp.h.
2401         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
2402         HAVE_MKDTEMP.
2403         * lib/mkdtemp.c: Don't include mkdtemp.h.
2404         * lib/clean-temp.c: Don't include mkdtemp.h.
2405
2406         * modules/exit (Files): Remove lib/exit.h.
2407         (Depends-on): Add stdlib.
2408         (Makefile.am): Remove lib_SOURCES.
2409         (Include): Use <stdlib.h> instead of exit.h.
2410         * lib/argmatch.c: Don't include exit.h.
2411         * lib/execute.c: Likewise.
2412         * lib/pagealign_alloc.c: Likewise.
2413         * lib/pipe.c: Likewise.
2414         * lib/wait-process.c: Likewise.
2415         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
2416         * lib/exitfail.c: Likewise.
2417         * lib/savewd.c: Likewise.
2418         * lib/xsetenv.c: Likewise.
2419
2420         * modules/stdlib: New file.
2421         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
2422         and extra comments about mkstemp().
2423         * lib/exit.h: Remove file.
2424         * lib/mkdtemp.h: Remove file.
2425         * lib/mkstemp.h: Remove file.
2426         * m4/stdlib_h.m4: New file.
2427         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
2428
2429 2007-02-18  Bruno Haible  <bruno@clisp.org>
2430
2431         * modules/math-tests: New file.
2432         * tests/test-math.c: New file.
2433
2434         * modules/math: New file.
2435         * modules/mathl (Files): Remove lib/mathl.h.
2436         (Depends-on): Add math.
2437         (Makefile.am): Don't mention mathl.h.
2438         (Include): Use <math.h> instead of mathl.h.
2439         * lib/math_.h: New file.
2440         * lib/mathl.h: Remove file.
2441         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
2442         mathl.h.
2443         * lib/asinl.c: Likewise.
2444         * lib/atanl.c: Likewise.
2445         * lib/ceill.c: Likewise.
2446         * lib/cosl.c: Likewise.
2447         * lib/expl.c: Likewise.
2448         * lib/floorl.c: Likewise.
2449         * lib/frexpl.c: Likewise.
2450         * lib/ldexpl.c: Likewise.
2451         * lib/logl.c: Likewise.
2452         * lib/sincosl.c: Likewise.
2453         * lib/sinl.c: Likewise.
2454         * lib/sqrtl.c: Likewise.
2455         * lib/tanl.c: Likewise.
2456         * lib/trigl.c: Likewise.
2457         * m4/math_h.m4: New file.
2458         * MODULES.html.sh (Mathematics): Add math.
2459
2460 2007-02-17  Bruno Haible  <bruno@clisp.org>
2461
2462         * modules/wctype-tests: New file.
2463         * tests/test-wctype.c: New file.
2464
2465         * modules/wchar-tests: New file.
2466         * tests/test-wchar.c: New file.
2467
2468         * modules/unistd-tests: New file.
2469         * tests/test-unistd.c: New file.
2470
2471         * modules/time-tests: New file.
2472         * tests/test-time.c: New file.
2473
2474         * modules/sysexits-tests: New file.
2475         * tests/test-sysexits.c: New file.
2476
2477         * modules/sys_time-tests: New file.
2478         * tests/test-sys_time.c: New file.
2479
2480         * modules/sys_stat-tests: New file.
2481         * tests/test-sys_stat.c: New file.
2482
2483         * modules/sys_socket-tests: New file.
2484         * tests/test-sys_socket.c: New file.
2485
2486         * modules/sys_select-tests: New file.
2487         * tests/test-sys_select.c: New file.
2488
2489         * modules/string-tests: New file.
2490         * tests/test-string.c: New file.
2491
2492         * modules/stdbool-tests: New file.
2493         * tests/test-stdbool.c: New file.
2494
2495         * modules/netinet_in-tests: New file.
2496         * tests/test-netinet_in.c: New file.
2497
2498         * modules/inttypes-tests: New file.
2499         * tests/test-inttypes.c: New file.
2500
2501         * modules/fcntl-tests: New file.
2502         * tests/test-fcntl.c: New file.
2503
2504         * modules/byteswap-tests: New file.
2505         * tests/test-byteswap.c: New file.
2506
2507         * modules/arpa_inet-tests: New file.
2508         * tests/test-arpa_inet.c: New file.
2509
2510 2007-02-17  Bruno Haible  <bruno@clisp.org>
2511
2512         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
2513         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
2514         if the corresponding module is not enabled. Emit link warnings if
2515         the function is used nevertheless.
2516         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
2517         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
2518         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
2519         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
2520         * modules/inttypes (Depends-on): Add link-warning.
2521         (Makefile.am): Copy the contents of build-aux/link-warning.h into
2522         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
2523         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
2524         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
2525         * modules/imaxdiv (configure.ac): Likewise.
2526         * modules/strtoimax (configure.ac): Likewise.
2527         * modules/strtoumax (configure.ac): Likewise.
2528
2529 2007-02-17  Bruno Haible  <bruno@clisp.org>
2530
2531         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
2532         gl_STRING_MODULE_INDICATOR_DEFAULTS.
2533         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
2534         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
2535
2536 2007-02-17  Bruno Haible  <bruno@clisp.org>
2537
2538         * modules/link-warning: New file.
2539         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
2540         * lib/string_.h (GL_LINK_WARNING): Remove definition.
2541         * modules/string (Depends-on): Add link-warning.
2542         (Makefile.am): Copy the contents of build-aux/link-warning.h into
2543         string.h.
2544         * MODULES.html.sh (Support for building libraries and executables): Add
2545         link-warning.
2546
2547 2007-02-17  Bruno Haible  <bruno@clisp.org>
2548
2549         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
2550         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
2551         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
2552         long lines.
2553
2554 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
2555             Bruno Haible  <bruno@clisp.org>
2556
2557         * modules/tmpfile: New file.
2558         * lib/tmpfile.c: New file.
2559         * m4/tmpfile.m4: New file.
2560         * MODULES.html.sh (func_all_modules): New section "Input/output".
2561
2562 2007-02-15  Bruno Haible  <bruno@clisp.org>
2563
2564         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
2565         (supports_delete_on_close): New function.
2566         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
2567
2568 2007-02-14  Bruno Haible  <bruno@clisp.org>
2569
2570         * modules/mbspcasecmp-tests: New file.
2571         * tests/test-mbspcasecmp.sh: New file.
2572         * tests/test-mbspcasecmp.c: New file.
2573
2574         New module mbspcasecmp.
2575         * modules/mbspcasecmp: New file.
2576         * lib/mbspcasecmp.c: New file.
2577         * lib/string_.h (strncasecmp): Change warning message.
2578         (mbspcasecmp): New declaration.
2579         * m4/mbspcasecmp.m4: New file.
2580         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2581         GNULIB_MBSPCASECMP.
2582         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
2583         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
2584
2585 2007-02-14  Bruno Haible  <bruno@clisp.org>
2586
2587         * modules/mbsncasecmp-tests: New file.
2588         * tests/test-mbsncasecmp.sh: New file.
2589         * tests/test-mbsncasecmp.c: New file.
2590
2591         New module mbsncasecmp.
2592         * modules/mbsncasecmp: New file.
2593         * lib/mbsncasecmp.c: New file.
2594         * lib/string_.h (mbsncasecmp): New declaration.
2595         * m4/mbsncasecmp.m4: New file.
2596         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2597         GNULIB_MBSNCASECMP.
2598         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
2599         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
2600
2601 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
2602
2603         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
2604         Verify that it doesn't overlap with our flags.
2605         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
2606         do not have the desired effect in multibyte locales; instead, use
2607         mbscasecmp.
2608         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
2609         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
2610         we don't require GNU fnmatch ourselves (if our users require it, they
2611         should do so explicitly).
2612
2613         Fix regex code so it doesn't rely on strcasecmp.
2614         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
2615         Otherwise, include gnulib's langinfo.h.
2616         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
2617         undesirable behavior in non-C locales.  Instead, rely on localecharset.
2618         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
2619         * modules/regex (FILES): Remove m4/codeset.m4.
2620         (Depends-on): Add localcharset.  Remove strcase.
2621
2622 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2623
2624         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
2625         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
2626
2627 2007-02-13  Bruno Haible  <bruno@clisp.org>
2628
2629         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
2630         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2631
2632 2007-02-12  Bruno Haible  <bruno@clisp.org>
2633
2634         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
2635         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
2636         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
2637         time warning rather than a link error.
2638
2639 2007-02-12  Bruno Haible  <bruno@clisp.org>
2640
2641         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
2642         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
2643         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2644
2645 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
2646
2647         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
2648         args, not 2.
2649
2650 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
2651
2652         New module 'time', so that apps can include <time.h> as per
2653         POSIX and GNU instead of separate include files like time_r.h
2654         and timegm.h.  This implementation tries out a simpler approach
2655         for replacing decls in standard include files (as compared to
2656         the string module), somewhat as an experiment.
2657
2658         * config/srclist.txt: Comment out mktime.c for now.
2659         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
2660         since it doesn't apply any more.  Use generic wording instead.
2661         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
2662         'time'.
2663         * lib/time_.h, m4/time_h.m4, modules/time: New files.
2664         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
2665         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
2666         Don't include <sys/types.h>; no longer needed since we assume C89.
2667         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
2668         * lib/strftime.c: Likewise.
2669         * lib/time_r.c: Likewise.
2670         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
2671         * lib/nanosleep.c: Include <time.h> first, to check interface.
2672         * lib/strptime.c: Likewise.
2673         * lib/time_r.c: Likewise.
2674         * lib/timegm.c: Likewise.
2675         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
2676         needed.
2677         * lib/timegm.c: Don't include timegm.h; no longer needed.
2678         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
2679         time.h now handles any problems in that area.
2680         (struct timespec, nanosleep): Remove; time.h now arranges for these.
2681         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
2682         that time.h defines struct timespec.
2683         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
2684         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
2685         handles that.
2686         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
2687         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
2688         needed.  Set REPLACE_LOCALTIME.
2689         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
2690         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
2691         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
2692         nanosleep; time_h.m4 now does that.  Don't require
2693         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
2694         module handles this now.
2695         * modules/getdate (Depends-on): Remove timespec.  Add time.
2696         * modules/nanosleep (Depends-on): Likewise.
2697         * modules/stat-time (Depends-on): Likewise.
2698         * modules/nanosleep (Include): Include time.h, not timespec.h.
2699         * modules/strptime (Files): Remove lib/strptime.h.
2700         (Depends-on): Add extensions, time.
2701         (Include): Include time.h, not strptime.h.
2702         * modules/time_r (Files): Remove lib/time_r.h.
2703         (Depends-on): Add time.
2704         (Include): Include time.h, not time_r.h.
2705         * modules/timegm: Likewise.
2706         * modules/timespec (Description): Now does timespec-related decls
2707         of our own, instead of struct timespec itself.
2708         (Depends-on): Add time; remove extensions.
2709         (Maintainer): Add self.
2710         * modules/utimecmp (Depends-on): Add time; remove timespec.
2711         * modules/utimens (Depends-on): Likewise.
2712         * modules/xnanosleep (Depends-on): Likewise.
2713
2714 2007-02-11  Bruno Haible  <bruno@clisp.org>
2715
2716         * lib/c-strstr.c: Include allocsa.h.
2717         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
2718         * lib/c-strcasestr.c: Include allocsa.h.
2719         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
2720         * lib/strcasestr.c: Include allocsa.h.
2721         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
2722         * lib/mbsstr.c: Include allocsa.h.
2723         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
2724         allocsa/freesa instead of malloc/free.
2725         * lib/mbscasestr.c: Include allocsa.h.
2726         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
2727         allocsa/freesa instead of malloc/free.
2728         * modules/c-strstr (Depends-on): Add allocsa.
2729         * modules/c-strcasestr (Depends-on): Likewise.
2730         * modules/strcasestr (Depends-on): Likewise.
2731         * modules/mbsstr (Depends-on): Likewise.
2732         * modules/mbscasestr (Depends-on): Likewise.
2733
2734 2007-02-11  Bruno Haible  <bruno@clisp.org>
2735
2736         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
2737
2738         * modules/mbsspn-tests: New file.
2739         * tests/test-mbsspn.sh: New file.
2740         * tests/test-mbsspn.c: New file.
2741
2742 2007-02-11  Bruno Haible  <bruno@clisp.org>
2743
2744         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
2745
2746         * modules/mbspbrk-tests: New file.
2747         * tests/test-mbspbrk.sh: New file.
2748         * tests/test-mbspbrk.c: New file.
2749
2750 2007-02-11  Bruno Haible  <bruno@clisp.org>
2751
2752         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
2753         unneeded cast.
2754
2755         * modules/mbscspn-tests: New file.
2756         * tests/test-mbscspn.sh: New file.
2757         * tests/test-mbscspn.c: New file.
2758
2759 2007-02-11  Bruno Haible  <bruno@clisp.org>
2760
2761         * modules/mbscasecmp-tests: New file.
2762         * tests/test-mbscasecmp.sh: New file.
2763         * tests/test-mbscasecmp.c: New file.
2764
2765 2007-02-11  Bruno Haible  <bruno@clisp.org>
2766
2767         Ensure O(n) worst-case complexity of mbscasestr.
2768         * lib/mbscasestr.c: Include stdbool.h.
2769         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
2770         functions.
2771         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
2772         the bookkeeping indicates that it's worth it.
2773         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
2774
2775         * modules/mbscasestr-tests: New file.
2776         * tests/test-mbscasestr1.c: New file.
2777         * tests/test-mbscasestr2.sh: New file.
2778         * tests/test-mbscasestr2.c: New file.
2779         * tests/test-mbscasestr3.sh: New file.
2780         * tests/test-mbscasestr3.c: New file.
2781         * tests/test-mbscasestr4.sh: New file.
2782         * tests/test-mbscasestr4.c: New file.
2783         * m4/locale-tr.m4: New file.
2784
2785 2007-02-11  Bruno Haible  <bruno@clisp.org>
2786
2787         Ensure O(n) worst-case complexity of mbsstr.
2788         * lib/mbsstr.c: Include stdbool.h.
2789         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
2790         functions.
2791         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
2792         bookkeeping indicates that it's worth it.
2793         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
2794
2795         * modules/mbsstr-tests: New file.
2796         * tests/test-mbsstr1.c: New file.
2797         * tests/test-mbsstr2.sh: New file.
2798         * tests/test-mbsstr2.c: New file.
2799         * tests/test-mbsstr3.sh: New file.
2800         * tests/test-mbsstr3.c: New file.
2801         * m4/locale-fr.m4: New file.
2802
2803 2007-02-11  Bruno Haible  <bruno@clisp.org>
2804
2805         * lib/mbsrchr.c (mbsrchr): Fix bug.
2806
2807         * modules/mbsrchr-tests: New file.
2808         * tests/test-mbsrchr.sh: New file.
2809         * tests/test-mbsrchr.c: New file.
2810
2811 2007-02-11  Bruno Haible  <bruno@clisp.org>
2812
2813         * lib/mbschr.c (mbschr): Fix bug.
2814
2815         * modules/mbschr-tests: New file.
2816         * tests/test-mbschr.sh: New file.
2817         * tests/test-mbschr.c: New file.
2818         * m4/locale-zh.m4: New file.
2819
2820 2007-02-11  Bruno Haible  <bruno@clisp.org>
2821
2822         Support for copying multibyte string iterators.
2823         * lib/mbiter.h: Include <string.h>.
2824         (mbiter_multi_copy): New function.
2825         (mbi_copy): New macro.
2826         * lib/mbuiter.h: Include <string.h>.
2827         (mbuiter_multi_copy): New function.
2828         (mbui_copy): New macro.
2829
2830 2007-02-11  Bruno Haible  <bruno@clisp.org>
2831
2832         New module mbslen.
2833         * modules/mbslen: New file.
2834         * lib/mbslen.c: New file.
2835         * lib/string_.h (mbslen): New declaration.
2836         * m4/mbslen.m4: New file.
2837         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2838         GNULIB_MBSLEN.
2839         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
2840         * MODULES.html.sh (Internationalization functions): Add mbslen.
2841
2842 2007-02-11  Bruno Haible  <bruno@clisp.org>
2843
2844         Ensure O(n) worst-case complexity of strcasestr substitute.
2845         * lib/strcasestr.c: Include stdbool.h.
2846         (knuth_morris_pratt): New function.
2847         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
2848         bookkeeping indicates that it's worth it.
2849         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
2850
2851         * modules/strcasestr-tests: New file.
2852         * tests/test-strcasestr.c: New file.
2853
2854 2007-02-11  Bruno Haible  <bruno@clisp.org>
2855
2856         Ensure O(n) worst-case complexity of c_strcasestr.
2857         * lib/c-strcasestr.c: Include stdbool.h, string.h.
2858         (knuth_morris_pratt): New function.
2859         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
2860         the bookkeeping indicates that it's worth it.
2861         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
2862
2863         * modules/c-strcasestr-tests: New file.
2864         * tests/test-c-strcasestr.c: New file.
2865
2866 2007-02-11  Bruno Haible  <bruno@clisp.org>
2867
2868         Ensure O(n) worst-case complexity of c_strstr.
2869         * lib/c-strstr.c: Include stdbool.h, string.h.
2870         (knuth_morris_pratt): New function.
2871         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
2872         bookkeeping indicates that it's worth it.
2873         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
2874
2875         * lib/c-strstr.c: Complete rewrite for maintainability.
2876
2877         * modules/c-strstr-tests: New file.
2878         * tests/test-c-strstr.c: New file.
2879
2880 2007-02-11  Bruno Haible  <bruno@clisp.org>
2881
2882         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
2883         5.2.1 and earlier, whereby \055 was treated just like the range
2884         delimiter '-'.
2885         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
2886
2887 2007-02-08  Bruno Haible  <bruno@clisp.org>
2888
2889         * modules/regex (Depends-on): Add stdbool.
2890         Reported by Dalibor Topic <robilad@kaffe.org>.
2891
2892 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
2893
2894         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
2895         Prefer returning from main to exiting from it.
2896         Remove unnecessary parens after sizeof.
2897
2898 2007-02-05  Bruno Haible  <bruno@clisp.org>
2899
2900         New module mbssep.
2901         * modules/mbssep: New file.
2902         * lib/mbssep.c: New file.
2903         * lib/string_.h (strsep): Add a conditional link warning.
2904         (mbssep): New declaration.
2905         * m4/mbssep.m4: New file.
2906         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2907         GNULIB_MBSSEP.
2908         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
2909         * MODULES.html.sh (Internationalization functions): Add mbssep.
2910
2911 2007-02-05  Bruno Haible  <bruno@clisp.org>
2912
2913         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
2914         Optimize search in case of 1 delimiter.
2915
2916 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
2917
2918         * lib/acl.h: Include sys/types.h before sys/acl.h.
2919
2920 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
2921
2922         Merge upstream fix for glibc bugzilla #3957:
2923
2924         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
2925
2926         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
2927         bit for RE_HAT_LISTS_NOT_NEWLINE.
2928         (build_charclass_op): Remove bogus comment.
2929
2930 2007-02-05  Simon Josefsson  <simon@josefsson.org>
2931
2932         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
2933
2934 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
2935
2936         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
2937         * lib/memmem.c [!defined _LIBC]: Include config.h.
2938
2939 2007-02-04  Bruno Haible  <bruno@clisp.org>
2940
2941         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
2942         warning message.
2943
2944 2007-02-04  Bruno Haible  <bruno@clisp.org>
2945
2946         New module mbstok_r.
2947         * modules/mbstok_r: New file.
2948         * lib/mbstok_r.c: New file.
2949         * lib/string_.h (strtok_r): Change argument names to match the
2950         comments. Add a conditional link warning.
2951         (mbstok_r): New declaration.
2952         * m4/mbstok_r.m4: New file.
2953         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2954         GNULIB_MBSTOK_R.
2955         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
2956         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
2957
2958 2007-02-04  Bruno Haible  <bruno@clisp.org>
2959
2960         New module mbsspn.
2961         * modules/mbsspn: New file.
2962         * lib/mbsspn.c: New file.
2963         * lib/string_.h (strspn): Add a conditional link warning.
2964         (mbsspn): New declaration.
2965         * m4/mbsspn.m4: New file.
2966         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2967         GNULIB_MBSSPN.
2968         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
2969         * MODULES.html.sh (Internationalization functions): Add mbsspn.
2970
2971 2007-02-04  Bruno Haible  <bruno@clisp.org>
2972
2973         New module mbspbrk.
2974         * modules/mbspbrk: New file.
2975         * lib/mbspbrk.c: New file.
2976         * lib/string_.h (strpbrk): Add a conditional link warning.
2977         (mbspbrk): New declaration.
2978         * m4/mbspbrk.m4: New file.
2979         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2980         GNULIB_MBSPBRK.
2981         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
2982         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
2983
2984 2007-02-04  Bruno Haible  <bruno@clisp.org>
2985
2986         New module mbscspn.
2987         * modules/mbscspn: New file.
2988         * lib/mbscspn.c: New file.
2989         * lib/string_.h (strcspn): Add a conditional link warning.
2990         (mbscspn): New declaration.
2991         * m4/mbscspn.m4: New file.
2992         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2993         GNULIB_MBSCSPN.
2994         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
2995         * MODULES.html.sh (Internationalization functions): Add mbscspn.
2996
2997 2007-02-04  Bruno Haible  <bruno@clisp.org>
2998
2999         New module mbscasestr, reduced goal of strcasestr.
3000         * modules/mbscasestr: New file.
3001         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
3002         (mbscasestr): Renamed from strcasestr.
3003         * lib/strcasestr.c: Don't include mbuiter.h.
3004         (strcasestr): Remove support for multibyte locales.
3005         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
3006         Change the conditional link warning.
3007         (mbscasestr): New declaration.
3008         * m4/mbscasestr.m4: New file.
3009         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
3010         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
3011         REPLACE_STRCASESTR.
3012         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
3013         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
3014         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
3015         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
3016         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
3017         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
3018         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
3019         (Depends-on): Remove mbuiter.
3020         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
3021
3022 2007-02-04  Bruno Haible  <bruno@clisp.org>
3023
3024         Simplify handling of strncasecmp.
3025         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
3026         the conditional link warning.
3027         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
3028         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
3029         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
3030         * modules/strcase (configure.ac): Don't invoke
3031         gl_STRING_MODULE_INDICATOR.
3032         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
3033
3034 2007-02-04  Bruno Haible  <bruno@clisp.org>
3035
3036         New module mbscasecmp, reduced goal of strcasecmp.
3037         * modules/mbscasecmp: New file.
3038         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
3039         (mbscasecmp): Renamed from strcasecmp.
3040         * lib/strcasecmp.c: Don't include mbuiter.h.
3041         (strcasecmp): Remove support for multibyte locales.
3042         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
3043         Change the conditional link warning.
3044         (mbscasecmp): New declaration.
3045         * m4/mbscasecmp.m4: New file.
3046         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
3047         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
3048         REPLACE_STRCASECMP.
3049         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
3050         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3051         GNULIB_MBSCASECMP.
3052         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
3053         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
3054         * modules/strcase (Files): Remove m4/mbrtowc.m4.
3055         (Depends-on): Remove mbuiter.
3056         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
3057
3058 2007-02-04  Bruno Haible  <bruno@clisp.org>
3059
3060         New module mbsstr. Remove module strstr.
3061         * modules/mbsstr: New file.
3062         * modules/strstr: Remove file.
3063         * lib/mbsstr.c: Renamed from lib/strstr.c.
3064         (mbsstr): Renamed from strstr.
3065         * lib/string_.h (strstr): Remove declaration. Change the conditional
3066         link warning.
3067         (mbsstr): New declaration.
3068         * m4/mbsstr.m4: New file.
3069         * m4/strstr.m4: Remove file.
3070         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
3071         REPLACE_STRSTR.
3072         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
3073         Don't initialize GNULIB_STRSTR.
3074         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
3075         substitute GNULIB_STRSTR and REPLACE_STRSTR.
3076         * MODULES.html.sh (Internationalization functions): Add mbsstr.
3077         (Support for systems lacking ANSI C 89): Remove strstr.
3078
3079 2007-02-04  Bruno Haible  <bruno@clisp.org>
3080
3081         New module mbsrchr.
3082         * modules/mbsrchr: New file.
3083         * lib/mbsrchr.c: New file.
3084         * lib/string_.h (strrchr): Add a conditional link warning.
3085         (mbsrchr): New declaration.
3086         * m4/mbsrchr.m4: New file.
3087         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3088         GNULIB_MBSRCHR.
3089         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
3090         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
3091
3092 2007-02-04  Bruno Haible  <bruno@clisp.org>
3093
3094         New module mbschr.
3095         * modules/mbschr: New file.
3096         * lib/mbschr.c: New file.
3097         * lib/string_.h (strchr): Add a conditional link warning.
3098         (mbschr): New declaration.
3099         * m4/mbschr.m4: New file.
3100         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3101         GNULIB_MBSCHR.
3102         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
3103         * MODULES.html.sh (Internationalization functions): Add mbschr.
3104
3105 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
3106
3107         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
3108
3109         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
3110
3111 2007-02-04  Bruno Haible  <bruno@clisp.org>
3112
3113         New module description section 'configure.ac-early'.
3114         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
3115         (func_get_autoconf_early_snippet): New function.
3116         (func_import, func_create_testdir): Use it. Remove special cases for
3117         modules 'extensions' and 'lock'.
3118         * modules/extensions (configure.ac-early): Require
3119         gl_USE_SYSTEM_EXTENSIONS.
3120         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
3121
3122 2007-02-04  Bruno Haible  <bruno@clisp.org>
3123
3124         Make use of gcj-4.3's -fsource and -ftarget option.
3125         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
3126         and if so try the options -fsource and -ftarget.
3127         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
3128         source_version, ftarget_option, target_version arguments.
3129         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
3130         (is_envjavac_oldgcj_14_14_usable): Renamed from
3131         is_envjavac_gcj_14_14_usable.
3132         (is_envjavac_oldgcj_14_13_usable): Renamed from
3133         is_envjavac_gcj_14_13_usable.
3134         (is_gcj_present): Update.
3135         (is_gcj_43, is_gcj43_usable): New functions.
3136         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
3137         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
3138         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
3139         try the options -fsource and -ftarget.
3140
3141 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
3142
3143         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
3144         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
3145         larger value.
3146
3147 2007-02-03  Jim Meyering  <jim@meyering.net>
3148
3149         Give tools a better chance to allocate space for very large buffers.
3150         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
3151
3152         Make pwd and readlink work also when run with an unreadable parent dir
3153         on systems with openat support.
3154         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
3155         provided getcwd function, even when we have openat support.
3156         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
3157
3158 2007-02-02  Bruno Haible  <bruno@clisp.org>
3159
3160         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
3161         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
3162         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
3163         portability problems if one of these functions is only used on specific
3164         platforms.
3165         Reported by Paul Eggert.
3166
3167 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
3168
3169         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
3170         is causing more trouble than it's curing.
3171         * lib/regex_internal.h (__mempcpy): Remove.
3172         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
3173         (and make the code a tad smaller to boot).
3174         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
3175
3176 2007-02-02  Jim Meyering  <jim@meyering.net>
3177
3178         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
3179         section, not in the Makefile.am: one.
3180
3181 2007-02-02  Eric Blake  <ebb9@byu.net>
3182
3183         * lib/strchrnul.c: Always include config.h first.
3184
3185         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
3186         gnulib strstr is not necessary here.
3187
3188 2007-02-02  Simon Josefsson  <simon@josefsson.org>
3189
3190         * m4/socklen.m4: Fix typo.
3191
3192 2007-02-02  Eric Blake  <ebb9@byu.net>
3193
3194         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
3195         * modules/netinet_in (Makefile.am): Likewise.
3196
3197 2007-02-01  Bruno Haible  <bruno@clisp.org>
3198
3199         * lib/string_.h (GL_LINK_WARNING): New macro.
3200         (strcasecmp, strstr, strcasestr): If provided by the system,
3201         conditionally define as a macro that leads to a warning instead of to
3202         an error.
3203         (strncasecmp): Conditionally define as a macro that leads to a warning.
3204
3205 2007-02-01  Karl Berry  <karl@gnu.org>
3206
3207         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
3208
3209 2007-02-01  Bruno Haible  <bruno@clisp.org>
3210
3211         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
3212         renamings.
3213
3214 2007-02-01  Eric Blake  <ebb9@byu.net>
3215
3216         * modules/regex (Depends-on): Revert dependence on mempcpy.
3217         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
3218         module's definition of mempcpy.
3219         Reported by Paul Eggert.
3220
3221 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
3222
3223         * lib/string_.h: If the gnulib module XYZ is not present, undefine
3224         the symbol XYZ before redefining it.  This fixes a problem with
3225         programs that don't use XYZ, when compiled on systems that define
3226         XYZ to something else.
3227
3228 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
3229
3230         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
3231         occurs when "mkdir -m foo" creates a setgid directory that is (1)
3232         writeable to group or other and (2) is intended to have a special
3233         mode bit that is set or cleared.  In such a case, the directory
3234         should be neither group- nor other-writeable until the special
3235         mode bits are right.
3236
3237 2007-01-31  Eric Blake  <ebb9@byu.net>
3238
3239         * modules/mountlist (Depends-on): Add strstr.
3240
3241         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
3242         bug.
3243         * modules/string (Makefile.am): Remove redundant replacement.
3244         * modules/regex (Depends-on): Add mempcpy.
3245
3246 2007-01-31  Bruno Haible  <bruno@clisp.org>
3247
3248         New module description field 'Link'.
3249         * gnulib-tool (func_usage): Document --extract-link-directive.
3250         (sed_extract_prog): Recognize 'Link' directive.
3251         (func_get_link_directive): New function.
3252         (func_import): Show summary of link directives.
3253         Handle --extract-link-directive option.
3254         * modules/acl (Link): New section.
3255         * modules/clock-time (Link): New section.
3256         * modules/euidaccess (Link): New section.
3257         * modules/gettext (Link): New section.
3258         * modules/iconv (Link): New section.
3259         * modules/lock (Link): New section.
3260         * modules/nanosleep (Link): New section.
3261         * modules/readline (Link): New section.
3262
3263 2007-01-27  Bruno Haible  <bruno@clisp.org>
3264
3265         Enforce the use of gnulib modules for unportable <string.h> functions.
3266         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
3267         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
3268         (gl_HEADER_STRING_H_BODY): Require it.
3269         * lib/string_.h: If the gnulib module XYZ is not present, redefine
3270         the symbol XYZ to one that gives a link error.
3271         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
3272         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
3273         * modules/mempcpy (configure.ac): Likewise.
3274         * modules/memrchr (configure.ac): Likewise.
3275         * modules/stpcpy (configure.ac): Likewise.
3276         * modules/stpncpy (configure.ac): Likewise.
3277         * modules/strcase (configure.ac): Likewise.
3278         * modules/strcasestr (configure.ac): Likewise.
3279         * modules/strchrnul (configure.ac): Likewise.
3280         * modules/strdup (configure.ac): Likewise.
3281         * modules/strndup (configure.ac): Likewise.
3282         * modules/strnlen (configure.ac): Likewise.
3283         * modules/strpbrk (configure.ac): Likewise.
3284         * modules/strsep (configure.ac): Likewise.
3285         * modules/strstr (configure.ac): Likewise.
3286         * modules/strtok_r (configure.ac): Likewise.
3287
3288 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
3289
3290         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
3291
3292 2007-01-30  Jim Meyering  <jim@meyering.net>
3293
3294         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
3295
3296 2007-01-29  Bruno Haible  <bruno@clisp.org>
3297
3298         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
3299         * lib/execute.c: Likewise.
3300         * lib/pipe.c: Likewise.
3301         * lib/printf-args.h: Likewise.
3302         * lib/printf-args.c: Likewise.
3303         * lib/printf-parse.c: Likewise.
3304         * lib/vasnprintf.c: Likewise.
3305
3306 2007-01-29  Eric Blake  <ebb9@byu.net>
3307
3308         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
3309         declaration.
3310
3311 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
3312
3313         * lib/strptime.h (strptime): Use 'restrict' for args where
3314         POSIX requires this.
3315         * lib/strptime.c (strptime): Likewise.
3316         Change license notice from LGPL to GPL, since gnulib-tool will
3317         change this as needed.
3318         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
3319         defined.
3320         Include "strptime.h" first, to check interface.
3321         Do not #undef _LIBC and _NL_CURRENT.
3322         Do not include <stdlib.h>; no longer needed.
3323         Include "time_r.h" and declare ptime_locale_status
3324         only if _LIBC is not defined.
3325         (__P): Remove unused macro.
3326         (match_string): Bring back glibc version, but use it only if _LIBC
3327         is defined.
3328         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
3329         Remove unnecessary assertion and abort() call.
3330         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
3331         * m4/strptime.m4: Fix serial number comment.
3332         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
3333         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
3334         (Depends-on): Add time_r.
3335
3336 2007-01-29  Bruno Haible  <bruno@clisp.org>
3337
3338         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
3339         strptime.
3340         * modules/strptime (Depends-on): Add stdbool.
3341         * lib/strptime.h: Include <time.h> always. Add comments.
3342
3343 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
3344
3345         * modules/strptime: New file.
3346         * lib/strptime.h: New file.
3347         * lib/strptime.c: New file.
3348         * m4/strptime.m4: New file.
3349
3350 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
3351
3352         * MODULES.html.sh: New module mpsort.
3353         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
3354
3355         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
3356         a circularity problem with HP-UX ia64 reported by Bob Proulx in
3357         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
3358         All uses changed.
3359         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
3360         All uses changed.
3361         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
3362         to _Restrict_.
3363         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
3364         the parameter matches the prototype.
3365
3366 2007-01-28  Jim Meyering  <jim@meyering.net>
3367
3368         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
3369         sys/time.h here, reverting that part of the previous patch:
3370         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
3371
3372 2007-01-28  Bruno Haible  <bruno@clisp.org>
3373
3374         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
3375         value of $(SYS_TIME_H).
3376         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
3377         remove it conditionally, too. [added by Jim Meyering]
3378         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
3379         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
3380         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
3381         GETTIMEOFDAY_REPLACEMENT to 1.
3382
3383 2007-01-28  Bruno Haible  <bruno@clisp.org>
3384
3385         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
3386         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
3387         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
3388         Set UNISTD_H instead of UNISTD_H2.
3389         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
3390
3391 2007-01-28  Bruno Haible  <bruno@clisp.org>
3392
3393         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
3394         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
3395
3396 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3397
3398         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
3399         (func_create_testdir): Ensure C locale for `grep' and `tr'
3400         character ranges.
3401         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
3402         ACLOCAL_AMFLAGS parsing state machine.
3403
3404 2007-01-27  Bruno Haible  <bruno@clisp.org>
3405
3406         * modules/unistr/base: Update.
3407
3408 2007-01-27  Bruno Haible  <bruno@clisp.org>
3409
3410         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
3411         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
3412         * modules/unistr/u32-mbtouc-unsafe: Renamed from
3413         modules/unistr/u32-mbtouc.
3414         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
3415         * lib/unistr.h: Update.
3416         * lib/linebreak.c: Update.
3417         * modules/unistr/u32-mbtouc: Renamed from
3418         modules/unistr/u32-mbtouc-safe.
3419         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
3420         * lib/unistr.h: Update.
3421         * lib/unistr/u32-to-u8.c: Update.
3422         * lib/unistr/u32-to-u16.c: Update.
3423
3424 2007-01-27  Bruno Haible  <bruno@clisp.org>
3425
3426         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
3427         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
3428         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
3429         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
3430         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
3431         * modules/unistr/u16-mbtouc-unsafe: Renamed from
3432         modules/unistr/u16-mbtouc.
3433         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
3434         * lib/unistr.h: Update.
3435         * lib/linebreak.c: Update.
3436         * modules/linebreak: Update.
3437         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
3438         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
3439         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
3440         * modules/unistr/u16-mbtouc: Renamed from
3441         modules/unistr/u16-mbtouc-safe.
3442         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
3443         * lib/unistr.h: Update.
3444         * lib/unistr/u16-to-u8.c: Update.
3445         * modules/unistr/u16-to-u8: Update.
3446         * lib/unistr/u16-to-u32.c: Update.
3447         * modules/unistr/u16-to-u32: Update.
3448
3449 2007-01-27  Bruno Haible  <bruno@clisp.org>
3450
3451         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
3452         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
3453         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
3454         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
3455         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
3456         * modules/unistr/u8-mbtouc-unsafe: Renamed from
3457         modules/unistr/u8-mbtouc.
3458         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
3459         * lib/unistr.h: Update.
3460         * lib/striconveh.c: Update.
3461         * modules/striconveh: Update.
3462         * lib/linebreak.c: Update.
3463         * modules/linebreak: Update.
3464         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
3465         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
3466         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
3467         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
3468         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
3469         * lib/unistr.h: Update.
3470         * lib/striconveh.c: Update.
3471         * modules/striconveh: Update.
3472         * lib/unistr/u8-to-u16.c: Update.
3473         * modules/unistr/u8-to-u16: Update.
3474         * lib/unistr/u8-to-u32.c: Update.
3475         * modules/unistr/u8-to-u32: Update.
3476
3477 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3478
3479         Sync from Libtool.
3480         * lib/argz.c: Do not include strings.h nor memory.h, include
3481         string.h unconditionally.  Patch by Simon Josefsson.
3482
3483 2007-01-27  Bruno Haible  <bruno@clisp.org>
3484
3485         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
3486         from gl_HEADER_STRING_H_BODY.
3487         (gl_HEADER_STRING_H_BODY): Require it.
3488         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
3489         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
3490         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
3491         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
3492         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
3493         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
3494         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
3495         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
3496         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
3497         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
3498         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
3499         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
3500         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
3501         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
3502         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
3503
3504 2007-01-27  Bruno Haible  <bruno@clisp.org>
3505
3506         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
3507         check_PROGRAMS into noinst_PROGRAMS.
3508         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
3509         check_PROGRAMS in this case.
3510         (func_import): Set for_test to false.
3511         (func_create_testdir): Set for_test to true.
3512
3513 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
3514             Bruno Haible  <bruno@clisp.org>
3515
3516         * modules/strcasestr (Files): Remove lib/strcasestr.h.
3517         (Depends-on): Add string.
3518         (Includes): Use <string.h> instead of strcasestr.h.
3519         * modules/string (Makefile.am): Also substitute the value of
3520         REPLACE_STRCASESTR.
3521         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
3522         assume strcasestr is declared in <string.h> not <strings.h>. Also
3523         set REPLACE_STRCASESTR.
3524         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
3525         REPLACE_STRCASESTR.
3526         * lib/strcasestr.h: Remove file.
3527         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
3528         * lib/string_.h (strcasestr): New declaration.
3529
3530 2007-01-27  Bruno Haible  <bruno@clisp.org>
3531
3532         * lib/string_.h: Use 'extern'.
3533
3534 2007-01-27  Jim Meyering  <jim@meyering.net>
3535
3536         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
3537         of set-but-not-used local, "q".
3538
3539         * lib/mempcpy.c: Include <config.h> before <string.h>.
3540         This fixes a compilation error on HP-UX, due to the system's
3541         "restrict"-using mempcpy prototype.
3542
3543 2007-01-26  Bruno Haible  <bruno@clisp.org>
3544
3545         Small optimization.
3546         * lib/javacomp.c: Include c-strstr.h.
3547          (is_envjavac_gcj): Use c_strstr instead of strstr.
3548         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
3549
3550 2007-01-26  Bruno Haible  <bruno@clisp.org>
3551
3552         * MODULES.html.sh (Unicode string functions): Add the new modules.
3553
3554         * modules/uniconv/u32-strconv-to-locale: New file.
3555         * lib/uniconv/u32-strconv-to-locale.c: New file.
3556
3557         * modules/uniconv/u16-strconv-to-locale: New file.
3558         * lib/uniconv/u16-strconv-to-locale.c: New file.
3559
3560         * modules/uniconv/u8-strconv-to-locale: New file.
3561         * lib/uniconv/u8-strconv-to-locale.c: New file.
3562
3563         * modules/uniconv/u32-strconv-from-locale: New file.
3564         * lib/uniconv/u32-strconv-from-locale.c: New file.
3565
3566         * modules/uniconv/u16-strconv-from-locale: New file.
3567         * lib/uniconv/u16-strconv-from-locale.c: New file.
3568
3569         * modules/uniconv/u8-strconv-from-locale: New file.
3570         * lib/uniconv/u8-strconv-from-locale.c: New file.
3571
3572         * modules/uniconv/u32-strconv-to-enc: New file.
3573         * lib/uniconv/u32-strconv-to-enc.c: New file.
3574         * modules/uniconv/u32-strconv-to-enc-tests: New file.
3575         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
3576
3577         * modules/uniconv/u16-strconv-to-enc: New file.
3578         * lib/uniconv/u16-strconv-to-enc.c: New file.
3579         * lib/uniconv/u-strconv-to-enc.h: New file.
3580         * modules/uniconv/u16-strconv-to-enc-tests: New file.
3581         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
3582
3583         * modules/uniconv/u8-strconv-to-enc: New file.
3584         * lib/uniconv/u8-strconv-to-enc.c: New file.
3585         * modules/uniconv/u8-strconv-to-enc-tests: New file.
3586         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
3587
3588         * modules/uniconv/u32-strconv-from-enc: New file.
3589         * lib/uniconv/u32-strconv-from-enc.c: New file.
3590         * modules/uniconv/u32-strconv-from-enc-tests: New file.
3591         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
3592
3593         * modules/uniconv/u16-strconv-from-enc: New file.
3594         * lib/uniconv/u16-strconv-from-enc.c: New file.
3595         * modules/uniconv/u16-strconv-from-enc-tests: New file.
3596         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
3597
3598         * modules/uniconv/u8-strconv-from-enc: New file.
3599         * lib/uniconv/u8-strconv-from-enc.c: New file.
3600         * lib/uniconv/u-strconv-from-enc.h: New file.
3601         * modules/uniconv/u8-strconv-from-enc-tests: New file.
3602         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
3603
3604         * modules/uniconv/u32-conv-from-enc: New file.
3605         * lib/uniconv/u32-conv-from-enc.c: New file.
3606         * modules/uniconv/u32-conv-from-enc-tests: New file.
3607         * tests/uniconv/test-u32-conv-from-enc.c: New file.
3608
3609         * modules/uniconv/u16-conv-from-enc: New file.
3610         * lib/uniconv/u16-conv-from-enc.c: New file.
3611         * lib/uniconv/u-conv-from-enc.h: New file.
3612         * modules/uniconv/u16-conv-from-enc-tests: New file.
3613         * tests/uniconv/test-u16-conv-from-enc.c: New file.
3614
3615         * modules/uniconv/u8-conv-from-enc: New file.
3616         * lib/uniconv/u8-conv-from-enc.c: New file.
3617         * modules/uniconv/u8-conv-from-enc-tests: New file.
3618         * tests/uniconv/test-u8-conv-from-enc.c: New file.
3619
3620         * modules/uniconv/base: New file.
3621         * lib/uniconv.h: New file.
3622
3623 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
3624
3625         * doc/gnulib-tool.texi (Initial import): Update to match current
3626         behavior with strdup module.
3627         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
3628         * lib/memmem.h: Remove; all uses removed.  This is now done
3629         by <string.h>.
3630         * lib/mempcpy.h: Likewise.
3631         * lib/memrchr.h: Likewise.
3632         * lib/stpcpy.h: Likewise.
3633         * lib/stpncpy.h: Likewise.
3634         * lib/strcase.h: Likewise.
3635         * lib/strchrnul.h: Likewise.
3636         * lib/strdup.h: Likewise.
3637         * lib/strndup.h: Likewise.
3638         * lib/strnlen.h: Likewise.
3639         * lib/strpbrk.h: Likewise.
3640         * lib/strsep.h: Likewise.
3641         * lib/strstr.h: Likewise.
3642         * lib/strtok_r.h: Likewise.
3643         * lib/string_.h: New file.
3644         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
3645         Rely on <string.h> instead.
3646         * lib/canon-host.c: Likewise.
3647         * lib/chdir-long.c: Likewise.
3648         * lib/concatpath.c: Likewise.
3649         * lib/exclude.c: Likewise.
3650         * lib/fchdir.c: Likewise.
3651         * lib/getaddrinfo.c: Likewise.
3652         * lib/getcwd.c: Likewise.
3653         * lib/getsubopt.c: Likewise.
3654         * lib/glob.c: Likewise.
3655         * lib/hard-locale.c: Likewise.
3656         * lib/iconvme.c: Likewise.
3657         * lib/javacomp.c: Likewise.
3658         * lib/mempcpy.c: Likewise.
3659         * lib/memrchr.c: Likewise.
3660         * lib/regex_internal.h: Likewise.
3661         * lib/stpncpy.c: Likewise.
3662         * lib/strcasecmp.c: Likewise.
3663         * lib/strchrnul.c: Likewise.
3664         * lib/strdup.c: Likewise.
3665         * lib/striconv.c: Likewise.
3666         * lib/striconveh.c: Likewise.
3667         * lib/striconveha.c: Likewise.
3668         * lib/strncasecmp.c: Likewise.
3669         * lib/strndup.c: Likewise.
3670         * lib/strnlen.c: Likewise.
3671         * lib/strsep.c: Likewise.
3672         * lib/strstr.c: Likewise.
3673         * lib/strtok_r.c: Likewise.
3674         * lib/userspec.c: Likewise.
3675         * lib/w32spawn.h: Likewise.
3676         * lib/xstrndup.c: Likewise.
3677         * lib/mountlist.c (strstr): Remove decl.
3678         * m4/string_h.m4: New file.
3679         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
3680         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
3681         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
3682         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
3683         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
3684         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
3685         Set REPLACE_STRCASECMP if necessary.
3686         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
3687         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
3688         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
3689         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
3690         HAVE_DECL_STRDUP if necessary.
3691         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
3692         since gl_FUNC_STRNDUP does that now.
3693         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
3694         Check for decl here...
3695         (gl_PREREQ_STRNLEN): ... not here.
3696         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
3697         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
3698         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
3699         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
3700         necessary.
3701         * modules/string: New file.
3702         * modules/memmem (Files): Remove special-purpose include file.
3703         (Depends-on): Add string.
3704         (Include): Include <string.h>, not the removed file.
3705         * modules/mempcpy: Likewise.
3706         * modules/memrchr: Likewise.
3707         * modules/stpcpy: Likewise.
3708         * modules/stpncpy: Likewise.
3709         * modules/strcase: Likewise.
3710         * modules/strchrnul: Likewise.
3711         * modules/strdup: Likewise.
3712         * modules/strndup: Likewise.
3713         * modules/strnlen: Likewise.
3714         * modules/strpbrk: Likewise.
3715         * modules/strsep: Likewise.
3716         * modules/strstr: Likewise.
3717         * modules/strtok_r: Likewise.
3718         * tests/test-dirname.c: Don't include "strdup.h", since
3719         <string.h> now suffices.
3720         * tests/test-memmem.c: Don't include "memmem.h", since
3721         <string.h> now suffices.
3722
3723 2007-01-25  Bruno Haible  <bruno@clisp.org>
3724
3725         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
3726         *resultp is 0.
3727
3728         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
3729         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
3730         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
3731         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
3732
3733         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
3734         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
3735         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
3736         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
3737         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
3738         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
3739
3740 2007-01-24  Bruno Haible  <bruno@clisp.org>
3741
3742         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
3743         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
3744         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
3745         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
3746         gl_FUNC_FTS_CORE.
3747         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
3748         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
3749         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
3750         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
3751         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
3752         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
3753         gl_FUNC_FCHOWNAT.
3754         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
3755         gl_FUNC_STRFTIME.
3756         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
3757         Reported by Ralf Wildenhues.
3758
3759 2007-01-24  Bruno Haible  <bruno@clisp.org>
3760
3761         Drop AC_REQUIRE calls that are redundant with the module dependencies.
3762         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
3763         gl_GETADDRINFO.
3764         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
3765         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
3766         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
3767
3768 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
3769
3770         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
3771         Don't use 'exit'; just return from 'main'.
3772         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
3773
3774         * lib/fnmatch_.h: Readjust white space and comments to match
3775         glibc, to avoid spurious diffs.
3776
3777 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
3778
3779         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
3780         2004-12-01 change by Jakub Jelinek, since this code won't compile
3781         if !LIBC.  Problem reported by Bob Proulx.
3782
3783 2007-01-23  Bruno Haible  <bruno@clisp.org>
3784
3785         * lib/striconveh.c: Include c-strcaseeq.h.
3786         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
3787         * modules/striconveh (Depends-on): Add c-strcaseeq.
3788
3789 2007-01-23  Bruno Haible  <bruno@clisp.org>
3790
3791         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
3792
3793         * modules/c-strcaseeq: New file.
3794         * lib/c-strcaseeq.h: New file.
3795
3796         * modules/streq: New file.
3797         * lib/streq.h: New file.
3798
3799 2007-01-23  Bruno Haible  <bruno@clisp.org>
3800
3801         * modules/striconveha-tests: New file.
3802         * tests/test-striconveha.c: New file.
3803
3804         * lib/striconveha.h: Include <stdbool.h>.
3805         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
3806         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
3807         (mem_iconveha_notranslit): Renamed from mem_iconveha.
3808         (mem_iconveha): New function.
3809         (str_iconveha_notranslit): Renamed from str_iconveha.
3810         (str_iconveha): New function.
3811         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
3812         c-strcase.
3813
3814 2007-01-23  Bruno Haible  <bruno@clisp.org>
3815
3816         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
3817         encodings without forgiving before trying any encoding with handler.
3818         (str_iconveha): Try all encodings without forgiving before trying any
3819         encoding with handler.
3820
3821 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
3822
3823         Import the following changes from libc.
3824
3825         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
3826
3827         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
3828
3829         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
3830
3831         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
3832         normal_bracket label.
3833
3834         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
3835
3836         [BZ #361]
3837         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
3838         to normal_bracket after fetching the next character.
3839
3840 2007-01-22  Bruno Haible  <bruno@clisp.org>
3841
3842         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
3843         argument.
3844         * lib/striconveh.c (iconv_carefully_1): New function.
3845         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
3846         argument.
3847         (str_cd_iconveh): Update.
3848         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
3849         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
3850         * tests/test-striconveh.c (MAGIC): New macro.
3851         (new_offsets): New function.
3852         (main): Test call with and without offsets.
3853
3854 2007-01-22  Bruno Haible  <bruno@clisp.org>
3855
3856         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
3857         * modules/sys_select (Makefile.am): Likewise.
3858         * modules/sys_socket (Makefile.am): Likewise.
3859         * modules/sys_time (Makefile.am): Likewise.
3860
3861 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
3862
3863         * modules/gettimeofday (License): Change from GPL to LGPL, since
3864         gettimeofday is a library function.
3865
3866 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3867
3868         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
3869
3870 2007-01-21  Bruno Haible  <bruno@clisp.org>
3871
3872         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
3873
3874 2007-01-21  Bruno Haible  <bruno@clisp.org>
3875
3876         * modules/striconveha: New file.
3877         * lib/striconveha.h: New file.
3878         * lib/striconveha.c: New file.
3879         * MODULES.html.sh (Internationalization functions): Add striconveha.
3880         * lib/striconv.c (str_iconv): Optimize the case of an empty input
3881         string.
3882         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
3883
3884 2007-01-21  Bruno Haible  <bruno@clisp.org>
3885
3886         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
3887         * lib/striconveh.c (str_iconveh): Likewise.
3888
3889 2007-01-21  Bruno Haible  <bruno@clisp.org>
3890
3891         * lib/striconveh.h (mem_iconveh): New declaration.
3892         * lib/striconveh.c (mem_iconveh): New function.
3893         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
3894
3895 2007-01-21  Bruno Haible  <bruno@clisp.org>
3896
3897         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
3898
3899         * lib/striconveh.h (mem_cd_iconveh): Change specification.
3900         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
3901         original result buffer.
3902         (str_cd_iconveh): Update.
3903         * tests/test-striconveh.c (main): Update.
3904
3905         * lib/striconv.h (mem_cd_iconv): Change specification.
3906         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
3907         result buffer.
3908         (str_cd_iconv): Update.
3909         * tests/test-striconv.c (main): Update.
3910
3911 2007-01-21  Bruno Haible  <bruno@clisp.org>
3912
3913         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
3914
3915 2007-01-20  Jim Meyering  <jim@meyering.net>
3916
3917         * lib/userspec.c (parse_with_separator): If a user or group string
3918         starts with "+", skip the corresponding name-to-ID look-up, since
3919         such a look-up must fail: user and group names may not include "+".
3920
3921 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
3922
3923         * lib/poll.c: Include sys/time.h and time.h unconditionally,
3924         since we now assume the sys_time module.
3925         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
3926         check for sys/time.h; no longer needed.
3927         * modules/poll (Depends-on): Depend on sys_time.
3928
3929 2007-01-18  Bruno Haible  <bruno@clisp.org>
3930
3931         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
3932         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
3933
3934         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
3935         gettimeofday.
3936
3937         * tests/test-gettimeofday.c: Include <time.h>.
3938         (dummy): Remove variable.
3939
3940         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
3941         gl_HEADER_SYS_TIME_H.
3942         (gl_HEADER_SYS_TIME_H): New macro.
3943
3944         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
3945         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3946         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
3947         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
3948         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3949         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
3950         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
3951         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3952         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
3953         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
3954         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3955
3956         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
3957         last change; it caused a compilation error when cross-compiling to
3958         Cygwin.
3959
3960 2007-01-18  Jim Meyering  <jim@meyering.net>
3961
3962         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
3963         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
3964         than the race-prone "test -d sys || mkdir sys".
3965         (configure.ac): Use AC_PROG_MKDIR_P.
3966         * modules/sys_select: Likewise.
3967         * modules/sys_socket: Likewise.
3968         * modules/sys_time: Likewise.
3969
3970 2007-01-18  Eric Blake  <ebb9@byu.net>
3971
3972         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
3973         replace gettimeofday.
3974         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
3975         name, to avoid infinite recursion.
3976
3977 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
3978
3979         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
3980         module sys_time.
3981         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
3982         assume timespec.h defines struct timeval.
3983         * lib/settime.c: Likewise.
3984         * lib/utimens.c: Likewise.
3985         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
3986         since we now assume the gettimeofday module.
3987         * lib/tempname.c (__gen_tempname): Likewise.
3988         * lib/gettimeofday.h: Remove.
3989         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
3990         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
3991         Include <time.h>, for 'time()'.
3992         (localtime_buffer_addr): Also use this workaround if
3993         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
3994         to simplify the uses.  All uses changed.
3995         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
3996         that #undef is inside {}, and 'const' follows type name consistently.
3997         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
3998         (gettimeofday): Do not use the maximum possible value for
3999         tv->tv_usec, since that might break usages other than ls.c.
4000         Instead, we'll leave ls.c alone.  This undoes today's patch
4001         by Bruno.  Add a compile-time warning for 1s-clock resolution;
4002         we've never observed the problem but might as well keep the
4003         canary.
4004         * lib/nanosleep.c: Include timespec.h first, for interface check.
4005         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
4006         now assume the sys_time module.
4007         * lib/tempname.c: Likewise.
4008         * lib/timespec.h: Likewise.
4009         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
4010         needed.
4011         * lib/strftime.c: Likewise.
4012         * lib/timespec.h: Likewise.
4013         * lib/posixtm.c: Include posixtm.h first, for interface check.
4014         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
4015         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
4016         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
4017         * lib/sys_time_.h: New file.
4018         * lib/timespec.h (struct timespec): Use long int, not long.
4019         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
4020         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
4021         Remove obsolescent call to AC_HEADER_TIME.
4022         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
4023         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
4024         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
4025         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
4026         Likewise.
4027         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
4028         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
4029         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
4030         into the sys_time module.  Check for gettimeofday just once.
4031         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
4032         for gettimeofday signature to just check the signature.  Merely
4033         compile it, since linking doesn't test signature.  Improve test for
4034         whether gettimeofday.o is actually needed.
4035         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
4036         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
4037         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
4038         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
4039         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
4040         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
4041         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
4042         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
4043         than worrying about sys/time.h.
4044         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
4045         Don't bother worrying about TIME_WITH_SYS_TIME.
4046         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
4047         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
4048         * m4/sys_time_h.m4: New file.
4049         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
4050         Don't include sys/time.h.  Return from main rather than exiting.
4051         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
4052         all uses changed.
4053         * modules/gethrxtime (Depends-on): Add sys_time.
4054         * modules/gettime (Depends-on): Likewise.
4055         * modules/gettimeofday (Depends-on): Likewise.
4056         * modules/nanosleep (Depends-on): Likewise.
4057         * modules/settime (Depends-on): Likewise.
4058         * modules/tempname (Depends-on): Likewise.
4059         * modules/utimens (Depends-on): Likewise.
4060         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
4061         (Include:) Change back to <sys/time.h>.
4062         (Maintainer:) Add self.
4063         * modules/sys_time: New file.
4064         * modules/tempname (Depends-on): Add gettimeofday.
4065         * tests/test-gettimeofday.c: Include <sys/time.h>
4066         rather than gettimeofday.h.
4067
4068 2007-01-17  Bruno Haible  <bruno@clisp.org>
4069
4070         * gnulib-tool (func_get_license): Revert last patch. Instead, let
4071         the license default to GPL.
4072         (func_create_testdir): Don't complain if a module is LGPL and its
4073         tests module depends on GPLed modules.
4074
4075 2007-01-17  Bruno Haible  <bruno@clisp.org>
4076
4077         * lib/gettimeofday.c (gettimeofday): Add code for the case
4078         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
4079         maximum possible value for tv->tv_usec, rather than the minimum one.
4080
4081 2005-10-08  Martin Lambers  <marlam@marlam.de>
4082 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
4083 2007-01-16  Bruno Haible  <bruno@clisp.org>
4084
4085         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
4086         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
4087         gl_FUNC_GETTIMEOFDAY.
4088         (Include): Add gettimeofday.h.
4089         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
4090         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
4091         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
4092         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
4093         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
4094         * lib/gettimeofday.h: New file.
4095         * lib/gettimeofday.c: Include <sys/timeb.h>.
4096         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
4097         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
4098         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
4099         fall back on time().
4100
4101         * tests/test-gettimeofday.c: New file.
4102         * modules/gettimeofday-tests: New file.
4103
4104 2007-01-16  Eric Blake  <ebb9@byu.net>
4105
4106         * modules/fnmatch (Depends-on): Depend on wchar.
4107         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
4108         * m4/fnmatch.m4: Likewise.
4109         * modules/mbchar (Makefile.am): Assume <wchar.h>.
4110         * m4/mbchar.m4: Likewise.
4111         * modules/mbswidth (Depends-on): Depend on wchar.
4112         * lib/mbswidth.c: Assume <wchar.h>.
4113         * m4/mbswidth.m4: Likewise.
4114         * modules/quotearg (Depends-on): Depend on wchar.
4115         * lib/quotearg.c: Assume <wchar.h>.
4116         * m4/quotearg.m4: Likewise.
4117         * modules/regex (Depends-on): Depend on wchar.
4118         * lib/regex_internal.h: Assume <wchar.h>.
4119         * m4/regex.m4: Likewise.
4120         * modules/stdint (Depends-on): Depend on wchar.
4121         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
4122         * m4/stdint.m4: Likewise.
4123         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
4124         * modules/strftime (Depends-on): Depend on wchar.
4125         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
4126         * modules/strtol (Depends-on): Depend on wchar.
4127         * lib/strtol.c: Assume <wchar.h>.
4128         * modules/wcwidth (Depends-on): Depend on wchar.
4129         * lib/wcwidth.h: Assume <wchar.h>.
4130         * m4/wcwidth.m4: Likewise.
4131
4132 2007-01-16  Bruno Haible  <bruno@clisp.org>
4133
4134         * modules/csharpexec-script: New, created from...
4135         * modules/csharpexec: ... this.
4136
4137 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
4138
4139         * modules/javaexec-script: New, created from...
4140         * modules/javaexec: ... this.
4141
4142 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4143
4144         * modules/poll (Dependencies): Add sys_select.
4145
4146 2007-01-15  Jim Meyering  <jim@meyering.net>
4147
4148         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
4149         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
4150         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
4151         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
4152
4153 2007-01-15  Bruno Haible  <bruno@clisp.org>
4154
4155         * modules/striconveh: New file.
4156         * lib/striconveh.h: New file.
4157         * lib/striconveh.c: New file.
4158         * MODULES.html.sh (Internationalization functions): Add striconveh.
4159
4160         * modules/striconveh-tests: New file.
4161         * tests/test-striconveh.c: New file.
4162
4163 2007-01-15  Bruno Haible  <bruno@clisp.org>
4164
4165         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
4166         not from GNU libiconv or GNU libc.
4167
4168 2007-01-15  Bruno Haible  <bruno@clisp.org>
4169
4170         * doc/gnulib-intro.texi (Copyright): Explain the different license
4171         terms for module descriptions, autoconf macros, tests, documentation.
4172
4173 2007-01-14  Bruno Haible  <bruno@clisp.org>
4174
4175         * modules/striconv-tests: New file.
4176         * tests/test-striconv.c: New file.
4177
4178 2007-01-14  Bruno Haible  <bruno@clisp.org>
4179
4180         * modules/iconv-tests: New file.
4181         * tests/test-iconv.c: New file.
4182
4183 2007-01-14  Bruno Haible  <bruno@clisp.org>
4184
4185         * gnulib-tool (func_get_license): For test modules, use the license of
4186         the main module.
4187
4188 2007-01-14  Bruno Haible  <bruno@clisp.org>
4189
4190         * modules/iconv (Include): Clarify that <iconv.h> can only be included
4191         if iconv is found to exist.
4192
4193 2007-01-14  Bruno Haible  <bruno@clisp.org>
4194
4195         * modules/c-ctype-tests: New file.
4196         * tests/test-c-ctype.c: New file.
4197
4198 2007-01-14  Bruno Haible  <bruno@clisp.org>
4199
4200         * modules/binary-io-tests: New file.
4201         * tests/test-binary-io.sh: New file.
4202         * tests/test-binary-io.c: New file.
4203
4204 2007-01-14  Bruno Haible  <bruno@clisp.org>
4205
4206         * modules/array-oset-tests: New file.
4207         * tests/test-array_oset.c: New file.
4208
4209 2007-01-14  Bruno Haible  <bruno@clisp.org>
4210
4211         * modules/array-list-tests: New file.
4212         * tests/test-array_list.c: New file.
4213
4214 2007-01-14  Bruno Haible  <bruno@clisp.org>
4215
4216         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
4217         and make.
4218         Reported by Simon Josefsson in
4219         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
4220
4221 2007-01-14  Bruno Haible  <bruno@clisp.org>
4222
4223         * modules/allocsa-tests: New file.
4224         * tests/test-allocsa.c: New file.
4225
4226 2007-01-14  Bruno Haible  <bruno@clisp.org>
4227
4228         * modules/fchdir (Depends-on): Add absolute-header.
4229         * modules/unistd (Depends-on): Likewise.
4230
4231 2006-12-30  Bruno Haible  <bruno@clisp.org>
4232
4233         * modules/fchdir: New file.
4234         * modules/unistd (Files): Add lib/unistd_.h.
4235         (Makefile.am): Generate unistd.h from unistd_.h.
4236         * lib/fchdir.c: New file.
4237         * lib/dirent_.h: New file.
4238         * lib/unistd_.h: New file.
4239         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
4240         * m4/fchdir.m4: New file.
4241         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
4242         (gl_HEADER_UNISTD): Invoke it.
4243         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
4244         function.
4245         * lib/backupfile.c (opendir, closedir): Undefine.
4246         * lib/chown.c (open, close): Undefine.
4247         * lib/clean-temp.c (open, close): Undefine.
4248         * lib/copy-file.c (open, close): Undefine.
4249         * lib/execute.c (open, close): Undefine.
4250         * lib/fsusage.c (open, close): Undefine.
4251         * lib/gc-gnulib.c (open, close): Undefine.
4252         * lib/getcwd.c (opendir, closedir): Undefine.
4253         * lib/glob.c (opendir, closedir): Undefine.
4254         * lib/javacomp.c (open, close): Undefine.
4255         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
4256         * lib/openat-proc.c (open, close): Undefine.
4257         * lib/pagealign_alloc.c (open, close): Undefine.
4258         * lib/pipe.c (open, close): Undefine.
4259         * lib/progreloc.c (open, close): Undefine.
4260         * lib/savedir.c (opendir, closedir): Undefine.
4261         * lib/utime.c (open, close): Undefine.
4262         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
4263
4264 2007-01-10  Bruno Haible  <bruno@clisp.org>
4265
4266         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
4267
4268 2007-01-12  Eric Blake  <ebb9@byu.net>
4269
4270         Provide a robust <wchar.h>.  Further simplifications are now
4271         possible in other modules, but not included here.
4272         * modules/wchar: New module.
4273         * m4/wchar.m4: New file.
4274         * lib/wchar_.h: Likewise.
4275         * modules/mbchar (Depends-on): Depend on wchar, as the first use
4276         of the new module.
4277         * MODULES.html.sh (Extended multibyte and wide character utilities):
4278         New section.
4279
4280 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
4281
4282         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
4283         to a reasonable default for memory allocation.
4284         (xreadlink): Don't allocate a huge buffer, to work around a buggy
4285         file system that reports garbage st_size values for symlinks.
4286         Problem reported by Liyang Hu.
4287
4288 2007-01-11  Simon Josefsson  <simon@josefsson.org>
4289
4290         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
4291         Emacs .#* auto-save files).
4292
4293 2007-01-11  Bruno Haible  <bruno@clisp.org>
4294
4295         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
4296         directory.
4297
4298 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
4299
4300         Use @...@ consistently in lib/wctype_.h.
4301         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
4302         on it being set to 1 or 0.
4303         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
4304         go back to AC_SUBSTing it.
4305         * modules/wctype (Makefile.am): Undo previous change.
4306
4307 2007-01-10  Eric Blake  <ebb9@byu.net>
4308
4309         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
4310         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
4311         * modules/wctype (Makefile.am): Likewise.
4312         Reported by Chris McGuire.
4313
4314 2007-01-10  Jim Meyering  <jim@meyering.net>
4315
4316         fts.c: a small readability/maintainability improvement
4317         * lib/fts.c (fts_read): Make this code slightly more readable and
4318         maintainable by hoisting the "sp->fts_cur = p" assignments to
4319         immediately follow the statements that set P.  Derived from
4320         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
4321
4322 2007-01-10  Eric Blake  <ebb9@byu.net>
4323
4324         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
4325         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
4326         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
4327         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
4328         Reported by Chris McGuire.
4329
4330 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4331
4332         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
4333         in sed script.
4334
4335 2007-01-09  Bruno Haible  <bruno@clisp.org>
4336
4337         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
4338         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
4339         variables.
4340         (func_module): Use them.
4341
4342 2007-01-09  Bruno Haible  <bruno@clisp.org>
4343
4344         * modules/unistr/base: New file.
4345         * lib/unistr.h: New file.
4346
4347         * modules/unistr/u8-to-u16: New file.
4348         * lib/unistr/u8-to-u16.c: New file.
4349
4350         * modules/unistr/u8-to-u32: New file.
4351         * lib/unistr/u8-to-u32.c: New file.
4352
4353         * modules/unistr/u16-to-u8: New file.
4354         * lib/unistr/u16-to-u8.c: New file.
4355
4356         * modules/unistr/u16-to-u32: New file.
4357         * lib/unistr/u16-to-u32.c: New file.
4358
4359         * modules/unistr/u32-to-u8: New file.
4360         * lib/unistr/u32-to-u8.c: New file.
4361
4362         * modules/unistr/u32-to-u16: New file.
4363         * lib/unistr/u32-to-u16.c: New file.
4364
4365         * modules/unistr/u8-check: New file.
4366         * modules/unistr/u16-check: New file.
4367         * modules/unistr/u32-check: New file.
4368         * lib/unistr/u8-check.c: New file.
4369         * lib/unistr/u16-check.c: New file.
4370         * lib/unistr/u32-check.c: New file.
4371
4372         * modules/unistr/u8-chr: New file.
4373         * modules/unistr/u16-chr: New file.
4374         * modules/unistr/u32-chr: New file.
4375         * lib/unistr/u8-chr.c: New file.
4376         * lib/unistr/u16-chr.c: New file.
4377         * lib/unistr/u32-chr.c: New file.
4378
4379         * modules/unistr/u8-cmp: New file.
4380         * modules/unistr/u16-cmp: New file.
4381         * modules/unistr/u32-cmp: New file.
4382         * lib/unistr/u8-cmp.c: New file.
4383         * lib/unistr/u16-cmp.c: New file.
4384         * lib/unistr/u32-cmp.c: New file.
4385
4386         * modules/unistr/u8-cpy: New file.
4387         * modules/unistr/u16-cpy: New file.
4388         * modules/unistr/u32-cpy: New file.
4389         * lib/unistr/u8-cpy.c: New file.
4390         * lib/unistr/u16-cpy.c: New file.
4391         * lib/unistr/u32-cpy.c: New file.
4392         * lib/unistr/u-cpy.h: New file.
4393
4394         * modules/unistr/u8-cpy-alloc: New file.
4395         * modules/unistr/u16-cpy-alloc: New file.
4396         * modules/unistr/u32-cpy-alloc: New file.
4397         * lib/unistr/u8-cpy-alloc.c: New file.
4398         * lib/unistr/u16-cpy-alloc.c: New file.
4399         * lib/unistr/u32-cpy-alloc.c: New file.
4400         * lib/unistr/u-cpy-alloc.h: New file.
4401
4402         * modules/unistr/u8-endswith: New file.
4403         * modules/unistr/u16-endswith: New file.
4404         * modules/unistr/u32-endswith: New file.
4405         * lib/unistr/u8-endswith.c: New file.
4406         * lib/unistr/u16-endswith.c: New file.
4407         * lib/unistr/u32-endswith.c: New file.
4408         * lib/unistr/u-endswith.h: New file.
4409
4410         * modules/unistr/u8-mblen: New file.
4411         * modules/unistr/u16-mblen: New file.
4412         * modules/unistr/u32-mblen: New file.
4413         * lib/unistr/u8-mblen.c: New file.
4414         * lib/unistr/u16-mblen.c: New file.
4415         * lib/unistr/u32-mblen.c: New file.
4416
4417         * modules/unistr/u8-mbtouc: New file.
4418         * modules/unistr/u16-mbtouc: New file.
4419         * modules/unistr/u32-mbtouc: New file.
4420         * lib/unistr/u8-mbtouc.c: New file.
4421         * lib/unistr/u16-mbtouc.c: New file.
4422         * lib/unistr/u32-mbtouc.c: New file.
4423
4424         * modules/unistr/u8-mbtouc-safe: New file.
4425         * modules/unistr/u16-mbtouc-safe: New file.
4426         * modules/unistr/u32-mbtouc-safe: New file.
4427         * lib/unistr/u8-mbtouc-safe.c: New file.
4428         * lib/unistr/u16-mbtouc-safe.c: New file.
4429         * lib/unistr/u32-mbtouc-safe.c: New file.
4430
4431         * modules/unistr/u8-move: New file.
4432         * modules/unistr/u16-move: New file.
4433         * modules/unistr/u32-move: New file.
4434         * lib/unistr/u8-move.c: New file.
4435         * lib/unistr/u16-move.c: New file.
4436         * lib/unistr/u32-move.c: New file.
4437         * lib/unistr/u-move.h: New file.
4438
4439         * modules/unistr/u8-next: New file.
4440         * modules/unistr/u16-next: New file.
4441         * modules/unistr/u32-next: New file.
4442         * lib/unistr/u8-next.c: New file.
4443         * lib/unistr/u16-next.c: New file.
4444         * lib/unistr/u32-next.c: New file.
4445
4446         * modules/unistr/u8-prev: New file.
4447         * modules/unistr/u16-prev: New file.
4448         * modules/unistr/u32-prev: New file.
4449         * lib/unistr/u8-prev.c: New file.
4450         * lib/unistr/u16-prev.c: New file.
4451         * lib/unistr/u32-prev.c: New file.
4452
4453         * modules/unistr/u8-set: New file.
4454         * modules/unistr/u16-set: New file.
4455         * modules/unistr/u32-set: New file.
4456         * lib/unistr/u8-set.c: New file.
4457         * lib/unistr/u16-set.c: New file.
4458         * lib/unistr/u32-set.c: New file.
4459         * lib/unistr/u-set.h: New file.
4460
4461         * modules/unistr/u8-startswith: New file.
4462         * modules/unistr/u16-startswith: New file.
4463         * modules/unistr/u32-startswith: New file.
4464         * lib/unistr/u8-startswith.c: New file.
4465         * lib/unistr/u16-startswith.c: New file.
4466         * lib/unistr/u32-startswith.c: New file.
4467         * lib/unistr/u-startswith.h: New file.
4468
4469         * modules/unistr/u8-stpcpy: New file.
4470         * modules/unistr/u16-stpcpy: New file.
4471         * modules/unistr/u32-stpcpy: New file.
4472         * lib/unistr/u8-stpcpy.c: New file.
4473         * lib/unistr/u16-stpcpy.c: New file.
4474         * lib/unistr/u32-stpcpy.c: New file.
4475         * lib/unistr/u-stpcpy.h: New file.
4476
4477         * modules/unistr/u8-stpncpy: New file.
4478         * modules/unistr/u16-stpncpy: New file.
4479         * modules/unistr/u32-stpncpy: New file.
4480         * lib/unistr/u8-stpncpy.c: New file.
4481         * lib/unistr/u16-stpncpy.c: New file.
4482         * lib/unistr/u32-stpncpy.c: New file.
4483         * lib/unistr/u-stpncpy.h: New file.
4484
4485         * modules/unistr/u8-strcat: New file.
4486         * modules/unistr/u16-strcat: New file.
4487         * modules/unistr/u32-strcat: New file.
4488         * lib/unistr/u8-strcat.c: New file.
4489         * lib/unistr/u16-strcat.c: New file.
4490         * lib/unistr/u32-strcat.c: New file.
4491         * lib/unistr/u-strcat.h: New file.
4492
4493         * modules/unistr/u8-strchr: New file.
4494         * modules/unistr/u16-strchr: New file.
4495         * modules/unistr/u32-strchr: New file.
4496         * lib/unistr/u8-strchr.c: New file.
4497         * lib/unistr/u16-strchr.c: New file.
4498         * lib/unistr/u32-strchr.c: New file.
4499
4500         * modules/unistr/u8-strcmp: New file.
4501         * modules/unistr/u16-strcmp: New file.
4502         * modules/unistr/u32-strcmp: New file.
4503         * lib/unistr/u8-strcmp.c: New file.
4504         * lib/unistr/u16-strcmp.c: New file.
4505         * lib/unistr/u32-strcmp.c: New file.
4506
4507         * modules/unistr/u8-strcpy: New file.
4508         * modules/unistr/u16-strcpy: New file.
4509         * modules/unistr/u32-strcpy: New file.
4510         * lib/unistr/u8-strcpy.c: New file.
4511         * lib/unistr/u16-strcpy.c: New file.
4512         * lib/unistr/u32-strcpy.c: New file.
4513         * lib/unistr/u-strcpy.h: New file.
4514
4515         * modules/unistr/u8-strcspn: New file.
4516         * modules/unistr/u16-strcspn: New file.
4517         * modules/unistr/u32-strcspn: New file.
4518         * lib/unistr/u8-strcspn.c: New file.
4519         * lib/unistr/u16-strcspn.c: New file.
4520         * lib/unistr/u32-strcspn.c: New file.
4521         * lib/unistr/u-strcspn.h: New file.
4522
4523         * modules/unistr/u8-strdup: New file.
4524         * modules/unistr/u16-strdup: New file.
4525         * modules/unistr/u32-strdup: New file.
4526         * lib/unistr/u8-strdup.c: New file.
4527         * lib/unistr/u16-strdup.c: New file.
4528         * lib/unistr/u32-strdup.c: New file.
4529         * lib/unistr/u-strdup.h: New file.
4530
4531         * modules/unistr/u8-strlen: New file.
4532         * modules/unistr/u16-strlen: New file.
4533         * modules/unistr/u32-strlen: New file.
4534         * lib/unistr/u8-strlen.c: New file.
4535         * lib/unistr/u16-strlen.c: New file.
4536         * lib/unistr/u32-strlen.c: New file.
4537         * lib/unistr/u-strlen.h: New file.
4538
4539         * modules/unistr/u8-strmblen: New file.
4540         * modules/unistr/u16-strmblen: New file.
4541         * modules/unistr/u32-strmblen: New file.
4542         * lib/unistr/u8-strmblen.c: New file.
4543         * lib/unistr/u16-strmblen.c: New file.
4544         * lib/unistr/u32-strmblen.c: New file.
4545
4546         * modules/unistr/u8-strmbtouc: New file.
4547         * modules/unistr/u16-strmbtouc: New file.
4548         * modules/unistr/u32-strmbtouc: New file.
4549         * lib/unistr/u8-strmbtouc.c: New file.
4550         * lib/unistr/u16-strmbtouc.c: New file.
4551         * lib/unistr/u32-strmbtouc.c: New file.
4552
4553         * modules/unistr/u8-strncat: New file.
4554         * modules/unistr/u16-strncat: New file.
4555         * modules/unistr/u32-strncat: New file.
4556         * lib/unistr/u8-strncat.c: New file.
4557         * lib/unistr/u16-strncat.c: New file.
4558         * lib/unistr/u32-strncat.c: New file.
4559         * lib/unistr/u-strncat.h: New file.
4560
4561         * modules/unistr/u8-strncmp: New file.
4562         * modules/unistr/u16-strncmp: New file.
4563         * modules/unistr/u32-strncmp: New file.
4564         * lib/unistr/u8-strncmp.c: New file.
4565         * lib/unistr/u16-strncmp.c: New file.
4566         * lib/unistr/u32-strncmp.c: New file.
4567
4568         * modules/unistr/u8-strncpy: New file.
4569         * modules/unistr/u16-strncpy: New file.
4570         * modules/unistr/u32-strncpy: New file.
4571         * lib/unistr/u8-strncpy.c: New file.
4572         * lib/unistr/u16-strncpy.c: New file.
4573         * lib/unistr/u32-strncpy.c: New file.
4574         * lib/unistr/u-strncpy.h: New file.
4575
4576         * modules/unistr/u8-strnlen: New file.
4577         * modules/unistr/u16-strnlen: New file.
4578         * modules/unistr/u32-strnlen: New file.
4579         * lib/unistr/u8-strnlen.c: New file.
4580         * lib/unistr/u16-strnlen.c: New file.
4581         * lib/unistr/u32-strnlen.c: New file.
4582         * lib/unistr/u-strnlen.h: New file.
4583
4584         * modules/unistr/u8-strpbrk: New file.
4585         * modules/unistr/u16-strpbrk: New file.
4586         * modules/unistr/u32-strpbrk: New file.
4587         * lib/unistr/u8-strpbrk.c: New file.
4588         * lib/unistr/u16-strpbrk.c: New file.
4589         * lib/unistr/u32-strpbrk.c: New file.
4590         * lib/unistr/u-strpbrk.h: New file.
4591
4592         * modules/unistr/u8-strrchr: New file.
4593         * modules/unistr/u16-strrchr: New file.
4594         * modules/unistr/u32-strrchr: New file.
4595         * lib/unistr/u8-strrchr.c: New file.
4596         * lib/unistr/u16-strrchr.c: New file.
4597         * lib/unistr/u32-strrchr.c: New file.
4598
4599         * modules/unistr/u8-strspn: New file.
4600         * modules/unistr/u16-strspn: New file.
4601         * modules/unistr/u32-strspn: New file.
4602         * lib/unistr/u8-strspn.c: New file.
4603         * lib/unistr/u16-strspn.c: New file.
4604         * lib/unistr/u32-strspn.c: New file.
4605         * lib/unistr/u-strspn.h: New file.
4606
4607         * modules/unistr/u8-strstr: New file.
4608         * modules/unistr/u16-strstr: New file.
4609         * modules/unistr/u32-strstr: New file.
4610         * lib/unistr/u8-strstr.c: New file.
4611         * lib/unistr/u16-strstr.c: New file.
4612         * lib/unistr/u32-strstr.c: New file.
4613         * lib/unistr/u-strstr.h: New file.
4614
4615         * modules/unistr/u8-strtok: New file.
4616         * modules/unistr/u16-strtok: New file.
4617         * modules/unistr/u32-strtok: New file.
4618         * lib/unistr/u8-strtok.c: New file.
4619         * lib/unistr/u16-strtok.c: New file.
4620         * lib/unistr/u32-strtok.c: New file.
4621         * lib/unistr/u-strtok.h: New file.
4622
4623         * modules/unistr/u8-uctomb: New file.
4624         * modules/unistr/u16-uctomb: New file.
4625         * modules/unistr/u32-uctomb: New file.
4626         * lib/unistr/u8-uctomb.c: New file.
4627         * lib/unistr/u16-uctomb.c: New file.
4628         * lib/unistr/u32-uctomb.c: New file.
4629
4630         * MODULES.html.sh (Unicode string functions): Add the new modules.
4631
4632 2007-01-08  Bruno Haible  <bruno@clisp.org>
4633
4634         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
4635         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
4636         subdirectories.
4637
4638 2007-01-08  Karl Berry  <karl@gnu.org>
4639
4640         * doc/error.texi: mention that main() fns must set program_name
4641         when progname is used.
4642
4643 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
4644
4645         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
4646         WCTYPE_H is empty, for the benefit of builds from non-distclean
4647         directories.  Problem reported by Eric Blake in
4648         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
4649
4650 2007-01-08  Bruno Haible  <bruno@clisp.org>
4651
4652         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
4653         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
4654         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
4655         PROVIDE_CANONICALIZE_FILENAME_MODE.
4656         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
4657
4658 2007-01-08  Bruno Haible  <bruno@clisp.org>
4659
4660         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
4661         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
4662         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
4663         * lib/fts.c: Likewise.
4664         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
4665
4666 2006-12-25  Bruno Haible  <bruno@clisp.org>
4667
4668         * modules/utf8-ucs4-safe: New file.
4669         * lib/utf8-ucs4-safe.h: New file.
4670         * lib/unistr/utf8-ucs4-safe.c: New file.
4671
4672         * modules/utf16-ucs4-safe: New file.
4673         * lib/utf16-ucs4-safe.h: New file.
4674         * lib/unistr/utf16-ucs4-safe.c: New file.
4675
4676         * MODULES.html.sh (Unicode string functions): Add the new modules.
4677
4678 2007-01-08  Bruno Haible  <bruno@clisp.org>
4679
4680         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
4681         (Depends-on): Add unitypes.
4682         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
4683         (u8_mbtouc_aux): Move out to separate file.
4684         (u8_mbtouc): Use ucs4_t, uint8_t types.
4685         * lib/unistr/utf8-ucs4.c: New file.
4686
4687         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
4688         (Depends-on): Add unitypes.
4689         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
4690         (u16_mbtouc_aux): Move out to separate file.
4691         (u16_mbtouc): Use ucs4_t, uint16_t types.
4692         * lib/unistr/utf16-ucs4.c: New file.
4693
4694         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
4695         (Depends-on): Add unitypes.
4696         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
4697         (u8_uctomb_aux): Move out to separate file.
4698         (u8_uctomb): Use ucs4_t, uint8_t types.
4699         * lib/unistr/ucs4-utf8.c: New file.
4700
4701         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
4702         (Depends-on): Add unitypes.
4703         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
4704         (u16_uctomb_aux): Move out to separate file.
4705         (u16_uctomb): Use ucs4_t, uint16_t types.
4706         * lib/unistr/ucs4-utf16.c: New file.
4707
4708 2006-12-25  Bruno Haible  <bruno@clisp.org>
4709
4710         * modules/unitypes: New file.
4711         * lib/unitypes.h: New file.
4712         * MODULES.html.sh (func_all_modules): New section "Unicode string
4713         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
4714         this section. Add unitypes.
4715
4716 2007-01-08  Bruno Haible  <bruno@clisp.org>
4717
4718         Avoid variable names that conflict with those from libtool.
4719         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
4720         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
4721         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
4722         library_names_spec to acl_library_names_spec, hardcode_* to
4723         acl_hardcode_*.
4724         Reported by Ralf Wildenhues.
4725
4726 2007-01-08  Bruno Haible  <bruno@clisp.org>
4727
4728         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
4729         definition.
4730         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
4731         definition.
4732         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
4733         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
4734         definition.
4735         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
4736         definition.
4737         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
4738         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
4739         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
4740         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
4741         definition.
4742         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
4743         definition.
4744         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
4745         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
4746         GC_USE_<algorithm>.
4747         * lib/gc-libgcrypt.c: Likewise.
4748         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
4749         * modules/gc-arctwo (configure.ac): Likewise.
4750         * modules/gc-des (configure.ac): Likewise.
4751         * modules/gc-hmac-md5 (configure.ac): Likewise.
4752         * modules/gc-hmac-sha1 (configure.ac): Likewise.
4753         * modules/gc-md2 (configure.ac): Likewise.
4754         * modules/gc-md4 (configure.ac): Likewise.
4755         * modules/gc-md5 (configure.ac): Likewise.
4756         * modules/gc-random (configure.ac): Likewise.
4757         * modules/gc-rijndael (configure.ac): Likewise.
4758         * modules/gc-sha1 (configure.ac): Likewise.
4759
4760 2007-01-08  Bruno Haible  <bruno@clisp.org>
4761
4762         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
4763         macro definition.
4764         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
4765         definition.
4766         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
4767         definition.
4768         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
4769         * modules/fcntl-safer (configure.ac): Likewise.
4770         * modules/fopen-safer (configure.ac): Likewise.
4771         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
4772         GNULIB_FWRITEERROR macro definition.
4773
4774 2007-01-08  Bruno Haible  <bruno@clisp.org>
4775
4776         * m4/gnulib-common.m4: New file.
4777         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
4778         (func_get_filelist): Add m4/gnulib-common.m4.
4779
4780 2007-01-08  Bruno Haible  <bruno@clisp.org>
4781
4782         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
4783         command.
4784
4785 2007-01-08  Jim Meyering  <jim@meyering.net>
4786
4787         Use a more robust test for a "can't happen" condition.
4788         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
4789         narrowed the st_size value.  Presuming the "can't happen" condition
4790         is true, that narrowing could conceivably convert an invalid st_size
4791         value into a valid one.  Instead, use a change based on Matthew
4792         Woehlke's original patch.
4793
4794         Slight readability improvement: use an assert-like macro
4795         in place of literal "abort ()" uses.
4796         * lib/fts.c (fts_assert): Define.
4797         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
4798         Use this macro instead of a bare 'abort'.
4799
4800 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
4801
4802         Don't worry about using IRIX 5.3's wctype.h broken definitions;
4803         simply work around them.
4804         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
4805         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
4806         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
4807         declaring.
4808         Don't bother to define as macros, since the standard doesn't require it.
4809         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
4810         longer worry about IRIX 5.3.
4811         (HAVE_WCTYPE_CTMP_BUG): Remove.
4812
4813 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
4814
4815         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
4816         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
4817         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
4818         Problems reported by Georg Schwarz for IRIX 5.3.
4819
4820         * gnulib-tool (autoconf_minversion): Take the maximum version number
4821         found, not the minimum.  Problem reported by James Youngman.
4822
4823 2007-01-03  Karl Berry  <karl@gnu.org>
4824
4825         * doc/error.texi: new file, explaining interaction with progname.
4826         * doc/gnulib.texi: include it.  Update copyright.
4827
4828 2007-01-03  Simon Josefsson  <simon@josefsson.org>
4829
4830         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
4831         AC_CANONICAL_HOST, to improve autobuild outputs.
4832
4833 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
4834             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
4835
4836         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
4837         sockets, server sockets, and other file descriptors.  Count errors
4838         to compute the return value.  Reorder the code a bit to be easier
4839         to follow.  Don't set event bits that were not requested (except
4840         POLLERR and POLLHUP).
4841
4842 2007-01-01  Bruno Haible  <bruno@clisp.org>
4843
4844         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
4845
4846 2007-01-03  Jim Meyering  <jim@meyering.net>
4847
4848         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
4849
4850 2007-01-02  Bruno Haible  <bruno@clisp.org>
4851
4852         * modules/settime (Include): Require timespec.h.
4853         * modules/nanosleep (Include): Likewise.
4854
4855 2007-01-01  Bruno Haible  <bruno@clisp.org>
4856
4857         * gnulib-tool (func_emit_copyright_notice): Bump year.
4858         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
4859
4860 2007-01-01  Bruno Haible  <bruno@clisp.org>
4861
4862         Improve support for OpenBSD.
4863         * build-aux/config.rpath (libname_spec): Export.
4864         (library_names_spec): New variable. Export.
4865         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
4866         library_names_spec from the config.rpath output. Locate shared library
4867         through the name pattern in library_names_spec.
4868
4869 2007-01-01  Eric Blake  <ebb9@byu.net>
4870
4871         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
4872
4873 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
4874
4875         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
4876         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
4877         assume the C locale, and avoid an "eval" that could cause trouble.
4878         Problem with SORT reported by Bob Proulx.
4879
4880         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
4881         Define.  Trivial patch from Henning Nielsen Lund, originally
4882         sent to bug-grep@gnu.org today.
4883
4884 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
4885
4886         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
4887         struct stat.  Problem reported by Henning Nielsen Lund.
4888         * lib/acl.c: Include acl.h first, to check interface.  Don't
4889         bother to include sys/types.h and sys/stat.h again.
4890
4891 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
4892
4893         Import the following change from libc; problem reported by
4894         Sven Verdoolaege.
4895
4896         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
4897
4898         [BZ #1373]
4899         * lib/argp.h: Remove __NTH for __argp_usage inline function.
4900
4901 2006-12-28  Jim Meyering  <jim@meyering.net>
4902
4903         * build-aux/announce-gen: Do not assume that the package
4904         builds any of tar.gz, tar.bz2, and .xdelta files.
4905         Suggestion from Simon Josefsson.
4906
4907 2006-12-28  Simon Josefsson  <simon@josefsson.org>
4908
4909         * modules/announce-gen: New file.
4910
4911 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
4912
4913         * lib/mbchar.h: Just include <wctype.h>; the wctype module
4914         handles its gotchas now.
4915         * lib/mbswidth.c: Likewise.
4916         * lib/wcwidth.h: Likewise.
4917         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
4918         and iswcntrl; the wctype module does this stuff now.
4919         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
4920         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
4921         * modules/mbchar (Depends-on): Add wctype.
4922         * modules/mbswidth (Depends-on): Likewise.
4923         * modules/wcwidth (Depends-on): Likewise.
4924
4925 2006-12-27  Eric Blake  <ebb9@byu.net>
4926
4927         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
4928         module uses more than what <wctype.h> is required to provide.
4929
4930 2006-12-26  Eric Blake  <ebb9@byu.net>
4931
4932         * gnulib-tool (sed_extract_prog): Avoid space-tab.
4933
4934 2006-12-26  Eric Blake  <ebb9@byu.net>
4935
4936         * modules/absolute-header: New module.
4937         * modules/fcntl (Depends-on): Depend on it.
4938         * modules/inttypes (Depends-on): Likewise.
4939         * modules/stdint (Depends-on): Likewise.
4940         * modules/sys_stat (Depends-on): Likewise.
4941         * modules/wctype (Depends-on): Likewise.
4942         * MODULES.html.sh (Support for building libraries and
4943         executables): Document it.
4944
4945 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
4946
4947         * gnulib-tool (SED): Remove, undoing previous change.
4948         The problem was that it broke coreutils on Solaris, because
4949         "sed --posix" leaked into a makefile.
4950         (sed): New alias, if 'alias' and GNU sed.
4951
4952 2006-12-24  Jim Meyering  <jim@meyering.net>
4953
4954         Work around an fchownat bug in glibc-2.4:
4955         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
4956         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
4957         in spite of the -P option.
4958         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
4959         New macros.
4960         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
4961         * modules/openat (Files): Add lib/fchownat.c.
4962         * lib/openat.c (fchownat): Don't define here.  Move to...
4963         * lib/fchownat.c: ...this new file.
4964
4965 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
4966
4967         Fix bug reported by Bruno Haible in
4968         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
4969         where quotearg.c didn't compile on Mac OS X 10.2 because it
4970         lacks <wchar.h> and wint_t.
4971         * lib/wctype_.h (__wctype_wint_t): New type.
4972         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
4973         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
4974         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
4975         Arg is now of type __wctype_wint_t, not wint_t.
4976         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
4977         substitute HAVE_WINT_T.
4978         * modules/wctype (Files): Add m4/wint_t.m4.
4979         (wctype.h): Substitute HAVE_WINT_T.
4980
4981 2006-12-23  Bruno Haible  <bruno@clisp.org>
4982
4983         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
4984
4985 2006-12-23  Bruno Haible  <bruno@clisp.org>
4986
4987         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
4988         S_ISLNK.
4989         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
4990         mingw.
4991
4992 2006-12-22  Bruno Haible  <bruno@clisp.org>
4993
4994         * lib/copy-file.c: Include acl.h.
4995         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
4996         Close the file descriptors only after being done with copy_acl.
4997         * modules/copy-file (Depends-on): Add acl.
4998
4999 2006-12-22  Bruno Haible  <bruno@clisp.org>
5000
5001         * gnulib-tool (SED): New variable.
5002         Use $SED instead of sed everywhere.
5003
5004 2006-12-22  Bruno Haible  <bruno@clisp.org>
5005
5006         * modules/no-c++: New file.
5007         * m4/no-c++.m4: New file.
5008         * MODULES.html.sh (Support for building libraries and executables):
5009         Add no-c++.
5010
5011 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
5012
5013         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
5014         Include <limits.h>, and use its INT_MAX to rewrite the
5015         j loop so that it does not overflow 'int'.  Problem reported by
5016         Ralf Wildenhues in
5017         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
5018         Play it safe by shifting left by 1 rather than multiplying by 2,
5019         as GCC is less likely to optimize this away when the value
5020         is signed (when it assumes overflow leads to undefined behavior).
5021         Also, don't assume time_t uses two's complement.
5022
5023 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
5024
5025         * MODULES.html.sh: New module wctype.
5026         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
5027         * lib/fnmatch.c: Don't bother to include <wchar.h> before
5028         <wctype.h>, since the new wctype module should fix this.
5029         * lib/quotearg.c: Include <wctype.h> unconditionally, since
5030         the wctype module should arrange for it.
5031         * lib/regex_internal.h: Likewise.
5032         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
5033         since the wctype module should handle this now.
5034         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
5035         * modules/fnmatch (Depends-on): Add wctype.
5036         * modules/quotearg (Depends-on): Likewise.
5037         * modules/regex (Depends-on): Likewise.
5038
5039 2006-12-19  Bruno Haible  <bruno@clisp.org>
5040
5041         * lib/strdup.h [C++]: Wrap definitions in extern "C".
5042         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
5043
5044 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5045
5046         * modules/savewd (Depends-on): Fix dependency on fcntl.
5047
5048 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
5049
5050         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
5051         conforms to C99, rather than relying on the user's environment
5052         setting of STDINT_H.
5053
5054 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
5055         and Eric Blake  <ebb9@byu.net>
5056
5057         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
5058         This is more consistent with the other defines here.
5059         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
5060         Port to z/OS.  Problem reported by Paul Gilmartin.
5061         Change local vars to use gl_ prefix rather than ac_.
5062         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
5063         with other defines.
5064         * modules/double-slash-root: New module.
5065         * modules/dirname (Files): Remove m4/double-slash-root.m4.
5066         (Depends-on): Add double-slash-root.
5067         * MODULES.html.sh (File system functions): Mention new module.
5068
5069 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
5070
5071         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
5072         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
5073         This is for the benefit of gzip, which doesn't do i18n.
5074
5075 2006-12-12  Jim Meyering  <jim@meyering.net>
5076
5077         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
5078         Reported by Andreas Schwab <schwab@suse.de>.
5079
5080 2006-12-12  Bruno Haible  <bruno@clisp.org>
5081
5082         Merge these changes.
5083         2006-09-05  Bruno Haible  <bruno@clisp.org>
5084         * lib/iconvme.c (iconv_string): No need to save and restore errno when
5085         iconv_alloc succeeded.
5086         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
5087         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
5088         test for " && dest " at the end - dest is always != NULL there. Call
5089         iconv with 4xNULL arguments initially, to reset the state. Call iconv
5090         with 2xNULL arguments, also to flush the state storage. Handle the
5091         IRIX iconv behaviour. Realloc the final result, to throw away unused
5092         memory.
5093
5094 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
5095
5096         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
5097         and fchmodat unconditionally, since glibc 2.4 has them.
5098         Problem reported by Arkadiusz Miskiewicz.
5099
5100 2006-12-10  Bruno Haible  <bruno@clisp.org>
5101
5102         * gnulib-tool (func_import): Show the include files only for those
5103         modules that are copied and specified.
5104         Reported by Karl Berry.
5105
5106 2006-12-08  Jim Meyering  <jim@meyering.net>
5107
5108         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
5109         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
5110
5111         * build-aux/announce-gen: Add two new options, both optional:
5112         --bootstrap-tools=TOOL_LIST
5113               a comma-separated list of tools, e.g.,
5114               autoconf,automake,bison,gnulib
5115         --gnulib-snapshot-date=DATE
5116               if gnulib is in the bootstrap tool list,
5117               then report this as the snapshot date.
5118               If not specified, use the current date/time.
5119               If you specify a date here, be sure it's UTC.
5120
5121 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5122
5123         * tests/test-argp-2.sh: Fix test to match actual output.
5124         (func_compare): Fix sed script to be portable.
5125
5126 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
5127
5128         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
5129         workaround for this case.  It is not autoconfigured now; offhand
5130         it's hard to see how to autoconfigure it.
5131
5132 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
5133
5134         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
5135         a directory that is about to be chowned.  Such a directory's
5136         initial file permissions should permit the owner only and this
5137         should not be changed until after the chown, since the group and
5138         other bits would be incorrect if they granted permission before
5139         the chown.
5140
5141         Fix porting problem for iswctype reported by Georg Schwarz in:
5142         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
5143         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
5144         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
5145         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
5146         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
5147
5148 2006-12-03  Jim Meyering  <jim@meyering.net>
5149
5150         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
5151         p->fts_statp may not yet be defined.
5152         (fts_read): Instead, set it in the caller, once p->fts_statp is
5153         sure to be defined, and corresponds to a top-level directory.
5154         This bug made du -x fail.  Here's the coreutils test case:
5155         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
5156         Reported by Mike Frysinger.
5157
5158 2006-12-01  Jim Meyering  <jim@meyering.net>
5159
5160         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
5161         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
5162         Reported by Simon Josefsson.
5163
5164 2006-11-30  Jim Meyering  <jim@meyering.net>
5165
5166         * m4/warning.m4: Use the all-permissive copyright notice
5167         recommended by RMS (rather than LGPL).
5168         * m4/vararrays.m4: Likewise.
5169         * m4/flexmember.m4: Likewise.
5170
5171 2006-11-29  Bruno Haible  <bruno@clisp.org>
5172
5173         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
5174         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
5175         using +=.
5176         Reported by Simon Josefsson <simon@josefsson.org>.
5177
5178 2006-11-28  James Youngman <jay@gnu.org>
5179
5180         * README: Advise users that they might find the bug-gnulib@gnu.org
5181         and autotools-announce@gnu.org mailing lists useful.
5182
5183 2006-11-28  Bruno Haible  <bruno@clisp.org>
5184
5185         * m4/ptrdiff_max.m4: Remove file.
5186
5187 2006-11-21  Bruno Haible  <bruno@clisp.org>
5188
5189         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
5190         _AC_COMPUTE_INT.
5191         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
5192         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
5193         _AC_COMPUTE_INT.
5194         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
5195         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
5196         _AC_COMPUTE_INT.
5197         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
5198
5199 2006-11-28  Jim Meyering  <jim@meyering.net>
5200
5201         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
5202         warning from "gcc -Wshadow" about shadowing the builtin.
5203
5204 2006-11-27  Bruno Haible  <bruno@clisp.org>
5205
5206         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
5207         _AC_COMPUTE_INT.
5208         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
5209
5210 2006-11-27  Bruno Haible  <bruno@clisp.org>
5211             Paul Eggert  <eggert@cs.ucla.edu>
5212
5213         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
5214
5215 2006-11-26  Bruno Haible  <bruno@clisp.org>
5216
5217         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
5218         noinst_LTLIBRARIES.
5219
5220 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
5221             Bruno Haible  <bruno@clisp.org>
5222
5223         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
5224         if compiling with "gcc -ansi".
5225
5226 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
5227
5228         Fix some incompatibilities with gcc -ansi -pedantic.
5229         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
5230         if compiling pedantically with GCC, unless it's C99 or later.
5231         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
5232         it mishandles gcc -ansi -pedantic as well.
5233         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
5234         if gcc -pedantic.
5235         * lib/regexec.c (check_node_accept_bytes): Don't use auto
5236         initializers for struct if -pedantic, unless it's C99 or later.
5237
5238 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
5239
5240         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
5241         Don't close an fd more than once. Identical atimes indicate
5242         success, not failure.
5243
5244 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
5245
5246         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
5247
5248 2006-11-23  Jim Meyering  <jim@meyering.net>
5249
5250         * build-aux/announce-gen: New file.  From coreutils.
5251
5252 2006-11-22  Jim Meyering  <jim@meyering.net>
5253
5254         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
5255         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
5256         (fts_read): Use a temporary to narrow the overused st_size member
5257         before using it in a switch statement.  Reported by Matthew Woehlke.
5258
5259         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
5260         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
5261
5262 2006-11-20  Bruno Haible  <bruno@clisp.org>
5263
5264         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
5265         changequote instead of pairs of brackets.
5266         Reported by Andreas Schwab <schwab@suse.de>.
5267
5268 2006-11-21  Jim Meyering  <jim@meyering.net>
5269
5270         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
5271         so as to remain compatible with older compilers.
5272         Patch from Michael Deutschmann.
5273
5274 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
5275
5276         * MODULES.html.sh (File system functions): Add openat.
5277
5278         * lib/openat.h (rpl_fstatat): New macro, if
5279         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
5280         (fstatat): Define to rpl_fstatat under the same conditions,
5281         unless COMPILING_FSTATAT.
5282         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
5283         seems to have the bug.
5284         * lib/fstatat.c: New file.
5285         * modules/openat (Files): Add it.
5286
5287 2006-11-20  Bruno Haible  <bruno@clisp.org>
5288
5289         * Makefile: New file.
5290
5291 2006-11-20  Jim Meyering  <jim@meyering.net>
5292
5293         The beginnings of syntax-related checks for gnulib.
5294         * lib/Makefile: New file.
5295         * lib/t-idcache: New script.  Ensure that the two halves of
5296         idcache.c stay in sync.
5297
5298         * lib/idcache.c: Adjust comments in user- and group- portions to
5299         be more accurate, and to be consistent with one another.
5300
5301 2006-11-20  Jim Meyering  <jim@meyering.net>
5302
5303         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
5304         continue using the flexible array member (thus, this module performs
5305         half as many malloc calls), with the addition that...
5306         (getgroup, getuser): Consistently record a non-match via an empty
5307         "name" string, and map an empty string match to a NULL return value.
5308         * modules/idcache (Depends-on): Re-add flexmember.
5309
5310         * lib/idcache.c (getuser): Remove all uses of the register keyword.
5311         (getuidbyname, getgroup, getgidbyname): Likewise.
5312
5313         Use cleaner syntax: NULL rather than 0.
5314         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
5315
5316 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
5317
5318         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
5319         It mishandled the case where the group was missing.
5320         Problem reported by Greg Schafer.
5321         * modules/idcache: Likewise.
5322
5323 2006-11-18  Jim Meyering  <jim@meyering.net>
5324
5325         * check-module (%exempt_header): Add exception for some
5326         conditionally-included headers.
5327
5328         * modules/i-ring (Depends-on): Add verify.
5329         (License): Change to LGPL.
5330
5331 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
5332
5333         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
5334         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
5335         and inttostr.h.  Use snprintf rather than uinttostr, so that
5336         LGPLed code doesn't depend on GPLed.
5337
5338 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
5339
5340         * modules/inline (License): Change from GPL to LGPL.
5341
5342 2006-11-17  Jim Meyering  <jim@meyering.net>
5343
5344         * modules/d-type (License): Switch to LGPL.
5345
5346 2006-11-15  Bruno Haible  <bruno@clisp.org>
5347
5348         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
5349
5350 2006-11-15  Eric Blake  <ebb9@byu.net>
5351
5352         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
5353         the module dependency.
5354
5355 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5356             Bruno Haible  <bruno@clisp.org>
5357
5358         * gnulib-tool (func_create_testdir): Add license consistency check.
5359
5360 2006-11-15  Eric Blake  <ebb9@byu.net>
5361
5362         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
5363         random "(cached)" in configure output.
5364
5365 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5366
5367         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
5368         test for conforming inttypes.h is both announced and cached.
5369
5370         * MODULES.html.sh (seen_modules, seen_files): New variables.
5371         (func_module): Rewrite to use a few less gnulib-tool and sed
5372         invocations.  Avoid a couple of quadratic algorithms for ...
5373         (missed_modules, missed_files): ... these, with ...
5374         (func_append, func_tmpdir): ... these new functions, from
5375         gnulib-tool.  Analogously, install traps for cleanup.
5376
5377         * tests/test-gc.c (main): Remove unused variables.
5378         * tests/test-read-file.c: Include stdlib.h, for 'free'.
5379
5380 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
5381
5382         * modules/inttostr (License): Change to LGPL.
5383
5384 2006-11-14  Eric Blake  <ebb9@byu.net>
5385
5386         * modules/tempname (License): Change to LGPL.
5387
5388 2006-11-14  Eric Blake  <ebb9@byu.net>
5389
5390         * doc/functions.texi (Function Portability): *printf functions on
5391         Cygwin now understand all POSIX size specifiers.
5392
5393 2006-11-14  Bruno Haible  <bruno@clisp.org>
5394
5395         * modules/c-ctype (License): Change to LGPL.
5396
5397 2006-11-12  Bruno Haible  <bruno@clisp.org>
5398
5399         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
5400         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
5401         for GNOME libraries, for which the include files are installed in
5402         subdirectories of $prefix/include.
5403
5404 2006-11-12  Bruno Haible  <bruno@clisp.org>
5405
5406         * m4/lib-link.m4: Require at least autoconf-2.54.
5407         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
5408         name to underscores for the --with option.
5409
5410 2006-11-13  Bruno Haible  <bruno@clisp.org>
5411
5412         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
5413         the tests directory.
5414         Reported by Ralf Wildenhues.
5415
5416 2006-11-13  Bruno Haible  <bruno@clisp.org>
5417
5418         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
5419         (func_emit_initmacro_end): Undo the override here.
5420         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
5421         Works around the famous automake error in coreutils.
5422
5423 2006-11-13  Eric Blake  <ebb9@byu.net>
5424
5425         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
5426         element, not its node.
5427
5428 2006-11-12  Bruno Haible  <bruno@clisp.org>
5429
5430         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
5431         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
5432
5433 2006-11-12  Bruno Haible  <bruno@clisp.org>
5434
5435         * gnulib-tool: New option --local-symlink.
5436         (func_usage): Document it.
5437         (lsymbolic): New variable.
5438         (func_import, func_create_testdir): If --symlink was not specified,
5439         test whether --local-symlink was specified and the file comes from
5440         the local_gnulib_dir.
5441
5442 2006-11-12  Bruno Haible  <bruno@clisp.org>
5443
5444         * gnulib-tool (func_ln): New function.
5445         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
5446
5447 2006-11-12  Bruno Haible  <bruno@clisp.org>
5448
5449         Finish support for source files in subdirectories.
5450         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
5451         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
5452         AUTOMAKE_OPTIONS.
5453         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
5454
5455 2006-11-12  Bruno Haible  <bruno@clisp.org>
5456
5457         * gnulib-tool (func_get_automake_snippet): Synthesize also an
5458         EXTRA_lib_SOURCES augmentation.
5459         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
5460
5461 2006-11-12  Jim Meyering  <jim@meyering.net>
5462
5463         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
5464         file descriptors.  This also averts a failure on systems with
5465         native openat support when a traversed directory lacks "x" access.
5466         * lib/fts_.h: Include "i-ring.h"
5467         (struct FTS) [fts_fd_ring]: New member.
5468         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
5469         (FCHDIR): Add parentheses.
5470         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
5471         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
5472         When descending, rather than simply closing the previous
5473         fts_cwd_fd value, push that file descriptor onto the ring.
5474         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
5475         (fts_open): Initialize the new fd_ring member.
5476         (fts_close): Clear the ring.
5477         (fts_safe_changedir): When possible, use our new fd_ring to skip
5478         the diropen and fstat and dev/ino comparison that would normally
5479         accompany a virtual `chdir ("..")'.
5480
5481         * modules/fts (Depends-on): Add i-ring.
5482         * modules/i-ring: New module.
5483         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
5484         * m4/i-ring.m4: New file.
5485
5486 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5487
5488         * gnulib-tool (func_create_testdir): Fix replacement of
5489         `build-aux' in configure.ac.  Run autotools in gltests
5490         subdirectory.
5491         (func_create_testdir, func_create_megatestdir, test): There is
5492         no need for '--force' in most autotool invocations in a new
5493         tree.  Actually fail the whole test if any of the tools, or the
5494         configure or make stages fail.
5495
5496         Sync from Automake.
5497         * build-aux/gnupload: Revert last change.  Add pointer to upload
5498         instructions of the GNU Maintenance Instructions.
5499         Suggestion by Karl Berry.
5500
5501 2006-11-10  Jim Meyering  <jim@meyering.net>
5502
5503         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
5504
5505 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
5506
5507         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
5508         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
5509         (bind_textdomain_codeset) [! ENABLE_NLS]:
5510         Evaluate all the arguments.  That way, callers get compatible behavior
5511         if the arguments have side effects.  Also, it avoids some GCC
5512         diagnostics in some cases; Joel E. Denny reported problems when Bison
5513         was configured with --enable-gcc-warnigs.
5514
5515 2006-11-10  Jim Meyering  <jim@meyering.net>
5516
5517         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
5518         relevant options in CFLAGS (like -O, -fno-inline) are taken into
5519         account.
5520
5521 2006-11-10  Jim Meyering  <jim@meyering.net>
5522
5523         * modules/inline: New file/module.
5524         * modules/xalloc (Files): Remove m4/inline.m4.
5525         (Depends-on): Add inline, instead.
5526         * modules/oset: Likewise.
5527         * modules/list: Likewise.
5528
5529 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
5530
5531         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
5532         Problem reported by Matthew Woehlke.
5533
5534 2006-11-09  Bruno Haible  <bruno@clisp.org>
5535
5536         * lib/tempname.c (gen_tempname): Remove variant that invokes
5537         __gen_tempname.
5538         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
5539         __gen_tempname.
5540
5541 2006-11-08  Bruno Haible  <bruno@clisp.org>
5542
5543         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
5544         to 'yes' instead of 'cross-compiling'.
5545
5546 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
5547
5548         * lib/quotearg.h (quotearg_free): New decl.
5549         * lib/quotearg.c (quotearg_free): New function.
5550         (slot0, nslots, slotvec0, slotvec):
5551         Now file-scope so that quotearg_free can get at them.
5552
5553 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5554
5555         Sync from Automake.
5556         * build-aux/gnupload: Add missing 'gnu' to example URL.
5557         Report by Karl Berry.
5558
5559 2006-11-08  Bruno Haible  <bruno@clisp.org>
5560
5561         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
5562         Suggested by Paul Eggert.
5563
5564 2006-11-08  Jim Meyering  <jim@meyering.net>
5565
5566         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
5567         It's already included if !_LIBC.
5568         (fts_safe_changedir): Add a comment.
5569
5570 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
5571
5572         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
5573         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
5574         Matthew Woehlke.
5575
5576         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
5577         definitions up, to avoid colliding with change below.
5578         (static_inline) [HAVE_INLINE]: New macro.
5579         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
5580         Provide extern decls when !HAVE_INLINE.  Do not define unless
5581         static_inline is defined, either by us or by xmalloc.c.  Use
5582         static_inline rather than static inline.
5583         (XCALLOC): Optimize sizeof(T) = 1 case.
5584         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
5585
5586 2006-11-07  Bruno Haible  <bruno@clisp.org>
5587
5588         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
5589         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
5590         AC_C_INLINE.
5591         * modules/xalloc (Files): Add m4/inline.m4.
5592
5593 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5594
5595         * README: Fix typo.
5596         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
5597         (Miscellanous Notes): ...from this.
5598
5599 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
5600
5601         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
5602         Mention that offsetof should be used instead of sizeof.
5603         From Bruno Haible.
5604
5605 2006-11-07  Bruno Haible  <bruno@clisp.org>
5606
5607         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
5608
5609 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
5610
5611         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
5612         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
5613         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
5614         (gl_tree_add_before, gl_tree_add_after):
5615         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
5616         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
5617         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
5618         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
5619         (gl_linked_add_after, gl_linked_add_at): Likewise.
5620         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
5621         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
5622         (gl_tree_add_before, gl_tree_add_after): Likewise.
5623         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
5624         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
5625         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
5626
5627 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5628
5629         * lib/gl_oset.h: Use C comment style, not C++ comment style.
5630
5631 2006-11-06  Bruno Haible  <bruno@clisp.org>
5632
5633         * m4/inline.m4: New file.
5634         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
5635         * modules/list (Files): Add m4/inline.m4.
5636         * modules/oset (Files): Likewise.
5637
5638 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
5639
5640         * lib/idcache.c: Include <stddef.h>, for offsetof.
5641         (struct userid.name): Change from char * to a flexible array member.
5642         All uses changed.
5643         * modules/idcache (Depends-on): Add flexmember.
5644
5645         * MODULES.html.sh (Core language properties): New module flexmember.
5646         * modules/flexmember, m4/flexmember.m4: New files.
5647
5648         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
5649         inline functions that are identical with the old xnmalloc_inline,
5650         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
5651         that we can avoid some unnecessary integer multiplications and
5652         divisions in the common case where the element size is known at
5653         compile time.
5654         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
5655         needed.
5656         (xnboundedmalloc): Remove.
5657         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
5658         arguments, for consistency with rest of this header.
5659         (xcharalloc): Rewrite using XNMALLOC.
5660         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
5661         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
5662         versions have been moved to lib/xalloc.h and renamed to be the
5663         non-*_inline versions.
5664         (xmalloc, xrealloc): Implement without reference to the xnmalloc
5665         and xnrealloc functions, since those functions are now inline and
5666         now call us.
5667         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
5668         renaming described above.
5669         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
5670         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
5671         captures the dependency in AC_C_INLINE.
5672
5673         New module canonicalize-lgpl, proposed by Charles Wilson in
5674         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
5675         with a few small changes afterwards.
5676         * MODULES.html.sh (File system functions): New module
5677         canonicalize-lgpl.
5678         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
5679         and canonicalize_file_name.
5680         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
5681         * modules/canonicalize-lgpl: New files.
5682
5683 2006-11-05  Bruno Haible  <bruno@clisp.org>
5684
5685         * gnulib-tool (func_import, func_create_testdir): Create directories
5686         also for files in subdirectories of lib/.
5687
5688 2006-11-05  Bruno Haible  <bruno@clisp.org>
5689
5690         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
5691         ANSI C compliant.
5692
5693 2006-11-03  Bruno Haible  <bruno@clisp.org>
5694
5695         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
5696         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
5697         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
5698         (xnboundedmalloc): New inline function.
5699         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
5700         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
5701         xmalloc.
5702         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
5703         xmalloc.
5704         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
5705         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
5706         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
5707         xmalloc.
5708         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
5709         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
5710         xmalloc.
5711         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
5712         gl_tree_add_after): Use XMALLOC instead of xmalloc.
5713         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
5714         xmalloc.
5715         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
5716         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
5717         gl_tree_add_after): Use XMALLOC instead of xmalloc.
5718         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
5719         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
5720         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
5721         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
5722
5723 2006-11-03  Bruno Haible  <bruno@clisp.org>
5724
5725         * lib/c-ctype.h [C++]: Define functions without name mangling.
5726         * lib/fwriteerror.h [C++]: Likewise.
5727         * lib/gcd.h [C++]: Likewise.
5728         * lib/linebreak.h [C++]: Likewise.
5729
5730 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
5731
5732         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
5733         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
5734         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
5735         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
5736         Check for functions and headers just once.
5737         Check for declaration of canonicalize_file_name.
5738         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
5739
5740 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
5741
5742         * gnulib-tool (func_import): Fix typo in actioncmd.
5743
5744 2006-11-02  Bruno Haible  <bruno@clisp.org>
5745
5746         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
5747         newline sequence in the Makefile.am snippet as a space, like "make"
5748         does.
5749         Reported by Roger Persson <perrog@gmail.com>.
5750
5751 2006-11-01  Bruno Haible  <bruno@clisp.org>
5752
5753         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
5754         already declared in <string.h>.
5755         * lib/strcase.h (strncasecmp): Don't declare it if yes.
5756
5757 2006-11-01  Bruno Haible  <bruno@clisp.org>
5758
5759         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
5760         * lib/strcase.h: Include <string.h>.
5761         (strcasecmp): Define to rpl_strcasecmp here.
5762
5763 2006-11-01  Bruno Haible  <bruno@clisp.org>
5764
5765         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
5766
5767 2006-11-01  Eric Blake  <ebb9@byu.net>
5768
5769         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
5770
5771         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
5772
5773 2006-10-29  Bruno Haible  <bruno@clisp.org>
5774
5775         Make it compile in C++ mode.
5776         * lib/full-write.c (full_rw): Add a cast.
5777
5778 2006-11-01  Bruno Haible  <bruno@clisp.org>
5779
5780         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
5781         be POSIX compliant.
5782         Reported by Roger Persson <perrog@gmail.com>.
5783
5784 2006-11-01  Eric Blake  <ebb9@byu.net>
5785
5786         * lib/getopt_.h: Fix comments.
5787
5788 2006-10-31  Eric Blake  <ebb9@byu.net>
5789
5790         * modules/tmpdir (Depends-on): Add sys_stat.
5791         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
5792         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
5793         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
5794         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
5795         tempname.
5796
5797 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
5798
5799         Avoid some C++ diagnostics reported by Bruno Haible.
5800         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
5801         xmalloc.
5802         (quotearg_alloc): Use xcharalloc rather than xmalloc.
5803         (struct slotvec): Move to top level.
5804         (quotearg_n_options): Rewrite to avoid xmalloc.
5805         * lib/xalloc.h (xcharalloc): New function.
5806         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
5807         [defined __cplusplus]: Add function template that provides result
5808         type propagation.  This part of the change is from Bruno Haible.
5809
5810 2006-10-29  Bruno Haible  <bruno@clisp.org>
5811
5812         Make it compile in C++ mode.
5813         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
5814         * lib/strnlen1.c (strnlen1): Cast memchr result.
5815         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
5816         * lib/clean-temp.c (string_equals, string_hash): Add casts.
5817         (create_temp_dir): Rename local variable 'template'.
5818         (compile_csharp_using_sscli): Add cast.
5819         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
5820         * lib/findprog.c (find_in_path): Likewise.
5821         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
5822         * lib/wait-process.c (register_slave_subprocess): Likewise.
5823
5824 2006-10-22  Bruno Haible  <bruno@clisp.org>
5825
5826         * modules/tsearch: New file.
5827         * lib/tsearch.h: New file.
5828         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
5829         * m4/tsearch.m4: New file.
5830         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
5831
5832 2006-10-29  Eric Blake  <ebb9@byu.net>
5833
5834         * lib/arcfour.c: Assume config.h.
5835         * lib/arctwo.c: Likewise.
5836         * lib/base64.c: Likewise.
5837         * lib/check-version.c: Likewise.
5838         * lib/crc.c: Likewise.
5839         * lib/des.c: Likewise.
5840         * lib/gc-gnulib.c: Likewise.
5841         * lib/gc-libgcrypt.c: Likewise.
5842         * lib/gc-pbkdf2-sha1.c: Likewise.
5843         * lib/getaddrinfo.c: Likewise.
5844         * lib/getdelim.c: Likewise.
5845         * lib/getline.c: Likewise.
5846         * lib/hmac-md5.c: Likewise.
5847         * lib/hmac-sha1.c: Likewise.
5848         * lib/iconvme.c: Likewise.
5849         * lib/md2.c: Likewise.
5850         * lib/md4.c: Likewise.
5851         * lib/memxor.c: Likewise.
5852         * lib/read-file.c: Likewise.
5853         * lib/readline.c: Likewise.
5854         * lib/rijndael-alg-fst.c: Likewise.
5855         * lib/rijndael-api-fst.c: Likewise.
5856         * lib/xgetdomainname.c: Likewise.
5857
5858 2006-10-28  Eric Blake  <ebb9@byu.net>
5859
5860         * lib/xstrndup.c: Assume config.h.
5861
5862 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
5863
5864         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
5865         stat-macros.h is now for our own macros, whereas stat_h is for
5866         macros in the <sys/stat.h> name space.
5867         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
5868         (STAT_MACROS_H): Remove.
5869         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
5870         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
5871         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
5872         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
5873         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
5874         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
5875         Move these macros to ...
5876         * lib/stat_.h: here.  Don't include stat-macros.h.
5877         * lib/canonicalize.c: Don't include stat-macros.h.
5878         * lib/chown.c: Likewise.
5879         * lib/euidaccess.c: Likewise.
5880         * lib/file-type.c: Likewise.
5881         * lib/filemode.c: Likewise.
5882         * lib/glob.c: Likewise.
5883         * lib/isapipe.c: Likewise.
5884         * lib/lchown.c: Likewise.
5885         * lib/lstat.c: Likewise.
5886         * lib/mkdir-p.c: Likewise.
5887         * lib/rmdir.c: Likewise.
5888         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
5889         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
5890         unless mkdir isn't declared, to speed up 'configure'.
5891         Always create sys/stat.h, since it's unlikely any real sys/stat.h
5892         would define all the S_* symbols.
5893         * modules/canonicalize (Depends-on):
5894         Depend on sys_stat, not stat-macros.
5895         * modules/chown: Likewise.
5896         * modules/euidaccess: Likewise.
5897         * modules/filemode: Likewise.
5898         * modules/file-type: Likewise.
5899         * modules/glob: Likewise.
5900         * modules/isapipe: Likewise.
5901         * modules/lchown: Likewise.
5902         * modules/lstat: Likewise.
5903         * modules/mkancesdirs: Likewise.
5904         * modules/rmdir: Likewise.
5905         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
5906         * modules/modechange: Likewise.
5907         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
5908         (configure.ac): Remove gl_STAT_MACROS.
5909         * modules/sys_stat (Depends-on): Remove stat-macros.
5910
5911 2006-10-27  Bruno Haible  <bruno@clisp.org>
5912
5913         * m4/signed.m4: Remove file.
5914         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
5915         invocation.
5916         * modules/vasnprintf (Files): Remove m4/signed.m4.
5917
5918 2006-10-27  Bruno Haible  <bruno@clisp.org>
5919
5920         Update to GNU gettext 0.16.
5921         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
5922         m4/inttypes-h.m4, m4/signed.m4.
5923         * m4/gettext.m4: Update to GNU gettext 0.16.
5924         * m4/intl.m4: New file, from GNU gettext.
5925         * m4/intldir.m4: New file, from GNU gettext.
5926         * config/srclist.txt: Update
5927
5928 2006-10-27  Eric Blake  <ebb9@byu.net>
5929
5930         * MODULES.html.sh: Document tempname.
5931         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
5932         dependencies.
5933         (Files): Move lib/tempname.c...
5934         * modules/tempname: ...to this new module.
5935         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
5936         (gl_PREREQ_TEMPNAME): Move...
5937         * m4/tempname.m4: ...to this new file.
5938         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
5939         * modules/sys_stat (Depends-on): Add stat-macros.
5940         * lib/stat_.h (includes): Pick up stat macros.
5941         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
5942         if stat macros are broken.
5943         * lib/tempname.c (includes): No need to include "stat-macros.h".
5944         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
5945         (direxists, __path_search) [!_LIBC]: Don't compile these in
5946         gnulib; the tmpdir module covers that.
5947         * lib/tempname.h: New file.
5948
5949 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
5950
5951         * COPYING: Explain how gnulib-tool converts licence headers.
5952         Almost all wording by Eric Blake.
5953
5954 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
5955
5956         * lib/mbchar.h (is_basic_table): Make read-only.
5957         * lib/mbchar.c (is_basic_table): Likewise.
5958         Reported by John Darrington.
5959
5960 2006-10-25  Bruno Haible  <bruno@clisp.org>
5961
5962         * lib/progname.h (set_program_name): Undefine before defining.
5963
5964 2006-10-25  Bruno Haible  <bruno@clisp.org>
5965
5966         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
5967         false for non-gcc C++ compilers.
5968         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
5969
5970 2006-10-24  Bruno Haible  <bruno@clisp.org>
5971
5972         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
5973         iconv implementations like Irix iconv.
5974
5975 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
5976
5977         * modules/vararrays: New file.
5978         * m4/vararrays.m4: New file, taken from diffutils.
5979         * MODULES.html.sh: New module vararrays.
5980
5981 2006-10-24  Karl Berry  <karl@gnu.org>
5982
5983         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
5984         Don't call GNU Unix.
5985
5986 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5987
5988         * users.txt: Add Libtool.
5989
5990         Sync from Libtool:
5991
5992         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
5993
5994         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
5995         to gnulib's policy of including config.h unconditionally.
5996
5997 2006-10-24  Bruno Haible  <bruno@clisp.org>
5998
5999         * modules/wcwidth (Files): Add m4/wint_t.m4.
6000         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
6001         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
6002
6003 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
6004
6005         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
6006         to pacify GCC with some -W flags enabled.  Problem reported by
6007         Bruno Haible.
6008
6009 2006-10-24  Jim Meyering  <jim@meyering.net>
6010
6011         * MODULES.html.sh: Remove uinttostr.  It's not a module.
6012         Reported by Karl Berry.
6013
6014 2006-10-23  Bruno Haible  <bruno@clisp.org>
6015
6016         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
6017
6018 2006-10-24  Bruno Haible  <bruno@clisp.org>
6019
6020         * lib/gl_list.h: Use C comment style, not C++ comment style.
6021
6022 2006-10-23  Eric Blake  <ebb9@byu.net>
6023
6024         * lib/getaddrinfo.c (includes): Add missing include.
6025
6026 2006-10-23  Bruno Haible  <bruno@clisp.org>
6027             Paul Eggert  <eggert@cs.ucla.edu>
6028
6029         Ability to rename obstack_free.
6030         * lib/obstack.h (__obstack_free): New macro. Declare instead of
6031         obstack_free.
6032         (obstack_free): Invoke the __obstack_free macro.
6033         * lib/obstack.c (obstack_free): Use __obstack_free macro.
6034
6035 2006-10-23  Bruno Haible  <bruno@clisp.org>
6036             Paul Eggert  <eggert@cs.ucla.edu>
6037
6038         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
6039         __argc, __argv from the declaration. (They are defined as macros on
6040         mingw.)
6041
6042 2006-10-22  Bruno Haible  <bruno@clisp.org>
6043
6044         * doc/gnulib-intro.texi: New file.
6045         * doc/gnulib.texi: Include it.
6046
6047 2006-10-21  Bruno Haible  <bruno@clisp.org>
6048
6049         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
6050         "Introduction", "Miscellanous Notes", "Particular Modules".
6051
6052 2006-10-21  Bruno Haible  <bruno@clisp.org>
6053
6054         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6055         Change mostlyclean-local rule to avoid sh syntax error from bash
6056         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
6057
6058 2006-10-23  Jim Meyering  <jim@meyering.net>
6059
6060         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
6061         in place of snprintf.
6062
6063         * modules/inttostr (Files): Add lib/uinttostr.c.
6064         * lib/uinttostr.c (inttostr): New file/function.
6065         * lib/inttostr.h (uinttostr): Declare.
6066         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
6067         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
6068         Add uinttostr.
6069         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
6070
6071 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
6072
6073         * lib/canonicalize.c (ELOOP): Define if not already defined.
6074         Problem reported by Bruno Haible in
6075         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
6076
6077 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
6078
6079         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
6080         Problem reported by Perry Smith and Ville Laurikari.
6081
6082         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
6083         uses.
6084
6085 2006-10-19  Bruno Haible  <bruno@clisp.org>
6086
6087         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
6088         for mingw.
6089
6090 2006-10-19  Bruno Haible  <bruno@clisp.org>
6091
6092         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
6093         Needed for mingw.
6094
6095 2006-10-19  Bruno Haible  <bruno@clisp.org>
6096
6097         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
6098
6099 2006-10-19  Bruno Haible  <bruno@clisp.org>
6100
6101         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
6102         it.
6103
6104 2006-10-19  Bruno Haible  <bruno@clisp.org>
6105
6106         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
6107         invocation.
6108
6109 2006-10-19  Bruno Haible  <bruno@clisp.org>
6110
6111         * gnulib-tool (func_create_testdir): Don't include ftruncate and
6112         mountlist by default.
6113
6114 2006-10-16  Bruno Haible  <bruno@clisp.org>
6115
6116         * lib/c-strstr.c: Include c-strstr.h.
6117
6118 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
6119
6120         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
6121         in a slash.
6122
6123 2006-10-18  Bruno Haible  <bruno@clisp.org>
6124
6125         * lib/lock.h [C++]: Wrap definitions in extern "C".
6126
6127 2006-10-18  Bruno Haible  <bruno@clisp.org>
6128
6129         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
6130         gl_LIBOBJS list.
6131
6132 2006-10-18  Bruno Haible  <bruno@clisp.org>
6133
6134         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
6135
6136 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
6137
6138         * lib/xstrtol.h: Include gettext.h.
6139         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
6140         Problem reported by Eric Blake.
6141         * modules/xstrtol (Depends-on): Add gettext-h.
6142
6143 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
6144
6145         * lib/strftime.c (advance): New macro.
6146         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
6147         incomplete type, so you can't add 0 to it.  Problem and patch
6148         reported by Eelco Dolstra for dietlibc.
6149
6150 2006-10-18  Jim Meyering  <jim@meyering.net>
6151
6152         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
6153         type for a local, and rename it: s/up/user_proc/.
6154
6155 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
6156
6157         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
6158         READ_UTMP_USER_PROCESS.
6159         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
6160
6161 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
6162
6163         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
6164         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
6165
6166 2006-10-17  Eric Blake  <ebb9@byu.net>
6167
6168         * lib/sigprocmask.c (sigprocmask): Fix typo.
6169
6170         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
6171
6172         * modules/clean-temp (Makefile.am): Don't add to make output...
6173         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
6174         config.h.
6175
6176 2006-10-17  Bruno Haible  <bruno@clisp.org>
6177
6178         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
6179         differently if DEFAULT_TEXT_DOMAIN is set.
6180
6181 2006-10-16  Bruno Haible  <bruno@clisp.org>
6182
6183         * lib/clean-temp.c: Include fwriteerror.h.
6184
6185 2006-10-16  Bruno Haible  <bruno@clisp.org>
6186
6187         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
6188
6189 2006-10-16  Bruno Haible  <bruno@clisp.org>
6190
6191         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
6192         * lib/sigprocmask.h: Include <sys/types.h>.
6193         (sigset_t): Use the system's definition if present.
6194
6195 2006-10-17  Eric Blake  <ebb9@byu.net>
6196
6197         * lib/xvasprintf.c (includes): Assume config.h.
6198         * lib/xasprintf.c (includes): Likewise.
6199
6200 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
6201
6202         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
6203         at least as wide as intmax_t.
6204
6205 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
6206
6207         (Imported from Automake.)
6208         * build-aux/gnupload: Update to version 1.1 of directive file.
6209
6210 2006-10-16  Eric Blake  <ebb9@byu.net>
6211
6212         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
6213         match Automake 1.10a.
6214
6215 2006-10-14  Bruno Haible  <bruno@clisp.org>
6216
6217         * modules/sigprocmask: New file.
6218         * lib/sigprocmask.h: New file.
6219         * lib/sigprocmask.c: New file.
6220         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
6221         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
6222         request sigprocmask.o.
6223         (gl_PREREQ_SIGPROCMASK): New macro.
6224         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
6225         (Depends-on): Add sigprocmask.
6226         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
6227         gt_SIGNALBLOCKING. Test for 'raise' only once.
6228         * lib/fatal-signal.c: Include sigprocmask.h.
6229         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
6230         unblock_fatal_signals): Define always.
6231         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
6232         sigprocmask.
6233
6234 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
6235
6236         Sync from Automake.
6237         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
6238         which incorrectly sets the mode of an existing destination
6239         directory.  In some cases the unpatched install-sh could do the
6240         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
6241         system.  We hope this is rare in practice, but it's clearly worth
6242         fixing.  Problem reported by Alex Unleashed in
6243         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
6244         Also, don't bother to check for -m bugs unless we're using -m;
6245         suggested by Stepan Kasal.
6246
6247 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6248
6249         Sync from Automake.
6250         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
6251         `-c' flag, so they appear at the same position as in %FASTDEP%
6252         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
6253         which ignores unknown options only after the first non-option.
6254         Bug report against M4 by Nelson H. F. Beebe.
6255
6256 2006-10-13  Jim Meyering  <jim@meyering.net>
6257
6258         Fix a bug in yesterday's change.
6259         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
6260         p->fts_statp->st_dev would be used uninitialized.
6261         Ensures that we always call fts_stat on the very first entry.
6262         Miklos Szeredi reported that find -xdev stopped working.
6263
6264 2006-10-12  Bruno Haible  <bruno@clisp.org>
6265
6266         * gnulib-tool (func_get_automake_snippet): Append an automatically
6267         computed EXTRA_DIST augmentation.
6268         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
6269         * modules/alloca-opt (Makefile.am): Likewise.
6270         * modules/allocsa (Makefile.am): Likewise.
6271         * modules/arcfour (Makefile.am): Likewise.
6272         * modules/arctwo (Makefile.am): Likewise.
6273         * modules/argmatch (Makefile.am): Likewise.
6274         * modules/argz (Makefile.am): Likewise.
6275         * modules/atexit (Makefile.am): Likewise.
6276         * modules/backupfile (Makefile.am): Likewise.
6277         * modules/byteswap (Makefile.am): Likewise.
6278         * modules/c-strtod (Makefile.am): Likewise.
6279         * modules/c-strtold (Makefile.am): Likewise.
6280         * modules/calloc (Makefile.am): Likewise.
6281         * modules/canon-host (Makefile.am): Likewise.
6282         * modules/canonicalize (Makefile.am): Likewise.
6283         * modules/chdir-long (Makefile.am): Likewise.
6284         * modules/chdir-safer (Makefile.am): Likewise.
6285         * modules/check-version (Makefile.am): Likewise.
6286         * modules/chown (Makefile.am): Likewise.
6287         * modules/cloexec (Makefile.am): Likewise.
6288         * modules/close-stream (Makefile.am): Likewise.
6289         * modules/closeout (Makefile.am): Likewise.
6290         * modules/crc (Makefile.am): Likewise.
6291         * modules/csharpexec (Makefile.am): Likewise.
6292         * modules/cycle-check (Makefile.am): Likewise.
6293         * modules/des (Makefile.am): Likewise.
6294         * modules/dev-ino (Makefile.am): Likewise.
6295         * modules/dirfd (Makefile.am): Likewise.
6296         * modules/dirname (Makefile.am): Likewise.
6297         * modules/dup2 (Makefile.am): Likewise.
6298         * modules/eealloc (Makefile.am): Likewise.
6299         * modules/error (Makefile.am): Likewise.
6300         * modules/euidaccess (Makefile.am): Likewise.
6301         * modules/exclude (Makefile.am): Likewise.
6302         * modules/exitfail (Makefile.am): Likewise.
6303         * modules/fcntl-safer (Makefile.am): Likewise.
6304         * modules/fcntl (Makefile.am): Likewise.
6305         * modules/file-type (Makefile.am): Likewise.
6306         * modules/fileblocks (Makefile.am): Likewise.
6307         * modules/filemode (Makefile.am): Likewise.
6308         * modules/filenamecat (Makefile.am): Likewise.
6309         * modules/fnmatch (Makefile.am): Likewise.
6310         * modules/fopen-safer (Makefile.am): Likewise.
6311         * modules/fpending (Makefile.am): Likewise.
6312         * modules/fprintftime (Makefile.am): Likewise.
6313         * modules/free (Makefile.am): Likewise.
6314         * modules/fsusage (Makefile.am): Likewise.
6315         * modules/ftruncate (Makefile.am): Likewise.
6316         * modules/fts (Makefile.am): Likewise.
6317         * modules/gc-arcfour (Makefile.am): Likewise.
6318         * modules/gc-des (Makefile.am): Likewise.
6319         * modules/gc-hmac-md5 (Makefile.am): Likewise.
6320         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
6321         * modules/gc-md4 (Makefile.am): Likewise.
6322         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
6323         * modules/gc-sha1 (Makefile.am): Likewise.
6324         * modules/gc (Makefile.am): Likewise.
6325         * modules/getaddrinfo (Makefile.am): Likewise.
6326         * modules/getcwd (Makefile.am): Likewise.
6327         * modules/getdelim (Makefile.am): Likewise.
6328         * modules/getdomainname (Makefile.am): Likewise.
6329         * modules/getgroups (Makefile.am): Likewise.
6330         * modules/gethostname (Makefile.am): Likewise.
6331         * modules/gethrxtime (Makefile.am): Likewise.
6332         * modules/getline (Makefile.am): Likewise.
6333         * modules/getloadavg (Makefile.am): Likewise.
6334         * modules/getlogin_r (Makefile.am): Likewise.
6335         * modules/getndelim2 (Makefile.am): Likewise.
6336         * modules/getopt (Makefile.am): Likewise.
6337         * modules/getpagesize (Makefile.am): Likewise.
6338         * modules/getpass-gnu (Makefile.am): Likewise.
6339         * modules/getpass (Makefile.am): Likewise.
6340         * modules/getsubopt (Makefile.am): Likewise.
6341         * modules/gettime (Makefile.am): Likewise.
6342         * modules/gettimeofday (Makefile.am): Likewise.
6343         * modules/getugroups (Makefile.am): Likewise.
6344         * modules/getusershell (Makefile.am): Likewise.
6345         * modules/glob (Makefile.am): Likewise.
6346         * modules/group-member (Makefile.am): Likewise.
6347         * modules/hard-locale (Makefile.am): Likewise.
6348         * modules/hash (Makefile.am): Likewise.
6349         * modules/hmac-md5 (Makefile.am): Likewise.
6350         * modules/hmac-sha1 (Makefile.am): Likewise.
6351         * modules/human (Makefile.am): Likewise.
6352         * modules/idcache (Makefile.am): Likewise.
6353         * modules/imaxabs (Makefile.am): Likewise.
6354         * modules/imaxdiv (Makefile.am): Likewise.
6355         * modules/inet_ntop (Makefile.am): Likewise.
6356         * modules/inet_pton (Makefile.am): Likewise.
6357         * modules/intprops (Makefile.am): Likewise.
6358         * modules/inttostr (Makefile.am): Likewise.
6359         * modules/inttypes (Makefile.am): Likewise.
6360         * modules/isapipe (Makefile.am): Likewise.
6361         * modules/javaversion (Makefile.am): Likewise.
6362         * modules/lchmod (Makefile.am): Likewise.
6363         * modules/lchown (Makefile.am): Likewise.
6364         * modules/localcharset (Makefile.am): Likewise.
6365         * modules/long-options (Makefile.am): Likewise.
6366         * modules/lstat (Makefile.am): Likewise.
6367         * modules/malloc (Makefile.am): Likewise.
6368         * modules/mathl (Makefile.am): Likewise.
6369         * modules/mbchar (Makefile.am): Likewise.
6370         * modules/md2 (Makefile.am): Likewise.
6371         * modules/md4 (Makefile.am): Likewise.
6372         * modules/md5 (Makefile.am): Likewise.
6373         * modules/memcasecmp (Makefile.am): Likewise.
6374         * modules/memchr (Makefile.am): Likewise.
6375         * modules/memcmp (Makefile.am): Likewise.
6376         * modules/memcoll (Makefile.am): Likewise.
6377         * modules/memcpy (Makefile.am): Likewise.
6378         * modules/memmem (Makefile.am): Likewise.
6379         * modules/memmove (Makefile.am): Likewise.
6380         * modules/mempcpy (Makefile.am): Likewise.
6381         * modules/memrchr (Makefile.am): Likewise.
6382         * modules/memset (Makefile.am): Likewise.
6383         * modules/memxor (Makefile.am): Likewise.
6384         * modules/mkancesdirs (Makefile.am): Likewise.
6385         * modules/mkdir-p (Makefile.am): Likewise.
6386         * modules/mkdir (Makefile.am): Likewise.
6387         * modules/mkdtemp (Makefile.am): Likewise.
6388         * modules/mkstemp (Makefile.am): Likewise.
6389         * modules/mktime (Makefile.am): Likewise.
6390         * modules/modechange (Makefile.am): Likewise.
6391         * modules/mountlist (Makefile.am): Likewise.
6392         * modules/nanosleep (Makefile.am): Likewise.
6393         * modules/obstack (Makefile.am): Likewise.
6394         * modules/openat (Makefile.am): Likewise.
6395         * modules/pagealign_alloc (Makefile.am): Likewise.
6396         * modules/pathmax (Makefile.am): Likewise.
6397         * modules/physmem (Makefile.am): Likewise.
6398         * modules/poll (Makefile.am): Likewise.
6399         * modules/posixtm (Makefile.am): Likewise.
6400         * modules/posixver (Makefile.am): Likewise.
6401         * modules/putenv (Makefile.am): Likewise.
6402         * modules/quote (Makefile.am): Likewise.
6403         * modules/quotearg (Makefile.am): Likewise.
6404         * modules/raise (Makefile.am): Likewise.
6405         * modules/read-file (Makefile.am): Likewise.
6406         * modules/readline (Makefile.am): Likewise.
6407         * modules/readlink (Makefile.am): Likewise.
6408         * modules/readtokens (Makefile.am): Likewise.
6409         * modules/readutmp (Makefile.am): Likewise.
6410         * modules/realloc (Makefile.am): Likewise.
6411         * modules/regex (Makefile.am): Likewise.
6412         * modules/rename-dest-slash (Makefile.am): Likewise.
6413         * modules/rename (Makefile.am): Likewise.
6414         * modules/rijndael (Makefile.am): Likewise.
6415         * modules/rmdir (Makefile.am): Likewise.
6416         * modules/rpmatch (Makefile.am): Likewise.
6417         * modules/safe-read (Makefile.am): Likewise.
6418         * modules/safe-write (Makefile.am): Likewise.
6419         * modules/same-inode (Makefile.am): Likewise.
6420         * modules/same (Makefile.am): Likewise.
6421         * modules/save-cwd (Makefile.am): Likewise.
6422         * modules/savedir (Makefile.am): Likewise.
6423         * modules/setenv (Makefile.am): Likewise.
6424         * modules/settime (Makefile.am): Likewise.
6425         * modules/sha1 (Makefile.am): Likewise.
6426         * modules/sig2str (Makefile.am): Likewise.
6427         * modules/snprintf (Makefile.am): Likewise.
6428         * modules/stat-macros (Makefile.am): Likewise.
6429         * modules/stat-time (Makefile.am): Likewise.
6430         * modules/stdbool (Makefile.am): Likewise.
6431         * modules/stdint (Makefile.am): Likewise.
6432         * modules/stdlib-safer (Makefile.am): Likewise.
6433         * modules/stpcpy (Makefile.am): Likewise.
6434         * modules/stpncpy (Makefile.am): Likewise.
6435         * modules/strcase (Makefile.am): Likewise.
6436         * modules/strcasestr (Makefile.am): Likewise.
6437         * modules/strchrnul (Makefile.am): Likewise.
6438         * modules/strcspn (Makefile.am): Likewise.
6439         * modules/strdup (Makefile.am): Likewise.
6440         * modules/strerror (Makefile.am): Likewise.
6441         * modules/strftime (Makefile.am): Likewise.
6442         * modules/strndup (Makefile.am): Likewise.
6443         * modules/strnlen (Makefile.am): Likewise.
6444         * modules/strpbrk (Makefile.am): Likewise.
6445         * modules/strsep (Makefile.am): Likewise.
6446         * modules/strstr (Makefile.am): Likewise.
6447         * modules/strtod (Makefile.am): Likewise.
6448         * modules/strtoimax (Makefile.am): Likewise.
6449         * modules/strtok_r (Makefile.am): Likewise.
6450         * modules/strtol (Makefile.am): Likewise.
6451         * modules/strtoll (Makefile.am): Likewise.
6452         * modules/strtoul (Makefile.am): Likewise.
6453         * modules/strtoull (Makefile.am): Likewise.
6454         * modules/strtoumax (Makefile.am): Likewise.
6455         * modules/strverscmp (Makefile.am): Likewise.
6456         * modules/sys_socket (Makefile.am): Likewise.
6457         * modules/sys_stat (Makefile.am): Likewise.
6458         * modules/sysexits (Makefile.am): Likewise.
6459         * modules/time_r (Makefile.am): Likewise.
6460         * modules/timegm (Makefile.am): Likewise.
6461         * modules/timespec (Makefile.am): Likewise.
6462         * modules/tmpfile-safer (Makefile.am): Likewise.
6463         * modules/trim (Makefile.am): Likewise.
6464         * modules/unistd-safer (Makefile.am): Likewise.
6465         * modules/unlinkdir (Makefile.am): Likewise.
6466         * modules/unlocked-io (Makefile.am): Likewise.
6467         * modules/userspec (Makefile.am): Likewise.
6468         * modules/utime (Makefile.am): Likewise.
6469         * modules/utimecmp (Makefile.am): Likewise.
6470         * modules/utimens (Makefile.am): Likewise.
6471         * modules/vasnprintf (Makefile.am): Likewise.
6472         * modules/vasprintf (Makefile.am): Likewise.
6473         * modules/vsnprintf (Makefile.am): Likewise.
6474         * modules/xalloc (Makefile.am): Likewise.
6475         * modules/xgetcwd (Makefile.am): Likewise.
6476         * modules/xnanosleep (Makefile.am): Likewise.
6477         * modules/xreadlink (Makefile.am): Likewise.
6478         * modules/xstrtod (Makefile.am): Likewise.
6479         * modules/xstrtol (Makefile.am): Likewise.
6480         * modules/xstrtold (Makefile.am): Likewise.
6481         * modules/yesno (Makefile.am): Likewise.
6482         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
6483
6484 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
6485
6486         * modules/error (Makefile.am): Distribute files through
6487         EXTRA_DIST, not lib_SOURCES.
6488
6489 2006-10-12  Eric Blake  <ebb9@byu.net>
6490
6491         * modules/error (Makefile.am): Distribute files in /lib.
6492         * modules/obstack (Makefile.am): Likewise.
6493
6494 2006-10-12  Bruno Haible  <bruno@clisp.org>
6495
6496         * modules/acl (Makefile.am): Distribute all files in lib/ through
6497         EXTRA_DIST.
6498         * modules/arcfour (Makefile.am): Likewise.
6499         * modules/arctwo (Makefile.am): Likewise.
6500         * modules/argmatch (Makefile.am): Likewise.
6501         * modules/argz (Makefile.am): Likewise.
6502         * modules/atexit (Makefile.am): Likewise.
6503         * modules/backupfile (Makefile.am): Likewise.
6504         * modules/c-strtod (Makefile.am): Likewise.
6505         * modules/c-strtold (Makefile.am): Likewise.
6506         * modules/calloc (Makefile.am): Likewise.
6507         * modules/canon-host (Makefile.am): Likewise.
6508         * modules/canonicalize (Makefile.am): Likewise.
6509         * modules/chdir-long (Makefile.am): Likewise.
6510         * modules/chdir-safer (Makefile.am): Likewise.
6511         * modules/check-version (Makefile.am): Likewise.
6512         * modules/chown (Makefile.am): Likewise.
6513         * modules/cloexec (Makefile.am): Likewise.
6514         * modules/close-stream (Makefile.am): Likewise.
6515         * modules/closeout (Makefile.am): Likewise.
6516         * modules/crc (Makefile.am): Likewise.
6517         * modules/cycle-check (Makefile.am): Likewise.
6518         * modules/des (Makefile.am): Likewise.
6519         * modules/dirfd (Makefile.am): Likewise.
6520         * modules/dirname (Makefile.am): Likewise.
6521         * modules/dup2 (Makefile.am): Likewise.
6522         * modules/euidaccess (Makefile.am): Likewise.
6523         * modules/exclude (Makefile.am): Likewise.
6524         * modules/exitfail (Makefile.am): Likewise.
6525         * modules/fcntl-safer (Makefile.am): Likewise.
6526         * modules/file-type (Makefile.am): Likewise.
6527         * modules/fileblocks (Makefile.am): Likewise.
6528         * modules/filemode (Makefile.am): Likewise.
6529         * modules/filenamecat (Makefile.am): Likewise.
6530         * modules/fnmatch (Makefile.am): Likewise.
6531         * modules/fopen-safer (Makefile.am): Likewise.
6532         * modules/fpending (Makefile.am): Likewise.
6533         * modules/fprintftime (Makefile.am): Likewise.
6534         * modules/free (Makefile.am): Likewise.
6535         * modules/fsusage (Makefile.am): Likewise.
6536         * modules/ftruncate (Makefile.am): Likewise.
6537         * modules/fts (Makefile.am): Likewise.
6538         * modules/gc (Makefile.am): Likewise.
6539         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
6540         * modules/getaddrinfo (Makefile.am): Likewise.
6541         * modules/getcwd (Makefile.am): Likewise.
6542         * modules/getdelim (Makefile.am): Likewise.
6543         * modules/getdomainname (Makefile.am): Likewise.
6544         * modules/getgroups (Makefile.am): Likewise.
6545         * modules/gethostname (Makefile.am): Likewise.
6546         * modules/gethrxtime (Makefile.am): Likewise.
6547         * modules/getline (Makefile.am): Likewise.
6548         * modules/getloadavg (Makefile.am): Likewise.
6549         * modules/getlogin_r (Makefile.am): Likewise.
6550         * modules/getopt (Makefile.am): Likewise.
6551         * modules/getpass (Makefile.am): Likewise.
6552         * modules/getpass-gnu (Makefile.am): Likewise.
6553         * modules/getsubopt (Makefile.am): Likewise.
6554         * modules/gettime (Makefile.am): Likewise.
6555         * modules/gettimeofday (Makefile.am): Likewise.
6556         * modules/getugroups (Makefile.am): Likewise.
6557         * modules/getusershell (Makefile.am): Likewise.
6558         * modules/glob (Makefile.am): Likewise.
6559         * modules/group-member (Makefile.am): Likewise.
6560         * modules/hard-locale (Makefile.am): Likewise.
6561         * modules/hash (Makefile.am): Likewise.
6562         * modules/hmac-md5 (Makefile.am): Likewise.
6563         * modules/hmac-sha1 (Makefile.am): Likewise.
6564         * modules/human (Makefile.am): Likewise.
6565         * modules/idcache (Makefile.am): Likewise.
6566         * modules/imaxabs (Makefile.am): Likewise.
6567         * modules/imaxdiv (Makefile.am): Likewise.
6568         * modules/inet_ntop (Makefile.am): Likewise.
6569         * modules/inet_pton (Makefile.am): Likewise.
6570         * modules/inttostr (Makefile.am): Likewise.
6571         * modules/isapipe (Makefile.am): Likewise.
6572         * modules/lchown (Makefile.am): Likewise.
6573         * modules/long-options (Makefile.am): Likewise.
6574         * modules/lstat (Makefile.am): Likewise.
6575         * modules/malloc (Makefile.am): Likewise.
6576         * modules/mathl (Makefile.am): Likewise.
6577         * modules/mbchar (Makefile.am): Likewise.
6578         * modules/md2 (Makefile.am): Likewise.
6579         * modules/md4 (Makefile.am): Likewise.
6580         * modules/md5 (Makefile.am): Likewise.
6581         * modules/memcasecmp (Makefile.am): Likewise.
6582         * modules/memchr (Makefile.am): Likewise.
6583         * modules/memcmp (Makefile.am): Likewise.
6584         * modules/memcoll (Makefile.am): Likewise.
6585         * modules/memcpy (Makefile.am): Likewise.
6586         * modules/memmem (Makefile.am): Likewise.
6587         * modules/memmove (Makefile.am): Likewise.
6588         * modules/mempcpy (Makefile.am): Likewise.
6589         * modules/memrchr (Makefile.am): Likewise.
6590         * modules/memset (Makefile.am): Likewise.
6591         * modules/memxor (Makefile.am): Likewise.
6592         * modules/mkancesdirs (Makefile.am): Likewise.
6593         * modules/mkdir (Makefile.am): Likewise.
6594         * modules/mkdir-p (Makefile.am): Likewise.
6595         * modules/mkdtemp (Makefile.am): Likewise.
6596         * modules/mkstemp (Makefile.am): Likewise.
6597         * modules/mktime (Makefile.am): Likewise.
6598         * modules/modechange (Makefile.am): Likewise.
6599         * modules/mountlist (Makefile.am): Likewise.
6600         * modules/nanosleep (Makefile.am): Likewise.
6601         * modules/openat (Makefile.am): Likewise.
6602         * modules/pagealign_alloc (Makefile.am): Likewise.
6603         * modules/physmem (Makefile.am): Likewise.
6604         * modules/poll (Makefile.am): Likewise.
6605         * modules/posixtm (Makefile.am): Likewise.
6606         * modules/posixver (Makefile.am): Likewise.
6607         * modules/putenv (Makefile.am): Likewise.
6608         * modules/quote (Makefile.am): Likewise.
6609         * modules/quotearg (Makefile.am): Likewise.
6610         * modules/raise (Makefile.am): Likewise.
6611         * modules/read-file (Makefile.am): Likewise.
6612         * modules/readline (Makefile.am): Likewise.
6613         * modules/readlink (Makefile.am): Likewise.
6614         * modules/readtokens (Makefile.am): Likewise.
6615         * modules/readutmp (Makefile.am): Likewise.
6616         * modules/realloc (Makefile.am): Likewise.
6617         * modules/regex (Makefile.am): Likewise.
6618         * modules/rename (Makefile.am): Likewise.
6619         * modules/rename-dest-slash (Makefile.am): Likewise.
6620         * modules/rijndael (Makefile.am): Likewise.
6621         * modules/rmdir (Makefile.am): Likewise.
6622         * modules/rpmatch (Makefile.am): Likewise.
6623         * modules/safe-read (Makefile.am): Likewise.
6624         * modules/safe-write (Makefile.am): Likewise.
6625         * modules/same (Makefile.am): Likewise.
6626         * modules/save-cwd (Makefile.am): Likewise.
6627         * modules/savedir (Makefile.am): Likewise.
6628         * modules/setenv (Makefile.am): Likewise.
6629         * modules/settime (Makefile.am): Likewise.
6630         * modules/sha1 (Makefile.am): Likewise.
6631         * modules/sig2str (Makefile.am): Likewise.
6632         * modules/snprintf (Makefile.am): Likewise.
6633         * modules/stdlib-safer (Makefile.am): Likewise.
6634         * modules/stpcpy (Makefile.am): Likewise.
6635         * modules/stpncpy (Makefile.am): Likewise.
6636         * modules/strcase (Makefile.am): Likewise.
6637         * modules/strcasestr (Makefile.am): Likewise.
6638         * modules/strchrnul (Makefile.am): Likewise.
6639         * modules/strcspn (Makefile.am): Likewise.
6640         * modules/strdup (Makefile.am): Likewise.
6641         * modules/strerror (Makefile.am): Likewise.
6642         * modules/strftime (Makefile.am): Likewise.
6643         * modules/strndup (Makefile.am): Likewise.
6644         * modules/strnlen (Makefile.am): Likewise.
6645         * modules/strpbrk (Makefile.am): Likewise.
6646         * modules/strsep (Makefile.am): Likewise.
6647         * modules/strstr (Makefile.am): Likewise.
6648         * modules/strtod (Makefile.am): Likewise.
6649         * modules/strtoimax (Makefile.am): Likewise.
6650         * modules/strtok_r (Makefile.am): Likewise.
6651         * modules/strtol (Makefile.am): Likewise.
6652         * modules/strtoll (Makefile.am): Likewise.
6653         * modules/strtoul (Makefile.am): Likewise.
6654         * modules/strtoull (Makefile.am): Likewise.
6655         * modules/strtoumax (Makefile.am): Likewise.
6656         * modules/strverscmp (Makefile.am): Likewise.
6657         * modules/time_r (Makefile.am): Likewise.
6658         * modules/timegm (Makefile.am): Likewise.
6659         * modules/tmpfile-safer (Makefile.am): Likewise.
6660         * modules/unistd-safer (Makefile.am): Likewise.
6661         * modules/unlinkdir (Makefile.am): Likewise.
6662         * modules/userspec (Makefile.am): Likewise.
6663         * modules/utime (Makefile.am): Likewise.
6664         * modules/utimecmp (Makefile.am): Likewise.
6665         * modules/utimens (Makefile.am): Likewise.
6666         * modules/vasnprintf (Makefile.am): Likewise.
6667         * modules/vasprintf (Makefile.am): Likewise.
6668         * modules/vsnprintf (Makefile.am): Likewise.
6669         * modules/xalloc (Makefile.am): Likewise.
6670         * modules/xgetcwd (Makefile.am): Likewise.
6671         * modules/xnanosleep (Makefile.am): Likewise.
6672         * modules/xreadlink (Makefile.am): Likewise.
6673         * modules/xstrtod (Makefile.am): Likewise.
6674         * modules/xstrtol (Makefile.am): Likewise.
6675         * modules/xstrtold (Makefile.am): Likewise.
6676         * modules/yesno (Makefile.am): Likewise.
6677
6678 2006-10-12  Jim Meyering  <jim@meyering.net>
6679
6680         * m4/getloadavg.m4: Revert the change below.
6681
6682         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
6683         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
6684         fail with a symlink, which is what coreutils' ./bootstrap now
6685         creates by default.
6686
6687 2006-10-12  Bruno Haible  <bruno@clisp.org>
6688
6689         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
6690         mingw.
6691         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
6692         MSVC and mingw explicitly.
6693
6694 2006-10-11  Simon Josefsson  <jas@extundo.com>
6695             Bruno Haible  <bruno@clisp.org>
6696
6697         Add support for multiple gnulib-tool invocations in the scope of a
6698         single configure.ac file.
6699         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
6700         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
6701         with the same contents as the _LIBADD variable.
6702         (func_emit_initmacro_start, func_emit_initmacro_end,
6703         func_emit_initmacro_done): New functions.
6704         (func_import, func_create_testdir): Invoke them. Allow the identifiers
6705         gl_LIBOBJS and gl_LTLIBOBJS.
6706
6707 2006-10-11  Bruno Haible  <bruno@clisp.org>
6708
6709         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
6710         (func_create_testdir): Don't create po/Makefile.am, don't invoke
6711         autoreconf. Instead, invoke autopoint explicitly but move back the
6712         *.m4 files from gnulib.
6713
6714 2006-10-11  Bruno Haible  <bruno@clisp.org>
6715
6716         * gnulib-tool (func_usage): Make module names after --create-testdir
6717         optional.
6718         (func_create_testdir): If no module was specified, use nearly all
6719         modules.
6720
6721 2006-10-12  Jim Meyering  <jim@meyering.net>
6722
6723         Big performance improvement for fts-based tools that use FTS_NOSTAT.
6724         Avoid spurious inode-mismatch problems on non-POSIX file systems.
6725         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
6726         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
6727         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
6728         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
6729         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
6730         (fts_set_stat_required): New function.
6731         (fts_open): Defer the calls to fts_stat, if possible or requested.
6732         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
6733         into fts_stat itself.
6734         (fts_read): Perform any required (deferred) fts_stat call.
6735         (fts_build): Likewise, for the directory we're about to open and read.
6736         In the readdir loop, carefully decide whether each entry will require
6737         an eventual call to fts_stat, using dirent.d_type info if available.
6738         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
6739         a command line argument into this function.  Update all callers.
6740         Map a return value of FTS_DOT to FTS_D for a command line argument.
6741         * modules/fts (Depends-on): Add d-type.  Alphabetize.
6742         Thanks to Miklos Szeredi for his tenacity and for the initial
6743         bug report about "find" failing on a FUSE-based file system.
6744
6745         * lib/fts.c (fts_open): Use consistent indentation.
6746
6747 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
6748
6749         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
6750         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
6751         reported by Jim Meyering.  All uses of cache variables renamed
6752         to match Autoconf's.
6753         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
6754         the other one.
6755
6756         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
6757         Fix misspelling in diagnostic.
6758
6759 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
6760
6761         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
6762         defined.  Problem reported by Matthew Woehlke.
6763
6764         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
6765         Add support for Tandem NonStop R series.
6766         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
6767         Use new macro.
6768
6769         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
6770         (has_trailing_slash): Omit size arg; all callers changed.
6771         Omit 'inline', since it doesn't help performance and we'd
6772         need to configure it.
6773         Don't count //, ///, etc. as having a trailing slash.
6774         As a side effect, this removes a C99ism reported by Matthew Woehlke.
6775         (rpl_rename_dest_slash): On failure, use rename's errno rather
6776         than (in some cases) an incorrect or junk errno.
6777         Simplify code by removing need to compute length; this does
6778         cause it to make two passes instead of one over the file name,
6779         but it's worth it.
6780
6781         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
6782         change, since Autoconf's version may no longer be appropriate now
6783         that we are using CVS Autoconf's version.  Add support for Tandem.
6784
6785 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
6786             Bruno Haible  <bruno@clisp.org>
6787
6788         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
6789         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
6790         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
6791         gl_AC_TYPE_LONG_LONG.
6792
6793         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
6794         instead of HAVE_LONG_LONG.
6795         * lib/printf-args.c (printf_fetchargs): Likewise.
6796         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
6797         * lib/vasnprintf.c (VASNPRINTF): Likewise.
6798         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
6799         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
6800         gl_AC_TYPE_LONG_LONG.
6801
6802 2006-10-11  Bruno Haible  <bruno@clisp.org>
6803
6804         * m4/longlong.m4: Add comments.
6805         * m4/ulonglong.m4: Likewise.
6806
6807 2006-10-10  Bruno Haible  <bruno@clisp.org>
6808
6809         Make it possible to #define stpcpy, strdup to aliases.
6810         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
6811         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
6812
6813 2006-10-10  Bruno Haible  <bruno@clisp.org>
6814
6815         Make it possible to #define gcd to an alias.
6816         * lib/gcd.c: Include config.h.
6817
6818 2006-10-10  Bruno Haible  <bruno@clisp.org>
6819
6820         Make it possible to #define c_isascii to an alias.
6821         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
6822         defined. Undefine the macros before defining them, to avoid gcc
6823         warnings.
6824         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
6825         define NO_C_CTYPE_MACROS early.
6826
6827 2006-10-10  Bruno Haible  <bruno@clisp.org>
6828
6829         Make it possible to #define set_program_name to an alias.
6830         * lib/progname.c: Don't undefine set_program_name; instead, undefine
6831         ENABLE_RELOCATABLE early.
6832
6833 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
6834
6835         Port to Tandem NSK OSS, which has 64-bit signed int but at most
6836         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
6837         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
6838         More generally, don't assume that 64-bit signed int is available
6839         if unsigned int is, and vice versa.
6840         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
6841         unsigned symbols, not on their signed counterparts.
6842         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
6843         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
6844         (UINT64_C, UINTMAX_C):
6845         Likewise.
6846         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
6847         unsigned counterparts.
6848         (Have_long_long, Unsigned): New macros.
6849         (Int): Renamed from INT.
6850         (strtoimax): Use the new macros.
6851         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
6852         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
6853         * modules/inttypes (inttypes.h): Substitute
6854         HAVE_UNSIGNED_LONG_LONG_INT.
6855         * modules/stdint (stdint.h): Likewise.
6856         (Files): Add m4/ulonglong.m4.
6857
6858 2006-10-10  Bruno Haible  <bruno@clisp.org>
6859
6860         Fix a gcc -Wshadow warning.
6861         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
6862         to 'bucket'.
6863         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
6864         gl_linked_indexof_from_to): Likewise.
6865         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
6866         Likewise.
6867         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
6868         Likewise.
6869         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
6870         Reported by Eric Blake.
6871
6872 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
6873
6874         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
6875         for NetBSD.  Problem reported by Bruno Haible.
6876
6877 2006-10-09  Jim Meyering  <jim@meyering.net>
6878
6879         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
6880         Patch from Bruno Haible.
6881
6882 2006-10-09  Jim Meyering  <jim@meyering.net>
6883
6884         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
6885         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
6886         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
6887
6888 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
6889
6890         Don't include <config.h> twice; this doesn't work in some cases,
6891         e.g., when config.h has "#define intmax_t long long int" and
6892         we include <config.h>, <inttypes.h>, <config.h> in that order.
6893         Problem reported by Matthew Woehlke in:
6894         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
6895         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
6896         * lib/fts-cycle.c: Don't include config.h.
6897         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
6898         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
6899         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
6900         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
6901         inttypes.h.
6902         * lib/xstrtoumax.c: Likewise.
6903         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
6904         __strtol and the like, so that this module is more like its siblings.
6905         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
6906         Remove; no longer needed now that we assume gnulib inttypes.h.
6907
6908 2006-10-08  Bruno Haible  <bruno@clisp.org>
6909
6910         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
6911         option.
6912
6913 2006-10-07  Jim Meyering  <jim@meyering.net>
6914
6915         * modules/inttypes (inttypes.h): Revert what seems to have been
6916         an inadvertent part of today's change: use "|", not "/" in the
6917         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
6918
6919 2006-10-07  Bruno Haible  <bruno@clisp.org>
6920
6921         * modules/sublist: New file.
6922
6923 2006-10-07  Bruno Haible  <bruno@clisp.org>
6924
6925         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
6926         * modules/argz (argz.h): Likewise.
6927         * modules/arpa_inet (arpa/inet.h): Likewise.
6928         * modules/byteswap (byteswap.h): Likewise.
6929         * modules/configmake (configmake.h): Likewise.
6930         * modules/fcntl (fcntl.h): Likewise.
6931         * modules/fnmatch (fnmatch.h): Likewise.
6932         * modules/getopt (getopt.h): Likewise.
6933         * modules/glob (glob.h): Likewise.
6934         * modules/inttypes (inttypes.h): Likewise.
6935         * modules/netinet_in (netinet/in.h): Likewise.
6936         * modules/poll (poll.h): Likewise.
6937         * modules/stdbool (stdbool.h): Likewise.
6938         * modules/stdint (stdint.h): Likewise.
6939         * modules/sys_select (sys/select.h): Likewise.
6940         * modules/sys_socket (sys/socket.h): Likewise.
6941         * modules/sys_stat (sys/stat.h): Likewise.
6942         * modules/sysexits (sysexits.h): Likewise.
6943         * modules/unistd (unistd.h): Likewise.
6944         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6945         Add a "DO NOT EDIT" comment to the generated file.
6946         (func_import): Likewise for gnulib-comp.m4.
6947
6948 2006-10-07  Bruno Haible  <bruno@clisp.org>
6949
6950         * lib/gl_sublist.h: New file.
6951         * lib/gl_sublist.c: New file.
6952
6953 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
6954
6955         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
6956         name (relative to the original working directory) and the file
6957         name component (relative to the temporary working directory).  All
6958         callers changed.
6959         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
6960         * lib/mkdir-p.c (make_dir_parents): Likewise.
6961         * lib/mkdir-p.h (make_dir_parents): Likewise.
6962
6963 2006-10-06  Eric Blake  <ebb9@byu.net>
6964
6965         Define several macros for use by the clean-temp module.
6966         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
6967         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
6968         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
6969
6970         * lib/clean-temp.h (close_stream_temp): New declaration.
6971         * lib/clean-temp.c (includes): Pull in headers according to what
6972         other modules are in use.
6973         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
6974
6975 2006-10-06  Bruno Haible  <bruno@clisp.org>
6976
6977         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
6978         instead of fopen, fwriteerror.
6979
6980 2006-10-06  Bruno Haible  <bruno@clisp.org>
6981
6982         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
6983         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
6984         int.
6985         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
6986         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
6987         Return an error indicator.
6988         Suggested by Eric Blake.
6989
6990 2006-10-06  Bruno Haible  <bruno@clisp.org>
6991
6992         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
6993         Reported by Eric Blake.
6994
6995 2006-10-06  Bruno Haible  <bruno@clisp.org>
6996
6997         * modules/closeout (Description): Mention stderr too.
6998
6999 2006-10-06  Bruno Haible  <bruno@clisp.org>
7000         and Paul Eggert  <eggert@cs.ucla.edu>
7001
7002         * lib/closeout.c (close_stdout): Also close stderr.
7003         * lib/closeout.h: Update comment.
7004
7005 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
7006
7007         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
7008         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
7009         * lib/dirchownmod.c: Include lchown.h.
7010         * lib/lchown.c: Don't include files that lchown.h now includes.
7011         Don't declare chown, since lchown.h now does that.
7012         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
7013         (lchown): Define to rpl_chown if lchown is declared but
7014         does not exist.  Declare using a prototype if lchown is not
7015         declared.  Add a copyright notice.
7016         * lib/mkstemp.h: Include <unistd.h>.
7017         * lib/openat.c: Include lchown.h.
7018
7019         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
7020         we now test for that separately.
7021         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
7022         rather than O_NOFOLLOW, when testing whether it's possible to
7023         avoid a race condition reliably.
7024         * lib/savewd.c (savewd_chdir): Likewise.
7025
7026         Remove macros that are no longer needed now that stdint.h is
7027         reliable.
7028         * lib/fsusage.c (UINTMAX_MAX): Remove.
7029         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
7030         * lib/utimecmp.c (SIZE_MAX): Remove.
7031
7032         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
7033
7034         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
7035         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
7036         O_NOATIME works.
7037
7038 2006-10-05  Bruno Haible  <bruno@clisp.org>
7039
7040         * lib/gl_list.h (gl_sortedlist_search_from_to,
7041         gl_sortedlist_indexof_from_to): New declarations.
7042         (gl_list_implementation): New fields sortedlist_search_from_to,
7043         sortedlist_indexof_from_to.
7044         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
7045         inline functions.
7046         * lib/gl_list.c (gl_sortedlist_search_from_to,
7047         gl_sortedlist_indexof_from_to): New functions.
7048         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
7049         function.
7050         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
7051         (gl_array_sortedlist_search_from_to): New function.
7052         (gl_array_list_implementation): Update.
7053         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
7054         function.
7055         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
7056         (gl_carray_sortedlist_search_from_to): New function.
7057         (gl_carray_list_implementation): Update.
7058         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
7059         gl_linked_sortedlist_indexof_from_to): New functions.
7060         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
7061         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
7062         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
7063         gl_tree_sortedlist_indexof_from_to): New functions.
7064         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
7065         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
7066         Update.
7067         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
7068         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
7069         Update.
7070
7071 2006-10-05  Bruno Haible  <bruno@clisp.org>
7072
7073         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
7074         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
7075         (struct gl_list_implementation): Add fields search_from_to,
7076         indexof_from_to. Remove fields search, indexof.
7077         (gl_list_search): Use the search_from_to method.
7078         (gl_list_search_from, gl_list_search_from_to): New functions.
7079         (gl_list_indexof): Use the indexof_from_to method.
7080         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
7081         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
7082         (gl_list_search_from, gl_list_search_from_to): New functions.
7083         (gl_list_indexof): Use the indexof_from_to method.
7084         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
7085         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
7086         gl_array_indexof. Add start_index, end_index arguments.
7087         (gl_array_search_from_to): Renamed from gl_array_search. Add
7088         start_index, end_index arguments.
7089         (gl_array_remove, gl_array_list_implementation): Update.
7090         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
7091         gl_carray_indexof. Add start_index, end_index arguments.
7092         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
7093         start_index, end_index arguments.
7094         (gl_carray_remove, gl_carray_list_implementation): Update.
7095         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
7096         gl_linked_search. Add start_index, end_index arguments.
7097         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
7098         start_index, end_index arguments.
7099         (gl_linked_remove): Update.
7100         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
7101         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
7102         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
7103         field to 'size_t'.
7104         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
7105         gl_tree_search. Add start_index, end_index arguments.
7106         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
7107         start_index, end_index arguments.
7108         (gl_tree_remove): Update.
7109         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
7110         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
7111         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
7112         function.
7113         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
7114         gl_tree_search. Add start_index, end_index arguments.
7115         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
7116         start_index, end_index arguments.
7117         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
7118         Update.
7119         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
7120
7121 2006-10-05  Bruno Haible  <bruno@clisp.org>
7122
7123         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
7124
7125         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
7126         fwriteerror_temp): New declarations.
7127         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
7128         (descriptors): New variable.
7129         (cleanup): First, close the descriptors.
7130         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
7131         fclose_temp, fwriteerror_temp): New functions.
7132
7133 2006-10-04  Jim Meyering  <jim@meyering.net>
7134
7135         * lib/fts.c (fts_open): Tiny comment change.
7136
7137 2006-10-04  Bruno Haible  <bruno@clisp.org>
7138
7139         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
7140         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
7141         gl_LOCK_BODY.
7142         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
7143         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
7144         gl_LOCK_EARLY_BODY.
7145         (gl_LOCK): Require gl_LOCK_BODY.
7146
7147 2006-10-04  Bruno Haible  <bruno@clisp.org>
7148
7149         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
7150         (gl_oset_search_atleast): New declaration.
7151         (struct gl_oset_implementation): Add field 'search_atleast'.
7152         (gl_oset_search_atleast): New inline function.
7153         * lib/gl_oset.c (gl_oset_search_atleast): New function.
7154         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
7155         (gl_array_oset_implementation): Update.
7156         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
7157         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
7158         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
7159
7160 2006-10-04  Bruno Haible  <bruno@clisp.org>
7161
7162         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
7163
7164 2006-10-03  Bruno Haible  <bruno@clisp.org>
7165
7166         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
7167         from gl_avltreehash_list_implementation.
7168
7169 2006-10-03  Bruno Haible  <bruno@clisp.org>
7170
7171         * lib/gl_oset.c (gl_oset_add): Fix return type.
7172
7173 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
7174
7175         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
7176
7177 2006-10-02  Eric Blake  <ebb9@byu.net>
7178
7179         * modules/strnlen (Depends-on): Add extensions.
7180
7181 2006-10-02  Eric Blake  <ebb9@byu.net>
7182
7183         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
7184         definition in 2.60+.
7185
7186 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
7187
7188         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
7189         checks.
7190
7191 2006-10-02  Bruno Haible  <bruno@clisp.org>
7192
7193         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
7194         to the AUTOMAKE_OPTIONS.
7195         Reported by Jim Meyering.
7196
7197 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
7198
7199         Work around bug in Solaris 10 /proc file system:
7200         /proc/self/fd/NNN/.. isn't the parent directory of
7201         the directory whose file descriptor is NNN.  This needs to
7202         be worked around at run time, not compile time, since a
7203         program might be built on Solaris 8, where things work, and
7204         run on Solaris 10.
7205         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
7206         to use the following interface instead:
7207         (OPENAT_BUFFER_SIZE): New macro.
7208         (openat_proc_name): New function.
7209         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
7210         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
7211         Likewise.
7212         * lib/openat-proc.c: New file.
7213         * modules/openat (Files): Add lib/openat-proc.c.
7214         (Depends-on): Add same-inode, stdbool.
7215         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
7216
7217 2006-09-29  Bruno Haible  <bruno@clisp.org>
7218
7219         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
7220         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
7221         argument. Set stdout_closed before testing for ferror, not after.
7222         (fwriteerror, fwriteerror_no_ebadf): New functions.
7223
7224 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7225
7226         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
7227
7228 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
7229
7230         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
7231         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
7232
7233 2006-09-28  Jim Meyering  <jim@meyering.net>
7234
7235         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
7236         Include <unistd.h>.
7237
7238 2006-09-28  Bruno Haible  <bruno@clisp.org>
7239
7240         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
7241         * modules/linkedhash-list (Depends-on): Likewise.
7242         * modules/rbtreehash-list (Depends-on): Likewise.
7243
7244 2006-09-28  Bruno Haible  <bruno@clisp.org>
7245
7246         * lib/strndup.h: Simplify the redefinition of strndup.
7247         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
7248         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
7249
7250 2006-09-28  Bruno Haible  <bruno@clisp.org>
7251
7252         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
7253         * lib/gl_linkedhash_list.c: Likewise.
7254         * lib/gl_rbtreehash_list.c: Likewise.
7255
7256 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
7257
7258         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
7259         getaddrinfo.
7260
7261         * lib/__fpending.h: Don't include <stdio_ext.h> unless
7262         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
7263         it causes <stdio_ext.h> to cause a compile-time error.
7264         Problem reported by Nelson H. F. Beebe.
7265         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
7266         of HAVE_DECL___PENDING.
7267
7268         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
7269         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
7270         declaration.
7271
7272 2006-09-27  Jim Meyering  <jim@meyering.net>
7273
7274         This file could end up with a definition for a function
7275         named __strndup, rather than rpl_strndup on a system with
7276         incomplete weak_alias support.
7277         * lib/strndup.c (strndup): Rename from __strndup.
7278         Remove #defines that used to map __strndup to strndup.
7279         Don't use K&R prototypes.
7280         Remove LIBC-related code, since this file is not sync'd with glibc.
7281         * lib/strndup.h: Revamp, accordingly.
7282         * m4/strndup.m4: Modernize.
7283
7284 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
7285
7286         * modules/savewd (Depends-on): Add 'raise'.
7287         * lib/savewd.c: Include <signal.h>, for 'raise'.
7288
7289 2006-09-26  Jim Meyering  <jim@meyering.net>
7290
7291         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
7292         when we detect Darwin 8.7.0's acl_get_file bug.
7293         Rearrange to perform the new (below) run-test while $LIBS
7294         contains any acl-related library.  Set USE_ACL at the end.
7295         (gl_ACL_GET_FILE): New function.
7296
7297 2006-09-26  Eric Blake  <ebb9@byu.net>
7298
7299         * lib/verror.c: Include <config.h> unconditionally.
7300
7301 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
7302
7303         * modules/clock-time (Maintainer): Add self.
7304         * modules/getlogin_r (Depends-on): Add extensions.
7305
7306 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7307
7308         * modules/clock-time: New module.
7309         * modules/nanosleep (Depends-on): Add clock-time.
7310         * modules/gethrxtime (Depends-on): Likewise.
7311         * modules/gettime (Depends-on): Likewise.
7312         * modules/settime (Depends-on): Likewise.
7313
7314         * modules/fts-lgpl: Depend on openat.
7315         * modules/mkancesdirs: Depend on savewd.
7316         * modules/mkdir-p: Likewise.
7317
7318 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7319
7320         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
7321
7322         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
7323         `gl_have_arbitrary_file_name_length_limit' to
7324         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
7325         actually works between configure runs.
7326
7327 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7328             Bruno Haible  <bruno@clisp.org>
7329
7330         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
7331
7332 2006-09-25  Jim Meyering  <jim@meyering.net>
7333
7334         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
7335         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
7336
7337 2006-09-25  Eric Blake  <ebb9@byu.net>
7338
7339         * gnulib-tool (func_import, func_create_testdir): Fix typos in
7340         exec's in 2006-09-18 patch when shuffling fds.
7341
7342 2006-09-25  Bruno Haible  <bruno@clisp.org>
7343
7344         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
7345         Reported by Jim Meyering.
7346
7347 2006-09-24  Jim Meyering  <jim@meyering.net>
7348
7349         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
7350         compare a pointer against a literal "0".  That caused failures with
7351         at least HP-UX's hpcc.
7352
7353 2006-09-22  Simon Josefsson  <jas@extundo.com>
7354
7355         * modules/gc-sha1:
7356         * modules/gc-md4:
7357         * modules/gc-hmac-sha1:
7358         * modules/gc-hmac-md5:
7359         * modules/gc-des:
7360         * modules/gc-arcfour: Distribute more files.
7361
7362 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7363
7364         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
7365         (gl_linked_iterator_from_to): Initialize struct completely.
7366         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
7367         (gl_tree_iterator_from_to): Likewise
7368         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
7369         * lib/gl_array_list.c [lint] (gl_array_iterator)
7370         (gl_array_iterator_from_to): Likewise.
7371         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
7372         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
7373         (gl_carray_iterator_from_to): Likewise.
7374
7375         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
7376         * lib/md4.c (md4_process_block): Remove unused variable.
7377         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
7378         parentheses for clarity.
7379
7380 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7381
7382         * modules/bison-i18n (Depends-on): Add gettext.
7383
7384 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7385
7386         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
7387         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
7388         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
7389         also add missing comma that caused broken test.
7390         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
7391         stdlib.h, for `abort'.
7392         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
7393         variables.
7394         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
7395         include unistd.h if present, for `rmdir'.
7396         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
7397         variables.
7398         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
7399         in the process include standard headers for prototypes.
7400         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
7401         gets declared on GNU/Linux.
7402         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
7403         unistd.h, for `rmdir'.
7404         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
7405
7406         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
7407         always true.
7408         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
7409
7410         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
7411
7412 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7413
7414         * gnulib-tool (func_version): Create output all at once.  This
7415         may help avoid triggering unnecessary SIGPIPEs, and at any
7416         rate it doesn't hurt.
7417
7418 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7419             Bruno Haible  <bruno@clisp.org>
7420
7421         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
7422         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
7423         * m4/signed.m4 (bh_C_SIGNED): Likewise.
7424
7425         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
7426         (gl_FUNC_VASPRINTF): Invoke it.
7427
7428 2006-09-22  Bruno Haible  <bruno@clisp.org>
7429
7430         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
7431         getloadavg.c as first argument.
7432
7433 2006-09-22  Bruno Haible  <bruno@clisp.org>
7434
7435         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
7436         at the beginning of the gl_INIT macro.
7437         * modules/getloadavg (configure.ac): Pass $gl_source_base to
7438         gl_GETLOADAVG.
7439
7440 2006-09-22  Bruno Haible  <bruno@clisp.org>
7441
7442         * gnulib-tool (func_create_megatestdir): Don't include the config-h
7443         module.
7444         Suggested by Ralf Wildenhues.
7445
7446 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
7447
7448         Import this patch from libc:
7449
7450         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
7451
7452         * lib/regex_internal.c (re_string_reconstruct): Handle
7453         offset < pstr->valid_raw_len && pstr->offsets_needed case.
7454         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
7455         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
7456         re_string_context_at.
7457
7458         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
7459         now requires it.
7460         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
7461         gl_REGEX now does it for us.
7462         (gl_REGEX): Add test taken from
7463         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
7464
7465         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
7466         Check that large offsets work.  Modernize Autoconf usages.
7467         Prefer "yes" to mean a good thing rather than a bad.
7468         Don't put "#define mkstemp" in config.h, as this might interfere
7469         with standard system headers that "#define mkstemp mkstemp64".
7470
7471         * modules/mkstemp (Depends-on): Add extensions, so that
7472         mkstemp is visible on some platforms.
7473         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
7474         (Include): Change to "mkstemp.h" from <stdlib.h>.
7475         (Files): Add mkstemp.h.
7476
7477         * lib/mkstemp.h: New file, since some standard headers
7478         #define mkstemp.
7479         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
7480         Include "mkstemp.h".
7481         Make the _LIBC code resemble glibc original more,
7482         e.g., use K&R style.
7483         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
7484         (mkstemp): Remove, since mkstemp.h does this for us.
7485         * lib/stdlib--.h: Include mkstemp.h.
7486
7487         Import this patch from libc:
7488
7489         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
7490
7491         * lib/tempname.c (__gen_tempname): Change attempts_min
7492         into a macro.  Use preprocessor to decide how to initialize
7493         attempts [Coverity CID 67].
7494
7495 2006-09-20  Bruno Haible  <bruno@clisp.org>
7496
7497         * lib/mkdtemp.c: Import from libc.
7498         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
7499                 * sysdeps/posix/tempname.c (__gen_tempname): Change
7500                 attempts_min into a macro.  Use preprocessor to decide how to
7501                 initialize attempts [Coverity CID 67].
7502         2001-11-27  Paul Eggert  <eggert@twinsun.com>
7503                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
7504                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
7505
7506 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7507
7508         * gnulib-tool (func_exit): New function, to allow to pass the
7509         exit status portably through the trap.  Use everywhere.
7510         (--help, --version): Signal a write error.
7511         (trap): catch SIGPIPE, for write errors.
7512         Exit at the end of the trap, with the correct exit status.
7513
7514 2006-09-19  Karl Berry  <karl@gnu.org>
7515
7516         * doc/gnulib.texi: note about the license texinfo files.
7517
7518 2006-09-19  Eric Blake  <ebb9@byu.net>
7519
7520         * gnulib-tool: Avoid space-tab.
7521
7522 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
7523
7524         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
7525         that prevented coreutils 6.1 from building.  Problem reported
7526         by Petter Reinholdtsen.
7527
7528 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
7529
7530         * gnulib-tool (avoidlist): Fix typo that broke options like
7531         --avoid=lock that are used by coreutils bootstrap.
7532
7533 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
7534
7535         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
7536         more systematically.
7537
7538 2006-09-18  Jim Meyering  <jim@meyering.net>
7539
7540         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
7541
7542 2006-09-18  Bruno Haible  <bruno@clisp.org>
7543
7544         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
7545
7546 2006-09-18  Bruno Haible  <bruno@clisp.org>
7547
7548         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
7549         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
7550         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
7551         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
7552         * m4/gettext.m4: Require autoconf >= 2.52.
7553         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
7554         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
7555         of gl_cv_header_inttypes_h.
7556
7557 2006-09-18  Bruno Haible  <bruno@clisp.org>
7558
7559         * lib/javaversion.c: Include configmake.h.
7560
7561 2006-09-18  Bruno Haible  <bruno@clisp.org>
7562
7563         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
7564         avoid that the while loops be executed in a subshell.
7565
7566 2006-09-18  Bruno Haible  <bruno@clisp.org>
7567
7568         * MODULES.html.sh (func_module): Break long lines.
7569         Suggested by Bruce Korb <bkorb@gnu.org>.
7570
7571 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7572
7573         Speed up by a factor of 1.12.
7574         * gnulib-tool (nl): New variable.
7575         (func_import): Rewrite include directive extraction to only read each
7576         directive once.
7577
7578 2006-09-17  Bruno Haible  <bruno@clisp.org>
7579
7580         * modules/javaversion (Makefile.am): Remove DEFS setting.
7581         (Depends-on): Add configmake, for PKGDATADIR definition.
7582
7583 2006-09-17  Bruno Haible  <bruno@clisp.org>
7584
7585         * gnulib-tool (func_create_testdir): Rewrite all files at once.
7586
7587 2006-09-17  Bruno Haible  <bruno@clisp.org>
7588
7589         * gnulib-tool (func_append): New function, stolen from libtool.m4.
7590         (func_modules_transitive_closure, func_modules_add_dummy,
7591         func_modules_to_filelist, func_import, func_create_testdir,
7592         func_create_megatestdir, ...): Use it wherever possible.
7593         Suggested by Ralf Wildenhues.
7594
7595 2006-09-16  Karl Berry  <karl@gnu.org>
7596
7597         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
7598         to avoid sectioning errors.
7599         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
7600         [ifinfo]: blank line after @center-ed titles.
7601         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
7602         Spell FSF address consistently with others.
7603         (These changes approved by rms.)
7604
7605 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7606
7607         Speed up by a factor of 1.61.
7608         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
7609         already checked module names again.
7610
7611 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7612
7613         Speed up by a factor of 1.13.
7614         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
7615         for new_files, and the input to func_add_or_update.
7616
7617 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7618
7619         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
7620         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
7621
7622 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
7623
7624         * modules/mkancesdirs (Depends-on): Add fcntl.
7625         * modules/savewd: New file.
7626         * MODULES.html.sh (File system functions): Add savewd.
7627
7628         * modules/configmake (Makefile.am): Add support for the
7629         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
7630
7631 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
7632
7633         * m4/savewd.m4: New file.
7634
7635 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
7636
7637         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
7638         (dirchownmod): New arg FD.  All callers changed.
7639         Use FD rather than opening the directory ourself, as opening is
7640         now the caller's responsibility.
7641         * lib/dirchownmod.h: Likewise.
7642         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
7643         hosts that require <sys/types.h> before <sys/stat.h>.  Include
7644         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
7645         (test_dir): Remove.
7646         (mkancesdirs): Return length of prefix of FILE that has already
7647         been made, or -2 if there is a child doing the work.  Redo
7648         algorithm so that it is O(N) rather than O(N**2).  Optimize away
7649         ".", and treat ".." specially since it might stray back into
7650         already-created areas.  Use a subprocess if necessary.  New arg
7651         WD; all users changed.  MAKE_DIR function should now return 1
7652         if it creates a directory that is not readable.  Return -2 if
7653         a child process is spun off.
7654         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
7655         Adjust signature to match code.
7656         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
7657         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
7658         all users changed.
7659         * lib/savewd.c, lib/savewd.h: New files.
7660
7661 2006-09-15  Jim Meyering  <jim@meyering.net>
7662
7663         * modules/rename-dest-slash: New module.
7664         * MODULES.html.sh (posix_compat): Add it here.
7665
7666         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
7667
7668 2006-09-15  Jim Meyering  <jim@meyering.net>
7669
7670         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
7671         file.
7672
7673         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
7674
7675 2006-09-15  Jim Meyering  <jim@meyering.net>
7676
7677         * lib/rename-dest-slash.c (has_trailing_slash): Use
7678         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
7679         (rpl_rename_dest_slash): Perform the cheaper trailing slash
7680         test before testing whether SRC is a directory.
7681         Suggestions from Bruno Haible.
7682
7683         Avoid a warning about an unused variable.
7684         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
7685         into the #ifdef block where it's used.
7686
7687         * lib/rename-dest-slash.c: New file.
7688
7689 2006-09-14  Bruno Haible  <bruno@clisp.org>
7690
7691         * lib/allocsa.c: Include <config.h> unconditionally.
7692         * lib/asnprintf.c: Likewise.
7693         * lib/asprintf.c: Likewise.
7694         * lib/c-strcasecmp.c: Likewise.
7695         * lib/c-strcasestr.c: Likewise.
7696         * lib/c-strncasecmp.c: Likewise.
7697         * lib/c-strstr.c: Likewise.
7698         * lib/classpath.c: Likewise.
7699         * lib/clean-temp.c: Likewise.
7700         * lib/concatpath.c: Likewise.
7701         * lib/copy-file.c: Likewise.
7702         * lib/csharpcomp.c: Likewise.
7703         * lib/csharpexec.c: Likewise.
7704         * lib/execute.c: Likewise.
7705         * lib/fatal-signal.c: Likewise.
7706         * lib/findprog.c: Likewise.
7707         * lib/fwriteerror.c: Likewise.
7708         * lib/gl_array_list.c: Likewise.
7709         * lib/gl_array_oset.c: Likewise.
7710         * lib/gl_avltree_list.c: Likewise.
7711         * lib/gl_avltree_oset.c: Likewise.
7712         * lib/gl_avltreehash_list.c: Likewise.
7713         * lib/gl_carray_list.c: Likewise.
7714         * lib/gl_linked_list.c: Likewise.
7715         * lib/gl_linkedhash_list.c: Likewise.
7716         * lib/gl_list.c: Likewise.
7717         * lib/gl_oset.c: Likewise.
7718         * lib/gl_rbtree_list.c: Likewise.
7719         * lib/gl_rbtree_oset.c: Likewise.
7720         * lib/gl_rbtreehash_list.c: Likewise.
7721         * lib/imaxabs.c: Likewise.
7722         * lib/imaxdiv.c: Likewise.
7723         * lib/javacomp.c: Likewise.
7724         * lib/javaexec.c: Likewise.
7725         * lib/javaversion.c: Likewise.
7726         * lib/linebreak.c: Likewise.
7727         * lib/localcharset.c: Likewise.
7728         * lib/lock.c: Likewise.
7729         * lib/mbchar.c: Likewise.
7730         * lib/mbswidth.c: Likewise.
7731         * lib/mkdtemp.c: Likewise.
7732         * lib/pipe.c: Likewise.
7733         * lib/printf-args.c: Likewise.
7734         * lib/printf-parse.c: Likewise.
7735         * lib/progname.c: Likewise.
7736         * lib/progreloc.c: Likewise.
7737         * lib/readlink.c: Likewise.
7738         * lib/sh-quote.c: Likewise.
7739         * lib/stpcpy.c: Likewise.
7740         * lib/stpncpy.c: Likewise.
7741         * lib/strcasecmp.c: Likewise.
7742         * lib/strcasestr.c: Likewise.
7743         * lib/strcspn.c: Likewise.
7744         * lib/striconv.c: Likewise.
7745         * lib/strncasecmp.c: Likewise.
7746         * lib/strnlen1.c: Likewise.
7747         * lib/strstr.c: Likewise.
7748         * lib/strtok_r.c: Likewise.
7749         * lib/tls.c: Likewise.
7750         * lib/tmpdir.c: Likewise.
7751         * lib/unicodeio.c: Likewise.
7752         * lib/unsetenv.c: Likewise.
7753         * lib/vasnprintf.c: Likewise.
7754         * lib/vasprintf.c: Likewise.
7755         * lib/wait-process.c: Likewise.
7756         * lib/xallocsa.c: Likewise.
7757         * lib/xsetenv.c: Likewise.
7758         * lib/xstriconv.c: Likewise.
7759
7760 2006-09-13  Simon Josefsson  <jas@extundo.com>
7761
7762         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
7763         that internally, suggested by Ralf Wildenhues
7764         <Ralf.Wildenhues@gmx.de>.
7765
7766 2006-09-13  Simon Josefsson  <jas@extundo.com>
7767
7768         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
7769         @LIBOBJS@.
7770         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7771
7772 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
7773
7774         * lib/_fpending.c: Include <config.h> unconditionally, since we no
7775         longer worry about uses that don't define HAVE_CONFIG_H.
7776         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
7777         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
7778         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
7779         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
7780         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
7781         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
7782         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
7783         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
7784         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
7785         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
7786         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
7787         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
7788         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
7789         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
7790         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
7791         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
7792         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
7793         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
7794         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
7795         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
7796         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
7797         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
7798         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
7799         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
7800         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
7801         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
7802         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
7803         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
7804         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
7805         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
7806         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
7807         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
7808         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
7809         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
7810         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
7811         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
7812         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
7813         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
7814         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
7815         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
7816         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
7817         Likewise.
7818
7819 2006-09-13  Eric Blake  <ebb9@byu.net>
7820
7821         * lib/getopt.c: Fix typo in last commit.
7822
7823 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
7824
7825         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
7826         dgettext.
7827
7828 2006-09-12  Jim Meyering  <jim@meyering.net>
7829
7830         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
7831         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
7832         Reported by Nelson H. F. Beebe.
7833
7834 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
7835
7836         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
7837         program_invocation_name and program_invocation_short_name are
7838         initialized.
7839         * lib/argp-namefrob.h: Move declarations of program_invocation_name
7840         and program_invocation_short_name to argp.h, so they are visible
7841         to user programs.
7842         * lib/argp.h: Likewise
7843
7844 2006-09-10  Bruno Haible  <bruno@clisp.org>
7845
7846         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
7847         m4/inttypes_h.m4, m4/uintmax_t.m4.
7848
7849 2006-09-10  Bruno Haible  <bruno@clisp.org>
7850
7851         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
7852         gl_AC_TYPE_UINTMAX_T.
7853
7854 2006-09-10  Bruno Haible  <bruno@clisp.org>
7855
7856         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
7857
7858 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
7859
7860         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
7861         convention.  Text proposed by Bruno Haible.
7862         (struct argp_option): Document the use of N_() wrappers.
7863
7864         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
7865         '\v', and translate the two parts separately, instead of feeding
7866         the whole string to gettext.  This allows to exclude
7867         '\v' from the strings visible to the translator by writing doc
7868         strings as N_("..") "\v" N_("..").
7869
7870 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
7871
7872         * config/srclist.txt: Undo latest change; the bug was fixed.
7873
7874 2006-09-09  Bruno Haible  <bruno@clisp.org>
7875
7876         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
7877         assignments if building a library without libtool.
7878         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
7879         in func_emit_lib_Makefile_am.
7880         (func_import): When building a static library libfoo.a, arrange to
7881         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
7882         (func_create_testdir): Likewise.
7883         * modules/gc (configure.ac, Makefile.am): If building statically,
7884         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
7885         * modules/iconvme (configure.ac, Makefile.am): Likewise.
7886         * modules/striconv (configure.ac, Makefile.am): Likewise.
7887         Based on a suggestion by Ralf Wildenhues.
7888
7889 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
7890
7891         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
7892         Check for unistd.h too, since Autoconf doesn't assume POSIX.
7893         Also:
7894
7895         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
7896         Add year_2050_test to catch glibc bug 2821
7897         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
7898
7899         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
7900         Prefer #ifdef to #if.
7901
7902         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
7903         Return from 'main' instead of calling 'exit'.
7904
7905 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
7906
7907         * lib/mktime.c (guess_time_tm): Fix bug where mktime
7908         returned the maximum time_t value rather than (time_t) -1.
7909         Problem originally reported by William Bardwell
7910         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
7911
7912         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
7913         Moved to here ...
7914         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
7915         ... from here.
7916
7917 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
7918
7919         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
7920         2821 is fixed.
7921
7922 2006-09-08  Jim Meyering  <jim@meyering.net>
7923
7924         Don't make generated files read-only.  That would bother too many
7925         people.  However, do retain the ability to work when targets are
7926         read-only: remove the destination and temporary files before writing
7927         them (when generated via sed or echo), or by using the -f option for
7928         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
7929         * modules/alloca-opt, modules/argz, modules/arpa_inet:
7930         * modules/byteswap, modules/configmake, modules/fcntl:
7931         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
7932         * modules/localcharset, modules/netinet_in, modules/poll:
7933         * modules/stdbool, modules/stdint, modules/sys_select:
7934         * modules/sys_socket, modules/sys_stat, modules/sysexits:
7935
7936 2006-09-08  Jim Meyering  <jim@meyering.net>
7937
7938         Avoid new build failure on FreeBSD 6.0.
7939         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
7940         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
7941         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
7942
7943 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7944
7945         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
7946
7947 2006-09-07  Jim Meyering  <jim@meyering.net>
7948
7949         Fix global typo in last change: use chmod u-w, not chmod u-x.
7950         Spotted by Paul Eggert and Bruce Korb.
7951         * modules/alloca-opt, modules/argz, modules/arpa_inet:
7952         * modules/byteswap, modules/configmake, modules/fcntl:
7953         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
7954         * modules/localcharset, modules/netinet_in, modules/poll:
7955         * modules/stdbool, modules/stdint, modules/sys_select:
7956         * modules/sys_socket, modules/sys_stat, modules/sysexits:
7957
7958 2006-09-06  Jim Meyering  <jim@meyering.net>
7959
7960         Make generated files be read-only.
7961         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
7962         Ensure that each generated file is now read-only.
7963         * modules/argz: Likewise.
7964         * modules/arpa_inet: Likewise.
7965         * modules/byteswap: Likewise.
7966         * modules/configmake: Likewise.
7967         * modules/fcntl: Likewise.
7968         * modules/fnmatch: Likewise.
7969         * modules/getopt: Likewise.
7970         * modules/glob: Likewise.
7971         * modules/inttypes: Likewise.
7972         * modules/netinet_in: Likewise.
7973         * modules/poll: Likewise.
7974         * modules/stdbool: Likewise.
7975         * modules/stdint: Likewise.
7976         * modules/sys_select: Likewise.
7977         * modules/sys_socket: Likewise.
7978         * modules/sys_stat: Likewise.
7979         * modules/sysexits: Likewise.
7980         * modules/localcharset: Same as above, but continue using temporary
7981         file named "t-$@" (why different?) rather than the "$@-t" used
7982         everywhere else.
7983
7984         * modules/sysexits (Makefile.am): Replace literal occurrences
7985         of "sysexit.h" more readable, and more consistent, "$@".
7986
7987 2006-09-06  Bruno Haible  <bruno@clisp.org>
7988
7989         * modules/striconv: New file.
7990         * modules/xstriconv: New file.
7991         * MODULES.html.sh (Internationalization functions): Add striconv,
7992         xstriconv.
7993
7994 2006-09-06  Bruno Haible  <bruno@clisp.org>
7995
7996         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
7997         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
7998         not using libtool correctly.
7999
8000 2006-09-06  Bruno Haible  <bruno@clisp.org>
8001
8002         * lib/striconv.h: New file.
8003         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
8004         iconvstring.c.
8005         * lib/xstriconv.h: New file.
8006         * lib/xstriconv.c: New file.
8007
8008 2006-09-06  Bruno Haible  <bruno@clisp.org>
8009
8010         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
8011         lib_..._LDFLAGS.
8012
8013 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8014
8015         * lib/argz_.h: Sync from Libtool.
8016
8017         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
8018                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8019
8020         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
8021
8022 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
8023
8024         * modules/trim: New file.
8025
8026 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
8027
8028         * lib/trim.h: New file.
8029         * lib/trim.c: New file.
8030
8031 2006-09-05  Bruno Haible  <bruno@clisp.org>
8032
8033         * MODULES.html.sh (String handling): Add trim.
8034
8035 2006-09-04  Karl Berry  <karl@gnu.org>
8036
8037         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
8038         until next release.
8039
8040 2006-09-03  Bruno Haible  <bruno@clisp.org>
8041
8042         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
8043         correctly.
8044
8045 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
8046
8047         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
8048         not gl_GETLOADAVG.  Omit unneeded semicolons.
8049         Problems reported by Ralf Wildenhues in
8050         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
8051         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
8052         at the end, which is the usual gnulib style.
8053
8054         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
8055         of doing all the work ourselves.
8056         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
8057         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
8058
8059 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
8060
8061         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
8062         Problem reported by Ralf Wildenhues in
8063         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
8064
8065         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
8066         HAVE_STRUCT_STATFS_F_FSTYPENAME.
8067
8068 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
8069
8070         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
8071         yesterday's patch by changing test -n to test -z.
8072
8073 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
8074
8075         * modules/getloadavg (Files): Add m4/getloadavg.m4.
8076         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
8077         the former is now obsolescent.
8078
8079         * modules/chdir-long (Depends-on): Add fcntl.
8080
8081 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
8082
8083         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
8084         obsolescent, and programs should use gnulib instead.
8085         * m4/getloadavg.m4: New file, with contents taken from Autoconf
8086         but with prefixes changed.
8087
8088 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
8089
8090         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
8091         or stdbool.h, because they might not exist while configuring.
8092
8093         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
8094         Don't include unistd.h or limits.h; not needed, since chdir-long.h
8095         does that for us.
8096         (O_DIRECTORY): Remove.
8097
8098 2006-08-31  Eric Blake  <ebb9@byu.net>
8099
8100         * gnulib-tool: Don't let emacs change spaces to TAB.
8101
8102 2006-08-31  Bruno Haible  <bruno@clisp.org>
8103
8104         * gnulib-tool: When calling func_import more than once, do it in a
8105         subshell.
8106         Reported by Eric Blake <ebb9@byu.net>.
8107
8108 2006-08-31  Bruno Haible  <bruno@clisp.org>
8109
8110         * gnulib-tool (nl): Remove variable.
8111         (sed_transform_lib_file): Use more robust test for config-h module.
8112         (func_import): Fix typo in 2006-08-25 patch.
8113
8114 2006-08-31  Bruno Haible  <bruno@clisp.org>
8115
8116         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
8117         specified, augment Makefile.am variables instead of assigning them.
8118
8119 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
8120
8121         Work around a bug in both the Linux and SunOS 64-bit kernels:
8122         nanosleep mishandles sleeps for longer than 2**31 seconds.
8123         Problem reported by Frank v Waveren in
8124         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
8125         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
8126         Check for nanosleep bug.
8127         (LIB_NANOSLEEP): Append clock_gettime library if needed.
8128
8129 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
8130
8131         Work around a bug in both the Linux and SunOS 64-bit kernels:
8132         nanosleep mishandles sleeps for longer than 2**31 seconds.
8133         Problem reported by Frank v Waveren in
8134         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
8135         * lib/nanosleep.c (BILLION): New constant.
8136         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
8137         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
8138         implementation.
8139
8140 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
8141
8142         * modules/nanosleep (Depends-on): Add gettime.
8143
8144 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
8145         and Simon Josefsson  <jas@extundo.com>
8146         and Oskar Liljeblad  <oskar@osk.mine.nu>
8147
8148         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
8149         * gnulib-tool (func_import): New license type 'unmodifiable license
8150         text'.
8151         * modules/fdl: Use it.  Longer description.
8152         * module/gpl, module/lgpl: New files.
8153
8154 2006-08-30  Jim Meyering  <jim@meyering.net>
8155
8156         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
8157         shadowing the parameter.
8158
8159 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8160
8161         Sync from Libtool:
8162
8163         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8164
8165         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
8166         sharing with gnulib.  Report by Eric Blake.
8167
8168 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
8169
8170         * modules/isapipe: New file.
8171         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
8172
8173 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
8174
8175         * modules/configmake (Makefile.am): Add a comment, and omit
8176         the CONFIGMAKE_ prefix from generated macro names.  Suggested
8177         by Bruno Haible.
8178
8179 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
8180
8181         * m4/isapipe.m4: New file.
8182
8183 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
8184
8185         * lib/isapipe.c, lib/isapipe.h: New files.
8186
8187 2006-08-29  Jim Meyering  <jim@meyering.net>
8188
8189         * modules/configmake (Makefile.am): Make configmake.h depend on
8190         Makefile.  Otherwise, a stale configmake.h could hang around.
8191
8192 2006-08-29  Eric Blake  <ebb9@byu.net>
8193
8194         * lib/error.c (error_at_line, print_errno_message): Match libc, after
8195         resolution of upstream bug 3044.
8196
8197 2006-08-29  Bruno Haible  <bruno@clisp.org>
8198
8199         * modules/localcharset (Depends-on): Add configmake.
8200         (Makefile.am): Remove setting of LIBDIR through DEFS.
8201
8202 2006-08-29  Bruno Haible  <bruno@clisp.org>
8203
8204         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
8205         defined.
8206
8207 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
8208
8209         * modules/fcntl: New file.
8210         * modules/chdir-safer (Depends-on): Add fcntl.
8211         * modules/fts: Likewise.
8212         * modules/mkdir-p: Likewise.
8213
8214         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
8215         This undoes the most recent change, since we're now addressing the
8216         problem in a different way.
8217
8218         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
8219         into output, since the output might be called Makefile.am even
8220         if $makefile_name is something different.
8221         (func_import): Use $makefile_am rather than
8222         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
8223         empty.
8224
8225         * modules/inttypes (Files): Add m4/inttypes-h.m4.
8226
8227 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
8228
8229         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
8230         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
8231         recent change to stdint.m4, since we're now addressing the problem in a
8232         different way.
8233
8234 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
8235
8236         * m4/fcntl_h.m4: New file.
8237
8238 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
8239
8240         * lib/fcntl_.h: New file.
8241         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
8242         the fcntl module.
8243         * lib/dirchownmod.c: Likewise.
8244         * lib/fts.c: Likewise.
8245
8246         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
8247         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
8248         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
8249         just before including <inttypes.h>, to avoid circular inclusion.
8250
8251 2006-08-28  Jim Meyering  <jim@meyering.net>
8252
8253         * doc/visibility.texi: Actually read and correct the grammar of the
8254         sentence affected by yesterday's change.
8255
8256 2006-08-28  Eric Blake  <ebb9@byu.net>
8257
8258         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
8259         needs wrapper.
8260
8261 2006-08-28  Eric Blake  <ebb9@byu.net>
8262
8263         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
8264
8265 2006-08-28  Eric Blake  <ebb9@byu.net>
8266
8267         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
8268
8269 2006-08-28  Bruno Haible  <bruno@clisp.org>
8270
8271         * modules/c-strstr: New file, from GNU gettext.
8272         * MODULES.html.sh (String handling): Add c-strstr.
8273
8274 2006-08-28  Bruno Haible  <bruno@clisp.org>
8275
8276         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
8277         macros.
8278         Reported by Eric Blake.
8279
8280 2006-08-28  Bruno Haible  <bruno@clisp.org>
8281
8282         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
8283         (VASNPRINTF): Return a string of length > INT_MAX without failing.
8284         * lib/vasprintf.c: Include errno.h, limits.h.
8285         (EOVERFLOW): New fallback definition.
8286         (vasprintf): Test here whether the string length is > INT_MAX.
8287         * lib/vsnprintf.c: Include errno.h, limits.h.
8288         (EOVERFLOW): New fallback definition.
8289         (vsnprintf): Fix bug when generated string was too long for the buffer.
8290         Test here whether the string length is > INT_MAX.
8291
8292 2006-08-28  Bruno Haible  <bruno@clisp.org>
8293
8294         * lib/inttypes_.h (SCNX*): Remove definitions.
8295         Reported by Eric Blake.
8296
8297 2006-08-28  Bruno Haible  <bruno@clisp.org>
8298
8299         * lib/c-strstr.h: New file, from GNU gettext.
8300         * lib/c-strstr.c: New file, from GNU gettext.
8301
8302 2006-08-28  Bruno Haible  <bruno@clisp.org>
8303
8304         * gnulib-tool: Reorder some statements.
8305
8306 2006-08-28  Bruno Haible  <bruno@clisp.org>
8307
8308         * gnulib-tool: New option --makefile-name.
8309         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
8310         $makefile_name.
8311         (func_import): Write $makefile_name to the cache file, and read it from
8312         there unless explicitly specified. Use $makefile_name as file name
8313         instead of Makefile.am. Adjust the recommendations accordingly.
8314
8315 2006-08-28  Bruno Haible  <bruno@clisp.org>
8316
8317         * gnulib-tool (func_verify_module): Check against misapplying patch.
8318
8319 2006-08-28  Bruno Haible  <bruno@clisp.org>
8320
8321         * gnulib-tool (func_relativize, func_relconcat): New functions.
8322         Give an error if --local-dir is given with --update.
8323         Remove trailing slashes from $local_gnulib_dir.
8324         (func_import): Store the relativized $local_gnulib_dir in
8325         gnulib-cache.m4, and read it from there if not specified explicitly.
8326
8327 2006-08-28  Bruno Haible  <bruno@clisp.org>
8328
8329         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
8330         is the current directory. Respect also $local_gnulib_dir.
8331
8332 2006-08-28  Bruno Haible  <bruno@clisp.org>
8333             Simon Josefsson  <jas@extundo.com>
8334
8335         BeOS portability.
8336         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
8337
8338 2006-08-27  Jim Meyering  <jim@meyering.net>
8339
8340         * doc/visibility.texi: Remove duplicate word: "pointer".
8341
8342 2006-08-26  Bruno Haible  <bruno@clisp.org>
8343
8344         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
8345         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
8346         (Makefile.am): Create inttypes.h from inttypes_.h.
8347         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
8348
8349         * modules/imaxabs: New file.
8350
8351         * modules/imaxdiv: New file.
8352
8353 2006-08-26  Bruno Haible  <bruno@clisp.org>
8354
8355         * m4/inttypes.m4: New file.
8356         * m4/_inttypes_h.m4: Remove file.
8357         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
8358         PRI_MACROS_BROKEN.
8359         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
8360
8361         * m4/imaxabs.m4: New file.
8362
8363         * m4/imaxdiv.m4: New file.
8364
8365 2006-08-26  Bruno Haible  <bruno@clisp.org>
8366
8367         * lib/inttypes_.h: New file.
8368         * lib/inttypes.h: Remove file.
8369         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
8370
8371         * lib/imaxabs.c: New file.
8372
8373         * lib/imaxdiv.c: New file.
8374
8375 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
8376
8377         New config-h module, so that "make" output needn't be cluttered
8378         by -DHAVE_CONFIG_H.
8379         * MODULES.html.sh (Support for building libraries and executables):
8380         Add config-h.
8381         * modules/config-h: New file.
8382         * gnulib-tool (nl, sed_transform_lib_file): New vars.
8383         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
8384         the config-h module is used.
8385
8386         New configmake module, so that "make" output needn't be cluttered
8387         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
8388         * MODULES.html.sh (Support for building libraries and executables):
8389         Add configmake.
8390         * modules/configmake: New file.
8391
8392 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
8393
8394         * m4/config-h.m4: New file.
8395
8396 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
8397
8398         * config/srclist.txt: Add elisp-comp.
8399
8400 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
8401
8402         * MODULES.html.sh (Support for building libraries and executables):
8403         Add elisp-comp.
8404         * build-aux/elisp-comp: New file.
8405         * modules/elisp-comp: New file.
8406
8407 2006-08-24  Bruno Haible  <bruno@clisp.org>
8408
8409         * gnulib-tool (func_create_testdir): Use non-default values of
8410         sourcebase and m4base.
8411
8412 2006-08-24  Bruno Haible  <bruno@clisp.org>
8413
8414         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
8415         HTML structure.
8416
8417 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
8418
8419         * modules/openat (Depends-on): Add lchown.
8420
8421 2006-08-23  Bruno Haible  <bruno@clisp.org>
8422
8423         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
8424         of gl_LOCK_EARLY instead of gl_LOCK.
8425
8426 2006-08-23  Bruno Haible  <bruno@clisp.org>
8427
8428         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
8429         on OSF/1 to no.
8430         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
8431
8432 2006-08-23  Bruno Haible  <bruno@clisp.org>
8433
8434         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
8435         as unusable.
8436
8437         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
8438         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
8439         (gl_LOCK): New macro.
8440
8441 2006-08-22  Simon Josefsson  <jas@extundo.com>
8442
8443         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
8444         to md5 module.
8445
8446 2006-08-22  Simon Josefsson  <jas@extundo.com>
8447
8448         * MODULES.html.sh: Add "Support for maintaining and release
8449         projects".
8450
8451         * build-aux/gnupload: New file, from coreutils.
8452
8453 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
8454
8455         Avoid the need for AC_LIBSOURCES in m4 macros.
8456         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
8457         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
8458         * modules/check-version (EXTRA_DIST): Add check-version.h.
8459         * modules/crc (EXTRA_DIST): Add crc.h.
8460         * modules/des (EXTRA_DIST): Add des.h.
8461         * modules/gc (EXTRA_DIST): Add gc.h.
8462         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
8463         * modules/getline (EXTRA_DIST): Add getline.h.
8464         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
8465         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
8466         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
8467         * modules/md2 (EXTRA_DIST): Add md2.h.
8468         * modules/md4 (EXTRA_DIST): Add md4.h.
8469         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
8470         * modules/read-file (EXTRA_DIST): Add read-file.h.
8471         * modules/readline (EXTRA_DIST): Add readline.h.
8472         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
8473         rijndael-api-fst.h.
8474
8475 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
8476
8477         * m4/rijndael.m4 (gl_ARCFOUR):
8478         * m4/arctwo.m4 (gl_ARCTWO):
8479         * m4/check-version.m4 (gl_CHECK_VERSION):
8480         * m4/crc.m4 (gl_CRC):
8481         * m4/des.m4 (gl_DES):
8482         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
8483         * m4/gc.m4 (gl_GC):
8484         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
8485         * m4/getline.m4 (gl_FUNC_GETLINE):
8486         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
8487         * m4/hmac-md5.m4 (gl_HMAC_MD5):
8488         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
8489         * m4/md2.m4 (gl_MD2):
8490         * m4/md4.m4 (gl_MD4):
8491         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
8492         * m4/read-file.m4 (gl_FUNC_READ_FILE):
8493         * m4/readline.m4 (gl_FUNC_READLINE):
8494         * m4/rijndael.m4 (gl_RIJNDAEL):
8495         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
8496         to get the necessary .h files and whatnot.
8497
8498 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
8499
8500         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
8501         gnulib rather than the other way around.
8502         * config/srclistvars.sh (COREUTILS): Remove.
8503
8504 2006-08-22  Jim Meyering  <jim@meyering.net>
8505
8506         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
8507
8508         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
8509
8510 2006-08-22  Eric Blake  <ebb9@byu.net>
8511
8512         * modules/regexprops-generic: New file.
8513         * MODULES.html.sh (Support for building documentation): List it.
8514
8515 2006-08-22  Eric Blake  <ebb9@byu.net>
8516
8517         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
8518         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
8519         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
8520         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
8521
8522 2006-08-22  Bruno Haible  <bruno@clisp.org>
8523
8524         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
8525         and lib_LTLIBRARIES like the other lib_* variables.
8526
8527 2006-08-22  Bruno Haible  <bruno@clisp.org>
8528
8529         * build-aux/x-to-1.in: New file, from GNU gettext.
8530
8531 2006-08-22  Bruno Haible  <bruno@clisp.org>
8532
8533         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
8534         <utmpx.h> exists.
8535
8536 2006-08-22  Bruno Haible  <bruno@clisp.org>
8537
8538         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
8539         <utmpx.h> exists.
8540
8541 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
8542
8543         BeOS portability.
8544         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
8545         exist.
8546         Problem reported by Bruno Haible.
8547
8548 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
8549
8550         Avoid the need for AC_LIBSOURCES in m4 macros.
8551         * modules/acl (EXTRA_DIST): Add acl.h.
8552         * modules/argmatch (Files): Add m4/argmatch.m4.
8553         (configure.ac): Add gl_ARGMATCH.
8554         (EXTRA_DIST): Renamed from lib_SOURCES, for
8555         consistency with the other modules.  Remove argmatch.c.
8556         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
8557         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
8558         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
8559         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
8560         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
8561         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
8562         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
8563         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
8564         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
8565         * modules/closeout (EXTRA_DIST): Add closeout.h.
8566         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
8567         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
8568         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
8569         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
8570         dirname.h; remove basename.c and stripslash.c.
8571         * modules/exclude (EXTRA_DIST): Add exclude.h.
8572         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
8573         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
8574         * modules/file-type (EXTRA_DIST): Add file-type.h.
8575         * modules/filemode (EXTRA_DIST): Add filemode.h.
8576         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
8577         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
8578         * modules/fpending (EXTRA_DIST): Add __fpending.h.
8579         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
8580         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
8581         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
8582         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
8583         * modules/getdate (EXTRA_DIST): Add getdate.c.
8584         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
8585         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
8586         * modules/getpass (EXTRA_DIST): Add getpass.h.
8587         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
8588         * modules/group-member (EXTRA_DIST): Add group-member.h.
8589         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
8590         * modules/hash (EXTRA_DIST): Add hash.h.
8591         * modules/human (EXTRA_DIST): Add human.h.
8592         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
8593         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
8594         * modules/lchown (EXTRA_DIST): Add lchown.h.
8595         * modules/long-options (EXTRA_DIST): Add long-options.h.
8596         * modules/lstat (EXTRA_DIST): Add lstat.h.
8597         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
8598         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
8599         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
8600         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
8601         * modules/memxor (EXTRA_DIST): Add memxor.h.
8602         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
8603         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
8604         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
8605         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
8606         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
8607         * modules/physmem (EXTRA_DIST): Add physmem.h.
8608         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
8609         * modules/posixver (EXTRA_DIST): Add posixver.h.
8610         * modules/quote (EXTRA_DIST): Add quote.h.
8611         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
8612         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
8613         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
8614         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
8615         regex_internal.h regexec.c.
8616         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
8617         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
8618         * modules/same (EXTRA_DIST): Add same.h.
8619         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
8620         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
8621         * modules/savedir (EXTRA_DIST): Add savedir.h.
8622         * modules/sha1 (EXTRA_DIST): Add sha1.h.
8623         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
8624         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
8625         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
8626         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
8627         * modules/strdup (EXTRA_DIST): Add strdup.h.
8628         * modules/strftime (EXTRA_DIST): Add strftime.h.
8629         * modules/strndup (EXTRA_DIST): Add strndup.h.
8630         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
8631         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
8632         * modules/time_r (EXTRA_DIST): Add time_r.h.
8633         * modules/timespec (EXTRA_DIST): Add timespec.h.
8634         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
8635         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
8636         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
8637         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
8638         * modules/userspec (EXTRA_DIST): Add userspec.h.
8639         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
8640         * modules/utimens (EXTRA_DIST): Add utimens.h.
8641         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
8642         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
8643         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
8644         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
8645         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
8646         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
8647         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
8648         * modules/yesno (EXTRA_DIST): Add yesno.h.
8649
8650 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
8651
8652         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
8653
8654         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
8655         * m4/dev-ino.m4, same-inode.m4: Remove.
8656
8657         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
8658         * m4/acl.m4 (AC_FUNC_ACL):
8659         * m4/backupfile.m4 (gl_BACKUPFILE):
8660         * m4/c-strtod.m4 (gl_C99_STRTOLD):
8661         * m4/canon-host.m4 (gl_CANON_HOST):
8662         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
8663         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
8664         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
8665         * m4/cloexec.m4 (gl_CLOEXEC):
8666         * m4/close-stream.m4 (gl_CLOSE_STREAM):
8667         * m4/closeout.m4 (gl_CLOSEOUT):
8668         * m4/dirfd.m4 (gl_FUNC_DIRFD):
8669         * m4/dirname.m4 (gl_DIRNAME):
8670         * m4/exclude.m4 (gl_EXCLUDE):
8671         * m4/exitfail.m4 (gl_EXITFAIL):
8672         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
8673         * m4/file-type.m4 (gl_FILE_TYPE):
8674         * m4/filemode.m4 (gl_FILEMODE):
8675         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
8676         * m4/fpending.m4 (gl_FUNC_FPENDING):
8677         * m4/fprintftime.m4 (gl_FPRINTFTIME):
8678         * m4/fts.m4 (gl_FUNC_FTS):
8679         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
8680         * m4/getdate.m4 (gl_GETDATE):
8681         * m4/gethrxtime.m4 (gl_GETHRXTIME):
8682         * m4/getpagesize.m4 (gl_GETPAGESIZE):
8683         * m4/getpass.m4 (gl_FUNC_GETPASS):
8684         * m4/gettime.m4 (gl_GETTIME):
8685         * m4/getugroups.m4 (gl_GETUGROUPS):
8686         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
8687         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
8688         * m4/hard-locale.m4 (gl_HARD_LOCALE):
8689         * m4/hash.m4 (gl_HASH):
8690         * m4/idcache.m4 (gl_IDCACHE):
8691         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
8692         * m4/lchown.m4 (gl_FUNC_LCHOWN):
8693         * m4/long-options.m4 (gl_LONG_OPTIONS):
8694         * m4/lstat.m4 (gl_FUNC_LSTAT):
8695         * m4/md5.m4 (gl_MD5):
8696         * m4/memcasecmp.m4 (gl_MEMCASECMP):
8697         * m4/memcoll.m4 (gl_MEMCOLL):
8698         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
8699         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
8700         * m4/memxor.m4 (gl_MEMXOR):
8701         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
8702         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
8703         * m4/modechange.m4 (gl_MODECHANGE):
8704         * m4/mountlist.m4 (gl_MOUNTLIST):
8705         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
8706         * m4/openat.m4 (gl_FUNC_OPENAT):
8707         * m4/pathmax.m4 (gl_PATHMAX):
8708         * m4/physmem.m4 (gl_PHYSMEM):
8709         * m4/posixtm.m4 (gl_POSIXTM):
8710         * m4/posixver.m4 (gl_POSIXVER):
8711         * m4/quote.m4 (gl_QUOTE):
8712         * m4/quotearg.m4 (gl_QUOTEARG):
8713         * m4/readtokens.m4 (gl_READTOKENS):
8714         * m4/readutmp.m4 (gl_READUTMP):
8715         * m4/regex.m4 (gl_REGEX):
8716         * m4/safe-read.m4 (gl_SAFE_READ):
8717         * m4/safe-write.m4 (gl_SAFE_WRITE):
8718         * m4/same.m4 (gl_SAME):
8719         * m4/save-cwd.m4 (gl_SAVE_CWD):
8720         * m4/savedir.m4 (gl_SAVEDIR):
8721         * m4/settime.m4 (gl_SETTIME):
8722         * m4/sha1.m4 (gl_SHA1):
8723         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
8724         * m4/stat-macros.m4 (gl_STAT_MACROS):
8725         * m4/stat-time.m4 (gl_STAT_TIME):
8726         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
8727         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
8728         * m4/strdup.m4 (gl_FUNC_STRDUP):
8729         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
8730         * m4/strndup.m4 (gl_FUNC_STRNDUP):
8731         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
8732         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
8733         * m4/time_r.m4 (gl_TIME_R):
8734         * m4/timespec.m4 (gl_TIMESPEC):
8735         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
8736         * m4/unlinkdir.m4 (gl_UNLINKDIR):
8737         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
8738         * m4/userspec.m4 (gl_USERSPEC):
8739         * m4/utimecmp.m4 (gl_UTIMECMP):
8740         * m4/utimens.m4 (gl_UTIMENS):
8741         * m4/xalloc.m4 (gl_XALLOC):
8742         * m4/xgetcwd.m4 (gl_XGETCWD):
8743         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
8744         * m4/xreadlink.m4 (gl_XREADLINK):
8745         * m4/xstrtod.m4 (gl_XSTRTOD):
8746         * m4/yesno.m4 (gl_YESNO):
8747         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
8748         to get the necessary .h files and whatnot.
8749
8750 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
8751             Bruno Haible  <bruno@clisp.org>
8752
8753         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
8754         /bin/sh understanding of '!' conditional negation.
8755
8756 2006-08-21  Jim Meyering  <jim@meyering.net>
8757
8758         * modules/openat (Depends-on): Really alphabetize.
8759
8760         * modules/acl (Depends-on): Add error and quote.
8761
8762         * check-module (find_included_lib_files): Add at-func.c to the
8763         ok-to-include-more-than-once white list.
8764
8765         * modules/openat (Depends-on): Add lstat.  Alphabetize.
8766
8767 2006-08-21  Bruno Haible  <bruno@clisp.org>
8768
8769         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
8770         Emit a pkgdata_DATA variable only if some snippets add contents to it.
8771         Reported by Martin Lambers <marlam@marlam.de>.
8772
8773 2006-08-21  Bruno Haible  <bruno@clisp.org>
8774
8775         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
8776         specify an installation location, don't emit a noinst_LIBRARIES or
8777         noinst_LTLIBRARIES assignment.
8778
8779 2006-08-21  Bruno Haible  <bruno@clisp.org>
8780
8781         BeOS portability.
8782         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
8783         BeOS has mbrtowc() but no <wctype.h>.
8784
8785 2006-08-21  Bruno Haible  <bruno@clisp.org>
8786
8787         BeOS portability.
8788         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
8789         exist.
8790
8791 2006-08-21  Bruno Haible  <bruno@clisp.org>
8792
8793         BeOS portability.
8794         * lib/mbchar.h: Include <wctype.h> only if it exists.
8795
8796 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
8797
8798         Remove files that are no longer needed by their respective modules.
8799         * m4/obstack.m4: Remove.
8800         * m4/strerror_r.m4: Remove.
8801         * m4/uint32_t.m4: Remove.
8802         * m4/uintptr_t.m4: Remove.
8803         * m4/ullong_max.m4: Remove.
8804         * m4/xstrtoimax.m4: Remove.
8805         * m4/xstrtoumax.m4: Remove.
8806
8807         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
8808         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
8809         dependencies now capture this.
8810
8811         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
8812         Do not use AC_LIBSOURCES, since gnulib modules now do this.
8813         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
8814         * m4/human.m4 (gl_HUMAN): Likewise.
8815         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
8816         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
8817
8818         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
8819
8820         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
8821         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
8822         stdint.
8823         * m4/human.m4 (gl_HUMAN): Likewise.
8824         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
8825         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
8826         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
8827         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
8828         * m4/xstrtol (gl_XSTRTOL): Likewise.
8829
8830         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
8831         AC_TYPE_LONG_LONG_INT.
8832         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
8833         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
8834         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
8835         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
8836
8837         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
8838         on stdbool.
8839
8840         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
8841         (gl_PREREQ_XSTRTOUL): Remove.
8842
8843         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
8844
8845         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
8846         mode.
8847
8848 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
8849
8850         Add and change modules to make it easier for coreutils to use
8851         gnulib-tool.
8852         * modules/backupfile (Files): Remove m4/d-ino.m4.
8853         (Depends-on): Add d-ino.
8854         * modules/cycle-check (Depends-on): Add stdint.
8855         (lib_SOURCES): Add cycle-check.h.
8856         * modules/d-ino: New module.
8857         * modules/d-type: New module.
8858         * modules/error (Files): Remove m4/strerror_r.m4.
8859         * modules/filemode (Files): Add m4/st_dm_mode.m4.
8860         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
8861         m4/inttypes_h.m4, m4/uintmax_t.m4.
8862         (Depends-on): Add stdint.
8863         (lib_SOURCES): Add fsusage.h.
8864         * modules/getcwd (Files): Remove d-ino.m4.
8865         (Depends-on): Add d-ino.
8866         * modules/getndelim2 (Depends-on): Add stdint.
8867         * modules/glob (Files): Remove m4/d-type.m4.
8868         (Depends-on): Add d-type.
8869         * modules/host-os: New module.
8870         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
8871         m4/inttypes_h.m4, m4/uintmax_t.m4.
8872         * Depends-on: Add stdint.
8873         (lib_SOURCES): Add human.h.
8874         * modules/inttostr (Files): Remove m4/intmax_t.m4,
8875         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
8876         m4/uintmax_t.m4, m4/ulonglong.m4.
8877         (Depends-on): Add stdint.
8878         (EXTRA_DIST): Add inttostr.h.
8879         * modules/lchmod: New module.
8880         * modules/link-follow: New module.
8881         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
8882         (Depends-on): Add lchmod.
8883         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
8884         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
8885         (Depends-on): Add stdint.
8886         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
8887         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
8888         (Depends-on): Add stdint.
8889         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
8890         * modules/perl: New module.
8891         * modules/regex (Depends-on): Add stdint.
8892         * modules/rmdir-errno: New module.
8893         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
8894         m4/intmax_t.m4.
8895         (Depends-on): Add stdint.
8896         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
8897         m4/uintmax_t.m4.
8898         (Depends-on): Add stdint.
8899         * modules/unlink-busy: New module.
8900         * modules/utimecmp (Depends-on): Add stdint.
8901         * modules/uptime: New module.
8902         * modules/winsz-ioctl: New module.
8903         * modules/winsz-termios: New module.
8904         * modules/xnanosleep (Depends-on): Add nanosleep.
8905         * modules/ullong_max: Remove.
8906         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
8907         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
8908         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
8909         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
8910         (Depends-on): Add inttypes.
8911         (lib_SOURCES): Add xstrtol.h.
8912         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
8913         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
8914         * MODULES.html.sh: Move 'assert' into the assert section.
8915         Move 'dummy' into the linking section.
8916         Remove ullong_max.
8917         Add section for compatibility checks for POSIX:2001 functions,
8918         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
8919         winsz-ioctl, and winsz-termios into it.
8920         Add lchmod.
8921         Add top-level Misc section and put host-os, perl, and uptime
8922         into it.
8923
8924 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
8925
8926         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
8927         now assume the stdint module.  Do not include inttypes.h.
8928         * lib/fsusage.h: Likewise.
8929         * lib/getndelim2.c: Likewise.
8930         * lib/human.h: Likewise.
8931         * lib/inttostr.h: Likewise.
8932         * lib/obstack.c: Likewise.
8933         * lib/regex_internal.h: Likewise.
8934         * lib/tempname.c: Likewise.
8935         * lib/utimecmp.c: Likewise.
8936         * lib/xstrtol.h: Likewise.
8937
8938         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
8939
8940         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
8941         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
8942         * lib/xtime.h: Likewise.
8943
8944 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
8945
8946         * modules/openat (Files): Add lib/fchmodat.c.
8947         Fixes problem reported by Jay Youngman.
8948
8949 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
8950
8951         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
8952         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
8953
8954 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
8955             Bruno Haible  <bruno@clisp.org>
8956
8957         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
8958         and is a script that invokes bison. Tighten the code. Add comments.
8959
8960 2006-08-18  Jim Meyering  <jim@meyering.net>
8961
8962         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
8963         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
8964         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
8965         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
8966
8967 2006-08-18  Bruno Haible  <bruno@clisp.org>
8968
8969         * modules/bison-i18n: New file.
8970         * MODULES.html.sh (Internationalization functions): Add it.
8971
8972 2006-08-18  Bruno Haible  <bruno@clisp.org>
8973
8974         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
8975         sys/statvfs.h. When getmntinfo was found, check its declaration and
8976         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
8977
8978 2006-08-18  Bruno Haible  <bruno@clisp.org>
8979
8980         * m4/bison-i18n.m4: New file, from bison.
8981
8982 2006-08-18  Bruno Haible  <bruno@clisp.org>
8983
8984         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
8985         (ME_DUMMY): Treat "kernfs" as a dummy.
8986         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
8987
8988 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
8989
8990         Update from coreutils.
8991
8992         2006-08-15  Jim Meyering  <jim@meyering.net>
8993
8994         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
8995
8996         2006-01-17  Jim Meyering  <jim@meyering.net>
8997
8998         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
8999
9000         2006-01-11  Jim Meyering  <jim@meyering.net>
9001
9002         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
9003         Check for the lchmod function.
9004
9005 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
9006
9007         Update from coreutils.
9008
9009         * lib/__fpending.h: Add copyright notice.
9010         * lib/fprintftime.h: Likewise.
9011         * lib/savedir.c: Use (C) in copyright notice.
9012         * lib/savedir.h: Likewise.
9013
9014         2006-08-15  Jim Meyering  <jim@meyering.net>
9015
9016         * lib/at-func.c: New file, with the logic of all emulated at-functions.
9017         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
9018         in support of the EXPECTED_ERRNO macro.
9019         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
9020         definitions.  Instead, define the appropriate symbols and include
9021         "at-func.c".
9022         * lib/mkdirat.c (mkdirat): Likewise.
9023         * lib/fchmodat.c (fchmodat): Likewise.
9024         (ENOSYS): Remove definition.
9025         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
9026         it.  Don't include "unistd--.h" -- it wasn't ever used.
9027
9028         2006-01-17  Jim Meyering  <jim@meyering.net>
9029
9030         Rewrite fts.c not to change the current working directory,
9031         by using openat, fstatat, fdopendir, etc..
9032
9033         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
9034         (HAVE_OPENAT_SUPPORT): Define.
9035         [_LIBC] (fchdir): Don't undef or define; no longer used.
9036         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
9037         Now, this `function' always succeeds, and consumes its file descriptor
9038         parameter -- so callers must not close such FDs.  Update callers.
9039         (diropen_fd, opendirat, cwd_advance_fd): New functions.
9040         (diropen): Add parameter, SP.  Adjust all callers.
9041         Implement using diropen_fd, rather than open.
9042         (fts_open): Initialize new member, fts_cwd_fd.
9043         Remove fts_rft-setting code.
9044         (fts_close): Close fts_cwd_fd, if necessary.
9045         (__opendir2): Define in terms of opendir or opendirat,
9046         depending on whether the FST_NOCHDIR flag is set.
9047         (fts_build): Since fts_safe_changedir consumes its FD, and since
9048         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
9049         and close the dup'd file descriptor upon failure.
9050         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
9051         (fts_safe_changedir): Tweak semantics to reflect that this function
9052         now calls cwd_advance_fd and hence consumes its FD argument.
9053         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
9054         [struct FTS] (fts_rft): Remove now-unused member.
9055         [struct FTS] (fts_cycle.state): Improve comment.
9056
9057         * lib/openat.c (openat_needs_fchdir): New function.
9058         * lib/openat.h (openat_needs_fchdir): Declare it.
9059
9060 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
9061
9062         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
9063         Problem and fix reported by Pádraig Brady in
9064         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
9065
9066 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
9067
9068         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
9069
9070 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
9071
9072         * lib/memcoll.c (memcoll): Optimize for the common case where the
9073         arguments are bytewise equal.
9074
9075 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
9076
9077         * doc/regexprops-generic.texi: Add a copyright notice.
9078
9079 2006-08-15  Bruno Haible  <bruno@clisp.org>
9080
9081         * modules/tmpdir (License): Change to LGPL.
9082
9083 2006-08-15  Bruno Haible  <bruno@clisp.org>
9084
9085         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
9086         module.
9087
9088 2006-08-14  Simon Josefsson  <jas@extundo.com>
9089
9090         * config/srclist.txt: Add gnupload.
9091
9092 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
9093
9094         Change copyright notice from LGPL 2 to GPL 2, since that's the
9095         standard form used in the gnulib repository.
9096         * tests/test-lock.c: Likewise.
9097         * tests/test-stdint.c: Likewise.
9098         * tests/test-tls.c: Likewise.
9099
9100         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
9101         prelude-manager.  User shorter URLs for GNU projects, without '?'.
9102         Add copyright notice.
9103
9104         * check-module: Add copyright notice.  Output a copyright
9105         notice if "--version" is specified.
9106         * modules/COPYING: New file.
9107         * tests/test-getaddrinfo.c: Add copyright notice.
9108         * tests/test-verify.c: Likewise.
9109
9110 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
9111
9112         Change copyright notice from LGPL 2 to GPL 2, since that's the
9113         standard form used in the gnulib repository.
9114         * lib/lock.c: LGPL -> GPL.
9115         * lib/lock.h: Likewise.
9116         * lib/strnlen1.c: Likewise.
9117         * lib/strnlen1.h: Likewise.
9118         * lib/tls.c: Likewise.
9119         * lib/tls.h: Likewise.
9120         * lib/tmpdir.c: Likewise.
9121
9122         * lib/TODO: Remove; this belongs only in coreutils.
9123
9124 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
9125
9126         Add copyright notices to long-enough files that lack them, since
9127         otherwise the files aren't clearly free.  Use the same notice that
9128         getdate.texi already uses.
9129         * doc/alloca-opt.texi: Add copyright notice.
9130         * doc/alloca.texi: Likewise.
9131         * doc/ctime.texi: Likewise.
9132         * doc/functions.texi: Likewise.
9133         * doc/gcd.texi: Likewise.
9134         * doc/gnulib-tool.texi: Likewise.
9135         * doc/inet_ntoa.texi: Likewise.
9136         * doc/visibility.texi: Likewise.
9137
9138         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
9139         * doc/quote.texi: Add copyright notice.
9140
9141         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
9142         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
9143         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
9144         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
9145         is now obsolete, and give a pointer to the Sun list.
9146         Add copyright notice.
9147
9148 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
9149
9150         * config/srclistvars.sh: Add copyright notice.
9151
9152 2006-08-14  Eric Blake  <ebb9@byu.net>
9153
9154         Import the following change from libc:
9155
9156         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
9157
9158         Upstream bug 2997.
9159         * lib/misc/error.c: Add space between program name and message if file
9160         name is missing.
9161
9162 2006-08-12  Karl Berry  <karl@gnu.org>
9163
9164         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
9165         remove, these originate in gnulib now.
9166
9167 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9168
9169         * doc/Makefile (standards.info standards.html standards.dvi):
9170         Also depend on make-stds.texi.
9171
9172 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
9173
9174         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
9175         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
9176
9177         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
9178         in wchar_t.  Problem reported by Eric Blake.
9179
9180         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
9181         LEN is smaller than SIZE.  Suggested by Bruno Haible.
9182         Also, help the compiler to keep LEN in a register.
9183
9184 2006-08-11  Eric Blake  <ebb9@byu.net>
9185
9186         * users.txt: Sort.  Add tar.
9187
9188 2006-08-11  Bruno Haible  <bruno@clisp.org>
9189
9190         * users.txt: New file.
9191
9192 2006-08-11  Bruno Haible  <bruno@clisp.org>
9193
9194         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
9195         before <wchar.h>. Needed for OSF/1 and BSD/OS.
9196
9197 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
9198
9199         * modules/snprintf (Depends-on): Remove minmax.
9200         (Maintainer): Add self and Bruno.
9201
9202 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
9203
9204         * lib/.cppi-disable: Add snprintf.h, socket_.h.
9205         * lib/snprintf.c: Include <errno.h> and <limits.h>.
9206         (EOVERFLOW): Define if the system does not.
9207         Do not include "minmax.h"; it wasn't used.
9208         (snprintf): Don't assume size_t promotes to an unsigned type.
9209         Fix bug when generated string was too long for the buffer: the
9210         buffer's contents are supposed to be the initial prefix of the
9211         output.  Don't assume vasnprintf returns EOVERFLOW if the size
9212         exceeds INT_MAX; do the check ourselves.
9213
9214         Import the following changes from libc:
9215
9216         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
9217
9218         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
9219         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
9220         set wc to the byte which couldn't be converted.
9221         (re_string_reconstruct): Don't clear valid_raw_len before calling
9222         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
9223         tip_context using re_string_context_at.
9224
9225         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
9226
9227         * lib/posix/regex.h: g++ still cannot handled [restrict].
9228
9229         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
9230
9231         * lib/posix/regex.h: Remove special handling for VMS.
9232
9233 2006-08-10  Jim Meyering  <jim@meyering.net>
9234
9235         * modules/same-inode: New module.
9236         * modules/dev-ino: New module.
9237         * modules/cycle-check: Depend on these modules, rather than simply
9238         including their .h files.
9239         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
9240         required via m4/cycle-check.m4.
9241         * modules/same: Depend on new same-inode module, rather than
9242         including same-inode.h.
9243         * modules/chdir-safer: New file.
9244
9245         * modules/chown (Depends-on): Add stat-macros.
9246
9247 2006-08-10  Jim Meyering  <jim@meyering.net>
9248
9249         * m4/cycle-check.m4: New file.
9250         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
9251         * m4/dev-ino.m4, m4/same-inode.m4: New files.
9252
9253 2006-08-10  Eric Blake  <ebb9@byu.net>
9254
9255         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
9256         in from original proposal.
9257
9258 2006-08-10  Eric Blake  <ebb9@byu.net>
9259         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9260
9261         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
9262         namespace.
9263
9264 2006-08-10  Bruno Haible  <bruno@clisp.org>
9265
9266         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
9267         as well.
9268
9269 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
9270
9271         Sync from coreutils.
9272
9273         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
9274
9275         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
9276         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
9277
9278 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
9279
9280         * modules/restrict: Remove; no longer needed now that we assume
9281         Autoconf 2.59 or later.
9282         * MODULES.html.sh: Remove 'restrict'.
9283         * modules/argp (Depends-on): Remove 'restrict'.
9284         * modules/base64 (Depends-on): Likewise.
9285         * modules/gc (Depends-on): Likewise.
9286         * modules/getaddrinfo (Depends-on): Likewise.
9287         * modules/glob (Depends-on): Likewise.
9288         * modules/inet_ntop (Depends-on): Likewise.
9289         * modules/inet_pton (Depends-on): Likewise.
9290         * modules/memxor (Depends-on): Likewise.
9291         * modules/regex (Depends-on): Likewise.
9292         * modules/strtok_r (Depends-on): Likewise.
9293         * modules/time_r (Depends-on): Likewise.
9294
9295 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
9296
9297         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
9298         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
9299         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
9300         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
9301         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
9302         * m4/memxor.m4 (gl_MEMXOR): Likewise.
9303         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
9304         gl_C_RESTRICT replaced by AC_C_RESTRICT.
9305
9306         Merge from coreutils.
9307         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
9308         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
9309         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
9310         * m4/time_r.m4 (gl_TIME_R): Likewise.
9311
9312 2006-08-09  Karl Berry  <karl@gnu.org>
9313
9314         * config/srclist.txt: no more gettext-tools, per Bruno.
9315
9316 2006-08-08  Eric Blake  <ebb9@byu.net>
9317
9318         * modules/verror: New module.
9319         * MODULES.html.sh: Document it.
9320
9321 2006-08-08  Eric Blake  <ebb9@byu.net>
9322
9323         * lib/verror.h, lib/verror.c: New files.
9324
9325 2006-08-08  Eric Blake  <ebb9@byu.net>
9326
9327         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
9328         verror_at_line output complies with GNU Coding Standards even when
9329         file is NULL.
9330
9331 2006-08-07  Bruno Haible  <bruno@clisp.org>
9332
9333         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
9334         versions of AIX.
9335         Reported by Ralf Wildenhues.
9336
9337 2006-08-07  Bruno Haible  <bruno@clisp.org>
9338
9339         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
9340         in an AC_DEFUN. Needed so that the autoconf snippets can use
9341         AC_REQUIRE.
9342
9343 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9344
9345         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9346         Initialize pkgdata_DATA.
9347         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
9348         overriding it.
9349
9350 2006-08-06  Eric Blake  <ebb9@byu.net>
9351
9352         * lib/error.h: Fold in some upstream changes from glibc.
9353         * lib/error.c: Likewise.
9354
9355 2006-08-04  Bruno Haible  <bruno@clisp.org>
9356
9357         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9358         Make the mostlyclean-local rule depend on mostlyclean-generic.
9359         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
9360
9361 2006-07-31  Bruno Haible  <bruno@clisp.org>
9362
9363         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
9364         <stdlib.h>, <string.h>.
9365
9366 2006-07-30  Bruno Haible  <bruno@clisp.org>
9367
9368         * modules/readlink (License): Change to LGPL.
9369
9370 2006-07-30  Bruno Haible  <bruno@clisp.org>
9371
9372         * modules/javaversion (Makefile.am): Distribute javaversion.java and
9373         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
9374         set PKGDATADIR to point to it.
9375
9376 2006-07-30  Bruno Haible  <bruno@clisp.org>
9377
9378         * modules/csharpexec (configure.ac): Comment out macro invocation.
9379         * modules/javaexec (configure.ac): Likewise.
9380         * modules/javacomp-script (configure.ac): Likewise.
9381
9382         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
9383
9384 2006-07-30  Bruno Haible  <bruno@clisp.org>
9385
9386         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
9387         linked-list.
9388
9389 2006-07-30  Bruno Haible  <bruno@clisp.org>
9390
9391         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
9392
9393 2006-07-30  Bruno Haible  <bruno@clisp.org>
9394
9395         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9396         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
9397         get removed.
9398
9399 2006-07-29  Bruno Haible  <bruno@clisp.org>
9400
9401         Make it possible for gnulib-tool to work with locally modified or
9402         augmented gnulib repositories.
9403         * gnulib-tool (func_usage): Document --local-dir option.
9404         (local_gnulib_dir): New variable.
9405         Handle --local-dir option.
9406         (func_lookup_file): New function.
9407         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
9408         (func_get_description, func_get_filelist, func_get_description,
9409         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
9410         func_get_automake_snippet, func_get_include_directive,
9411         func_get_license, func_get_maintainer): Use func_lookup_file.
9412         (func_import, func_create_testdir): Use func_lookup_file.
9413
9414 2006-07-29  Bruno Haible  <bruno@clisp.org>
9415
9416         * modules/setenv (Depends-on): Add unistd.
9417
9418 2006-07-29  Bruno Haible  <bruno@clisp.org>
9419
9420         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
9421
9422 2006-07-29  Bruno Haible  <bruno@clisp.org>
9423
9424         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
9425
9426 2006-07-29  Bruno Haible  <bruno@clisp.org>
9427
9428         * gnulib-tool (import, update): If there is no Makefile.am, look at
9429         aclocal.m4, instead of bailing out.
9430
9431 2006-07-29  Bruno Haible  <bruno@clisp.org>
9432
9433         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
9434         Categorize the options by when they are useful.
9435
9436 2006-07-29  Bruno Haible  <bruno@clisp.org>
9437
9438         * gnulib-tool (func_usage): Document option --no-libtool.
9439         Handle option --no-libtool.
9440         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
9441         for changed semantics of $libtool variable.
9442         (func_import): Likewise. If libtool is not used, show this through
9443         an option --no-libtool.
9444         (func_create_testdir): Update.
9445
9446 2006-07-29  Bruno Haible  <bruno@clisp.org>
9447
9448         * gnulib-tool (func_import): Extend error message about missing
9449         --doc-base.
9450
9451 2006-07-29  Bruno Haible  <bruno@clisp.org>
9452
9453         * gnulib-tool (func_import): Don't create the $docbase directory if
9454         there is no file to store there.
9455
9456 2006-07-29  Bruno Haible  <bruno@clisp.org>
9457
9458         * gnulib-tool (autoconf_minversion): If a --dir option is given and
9459         relevant, look for configure.ac there, not in the current directory.
9460         Also use a simple search for AC_PREREQ, not "autoconf --trace".
9461
9462 2006-07-29  Bruno Haible  <bruno@clisp.org>
9463
9464         * gnulib-tool (SORT): New variable.
9465         (func_usage): Undocument --assume-autoconf option.
9466         Remove --assume-autoconf option handling.
9467         (autoconf_minversion): Determine from the contents of configure.ac.
9468         (func_import): Remove autoconf_minversion handling.
9469         Suggested by Eric Blake.
9470
9471 2006-07-29  Bruno Haible  <bruno@clisp.org>
9472
9473         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
9474
9475 2006-07-29  Bruno Haible  <bruno@clisp.org>
9476
9477         * config/srclist.txt (*setenv.[ch]): Remove rules.
9478
9479 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9480
9481         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
9482
9483 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9484
9485         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
9486         arpa/inet.h.
9487
9488 2006-07-28  Simon Josefsson  <jas@extundo.com>
9489
9490         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
9491         * modules/inet_pton (Depends-on): Likewise.
9492
9493 2006-07-28  Simon Josefsson  <jas@extundo.com>
9494
9495         * m4/netinet_in_h.m4: New file.
9496
9497 2006-07-28  Simon Josefsson  <jas@extundo.com>
9498
9499         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
9500         #include's.
9501
9502 2006-07-28  Simon Josefsson  <jas@extundo.com>
9503
9504         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
9505         #include's.
9506
9507 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
9508
9509         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
9510         setgid on directories only if they set these bits.
9511         * lib/modechange.h: Remove obsolete comment about masks.
9512
9513 2006-07-28  Eric Blake  <ebb9@byu.net>
9514
9515         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
9516         macro expansion.
9517
9518 2006-07-28  Bruno Haible  <bruno@clisp.org>
9519
9520         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
9521
9522 2006-07-28  Bruno Haible  <bruno@clisp.org>
9523
9524         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
9525
9526 2006-07-28  Bruno Haible  <bruno@clisp.org>
9527
9528         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
9529         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
9530         Define fallbacks.
9531         Avoids link error on FreeBSD 4.x.
9532         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
9533
9534         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
9535         encoding.
9536         * lib/mbswidth.c (iswcntrl): Likewise.
9537
9538 2006-07-27  Bruno Haible  <bruno@clisp.org>
9539
9540         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
9541         test.
9542
9543 2006-07-27  Bruno Haible  <bruno@clisp.org>
9544
9545         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
9546         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
9547         defined.
9548
9549 2006-07-26  Eric Blake  <ebb9@byu.net>
9550
9551         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
9552
9553 2006-07-26  Eric Blake  <ebb9@byu.net>
9554
9555         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
9556         like mingw that lack mkstemp.
9557         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
9558         avoid compilation warning on mingw.
9559
9560 2006-07-26  Bruno Haible  <bruno@clisp.org>
9561
9562         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
9563         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
9564         INT_FAST*_MIN, INTPTR_MIN.
9565
9566 2006-07-25  Bruno Haible  <bruno@clisp.org>
9567
9568         * modules/version-etc (Depends-on): Add stdarg.
9569
9570 2006-07-25  Bruno Haible  <bruno@clisp.org>
9571
9572         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
9573         complex commands.
9574
9575 2006-07-25  Bruno Haible  <bruno@clisp.org>
9576
9577         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
9578         defined in <stdarg.h> or config.h.
9579
9580 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
9581
9582         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
9583         (gl_STDIO_SAFER): Remove.
9584
9585 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
9586
9587         * MODULES.html.sh (File stream based Input/Output):
9588         Add fopen-safer, tmpfile-safer; remove stdio-safer.
9589         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
9590         * modules/fopen-safer, modules/tmpfile-safer: New files.
9591         * modules/stdio-safer: Remove.
9592
9593 2006-07-24  Bruno Haible  <bruno@clisp.org>
9594
9595         * modules/tmpdir: New file.
9596         * MODULES.html.sh (File system functions): Add it.
9597
9598 2006-07-24  Bruno Haible  <bruno@clisp.org>
9599
9600         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
9601         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
9602
9603 2006-07-24  Bruno Haible  <bruno@clisp.org>
9604
9605         * modules/clean-temp: New file.
9606
9607 2006-07-24  Bruno Haible  <bruno@clisp.org>
9608
9609         * m4/tmpdir.m4: New file, from GNU gettext.
9610
9611 2006-07-24  Bruno Haible  <bruno@clisp.org>
9612
9613         * lib/tmpdir.h: New file, from GNU gettext.
9614         * lib/tmpdir.c: New file, from GNU gettext.
9615
9616 2006-07-24  Bruno Haible  <bruno@clisp.org>
9617
9618         * lib/clean-temp.h: New file, from GNU gettext.
9619         * lib/clean-temp.c: New file, from GNU gettext.
9620
9621 2006-07-23  Eric Blake  <ebb9@byu.net>
9622
9623         * modules/stdio-safer (Files): Add tmpfile-safer.c.
9624         (Depends-on): Add binary-io.
9625
9626 2006-07-23  Eric Blake  <ebb9@byu.net>
9627
9628         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
9629
9630 2006-07-23  Eric Blake  <ebb9@byu.net>
9631
9632         * lib/tmpfile-safer.c: New file.
9633         * lib/stdio-safer.h (fopen_safer): Add prototype.
9634         * lib/stdio--.h (tmpfile): Make safer.
9635
9636 2006-07-23  Bruno Haible  <bruno@clisp.org>
9637
9638         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
9639         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
9640         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
9641         gl_linked_remove_at): Use it.
9642
9643 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9644         and Simon Josefsson <jas@extundo.com>
9645
9646         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
9647
9648         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
9649
9650 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
9651
9652         * modules/close-stream: New file.
9653         * modules/closeout (Description): Make it clear that it exits
9654         with a diagnostic on error.
9655         (Depends-on): Add close-stream.  Remove fpending, stdbool.
9656         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
9657
9658 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
9659
9660         * m4/close-stream.m4: New file.
9661
9662 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
9663
9664         * lib/close-stream.c, lib/close-stream.h: New files.
9665
9666 2006-07-22  Bruno Haible  <bruno@clisp.org>
9667
9668         Merge from GNU gettext 0.15.
9669
9670         2006-05-01  Bruno Haible  <bruno@clisp.org>
9671
9672                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
9673
9674         2006-07-22  Bruno Haible  <bruno@clisp.org>
9675
9676                 * modules/javaversion: New file.
9677                 * MODULES.html.sh (Java): Add javaversion.
9678
9679         2006-03-12  Bruno Haible  <bruno@clisp.org>
9680
9681                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
9682
9683         2005-12-04  Bruno Haible  <bruno@clisp.org>
9684
9685                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
9686                 (untested).
9687
9688         2006-06-21  Bruno Haible  <bruno@clisp.org>
9689
9690                 Avoid warnings from recent versions of mcs.
9691                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
9692                 -o, -L, -r any more. Use options documented since mcs-1.0
9693                 instead. Similarly for -g.
9694
9695         2005-12-04  Bruno Haible  <bruno@clisp.org>
9696
9697                 * build-aux/csharpcomp.sh.in: Suffix for resources is
9698                 .resources, not .resource.
9699
9700         2005-07-09  Bruno Haible  <bruno@clisp.org>
9701
9702                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
9703                 add a .dll suffix.
9704                 Reported by Mark Junker <mjscod@gmx.de>.
9705
9706         2006-07-22  Bruno Haible  <bruno@clisp.org>
9707
9708                 * modules/gettext: Upgrade to gettext-0.15.
9709                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
9710                 m4/visibility.m4.
9711                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
9712
9713 2006-07-22  Bruno Haible  <bruno@clisp.org>
9714
9715         Merge from GNU gettext 0.15.
9716
9717         2006-03-25  Bruno Haible  <bruno@clisp.org>
9718
9719                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
9720
9721         2006-07-21  Bruno Haible  <bruno@clisp.org>
9722
9723                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
9724                 "1.1".
9725
9726         2006-05-09  Bruno Haible  <bruno@clisp.org>
9727
9728                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
9729                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
9730                 for the conftestver execution.
9731
9732         2006-05-01  Bruno Haible  <bruno@clisp.org>
9733
9734                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
9735                 optional target-version argument. Verify that the compiler
9736                 groks source of the specified source-version, or add -source
9737                 option as necessary. Verify that the compiler produces
9738                 bytecode in the specified target-version, or add -target and
9739                 -source options as necessary. Make the result of the test
9740                 available as variable CONF_JAVAC. Also log error output in
9741                 config.log.
9742
9743         2006-03-11  Bruno Haible  <bruno@clisp.org>
9744
9745                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
9746
9747         2006-05-09  Bruno Haible  <bruno@clisp.org>
9748
9749                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
9750                 CLASSPATH_SEPARATOR to a semicolon.
9751
9752         2006-03-12  Bruno Haible  <bruno@clisp.org>
9753
9754                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
9755                 available as variable CONF_JAVA, for subsequent autoconf
9756                 tests. Also log error output in config.log.
9757
9758         2006-07-19  Bruno Haible  <bruno@clisp.org>
9759
9760                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
9761                 that getline works on glibc2 systems. Needed to avoid trouble
9762                 in relocatable.c.
9763                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
9764
9765         2005-12-04  Bruno Haible  <bruno@clisp.org>
9766
9767                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
9768                 launcher (untested).
9769
9770         2005-12-04  Bruno Haible  <bruno@clisp.org>
9771
9772                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
9773
9774         2006-07-22  Bruno Haible  <bruno@clisp.org>
9775
9776                 * gettext.m4: Update from GNU gettext-0.15.
9777                 * nls.m4: Likewise.
9778                 * po.m4: Likewise.
9779                 * inttypes-pri.m4: Likewise.
9780                 * inttypes-h.m4: Renamed from inttypes.m4.
9781                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
9782
9783 2006-07-22  Bruno Haible  <bruno@clisp.org>
9784
9785         Merge from GNU gettext 0.15.
9786
9787         2005-07-05  Bruno Haible  <bruno@clisp.org>
9788
9789                 * printf-args.c (printf_fetchargs): Work around broken
9790                 definition of wint_t on mingw.
9791
9792         2005-02-12  Bruno Haible  <bruno@clisp.org>
9793
9794                 * xallocsa.h: Add extern "C" for C++.
9795
9796         2006-05-17  Bruno Haible  <bruno@clisp.org>
9797
9798                 Cygwin portability.
9799                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
9800
9801         2006-04-30  Bruno Haible  <bruno@clisp.org>
9802
9803                 * progreloc.c: Include <mach-o/dyld.h> if available.
9804                 (find_executable): Use _NSGetExecutablePath when possible.
9805
9806         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
9807
9808                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
9809                 function.
9810
9811         2005-12-29  Bruno Haible  <bruno@clisp.org>
9812
9813                 * progreloc.c (set_program_name_and_installdir): Fix
9814                 compilation error.
9815
9816         2005-12-04  Bruno Haible  <bruno@clisp.org>
9817
9818                 Cygwin portability.
9819                 * progreloc.c: Include <windows.h> also on Cygwin.
9820                 (find_executable): Add support for Cygwin.
9821                 (set_program_name_and_installdir): Handle also platforms with
9822                 nonempty EXEEXT.
9823
9824         2006-07-11  Bruno Haible  <bruno@clisp.org>
9825
9826                 * javacomp.c: Fix a comment.
9827                 Reported by Jim Meyering.
9828
9829         2006-04-30  Bruno Haible  <bruno@clisp.org>
9830
9831                 * javacomp.h (compile_java_class): Add source_version,
9832                 target_version arguments.
9833                 * javacomp.c: Rewritten to choose only a compiler that
9834                 respects the specified source_version and target_version.
9835
9836         2006-06-27  Bruno Haible  <bruno@clisp.org>
9837
9838                 Assume correct S_ISDIR macro.
9839                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
9840
9841         2006-07-22  Bruno Haible  <bruno@clisp.org>
9842
9843                 * javaversion.h: New file, from GNU gettext.
9844                 * javaversion.c: New file, from GNU gettext.
9845                 * javaversion.java: New file, from GNU gettext.
9846                 * javaversion.class: New file, from GNU gettext.
9847
9848         2006-05-17  Bruno Haible  <bruno@clisp.org>
9849
9850                 Cygwin portability.
9851                 * javaexec.c (execute_java_class): Test for jview program
9852                 also on Cygwin.
9853
9854         2006-04-09  Bruno Haible  <bruno@clisp.org>
9855
9856                 * fatal-signal.c: Don't include string.h.
9857                 (at_fatal_signal): Use a copying loop instead of memcpy.
9858
9859         2005-12-04  Bruno Haible  <bruno@clisp.org>
9860
9861                 * csharpexec.c: Add support for 'clix' launcher (untested).
9862                 (execute_csharp_using_sscli): New function.
9863                 (execute_csharp_program): Call it.
9864
9865         2006-06-21  Bruno Haible  <bruno@clisp.org>
9866
9867                 Avoid warnings from recent versions of mcs.
9868                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
9869                 -o, -L, -r any more. Use options documented since mcs-1.0
9870                 instead. Similarly for -g.
9871
9872         2005-07-09  Bruno Haible  <bruno@clisp.org>
9873
9874                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
9875                 add a .dll suffix.
9876                 Reported by Mark Junker <mjscod@gmx.de>.
9877
9878         2006-06-17  Bruno Haible  <bruno@clisp.org>
9879
9880                 * config.charset: Update for NetBSD 3.0.
9881
9882         2006-05-17  Bruno Haible  <bruno@clisp.org>
9883
9884                 Cygwin portability.
9885                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
9886
9887         2006-05-16  Bruno Haible  <bruno@clisp.org>
9888
9889                 * localcharset.c [CYGWIN]: Include <windows.h>.
9890                 (get_charset_aliases): For Cygwin, return the same CPxxx
9891                 aliases list as under WIN32.
9892                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
9893                 the environment variables. Fall back to GetACP().
9894
9895         2006-04-05  Bruno Haible  <bruno@clisp.org>
9896
9897                 * config.charset: Update Juan Manuel Guerrero's address.
9898
9899         2005-02-12  Bruno Haible  <bruno@clisp.org>
9900
9901                 * allocsa.h: Add extern "C" for C++.
9902
9903         2005-02-10  Bruno Haible  <bruno@clisp.org>
9904
9905                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
9906                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
9907
9908         2006-07-22  Bruno Haible  <bruno@clisp.org>
9909
9910                 * gettext.h: Update to GNU gettext-0.15.
9911
9912 2006-07-22  Bruno Haible  <bruno@clisp.org>
9913
9914         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
9915         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
9916         lib-prefix.m4, longdouble.m4, ssize_t.m4.
9917
9918 2006-07-21  Eric Blake  <ebb9@byu.net>
9919
9920         * modules/stdlib-safer: New file.
9921         * MODULES.html.sh (File stream based Input/Output): Add
9922         stdlib-safer.
9923
9924 2006-07-21  Eric Blake  <ebb9@byu.net>
9925
9926         * lib/stdlib-safer.h: New file from coreutils, required by
9927         stdlib--.h.
9928
9929 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
9930
9931         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
9932
9933 2006-07-20  Bruno Haible  <bruno@clisp.org>
9934
9935         * gnulib-tool: Recognize new option --assume-autoconf.
9936         (autoconf_minversion): New variable.
9937         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
9938
9939 2006-07-20  Bruno Haible  <bruno@clisp.org>
9940
9941         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
9942
9943 2006-07-19  Derek R. Price  <derek@ximbiot.com>
9944
9945         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
9946         Reindent and repaginate.
9947
9948 2006-07-19  Derek Price  <derek@ximbiot.com>
9949
9950         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
9951         Correct grammar.
9952
9953 2006-07-17  Bruno Haible  <bruno@clisp.org>
9954
9955         * modules/list: New file.
9956         * modules/array-list: New file.
9957         * modules/carray-list, modules/carray-list-tests: New files.
9958         * modules/linked-list, modules/linked-list-tests: New files.
9959         * modules/avltree-list, modules/avltree-list-tests: New files.
9960         * modules/rbtree-list, modules/rbtree-list-tests: New files.
9961         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
9962         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
9963         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
9964         * modules/oset: New file.
9965         * modules/array-oset: New file.
9966         * modules/avltree-oset, modules/avltree-oset-tests: New files.
9967         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
9968         * tests/test-carray_list.c: New file.
9969         * tests/test-linked_list.c: New file.
9970         * tests/test-avltree_list.c: New file.
9971         * tests/test-rbtree_list.c: New file.
9972         * tests/test-linkedhash_list.c: New file.
9973         * tests/test-avltreehash_list.c: New file.
9974         * tests/test-rbtreehash_list.c: New file.
9975         * tests/test-avltree_oset.c: New file.
9976         * tests/test-rbtree_oset.c: New file.
9977         * MODULES.html.sh (Container data structures): New section.
9978
9979 2006-07-17  Bruno Haible  <bruno@clisp.org>
9980
9981         * m4/gl_list.m4: New file.
9982
9983 2006-07-17  Bruno Haible  <bruno@clisp.org>
9984
9985         * lib/gl_list.h: New file.
9986         * lib/gl_list.c: New file.
9987         * lib/gl_array_list.h: New file.
9988         * lib/gl_array_list.c: New file.
9989         * lib/gl_carray_list.h: New file.
9990         * lib/gl_carray_list.c: New file.
9991         * lib/gl_linked_list.h: New file.
9992         * lib/gl_linked_list.c: New file.
9993         * lib/gl_anylinked_list1.h: New file.
9994         * lib/gl_anylinked_list2.h: New file.
9995         * lib/gl_avltree_list.h: New file.
9996         * lib/gl_avltree_list.c: New file.
9997         * lib/gl_anyavltree_list1.h: New file.
9998         * lib/gl_anyavltree_list2.h: New file.
9999         * lib/gl_rbtree_list.h: New file.
10000         * lib/gl_rbtree_list.c: New file.
10001         * lib/gl_anyrbtree_list1.h: New file.
10002         * lib/gl_anyrbtree_list2.h: New file.
10003         * lib/gl_anytree_list1.h: New file.
10004         * lib/gl_anytree_list2.h: New file.
10005         * lib/gl_linkedhash_list.h: New file.
10006         * lib/gl_linkedhash_list.c: New file.
10007         * lib/gl_anyhash_list1.h: New file.
10008         * lib/gl_anyhash_list2.h: New file.
10009         * lib/gl_avltreehash_list.h: New file.
10010         * lib/gl_avltreehash_list.c: New file.
10011         * lib/gl_rbtreehash_list.h: New file.
10012         * lib/gl_rbtreehash_list.c: New file.
10013         * lib/gl_anytreehash_list1.h: New file.
10014         * lib/gl_anytreehash_list2.h: New file.
10015
10016         * lib/gl_oset.h: New file.
10017         * lib/gl_oset.c: New file.
10018         * lib/gl_array_oset.h: New file.
10019         * lib/gl_array_oset.c: New file.
10020         * lib/gl_avltree_oset.h: New file.
10021         * lib/gl_avltree_oset.c: New file.
10022         * lib/gl_rbtree_oset.h: New file.
10023         * lib/gl_rbtree_oset.c: New file.
10024         * lib/gl_anytree_oset.h: New file.
10025
10026 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
10027
10028         * m4/mkancesdirs.m4: New file.
10029         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
10030         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
10031         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
10032         it.
10033
10034 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
10035
10036         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
10037         * lib/mkancesdirs.h: New files.
10038         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
10039         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
10040         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
10041         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
10042         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
10043         callers changed.  Revamp internals significantly, by not
10044         attempting to create directories that are temporarily more
10045         permissive than the final results.  Do not attempt to use
10046         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
10047         This removes some race conditions, fixes some bugs, and simplifies
10048         things.  Use new dirchownmod function to do owner and mode changes.
10049         * lib/mkdir-p.h: Likewise.
10050         * lib/modechange.c (octal_to_mode): New function.
10051         (struct mode_change): New member mentioned.
10052         (make_node_op_equals): New arg mentioned.  All callers changed.
10053         (mode_compile): Keep track of which mode bits the user has explicitly
10054         mentioned.
10055         (mode_adjust): New arg DIR, so that we implement the X op correctly.
10056         New arg PMODE_BITS, to keep track of which mode bits the user
10057         mentioned; it treats S_ISUID and S_ISGID speciall.
10058         All callers changed.
10059         * lib/modechange.h: Likewise.
10060
10061 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
10062
10063         * MODULES.html.sh: Add mkancestors.
10064         * modules/mkancesdirs: New module.
10065         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
10066         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
10067         The chdir-safer and afs files are now orphans; I'll remove them
10068         unless someone speaks up.
10069         Add lib/dirchownmod.c, lib/dirchownmod.h.
10070         (Depends-on): Remove alloca, chown, save-cwd, dirname.
10071         Add lchown, mkancesdirs.
10072         (Maintainer): Add self.
10073
10074 2006-07-15  Karl Berry  <karl@gnu.org>
10075
10076         * gnulib-tool: help message wording/arrangement.
10077
10078 2006-07-14  Simon Josefsson  <jas@extundo.com>
10079
10080         * doc/gnulib.texi (Libtool and Windows): New section.
10081
10082 2006-07-12  Simon Josefsson  <jas@extundo.com>
10083
10084         * modules/gendocs (License): Fix license, approved by Karl.
10085
10086 2006-07-12  Eric Blake  <ebb9@byu.net>
10087
10088         * MODULES.html.sh: Add gendocs.
10089
10090 2006-07-11  Eric Blake  <ebb9@byu.net>
10091
10092         * modules/fdl: New module, to install doc/fdl.texi.
10093         * MODULES.html.sh: Add new section for documentation modules.
10094         * gnulib-tool: Avoid space-tab.
10095         (--doc-base): New option, to manage files from doc.
10096
10097 2006-07-11  Eric Blake  <ebb9@byu.net>
10098
10099         * m4/absolute-header.m4: Fix comments to match recent change.
10100
10101 2006-07-11  Eric Blake  <ebb9@byu.net>
10102
10103         * gnulib-tool: List --doc-base before --tests-base.
10104
10105 2006-07-11  Derek R. Price  <derek@ximbiot.com>
10106
10107         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
10108
10109 2006-07-11  Bruno Haible  <bruno@clisp.org>
10110
10111         * README: Mention where to put documentation.
10112
10113 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10114
10115         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
10116
10117 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
10118
10119         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
10120         to stdint.m4.
10121
10122 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
10123
10124         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
10125         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
10126         "no/such/file/stdint.h" when there is no such file, so that
10127         the resulting C code can be parsed by dodgy compilers.
10128         Problems reported by Bob Proulx.
10129
10130 2006-07-10  Derek R. Price  <derek@ximbiot.com>
10131
10132         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
10133         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
10134         macros into the GNU _D_EXACT_NAMLEN.
10135         * lib/savedir.c:  Likewise.
10136         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
10137
10138 2006-07-10  Derek R. Price  <derek@ximbiot.com>
10139         and Paul Eggert  <eggert@cs.ucla.edu>
10140
10141         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
10142         * m4/savedir.m4:
10143         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
10144         macros into the GNU _D_EXACT_NAMLEN.
10145
10146 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
10147
10148         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
10149         around the absolute name, to work around a problem with the HP-UX
10150         11.23 native C compiler, reported by Bob Proulx.
10151
10152 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
10153
10154         * doc/maintain.texi, make-stds.texi: Sync from
10155         <http://savannah.gnu.org/projects/gnustandards>.
10156
10157 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
10158
10159         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
10160
10161 2006-07-09  Jim Meyering  <jim@meyering.net>
10162
10163         * m4/glob.m4: Remove a doubled word in a comment.
10164
10165 2006-07-09  Jim Meyering  <jim@meyering.net>
10166
10167         * lib/argp-pv.c: Remove a doubled word in a comment.
10168         * lib/check-version.c (check_version): Likewise.
10169         * lib/javacomp.c (compile_java_class): Likewise.
10170
10171 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
10172
10173         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
10174         for the benefit of people using Autoconf 2.60.  If you want to
10175         support older Autoconf versions you can copy m4/onceonly_2_57.m4
10176         (or m4/onceonly.m4, if pre-2.57) manually.
10177
10178 2006-07-08  Jim Meyering  <jim@meyering.net>
10179
10180         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
10181         comment.
10182         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
10183         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
10184         comment.
10185
10186 2006-07-08  Jim Meyering  <jim@meyering.net>
10187
10188         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
10189
10190 2006-07-07  Simon Josefsson  <jas@extundo.com>
10191
10192         * tests/test-crc.c: Change expected crc value, the test vector
10193         were probably computed using the old broken crc.c?
10194
10195 2006-07-06  Simon Josefsson  <jas@extundo.com>
10196
10197         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
10198         now the canonical place for the M4 file).
10199
10200         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
10201         from the sys_socket dependency now.
10202
10203         * modules/inet_pton (Files): Ditto.
10204
10205         * modules/inet_ntop (Files): Ditto.
10206
10207 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
10208
10209         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
10210         not gl_PREREQ_GETUSERSHELL.
10211
10212 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10213
10214         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
10215         with only one argument, for Autoconf 2.60.
10216         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
10217         expand to nothing, so add a shell command to avoid syntax error.
10218         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
10219
10220 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10221
10222         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
10223
10224 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
10225
10226         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
10227         no longer needed.  Check for isblank decl.
10228         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
10229         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
10230         of existence.
10231
10232 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
10233
10234         * lib/getloadavg.c: Use __VMS, not VMS.
10235         * lib/getopt.c: Likewise.
10236         * lib/getpagesize.h: Likewise.
10237         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
10238         and probably does not work.
10239
10240 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
10241
10242         * lib/.cppi-disable: Add wcwidth.
10243         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
10244         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
10245         (ISGRAPH): Remove.  All uses changed to isgraph.
10246         (FOLD) [!defined _LIBC]: Remove special case.
10247         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
10248         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
10249         HAVE_ISBLANK.
10250         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
10251         case.
10252
10253 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
10254
10255         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
10256         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
10257         brackets.  Other minor changes to suppress some compiler
10258         warnings.
10259
10260 2006-07-06  Derek R. Price  <derek@ximbiot.com>
10261         and Paul Eggert  <eggert@cs.ucla.edu>
10262
10263         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
10264         of invoking obsolescent AC_HEADER_DIRENT macro.
10265         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
10266         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
10267         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
10268         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
10269         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
10270         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
10271         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
10272         * m4/readdir.m4: Remove; no longer needed.
10273
10274 2006-07-06  Derek R. Price  <derek@ximbiot.com>
10275         and Paul Eggert  <eggert@cs.ucla.edu>
10276
10277         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
10278         Don't worry about this obsolete case any more.
10279         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
10280         directories.
10281         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
10282         worry about this obsolete case any more.
10283         * lib/fts.c: Likewise.
10284         * lib/getcwd.c: Likewise.
10285         * lib/glob.h: Likewise.
10286         * lib/savedir.c: Likewise.
10287
10288 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
10289
10290         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
10291         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
10292         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
10293         needed.
10294         All uses removed.
10295         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
10296         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
10297         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
10298         needed.
10299         * m4/getdate.m4 (gl_GETDATE): Likewise.
10300         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
10301         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
10302         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
10303         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
10304         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
10305         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
10306         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
10307         needed.
10308
10309 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
10310
10311         * lib/memcasecmp.c: Include <limits.h>.
10312         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
10313         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
10314         Don't assume isdigit succeeds only on '0' through '9'.
10315
10316 2006-07-05  Eric Blake  <ebb9@byu.net>
10317
10318         * modules/getaddrinfo (Depends-on): Add snprintf.
10319
10320 2006-07-05  Eric Blake  <ebb9@byu.net>
10321
10322         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
10323         to avoid 'header present but could not be compiled' on cygwin.
10324
10325 2006-07-05  Eric Blake  <ebb9@byu.net>
10326
10327         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
10328         missing from netdb.h.
10329         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
10330
10331 2006-07-05  Derek R. Price  <derek@ximbiot.com>
10332
10333         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
10334         no longer needed.
10335         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
10336         * m4/getdate.m4 (gl_GETDATE): Likewise.
10337         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
10338         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
10339         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
10340         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
10341         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
10342
10343 2006-07-05  Derek R. Price  <derek@ximbiot.com>
10344
10345         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
10346         All uses of is_space replaced by isspace.
10347         * lib/exit.h: Don't talk about STDC_HEADERS.
10348         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
10349         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
10350         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
10351         replaced by isprint etc.
10352         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
10353         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
10354         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
10355         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
10356         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
10357         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
10358
10359 2006-07-05  Bruno Haible  <bruno@clisp.org>
10360
10361         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
10362         the function exists, before testing against AIX.
10363         Reported by Martin Lambers <marlam@marlam.de>.
10364
10365 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
10366
10367         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
10368         From Mark D. Baushke.
10369
10370 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
10371
10372         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
10373         to the absolute name, not just one, to bypass Sun C 5.8's
10374         "warning: #include of /usr/include/... may be non-portable".
10375
10376 2006-07-04  Eric Blake  <ebb9@byu.net>
10377
10378         * modules/dirname-tests: New test module.
10379         * tests/test-dirname.c: New file, replacing dirname.c
10380         TEST_DIRNAME section that was recently deleted.
10381
10382 2006-07-04  Bruno Haible  <bruno@clisp.org>
10383
10384         Assume ANSI C header files and <ctype.h> functions.
10385         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
10386         (mbsnwidth): Use isprint, iscntrl instead.
10387
10388 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
10389
10390         Merge from coreutils.
10391         * MODULES.html.sh: Add xstrtold.
10392         * modules/xstrtold: New file.
10393         * modules/cycle-check (Files): Add lib/same-inode.h.
10394         * modules/dirname (Files): Add m4/double-slash-root.m4.
10395         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
10396         * modules/mkdir-p (Files): Add lib/same-inode.h.
10397         * modules/same (Files): Add lib/same-inode.h.
10398
10399 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
10400
10401         * m4/absolute-header.m4: Renamed from full-header-path.m4.
10402         This is to keep the terminology clean; POSIX talks about
10403         "absolute pathnames", not "full pathnames", but the GNU
10404         Coding Standards say to use "path" for something else;
10405         so use "absolute" to keep both sides happy.
10406         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
10407         Set gl_absolute_header, not gl_full_header_path.
10408         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
10409         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
10410         All uses changed.
10411
10412         Merge from coreutils.
10413
10414         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
10415
10416         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
10417         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
10418         want to require the building of c-strtod.o.
10419         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
10420         needs -lm directly.
10421         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
10422
10423         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
10424
10425         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
10426         --as-needed option if available.  Problem reported by Albert Chin in
10427         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
10428         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
10429         cc merely issues a bunch of annoying warnings for --as-needed
10430         (this problem was reported by Bob Proulx).  Also, try linking with
10431         -lm to detect a bug in binutils 2.16 (this problem was reported
10432         by Ralf Wildenhues).
10433
10434         2006-06-18  Jim Meyering  <jim@meyering.net>
10435
10436         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
10437         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
10438         macro.
10439         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
10440         also check for glibc-2.4's abort-inducing bug.
10441
10442         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
10443         Low-probability clean-up should be to use rmdir to get rid of
10444         the just-created directory, not unlink.
10445
10446         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
10447         configure fail, and request a bug report to inform us about it.
10448         Add a comment that, barring reports to the contrary, in 2007 we'll
10449         assume ftruncate is universally available.
10450
10451         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
10452
10453         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
10454
10455         2006-03-12  Jim Meyering  <jim@meyering.net>
10456
10457         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
10458         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
10459         * m4/same.m4 (gl_SAME): Likewise.
10460         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
10461
10462         2006-03-11  Eric Blake  <ebb9@byu.net>
10463
10464         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
10465         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
10466         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
10467         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
10468
10469 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
10470
10471         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
10472         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
10473         reported by Mark D. Baushke, one in
10474         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
10475
10476         Merge from coreutils.
10477
10478         * lib/.cppi-disable: Add stdint_.h.
10479         * lib/.cvsignore: Add stdint.h.
10480
10481         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
10482
10483         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
10484         both double and long double versions.
10485         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
10486         * lib/xstrtold.c: New file.
10487         * lib/xstrtod.h (xstrtold): New decl.
10488
10489         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
10490
10491         * lib/filemode.c (setst): Remove.
10492         (strmode): Rewrite to avoid setst.  This makes the code shorter,
10493         (arguably) clearer, and the generated code is a bit smaller on my
10494         Debian GNU/Linux stable x86 host.
10495
10496         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
10497
10498         * lib/filemode.c: Include "filemode.h" first, to test the interface.
10499         Assume that filemode.h includes sys/types.h and sys/stat.h.
10500         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
10501         (ftypelet): Reorder to put common cases first, for efficiency.
10502         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
10503         to do 'M'.
10504         (strmode): Renamed from mode_string, and now stores 12 bytes instead
10505         of 10, for compatibility with FreeBSD.  All callers changed.
10506         (filemodestring): Now stores 12 bytes instead of 10, and sets file
10507         types that can't be deduced solely from st_mode.  First arg is now a
10508         const pointer.
10509         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
10510         (strmode): Renamed from mode_string.
10511         (filemodestring): New decl.
10512         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
10513         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
10514         needed.
10515         (S_ISPORT, S_ISWHT): New macros, if not already defined.
10516
10517         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
10518
10519         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
10520         fsusage.h now does that.  Include fsusage.h first, to test interface.
10521         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
10522         at most one method (the old code could have generated decls that
10523         didn't conform to C89, not that this was ever exercised).
10524         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
10525
10526         2006-03-19  Jim Meyering  <jim@meyering.net>
10527
10528         Work even in a chroot where d_ino values for entries in "/"
10529         don't match the stat.st_ino values for the same names.
10530         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
10531         number, iterate through all entries again, using lstat instead.
10532         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
10533         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
10534
10535         * lib/getcwd.c (__getcwd): Clarify a comment.
10536         Use memcpy in place of a call to strcpy.
10537
10538         2006-03-12  Jim Meyering  <jim@meyering.net>
10539
10540         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
10541         matches that of the current directory (which we're about to chdir ".."
10542         out of), then save the dev-ino of the parent, instead.
10543
10544         * lib/same-inode.h (SAME_INODE): New file/macro.
10545         * lib/chdir-safer.c (SAME_INODE): Remove definition.
10546         Include "same-inode.h", instead.
10547         * lib/same.c: Likewise.
10548         * lib/cycle-check.h: Include "same-inode.h".
10549         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
10550         * lib/cycle-check.c (SAME_INODE): Remove definition.
10551         * lib/root-dev-ino.h: Include "same-inode.h".
10552
10553         2006-03-11  Eric Blake  <ebb9@byu.net>
10554
10555         * lib/same.c (same_name): s/base_name/last_component/
10556         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
10557         * lib/filenamecat.c (file_name_concat): Likewise.
10558
10559         2006-03-11  Eric Blake  <ebb9@byu.net>,
10560                     Paul Eggert  <eggert@cs.ucla.edu>
10561
10562         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
10563         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
10564         drive prefix.
10565         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
10566         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
10567         (last_component): New method.
10568         * lib/dirname.c (dir_len): Determine when drive letters need a
10569         subsequent slash.  Preserve // when it is special.
10570         (dir_name): Don't append dot when drive letter is absolute.
10571         [TEST_DIRNAME]: Move into a full-blown gnulib test.
10572         * lib/basename.c (base_name): New semantics - malloc the result.
10573         Preserve // when it is special.  Preserve relative files that look
10574         like drive letters.
10575         (base_len): Preserve // when it is special.
10576         (last_component): New method, similar to old base_name semantics.
10577         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
10578         base_name.  Strip redundant slashes from ///.
10579
10580 2006-07-03  Jim Meyering  <jim@meyering.net>
10581
10582         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
10583         macro is used before the first cycle_check call.
10584
10585 2006-07-03  Eric Blake  <ebb9@byu.net>
10586
10587         * modules/dirname (Depends-on): Add xstrndup.
10588
10589 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
10590
10591         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
10592         test cases, so that config.log is a bit easier to follow.
10593
10594 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
10595
10596         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
10597         both are 64 bits, since this seems to be the tradition, and this
10598         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
10599         we ever run into a host that prefers long long to long in this
10600         case, we'll need another configure-time test.  Problem reported by
10601         Jim Meyering.
10602
10603 2006-07-02  Eric Blake  <ebb9@byu.net>
10604
10605         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
10606
10607 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
10608
10609         * modules/inttypes (Depends-on): No longer depends on stdint.
10610         * modules/stdint (Description): Say more about assumptions.
10611         Say that the fast types might differ.  Say macros are used.
10612         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
10613         (Makefile.am): Revise list of substituted symbols to match
10614         new stdint.m4.
10615         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
10616         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
10617         * tests/test-stdint.c (verify_same_types)
10618         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
10619         the code conforms to C99/C89.
10620         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
10621         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
10622
10623 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
10624
10625         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
10626         but fix a bug, by requiring at least 64 bits.
10627         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
10628         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
10629         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
10630         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
10631
10632         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
10633         changes.  Make 2.59 a prerequisite.  Check and substitute for
10634         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
10635         inttypes.h.  Do not use special include files; just use the
10636         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
10637         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
10638         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
10639         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
10640         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
10641         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
10642         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
10643         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
10644         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
10645         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
10646         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
10647         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
10648         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
10649         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
10650         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
10651         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
10652         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
10653         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
10654         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
10655         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
10656         WINT_MAX.  Check for C99 conformance more strictly, by detecting
10657         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
10658         not check for things that C99 does not require, e.g., int8_t.  If
10659         a test isn't needed unless <stdint.h> isn't working, and is
10660         unlikely to be needed for any other reason, then don't do it
10661         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
10662         size_t, since we assume C89 freestanding at least.  Do not check
10663         for sig_atomic_t, wchar_t, or wint_t, since the code now does
10664         the right thing even if the types are not defined.  Instead use:
10665         (gl_STDINT_TYPE_PROPERTIES): New macro.
10666         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
10667         testing whether <sys/types.h> clashes, as Autoconf does this for
10668         us now.  All uses removed.
10669         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
10670         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
10671         (gl_CHECK_TYPE_SAME):
10672         Remove; no longer needed.
10673         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
10674         exists, since we'll return 0 anyway in that case.
10675         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
10676
10677 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
10678
10679         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
10680         possible collision with system files.
10681         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
10682         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
10683         WCHAR_MIN and WCHAR_MAX in this case.
10684         (<stddef.h>): Do not include; no longer needed.
10685         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
10686         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
10687         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
10688         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
10689         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
10690         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
10691         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
10692         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
10693         !defined(__c99))]: Include in this case too, since it's harmless
10694         now.
10695         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
10696         dangerous to do so.
10697         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
10698         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
10699         (_STDINT_MIN, _STDINT_MAX): New macros.
10700         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
10701         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
10702         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
10703         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
10704         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
10705         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
10706         macros, not typedefs; this simplifies things quite a bit.
10707         Use long int for all types narrower than int64_t.
10708         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
10709         Define in terms of long long int or int64_t or long int,
10710         not int64_t or int32_t.  This saves some compile-time testing.
10711         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
10712         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
10713         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
10714         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
10715         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
10716         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
10717         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
10718         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
10719         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
10720         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
10721         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
10722         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
10723         undef any previous version and define our own version, for
10724         simplicity and consistency with the new macros for types.
10725         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
10726         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
10727         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
10728         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
10729         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
10730         @WINT_T_SUFFIX@ to keep things simple here.
10731         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
10732         Simplify by assuming typical 8/16/32/64 host, since we're
10733         already doing that elsewhere anyway.
10734         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
10735         and assume long long int is 64 bits if available.  This
10736         speeds up 'configure'.
10737
10738 2006-07-01  Eric Blake  <ebb9@byu.net>
10739
10740         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
10741         Reported by Andreas Buening.
10742
10743 2006-07-01  Eric Blake  <ebb9@byu.net>
10744
10745         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
10746
10747 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
10748
10749         * lib/getaddrinfo.c: fixed typo
10750
10751 2006-06-29  Jim Meyering  <jim@meyering.net>
10752
10753         * modules/strftime (Maintainer): Add my name, since with the
10754         FPRINTFTIME changes strftime.c has forked from glibc.
10755
10756 2006-06-29  Eric Blake  <ebb9@byu.net>
10757
10758         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
10759
10760 2006-06-29  Eric Blake  <ebb9@byu.net>
10761
10762         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
10763
10764 2006-06-29  Eric Blake  <ebb9@byu.net>
10765
10766         * lib/stat_.h: New file.
10767
10768 2006-06-29  Eric Blake  <ebb9@byu.net>
10769
10770         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
10771         unused static function.
10772
10773 2006-06-29  Eric Blake  <ebb9@byu.net>
10774
10775         * doc/functions.texi (Function Portability): Document missing lstat
10776         on mingw.
10777
10778 2006-06-29  Eric Blake  <ebb9@byu.net>
10779
10780         * MODULES.html.sh: Add sys_stat.
10781         * modules/sys_stat: New module.
10782         * modules/mkstemp (Depends-on): Add sys_stat.
10783
10784 2006-06-29  Derek R. Price  <derek@ximbiot.com>
10785
10786         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
10787
10788 2006-06-29  Derek R. Price  <derek@ximbiot.com>
10789
10790         * m4/c-bs-a.m4: Removed.
10791
10792 2006-06-29  Derek R. Price  <derek@ximbiot.com>
10793
10794         * lib/strftime.c: Assume strftime() exists.
10795
10796 2006-06-29  Derek Price  <derek@ximbiot.com>
10797
10798         * modules/c-bs-a: Removed - \a is C89.
10799         * MODULES.html.sh: Remove c-bs-a.
10800
10801 2006-06-29  Bruno Haible  <bruno@clisp.org>
10802
10803         * modules/wcwidth (License): Change to LGPL.
10804
10805 2006-06-28  Simon Josefsson  <jas@extundo.com>
10806
10807         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
10808         on _WIN32.
10809
10810         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
10811         getnameinfo.
10812
10813 2006-06-28  Simon Josefsson  <jas@extundo.com>
10814
10815         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
10816
10817 2006-06-28  Simon Josefsson  <jas@extundo.com>
10818
10819         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
10820         functions there.  It will succeed on Windows XP, but on Windows
10821         2000 and (presumably) earlier, it will fail, and use the internal
10822         re-implementation.
10823         (use_win32_p): New function.
10824         (getaddrinfo): Use strtoul on servname, to support numeric ports.
10825         Support AI_NUMERICSERV to disable getservbyname.
10826         (getnameinfo): New function, only supports
10827         NI_NUMERICHOST|NI_NUMERICSERV for now.
10828
10829         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
10830         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
10831         getnameinfo.
10832
10833 2006-06-28  Eric Blake  <ebb9@byu.net>
10834
10835         * modules/wcwidth: New file.
10836         * modules/mbchar (Depends-on): Add wcwidth.
10837         * modules/mbswidth (Depends-on): Add wcwidth.
10838         * MODULES.html.sh: Add wcwidth.
10839
10840 2006-06-28  Eric Blake  <ebb9@byu.net>
10841
10842         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
10843         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
10844
10845 2006-06-28  Eric Blake  <ebb9@byu.net>
10846
10847         * lib/xvasprintf.h: Fix comments.
10848
10849 2006-06-28  Eric Blake  <ebb9@byu.net>
10850
10851         * lib/mbchar.h (wcwidth): Include wcwidth.h.
10852         * lib/mbswidth.c (wcwidth): Move from here...
10853         * lib/wcwidth.h: ...to this new file.
10854
10855 2006-06-28  Derek R. Price  <derek@ximbiot.com>
10856
10857         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
10858
10859         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
10860         it's obsolete.
10861         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
10862
10863 2006-06-28  Derek R. Price  <derek@ximbiot.com>
10864
10865         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
10866         Autoconf 2.60 says this stuff was obsolete.
10867
10868 2006-06-28  Bruno Haible  <bruno@clisp.org>
10869
10870         * modules/wcwidth (Files): Add m4/wchar_t.m4.
10871
10872 2006-06-28  Bruno Haible  <bruno@clisp.org>
10873
10874         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
10875         gt_TYPE_WCHAR_T.
10876
10877 2006-06-28  Bruno Haible  <bruno@clisp.org>
10878
10879         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
10880         declaration for wcwidth.
10881         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
10882
10883 2006-06-28  Bruno Haible  <bruno@clisp.org>
10884
10885         * lib/mkdtemp.c [MINGW]: Include <io.h>.
10886         (mkdir): Define using _mkdir.
10887
10888 2006-06-28  Bruno Haible  <bruno@clisp.org>
10889
10890         * lib/getaddrinfo.h: Fix POSIX URL.
10891         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
10892         _WIN32.
10893         (use_win32_p): Make static.
10894         (getaddrinfo): Reject service name if it is empty or does not consist
10895         solely of decimal digits, or if its value is > 65535.
10896         (getnameinfo): Remove useless casts.
10897
10898 2006-06-27  Simon Josefsson  <jas@extundo.com>
10899
10900         * modules/sys_select: New file, suggested by Bruno Haible, Paul
10901         Eggert and Martin Lambers.
10902
10903 2006-06-27  Simon Josefsson  <jas@extundo.com>
10904
10905         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
10906         Eggert and Martin Lambers.
10907
10908 2006-06-27  Bruno Haible  <bruno@clisp.org>
10909
10910         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
10911         result to 0, not to empty.
10912         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
10913
10914 2006-06-27  Bruno Haible  <bruno@clisp.org>
10915
10916         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
10917
10918 2006-06-26  Simon Josefsson  <jas@extundo.com>
10919
10920         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
10921         present.
10922
10923 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
10924
10925         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
10926         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
10927         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
10928
10929 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
10930
10931         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
10932
10933 2006-06-26  Bruno Haible  <bruno@clisp.org>
10934
10935         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
10936
10937 2006-06-26  Bruno Haible  <bruno@clisp.org>
10938
10939         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
10940
10941 2006-06-26  Bruno Haible  <bruno@clisp.org>
10942
10943         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
10944         SGI C compiler in pre-C99 mode.
10945         Suggested by Mark D. Baushke and Larry Jones.
10946
10947 2006-06-26  Bruno Haible  <bruno@clisp.org>
10948
10949         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
10950         WCHAR_MAX.
10951         Reported by Mark D. Baushke and Larry Jones.
10952
10953 2006-06-26  Bruno Haible  <bruno@clisp.org>
10954
10955         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
10956         in pre-C99 mode.
10957         Suggested by Mark D. Baushke and Larry Jones.
10958
10959 2006-06-23  Simon Josefsson  <jas@extundo.com>
10960             Bruno Haible  <bruno@clisp.org>
10961
10962         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
10963         Emit mostlyclean-local rule.
10964         (func_emit_tests_Makefile_am): Likewise.
10965         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
10966
10967 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
10968
10969         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
10970
10971 2006-06-23  Bruno Haible  <bruno@clisp.org>
10972
10973         * tests/test-stdint.c: Update to match ISO C 99 Technical
10974         Corrigendum 1.
10975
10976 2006-06-23  Bruno Haible  <bruno@clisp.org>
10977
10978         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
10979
10980 2006-06-23  Bruno Haible  <bruno@clisp.org>
10981
10982         * lib/stdint_.h: Treat IRIX like OpenBSD.
10983
10984 2006-06-23  Bruno Haible  <bruno@clisp.org>
10985
10986         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
10987         ISO C 99 Technical Corrigendum 1.
10988
10989 2006-06-22  Simon Josefsson  <jas@extundo.com>
10990
10991         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
10992         MinGW.
10993
10994 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
10995
10996         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
10997         needed.  Some compiler complained about some of them.  Problem reported
10998         by Larry Jones in
10999         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
11000
11001 2006-06-21  Simon Josefsson  <jas@extundo.com>
11002
11003         * tests/test-getaddrinfo.c: New file.
11004
11005         * modules/getaddrinfo-tests: New file.
11006
11007         * MODULES.html.sh: Add inet_pton.
11008
11009         * modules/inet_pton: New file.
11010
11011 2006-06-21  Simon Josefsson  <jas@extundo.com>
11012
11013         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
11014         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
11015         of using the (limited) gnulib implementation on Windows XP.
11016
11017         * m4/inet_pton.m4: New file.
11018
11019 2006-06-21  Simon Josefsson  <jas@extundo.com>
11020
11021         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
11022         variable.
11023
11024         * lib/socket_.h: Don't define WINVER.
11025
11026         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
11027         slightly modified to work in gnulib.
11028
11029 2006-06-21  Simon Josefsson  <jas@extundo.com>
11030
11031         * doc/gnulib.texi (Windows sockets): Add.
11032
11033 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
11034
11035         * lib/read-file.c (fread_file): Start with buffer allocation of
11036         0 bytes rather than 1 byte; this simplifies the code.
11037         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
11038         code to free buffer and save/restore errno.
11039         (internal_read_file): Remove unused local.
11040
11041 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
11042
11043         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
11044         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
11045         Problem reported by Denis Excoffier in
11046         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
11047
11048 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11049
11050         * modules/sys_socket, modules/socklen: Include sys/types since
11051         FreeBSD 4.x's sys/socket.h needs it.
11052
11053 2006-06-19  Simon Josefsson  <jas@extundo.com>
11054
11055         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
11056
11057 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
11058
11059         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
11060
11061 2006-06-19  Bruno Haible  <bruno@clisp.org>
11062
11063         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
11064         and FULL_PATH_INTTYPES_H in angle brackets.
11065         Reported by Mark D. Baushke <mdb@gnu.org>.
11066
11067 2006-06-17  Eric Blake  <ebb9@byu.net>
11068
11069         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
11070         errno.
11071
11072 2006-06-17  Bruno Haible  <bruno@clisp.org>
11073
11074         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
11075         <sys/inttypes.h>.
11076
11077 2006-06-17  Bruno Haible  <bruno@clisp.org>
11078
11079         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
11080         whether errno is declared. Assume <errno.h> declares errno.
11081
11082 2006-06-17  Bruno Haible  <bruno@clisp.org>
11083
11084         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
11085
11086 2006-06-17  Bruno Haible  <bruno@clisp.org>
11087
11088         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
11089         problem on Solaris 2.5.1.
11090
11091 2006-06-16  Eric Blake  <ebb9@byu.net>
11092
11093         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
11094         * lib/unicodeio.c [!defined errno]: Likewise.
11095         * lib/strtol.c [!defined errno]: Likewise.
11096         * lib/strtod.c [!defined errno]: Likewise.
11097
11098 2006-06-15  Eric Blake  <ebb9@byu.net>
11099
11100         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
11101
11102 2006-06-15  Eric Blake  <ebb9@byu.net>
11103
11104         * config/srclist.txt (ssize_t.m4): Lose sync.
11105
11106 2006-06-15  Bruno Haible  <bruno@clisp.org>
11107
11108         * modules/stdint (Files): Include m4/full-header-path.m4,
11109         m4/size_max.m4, m4/wchar_t.m4.
11110         (Makefile.am): Many more substitutions.
11111         * modules/stdint-tests: New file.
11112         * tests/test-stdint.c: New file.
11113
11114 2006-06-15  Bruno Haible  <bruno@clisp.org>
11115
11116         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
11117         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
11118         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
11119         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
11120         gl_CHECK_TYPE_SAME): New macros.
11121
11122 2006-06-15  Bruno Haible  <bruno@clisp.org>
11123
11124         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
11125
11126 2006-06-15  Bruno Haible  <bruno@clisp.org>
11127
11128         * lib/stdint_.h: Rewritten to be fully auto-configured.
11129         Fixes bug on HP-UX/IA64.
11130
11131 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
11132
11133         * lib/getdate.y (__attribute__): Don't define if already defined.
11134         Problem reported by Larry Jones.
11135         * lib/utimens.c (__attribute__): Likewise.
11136
11137 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
11138
11139         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
11140         reported by Andreas Schwab.
11141
11142 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11143             Bruno Haible  <bruno@clisp.org>
11144
11145         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
11146         check for the declaration of strnlen and a run test that exposes the
11147         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
11148         rpl_strndup.
11149
11150 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11151             Bruno Haible  <bruno@clisp.org>
11152
11153         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
11154
11155 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11156
11157         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
11158         compile test, for Tru64 4.0D.
11159
11160 2006-05-28  Karl Berry  <karl@gnu.org>
11161
11162         * config/srclist.txt (printf-args.c): lose sync.
11163
11164 2006-05-26  Martin Lambers  <marlam@marlam.de>
11165
11166         * lib/getpass.c: Updates the test for the native W32 API, and adds
11167         missing includes, thus fixing compilation warnings.
11168
11169 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
11170
11171         * lib/exclude.c (exclude_fnmatch): New function.
11172         (excluded_file_name): Call exclude_fnmatch.
11173         * lib/exclude.h (excluded_file_name): New prototype
11174
11175 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
11176
11177         * lib/tempname.c (small_open, large_open): New macros.
11178         (__open, __open64) [!_LIBC]: Remove.
11179         (__gen_tempname): Use small_open and large_open instead of __open
11180         and __open64.  This fixes a portability bug on HP-UX 11.11i
11181         reported by Simon Wing-Tang in
11182         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
11183
11184 2006-05-24  Bruno Haible  <bruno@clisp.org>
11185
11186         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
11187         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
11188         Reported by Thorsten Maerz <torte@netztorte.de> via
11189         Aaron Stone <aaron@serendipity.cx>.
11190
11191 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
11192
11193         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
11194         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
11195         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
11196         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
11197         not really conditional on the cache.
11198         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
11199
11200 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
11201
11202         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
11203         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
11204         (my_usleep): Don't mishandle maximum value.
11205
11206 2006-05-19  Jim Meyering  <jim@meyering.net>
11207
11208         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
11209
11210 2006-05-17  Bruno Haible  <bruno@clisp.org>
11211
11212         Cygwin portability.
11213         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
11214
11215 2006-05-17  Bruno Haible  <bruno@clisp.org>
11216
11217         * lib/stdint_.h: Fix recognition of Cygwin.
11218
11219 2006-05-15  Bruno Haible  <bruno@clisp.org>
11220
11221         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
11222         on libtool patch by Ralf Wildenhues.
11223
11224 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
11225
11226         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
11227         test for C99 conformance; (bool) 0.5 is an integer constant
11228         expression, but (bool) -0.5 is not.  Problem reported by Fedor
11229         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
11230
11231 2006-05-11  Simon Josefsson  <jas@extundo.com>
11232
11233         * m4/xvasprintf.m4: Fix obvious typo.
11234
11235 2006-05-11  Jim Meyering  <jim@meyering.net>
11236
11237         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
11238         James Lemley.
11239
11240 2006-05-10  Simon Josefsson  <jas@extundo.com>
11241
11242         * lib/md4.c: Typo fix, update copyright years.
11243         (K1, K2): Don't use L because it turn computations into 64-bit on
11244         64-bit platforms.
11245
11246 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
11247
11248         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
11249         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
11250         unwanted sign propagation, e.g., on hosts with 64-bit int.
11251         There still are some problems with reeelly weird theoretical hosts
11252         (e.g., 33-bit int) but it's not worth worrying about now.
11253         * lib/sha1.c (rol): Likewise.
11254         (K1, K2, K3, K4): Remove unnecessary L suffix.
11255
11256 2006-05-10  Bruno Haible  <bruno@clisp.org>
11257
11258         * lib/des.c: Cast to avoid warnings.
11259
11260 2006-05-09  Bruno Haible  <bruno@clisp.org>
11261
11262         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
11263         (Depends-on): Depend also on xsize, stdarg.
11264         (configure.ac): Add gl_XVASPRINTF.
11265
11266 2006-05-09  Bruno Haible  <bruno@clisp.org>
11267
11268         * m4/xvasprintf.m4: New file.
11269
11270 2006-05-09  Bruno Haible  <bruno@clisp.org>
11271
11272         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
11273         (EOVERFLOW): Define fallback value.
11274         (xstrcat): New function.
11275         (xvasprintf): Recognize the special case of a string concatenation.
11276
11277 2006-05-08  Eric Blake  <ebb9@byu.net>
11278
11279         * gnulib-tool (func_version): Base copyright year on CVS date.
11280         (func_emit_copyright_notice): New function.
11281         (func_emit_lib_Makefile_am): Use it.
11282         (func_emit_tests_Makefile_am): Likewise.
11283         (func_import): Likewise.
11284
11285 2006-05-08  Bruno Haible  <bruno@clisp.org>
11286
11287         * modules/stdarg: New file.
11288         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
11289
11290 2006-05-08  Bruno Haible  <bruno@clisp.org>
11291
11292         * m4/stdarg.m4: New file, from GNU gettext.
11293
11294 2006-05-08  Bruno Haible  <bruno@clisp.org>
11295
11296         * config/srclist.txt (build-aux/config.rpath): different from latest
11297         release.
11298
11299 2006-05-08  Bruno Haible  <bruno@clisp.org>
11300
11301         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
11302
11303 2006-05-05  Jim Meyering  <jim@meyering.net>
11304
11305         * m4/warning.m4: New file, derived from bison's file by the same name.
11306
11307 2006-05-03  Bruno Haible  <bruno@clisp.org>
11308
11309         * lib/stdint_.h: Shorter URL.
11310         * lib/inttypes.h: Likewise.
11311
11312 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
11313
11314         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
11315
11316 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
11317
11318         * lib/verify.h: Document the internals better.  Most of this change
11319         was written by Bruno Haible.
11320
11321 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
11322
11323         * doc/verify.texi: New file, partly based on a proposal by
11324         Bruno Haible.
11325
11326 2006-05-02  Bruno Haible  <bruno@clisp.org>
11327
11328         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
11329         test from here...
11330         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
11331
11332 2006-04-29  Bruno Haible  <bruno@clisp.org>
11333
11334         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
11335         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
11336
11337 2006-04-29  Bruno Haible  <bruno@clisp.org>
11338
11339         * gnulib-tool: Make --update option actually work.
11340
11341 2006-04-29  Bruno Haible  <bruno@clisp.org>
11342
11343         * doc/gcd.texi: New file.
11344         * doc/gnulib.texi: Include it.
11345
11346 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
11347
11348         * lib/getdate.y (get_date): When adding relative date, start with the
11349         initial time, not with the result of the first mktime call.
11350
11351 2006-04-25  Bruno Haible  <bruno@clisp.org>
11352
11353         * gnulib-tool (func_import): Output the include directives in three
11354         blocks, sorted separately.
11355         Reported by Ben Pfaff <blp@cs.stanford.edu>.
11356
11357 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
11358
11359         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
11360         to define main with arguments, for C++.  Reported by Eric Blake.
11361         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
11362         Prefer 'int main ()' to 'int main (void)', for C++.
11363         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
11364         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
11365         for 'main', for C99 and C++.
11366
11367 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
11368
11369         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
11370         Don't assume that exit status -1 is valid.
11371         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
11372         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
11373         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
11374         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
11375         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
11376         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
11377         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
11378         functions can be used without declaring them, or that you can
11379         exit with status -1.
11380         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
11381
11382 2006-04-24  Karl Berry  <karl@gnu.org>
11383
11384         * config/srclist.txt (longdouble.m4): sync lost.
11385
11386 2006-04-24  Eric Blake  <ebb9@byu.net>
11387
11388         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
11389
11390 2006-04-24  Bruno Haible  <bruno@clisp.org>
11391
11392         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
11393         poll() implementation in AIX.
11394         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11395
11396 2006-04-24  Bruno Haible  <bruno@clisp.org>
11397
11398         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
11399         assigned exactly once.
11400
11401 2006-04-23  Claudio Fontana  <claudio@gnu.org>
11402             Bruno Haible  <bruno@clisp.org>
11403
11404         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
11405         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
11406         for AM_CPPFLAGS.
11407
11408 2006-04-23  Bruno Haible  <bruno@clisp.org>
11409
11410         * modules/copy-file: Depend on unistd.
11411         * modules/execute: Likewise.
11412         * modules/fatal-signal: Likewise.
11413         * modules/findprog: Likewise.
11414         * modules/mkdtemp : Likewise.
11415         * modules/pipe: Likewise.
11416         * modules/wait-process: Likewise.
11417
11418 2006-04-23  Bruno Haible  <bruno@clisp.org>
11419
11420         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
11421         condition was already detected.
11422         Reported by Ben Pfaff <blp@cs.stanford.edu>.
11423
11424 2006-04-23  Bruno Haible  <bruno@clisp.org>
11425
11426         * lib/copy-file.c: Include <unistd.h> unconditionally.
11427         * lib/execute.c: Likewise.
11428         * lib/fatal-signal.c: Likewise.
11429         * lib/findprog.c: Likewise.
11430         * lib/mkdtemp.c: Likewise.
11431         * lib/pipe.h: Likewise.
11432         * lib/pipe.c: Likewise.
11433         * lib/wait-process.h: Likewise.
11434
11435 2006-04-23  Bruno Haible  <bruno@clisp.org>
11436
11437         * gnulib-tool (func_usage): Fix --import description. Document
11438         --update.
11439         (func_import): Create temporary file in a temporary directory, if
11440         --dry-run is specified. Silence errors from 'grep' when there are no
11441         m4 files in $m4dir.
11442         (func_create_testdir): Silence errors from 'grep' when there are no
11443         m4 files in $m4dir.
11444         Reported by Karl Berry <karl@freefriends.org>.
11445
11446 2006-04-20  Bruno Haible  <bruno@clisp.org>
11447
11448         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
11449         one argument, so that the code will be portable to Autoconf 2.60.
11450         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
11451         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
11452         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
11453
11454 2006-04-19  Derek Price  <derek@ximbiot.com>
11455             Eric Blake  <ebb9@byu.net>
11456
11457         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
11458         rather than "/full/path.h".  Update comment to match.  Shorten &
11459         generalize m4_translit call via AS_TR_CPP.
11460
11461 2006-04-19  Derek Price  <derek@ximbiot.com>
11462             Eric Blake  <ebb9@byu.net>
11463
11464         * lib/inttypes.h: Correct grammar in comment.
11465
11466 2006-04-18  Derek Price  <derek@ximbiot.com>
11467             Paul Eggert  <eggert@cs.ucla.edu>
11468
11469         * modules/inttypes: New file.
11470         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
11471
11472 2006-04-18  Derek Price  <derek@ximbiot.com>
11473             Paul Eggert  <eggert@cs.ucla.edu>
11474
11475         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
11476         New files.
11477
11478 2006-04-18  Derek Price  <derek@ximbiot.com>
11479             Paul Eggert  <eggert@cs.ucla.edu>
11480
11481         * lib/inttypes.h: New file.
11482         * lib/strtoimax.c: Assume <inttypes.h>.
11483
11484 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
11485
11486         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
11487         isn't mounted.  Problem reported by Kir Kolyshkin.
11488
11489 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
11490
11491         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
11492         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
11493         Derek R. Price.
11494         * lib/regex.h (RE_DUP_MAX): Update comment to match current
11495         implementation.
11496
11497 2006-04-12  Eric Blake  <ebb9@byu.net>
11498
11499         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
11500         is now done automatically by the corresponding Autoconf macro.
11501
11502 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
11503
11504         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
11505         time_r.h.
11506
11507 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
11508
11509         Merge regex changes from libc, removing some of our
11510         POSIX-conformance changes that were rejected and redoing them in a
11511         less-intrusive way.
11512
11513         * lib/regcomp.c (re_compile_internal, init_dfa):
11514         Length arg is now size_t, not Idx.  All uses changed.
11515         (peek_token): Forward decl now says internal_function.
11516         (__re_error_msgid, __re_error_msgid_idx):
11517         Now static rather than extern with attribute_hidden.
11518         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
11519         For some reason libc prefers K&R style defns for external functions.
11520         (regerror) [!defined _LIBC]: Likewise.
11521         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
11522         (seek_collating_symbol_entry, lookup_collation_sequence_value):
11523         (build_range_exp, build_collating_symbol):
11524         Use K&R-style defn.
11525         (re_compile_fastmap): Use '\0' to memset, not 0.
11526         (utf8_sb_map): Make the calculations more obvious.
11527         (init_dfa, parse_bracket_exp, build_charclass_op):
11528         Call calloc and cast result, as glibc does.
11529         (init_word_char, fetch_token, peek_token, peek_token_bracket):
11530         (build_range_exp, build_collating_symbol):
11531         Now internal functions.
11532
11533         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
11534
11535         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
11536         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
11537         Don't depend on VMS; depend on __VMS instead, for POSIX
11538         namespace cleanness.
11539         (regoff_t): Define to ssize_t, not long int.
11540
11541         Remove the REG_ macros named below.  Instead, make the old names
11542         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
11543         __USE_GNU_REGEX.
11544         (REG_BACKSLASH_ESCAPE_IN_LISTS):
11545         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
11546         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
11547         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
11548         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
11549         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
11550         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
11551         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
11552         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
11553         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
11554         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
11555         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
11556         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
11557         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
11558         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
11559         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
11560         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
11561         (REG_NREGS):
11562         Remove.  All uses replaced by the old RE_* names.
11563         (RE_BACKSLASH_ESCAPE_IN_LISTS):
11564         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
11565         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
11566         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
11567         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
11568         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
11569         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
11570         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
11571         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
11572         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
11573         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
11574         Don't bother having these macros be independent of each others'
11575         values, since they no longer exist in the POSIX name space.
11576
11577         Rename the following member names back to their old names,
11578         unless !__USE_GNU_REGEX.  All uses changed back.
11579         (buffer): Renamed from re_buffer.
11580         (allocated): Renamed from re_allocated.
11581         (used): Renamed from re_used.
11582         (syntax): Renamed from re_syntax.
11583         (fastmap): Renamed from re_fastmap.
11584         (translate): Renamed from re_translate.
11585         (can_be_null): Renamed from re_can_be_null.
11586         (regs_allocated): Renamed from re_regs_allocated.
11587         (fastmap_accurate): Renamed from re_fastmap_accurate.
11588         (no_sub): Renamed from re_no_sub.
11589         (not_bol): Renamed from re_not_bol.
11590         (not_eol): Renamed from re_not_eol.
11591         (newline_anchor): Renamed from re_newline_anchor.
11592         (num_regs): Renamed from rm_num_regs.
11593         (start): Renamed from rm_start.
11594         (end): Renamed from rm_end.
11595
11596         (free_state): Move up a bit.
11597
11598         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
11599         #define to be empty.
11600         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
11601         when that is what is intended.
11602         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
11603         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
11604         (MAX): New macro.
11605         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
11606         All uses changed back to re_malloc, etc.  It's now the caller's
11607         responsibility to check for overflow; all callers changed.
11608         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
11609         (re_x2nrealloc): Remove.
11610         (free_state): Remove decl.
11611
11612         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
11613         (re_set_registers, re_exec):
11614         Use K&R-style defn.
11615
11616         2006-01-31  Roland McGrath  <roland@redhat.com>
11617
11618         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
11619         Reported by Mike Frysinger <vapier@gentoo.org>.
11620
11621         2006-01-15  Andreas Jaeger  <aj@suse.de>
11622
11623         [BZ #1950]
11624         * lib/regex_internal.c (re_string_reconstruct): Adjust for
11625         build_wcs_upper_buffer change.
11626         (build_wcs_upper_buffer): Change return type.
11627
11628         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
11629
11630         * lib/regex_internal.h: Include <stdint.h> if available.
11631
11632         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
11633
11634         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
11635
11636         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
11637
11638         * lib/regcomp.c: Adjust for changed secondary hash function.
11639
11640         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
11641
11642         * lib/regex.h: Pretty printing.
11643         Clean up namespace a bit.
11644
11645         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
11646
11647         * lib/regexec.c (update_cur_sifted_state, check_arrival,
11648         check_arrival_add_next_nodes): Avoid using uninitialized variable.
11649
11650         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
11651                     Ulrich Drepper  <drepper@redhat.com>
11652
11653         [BZ #1302]
11654         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
11655         changed.
11656         (bitset_word_t): Renamed from bitset_word.  All uses changed.
11657
11658         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
11659
11660         [BZ #281]
11661         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
11662         * lib/regcomp.c: Remove unnecessary uses of
11663         unsigned RE_TRANSLATE_TYPE.
11664         * lib/regex_internal.h: Likewise.
11665         * lib/regex_internal.c: Likewise.
11666         * lib/regexec.c: Likewise.
11667         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
11668
11669         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
11670
11671         * lib/regexec.c (find_recover_state): Remove unnecessary
11672         initialization.
11673         (transit_state_bkref): Make DFA a const pointer.
11674         (get_subexp): Likewise.
11675         (check_arrival): Likewise.
11676         (update_cur_sifted_state): Likewise.
11677         (re_search_internal): Likewise.
11678         (prune_impossible_nodes): Likewise.
11679         (acquire_init_state_context): Likewise.
11680         (proceed_next_node): Likewise.
11681         (set_regs): Likewise.
11682         (free_fail_stack_return): Likewise.
11683         (check_arrival_expand_ecl): Mark DFA parameter as const.
11684         (check_arrival_expand_ecl_sub): Likewise.
11685         (check_subexp_limits): Likewise.
11686         (sub_epsilon_src_nodes):  Likewise.
11687         (add_epsilon_src_nodes):  Likewise.
11688         (merge_state_array): Likewise.
11689         (update_regs): Likewise.
11690         (build_trtable): Likewise.
11691         (sift_states_backward): Mark MCTX parameter as const.
11692         (build_sifted_states): Likewise.
11693         (update_cur_sifted_state): Likewise.
11694         (sift_states_mkref): Likewise.
11695         (check_arrival_expand_ecl): Mark eclosure as const.
11696         (check_dst_limits_calc_pos_1): Likewise.
11697         * lib/regex_internal.h (re_match_context_t): Make dfa a const
11698         pointer.
11699
11700         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
11701
11702         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
11703         (transit_state_sb): Likewise.
11704         (transit_state_mb): Likewise.
11705         (sift_states_iter_mb): Likewise.
11706         (check_arrival_add_next_nodes): Likewise.
11707         (check_node_accept_bytes): Change first parameter to pointer-to-const.
11708         [_LIBC] (re_search_2_stub): Use mempcpy.
11709
11710         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
11711         mbrtowc for very simple UTF-8 case.
11712
11713         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
11714         a pointer-to-const.
11715         (re_acquire_state_context): Likewise.
11716         * lib/regex_internal.h: Adjust prototypes.
11717
11718         * lib/regex.c: Prevent using C++ compilers.
11719
11720         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
11721         (re_acquire_state_context): Likewise.
11722
11723 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
11724
11725         * modules/regex (Depends-on): Add ssize_t.
11726
11727 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
11728
11729         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
11730         translation table.
11731
11732 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
11733
11734         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
11735
11736 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
11737             Bruno Haible  <bruno@clisp.org>
11738
11739         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
11740         <sys/types.h> and <inttypes.h>.
11741
11742 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11743
11744         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
11745         `__error_t_defined', so argp.h will not typedef the former.
11746
11747 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
11748
11749         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
11750         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
11751         glibc names.  Even if glibc is changed to conform to POSIX, the
11752         traditional names will be available anyway, since regex depends on
11753         the extensions module.  Also, fix a longstanding typo in the
11754         implementation of Spencer ERE test #75 from grep 2.3.  Problems
11755         reported by Emanuele Giaquinta.  Also, change sense of cached
11756         variable, so that the message makes sense.
11757
11758 2006-03-24  Simon Josefsson  <jas@extundo.com>
11759
11760         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
11761         including some doc fixes.
11762         (base64_encode_alloc): Fix +1 bug on allocation failures.
11763
11764 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11765
11766         * lib/base64.c (base64_encode): Do not read past end of array with
11767         unsanitized input on systems with CHAR_BIT > 8.
11768
11769 2006-03-24  Eric Blake  <ebb9@byu.net>
11770
11771         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
11772
11773 2006-03-22  Karl Berry  <karl@gnu.org>
11774
11775         * config/srclist.txt (*setenv.[ch]): get from coreutils.
11776         * config/srclistvars.sh (COREUTILS): new var.
11777
11778 2006-03-17  Jim Meyering  <jim@meyering.net>
11779
11780         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
11781         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
11782
11783 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
11784
11785         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
11786         no longer needs it.  Instead, check that regoff_t is as least
11787         as wide as ptrdiff_t.
11788
11789         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
11790         so that our regex.h stays compatible with the installed regex.
11791         This is helpful for installers who configure --without-included-regex.
11792         Problem reported by Emanuele Giaquinta.
11793
11794 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
11795
11796         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
11797         Typedef to long int, not to off_, as POSIX will likely change
11798         in that direction.
11799
11800 2006-03-15  Eric Blake  <ebb9@byu.net>
11801
11802         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
11803
11804 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
11805
11806         * lib/argp-help.c (validate_uparams): Fix typo
11807         * lib/argp-parse.c (argp_default_options): Consistently begin help
11808         messages with a lowercase letter.
11809
11810 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
11811
11812         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
11813         overrun buffers and shouldn't be used (much as gets shouldn't be
11814         used).
11815         * lib/time_r.c (asctime_r, ctime_r): Likewise.
11816
11817 2006-03-08  Simon Josefsson  <jas@extundo.com>
11818
11819         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
11820         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11821
11822 2006-03-08  Simon Josefsson  <jas@extundo.com>
11823
11824         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
11825         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11826
11827 2006-03-08  Simon Josefsson  <jas@extundo.com>
11828
11829         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
11830         signal that configure disabled the device.
11831
11832 2006-03-08  Simon Josefsson  <jas@extundo.com>
11833
11834         * build-aux/maint.mk: Fix refresh-po, to handle no translated
11835         languages.
11836
11837 2006-03-07  Simon Josefsson  <jas@extundo.com>
11838
11839         * modules/getopt (Depends-on): Add unistd.
11840
11841         * modules/unistd: New file.
11842
11843 2006-03-07  Simon Josefsson  <jas@extundo.com>
11844
11845         * modules/gc-random: New file.
11846
11847 2006-03-07  Simon Josefsson  <jas@extundo.com>
11848
11849         * m4/unistd_h.m4: New file.
11850
11851 2006-03-07  Simon Josefsson  <jas@extundo.com>
11852
11853         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
11854         test to be side-effect free by storing the result in the cache
11855         variable gl_cv_lib_readline, and moving the assignment of
11856         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
11857         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11858
11859 2006-03-07  Simon Josefsson  <jas@extundo.com>
11860
11861         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
11862         error on missing devices (the functions will return an error).
11863
11864         * m4/gc.m4: Move random stuff to gc-random.m4
11865
11866 2006-03-07  Simon Josefsson  <jas@extundo.com>
11867
11868         * lib/unistd_.h: New file.
11869
11870 2006-03-07  Simon Josefsson  <jas@extundo.com>
11871
11872         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
11873
11874 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
11875
11876         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
11877         Problem reported by Juan Manuel Guerrero.
11878
11879 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
11880
11881         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
11882         the unistd module.
11883         * lib/getlogin_r.c: Likewise.
11884         * lib/getlogin_r.h: Likewise.
11885         * lib/glob.c: Likewise.
11886         * lib/pagealign_alloc.c: Likewise.
11887         * lib/unistd_.h: Remove; no longer needed.
11888
11889 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
11890
11891         * MODULES.html.sh (Support for systems lacking POSIX:2001):
11892         Add unistd.
11893         * modules/c-stack (Depends-on): Add unistd.
11894         * modules/getlogin_r: Likewise.
11895         * modules/glob: Likewise.
11896         * modules/pagealign_alloc: Likewise.
11897         * modules/unistd (Files): Remove lib/unistd_.h.
11898         (EXTRA_DIST): Remove.
11899         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
11900         need unistd_.h.
11901         (MOSTLYCLEANFILES): Remove unistd.h-t.
11902
11903 2006-03-03  Simon Josefsson  <jas@extundo.com>
11904
11905         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
11906
11907 2006-03-03  Simon Josefsson  <jas@extundo.com>
11908
11909         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
11910         libidn and bison.
11911
11912 2006-03-03  Simon Josefsson  <jas@extundo.com>
11913
11914         * build-aux/maint.mk: Add indent target.
11915
11916 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
11917
11918         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
11919         our replacement poll.h in any case, to avoid a differing
11920         declaration from a system header.  Seen on AIX.
11921
11922 2006-03-01  Simon Josefsson  <jas@extundo.com>
11923
11924         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
11925         <kasal@ucw.cz>.
11926
11927 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
11928
11929         * modules/gettime (Depends-on): Add extensions module.
11930         * modules/nanosleep (Depends-on): Likewise.
11931         * modules/settime (Depends-on): Likewise.
11932
11933 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
11934
11935         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
11936         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
11937         pedantically.
11938         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
11939         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
11940
11941         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
11942         not "==".  Reported by Ralf Wildenhues.
11943
11944 2006-03-01  Karl Berry  <karl@gnu.org>
11945
11946         * doc/Copyright/request-*: new files, synced from gnuorg.
11947
11948 2006-03-01  Karl Berry  <karl@gnu.org>
11949
11950         * config/srclist.txt (Copyright/*): new entries.
11951
11952 2006-02-28  Simon Josefsson  <jas@extundo.com>
11953
11954         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
11955
11956 2006-02-27  Simon Josefsson  <jas@extundo.com>
11957
11958         * lib/base64.h: Indent #define's.  From Jim Meyering
11959         <jim@meyering.net>.
11960
11961 2006-02-27  Jim Meyering  <jim@meyering.net>
11962
11963         Revert the change of 2006-02-24, so these files can continue
11964         to be sync'd from gettext.
11965         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
11966         of `config.h'.
11967
11968 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
11969
11970         * modules/intprops: New file.
11971         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
11972         Add intprops.
11973         * modules/getloadavg (Files): Remove lib/intprops.h.
11974         (Depends-on): Add intprops.
11975         * modules/human: Likewise.
11976         * modules/inttostr: Likewise.
11977         * modules/openat: Likewise.
11978         * modules/sig2str: Likewise.
11979         * modules/userspec: Likewise.
11980         * modules/utimecmp: Likewise.
11981         * modules/xnanosleep: Likewise.
11982         * modules/xstrtol: Likewise.
11983
11984 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
11985
11986         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
11987         * modules/lock-tests (TESTS): Use $(EXEEXT).
11988         * modules/tls-tests: Likewise.
11989         * modules/argp-tests: Likewise.
11990         (check_PROGRAMS): New var, replacing...
11991         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
11992
11993 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11994
11995         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
11996         `config.h'.
11997
11998 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
11999
12000         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
12001
12002 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12003
12004         Sync from coreutils.
12005         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
12006         gl_CHDIR_SAFER.
12007
12008 2006-02-22  Jim Meyering  <jim@meyering.net>
12009
12010         Sync from coreutils.
12011         * m4/chdir-safer.m4: New file.
12012
12013 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
12014
12015         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
12016         AT_FDCWD exceeds INT_MAX.
12017         * lib/openat.h (AT_FDCWD): Likewise.
12018
12019 2006-02-17  Eric Blake  <address@hidden>
12020
12021         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
12022
12023 2006-02-16  Simon Josefsson  <jas@extundo.com>
12024
12025         * modules/getaddrinfo (Depends-on): Add sys_socket.
12026
12027 2006-02-15  Simon Josefsson  <jas@extundo.com>
12028
12029         * build-aux/maint.mk: Add dsyntax-check rule.
12030
12031 2006-02-15  Eric Blake  <ebb9@byu.net>
12032
12033         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
12034         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
12035         'present but cannot compile' warnings on cygwin.
12036         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
12037         use ws2tcpip.h if sys/socket.h works.
12038         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
12039         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
12040
12041 2006-02-14  Simon Josefsson  <jas@extundo.com>
12042
12043         * modules/maintainer-makefile (Files): Rename.
12044
12045         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
12046         and (the local) Makefile.cfg to maint-cfg.mk.
12047
12048         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
12049         to the latter.
12050
12051         * modules/maintainer-makefile: New module.
12052
12053         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
12054         severaly stripped to make it possible to build it up from scratch
12055         with reliable tests.
12056
12057         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
12058         fixes to permit overriding the default actions when configure and
12059         makefile are not available.
12060
12061 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
12062
12063         Sync from coreutils.
12064         * modules/lstat (Depends-on): Don't depend on xalloc.
12065         (License): Change from GPL to LGPL, since this is now simply a
12066         replacement for a libc function.
12067
12068 2006-02-14  Jim Meyering  <jim@meyering.net>
12069
12070         Sync from coreutils.
12071
12072         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
12073         failure on deficient systems, and simplify gnulib lgpl dependencies.
12074         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
12075         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
12076
12077         * lib/xalloc-die.c: Remove unused definition of N_.
12078
12079 2006-02-14  Jim Meyering  <jim@meyering.net>
12080
12081         Sync from coreutils.
12082         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
12083         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
12084         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
12085         double-quote uses of that variable, to accommodate the rare case in
12086         which getmntent is available in none of the libraries checked.  This
12087         happens at least on FreeBSD 5.0.
12088
12089 2006-02-13  Simon Josefsson  <jas@extundo.com>
12090
12091         * gnulib-tool (Usage): Fix --import, from
12092         karl@freefriends.org (Karl Berry).
12093
12094 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
12095
12096         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
12097
12098 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
12099
12100         * lib/argp-namefrob.h: Restore changes accidentally lost during the
12101         "autoupdate" on 2005-12-12.
12102
12103 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
12104
12105         * modules/closeout (Depends-on): Remove atexit.
12106
12107 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
12108
12109         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
12110         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
12111
12112 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
12113
12114         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
12115         __EXTENSIONS__ if this causes compilation to fail.  Problem
12116         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
12117         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
12118
12119 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
12120
12121         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
12122         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
12123         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
12124         All uses changed.
12125
12126 2006-01-26  Simon Josefsson  <jas@extundo.com>
12127
12128         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
12129         prototype is visible on mingw32.
12130
12131         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
12132         for mingw32.
12133
12134         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
12135         mingw32).
12136
12137 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
12138
12139         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
12140         attempt to open for write; this always fails, at least on POSIX
12141         hosts.  This reinstates the 2006-01-09 change, which was
12142         inadvertently removed.
12143
12144 2006-01-26  Bruno Haible  <bruno@clisp.org>
12145
12146         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
12147         Reported by Paul Eggert.
12148
12149 2006-01-26  Bruno Haible  <bruno@clisp.org>
12150             Paul Eggert  <eggert@cs.ucla.edu>
12151
12152         * lib/stdbool_.h (_Bool)
12153         [(! (defined __cplusplus || defined __BEOS__)
12154           && !defined __GNUC__
12155           && !(defined __HP_cc || defined __xlc__
12156                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
12157                || defined __sgi))]:
12158         #define to signed char in these cases too; this simplifies
12159         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
12160         etc., separately) and makes it more conservative.
12161
12162 2006-01-25  Simon Josefsson  <jas@extundo.com>
12163
12164         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
12165         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
12166         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
12167
12168 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
12169
12170         * lib/argp-namefrob.h: Bugfix. Remove stray #
12171
12172 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
12173
12174         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
12175         so that we test the test.
12176         Check for yet another HP-UX cc bug involving *bool |= bool.
12177
12178 2006-01-25  Karl Berry  <karl@gnu.org>
12179
12180         * config/srclist.txt (vasnprintf.c): sync lost.
12181
12182 2006-01-25  Jim Meyering  <jim@meyering.net>
12183
12184         Sync from the stable (b5) branch of coreutils:
12185
12186         * lib/fts.c (fts_children): Don't let close() clobber errno from
12187         failed fchdir().
12188
12189         * lib/fts.c (fts_stat): When following a symlink-to-directory,
12190         don't necessarily interpret stat-fails+lstat-succeeds as indicating
12191         a dangling symlink.  That can also happen at least for ELOOP.
12192         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
12193         FYI, this bug predates the inclusion of fts.c in coreutils.
12194
12195         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
12196         in their own block, so pre-c99 compilers don't object.
12197
12198         Avoid the double-free (first in fts_read, second in fts_close) that
12199         would occur when an `active' directory is made inaccessible (e.g.,
12200         via chmod a-x) during a traversal.
12201         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
12202         before returning.  Reproduce this failure by
12203         mkdir -p a/b; cd a; chmod a-x . b
12204         Reported by Stavros Passas.
12205
12206 2006-01-25  Jim Meyering  <jim@meyering.net>
12207
12208         * lib/fileblocks.c: Remove more useless parentheses.
12209         * lib/readutmp.h: Likewise.
12210
12211 2006-01-25  Bruno Haible  <bruno@clisp.org>
12212
12213         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
12214         warnings.
12215         Reported by Paul Eggert.
12216
12217 2006-01-25  Bruno Haible  <bruno@clisp.org>
12218
12219         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
12220         rid of a trap command. For Solaris sh.
12221         Reported by Mark D. Baushke <mdb@gnu.org>.
12222
12223 2006-01-24  Simon Josefsson  <jas@extundo.com>
12224
12225         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
12226         Bruno.
12227
12228 2006-01-24  Karl Berry  <karl@gnu.org>
12229
12230         * config/srclist.txt (argp-namefrob.h): sync lost.
12231
12232 2006-01-24  Jim Meyering  <jim@meyering.net>
12233
12234         * modules/openat (Files): Add lib/intprops.h.
12235         From Mark D. Baushke.
12236
12237 2006-01-24  Jim Meyering  <jim@meyering.net>
12238
12239         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
12240         Reported by Mark D. Baushke.
12241
12242 2006-01-24  Jim Meyering  <jim@meyering.net>
12243
12244         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
12245
12246 2006-01-24  Bruno Haible  <bruno@clisp.org>
12247
12248         * modules/strnlen (Maintainer): Change from glibc to all.
12249
12250 2006-01-24  Bruno Haible  <bruno@clisp.org>
12251
12252         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
12253         Patch by Paul Eggert.
12254
12255 2006-01-24  Bruno Haible  <bruno@clisp.org>
12256
12257         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
12258         already has it.
12259         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
12260         2005-11-26.
12261
12262         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
12263         'signed char' to avoid problems with the built-in _Bool type.
12264         Reported by Paul Eggert on 2005-11-26.
12265
12266 2006-01-24  Bruno Haible  <bruno@clisp.org>
12267
12268         * gnulib-tool (func_import): Avoid constructing complicated sed
12269         expressions inside backquote.
12270         Report and solution by Mark D. Baushke <mdb@gnu.org>.
12271
12272 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
12273
12274         These changes imported from libc.
12275         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
12276         test and two separate function calls.
12277         * lib/strndup.c (__strndup): Add libc_hidden_def.
12278
12279 2006-01-23  Simon Josefsson  <jas@extundo.com>
12280
12281         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
12282         Remove the test_*_SOURCES variable: automake infers it by default.
12283         * modules/tls-tests: Likewise.
12284
12285 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
12286
12287         Work around porting bugs reported by Dieter in
12288         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
12289         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
12290         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
12291         Include "getopt.h" first, to check interface.
12292         (getenv): Declare only if defined HAVE_DECL_GETENV &&
12293         !HAVE_DECL_GETENV.
12294         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
12295         (__strndup): Revert to K&R-style function dfns, the glibc style.
12296         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
12297         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
12298         Include strnlen.h first, to get prototype properly.
12299         (strnlen): Renamed from __strnlen.
12300         Remove weak alias.
12301
12302 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
12303
12304         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
12305
12306 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
12307
12308         * config/srclist.txt: Adjust to reflect glibc reorganization.
12309         This affects only comments.
12310
12311 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
12312
12313          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
12314          Reported by Bruce Korb <bkorb@gnu.org>.
12315
12316 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
12317
12318         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
12319         to pacify gcc -Wswitch-default.
12320
12321 2006-01-22  Bruno Haible  <bruno@clisp.org>
12322
12323         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
12324         temporary buffer for sprintf, take into account the precision also
12325         for 'd', 'i', 'u', 'o', 'x', 'X'.
12326
12327 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
12328
12329         * modules/argp-tests: New module
12330         * tests/test-argp.c: New file
12331         * tests/test-argp-2.sh: New file
12332
12333 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
12334
12335         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
12336         (__argp_base_name): Removed
12337         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
12338         typo.
12339         (__argp_base_name): Provide macro definition or extern declaration
12340         depending on the configuration
12341
12342 2006-01-20  Simon Josefsson  <jas@extundo.com>
12343
12344         * modules/inet_ntop (Depends-on): Depend on sys_socket.
12345
12346 2006-01-20  Simon Josefsson  <jas@extundo.com>
12347
12348         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
12349
12350 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
12351
12352         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
12353         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
12354         Suggested by Bruno Haible.
12355
12356 2006-01-20  Karl Berry  <karl@gnu.org>
12357
12358         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
12359         until changes propagate, I guess.
12360
12361 2006-01-19  Simon Josefsson  <jas@extundo.com>
12362
12363         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
12364
12365 2006-01-19  Simon Josefsson  <jas@extundo.com>
12366
12367         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
12368
12369 2006-01-19  Simon Josefsson  <jas@extundo.com>
12370
12371         * gnulib-tool: Set check_PROGRAMS.
12372
12373         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
12374         modules/des-tests, modules/gc-arcfour-tests,
12375         modules/gc-arctwo-tests, modules/gc-des-tests,
12376         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
12377         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
12378         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
12379         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
12380         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
12381         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
12382         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
12383         test_*_SOURCES.
12384
12385 2006-01-18  Simon Josefsson  <jas@extundo.com>
12386
12387         * modules/socklen (Depends-on): Depend on sys_socket.
12388
12389 2006-01-18  Simon Josefsson  <jas@extundo.com>
12390
12391         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
12392         modules/des-tests, modules/gc-arcfour-tests,
12393         modules/gc-arctwo-tests, modules/gc-des-tests,
12394         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
12395         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
12396         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
12397         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
12398         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
12399         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
12400         $(EXEEXT) to automake TESTS variable, for mingw32.
12401
12402 2006-01-17  Simon Josefsson  <jas@extundo.com>
12403
12404         * modules/socklen (Include): Need sys/socket.h.
12405
12406 2006-01-17  Bruno Haible  <bruno@clisp.org>
12407
12408         * modules/ssize_t (Include): Add <sys/types.h>.
12409
12410 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
12411
12412         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
12413         it's not portable and it doesn't work with cross-compiles.
12414         Problem reported by Bruno Haible.  Fix missing-$ typo in
12415         'test "gl_cv_ignore_unused_libraries" ...' that prevented
12416         -zignore from being used with Sun's C compiler.
12417
12418 2006-01-12  Simon Josefsson  <jas@extundo.com>
12419
12420         * lib/base64.c: Fix warning, reported by Bruno Haible
12421         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
12422
12423 2006-01-12  Bruno Haible  <bruno@clisp.org>
12424
12425         * modules/ldd: New file.
12426         * build-aux/ldd.sh.in: New file.
12427         * MODULES.html.sh (Support for building libraries and executables): Add
12428         ldd.
12429
12430 2006-01-12  Bruno Haible  <bruno@clisp.org>
12431
12432         * m4/ldd.m4: New file.
12433
12434 2006-01-12  Bruno Haible  <bruno@clisp.org>
12435
12436         * gnulib-tool (func_import, func_create_testdir): Don't go into an
12437         endless loop while replacing $auxdir with build-aux.
12438
12439 2006-01-11  Simon Josefsson  <jas@extundo.com>
12440
12441         * lib/stdint_.h (SIZE_MAX): Add missing (.
12442
12443 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
12444
12445         Sync from coreutils.
12446         * lib/md5.c: Fix commentary typos.
12447         (alignof, UNALIGNED_P): No need for a GCC-specific version.
12448         * lib/md5.h (__attribute__): Remove; unused.
12449         * lib/sha1.c: Fix commentary to match md5 better.
12450         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
12451         so that we don't need to worry about alignment.  All uses changed.
12452         This merges the 2005-10-28 md5 change into sha1.
12453
12454 2006-01-11  Jim Meyering  <jim@meyering.net>
12455
12456         Sync from coreutils.
12457         * lib/md5.c (OP): Fix spacing.
12458
12459 2006-01-11  Bruno Haible  <bruno@clisp.org>
12460
12461         Ensure automatic ordering between gl_LOCK and gl_ARGP.
12462         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
12463         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
12464
12465 2006-01-11  Bruno Haible  <bruno@clisp.org>
12466
12467         Ensure automatic ordering between gl_LOCK and gl_ARGP.
12468         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
12469         the "early" section as well.
12470
12471 2006-01-11  Bruno Haible  <bruno@clisp.org>
12472
12473         Avoid "ar: no archive members specified" error on MacOS X.
12474         * gnulib-tool (func_modules_add_dummy): New function.
12475         (func_import, func_create_testdir): Invoke it.
12476
12477 2006-01-11  Bruno Haible  <bruno@clisp.org>
12478
12479         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
12480         with $auxdir in AC_CONFIG_FILES statements.
12481
12482 2006-01-11  Bruno Haible  <bruno@clisp.org>
12483
12484         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12485         Initialize also noinst_HEADERS to empty.
12486
12487 2006-01-11  Bruno Haible  <bruno@clisp.org>
12488
12489         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
12490         variables.
12491         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
12492         autoreconf.
12493
12494 2006-01-11  Bruno Haible  <bruno@clisp.org>
12495
12496         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
12497         overridable by the user.
12498         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12499
12500 2006-01-10  Simon Josefsson  <jas@extundo.com>
12501
12502         * modules/sys_socket: New file.
12503
12504 2006-01-10  Simon Josefsson  <jas@extundo.com>
12505
12506         * m4/sys_socket_h.m4: New file.
12507
12508 2006-01-10  Simon Josefsson  <jas@extundo.com>
12509
12510         * lib/socket_.h: New file.
12511
12512 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
12513
12514         * modules/readutmp (Maintainer): Add myself.
12515
12516 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
12517
12518         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
12519         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
12520         People who are still concerned with buggy memcmp implementations
12521         can invoke gl_FUNC_MEMCMP themselves.
12522
12523 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
12524
12525         * lib/regex_internal.h (BITSET_WORD_BITS):
12526         Work around a bug in 64-bit PGC (before version 6.1-2), where the
12527         preprocessor mishandles large unsigned values as if they were signed.
12528         Problem reported by Claudio Fontana in
12529         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
12530
12531 2006-01-10  Jim Meyering  <jim@meyering.net>
12532
12533         Avoid the double-free (first in fts_read, second in fts_close) that
12534         would occur when an `active' directory is made inaccessible (e.g.,
12535         via chmod a-x) during a traversal.
12536         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
12537         before returning.  Reproduce this failure by
12538         mkdir -p a/b; cd a; chmod a-x . b
12539         Reported by Stavros Passas.
12540
12541         Sync from coreutils.
12542         * lib/sha1.c: Tweak grammar in a comment.
12543
12544 2006-01-10  Jim Meyering  <jim@meyering.net>
12545
12546         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
12547         Patch by Joerg Sonnenberger.
12548
12549 2006-01-10  Bruno Haible  <bruno@clisp.org>
12550
12551         * modules/readutmp: Depend on module free.
12552         * modules/strtok_r: Depend on module restrict.
12553
12554 2006-01-10  Bruno Haible  <bruno@clisp.org>
12555
12556         * modules/gettext (configure.ac): Add an invocation of
12557         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
12558
12559 2006-01-10  Bruno Haible  <bruno@clisp.org>
12560
12561         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
12562         Reported by Werner Lemberg <wl@gnu.org>.
12563
12564 2006-01-10  Bruno Haible  <bruno@clisp.org>
12565
12566         * lib/localcharset.c: Update from GNU gettext.
12567
12568 2006-01-10  Bruno Haible  <bruno@clisp.org>
12569
12570         * lib/argp.h (__const): Remove macro. Use const instead.
12571         * lib/argp-fmtstream.h (__const): Likewise.
12572         * lib/glob_.h (__const): Remove macro.
12573         * lib/glob-libc.h: Use const instead of __const.
12574
12575 2006-01-10  Bruno Haible  <bruno@clisp.org>
12576
12577         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
12578         variable.
12579         Needed to avoid an automake error regarding the 'gettext' module.
12580
12581 2006-01-09  Simon Josefsson  <jas@extundo.com>
12582
12583         * modules/inet_ntop (Depends-on): Add restrict.
12584
12585 2006-01-09  Simon Josefsson  <jas@extundo.com>
12586
12587         * modules/gc-rijndael-tests (License): Put under LGPL.
12588
12589         * modules/gc-des-tests (License): Likewise.
12590
12591         * modules/gc-arcfour-tests (License): Likewise.
12592
12593         * modules/gc-arctwo-tests (License): Likewise.
12594
12595         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
12596
12597         * modules/gc-hmac-sha1-tests (Files): Likewise.
12598
12599         * modules/gc-hmac-md5-tests (License): Likewise.
12600
12601         * modules/gc-sha1-tests (License): Likewise.
12602
12603         * modules/gc-md5-tests (License): Likewise.
12604
12605         * modules/gc-md4-tests (License): Likewise.
12606
12607         * modules/gc-md2-tests (License): Likewise.
12608
12609         * modules/gc-tests (License): Likewise.
12610
12611         * modules/des-tests (License): Likewise.
12612
12613         * modules/md4-tests (License): Likewise.
12614
12615         * modules/md2-tests (License): Likewise.
12616
12617 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12618
12619         Sync from coreutils:
12620
12621         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
12622         * modules/lib-ignore: New file.
12623         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
12624         chdir-safer.m4, lchmod.m4.
12625         * modules/openat: Add mkdirat.c, openat-priv.h.
12626
12627 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12628
12629         Sync from coreutils.
12630         * m4/lib-ignore.m4: New file.
12631         * m4/lchmod.m4: New file.
12632
12633 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12634
12635         Sync from coreutils.
12636         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
12637         for write access: POSIX says that must fail.
12638         * lib/fts.c (diropen): Likewise.
12639         * lib/save-cwd.c (save_cwd): Likewise.
12640         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
12641         well, for minor improvements on hosts that lack O_DIRECTORY.
12642         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
12643         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
12644         Fall back on chown if open failed with EACCES.
12645
12646         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
12647         Report an error at compile-time if only a 1-second nominal clock
12648         resolution is found.
12649
12650         * lib/lchmod.h: New file.
12651         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
12652         (make_dir_parents): Use lchown rather than chown, and
12653         lchmod rather than chmod.
12654
12655         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
12656         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
12657         "proc" reported by n0dalus.
12658
12659         * lib/mountlist.c: Include <limits.h>.
12660         (dev_from_mount_options)
12661         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
12662         New function.  It no longer assumes "dev=" has the System V meaning
12663         on Linux (since it doesn't).  It also parses "dev=" more carefully.
12664         (read_file_system_list)
12665         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
12666         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
12667         dev= in that case.
12668
12669         * lib/posixtm.h (PDS_PRE_2000): New macro.
12670         * lib/posixtm.c (year): Arg is now syntax_bits rather than
12671         allow_century.  All usages changed.  Reject dates outside the range
12672         1969-1999 if PDS_PRE_2000 is used.
12673
12674 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12675
12676         Sync from coreutils.
12677         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
12678         (Time of day items): Mention the possibility of leap seconds.
12679         Problem reported by Dr. David Alan Gilbert.
12680
12681 2006-01-09  Jim Meyering  <jim@meyering.net>
12682
12683         Sync from coreutils.
12684
12685         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
12686
12687         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
12688
12689         * lib/modechange.c (mode_compile): Reject an invalid mode string
12690         that starts with an octal digit.  From Andreas Gruenbacher.
12691
12692         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
12693         and dup to open_safer and dup_safer, respectively.
12694         (openat_permissive): Fix typo in comment.
12695
12696         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
12697         "gettext.h"; either no longer needed or are guaranteed by openat.h.
12698         (_): Remove; no longer needed.
12699         (openat): Renamed from rpl_openat; no need for rpl_openat
12700         since openat.h renames openat for us.
12701         Replace most of the body with a call to openat_permissive,
12702         to avoid duplicate code.
12703         Port to (probably hypothetical) environments were mode_t is
12704         wider than int.
12705         (openat_permissive): Require mode arg, so that we can check
12706         types better.  Put it just after flags.  Change cwd failure
12707         indicator from pointer-to-bool to pointer-to-errno-value.
12708         All callers changed.
12709         Invoke openat_save_fail and/or openat_restore_fail if
12710         cwd_errno is null, so that openat can call us.
12711         (openat_permissive, fdopendir, fstatat, unlinkat):
12712         Simplify errno handling to avoid some duplicate code,
12713         as it's OK to set errno on success.
12714         * lib/openat.h: Revamp code so that function macros depend on
12715         __OPENAT_PREFIX only, not also on AT_FDCWD.
12716         (openat_ro): Remove.  Caller changed to use openat_permissive.
12717         (openat_permissive): Now a macro, if not a function.
12718         (openat_restore_fail, openat_save_fail): Now always functions,
12719         since mkdirat needs them even if __OPENAT_PREFIX is defined.
12720
12721         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
12722         and openat.c.
12723         * lib/mkdirat.c: Include openat-priv.h.
12724         Remove definitions of macros defined therein.
12725         * lib/openat.c: Likewise.
12726
12727         * lib/mkdirat.c (mkdirat): New file and function.
12728         * lib/openat.h (mkdirat): Declare.
12729
12730         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
12731
12732         * lib/openat.h (openat_permissive): Declare.
12733         (openat_ro): Define.
12734
12735         * lib/openat.c (EXPECTED_ERRNO): New macro.
12736         (openat_permissive): New function -- used in remove.c rewrite.
12737         (all functions): Set errno just before returning, only if there
12738         was an actual failure.
12739         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
12740
12741         Emulate openat-family functions using Linux's procfs, if possible.
12742         Idea and some code based on Ulrich Drepper's glibc changes.
12743
12744         * lib/openat.c: (BUILD_PROC_NAME): New macro.
12745         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
12746         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
12747         before falling back on save_cwd and restore_cwd.
12748         (fdopendir, fstatat, unlinkat): Likewise.
12749
12750         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
12751         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
12752
12753         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
12754         as second argument to va_arg.  Otherwise, some versions of gcc
12755         warn that `if this code is reached, the program will abort'.
12756
12757 2006-01-09  Jim Meyering  <jim@meyering.net>
12758
12759         Sync from coreutils.
12760         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
12761         Require openat-priv.h.
12762
12763 2006-01-09  Bruno Haible  <bruno@clisp.org>
12764
12765         * modules/strnlen (Include): Use strnlen.h.
12766
12767 2006-01-09  Bruno Haible  <bruno@clisp.org>
12768
12769         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
12770
12771 2006-01-09  Bruno Haible  <bruno@clisp.org>
12772
12773         * lib/sysexit_.h (EX_OK): New macro.
12774         Suggested by Martin Lambers <marlam@marlam.de>.
12775
12776 2006-01-09  Bruno Haible  <bruno@clisp.org>
12777
12778         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
12779         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
12780
12781 2006-01-09  Bruno Haible  <bruno@clisp.org>
12782
12783         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
12784         numbers.
12785
12786 2006-01-09  Bruno Haible  <bruno@clisp.org>
12787
12788         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
12789         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
12790         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
12791         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
12792
12793 2006-01-09  Bruno Haible  <bruno@clisp.org>
12794
12795         * build-aux/javacomp.sh.in: New file, moved from lib/.
12796         * modules/javacomp-script (Files): Update.
12797         (configure.ac): Add AC_CONFIG_FILES invocation.
12798         (EXTRA_DIST): Remove variable.
12799
12800         * build-aux/javaexec.sh.in: New file, moved from lib/.
12801         * modules/javaexec (Files): Update.
12802         (configure.ac): Add AC_CONFIG_FILES invocation.
12803         (EXTRA_DIST): Remove javaexec.sh.in.
12804
12805         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
12806         * modules/csharpcomp-script (Files): Update.
12807         (configure.ac): Add AC_CONFIG_FILES invocation.
12808         (EXTRA_DIST): Remove variable.
12809
12810         * build-aux/csharpexec.sh.in: New file, moved from lib/.
12811         * modules/csharpexec (Files): Update.
12812         (configure.ac): Add AC_CONFIG_FILES invocation.
12813         (EXTRA_DIST): Remove csharpexec.sh.in.
12814
12815 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
12816
12817         Sync from coreutils.
12818
12819         Add POSIX ACL support
12820         * lib/acl.h (copy_acl, set_acl): Add declarations.
12821         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
12822         systems other than Linux.
12823         (chmod_or_fchmod): New function: use fchmod when possible,
12824         and chmod otherwise.
12825         (file_has_acl): Add a POSIX ACL implementation, with a
12826         Linux-specific subcase.
12827         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
12828         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
12829         acls are unsupported.
12830         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
12831         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
12832         are unsupported.
12833
12834 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
12835
12836         Sync from coreutils.
12837         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
12838
12839 2006-01-07  Bruno Haible  <bruno@clisp.org>
12840
12841         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
12842         gl_EARLY.
12843
12844 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
12845
12846         * lib/strftime.c (tzname): Don't declare if it is already #defined.
12847         Problem reported for Mingw by Mark Junker.
12848
12849 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
12850
12851         * README: Gnulib normally doesn't generate a tarball.
12852
12853 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
12854
12855         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
12856         long int, not int, for nanosecond counts, so that people who are
12857         used to POSIX struct timespec won't be surprised.  Reported by Jim
12858         Meyering.
12859
12860 2005-12-28  Bruno Haible  <bruno@clisp.org>
12861
12862         * build-aux/config.rpath: Update from GNU gettext.
12863
12864 2005-12-16  Jim Meyering  <jim@meyering.net>
12865
12866         * modules/fprintftime: New module.
12867         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
12868
12869 2005-12-16  Jim Meyering  <jim@meyering.net>
12870
12871         * m4/fprintftime.m4: New file.
12872
12873 2005-12-16  Jim Meyering  <jim@meyering.net>
12874
12875         * lib/fprintftime.c, lib/fprintftime.h: New files.
12876
12877 2005-12-15  Simon Josefsson  <jas@extundo.com>
12878
12879         * modules/socklen (configure.ac): Fix M4 macro name, to align with
12880         new m4/socklen.m4.
12881
12882 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
12883
12884         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
12885         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
12886
12887 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
12888
12889         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
12890         * lib/argp-help.c (fill_in_uparams): Check if the constructed
12891         struct uparams is valid. Fall back to the default values if it is
12892         not.
12893
12894 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
12895
12896         * modules/argp (Files): Add argp-pin.c
12897         (Depends-on): dirname
12898         (lib_SOURCES): Add argp-pin.c
12899
12900 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
12901
12902         * m4/argp.m4:  Check if program_invocation_name and
12903         program_invocation_short_name are declared and define appropriate
12904         macros if they are not.
12905
12906 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
12907
12908         * lib/argp-help.c (__argp_base_name): New function
12909         (__argp_short_program_name): Rewrite using __argp_base_name
12910         * lib/argp-namefrob.h: Define program_invocation_name and
12911         program_invocation_short_name if requested
12912         (__argp_base_name): Add prototype
12913         * lib/argp-parse.c (argp_def): Use gettext wrappers
12914         (argp_default_parser): Use __argp_base_name
12915         * lib/argp-pin.c: New file. Defines program_invocation_name and
12916         program_invocation_short_name on systems that lack them.
12917
12918 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
12919
12920         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
12921         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
12922         porting problem reported by Georg Schwarz in
12923         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
12924
12925 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
12926
12927         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
12928         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
12929         porting problem reported by Georg Schwarz in
12930         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
12931
12932 2005-12-05  Bruno Haible  <bruno@clisp.org>
12933
12934         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
12935         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
12936         Reported by Mark Junker <mjscod@gmx.de>.
12937
12938 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
12939
12940         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
12941         Use implementation from Albert Chin, with some
12942         comments/corrections by Stepan Kasal and myself.
12943
12944 2005-12-02  Bruno Haible  <bruno@clisp.org>
12945
12946         * gnulib-tool (func_import): Accept GPLed build tool modules when
12947         --lgpl is given.
12948         * modules/csharpcomp-script: New file.
12949         * modules/csharpcomp: Depend on it.
12950         * modules/javacomp-script: New file.
12951         * modules/javacomp: Depend on it.
12952         Suggested by Simon Josefsson.
12953
12954 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
12955
12956         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
12957         statement, to work around an HP-UX 10.20 compiler bug reported by
12958         Peter O'Gorman.
12959
12960 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
12961
12962         * modules/savedir (Depends-on): Add openat.
12963
12964 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
12965
12966         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
12967         (uintmax_t) [defined uintmax_t]: Do not declare.
12968         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
12969         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
12970         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
12971         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
12972         sake of portability to weird hosts that C allows (though we don't
12973         know of any practical examples).
12974
12975         * lib/savedir.h (fdsavedir): New decl.
12976         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
12977         contains most of the former guts of savedir.
12978         (savedir): Use savedirstream.
12979         Include "openat.h".
12980
12981 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
12982
12983         * modules/obstack (Files): Add m4/ulonglong.m4.
12984         Problem reported by Davide Angelocola.
12985
12986 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
12987
12988         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
12989         coreutils no longer futzes with rounding modes.
12990
12991 2005-11-14  Jim Meyering  <jim@meyering.net>
12992
12993         * lib/mkstemp-safer.c: Include <config.h>, required for possible
12994         replacement of mkstemp.
12995
12996 2005-11-10  Simon Josefsson  <jas@extundo.com>
12997
12998         * lib/readline.c: Remove EOL.
12999
13000 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
13001
13002         * modules/gethrxtime (Depends-on): Add gettime.
13003
13004 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
13005
13006         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
13007         or gettimeofday; no longer needed.
13008
13009 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
13010
13011         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
13012         time business.
13013         (gethrxtime) [! (HAVE_NANOUPTIME
13014         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
13015         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
13016         our own approximation.
13017
13018 2005-11-08  Eric Blake  <ebb9@byu.net>
13019
13020         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
13021
13022 2005-11-08  Eric Blake  <ebb9@byu.net>
13023
13024         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
13025
13026 2005-11-04  Bruno Haible  <bruno@clisp.org>
13027
13028         * gnulib-tool: Implement --update mode.
13029
13030 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
13031
13032         Fix porting problem reported by Theodoros V. Kalamatianos.
13033         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
13034         Don't assume that futimes failing means we must fail.
13035
13036 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
13037
13038         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
13039         variables to suggest the intended function of the PATH_MAX check.
13040
13041 2005-10-30  Kean Johnston  <jkj@sco.com>
13042
13043         Trivial changes to support SCO systems.
13044         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
13045         as PATH_MAX.
13046         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
13047         where __ptr is null when no I/O is pending.
13048
13049 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
13050
13051         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
13052         leave errno alone.  Problem reported by Dmitry V. Levin.
13053
13054 2005-10-28  Simon Josefsson  <jas@extundo.com>
13055
13056         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
13057         Test more.
13058
13059         * tests/test-gc-md2.c, tests/test-md2.c: New files.
13060
13061         * modules/md2, modules/md2-tests: New files.
13062
13063 2005-10-28  Simon Josefsson  <jas@extundo.com>
13064
13065         * m4/inet_ntop.m4: More tests.
13066
13067         * m4/gc-md2.m4, md2.m4: New file.
13068
13069 2005-10-28  Simon Josefsson  <jas@extundo.com>
13070
13071         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
13072         "restrict" keywords, as per POSIX.  Protect the function
13073         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
13074         Don't use K&R prototypes.  Check the sprintf return values.
13075         Re-define EAFNOSUPPORT if not present.  Indent.
13076
13077         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
13078         suggested by Bruno Haible <bruno@clisp.org>.
13079
13080         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
13081
13082         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
13083
13084         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
13085         libgcrypt).
13086
13087         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
13088
13089         * lib/md2.h, lib/md2.c: New files.
13090
13091 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
13092
13093         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
13094         errno alone.  Problem reported by Frederic Jolliton.
13095
13096 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
13097
13098         * modules/verify (License): Change from GPL to LGPL.  This is a
13099         tiny module and there are apparently near-equivalents that are
13100         under the BSD license.
13101
13102 2005-10-24  Simon Josefsson  <jas@extundo.com>
13103
13104         * modules/sha1: Relicense to LGPL.
13105
13106 2005-10-24  Simon Josefsson  <jas@extundo.com>
13107
13108         * lib/md4.h: Shrink buffer size, now that we changed the type.
13109
13110 2005-10-23  Simon Josefsson  <jas@extundo.com>
13111
13112         * gnulib-tool (func_import): Fix --tests-base.
13113
13114 2005-10-22  Simon Josefsson  <jas@extundo.com>
13115
13116         * modules/arcfour (Depends-on): Need stdint.
13117
13118 2005-10-22  Simon Josefsson  <jas@extundo.com>
13119
13120         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
13121         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
13122
13123 2005-10-22  Simon Josefsson  <jas@extundo.com>
13124
13125         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
13126         suggested by Bruno Haible <bruno@clisp.org>.
13127
13128 2005-10-22  Simon Josefsson  <jas@extundo.com>
13129
13130         * lib/crc.h: Include stddef.h, for size_t.
13131
13132 2005-10-22  Simon Josefsson  <jas@extundo.com>
13133
13134         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
13135         arcfour_context struct (simplify test vector testing in GNU
13136         Shishi).
13137
13138 2005-10-21  Simon Josefsson  <jas@extundo.com>
13139
13140         * modules/des, modules/des-tests: New files.
13141
13142         * modules/gc-des, modules/gc-des-tests: New files.
13143
13144         * tests/test-des.c, tests/test-gc-des.c: New file.
13145
13146 2005-10-21  Simon Josefsson  <jas@extundo.com>
13147
13148         * modules/arctwo, modules/arctwo-tests: New files.
13149
13150         * tests/test-arctwo.c: New file.
13151
13152         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
13153
13154         * tests/test-gc-arctwo.c: New file.
13155
13156 2005-10-21  Simon Josefsson  <jas@extundo.com>
13157
13158         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
13159         Bruno Haible <bruno@clisp.org>.
13160
13161         * m4/gc-des.m4: New file.
13162
13163 2005-10-21  Simon Josefsson  <jas@extundo.com>
13164
13165         * m4/arctwo.m4: New file.
13166
13167         * m4/gc-arctwo.m4: New file.
13168
13169 2005-10-21  Simon Josefsson  <jas@extundo.com>
13170
13171         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
13172         block.
13173
13174 2005-10-21  Simon Josefsson  <jas@extundo.com>
13175
13176         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
13177         <bruno@clisp.org>.
13178
13179         * lib/hmac-sha1.c (hmac_sha1): Likewise.
13180
13181         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
13182         Bruno Haible <bruno@clisp.org>.
13183
13184         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
13185         <bruno@clisp.org>.
13186
13187 2005-10-21  Simon Josefsson  <jas@extundo.com>
13188
13189         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
13190
13191 2005-10-21  Simon Josefsson  <jas@extundo.com>
13192
13193         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
13194
13195 2005-10-21  Simon Josefsson  <jas@extundo.com>
13196
13197         * lib/des.h, lib/des.c: New files.
13198
13199         * lib/gc-gnulib.c: Support DES.c
13200
13201 2005-10-21  Simon Josefsson  <jas@extundo.com>
13202
13203         * lib/arctwo.h, lib/arctwo.c: New files.
13204
13205         * lib/gc-gnulib.c: Support ARCTWO.
13206
13207 2005-10-21  Simon Josefsson  <jas@extundo.com>
13208
13209         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
13210         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
13211
13212 2005-10-21  Simon Josefsson  <jas@extundo.com>
13213
13214         * gnulib-tool (func_import, func_create_testdir): Define automake
13215         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
13216         Makefile.am snippet),
13217         suggested by Bruno Haible <bruno@clisp.org>.
13218
13219         * modules/gc (Makefile.am): Use it.
13220
13221 2005-10-21  Bruno Haible  <bruno@clisp.org>
13222
13223         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
13224         patch.
13225
13226 2005-10-19  Simon Josefsson  <jas@extundo.com>
13227
13228         * tests/test-gc-rijndael.c: New file.
13229
13230         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
13231
13232 2005-10-19  Simon Josefsson  <jas@extundo.com>
13233
13234         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
13235         interface too.
13236
13237 2005-10-19  Simon Josefsson  <jas@extundo.com>
13238
13239         * tests/test-gc-arcfour.c: New file.
13240
13241         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
13242
13243 2005-10-19  Simon Josefsson  <jas@extundo.com>
13244
13245         * modules/gc-md4, modules/gc-md4-tests: New file.
13246
13247         * tests/test-gc-md4.c: New file.
13248
13249 2005-10-19  Simon Josefsson  <jas@extundo.com>
13250
13251         * m4/gc-md4.m4: New file.
13252
13253 2005-10-19  Simon Josefsson  <jas@extundo.com>
13254
13255         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
13256         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
13257         <kasal@ucw.cz>.
13258
13259 2005-10-19  Simon Josefsson  <jas@extundo.com>
13260
13261         * m4/gc-arcfour.m4: New file.
13262
13263         * m4/gc-rijndael.m4: New file.
13264
13265 2005-10-19  Simon Josefsson  <jas@extundo.com>
13266
13267         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
13268
13269 2005-10-19  Simon Josefsson  <jas@extundo.com>
13270
13271         * lib/gc-gnulib.c: Support ARCFOUR.
13272
13273 2005-10-19  Simon Josefsson  <jas@extundo.com>
13274
13275         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
13276         support.
13277
13278         * lib/gc.h: Add ECB enum type.
13279
13280         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
13281
13282 2005-10-18  Simon Josefsson  <jas@extundo.com>
13283
13284         * tests/test-md5.c: New file.
13285
13286         * modules/md5-tests: New file.
13287
13288 2005-10-18  Simon Josefsson  <jas@extundo.com>
13289
13290         * tests/test-md4.c: New file.
13291
13292         * modules/md4, modules/md4-tests: New files.
13293
13294 2005-10-18  Simon Josefsson  <jas@extundo.com>
13295
13296         * m4/md4.m4: New file.
13297
13298 2005-10-18  Simon Josefsson  <jas@extundo.com>
13299
13300         * lib/md4.h, lib/md4.c: New files, based on md5.?.
13301
13302 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
13303
13304         * gnulib-tool (func_create_testdir): Omit the second check whether
13305         BUILT_SOURCES in nonempty.
13306
13307 2005-10-17  Simon Josefsson  <jas@extundo.com>
13308
13309         * tests/test-rijndael.c: New file.
13310
13311 2005-10-17  Simon Josefsson  <jas@extundo.com>
13312
13313         * modules/sha1: Depend on stdint instead of md5.
13314
13315         * modules/md5: Depend on stdint, remove uint32_t.
13316
13317 2005-10-17  Simon Josefsson  <jas@extundo.com>
13318
13319         * modules/gc-sha1-tests: New file.
13320
13321         * tests/test-gc-sha1.c: New file.
13322
13323 2005-10-17  Simon Josefsson  <jas@extundo.com>
13324
13325         * m4/md5.m4: Remove call to uint32_t.m4.
13326
13327 2005-10-17  Simon Josefsson  <jas@extundo.com>
13328
13329         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
13330
13331         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
13332         md5.h.
13333
13334         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
13335
13336         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
13337
13338 2005-10-17  Simon Josefsson  <jas@extundo.com>
13339
13340         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
13341
13342 2005-10-17  Simon Josefsson  <jas@extundo.com>
13343
13344         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
13345
13346 2005-10-17  Simon Josefsson  <jas@extundo.com>
13347
13348         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
13349
13350         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
13351
13352 2005-10-17  Bruno Haible  <bruno@clisp.org>
13353
13354         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
13355         that it can also be used in a test.
13356
13357 2005-10-16  Bruno Haible  <bruno@clisp.org>
13358
13359         * gnulib-tool (func_emit_tests_Makefile_am): Also define
13360         TESTS_ENVIRONMENT, so that individual tests can augment it.
13361
13362         * gnulib-tool (func_create_testdir): Use an intermediate target for
13363         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
13364         macros, like $(ALLOCA_H), which cannot be passed through the command
13365         line.
13366
13367 2005-10-15  Simon Josefsson  <jas@extundo.com>
13368
13369         * modules/rijndael-tests: New file.
13370
13371         * modules/rijndael: New file.
13372
13373 2005-10-15  Simon Josefsson  <jas@extundo.com>
13374
13375         * m4/rijndael.m4: New file.
13376
13377 2005-10-15  Simon Josefsson  <jas@extundo.com>
13378
13379         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
13380
13381         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
13382
13383 2005-10-14  Simon Josefsson  <jas@extundo.com>
13384
13385         * tests/test-arcfour.c: New file.
13386
13387         * modules/arcfour, modules/arcfour-tests: New files.
13388
13389 2005-10-14  Simon Josefsson  <jas@extundo.com>
13390
13391         * m4/arcfour.m4: New file.
13392
13393 2005-10-14  Simon Josefsson  <jas@extundo.com>
13394
13395         * lib/arcfour.h, lib/arcfour.c: New files.
13396
13397 2005-10-14  Roland McGrath  <roland@redhat.com>
13398
13399         Import from libc.  [BZ #1331]
13400         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
13401         macro argument.
13402         Reported by Matej Vela <vela@debian.org>.
13403
13404 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
13405
13406         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
13407         include <wchar.h>; no longer needed.
13408
13409 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
13410
13411         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
13412
13413 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
13414         and  Ulrich Drepper  <drepper@redhat.com>
13415
13416         Import from libc.
13417         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
13418         instead of inline stream orientation test and two separate
13419         function calls.  Pay no attention to USE_IN_LIBIO.
13420
13421 2005-10-13  Simon Josefsson  <jas@extundo.com>
13422
13423         * modules/gc-hmac-md5-tests: New file.
13424
13425         * tests/test-gc-hmac-sha1.c: New file.
13426
13427         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
13428
13429         * modules/gc-hmac-md5-tests: New file.
13430
13431         * tests/test-gc-md5.c: New file.
13432
13433         * modules/gc-md5-tests: New file.
13434
13435 2005-10-13  Simon Josefsson  <jas@extundo.com>
13436
13437         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
13438         Move memory allocation outside of loop.
13439
13440 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
13441
13442         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
13443         intermediate directory is in a read-only file system.  Problem
13444         reported by Eric Blake.
13445
13446 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
13447
13448         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
13449
13450 2005-10-12  Simon Josefsson  <jas@extundo.com>
13451
13452         * tests/test-hmac-sha1.c: New file.
13453
13454         * modules/hmac-sha1-tests: New file.
13455
13456         * modules/hmac-sha1: New file.
13457
13458 2005-10-12  Simon Josefsson  <jas@extundo.com>
13459
13460         * modules/gc-sha1: New file.
13461
13462 2005-10-12  Simon Josefsson  <jas@extundo.com>
13463
13464         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
13465
13466         * tests/test-gc-pbkdf2-sha1.c: New file.
13467
13468 2005-10-12  Simon Josefsson  <jas@extundo.com>
13469
13470         * modules/gc-md5, modules/gc-hmac-md5: New files.
13471
13472         * modules/gc (Files): Remove md5, memxor and hmac files.
13473
13474 2005-10-12  Simon Josefsson  <jas@extundo.com>
13475
13476         * m4/gc-pbkdf2-sha1.m4: New file.
13477
13478         * m4/gc-hmac-sha1.m4: New file.
13479
13480         * m4/gc-sha1: New file.
13481
13482         * m4/hmac-sha1.m4: New file.
13483
13484 2005-10-12  Simon Josefsson  <jas@extundo.com>
13485
13486         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
13487
13488         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
13489
13490 2005-10-12  Simon Josefsson  <jas@extundo.com>
13491
13492         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
13493         suggested by Bruno Haible <bruno@clisp.org>.
13494
13495 2005-10-12  Simon Josefsson  <jas@extundo.com>
13496
13497         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
13498
13499 2005-10-12  Simon Josefsson  <jas@extundo.com>
13500
13501         * lib/gc-pbkdf2-sha1.c: New file.
13502
13503         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
13504
13505 2005-10-12  Simon Josefsson  <jas@extundo.com>
13506
13507         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
13508
13509         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
13510
13511 2005-10-12  Simon Josefsson  <jas@extundo.com>
13512
13513         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
13514         GC_USE_HMAC_MD5, respectively.
13515
13516         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
13517         (gc_md5): Fix typo.
13518
13519         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
13520
13521         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
13522
13523         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
13524
13525 2005-10-12  Bruno Haible  <bruno@clisp.org>
13526
13527         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
13528         Reported by Stepan Kasal <kasal@ucw.cz>.
13529
13530 2005-10-11  Simon Josefsson  <jas@extundo.com>
13531
13532         * tests/test-crc.c: New file.
13533
13534         * modules/crc, modules/crc-tests: New files.
13535
13536 2005-10-11  Simon Josefsson  <jas@extundo.com>
13537
13538         * m4/crc.m4: New file.
13539
13540 2005-10-11  Simon Josefsson  <jas@extundo.com>
13541
13542         * lib/gc.h: Add gc_hash and gc_hash_buffer.
13543
13544         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
13545
13546         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
13547
13548 2005-10-11  Simon Josefsson  <jas@extundo.com>
13549
13550         * lib/crc.h, lib/crc.c: New files.
13551
13552         * lib/gc.h (gc_hash_buffer): Add doc.
13553
13554 2005-10-11  Bruno Haible  <bruno@clisp.org>
13555
13556         * modules/c-strcasestr: New file.
13557         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
13558
13559 2005-10-11  Bruno Haible  <bruno@clisp.org>
13560
13561         * modules/c-strcase: New file.
13562         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
13563
13564 2005-10-11  Bruno Haible  <bruno@clisp.org>
13565
13566         * lib/strcasecmp.c: Include limits.h.
13567         (strcasecmp): Avoid integer overflow on exotic platforms.
13568         * lib/strncasecmp.c: Include limits.h.
13569         (strncasecmp): Avoid integer overflow on exotic platforms.
13570         Reported by Paul Eggert.
13571
13572 2005-10-11  Bruno Haible  <bruno@clisp.org>
13573
13574         * lib/c-strcasestr.h: New file, from GNU gettext.
13575         * lib/c-strcasestr.c: New file, from GNU gettext.
13576
13577 2005-10-11  Bruno Haible  <bruno@clisp.org>
13578
13579         * lib/c-strcase.h: New file, from GNU gettext.
13580         * lib/c-strcasecmp.c: New file, from GNU gettext.
13581         * lib/c-strncasecmp.c: New file, from GNU gettext.
13582
13583 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
13584
13585         * modules/mempcpy (License): GPL -> LGPL.
13586         * modules/strchrnul (License): Likewise.
13587         * modules/sysexits (License): Likewise.
13588
13589 2005-10-08  Simon Josefsson  <jas@extundo.com>
13590
13591         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
13592
13593 2005-10-07  Simon Josefsson  <jas@extundo.com>
13594
13595         * m4/memxor.m4: Remove gl_C_RESTRICT call.
13596
13597 2005-10-06  Simon Josefsson  <jas@extundo.com>
13598
13599         * tests/test-hmac-md5.c: New file.
13600
13601         * modules/hmac-md5-tests: New file.
13602
13603         * modules/hmac-md5: New file.
13604
13605 2005-10-06  Simon Josefsson  <jas@extundo.com>
13606
13607         * m4/hmac-md5.m4: New file.
13608
13609         * m4/memxor.m4: Require gl_C_RESTRICT.
13610
13611 2005-10-06  Simon Josefsson  <jas@extundo.com>
13612
13613         * lib/memxor.c (memxor): Avoid casts and warnings.
13614
13615 2005-10-06  Simon Josefsson  <jas@extundo.com>
13616
13617         * lib/hmac-md5.c: New file.
13618
13619         * lib/hmac.h: New file.
13620
13621 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
13622
13623         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
13624         promotes to int, not unsigned int, to catch the AIX 5.3
13625         compiler bug.
13626
13627 2005-10-05  Simon Josefsson  <jas@extundo.com>
13628
13629         * modules/memxor: New file.
13630
13631         * modules/iconv (Files): Move config.rpath to havelib, it is used
13632         there.
13633
13634         * modules/havelib (Files): Add config.rpath.
13635
13636 2005-10-05  Simon Josefsson  <jas@extundo.com>
13637
13638         * m4/memxor.m4: New file.
13639
13640 2005-10-05  Simon Josefsson  <jas@extundo.com>
13641
13642         * lib/memxor.c (memxor): Fix compiler error.
13643
13644         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
13645         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
13646
13647         * lib/memxor.h, lib/memxor.c: New files.
13648
13649         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
13650         we assume all systems have it, suggested by Jim Meyering
13651         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
13652         any systems lack sys/socket.h; mingw32 is known to lack it, but we
13653         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
13654         same reasons.
13655
13656 2005-10-05  Simon Josefsson  <jas@extundo.com>
13657
13658         * config/srclist.txt: Add glibc bug 1423 for md5.h.
13659
13660 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
13661
13662         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
13663         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
13664         needed, since the source code now assumes these .h files.
13665
13666 2005-10-05  Derek Price  <derek@ximbiot.com>
13667
13668         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
13669
13670 2005-10-05  Bruno Haible  <bruno@clisp.org>
13671
13672         * modules/stdint (License): Change to LGPL.
13673
13674 2005-10-04  Simon Josefsson  <jas@extundo.com>
13675
13676         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
13677         D. Baushke" <mdb@gnu.org>.
13678
13679 2005-10-04  Bruno Haible  <bruno@clisp.org>
13680
13681         * lib/verify.h (verify_true): Provide alternative definition for C++.
13682
13683 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
13684
13685         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
13686         (SSIZE_MAX): New macro, if not already defined.
13687         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
13688         than 2 GiB.
13689
13690 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
13691
13692         Sync from coreutils.
13693         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
13694         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
13695         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
13696         ULLONG_MAX doesn't work with 2.7.2.1.
13697
13698 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
13699
13700         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
13701         From Ben Pfaff.
13702
13703         * modules/exclude (Depends-on): Depend on verify.
13704         * modules/strtoimax (Depends-on): Likewise.
13705         * modules/utimecmp (Depends-on): Likewise.
13706
13707 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
13708
13709         * lib/exclude.c: Include verify.h.
13710         (verify): Remove.  All callers changed to use verify.h's version.
13711         * lib/strtoimax.c: Likewise.
13712         * lib/utimecmp.c: Likewis.e
13713
13714         Sync from coreutils.
13715         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
13716         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
13717         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
13718         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
13719         bother returning ENOSYS if settimeofday or stime fails; just let
13720         them return whatever errno they want to return.
13721         * lib/utimens.c: Include unistd.h, for dup2.
13722         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
13723         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
13724
13725 2005-10-02  Jim Meyering  <jim@meyering.net>
13726
13727         Sync from coreutils.
13728         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
13729         from glibc-2.2.5 that fails for read-only files.
13730
13731 2005-10-02  Jim Meyering  <jim@meyering.net>
13732
13733         Sync from coreutils.
13734         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
13735         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
13736         `#if HAVE_CONFIG_H'.
13737         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
13738         Remove AT_FDCWD test.
13739         Do not consume the fd unless successful.
13740         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
13741         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
13742         block, so that we don't even try to compile it if settimeofday is
13743         available.  This works around a compilation failure on OSF1 V5.1,
13744         due to stime requiring a `long int*' while tv_sec is `int'.
13745
13746 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
13747
13748         Sync from coreutils.
13749         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
13750         against `yes', rather than just testing for nonempty.
13751
13752 2005-10-01  Simon Josefsson  <jas@extundo.com>
13753
13754         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
13755         and Darwin.
13756
13757         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
13758         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
13759         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
13760         freeaddrinfo and gai_strerror are declared by the POSIX headers.
13761         Check if struct addrinfo is declared.
13762
13763 2005-10-01  Simon Josefsson  <jas@extundo.com>
13764
13765         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
13766         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
13767         AI_* and EAI_* definitions.  Protect function declarations.
13768
13769 2005-10-01  Jim Meyering  <jim@meyering.net>
13770
13771         Sync from coreutils.
13772
13773         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
13774         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
13775         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
13776         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
13777         in the inet and nsl libraries.  Required on Solaris 5.7.
13778
13779 2005-10-01  Jim Meyering  <jim@meyering.net>
13780
13781         Sync from coreutils.
13782         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
13783         in the inet and nsl libraries.  Required on Solaris 5.7.
13784
13785 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
13786
13787         * lib/getdelim.c (getdelim): Remove unused variables.
13788
13789 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
13790
13791         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
13792         so that the code works even with ancient cpp.  Portability problem
13793         with GCC 2.7.2.1 reported by Thomas M.Ott.
13794
13795 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
13796
13797         * modules/regex (Depends-on): Add strcase.
13798
13799         * modules/gethostname (Licence): Change from GPL to LGPL, since
13800         gethostname.c is a trivial implementation of a standard library
13801         function.
13802         * modules/poll (License): Change from GPL to LGPL, since it's
13803         derived from LGPL code.
13804
13805 2005-09-27  Jim Meyering  <jim@meyering.net>
13806
13807         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
13808         HAVE_CONFIG_H.
13809
13810         * lib/intprops.h (signed_type_or_expr__): Define.
13811         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
13812         for unsigned types.
13813
13814 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
13815
13816         * lib/verify.h (verify_expr): Remove, replacing with:
13817         (verify_true): New macro that returns true instead of void.
13818         (verify_type__): Remove.
13819         (verify): Use verify_true rather than verify_type__.
13820
13821 2005-09-26  Bruno Haible  <bruno@clisp.org>
13822
13823         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
13824         is necessary.
13825         (lib_SOURCES): Remove mbchar.c.
13826         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
13827         (Files): Add m4/mbrtowc.m4.
13828         * modules/mbiter: Likewise.
13829         * modules/mbuiter: Likewise.
13830
13831 2005-09-26  Bruno Haible  <bruno@clisp.org>
13832
13833         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
13834         compile mbchar.c if they are not both present.
13835         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
13836         * m4/mbiter.m4 (gl_MBITER): Likewise.
13837         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
13838         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
13839         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
13840
13841 2005-09-25  Jim Meyering  <jim@meyering.net>
13842
13843         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
13844         also uses socklen_t.
13845
13846 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
13847
13848         * lib/utimens.c (ENOSYS): Define if not already defined.
13849         (futimens): Support having a null PATH if the file descriptor
13850         is nonnegative.
13851
13852         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
13853         Remove.
13854         (__attribute): Define to empty unless GCC 3.1 or later.
13855         This works around a core dump on OpenBSD 3.4, which has GCC
13856         2.95.3, which dumps core when given __attribute__(()).  It also
13857         simplifies other tests, since we really don't want to bother with
13858         worrying about which ancient version of GCC supported what.
13859         Original problem reported by Yoann Vandoorselaere, with part of
13860         the fix suggested by Derek Price.
13861
13862 2005-09-24  Jim Meyering  <jim@meyering.net>
13863
13864         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
13865         so we can once again use a positive bitfield width of 1 -- now we
13866         don't have to explain why we were using a bitfield width of 2.
13867
13868 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
13869
13870         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
13871         and similarly for the other external symbols.  Problem reported
13872         by James Gallager.
13873
13874         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
13875         bug reported by Jim Meyering.
13876
13877         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
13878         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
13879         not needed, since socklen is a prerequisite module.
13880
13881 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
13882
13883         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
13884         Problem reported by Eric Blake.
13885         (getaddrinfo): Initialize se so that it's not garbage.
13886         Redo internal storage allocation so that it doesn't make unportable
13887         assumptions about alignment.
13888         Fix a memory leak.
13889
13890         * lib/utimens.c (futimens): Use futimesat if available.
13891         Prefer it to futimes since it doesn't have the futimes bug.
13892
13893         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
13894         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
13895         Instead, declare a function that returns a pointer to an array,
13896         and use verify_type__ to declare the size of the array.
13897         Problem and germ of a solution reported by Bruno Haible.
13898         (verify_type__): Use 2, not 1, for bitfield size, to avoid
13899         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
13900
13901 2005-09-23  Jim Meyering  <jim@meyering.net>
13902
13903         Sync from coreutils.
13904         Correct build failure (socklen_t not defined) on at least
13905         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
13906         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
13907
13908 2005-09-23  Jim Meyering  <jim@meyering.net>
13909
13910         * modules/getaddrinfo (Depends-on): Add socklen.
13911
13912 2005-09-23  Bruno Haible  <bruno@clisp.org>
13913
13914         * tests/test-verify.c: New file.
13915
13916 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
13917
13918         Sync from coreutils.
13919
13920         * modules/argmatch (Depends-on): Add verify.
13921         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
13922         unistd-safer.
13923         * modules/save-cwd (Depends-on): Likewise.
13924
13925         * modules/openat (Files): Add lib/openat-die.c.
13926         (Depends-on): Remove error, exitfail.
13927         Add dirname.
13928
13929         * modules/verify: New file.
13930         * MODULES.html.sh (Diagnostics <assert.h>): New section,
13931         with "verify" module.
13932
13933 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
13934
13935         Sync from coreutils.
13936
13937         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
13938         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
13939         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
13940         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
13941         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
13942         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
13943         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
13944         Don't bother checking for string.h, stdlib.h, unistd.h.
13945         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
13946         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
13947         module's job.
13948         * m4/jm-macros.m4 (gl_MACROS): Likewise.
13949         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
13950
13951         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
13952         (gl_GETDATE): Use it.
13953
13954         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
13955
13956 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
13957
13958         Sync from coreutils.
13959
13960         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
13961         stat-time.h.
13962         * lib/argmatch.h: Include verify.h
13963         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
13964         (ARGMATCH_ASSERT): Remove; unused.
13965         * lib/canonicalize.c: Assume STDC_HEADERS.
13966         * lib/exclude.c: Include "strcase.h".
13967         * lib/regex_internal.h [!defined _LIBC]: Likewise.
13968         * lib/getusershell.c: Include stdio--.h rather than stdio.h
13969         and stdio-safer.h.
13970         (getusershell): Call fopen, not fopen_safer.
13971         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
13972         Do not include unistd-safer.h.
13973         (save_cwd): Don't call fd_safer; no longer needed
13974         now that we include fcntl--.h.
13975
13976         * lib/getdate.y (relative_time): New type.
13977         (RELATIVE_TIME_0): New constant.
13978         (parser_control): Use relative_time instead of doing it ourselves.
13979         (%union): Add new relative_time rel member.
13980         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
13981         Now typeless.
13982         (relunit, relunit_snumber): Now of type rel.
13983         (zone, rel, relunit, get_date): Adjust to above changes.
13984
13985         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
13986         Do not include unistd-safer.h.
13987         (getloadavg): Don't call fd_safer; no longer needed
13988         now that we include fcntl--.h.
13989
13990         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
13991         (make_dir_parents): Treat ENOSYS like EEXIST.
13992
13993         Improve quality of diagnostics on restore_cwd failure.
13994         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
13995         (make_dir_parents): Last arg is now int * (for errno), not bool *.
13996         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
13997         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
13998         each time through the loop.  Do not diagnose restore_cwd failure;
13999         that is the caller's job (and perhaps the caller does not care).
14000
14001         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
14002         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
14003         If the file already exists but is not a directory, don't bother
14004         to try to make its parents.
14005         Close potential file descriptor leak if we can't chdir("/") (!).
14006         Don't always return true if chdir($PWD) fails; return true only
14007         if the requested action was done successfully (except for the
14008         chdir($PWD)).
14009         Don't log final directory unless we actually made it.
14010         Refactor to avoid duplicate code to fix up permissions.
14011         Don't attempt to fix up parent permissions if chdir($PWD) fails.
14012
14013         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
14014         to make it a bit faster and (I hope) clearer.
14015         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
14016         Fix bug in formats like %2N.
14017
14018         * lib/verify.h: New file.
14019
14020 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
14021
14022         Sync from coreutils.
14023         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
14024
14025 2005-09-22  Jim Meyering  <jim@meyering.net>
14026
14027         Sync from coreutils.
14028
14029         * m4/lstat.m4 (gl_FUNC_LSTAT):
14030         Use AC_LIBSOURCES to require lstat.c and lstat.h.
14031         Remove obsolete comment.
14032         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
14033         * m4/xstrtod.m4: Likewise.
14034
14035         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
14036
14037 2005-09-22  Jim Meyering  <jim@meyering.net>
14038
14039         Sync from coreutils.
14040
14041         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
14042
14043         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
14044         the .tm_year member, since otherwise gcc-4.0 would now warn about
14045         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
14046
14047         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
14048         order to avoid an unsuppressible warning from gcc on 64-bit systems.
14049
14050         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
14051         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
14052         when run in a time zone for which daylight savings time is in effect
14053         for the starting date.
14054
14055         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
14056         stop us from restricting permissions of just-created absolute-named
14057         directories.
14058         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
14059         to restore initial working directory.
14060         * lib/mkdir-p.c (make_dir_parents): New parameter:
14061         different_working_dir, to tell caller if/when we change the working
14062         directory and are unable to return to the initial one.
14063         * lib/mkdir-p.h (make_dir_parents): Update prototype.
14064         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
14065         `return false'.  This fixes a bug introduced on 2004-07-30.
14066
14067         * lib/openat.c (fdopendir): Be sure to close the supplied
14068         file descriptor before returning.  This makes our replacement
14069         implementation a little closer to Solaris's, where fdopendir
14070         ties the file descriptor to the returned DIR* pointer.
14071         * lib/openat.c (unlinkat): New function.
14072         * lib/openat.h (unlinkat): Add prototype.
14073         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
14074         (openat_restore_fail): Rename from openat_restore_die.
14075         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
14076
14077         Provide an alternative to exiting immediately upon save_cwd or
14078         restore_cwd failure.  Now, an application can arrange e.g.,
14079         to perform a longjump in that case.
14080         * lib/openat.c: Include dirname.h.
14081         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
14082         (rpl_openat, fdopendir, fstatat): Call openat_save_die
14083         and openat_restore_die rather than calling error directly.
14084         Don't include "error.h" or "exitfail.h"; they're no longer needed.
14085
14086         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
14087         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
14088         define.
14089
14090         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
14091         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
14092                             int utc, int nanoseconds);
14093         Background:
14094         date should not have to allocate a megabyte of virtual memory to
14095         handle a format argument like +%1048575T.  When implemented with
14096         strftime, it must allocate such a buffer, use strftime to fill it
14097         in, print it, then free it.
14098         With fprintftime, it simply prints everything and exits.
14099         With no need for memory allocation, that's one fewer way to fail.
14100         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
14101         optional field width, not before, so we accept %9:z, not %:9z.
14102         (my_strftime): Be sure to use L_('x') for literals.
14103
14104         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
14105         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
14106         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
14107         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
14108         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
14109         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
14110         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
14111         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
14112         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
14113         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
14114         * lib/xgethostname.c, lib/xreadlink.c:
14115         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
14116
14117         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
14118         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
14119         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
14120         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
14121         and don't include <sys/file.h>).
14122
14123 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
14124
14125         Sync from coreutils.
14126
14127         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
14128         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
14129         [!LDAV_DONE]: Avoid unused variable warning.
14130
14131 2005-09-21  Bruno Haible  <bruno@clisp.org>
14132
14133         * lib/unicodeio.h (unicode_to_mb): New declaration.
14134
14135 2005-09-20  Derek Price  <derek@ximbiot.com>
14136
14137         * lib/getaddrinfo.c: Don't include <netdb.h> included from
14138         getaddrinfo.h.
14139
14140 2005-09-20  Bruno Haible  <bruno@clisp.org>
14141
14142         * gnulib-tool: Remove trailing slashes from the values specified for
14143         --source-base, --m4-base, --tests-base, --aux-dir.
14144         Suggested by Simon Josefsson <jas@extundo.com>.
14145
14146 2005-09-20  Bruno Haible  <bruno@clisp.org>
14147
14148         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
14149         func_modules_to_filelist, func_import, func_create_testdir): Make all
14150         sorting results locale-independent, so that gnulib-cache.m4 doesn't
14151         change when gnulib-tool is invoked in a different locale.
14152
14153 2005-09-19  Simon Josefsson  <jas@extundo.com>
14154
14155         * m4/socklen.m4: Fix typo.
14156
14157 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14158
14159         Use a consistent style for including <config.h>.
14160         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
14161         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
14162         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
14163         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
14164         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
14165         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
14166         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
14167         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
14168         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
14169         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
14170         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
14171         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
14172         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
14173         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
14174         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
14175         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
14176         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
14177         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
14178         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
14179         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
14180         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
14181         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
14182         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
14183         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
14184         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
14185         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
14186         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
14187         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
14188         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
14189         lib/xstrtoumax.c, lib/yesno.c:
14190         Standardize inclusion of config.h.
14191         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
14192         lib/inttostr.h:  Removed inclusion of config.h from header files.
14193         * lib/inttostr.c:  Adjusted in-tree users.
14194         * lib/timespec.h: Remove superfluous warning to include config.h.
14195         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
14196         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
14197         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
14198         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
14199         config.h with HAVE_CONFIG_H.
14200
14201 2005-09-19  Jim Meyering  <jim@meyering.net>
14202
14203         * modules/pathmax (License): Change to LGPL.
14204
14205 2005-09-19  Derek Price  <derek@ximbiot.com>
14206
14207         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
14208
14209 2005-09-19  Bruno Haible  <bruno@clisp.org>
14210
14211         * gnulib-tool (import): Provide default for --tests-base.
14212
14213 2005-09-19  Bruno Haible  <bruno@clisp.org>
14214
14215         * doc/quote.texi: New file, extracted from gnulib.texi.
14216         * doc/ctime.texi: New file, extracted from gnulib.texi.
14217         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
14218         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
14219         * doc/gnulib.texi: Include them.
14220
14221 2005-09-18  Bruno Haible  <bruno@clisp.org>
14222
14223         Portability fix.
14224         * gnulib-tool (func_readlink): New function.
14225         (func_ln_if_changed): Use it.
14226
14227 2005-09-18  Bruno Haible  <bruno@clisp.org>
14228
14229         * gnulib-tool: Support --with-tests also with --import.
14230         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
14231         (func_import): Use variables $testsbase and $inctests. Emit a
14232         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
14233         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
14234         SUBDIRS += $testsdir.
14235         (func_create_testdir): Update.
14236
14237 2005-09-18  Bruno Haible  <bruno@clisp.org>
14238
14239         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
14240         instead of $dry_run.
14241         (func_cp_if_changed, func_mv_if_changed): Remove functions.
14242         (func_ln_if_changed): Don't handle dry-run here.
14243         (func_import): In dry-run mode, detect more precisely which actions
14244         would be performed, and don't use "...ing" verbs.
14245
14246 2005-09-18  Bruno Haible  <bruno@clisp.org>
14247
14248         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
14249         (func_import): Use join on two temporary files instead of three nested
14250         loops, in order to determine which files are new or old.
14251
14252 2005-09-18  Bruno Haible  <bruno@clisp.org>
14253
14254         * gnulib-tool (func_import): Comment out code that spits out the
14255         new files with --dry-run.
14256
14257 2005-09-18  Bruno Haible  <bruno@clisp.org>
14258
14259         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
14260
14261 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
14262
14263         * lib/stat-time.h: New file.
14264         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
14265         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
14266         in a different way.
14267         (timespec_cmp): New function.
14268         * lib/utimecmp.c: Include stat-time.h.
14269         (SYSCALL_RESOLUTION): Depend on whether various struct stat
14270         members exist, not on the obsolescent ST_MTIM_NSEC.
14271         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
14272
14273 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
14274
14275         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
14276
14277 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
14278
14279         * MODULES.html.sh (File system functions): Add stat-time.
14280         * modules/stat-time: New file.
14281         * modules/timespec (Files): Remove m4/st_mtim.m4; this
14282         is now done in a different way, by the stat-time module.
14283         * modules/utimecmp (Depends-on): Add stat-time.
14284
14285 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
14286
14287         * m4/st_mtim.m4: Remove.  Superseded by...
14288         * m4/stat-time.m4: New file.
14289         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
14290         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
14291
14292 2005-09-15  Derek Price  <derek@ximbiot.com>
14293
14294         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
14295
14296 2005-09-15  Derek Price  <derek@ximbiot.com>
14297
14298         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
14299         * lib/regex_internal.c: Ditto, using this...
14300         (__GNUC_PREREQ): ...new macro.
14301         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
14302         using...
14303         (__GNUC_PREREQ): ...this new macro.
14304
14305         * lib/strstr.h: Include string.h. Define strstr as a macro here.
14306
14307 2005-09-15  Derek Price  <derek@ximbiot.com>
14308             Paul Eggert  <eggert@cs.ucla.edu>
14309
14310         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
14311         changes, consolidating in...
14312         * lib/regex_internal.h: ...this file.
14313
14314 2005-09-13  Jim Meyering  <jim@meyering.net>
14315
14316         * lib/canon-host.c: Filter through gnu indent and reword comments
14317         slightly.
14318         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
14319
14320 2005-09-13  Derek Price  <derek@ximbiot.com>
14321
14322         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
14323         failure.
14324         Reported by Jim Meyering  <jim@meyering.net>.
14325
14326 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
14327
14328         * lib/base64.c: Typo.
14329         (base64_encode): Put b64str in initialized data section.
14330
14331 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
14332
14333         Merge glibc and coreutils changes into gnulib, plus a few
14334         extra fixes.
14335         * lib/md5.c: Use #error rather than a string.
14336         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
14337         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
14338         (__attribute__): Define to empty for non recent-GCC.
14339         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
14340         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
14341         Renamed from their non-__ counterparts, with new macros replacing
14342         them if not _LIBC.  Add __THROW attribute.
14343         (rol): Remove.
14344         (struct md5_ctx): Align buffer if using GCC.
14345         * lib/sha1.h (struct sha1_ctx): Likewise.
14346         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
14347         The old name was backwards.
14348         (NOTSWAP): Remove; not used.
14349         (rol): New macro, moved here from md5.h.
14350         (sha1_process_block): Remove a FIXME that doesn't make sense.
14351
14352 2005-09-12  Derek Price  <derek@ximbiot.com>
14353
14354         Return usable errors from canon-host.
14355         * lib/canon-host.h: New file.
14356         * lib/canon-host.c (canon_host): Wrap...
14357         (canon_host_r): ...this new function, which now relies exclusively on
14358         getaddrinfo.
14359         (ch_strerror): New function.
14360         (last_cherror): New global.
14361         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
14362         interface.
14363         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
14364         void *.
14365         (freeaddrinfo): Free ai->ai_canonname when set.
14366
14367 2005-09-12  Derek Price  <derek@ximbiot.com>
14368
14369         Make canon-host require getaddrinfo.
14370         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
14371         AC_LIBSOURCE canon-host.h.  Call...
14372         (gl_PREREQ_CANON_HOST): ...this new function, which requires
14373         gl_GETADDRINFO.
14374         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
14375
14376 2005-09-12  Derek Price  <derek@ximbiot.com>
14377
14378         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
14379         LGPL.
14380         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
14381
14382 2005-09-12  Derek Price  <derek@ximbiot.com>
14383
14384         * lib/gai_strerror.c: Include config.h when available.  Include
14385         getaddrinfo.h before other headers to test interface.
14386         Reported by Larry Jones <lawrence.jones@ugs.com>.
14387
14388 2005-09-12  Derek Price  <derek@ximbiot.com>
14389             Paul Eggert  <eggert@cs.ucla.edu>
14390
14391         * modules/glob (Files): Add glob-libc.h.
14392
14393 2005-09-12  Derek Price  <derek@ximbiot.com>
14394             Paul Eggert  <eggert@cs.ucla.edu>
14395
14396         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
14397         glob_.h, glob-libc.h.
14398         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
14399
14400 2005-09-12  Derek Price  <derek@ximbiot.com>
14401             Paul Eggert  <eggert@cs.ucla.edu>
14402
14403         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
14404         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
14405         protecting things that should be done only in gnulib contexts.
14406         * lib/glob_.h: New file, containing only the glob things needed for
14407         gnulib.
14408         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
14409         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
14410         (glob, globfree, glob_pattern_p): Now defined simply in terms of
14411         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
14412         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
14413         and to respect the namespace rules better.
14414
14415 2005-09-08  Simon Josefsson  <jas@extundo.com>
14416
14417         * modules/socklen: New file.
14418
14419 2005-09-08  Simon Josefsson  <jas@extundo.com>
14420
14421         * m4/socklen.m4: New file.
14422
14423 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
14424
14425         * modules/utimens (Files): Add m4/utimbuf.m4, since
14426         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
14427         Reported by Sergey Poznyakoff.
14428
14429 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
14430
14431         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
14432         definitions, since that's the preferred style in glibc.
14433         Fix a minor spacing issue, and update copyright notice to match
14434         glibc's.
14435
14436 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
14437
14438         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
14439
14440 2005-09-06  Simon Josefsson  <jas@extundo.com>
14441
14442         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
14443         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
14444
14445 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
14446
14447         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
14448         warning.
14449
14450 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
14451
14452         * config/srclist.txt: Add glibc bug 1302.
14453
14454 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
14455
14456         Change bitset word type from unsigned int to unsigned long int,
14457         as this has better performance on typical 64-bit hosts.
14458         Port bitset code to hosts with unusual word sizes.
14459         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
14460         (build_collating_symbol):
14461         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
14462         argument is a bitset.  This is merely a style issue, but it makes
14463         it clearer that an entire array is expected.
14464         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
14465         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
14466         Port to the case where bitset_word is not the same as unsigned int.
14467         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
14468         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
14469         Likewise.
14470         * lib/regexec.c (check_dst_limits_calc_pos_1,
14471         check_subexp_matching_top):
14472         (build_trtable, group_nodes_into_DFAstates):
14473         Likewise.
14474         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
14475         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
14476         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
14477         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
14478         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
14479         * lib/regcomp.c (optimize_subexps, lower_subexp):
14480         Work even if bitset_word has holes in its bitwise representation.
14481         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
14482         * lib/regexec.c (check_dst_limits_calc_pos_1,
14483         check_subexp_matching_top):
14484         Likewise.
14485         * lib/regex_internal.c (re_string_reconstruct):
14486         Don't assume UCHAR_MAX == 255.
14487         * lib/regex_internal.h (bitset_set_all): Likewise.
14488         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
14489         All uses changed.
14490         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
14491         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
14492         All uses changed.
14493         (BITSET_WORD_MAX): New macro.
14494         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
14495         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
14496         (bitset_empty, bitset_copy):
14497         Prefer sizeof (bitset) to multiplying it out ourselves.
14498         (bitset_not_merge): Remove; unused.
14499         (bitset_contain): Return bool, not unsigned int with one bit on.
14500         All callers changed.
14501         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
14502         alignment than re_node_set; do this by defining a new internal
14503         type struct dests_alloc and using it to allocate memory.
14504
14505 2005-09-05  Bruno Haible  <bruno@clisp.org>
14506
14507         * gnulib-tool (func_import): Fix comparison in handling of symbolic
14508         links.
14509
14510 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
14511
14512         * modules/size_max (Makefile.am): Add size_max.h
14513
14514 2005-09-04  Derek Price  <derek@ximbiot.com>
14515
14516         * gnulib-tool (func_import): Fix reversed $symbolic logic.
14517
14518 2005-09-03  Simon Josefsson  <jas@extundo.com>
14519
14520         * gnulib-tool: Fix typo.
14521
14522 2005-09-03  Simon Josefsson  <jas@extundo.com>
14523
14524         * config/srclist.txt: Add glibc bug 1293.
14525
14526 2005-09-03  Derek Price  <derek@ximbiot.com>
14527
14528         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
14529         From Larry Jones <lawrence.jones@ugs.com>.
14530
14531 2005-09-02  Simon Josefsson  <jas@extundo.com>
14532
14533         * modules/socklen: New file.
14534
14535 2005-09-02  Simon Josefsson  <jas@extundo.com>
14536
14537         * modules/havelib: New module.
14538
14539         * modules/gettext, modules/iconv, modules/lock, modules/readline:
14540         Use havelib.
14541
14542 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
14543
14544         Check for arithmetic overflow when calculating sizes, to prevent
14545         some buffer-overflow issues.  These patches are conservative, in the
14546         sense that when I couldn't determine whether an overflow was possible,
14547         I inserted a run-time check.
14548         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
14549         macros.
14550         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
14551         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
14552         (re_xnrealloc, re_x2nrealloc): New inline functions.
14553         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
14554         parse_bracket_exp):
14555         (build_equiv_class, build_charclass): Check for arithmetic overflow
14556         in size expression calculations.
14557         * lib/regex_internal.c (re_string_realloc_buffers):
14558         (build_wcs_upper_buffer, re_node_set_add_intersect):
14559         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
14560         (re_dfa_add_node, register_state): Likewise.
14561         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
14562         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
14563         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
14564         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
14565
14566 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
14567
14568         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
14569         m4/ulonglong.m4.  Problem reported by Martin Lambers.
14570
14571 2005-09-02  Bruno Haible  <bruno@clisp.org>
14572
14573         Support for lib vs. lib64 distinction on biarch platforms.
14574         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
14575         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
14576         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
14577
14578 2005-09-02  Bruno Haible  <bruno@clisp.org>
14579
14580         * gnulib-tool (import): In the other first-use case, provide defaults
14581         as well.
14582
14583 2005-09-02  Bruno Haible  <bruno@clisp.org>
14584
14585         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
14586         patches not yet found in the latest gettext release.
14587
14588 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
14589
14590         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
14591         to avoid a collision with bits/local_lim.h in glibc.
14592         All uses changed.  Problem reported by Dmitry V. Levin in
14593         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
14594
14595         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
14596         bugs in int versus size_t comparisons.
14597         (re_string_context_at): Fix bug where the code assumed that
14598         Idx is signed.
14599
14600         Use bool where appropriate.
14601         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
14602         All callers changed.
14603         (calc_eclosure_iter): Likewise, for ROOT arg.
14604         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
14605         (build_charclass_op): Likewise, for NON_MATCH arg.
14606         * lib/regex_internal.c (re_string_allocate, re_string_construct):
14607         (re_string_construct_common): Likewise, for ICASE arg.
14608         * lib/regexec.c (re_search_2_stub, re_search_stub):
14609         Likewise, for RET_LEN arg.
14610         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
14611         (set_regs): Likewise, for FL_BACKTRACK arg.
14612         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
14613         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
14614         (calc_eclosure_iter, parse_bracket_exp):
14615         Use bool for internal variables that are booleans.
14616         * lib/regexec.c (re_search_internal, check_matching,
14617         proceed_next_node):
14618         (set_regs, build_sifted_states, sift_states_bkref):
14619         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
14620         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
14621         (find_collation_sequence_value):
14622         Likewise.
14623         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
14624         (re_node_set_compare):
14625         Return bool, not int. All callers changed.
14626         * lib/regexec.c (check_halt_node_context, check_dst_limits):
14627         (build_trtable, check_node_accept): Likewise.
14628         * lib/regex_internal.h: Include stdbool.h.
14629
14630         Fix bugs uncovered when converting to bool.
14631         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
14632         failure instead of charging ahead blindly.
14633         * lib/regex_internal.c (register_state): Likewise.
14634         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
14635         for freeing internal storage.
14636         (group_nodes_into_DFA_states): Use unsigned int, not int, for
14637         bitset pieces used as boolean, to avoid undefined behavior
14638         on hosts that do int overflow checking.
14639
14640 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
14641
14642         * config/srclist.txt: Add glibc bugs 1285-1287.
14643
14644 2005-09-01  Jim Meyering  <jim@meyering.net>
14645
14646         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
14647         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
14648         Require gl_STAT_MACROS, too.
14649
14650 2005-09-01  Bruno Haible  <bruno@clisp.org>
14651
14652         * gnulib-tool (import): In the first-use case, provide defaults.
14653
14654 2005-09-01  Bruno Haible  <bruno@clisp.org>
14655
14656         * gnulib-tool (func_import): Remove the .tmp files.
14657
14658 2005-09-01  Bruno Haible  <bruno@clisp.org>
14659
14660         * gnulib-tool (func_import): Fix handling of symbolic links.
14661
14662 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14663
14664         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
14665         old glibc regex code mishandles strings longer than 2**31 bytes.
14666         This patch fixes this when the regex code is used in gnulib
14667         (i.e., outside glibc).
14668
14669         This patch should not affect the use of the regex code inside
14670         glibc.  No doubt this problem also needs to be handled for glibc
14671         as well, but the result will be an incompatible change to the
14672         glibc ABI, and the old ABI will have to be supported too.  That
14673         can be the the subject for another patch.
14674
14675         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
14676         governing whether the rest of this patch is active.  By default,
14677         the macro is disabled and the patch has no effect.
14678         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
14679         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
14680         (struct re_pattern_buffer, re_search, re_search_2, re_match):
14681         (re_match_2, re_set_registers): Use the new types.
14682         * lib/regex_internal.h (Idx, re_hashval_t): New types.
14683         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
14684         New macros.
14685         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
14686         (re_string_context_at, bin_tree_t, re_dfastate_t):
14687         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
14688         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
14689         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
14690         (re_string_char_size_at, re_string_wchar_at):
14691         (re_string_elem_size_at):
14692         Use the new types and macros to port to 64-bit hosts.
14693         Use unsigned types for internal values, so that the code
14694         mostly works even for arrays larger than SSIZE_MAX.
14695         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
14696         (search_duplicated_node, calc_eclosure_iter, fetch_number):
14697         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
14698         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
14699         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
14700         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
14701         (calc_inveclosure, parse_dup_op, build_range_exp):
14702         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
14703         (fetch_number, create_token_tree, mark_opt_subexp):
14704         Likewise.
14705         * lib/regex_internal.c (re_string_construct_common,
14706         create_ci_newstate):
14707         (create_cd_newstate, re_string_allocate, re_string_construct):
14708         (re_string_realloc_buffers, build_wcs_upper_buffer):
14709         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
14710         (re_string_reconstruct, re_string_peek_byte_case):
14711         (re_string_fetch_byte_case, re_string_context_at):
14712         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
14713         (re_node_set_init_copy, re_node_set_add_intersect):
14714         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
14715         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
14716         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
14717         (re_acquire_state, re_acquire_state_context, register_state):
14718         Likewise.
14719         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
14720         search_cur_bkref_entry):
14721         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
14722         (re_search_internal, re_search_2_stub, re_search_stub)
14723         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
14724         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
14725         (update_cur_sifted_state, check_dst_limits):
14726         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
14727         (check_subexp_limits, sift_states_bkref, merge_state_array):
14728         (check_subexp_matching_top, get_subexp, get_subexp_sub):
14729         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
14730         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
14731         (expand_bkref_cache, check_node_accept_bytes):
14732         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
14733         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
14734         (acquire_init_state_context, check_halt_node_context):
14735         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
14736         (sift_states_backward, clean_state_log_if_needed):
14737         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
14738         (find_recover_state, transit_state_sb, transit_state_mb):
14739         (transit_state_bkref, build_trtable, match_ctx_clean):
14740         Likewise.
14741         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
14742         to work around an assumption that REG_MISSING is negative.
14743
14744         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
14745         (seek_collating_symbol_entry) [defined _LIBC]:
14746         (lookup_collation_sequence_value) [defined _LIBC]:
14747         (build_range_exp, build_collating_symbol) [defined _LIBC]:
14748         Use prototypes rather than old-style function definitions.
14749         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
14750         (transit_state_sb) [0]:
14751         (find_collation_sequence_value) [defined _LIBC]: Likewise.
14752
14753         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
14754         rm_eo.
14755
14756         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
14757         (optimize_subexps, lower_subexp):
14758         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
14759         since the signed shift might overflow.  Use 1u<<31 instead.
14760         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
14761         Likewise.
14762         * lib/regexec.c (check_dst_limits_calc_pos_1,
14763         check_subexp_matching_top): Likewise.
14764
14765         * lib/regcomp.c (optimize_subexps, lower_subexp):
14766         Use CHAR_BIT rather than 8, for clarity.
14767         * lib/regexec.c (check_dst_limits_calc_pos_1):
14768         (check_subexp_matching_top): Likewise.
14769         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
14770         have to worry about portability issues when shifting it left.
14771         Remove no-longer-needed test for table_size > 0.
14772         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
14773         in a word, as the resulting behavior is undefined.
14774         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
14775         in one case, a <= should have been an <, and in another case the
14776         whole test was missing.
14777         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
14778         the standard name CHAR_BIT.
14779         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
14780         this is not true on one's complement and signed-magnitude hosts.
14781
14782         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
14783         next_last_offset.
14784         (struct re_dfa_t): Remove unused member states_alloc.
14785         * lib/regcomp.c (init_dfa): Don't initialize unused members.
14786
14787 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14788
14789         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
14790         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
14791         and large-file glibc and in 32-bit large-file Solaris.
14792
14793 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14794
14795         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
14796         lengths fit in regoff_t; this isn't true if regoff_t is the same
14797         width as size_t.
14798         * lib/regex.c (re_search_internal): 5th arg is LAST_START
14799         (= START + RANGE) instead of RANGE.  This avoids overflow
14800         problems when regoff_t is the same width as size_t.
14801         All callers changed.
14802         (re_search_2_stub): Check for overflow when adding the
14803         sizes of the two strings.
14804         (re_search_stub): Check for overflow when adding START
14805         to RANGE; if it occurs, substitute the extreme value.
14806
14807 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14808
14809         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
14810
14811 2005-08-31  Jim Meyering  <jim@meyering.net>
14812
14813         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
14814         a pointer-to-const.
14815         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
14816         (register_state): Likewise.
14817         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
14818         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
14819         (group_nodes_into_DFAstates): Likewise.
14820
14821 2005-08-31  Jim Meyering  <jim@meyering.net>
14822
14823         * check-module: Add a FIXME comment.
14824
14825 2005-08-31  Eric Blake  <ebb9@byu.net>
14826
14827         * modules/unistd-safer (Files): Add unistd--.h.
14828         * modules/stdio-safer (Files): Add stdio--.h.
14829
14830 2005-08-31  Derek Price  <derek@ximbiot.com>
14831
14832         * lib/getdelim.c (getdelim): Return EOF on EOF.
14833         Reported by Larry Jones <lawrence.jones@ugs.com>.
14834
14835 2005-08-31  Bruno Haible  <bruno@clisp.org>
14836
14837         Avoid unnecessary diffs in the generated lib/Makefile.am.
14838         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
14839         the generated files.
14840         (func_import): Don't set cmd.
14841
14842 2005-08-31  Bruno Haible  <bruno@clisp.org>
14843
14844         * lib/strstr.c: Include <stddef.h>, for NULL.
14845         * lib/strcasestr.c: Likewise.
14846         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
14847
14848 2005-08-31  Bruno Haible  <bruno@clisp.org>
14849
14850         * gnulib-tool: New option --macro-prefix.
14851         (func_import): Use macro_prefix.
14852         (import): Handle option --macro-prefix.
14853
14854 2005-08-31  Bruno Haible  <bruno@clisp.org>
14855
14856         * gnulib-tool (import): Rename most ac_* variables to cached_*.
14857         Also use new variables cached_lgpl, cached_libtool.
14858
14859 2005-08-31  Bruno Haible  <bruno@clisp.org>
14860
14861         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
14862         always instantiating them.
14863
14864 2005-08-31  Bruno Haible  <bruno@clisp.org>
14865
14866         * gnulib-tool (func_import): Read the previous cached settings
14867         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
14868         earlier added by gnulib but are now dropped. Warn when a gnulib file
14869         overwrites a non-gnulib file.
14870
14871 2005-08-31  Bruno Haible  <bruno@clisp.org>
14872
14873         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
14874         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
14875         projects that don't keep autogenerated files in CVS. Put into
14876         actioncmd only the specified modules, not the transitive closure.
14877
14878 2005-08-31  Bruno Haible  <bruno@clisp.org>
14879
14880         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
14881         Create directories that shall be filled.
14882         (import): Don't look for gl_* macros in configure.ac. Recurse across
14883         all directories containing a gnulib-cache.m4 files, if meaningful.
14884
14885 2005-08-31  Bruno Haible  <bruno@clisp.org>
14886
14887         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
14888         (import): Set seen_libtool when we see gl_LIBTOOL.
14889
14890 2005-08-31  Bruno Haible  <bruno@clisp.org>
14891
14892         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
14893         declaration macro definitions from generated gnulib.m4.
14894
14895 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
14896
14897         * lib/iconvme.h: Add prototype for iconv_alloc.
14898
14899 2005-08-29  Simon Josefsson  <jas@extundo.com>
14900
14901         * lib/iconvme.c: Fix errno.
14902
14903 2005-08-29  Bruno Haible  <bruno@clisp.org>
14904
14905         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
14906         that it works when the directory contains spaces.
14907
14908 2005-08-29  Bruno Haible  <bruno@clisp.org>
14909
14910         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
14911
14912 2005-08-29  Bruno Haible  <bruno@clisp.org>
14913
14914         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
14915         Emit more advice.
14916
14917 2005-08-29  Bruno Haible  <bruno@clisp.org>
14918         and Stepan Kasal  <kasal@ucw.cz>
14919
14920         * check-module: If more parameters are given, check each of them
14921         separately; add more exceptions, as noted by Jim Meyering.
14922         (check_module): New procedure.
14923         (%exempt_header): Now contains all exceptions.
14924
14925 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
14926
14927         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
14928
14929 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
14930
14931         * lib/iconvme.c: Split iconv_string into iconv_alloc.
14932
14933 2005-08-28  Bruno Haible  <bruno@clisp.org>
14934
14935         * m4/gnulib-tool.m4: New file.
14936
14937 2005-08-27  Jim Meyering  <jim@meyering.net>
14938
14939         * modules/unistd-safer (Files): Add pipe-safer.c.
14940         * modules/fcntl-safer (Files): Add creat-safer.c.
14941
14942 2005-08-27  Jim Meyering  <jim@meyering.net>
14943
14944         * m4/stdlib-safer.m4: New file.  From coreutils.
14945         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
14946         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
14947         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
14948         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
14949         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
14950
14951 2005-08-27  Jim Meyering  <jim@meyering.net>
14952
14953         * lib/fopen-safer.c: Merge minor changes from coreutils.
14954         * lib/dup-safer.c: Likewise.
14955         * lib/fd-safer.c: Likewise.
14956
14957         Merge from coreutils.
14958         * lib/stdio--.h: New file.
14959         * lib/stdlib--.h: New file.
14960         * lib/mkstemp-safer.c: New file.
14961
14962         GNU tar needs these.
14963         * lib/pipe-safer.c: New file.
14964         * lib/creat-safer.c: New file.
14965         * lib/fcntl--.h (creat): Define to creat_safer.
14966         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
14967         * lib/unistd--.h (pipe): Define to pipe_safer.
14968         * lib/unistd-safer.h: Declare pipe_safer.
14969
14970 2005-08-26  Simon Josefsson  <jas@extundo.com>
14971
14972         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
14973         Haible <bruno@clisp.org>.
14974
14975 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
14976
14977         * lib/regex_internal.h: Remove all references to
14978         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
14979         or better.
14980         (bitset_not, bitset_merge, bitset_not_merge):
14981         (bitset_mask, re_string_allocate, re_string_construct):
14982         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
14983         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
14984         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
14985         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
14986         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
14987         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
14988         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
14989         (re_acquire_state_context):
14990         Remove unnecessary forward decls.
14991         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
14992         Put __attribute at function definition,
14993         now that the function decl has been removed.
14994         * lib/regex_internal.c (re_string_peek_byte_case):
14995         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
14996         Likewise.
14997
14998 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
14999
15000         * m4/regex.m4: Add AC_PREREQ(2.50).
15001         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
15002
15003 2005-08-25  Simon Josefsson  <jas@extundo.com>
15004
15005         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
15006         __fsetlocking.
15007
15008 2005-08-25  Simon Josefsson  <jas@extundo.com>
15009
15010         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
15011         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
15012         GLIBC specific code.
15013
15014 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
15015
15016         Make regex safe for g++.  This fixes one real bug (an "err"
15017         that should have been "*err").  g++ problem reported by
15018         Sam Steingold.
15019         * lib/regex_internal.h (re_calloc): New macro, consistent with
15020         re_malloc etc.  All callers of calloc changed to use re_calloc.
15021         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
15022         not int.  All callers changed.
15023         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
15024         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
15025         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
15026         (find_recover_state): Change "err" to "*err"; this fixes what
15027         appears to be a real bug.
15028         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
15029         versus int.
15030
15031 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
15032
15033         * modules/regex (Depends-on): Add malloc, since the code
15034         assumes that !malloc(0) means failure.
15035
15036 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
15037
15038         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
15039
15040         alloca modernization/simplification for regex.
15041         * lib/regex.c: Remove portability cruft for alloca.  This no longer
15042         needs to be at the start of the file, and can be moved into
15043         regex_internal.h and simplified.
15044         * lib/regex_internal.h: Include <alloca.h>.
15045         (__libc_use_alloca) [!defined _LIBC]: New macro.
15046         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
15047         now works outside glibc.
15048
15049 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
15050
15051         * config/srclist.txt: Add glibc bugs 1241, 1245.
15052
15053 2005-08-25  Jim Meyering  <jim@meyering.net>
15054
15055         * lib/open-safer.c: Include <config.h>.
15056         Otherwise, we'd lose LARGEFILE support in any file using
15057         e.g. "fcntl--.h"
15058
15059 2005-08-25  Bruno Haible  <bruno@clisp.org>
15060
15061         * m4/minmax.m4: Require autoconf 2.52.
15062         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
15063         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
15064         alternatives of translit over the alphabet.
15065         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
15066
15067 2005-08-24  Simon Josefsson  <jas@extundo.com>
15068
15069         * tests/test-getpass.c: New file.
15070
15071 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
15072
15073         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
15074         for GNU regex features.
15075
15076 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
15077
15078         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
15079         * lib/regex.h (regerror): Likewise.
15080
15081         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
15082         requires this.  (The code never needed it.)
15083
15084         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
15085         All uses of recently-renamed identifiers changed to use the new,
15086         POSIX-compliant names.  The code will build and run just fine
15087         without these changes, but it's better to eat our own dog food
15088         and use the standard-conforming names.
15089
15090         * lib/regex.h: Fix a multitude of POSIX name space violations.
15091         These changes have an effect only for programs that define
15092         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
15093         do not change anything for programs compiled in the normal way.
15094         Also, there is no effect on the ABI.
15095
15096         (_REGEX_SOURCE): New macro.
15097         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
15098         defined and _GNU_SOURCE is not; this fixes a name space violation.
15099
15100         Rename the following macros to obey POSIX requirements.
15101         The old names are still visible as macros if _REGEX_SOURCE is defined.
15102         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
15103         RE_BACKSLASH_ESCAPE_IN_LISTS.
15104         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
15105         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
15106         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
15107         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
15108         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
15109         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
15110         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
15111         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
15112         (REG_INTERVALS): renamed from RE_INTERVALS.
15113         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
15114         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
15115         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
15116         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
15117         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
15118         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
15119         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
15120         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
15121         RE_UNMATCHED_RIGHT_PAREN_ORD.
15122         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
15123         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
15124         (REG_DEBUG): renamed from RE_DEBUG.
15125         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
15126         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
15127         unusual, since we can't clash with the POSIX REG_ICASE.
15128         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
15129         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
15130         (REG_NO_SUB): renamed from RE_NO_SUB.
15131         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
15132         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
15133         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
15134         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
15135         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
15136         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
15137         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
15138         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
15139         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
15140         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
15141         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
15142         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
15143         RE_SYNTAX_POSIX_MINIMAL_BASIC.
15144         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
15145         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
15146         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
15147         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
15148         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
15149         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
15150         (REG_FIXED): Renamed from REGS_FIXED.
15151         (REG_NREGS): Renamed from RE_NREGS.
15152
15153         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
15154         of other REG_* macros, since POSIX says the user is allowed to
15155         #undef these macros selectively.
15156
15157         (reg_errcode_t): Update comment stating what other tables need
15158         to be consistent.
15159
15160         Rename the following enum values to obey POSIX requirements.
15161         The old names are still visible as macros.
15162         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
15163         is not defined, since GNU is supposed to be a superset of POSIX as
15164         much as possible, and since we want reg_errcode_t to be a signed
15165         type for implementation consistency.
15166         (_REG_NOERROR): Renamed from REG_NOERROR.
15167         (_REG_NOMATCH): Renamed from REG_NOMATCH.
15168         (_REG_BADPAT): Renamed from REG_BADPAT.
15169         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
15170         (_REG_ECTYPE): Renamed from REG_ECTYPE.
15171         (_REG_EESCAPE): Renamed from REG_EESCAPE.
15172         (_REG_ESUBREG): Renamed from REG_ESUBREG.
15173         (_REG_EBRACK): Renamed from REG_EBRACK.
15174         (_REG_EPAREN): Renamed from REG_EPAREN.
15175         (_REG_EBRACE): Renamed from REG_EBRACE.
15176         (_REG_BADBR): Renamed from REG_BADBR.
15177         (_REG_ERANGE): Renamed from REG_ERANGE.
15178         (_REG_ESPACE): Renamed from REG_ESPACE.
15179         (_REG_BADRPT): Renamed from REG_BADRPT.
15180         (_REG_EEND): Renamed from REG_EEND.
15181         (_REG_ESIZE): Renamed from REG_ESIZE.
15182         (_REG_ERPAREN): Renamed from REG_ERPAREN.
15183         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
15184         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
15185         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
15186         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
15187
15188         (_REG_RE_NAME, _REG_RM_NAME): New macros.
15189         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
15190         changed.  But support the old name if the new one is not defined
15191         and if _REGEX_SOURCE.
15192
15193         Change the following member names in struct re_pattern_buffer.
15194         The old names are still supported if !_REGEX_SOURCE.
15195         The new names are always supported, regardless of _REGEX_SOURCE.
15196         (re_buffer): Renamed from buffer.
15197         (re_allocated): Renamed from allocated.
15198         (re_used): Renamed from used.
15199         (re_syntax): Renamed from syntax.
15200         (re_fastmap): Renamed from fastmap.
15201         (re_translate): Renamed from translate.
15202         (re_can_be_null): Renamed from can_be_null.
15203         (re_regs_allocated): Renamed from regs_allocated.
15204         (re_fastmap_accurate): Renamed from fastmap_accurate.
15205         (re_no_sub): Renamed from no_sub.
15206         (re_not_bol): Renamed from not_bol.
15207         (re_not_eol): Renamed from not_eol.
15208         (re_newline_anchor): Renamed from newline_anchor.
15209
15210         Change the following member names in struct re_registers.
15211         The old names are still supported if !_REGEX_SOURCE.
15212         The new names are always supported, regardless of _REGEX_SOURCE.
15213         (rm_num_regs): Renamed from num_regs.
15214         (rm_start): Renamed from start.
15215         (rm_end): Renamed from end.
15216
15217         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
15218         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
15219         Prepend __ to parameter names.
15220
15221         Undo yesterday's changes.
15222
15223 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
15224
15225         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
15226         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
15227         lib/regex.c.
15228
15229 2005-08-24  Jim Meyering  <jim@meyering.net>
15230
15231         Sync from coreutils.
15232         * m4/fcntl-safer.m4: New file.
15233
15234         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
15235         and object files for this module.
15236
15237 2005-08-24  Jim Meyering  <jim@meyering.net>
15238
15239         Sync from coreutils.
15240         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
15241
15242 2005-08-24  Jim Meyering  <jim@meyering.net>
15243
15244         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
15245         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
15246
15247 2005-08-24  Jim Meyering  <jim@meyering.net>
15248
15249         * modules/fcntl-safer: New module.
15250         * modules/fts (Depends-on): Add fcntl-safer.
15251         * MODULES.html.sh (File descriptor based Input/Output):
15252         Add fcntl-safer.
15253
15254 2005-08-24  Bruno Haible  <bruno@clisp.org>
15255
15256         Support for unit test modules.
15257         * modules/README: Mention tests modules.
15258         * modules/TEMPLATE-TESTS: New file.
15259         * gnulib-tool: New options --extract-tests-module, --with-tests and
15260         --tests-base (unused for the moment).
15261         (testsbase, inctests): New variables.
15262         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
15263         (func_verify_module): Exclude TEMPLATE-TESTS.
15264         (func_verify_nontests_module, func_verify_tests_module): New functions.
15265         (func_get_dependencies): Add implicit dependency for tests modules.
15266         (func_get_tests_module): New function.
15267         (func_modules_transitive_closure): When --with-tests was specified,
15268         include the unit tests as well, unless explicitly avoided.
15269         (func_emit_lib_Makefile_am): Ignore the tests modules here.
15270         (func_emit_tests_Makefile_am): New function.
15271         (func_create_testdir): When --with-tests was specified, emit a
15272         tests/ directory.
15273         * MODULES.html.sh (Future developments): Update.
15274
15275 2005-08-24  Bruno Haible  <bruno@clisp.org>
15276
15277         * modules/tls-tests: New file.
15278         * tests/test-tls.c: New file, from GNU gettext.
15279
15280 2005-08-24  Bruno Haible  <bruno@clisp.org>
15281
15282         * modules/lock-tests: New file.
15283         * tests/test-lock.c: New file, from GNU gettext.
15284
15285 2005-08-24  Bruno Haible  <bruno@clisp.org>
15286
15287         * lib/lock.h: Add multiple inclusion guard.
15288         * lib/tls.h: Add multiple inclusion guard.
15289
15290 2005-08-24  Bruno Haible  <bruno@clisp.org>
15291
15292         * gnulib-tool: Add support for the --aux-dir option to
15293         --create-testdir, --create-megatestdir, --test, --megatest.
15294         (func_create_testdir, func_create_megatestdir): Optionally emit a
15295         AC_CONFIG_AUX_DIR directive.
15296         (create-testdir, create-megatestdir, test, megatest): Provide a
15297         default value for $auxdir.
15298
15299 2005-08-24  Bruno Haible  <bruno@clisp.org>
15300
15301         * gnulib-tool (import): Use compound statement instead of subshell
15302         where possible.
15303
15304 2005-08-24  Bruno Haible  <bruno@clisp.org>
15305
15306         * gnulib-tool (import): Change --aux-dir default to "build-aux".
15307
15308 2005-08-24  Bruno Haible  <bruno@clisp.org>
15309
15310         * gnulib-tool (func_version): Update.
15311
15312 2005-08-24  Bruno Haible  <bruno@clisp.org>
15313
15314         * gnulib-tool (func_import, func_create_testdir,
15315         func_create_megatestdir): Quote all autoconf macro arguments.
15316
15317 2005-08-24  Bruno Haible  <bruno@clisp.org>
15318
15319         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
15320         option --force, because --force causes the aclocal.m4 of each
15321         subdirectory to be newer than the corresponding config.h.in.
15322
15323 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
15324
15325         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
15326         All contents moved to gl_REGEX.
15327         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
15328         assume that it does.
15329
15330 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
15331
15332         * lib/regex.h (REG_NOSYS)
15333         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
15334         Define, since POSIX requires it as of 2001.
15335         (_REG_ENOSYS)
15336         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
15337         New private symbol, used to keep the enum signed in all cases.
15338         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
15339         Youngman in
15340         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
15341
15342         * lib/regex_internal.c (re_string_skip_chars, register_state):
15343         (calc_state_hash):
15344         Remove forward decls; no longer needed now that we use prototypes.
15345         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
15346         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
15347         (clean_state_log_if_needed): Likewise.
15348
15349 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
15350
15351         * config/srclist.txt: Add glibc bugs 1231-1233.
15352
15353 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
15354
15355         Fix problems reported by Sam Steingold in
15356         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
15357         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
15358         assumed that reg_errcode_t is a signed type, which is not
15359         necessarily true if _XOPEN_SOURCE is not defined.
15360         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
15361         since some compilers warn about it otherwise.
15362
15363 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
15364
15365         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
15366         (init_word_char, create_initial_state, duplicate_node_closure):
15367         (fetch_token, peek_token_bracket, build_range_exp):
15368         (build_collating_symbol): Remove forward decls; no longer needed
15369         now that we use prototypes.
15370
15371         * lib/regcomp.c:
15372         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
15373         (re_compile_fastmap_iter, regcomp, regerror, regfree):
15374         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
15375         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
15376         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
15377         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
15378         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
15379         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
15380         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
15381         (build_range_exp, build_collating_symbol, parse_bracket_exp):
15382         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
15383         (build_charclass, build_charclass_op, fetch_number, create_tree):
15384         (create_token_tree, mark_opt_subexp, duplicate_tree):
15385         Use prototypes rather than old-style definitions.
15386
15387         * lib/regex_internal.c:
15388         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
15389         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
15390         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
15391         (re_string_reconstruct, re_string_peek_byte_case):
15392         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
15393         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
15394         (re_node_set_init_copy, re_node_set_add_intersect):
15395         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
15396         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
15397         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
15398         (re_acquire_state, re_acquire_state_context, register_state):
15399         (create_ci_newstate, create_cd_newstate, free_state):
15400         Likewise.
15401         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
15402         re_search_2):
15403         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
15404         (re_search_internal, prune_impossible_nodes):
15405         (acquire_init_state_context, check_matching, static):
15406         (check_halt_node_context, check_halt_state_context, proceed_next_node):
15407         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
15408         (update_regs, sift_states_backward, build_sifted_states):
15409         (clean_state_log_if_needed, merge_state_array):
15410         (update_cur_sifted_state, add_epsilon_src_nodes):
15411         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
15412         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
15413         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
15414         (find_recover_state, check_subexp_matching_top, transit_state_mb):
15415         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
15416         (check_arrival, check_arrival_add_next_nodes):
15417         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
15418         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
15419         (check_node_accept_bytes, check_node_accept, extend_buffers):
15420         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
15421         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
15422         (sift_ctx_init):
15423         Likewise.
15424
15425         * lib/regex_internal.h:
15426         (re_string_allocate, re_string_construct, re_string_reconstruct):
15427         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
15428         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
15429         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
15430         (re_string_context_at, re_string_peek_byte_case):
15431         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
15432         is defined, since we now use prototypes always.
15433
15434         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
15435         C89 or better.  All uses removed.
15436
15437 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
15438
15439         * config/srclist.txt: Add glibc bugs 1220-1227.
15440
15441 2005-08-20  Jim Meyering  <jim@meyering.net>
15442
15443         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
15444         of unused local, dfa.
15445
15446 2005-08-20  Bruno Haible  <bruno@clisp.org>
15447
15448         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
15449
15450 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15451
15452         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
15453         (re_node_set_insert_last, re_dfa_add_node):
15454         Rename local variables to avoid GCC shadowing warnings.
15455
15456 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15457
15458         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
15459         [defined lint]: Suppress bogus uninitialized-variable warnings.
15460
15461         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
15462         and let the caller return REG_ESPACE if out of space.  This
15463         removes an uninitialied-variable warning with GCC 4.0.1, and also
15464         avoids taking the address of a local variable.  All callers
15465         changed.
15466
15467 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15468
15469         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
15470         $LIBCSRC/posix/regexec.c.
15471         Add glibc bug 1217 for regcomp.c.
15472
15473 2005-08-19  Jim Meyering  <jim@meyering.net>
15474
15475         * lib/regexec.c (proceed_next_node): Redo local variables to
15476         avoid GCC shadowing warnings.
15477
15478 2005-08-18  Bruno Haible  <bruno@clisp.org>
15479
15480         * lib/strstr.c (strstr): Fix return value in multibyte case.
15481         * lib/strcasestr.c (strcasestr): Likewise.
15482
15483 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
15484
15485         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
15486
15487 2005-08-17  Jim Meyering  <jim@meyering.net>
15488
15489         Make the %s format (seconds since the epoch) work for a negative
15490         number and when used with a zero-padded field width, e.g. %015s.
15491
15492         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
15493         label so that it precedes the code to set `digits'.  Otherwise,
15494         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
15495         print `00-22'.  Now, it prints `-0022', as it should.
15496
15497 2005-08-17  Bruno Haible  <bruno@clisp.org>
15498
15499         * modules/strstr (Files): Add m4/mbrtowc.m4.
15500         (Depends-on): Add mbuiter.
15501
15502 2005-08-17  Bruno Haible  <bruno@clisp.org>
15503
15504         * modules/strcasestr: New file.
15505         * MODULES.html.sh (String handling, based on ANSI C 89): Add
15506         strcasestr.
15507
15508 2005-08-17  Bruno Haible  <bruno@clisp.org>
15509
15510         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
15511
15512 2005-08-17  Bruno Haible  <bruno@clisp.org>
15513
15514         * modules/mbuiter: New file.
15515         * MODULES.html.sh (Extended multibyte and wide character utilities):
15516         Add mbuiter.
15517
15518 2005-08-17  Bruno Haible  <bruno@clisp.org>
15519
15520         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
15521         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
15522
15523 2005-08-17  Bruno Haible  <bruno@clisp.org>
15524
15525         * m4/strcasestr.m4: New file.
15526
15527 2005-08-17  Bruno Haible  <bruno@clisp.org>
15528
15529         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
15530         * lib/strstr.c: Completely rewritten, with multibyte locale support.
15531
15532 2005-08-17  Bruno Haible  <bruno@clisp.org>
15533
15534         * lib/strcasestr.h: New file.
15535         * lib/strcasestr.c: New file.
15536
15537 2005-08-17  Bruno Haible  <bruno@clisp.org>
15538
15539         * lib/strcasecmp.c: Use mbuiter.h.
15540
15541 2005-08-17  Bruno Haible  <bruno@clisp.org>
15542
15543         * lib/mbuiter.h: New file.
15544
15545 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
15546
15547         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
15548         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
15549         and gl_GETOPT are both invoked via different paths (as happens
15550         with GNU tar CVS because it uses both argp and getopt), the former
15551         wins.
15552
15553 2005-08-16  Bruno Haible  <bruno@clisp.org>
15554
15555         * modules/tls: New file.
15556         * MODULES.html.sh (Multithreading): Add tls.
15557
15558 2005-08-16  Bruno Haible  <bruno@clisp.org>
15559
15560         * modules/strnlen1: New file.
15561         * MODULES.html.sh (String handling): Add strnlen1.
15562
15563 2005-08-16  Bruno Haible  <bruno@clisp.org>
15564
15565         * modules/strcase (Files): Add m4/mbrtowc.m4.
15566         (Depends-on): Add strnlen1, mbchar.
15567
15568 2005-08-16  Bruno Haible  <bruno@clisp.org>
15569
15570         * modules/mbiter: New file.
15571         * MODULES.html.sh (Extended multibyte and wide character utilities):
15572         Add mbiter.
15573
15574 2005-08-16  Bruno Haible  <bruno@clisp.org>
15575
15576         * modules/mbfile: New file.
15577         * MODULES.html.sh (Extended multibyte and wide character utilities):
15578         Add mbfile.
15579
15580 2005-08-16  Bruno Haible  <bruno@clisp.org>
15581
15582         * modules/mbchar: New file.
15583         * MODULES.html.sh (Extended multibyte and wide character utilities):
15584         New section.
15585
15586 2005-08-16  Bruno Haible  <bruno@clisp.org>
15587
15588         * m4/tls.m4: New file, from GNU gettext.
15589
15590 2005-08-16  Bruno Haible  <bruno@clisp.org>
15591
15592         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
15593         always.
15594         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
15595
15596 2005-08-16  Bruno Haible  <bruno@clisp.org>
15597
15598         * m4/mbiter.m4: New file.
15599
15600 2005-08-16  Bruno Haible  <bruno@clisp.org>
15601
15602         * m4/mbfile.m4: New file.
15603
15604 2005-08-16  Bruno Haible  <bruno@clisp.org>
15605
15606         * m4/mbchar.m4: New file.
15607
15608 2005-08-16  Bruno Haible  <bruno@clisp.org>
15609
15610         * lib/tls.h: New file, from GNU gettext.
15611         * lib/tls.c: New file, from GNU gettext.
15612
15613 2005-08-16  Bruno Haible  <bruno@clisp.org>
15614
15615         * lib/strnlen1.h: New file.
15616         * lib/strnlen1.c: New file.
15617
15618 2005-08-16  Bruno Haible  <bruno@clisp.org>
15619
15620         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
15621         (mbi_init): Update.
15622         (mbi_avail, mbi_advance): Let the iteration end before the terminating
15623         NUL byte, not after it.
15624
15625 2005-08-16  Bruno Haible  <bruno@clisp.org>
15626
15627         * lib/strcase.h (strcasecmp): Add note in comments.
15628         * lib/strncasecmp.c: Use code from strcasecmp.c.
15629         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
15630         (strcasecmp): Work correctly in multibyte locales.
15631
15632 2005-08-16  Bruno Haible  <bruno@clisp.org>
15633
15634         * lib/mbiter.h: New file.
15635
15636 2005-08-16  Bruno Haible  <bruno@clisp.org>
15637
15638         * lib/mbfile.h: New file.
15639
15640 2005-08-16  Bruno Haible  <bruno@clisp.org>
15641
15642         * lib/mbchar.h: New file.
15643         * lib/mbchar.c: New file.
15644
15645 2005-08-16  Bruno Haible  <bruno@clisp.org>
15646
15647         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
15648         the valid ones. Makes the comparison operations transitive:
15649         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
15650         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
15651
15652 2005-08-15  Simon Josefsson  <jas@extundo.com>
15653
15654         * modules/ssize_t (License): Change to 'unlimited'.
15655
15656         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
15657
15658 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
15659
15660         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
15661         Add comments for each pending glibc patch.
15662
15663 2005-08-15  Bruno Haible  <bruno@clisp.org>
15664
15665         * lib/regex.h (__restrict_arr): Don't define to __restrict if
15666         __cplusplus is defined.
15667
15668 2005-08-14  Jim Meyering  <jim@meyering.net>
15669
15670         Sync from coreutils.
15671
15672         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
15673         Use the hash-table-based cycle-detection code not just when
15674         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
15675         Reported by James Youngman in
15676         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
15677         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
15678         FTS_TIGHT_CYCLE_CHECK.
15679         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
15680         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
15681         once again.
15682         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
15683         * lib/fts.c (fd_safer): Remove decl.
15684         Include fcntl--.h rather than unistd-safer.h
15685         (fts_safe_changedir): Don't call fd_safer; no longer needed
15686         now that we include fcntl--.h.
15687
15688 2005-08-12  Simon Josefsson  <jas@extundo.com>
15689
15690         * modules/getndelim2: Use ssize_t module.
15691         * modules/getnline: Likewise.
15692         * modules/safe-read: Likewise.
15693         * modules/xreadlink: Likewise.
15694
15695         * modules/ssize_t: New file.
15696
15697 2005-08-12  Simon Josefsson  <jas@extundo.com>
15698
15699         * m4/readline.m4: Look for termcap, curses or ncurses if required.
15700
15701 2005-08-12  Simon Josefsson  <jas@extundo.com>
15702
15703         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15704         ssize_t.
15705
15706 2005-08-12  Simon Josefsson  <jas@extundo.com>
15707
15708         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
15709         readline, getdelim and check_version.
15710         (Support for systems lacking ISO C 99: Sizes of integer types):
15711         Add size_max.
15712
15713 2005-08-12  Bruno Haible  <bruno@clisp.org>
15714
15715         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
15716
15717 2005-08-11  Simon Josefsson  <jas@extundo.com>
15718
15719         * modules/readline: New file.
15720
15721         * modules/strnlen (Files): Add strnlen.h.
15722
15723 2005-08-11  Simon Josefsson  <jas@extundo.com>
15724
15725         * m4/readline.m4: New file.
15726
15727 2005-08-11  Simon Josefsson  <jas@extundo.com>
15728
15729         * lib/readline.h, readline.c: New file.
15730
15731 2005-08-11  Simon Josefsson  <jas@extundo.com>
15732
15733         * doc/gnulib.texi (Initial import, Finishing touches): Mention
15734         gl_AVOID.
15735
15736 2005-08-11  Bruno Haible  <bruno@clisp.org>
15737
15738         * lib/strnlen.h (strnlen): Change parameter name to match comment.
15739
15740 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
15741
15742         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
15743
15744 2005-08-10  Simon Josefsson  <jas@extundo.com>
15745
15746         * tests/test-iconvme.c: New file.
15747
15748 2005-08-10  Simon Josefsson  <jas@extundo.com>
15749
15750         * m4/strnlen.m4: New file.
15751
15752         * m4/strndup.m4: Don't check for strnlen declaration, done in
15753         strnlen.m4.
15754
15755 2005-08-10  Simon Josefsson  <jas@extundo.com>
15756
15757         * lib/strndup.c: Use strnlen.h.
15758
15759         * lib/strnlen.h: New file.
15760
15761 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
15762
15763         * README: Typos.
15764
15765 2005-08-02  Simon Josefsson  <jas@extundo.com>
15766
15767         * modules/readline: New file.
15768
15769 2005-08-02  Simon Josefsson  <jas@extundo.com>
15770
15771         * modules/getdelim: New file.
15772
15773         * modules/getline: Rewrite, don't use getndelim2.
15774
15775 2005-08-02  Simon Josefsson  <jas@extundo.com>
15776
15777         * m4/getline.m4: Separate out getdelim stuff into separate module.
15778
15779         * m4/getdelim.m4: New file.
15780
15781 2005-08-02  Simon Josefsson  <jas@extundo.com>
15782
15783         * lib/getline.h, getline.c: Rewrite.
15784
15785         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
15786
15787 2005-07-31  Bruno Haible  <bruno@clisp.org>
15788
15789         * lib/lock.h (gl_lock_initializer): New macro.
15790         (gl_lock_define_initialized): Use it.
15791         (gl_rwlock_initializer): New macro.
15792         (gl_rwlock_define_initialized): Use it.
15793         (gl_recursive_lock_initializer): New macro.
15794         (gl_recursive_lock_define_initialized): Use it.
15795
15796 2005-07-30  Karl Berry  <karl@gnu.org>
15797
15798         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
15799         Report from Ben Pfaff, regarding getopt.
15800
15801 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
15802
15803         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
15804         normal way.
15805         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
15806         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
15807         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
15808         (gl_GETOPT): Use the new macros.  Most of the implementation
15809         is moved to the new macros.  This is for programs like Emacs
15810         that don't want all the functionality of gl_GETOPT.
15811
15812 2005-07-26  Bruno Haible  <bruno@clisp.org>
15813
15814         * m4/lock.m4: Update from GNU gettext.
15815
15816 2005-07-26  Bruno Haible  <bruno@clisp.org>
15817
15818         * lib/lock.h: Update from GNU gettext.
15819         * lib/lock.c: Update from GNU gettext.
15820
15821 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
15822
15823         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
15824         obsolescent AC_TRY_RUN.  Include the default includes files, for
15825         'exit'.
15826
15827 2005-07-24  Bruno Haible  <bruno@clisp.org>
15828
15829         * modules/visibility: New file.
15830         * MODULES.html.sh (Misc): Add visibility.
15831
15832 2005-07-24  Bruno Haible  <bruno@clisp.org>
15833
15834         * m4/visibility.m4: New file.
15835
15836 2005-07-24  Bruno Haible  <bruno@clisp.org>
15837
15838         * doc/visibility.texi: New file.
15839
15840 2005-07-22  Bruno Haible  <bruno@clisp.org>
15841
15842         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
15843         $(ALLOCA_H), redundant through BUILT_SOURCES.
15844         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
15845         redundant through BUILT_SOURCES.
15846         * modules/byteswap (Makefile.am): Remove explicit dependency on
15847         $(BYTESWAP_H), redundant through BUILT_SOURCES.
15848         * modules/fnmatch (Makefile.am): Remove explicit dependency on
15849         $(FNMATCH_H), redundant through BUILT_SOURCES.
15850         * modules/getopt (Makefile.am): Remove explicit dependency on
15851         $(GETOPT_H), redundant through BUILT_SOURCES.
15852         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
15853         redundant through BUILT_SOURCES.
15854         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
15855         redundant through BUILT_SOURCES.
15856         * modules/stdbool (Makefile.am): Remove explicit dependency on
15857         $(STDBOOL_H), redundant through BUILT_SOURCES.
15858         * modules/stdint (Makefile.am): Remove explicit dependency on
15859         $(STDINT_H), redundant through BUILT_SOURCES.
15860         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
15861         Remove explicit dependency on $(SYSEXITS_H).
15862         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
15863
15864 2005-07-18  Simon Josefsson  <jas@extundo.com>
15865
15866         * lib/check-version.c (check_version): Accept identical versions too.
15867
15868 2005-07-18  Bruno Haible  <bruno@clisp.org>
15869
15870         * modules/lock: New file.
15871         * MODULES.html.sh (Multithreading): New section.
15872
15873 2005-07-18  Bruno Haible  <bruno@clisp.org>
15874
15875         * m4/lock.m4: New file, from GNU gettext.
15876
15877 2005-07-18  Bruno Haible  <bruno@clisp.org>
15878
15879         * lib/lock.h: New file, from GNU gettext.
15880         * lib/lock.c: New file, from GNU gettext.
15881
15882 2005-07-18  Bruno Haible  <bruno@clisp.org>
15883
15884         * lib/lock.h (gl_once_t): New type.
15885         (gl_once_define, gl_once): New macros.
15886         * lib/lock.c (fresh_once): New variable.
15887         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
15888         functions.
15889
15890 2005-07-16  Simon Josefsson  <jas@extundo.com>
15891
15892         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
15893         workaround, suggested by Bruno.
15894
15895 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
15896
15897         * modules/xalloc (Depends-on): Add xalloc-die.
15898         * modules/xvasprintf (Depends-on): Add xalloc-die.
15899
15900 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
15901
15902         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
15903         with a minor change.
15904
15905 2005-07-15  Bruno Haible  <bruno@clisp.org>
15906
15907         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
15908         When using lib/poll.c, define poll as rpl_poll.
15909
15910 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
15911
15912         * modules/argp (Depends-on): Remove unlocked-io.
15913
15914 2005-07-14  Derek Price  <derek@ximbiot.com>
15915
15916         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
15917         for glob symlink bug.
15918
15919 2005-07-14  Bruno Haible  <bruno@clisp.org>
15920
15921         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
15922         Instead, test for *_unlocked function declarations directly.
15923
15924 2005-07-11  Simon Josefsson  <jas@extundo.com>
15925
15926         * modules/size_max: New file.
15927
15928         * modules/xsize: Depend on size_max module for size_max.m4.
15929
15930 2005-07-11  Simon Josefsson  <jas@extundo.com>
15931
15932         * lib/size_max.h: New file.
15933
15934 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
15935
15936         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
15937         copyright symbol and the year.
15938         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
15939         (version_etc_va): Use parameterized copyright notice.
15940         Reword to conform to the current GNU coding standards.
15941
15942 2005-07-11  Karl Berry  <karl@gnu.org>
15943
15944         * doc/gnulib.texi (Quoting): new node.
15945         (Initial import): more info, from Patrice.
15946
15947 2005-07-11  Bruno Haible  <bruno@clisp.org>
15948
15949         * gnulib-tool (func_usage): Document option --avoid.
15950         (Command line options): Handle --avoid.
15951         (func_acceptable): New function.
15952         (func_modules_transitive_closure): Use it.
15953
15954 2005-07-11  Bruno Haible  <bruno@clisp.org>
15955
15956         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
15957         Reported by Jim Meyering.
15958
15959 2005-07-10  Bruno Haible  <bruno@clisp.org>
15960
15961         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
15962         Needed when size_t is smaller than 'unsigned int'.
15963         Reported by Paul Eggert.
15964
15965 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15966
15967         * modules/argp (Depends-on): Add unlocked-io
15968
15969 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15970
15971         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
15972         block of defines.
15973
15974 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
15975
15976         * config/srclist.txt: Comment out regcomp.c, since we have a porting
15977         fix now.
15978
15979 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
15980         and Paul Eggert  <eggert@cs.ucla.edu>
15981
15982         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
15983         in wint_t, not wchar_t.  Remove now-unnecessary cast.
15984
15985 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
15986
15987         * modules/regex (Files): Add lib/regex_internal.c,
15988         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
15989         (Depends-on): Add extensions.
15990         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
15991
15992 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
15993
15994         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
15995         pathconf.
15996         * m4/same.m4 (gl_SAME): Likewise.
15997         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
15998
15999         * m4/regex.m4: Adjust to new libc regex implementation.
16000         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
16001         all the .c and .h parts of (the new) regex.
16002         Quote the m4 stuff better.
16003         Check for RE_ICASE bug of old gnulib.
16004         Check for REG_STARTEND of recent libc.
16005         Rename local variables from jm_* to gl_*.
16006         Quote operand of "test -f".
16007         Say "recent enough" version of libc, not "version 2".
16008         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
16009         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
16010         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
16011         Remove check for btowc, isascii.
16012         Require AM_LANGINFO_CODESET.
16013
16014 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
16015
16016         * lib/regex.c, regex.h: Sync from libc.
16017         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
16018         * lib/regexec.c:
16019         New files, synced from libc, except that regex_internal.h
16020         currently has a small porting fix.
16021
16022 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
16023
16024         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
16025         regex_internal.c, regexec.c.
16026         Add regex_internal.h too, but as a comment, since the libc version
16027         is currently broken in gnulib mode.
16028
16029 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
16030
16031         Support programs like Emacs that use gnulib but not gettext.
16032         * MODULES.html.sh (Internationalization functions): Add gettext-h.
16033         * modules/gettext-h: New file.
16034         * modules/gettext (Files): Remove lib/gettext.h.
16035         (Depends-on): Add gettext-h.
16036         (Makefile.am): Remove lib_SOURCES.
16037         * modules/argmatch, modules/c-stack, modules/closeout:
16038         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
16039         * modules/execute, modules/file-type, modules/getaddrinfo:
16040         * modules/getopt, modules/human, modules/javacomp:
16041         * modules/javaexec, modules/mkdir-p, modules/obstack:
16042         * modules/openat, modules/pagealign_alloc, modules/pipe:
16043         * modules/quotearg, modules/regex, modules/rpmatch:
16044         * modules/unicodeio, modules/userspec, modules/version-etc:
16045         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
16046         * modules/xsetenv:
16047         Depend on gettext-h, not gettext.
16048
16049 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
16050
16051         * gnulib-tool (func_import): Add support for 'public domain' license.
16052         * modules/alloca, modules/atexit, modules/memmove:
16053         Now public domain, not GPL.
16054         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
16055         * modules/realloc, modules/strerror, modules/strtod:
16056         Now LGPL, not GPL.
16057
16058 2005-07-05  Bruno Haible  <bruno@clisp.org>
16059
16060         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
16061         autoconf CVS. Needed for mingw.
16062
16063 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
16064
16065         Remove the dependency of the strftime module on the tzset module.
16066         * modules/strftime (Depends-on): Remove dependency on tzset.
16067
16068 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
16069
16070         Remove the dependency of the strftime module on the tzset module.
16071         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
16072         gl_FUNC_TZSET_CLOBBER.
16073
16074 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
16075
16076         Remove the dependency of the strftime module on the tzset module.
16077         * lib/strftime.c (my_strftime)
16078         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
16079         Copy the input structure, to work around some of the bug with
16080         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
16081         Solaris releases, you should also use the tzset module, but we won't
16082         require it as a dependency any more since we don't want LGPLed code
16083         to depend on GPLed code.
16084
16085 2005-07-02  Jim Meyering  <jim@meyering.net>
16086
16087         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
16088         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
16089         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
16090         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
16091
16092 2005-07-02  Jim Meyering  <jim@meyering.net>
16093
16094         * lib/backupfile.c (backup_args): Change a `0' to NULL.
16095
16096 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
16097
16098         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
16099         declares only 'struct timespec;' (!).
16100
16101 2005-07-01  Jim Meyering  <jim@meyering.net>
16102
16103         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
16104         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
16105         * lib/save-cwd.c, tempname.c:
16106         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
16107         and don't include <sys/file.h>).
16108
16109 2005-06-29  Jim Meyering  <jim@meyering.net>
16110
16111         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
16112         type name.  Use the variable name instead.
16113         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
16114         Likewise.
16115
16116 2005-06-28  Simon Josefsson  <jas@extundo.com>
16117
16118         * modules/check-version (Files): Add check-version.m4.
16119
16120 2005-06-28  Simon Josefsson  <jas@extundo.com>
16121
16122         * m4/check-version.m4: New file, suggested by Jim Meyering
16123         <jim@meyering.net>.
16124
16125 2005-06-28  Simon Josefsson  <jas@extundo.com>
16126
16127         * lib/check-version.h, lib/check-version.c: New files.
16128
16129 2005-06-28  Simon Josefsson  <jas@extundo.com>
16130
16131         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
16132         collision with global variable.  Better indentation.  Don't
16133         increment buffer pointer beyond buffer end.  Based on comments
16134         from Paul Eggert <eggert@cs.ucla.edu>.
16135
16136         * lib/base64.h: Indent.
16137
16138 2005-06-28  Simon Josefsson  <jas@extundo.com>
16139
16140         * doc/gnulib.texi (Library version handling): New section.
16141
16142 2005-06-28  Jim Meyering  <jim@meyering.net>
16143
16144         * check-module (find_included_lib_files): Hard-code another
16145         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
16146         but modules/fts-lgpl (correctly) does not list those files.
16147
16148         * modules/canonicalize (Files): Add lib/pathmax.h.
16149
16150 2005-06-25  Simon Josefsson  <jas@extundo.com>
16151
16152         * modules/check-version: New file.
16153
16154 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
16155
16156         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
16157         initializer of struct addrinfo, as an indication that we don't
16158         care how many members the structure has.
16159
16160 2005-06-24  Derek Price  <derek@ximbiot.com>
16161         and Bruno Haible  <bruno@clisp.org>
16162
16163         Remove stat module & update lstat.
16164         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
16165         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
16166         * m4/stat.m4: Remove this file.
16167
16168 2005-06-24  Derek Price  <derek@ximbiot.com>
16169         and Bruno Haible  <bruno@clisp.org>
16170
16171         Remove stat module & update lstat.
16172         * lib/stat.c: Remove this file...
16173         (slash_aware_lstat): ...moving this content and its support...
16174         * lib/lstat.c (rpl_lstat): ...into here.
16175         * lib/lstat.h: New file.
16176
16177 2005-06-24  Derek Price  <derek@ximbiot.com>
16178         and Bruno Haible  <bruno@clisp.org>
16179
16180         Remove stat module & update lstat.
16181         * config/srclist.txt (libc sources): Remove stat.
16182
16183 2005-06-24  Derek Price  <derek@ximbiot.com>
16184         and Bruno Haible  <bruno@clisp.org>
16185
16186         Remove stat module & update lstat.
16187         * MODULES.html.sh (stat): Remove.
16188         * MODULES.html: Regenerated.
16189         * modules/lstat (Description): Correct function name.
16190         (Files): Add "lstat.h".
16191         (Depends-on): Remove stat, add xalloc, stat-macros.
16192         * modules/stat: Remove this file.
16193         (Include): Add "lstat.h", remove <sys/stat.h>.
16194
16195 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
16196
16197         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
16198         (ranged_convert): Don't save conversion in a temporary struct.
16199         This causes a warning with GCC 4.0.0, and anyway in the typical
16200         case it's not worth the extra 100 bytes or so of code.
16201         (ranged_convert, __mktime_internal): When calling a function via a
16202         pointer P, use P () rather than (*P) (), as we now assume C89 or
16203         better.
16204
16205 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16206
16207         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
16208         "who -r" failed to give output.  Problem reported by Tim Waugh.
16209
16210         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
16211         (xcalloc): Use it to avoid needless tests.
16212         Problem reported by Jim Meyering.
16213
16214 2005-06-20  Derek Price  <derek@ximbiot.com>
16215
16216         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
16217         unnecessary for Autoconfs > 2.59c.
16218
16219 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16220
16221         * lib/argp.h (__option_is_short): Check upper limit of
16222         __key. Isprint() requires its argument to have the value
16223         of an unsigned char or EOF.
16224
16225 2005-06-16  Jim Meyering  <jim@meyering.net>
16226
16227         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
16228         when either N or S is zero.
16229
16230 2005-06-16  Derek Price  <derek@ximbiot.com>
16231
16232         * m4/bison.m4: Declare YACC & YFLAGS precious.
16233
16234 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
16235
16236         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
16237         multibyte string or pattern, fall back on unibyte matching.
16238         Problem reported by James Youngman.
16239
16240 2005-06-08  Bruno Haible  <bruno@clisp.org>
16241
16242         * modules/csharpcomp: New file.
16243         * MODULES.html.sh (C#): Add csharpcomp.
16244
16245 2005-06-08  Bruno Haible  <bruno@clisp.org>
16246
16247         * m4/csharpcomp.m4: New file, from GNU gettext.
16248
16249 2005-06-08  Bruno Haible  <bruno@clisp.org>
16250
16251         * lib/csharpcomp.h: New file, from GNU gettext.
16252         * lib/csharpcomp.c: New file, from GNU gettext.
16253         * lib/csharpcomp.sh.in: New file, from GNU gettext.
16254
16255 2005-06-08  Bruno Haible  <bruno@clisp.org>
16256
16257         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
16258         warning on mingw.
16259
16260 2005-06-07  Derek Price  <derek@ximbiot.com>
16261
16262         Sync from CVS.
16263         * lib/glob_.h: Indent nested #ifdef.
16264
16265 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
16266
16267         Sync from coreutils.
16268         Use "file name" when talking about file names, instead of "filename"
16269         or "path", as per the GNU coding standards.
16270         * lib/mkdir-p.c: Renamed from makepath.c.
16271         (make_dir_parents): Renamed from make_path.  All callers changed.
16272         * lib/mkdir-p.h: Likewise.  All includers changed.
16273         * lib/filenamecat.c: Renamed from path-concat.c.
16274         (file_name_concat): Renamed from path_concat.  All callers changed.
16275         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
16276         * lib/filenamecat.h: Likewise.  All includers changed.
16277         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
16278         in comments or local variable names.
16279         * lib/basename.c: Likewise.
16280         * lib/canonicalize.c, canonicalize.h: Likewise.
16281         * lib/dirname.c, dirname.h: Likewise.
16282         * lib/euidaccess.c: Likewise.
16283         * lib/exclude.c: Likewise
16284         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
16285         * lib/fsusage.c, fsuage.h: Likewise.
16286         * lib/fts.c, fts_.h: Likewise.
16287         * lib/getcwd.c: Likewise.
16288         * lib/getloadavg.c: Likewise.
16289         * lib/mkstemp.c: Likewise.
16290         * lib/mountlist.c, mountlist.h: Likewise.
16291         * lib/openat.c, openat.h: Likewise.
16292         * lib/readlink-stub.c: Likewise.
16293         * lib/readutmp.c, readutmp.h: Likewise.
16294         * lib/rename.c: Likewise.
16295         * lib/rmdir.c: Likewise.
16296         * lib/same.c: Likewise.
16297         * lib/savedir.c: Likewise.
16298         * lib/stripslash.c: Likewise.
16299         * lib/tempname.c: Likewise.
16300         * lib/xreadlink.c: Likewise.
16301         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
16302         All uses changed.
16303         * lib/exclude.h: Likewise.
16304
16305         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
16306         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
16307         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
16308         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
16309         * lib/pathmax.h: Include <limits.h> unconditionally, since other
16310         files have been getting away with it for years (MORE/BSD 4.3
16311         is extinct now).
16312         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
16313         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
16314
16315         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
16316         Define to 256, not 255, as per modern POSIX.
16317
16318 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
16319
16320         Sync from coreutils.
16321         Use "file name" when talking about file names, instead of "filename"
16322         or "path", as per the GNU coding standards.
16323         * MODULES.html.sh: mkdir-p renamed from makepath.
16324         filenamecat renamed from path-concat.
16325         * modules/filenamecat: Renamed from modules/path-concat.
16326         (Files): filenamecat.h and filenamecat.c renamed from
16327         path-concat.h and path-concat.c.
16328         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
16329         (Include): filenamecat.h, not path-concat.h.
16330         * modules/mkdir-p: Renamed from modules/makepath.
16331         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
16332         makepath.c.
16333         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
16334         (Include): mkdir-p.h, not makepath.h.
16335
16336 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
16337
16338         Sync from coreutils.
16339         * m4/mkdir-p.m4: Renamed from makepath.m4.
16340         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
16341         Rename files from makepath.c to mkdir-p.c, and from
16342         makepath.h to mkdir-p.h.
16343         * m4/filenamecat.m4: Renamed from path-concat.m4.
16344         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
16345         Rename files from path-concat.c to filenamecat.c,
16346         and from path-concat.h to filenamecat.h.
16347         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
16348         "file name" in local variables or comments.
16349         * m4/rename.m4: Likewise.
16350
16351 2005-06-01  Bruno Haible  <bruno@clisp.org>
16352
16353         * modules/csharpexec: New file.
16354         * MODULES.html.sh (C#): New section.
16355
16356 2005-06-01  Bruno Haible  <bruno@clisp.org>
16357
16358         * m4/csharp.m4: New file, from GNU gettext.
16359         * m4/csharpexec.m4: New file, from GNU gettext.
16360
16361 2005-06-01  Bruno Haible  <bruno@clisp.org>
16362
16363         * lib/csharpexec.h: New file, from GNU gettext.
16364         * lib/csharpexec.c: New file, from GNU gettext.
16365         * lib/csharpexec.sh.in: New file, from GNU gettext.
16366
16367 2005-05-31  Derek Price  <derek@ximbiot.com>
16368             Paul Eggert  <eggert@cs.ucla.edu>
16369
16370         Sync from cvs.
16371         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
16372
16373 2005-05-31  Derek Price  <derek@ximbiot.com>
16374             Paul Eggert  <eggert@cs.ucla.edu>
16375
16376         Sync from cvs.
16377         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
16378
16379 2005-05-29  Derek Price  <derek@ximbiot.com>
16380
16381         * config/srclist.txt (glob_.h, glob.c): Add these files.
16382
16383 2005-05-29  Derek Price  <derek@ximbiot.com>
16384
16385         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
16386         * modules/glob: New file.
16387         * modules/getlogin_r: Add link to POSIX spec in description.
16388
16389 2005-05-29  Derek Price  <derek@ximbiot.com>
16390             Paul Eggert  <eggert@cs.ucla.edu>
16391
16392         * m4/glob.m4: New file.
16393
16394 2005-05-29  Derek Price  <derek@ximbiot.com>
16395             Paul Eggert  <eggert@cs.ucla.edu>
16396
16397         * lib/glob_.h, lib/glob.c: New files.
16398
16399 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
16400
16401         * modules/fts (Files): Remove m4/inttypes-pri.m4.
16402         * modules/fts-lgpl (Depends-on): Remove gettext.
16403
16404 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
16405
16406         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
16407         and don't require gt_INTTYPES_PRI.
16408
16409 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
16410
16411         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
16412
16413         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
16414         the configuration hassle isn't worth it.
16415         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
16416         (LONGEST_MODIFIER, PRIuMAX): Remove.
16417
16418 2005-05-27  Bruno Haible  <bruno@clisp.org>
16419
16420         * lib/getlogin_r.h: Remove second include of <stddef.h>.
16421
16422 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
16423
16424         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
16425         _POSIX_PTHREAD_SEMANTICS for Solaris.
16426
16427 2005-05-25  Derek Price  <derek@ximbiot.com>
16428
16429         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
16430
16431 2005-05-25  Derek Price  <derek@ximbiot.com>
16432             Paul Eggert  <eggert@cs.ucla.edu>
16433
16434         * modules/getlogin_r, m4/getlogin_r.m4: New files.
16435         * lib/getlogin_r.c, getlogin_r.h: New files.
16436
16437 2005-05-25  Bruno Haible  <bruno@clisp.org>
16438             Derek Price  <derek@ximbiot.com>
16439
16440         * lib/getlogin_r.h: Simplify API documentation.
16441
16442 2005-05-23  Derek Price  <derek@ximbiot.com>
16443
16444         * modules/minmax (Files): Add m4/minmax.m4.
16445         (configure.ac): Add gl_MINMAX.
16446
16447 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
16448
16449         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
16450         so that unistd-safer.h (GPL'ed code) need not be included.
16451
16452 2005-05-22  Bruno Haible  <bruno@clisp.org>
16453
16454         * m4/minmax.m4: New file.
16455         Based on a patch by Derek Price <derek@ximbiot.com>.
16456
16457 2005-05-22  Bruno Haible  <bruno@clisp.org>
16458
16459         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
16460         (INT64_MIN): Fix definition.
16461         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
16462
16463         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
16464         NEED_SIGNED_INT_TYPES.
16465
16466         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
16467         HAVE_SYSTEM_INTTYPES.
16468
16469 2005-05-22  Bruno Haible  <bruno@clisp.org>
16470
16471         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
16472         Also include <sys/param.h> if it defines MIN, MAX.
16473         Based on a patch by Derek Price <derek@ximbiot.com>.
16474
16475 2005-05-21  Jim Meyering  <jim@meyering.net>
16476
16477         * modules/fts (Files): Add m4/inttypes-pri.m4.
16478         (Depends-on): Add lstat and remove gettext.  Alphabetize.
16479
16480 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
16481
16482         New fts module.
16483         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
16484         (setup_dir, free_dir): New functions.
16485         (enter_dir, leave_dir): Define trivial
16486         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
16487         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
16488         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
16489         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
16490         Move to fts-cycle.c.
16491         (fts_open): Use setup_dir.
16492         (fts_close): Use free_dir.
16493         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
16494         This adds a label and some gotos, but the alternatives were messier.
16495         Check for memory allocation failure when entering a dir.
16496         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
16497         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
16498         (FTS): New member fts_cycle, that is a union that contains the
16499         old active_dir_ht and cycle_state.  All uses changed to mention
16500         fts_cycle.ht and fts_cycle.state.
16501         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
16502         fts.c, with the following changes:
16503         (setup_dir, free_dir): New functions.
16504         (enter_dir): Now returns bool.  Return true if successful, false
16505         if memory exhausted.  All callers changed.
16506         Do not bother partly cleaning up on
16507         memory allocation failure; that is free_dir's job.
16508         However, free ad if hash_insert fails, to avoid memory leak.
16509         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
16510         fts->fts_options to see which union member to use.
16511
16512 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
16513
16514         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
16515         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
16516
16517 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
16518
16519         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
16520
16521 2005-05-20  Jim Meyering  <jim@meyering.net>
16522
16523         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
16524         Now a macro, to pacify GCC.
16525
16526 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
16527
16528         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
16529         of -1.
16530
16531 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
16532
16533         * lib/chown.c (rpl_chown): Return -1 on failure.
16534
16535 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
16536
16537         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
16538         Don't check for stddef.h.
16539         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
16540         don't use its results.
16541         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
16542         since we include them unconditionally.  Don't require
16543         AM_STDBOOL_H, since stdbool is a prerequisite.
16544         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
16545         since we assume C89 or better.
16546         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
16547         as we don't use their results.
16548         Don't check for fchdir, memmove, memset, strrchr, as we use
16549         them unconditionally.
16550         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
16551         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
16552
16553 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
16554
16555         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
16556         Include <stddef.h> unconditionally, since we assume C89 now.
16557         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
16558         * lib/fts.c: Include fts_.h first, to check interface.
16559         Do not include intprops.h; no longer needed.
16560         Include cycle-check.h and hash.h, since fts_.h no longer does.
16561         Remove unnecessary casts of closedir to void.
16562         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
16563         decide whether to decrement nlinks.
16564         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
16565         (FTS): Use struct hash_table * instead of Hash_table, so that
16566         we no longer need to include hash.h here.
16567
16568 2005-05-18  Jim Meyering  <jim@meyering.net>
16569
16570         * modules/dirfd (License): Change to LGPL.  Most of the code
16571         is already in the public domain.
16572
16573 2005-05-18  Jim Meyering  <jim@meyering.net>
16574
16575         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
16576         Reported by Yoann Vandoorselaere.
16577
16578 2005-05-17  Jim Meyering  <jim@meyering.net>
16579
16580         * m4/fts.m4: New file, from coreutils.
16581
16582 2005-05-17  Jim Meyering  <jim@meyering.net>
16583
16584         * lib/fts.c, lib/fts_.h: New files, from coreutils.
16585
16586 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
16587
16588         Sync from coreutils.
16589         * m4/unlinkdir.m4: New file.
16590
16591 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
16592
16593         Sync from coreutils.
16594         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
16595         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
16596         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
16597         White space changes only.
16598         * lib/makepath.c (make_path): Port to hosts where leading "//" is
16599         special.
16600         * lib/yesno.c: Include getline.h, not ctype.h.
16601         (yesno): Don't remove leading white space; POSIX doesn't allow it.
16602         Use getline to remove arbitrary restriction on response length.
16603
16604 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
16605
16606         * config/srclist-update: Spell out "Street" in FSF postal
16607         mail address; this is the style the FSF seems to prefer.
16608
16609         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
16610         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
16611         this updates FSF postal mail address.
16612
16613         Sync from coreutils.
16614         * modules/unlinkdir: New file.
16615         * modules/yesno (Depends-on): Add getline.
16616         * MODULES.html.sh (File system functions): Add unlinkdir.
16617
16618 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
16619
16620         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
16621         lib/strsep.h:
16622         Change the initial comment to refer to GPL, not LGPL.
16623         gnulib-tool will change it to LGPL as needed.
16624
16625         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
16626         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
16627         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
16628         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
16629         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
16630         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
16631         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
16632         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
16633         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
16634         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
16635         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
16636         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
16637         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
16638         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
16639         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
16640         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
16641         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
16642         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
16643         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
16644         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
16645         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
16646         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
16647         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
16648         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
16649         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
16650         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
16651         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
16652         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
16653         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
16654         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
16655         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
16656         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
16657         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
16658         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
16659         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
16660         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
16661         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
16662         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
16663         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
16664         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
16665         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
16666         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
16667         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
16668         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
16669         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
16670         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
16671         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
16672         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
16673         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
16674         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
16675         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
16676         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
16677         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
16678         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
16679         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
16680         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
16681         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
16682         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
16683         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
16684         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
16685         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
16686         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
16687         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
16688         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
16689         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
16690         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
16691         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
16692         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
16693         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
16694         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
16695         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
16696         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
16697         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
16698         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
16699         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
16700         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
16701         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
16702         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
16703         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
16704         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
16705         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
16706         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
16707         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
16708         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
16709         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
16710         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
16711         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
16712         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
16713         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
16714         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
16715         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
16716         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
16717         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
16718         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
16719         lib/yesno.c, lib/yesno.h:
16720         Update FSF postal mail address.
16721
16722 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
16723
16724         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
16725         tests/test-memmem.c, tests/test-stpncpy.c:
16726         Update FSF postal mail address.
16727
16728 2005-05-13  Bruno Haible  <bruno@clisp.org>
16729
16730         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
16731         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
16732         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
16733         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
16734         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
16735         Add support for 64-bit integers in the MSVC compiler.
16736
16737 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16738
16739         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
16740
16741 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
16742
16743         * gnulib-tool (func_import): Sort and uniquify recommended includes.
16744
16745 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
16746
16747         * doc/getdate.texi (General date syntax): Don't say that date
16748         date --iso-8601=ns generates acceptable dates; it doesn't yet.
16749         Problem reported by Nic Ferrier.
16750
16751 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16752
16753         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
16754         specified in ai_socktype. Fix invalid ai_protocol
16755         check. ai_protocol is usually set to 0 or depending on
16756         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
16757         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
16758         ai_socktype / ai_protocol in the returned addrinfo structure.
16759
16760 2005-05-10  Simon Josefsson  <jas@extundo.com>
16761
16762         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
16763         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
16764
16765 2005-05-10  Karl Berry  <karl@gnu.org>
16766
16767         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
16768         (from http://www.gnu.org/licenses).
16769         * doc/COPYING.LIB: also rename to COPYING.LESSER.
16770         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
16771         fdl.texi suffices.
16772
16773 2005-05-10  Karl Berry  <karl@gnu.org>
16774
16775         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
16776         (COPYING.DOC): remove.
16777
16778         * config/srclist-update: new FSF address.
16779
16780 2005-05-10  Derek Price  <derek@ximbiot.com>
16781
16782         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
16783         possible.
16784
16785 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16786             Bruno Haible  <bruno@clisp.org>
16787
16788         * modules/inet_ntop: New file.
16789         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16790         inet_ntop.
16791
16792 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16793             Bruno Haible  <bruno@clisp.org>
16794
16795         * m4/inet_ntop.m4: New file.
16796
16797 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16798             Bruno Haible  <bruno@clisp.org>
16799
16800         * lib/inet_ntop.h: New file.
16801         * lib/inet_ntop.c: New file, from glibc with modifications.
16802
16803 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
16804
16805         * modules/time_r (License): Change to LGPL.
16806         * modules/extensions (License): Change to LGPL.  Actually,
16807         the license is more permissive than that, but currently gnulib-tool
16808         doesn't know how to handle more-permissive licenses.
16809
16810         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
16811         Problem reported by Dave Love.
16812
16813 2005-05-08  Jim Meyering  <jim@meyering.net>
16814
16815         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
16816         blank.
16817
16818 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
16819
16820         * modules/argmatch (Depends-on): Add stdbool.
16821         * modules/backupfile (Depends-on): Likewise.
16822         * modules/chdir-long (Depends-on): Likewise.
16823         * modules/closeout (Depends-on): Likewise.
16824         * modules/cycle-check (Depends-on): Likewise.
16825         * modules/dirname (Depends-on): Likewise.
16826         * modules/fnmatch (Depends-on): Likewise.
16827         * modules/fsusage (Depends-on): Likewise.
16828         * modules/fwriteerror (Depends-on): Likewise.
16829         * modules/getcwd (Depends-on): Likewise.
16830         * modules/getloadavg (Depends-on): Likewise.
16831         * modules/hard-locale (Depends-on): Likewise.
16832         * modules/makepath (Depends-on): Likewise.
16833         * modules/mountlist (Depends-on): Likewise.
16834         * modules/nanosleep (Depends-on): Likewise.
16835         * modules/posixtm (Depends-on): Likewise.
16836         * modules/quotearg (Depends-on): Likewise.
16837         * modules/readtokens (Depends-on): Likewise.
16838         * modules/readtokens0 (Depends-on): Likewise.
16839         * modules/readutmp (Depends-on): Likewise.
16840         * modules/save-cwd (Depends-on): Likewise.
16841         * modules/strftime (Depends-on): Likewise.
16842         * modules/userspec (Depends-on): Likewise.
16843         * modules/utimecmp (Depends-on): Likewise.
16844         * modules/xgetcwd (Depends-on): Likewise.
16845         * modules/xnanosleep (Depends-on): Likewise.
16846         * modules/xstrtod (Depends-on): Likewise.
16847         * modules/yesno (Depends-on): Likewise.
16848
16849 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
16850
16851         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
16852         needless checks.
16853
16854 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
16855
16856         Merge from coreutils.  Among other things,
16857         add bulletproofing for cases where stdin, stdout, or stderr are closed.
16858         * lib/fd-safer.c: New file.
16859         * lib/fcntl-safer.h, open-safer.c: Remove.
16860         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
16861         * lib/dup-safer.c: Include unistd-safer.h first.
16862         Don't include errno.h.
16863         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
16864         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
16865         * lib/file-type.c: Rely on file-type.h change.
16866         * lib/getloadavg.c: Include unistd-safer.h.
16867         (getloadavg): Use safer open.
16868         * lib/getusershell.c: Include "stdio-safer.h".
16869         (getusershell): Use safer fopen.
16870         * lib/long-options.c (long_options): Use NULL rather than 0.
16871         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
16872         'free'.
16873         * lib/modechange.c: Likewise.
16874         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
16875         (MODE_DONE): New constant.
16876         (struct mode_change): Remove 'next' member.
16877         (make_node_op_equals): New function; like the old one of the
16878         same name, except it allocates an array.
16879         (mode_compile, mode_create_from_ref): Use it.
16880         (mode_compile): Allocate result as an array, not a linked list.
16881         Parse octal string ourself, so that we catch mistakes like "+0".
16882         (mode_adjust): Arg is an array, not a linked list.
16883         * lib/modechange.c: Include stat-macros.h, xalloc.h.
16884         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
16885         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
16886         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
16887         Remove.  This is now stat-macros.h's job.
16888         (talloc): Remove.  All callers replaced by xalloc, so that
16889         our invokers don't have to worry about reporting memory failures.
16890         (make_node_op_equals): Remove.
16891         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
16892         New constants.
16893         (struct mode_change): Moved here from modechange.h.
16894         (mode_append_entry): Remove.
16895         (mode_compile): Remove MASKED_OPS arg, since it encouraged
16896         apps to have incorrect behavior.  Use simpler algorithm for head
16897         and tail.  Don't futz with umask; that's now the job of mode_adjust.
16898         Detect more invalid usages rather than having somewhat-random behavior.
16899         Don't insert an "a=" action, as that leads to incorrect behavior.
16900         (mode_compile, mode_create_from_ref): Return NULL on error instead
16901         of an enum, since now there's only one way to have an error.  All
16902         callers changed.
16903         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
16904         at the correct time.  Simplify calculation of "+u" and its ilk.
16905         Don't mishandle "+X".
16906         (mode_free): Remove "register" and localize decls.
16907         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
16908         (struct mode_change): Move to modechange.c; callers don't
16909         need to see this stuff.
16910         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
16911         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
16912         (mode_change, mode_adjust): Reflect the new signatures noted above.
16913         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
16914         that might redefine system include files.
16915         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
16916         (my_usleep): Use NULL rather than (void *) 0.
16917         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
16918         Use siginterrupt to specify that system calls should be interrupted.
16919         (rpl_nanosleep): Move initialization of suspended closer to call of
16920         my_usleep.
16921         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
16922         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
16923         (desirable_utmp_entry): New function.
16924         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
16925         using x2nrealloc, to simplify logic.
16926         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
16927         size calculation.  Do not assume utmp file is a regular file.
16928         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
16929         (READ_UTMP_CHECK_PIDS): New constant.
16930         * lib/save-cwd.c: Include unistd-safer.h.
16931         (save_cwd): Use fd_safer.
16932         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
16933         [!_LIBC] Include "stat-macros.h" instead.
16934         * lib/unistd-safer.h (fd_safer): New decl.
16935
16936 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
16937
16938         * modules/getloadavg (Depends-on): Add unistd-safer.
16939         * modules/getusershell (Depends-on): Add stdio-safer.
16940         * modules/lstat (Depends-on): Remove xalloc.
16941         * modules/mkstemp (Depends-on): Add stat-macros.
16942         * modules/modechange (Depends-on): Remove xstrtol.
16943         Add stat-macros, xalloc.
16944         * modules/save-cwd (Depends-on): Add unistd-safer.
16945         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
16946         * modules/unistd-safer (Files): Add lib/fd-safer.c
16947         (Makefile.am): Remove lib_SOURCES.
16948
16949         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
16950         Remove fcntl-safer; unistd-safer supersedes it.
16951
16952 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
16953
16954         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
16955         AC_HEADER_STAT.
16956         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
16957         (gl_PREREQ_CHOWN): Remove.
16958         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
16959         it.  Don't require AC_HEADER_STAT.
16960         (gl_PREREQ_LSTAT): Remove.
16961         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
16962         Don't require AC_HEADER_STAT.
16963         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
16964         (gl_PREREQ_RMDIR): Remove.
16965         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
16966         mention stat-macros.h or AC_HEADER_STAT, since we'll make
16967         the stat-macros module a prerequisite.
16968         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
16969         * m4/filemode.m4 (gl_FILEMODE): Likewise.
16970         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
16971         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
16972         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
16973         variable names.
16974         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
16975         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
16976         variable prefixes.
16977         * m4/fcntl-safer.m4: Remove.
16978         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
16979         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
16980         Invoke gl_PREREQ_FD_SAFER.
16981         (gl_PREREQ_FD_SAFER): New macro.
16982         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
16983         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
16984         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
16985         Remove duplicate call to AC_LIBOBJ(readutmp).
16986         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
16987
16988         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
16989         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
16990
16991 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
16992
16993         * MODULES.html.sh (Misc): Add byteswap.
16994
16995 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
16996
16997         * modules/getcwd (Depends-on): Add extensions.
16998         * modules/openat (Depends-on): Likewise.
16999
17000 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
17001
17002         * modules/byteswap: New file.
17003
17004 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
17005
17006         * m4/byteswap.m4: New file.
17007
17008 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
17009
17010         * lib/byteswap_.h: New file.
17011
17012 2005-04-25  Karl Berry  <karl@gnu.org>
17013
17014         * m4/gettext.m4: Update from GNU gettext 0.14.4.
17015
17016 2005-04-25  Albert Chin  <china@thewrittenword.com>
17017
17018         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
17019         Toolkit C bug.
17020
17021 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
17022
17023         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
17024         (func_ln_if_changed) Remove forcibly for no error message
17025         in case file does not exist.
17026
17027 2005-04-19  Simon Josefsson  <jas@extundo.com>
17028
17029         * gnulib-tool (Options): Make --symlink mean --symbolic.
17030
17031 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
17032
17033         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
17034
17035 2005-04-16  Simon Josefsson  <jas@extundo.com>
17036
17037         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
17038
17039 2005-04-15  Simon Josefsson  <jas@extundo.com>
17040
17041         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
17042
17043 2005-04-15  Simon Josefsson  <jas@extundo.com>
17044
17045         * gnulib-tool: Rename --symlink to --symbolic.
17046
17047 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
17048
17049         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
17050         symbolic links to files instead of copying/moving.  Add --aux-dir,
17051         specifying directory relative --dir where auxiliary build tools
17052         are placed.
17053
17054 2005-04-14  Bruno Haible  <bruno@clisp.org>
17055
17056         * modules/allocsa (License): Change to LGPL.
17057         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
17058
17059 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
17060
17061         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
17062         that "UTC +1 second" continues to work.  Problem reported
17063         by Dmitry V. Levin.
17064         (relunit_snumber): New rule.
17065         (relunit): Use it.
17066
17067 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
17068
17069         * lib/getdate.y (universal_time_zone_table): New constant.
17070         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
17071         universal_time_zone_table.
17072         (lookup_zone): Prefer universal_time_zone_table to
17073         local_time_zone_table, so that "GMT" time stamps are allowed in
17074         London during the summer.  Problem reported by Ian Abbott.
17075
17076 2005-04-12  Jim Meyering  <jim@meyering.net>
17077
17078         * lib/human.c (humblock): Set *options even when returning due to
17079         xstrtoumax conversion failure.  Thanks to a used-uninitialized
17080         warning from gcc-4.
17081
17082 2005-04-09  Jim Meyering  <jim@meyering.net>
17083
17084         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
17085         -Wuninitialized: initialize tm0.tm_year.
17086
17087 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
17088
17089         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
17090         count, since there's no maximum.  All uses changed.
17091         Add member dsts_seen.
17092         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
17093         not being INT_MAX.
17094         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
17095         Use pc_rels_seen to decide whther a date is absolute.
17096
17097         * lib/getdate.y (number): Don't overwrite year.
17098         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
17099         check.
17100
17101 2005-04-02  Simon Josefsson  <jas@extundo.com>
17102
17103         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
17104         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
17105
17106 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
17107
17108         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
17109         where no absolute path name can be longer than PATH_MAX.
17110
17111 2005-03-27  Jim Meyering  <jim@meyering.net>
17112
17113         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
17114
17115 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
17116
17117         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
17118         "one's complement" -> "ones' complement" in comment, as per Knuth.
17119         "value of type" -> "type or expression" in comment.
17120         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
17121
17122 2005-03-26  Jim Meyering  <jim@meyering.net>
17123
17124         Comment nits.
17125         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
17126         Correct typos: s/or/of/.
17127
17128 2005-03-26  Jim Meyering  <jim@meyering.net>
17129
17130         * modules/check-include-files: Move to ../ and rename to...
17131         * check-module: ...this.
17132
17133 2005-03-25  Jim Meyering  <jim@meyering.net>
17134
17135         * modules/xvasprintf (Files): Add xalloc.h.
17136
17137 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
17138
17139         * modules/gettext (Files): config/config.rpath ->
17140         build-aux/config.rpath
17141         * modules/iconv (Files): Likewise.
17142         Problem reported by Oskar Liljeblad.
17143
17144 2005-03-23  Jim Meyering  <jim@meyering.net>
17145
17146         * modules/check-include-files: New script to check for
17147         missing dependencies, multiple includes, etc.
17148
17149         * modules/c-strtold (Depends-on): Add xalloc.
17150         * modules/c-strtod (Depends-on): Add xalloc.
17151         * modules/hash (Depends-on): Add xalloc.
17152         (Files): Remove lib/xalloc.h.
17153
17154         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
17155         * modules/userspec (Files): Add lib/inttostr.h.
17156
17157 2005-03-23  Jim Meyering  <jim@meyering.net>
17158
17159         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
17160
17161 2005-03-22  Jim Meyering  <jim@meyering.net>
17162
17163         * modules/stat-macros: New module.
17164         * modules/canonicalize, modules/euidaccess, modules/file-type,
17165         * modules/filemode, modules/lchown, modules/makepath,
17166         * modules/rmdir, modules/stat: Depend on new stat-macros module
17167         rather than listing lib/stat-macros.h manually.
17168         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
17169
17170 2005-03-22  Jim Meyering  <jim@meyering.net>
17171
17172         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
17173
17174 2005-03-22  Bruno Haible  <bruno@clisp.org>
17175
17176         * config/srclist.txt: Replace target directory 'config' with
17177         'build-aux'.
17178         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
17179         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
17180         ../build-aux/.
17181
17182 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
17183
17184         * modules/chdir-long (Depends-on): Add mempcpy.
17185
17186         * modules/acl, modules/backupfile, modules/c-strtod,
17187         modules/c-strtold, modules/canon-host, modules/canonicalize,
17188         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
17189         modules/exclude, modules/exitfail, modules/file-type,
17190         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
17191         modules/getdate, modules/getline, modules/getpagesize,
17192         modules/getpass, modules/getugroups, modules/group-member,
17193         modules/hard-locale, modules/hash, modules/human, modules/idcache,
17194         modules/inttostr, modules/long-options, modules/makepath,
17195         modules/md5, modules/memcasecmp, modules/memcoll,
17196         modules/modechange, modules/mountlist, modules/path-concat,
17197         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
17198         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
17199         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
17200         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
17201         modules/strftime, modules/strndup, modules/strverscmp,
17202         modules/timespec, modules/unlocked-io, modules/userspec,
17203         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
17204         modules/yesno:
17205         Remove lib_SOURCES line from Makefile.am section, as this is now
17206         done automatically by the corresponding Autoconf macro.
17207
17208 2005-03-21  Jim Meyering  <jim@meyering.net>
17209
17210         Changes imported from coreutils.
17211
17212         * lib/cycle-check.c: Don't include xalloc.h.
17213
17214         * lib/path-concat.c: Don't include assert.h.
17215         (path_concat): Remove assertion that would have triggered
17216         for ABASE starting with more than one slash.
17217         Reported by Andreas Schwab.
17218
17219         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
17220         properly when ABASE is an absolute file name.
17221         Correct the description of this function.
17222         Include <assert.h>.
17223         Add an assertion and a test driver.
17224         This fixes a bug introduced on 2004-07-02.
17225         Andreas Schwab reported the resulting failure of cp --parents:
17226         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
17227
17228 2005-03-21  Jim Meyering  <jim@meyering.net>
17229
17230         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
17231         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
17232
17233 2005-03-21  Jim Meyering  <jim@meyering.net>
17234         and  Paul Eggert  <eggert@cs.ucla.edu>
17235
17236         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
17237         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
17238         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
17239         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
17240         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
17241         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
17242         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
17243         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
17244         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
17245         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
17246         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
17247         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
17248         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
17249         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
17250         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
17251         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
17252         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
17253         for these modules.
17254
17255 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
17256
17257         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
17258         (which shouldn't happen), generate nothing instead of returning 0
17259         immediately, so that nstrftime (NULL, ...) doesn't return 0.
17260
17261 2005-03-16  Bruno Haible  <bruno@clisp.org>
17262
17263         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
17264         HAVE_LONGLONG_64BIT.
17265
17266 2005-03-16  Bruno Haible  <bruno@clisp.org>
17267
17268         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
17269         HAVE_LONGLONG_64BIT.
17270
17271 2005-03-16  Bruno Haible  <bruno@clisp.org>
17272
17273         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
17274         HAVE_LONGLONG_64BIT.
17275
17276 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
17277
17278         * lib/strftime.c (my_strftime): Prepend space to format so that we can
17279         reliably distinguish strftime failure from empty output on POSIX
17280         hosts.
17281
17282 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
17283
17284         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
17285         (iconv_string): Don't guess a size-zero buffer, as that might cause
17286         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
17287         result would be 'too large', where 'too large' is (heuristically)
17288         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
17289         overflow concerns.  This will prevent some unwanted malloc failures
17290         when the inputs are very large.
17291
17292 2005-03-15  Karl Berry  <karl@gnu.org>
17293
17294         * config/srclist.txt (config.rpath): from gettext.
17295         * config/config.rpath: update.
17296
17297 2005-03-15  Bruno Haible  <bruno@clisp.org>
17298
17299         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
17300         to 'negate'.
17301
17302         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
17303         variable.
17304
17305         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
17306         results.
17307
17308 2005-03-14  Simon Josefsson  <jas@extundo.com>
17309
17310         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
17311         <fx@gnu.org>.
17312
17313 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
17314
17315         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
17316         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
17317         intprops.h.
17318         * lib/strtol.c: Likewise.
17319
17320 2005-03-14  Jim Meyering  <jim@meyering.net>
17321
17322         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
17323         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
17324         to be nonzero so that we (and caller) can detect the difference
17325         between a valid zero-length expansion and an error return, even
17326         when the underlying strftime fails before writing anything into
17327         that location.
17328
17329 2005-03-14  Bruno Haible  <bruno@clisp.org>
17330
17331         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
17332         Update from GNU gettext 0.14.3.
17333
17334 2005-03-10  Jim Meyering  <jim@meyering.net>
17335
17336         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
17337
17338 2005-03-10  Jim Meyering  <jim@meyering.net>
17339
17340         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
17341         so that this module works on systems without fchdir.
17342
17343 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
17344
17345         Factor int-properties macros into a single file, except for
17346         glibc-related files.
17347         * lib/intprops.h: New file.
17348         * lib/getloadavg.c: Include it instead of limits.h.
17349         (INT_STRLEN_BOUND): Remove.
17350         * lib/human.c: Include intprops.h.
17351         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
17352         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
17353         302/1000.
17354         * lib/inttostr.h: Include intprops.h instead of limits.h.
17355         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
17356         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
17357         for consistency with intprops.h.
17358         (time_t_is_integer, twos_complement_arithmetic): Use them.
17359         * lib/sig2str.h: Include <signal.h>, intprops.h.
17360         (INT_STRLEN_BOUND): Remove.
17361         * lib/strftime.c (TYPE_SIGNED): Remove.
17362         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
17363         * lib/strtol.c: Adjust comments to match intprops.h.
17364         * lib/userspec.c: Include intprops.h.
17365         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
17366         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
17367         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
17368         instead of rolling our own expressions.
17369         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
17370
17371         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
17372         instead of int.
17373         (my_strftime): Do not mishandle years close to INT_MAX, by doing
17374         the right thing even if adding 1900 would overflow.  Similarly
17375         for tm_mon + 1 and tm_yday + 1.
17376         Make %Y always equivalent to %C%y, and similarly for %G and %g.
17377         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
17378         (DO_SIGNED_NUMBER): New macro.
17379         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
17380
17381 2005-03-07  Bruno Haible  <bruno@clisp.org>
17382
17383         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
17384
17385 2005-03-07  Bruno Haible  <bruno@clisp.org>
17386
17387         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
17388
17389 2005-03-04  Derek R. Price  <derek@ximbiot.com>
17390
17391         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
17392         (func_import): Only replace files via --import when they have actually
17393         changed.
17394
17395 2005-03-03  Derek R. Price  <derek@ximbiot.com>
17396
17397         * m4/mmap-anon.m4: New file.
17398         * m4/pagealign_alloc.m4: New file.
17399
17400 2005-03-03  Derek R. Price  <derek@ximbiot.com>
17401             Bruno Haible  <bruno@clisp.org>
17402
17403         * modules/pagealign_alloc: New file.
17404         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
17405
17406 2005-03-03  Derek R. Price  <derek@ximbiot.com>
17407             Bruno Haible  <bruno@clisp.org>
17408
17409         * lib/pagealign_alloc.h: New file.
17410         * lib/pagealign_alloc.c: New file.
17411
17412 2005-03-03  Bruno Haible  <bruno@clisp.org>
17413
17414         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
17415         Use an all-permissive copyright notice, recommended by RMS.
17416
17417 2005-03-02  Bruno Haible  <bruno@clisp.org>
17418
17419         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
17420         of AIX, the replacement has to be done only after <string.h> is
17421         included, therefore not in config.h. stpncpy.h does the replacement,
17422         and stpncpy.c uses it.
17423
17424 2005-03-02  Bruno Haible  <bruno@clisp.org>
17425
17426         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
17427         stpncpy.c uses it.
17428
17429 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17430
17431         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
17432         The workaround isn't strictly needed for POSIX conformance, and
17433         it's too much of a pain to configure and maintain.  We'll ask
17434         people to fix their kernels instead.
17435         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
17436         (NANOSLEEP_BUG_WORKAROUND): Remove.
17437         (xnanosleep): Remove the workaround.
17438
17439 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17440
17441         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
17442         Reported by Derek Price.
17443         (Include): Add "timespec.h".
17444
17445         * modules/xnanosleep (Depends-on): Remove gethrxtime.
17446
17447 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17448
17449         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
17450         to detect nanosleep bug.
17451
17452 2005-03-01  Bruno Haible  <bruno@clisp.org>
17453
17454         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
17455
17456 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
17457
17458         * modules/gethrxtime: New file.
17459         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
17460         (Depends-on): Add gethrxtime.
17461         (configure.ac): Add gl_XNANOSLEEP.
17462         (Makefile.am): Remove lib_SOURCES line.
17463
17464 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
17465
17466         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
17467         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
17468
17469 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
17470
17471         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
17472         * lib/timespec.h (gettime): Return void, since it always
17473         succeeds now.  All uses changed.
17474         * lib/gettime.c (gettime) Likewise.
17475         [HAVE_NANOTIME]: Prefer nanotime.
17476         Assume gettimeofday succeeds, as POSIX requires.
17477         Assime time () succeeds, since other code already does.
17478         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
17479         (timespec_subtract): Remove.
17480         (NANOSLEEP_BUG_WORKAROUND): New constant.
17481         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
17482         things considerably.  Use it only on GNU/Linux hosts, since the
17483         workaround shouldn't be needed elsewhere.
17484
17485 2005-02-24  Bruno Haible  <bruno@clisp.org>
17486
17487         * modules/gettext (Files): Add m4/glibc2.m4.
17488
17489 2005-02-24  Bruno Haible  <bruno@clisp.org>
17490
17491         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
17492         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
17493         * m4/progtest.m4:
17494         Update from GNU gettext 0.14.2.
17495         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
17496
17497 2005-02-24  Bruno Haible  <bruno@clisp.org>
17498
17499         * lib/localcharset.c: Update from GNU gettext 0.14.2.
17500         * lib/config.charset: Update from GNU gettext 0.14.2.
17501
17502 2005-02-24  Bruno Haible  <bruno@clisp.org>
17503
17504         * lib/gettext.h: Update from GNU gettext 0.14.2.
17505
17506 2005-02-23  Simon Josefsson  <jas@extundo.com>
17507
17508         * m4/iconvme.m4: New file.
17509
17510 2005-02-23  Jim Meyering  <jim@meyering.net>
17511
17512         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
17513         change.
17514         Thanks to Bruno Haible for catching it.
17515
17516 2005-02-22  Simon Josefsson  <jas@extundo.com>
17517
17518         * modules/iconvme: New file.
17519
17520         * MODULES.html.sh: Add iconvme.
17521
17522 2005-02-22  Simon Josefsson  <jas@extundo.com>
17523
17524         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
17525
17526 2005-02-22  Simon Josefsson  <jas@extundo.com>
17527
17528         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
17529
17530 2005-02-22  Jim Meyering  <jim@meyering.net>
17531
17532         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
17533         s/ifndef/ifdef/.
17534
17535 2005-02-20  Neil Conway  <neilc@samurai.com>
17536
17537         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
17538         returned by OSX/Darwin if the specified buffer is not large
17539         enough for the hostname.
17540
17541 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17542
17543         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
17544         pass it to _help, otherwise the latter coredumps trying to
17545         dereference state.root_argp.
17546
17547 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
17548
17549         * modules/chdir-long (Depends-on): Add memrchr.
17550         * modules/memrchr (Files): Add lib/memrchr.h.
17551         (Include): "memrchr.h".
17552
17553 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
17554
17555         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
17556
17557 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
17558
17559         * lib/memrchr.h: New file.
17560         * lib/chdir-long.c: Include it.
17561         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
17562         Don't bother including stddef.h.
17563
17564 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
17565
17566         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
17567         inclusion.
17568         Include <sys/types.h>, for dev_t.
17569         (ME_DUMMY, ME_REMOTE): Move from here....
17570         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
17571         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
17572         Dmitry V. Levin.
17573         Include mountlist.h first, to test the interface.
17574
17575 2005-01-29  Bruno Haible  <bruno@clisp.org>
17576
17577         * lib/progname.c (program_name): Initialize.
17578         Needed when linking statically on MacOS X.
17579
17580 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
17581
17582         Sync from coreutils.
17583         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
17584         (Depends-on): Add c-strtod.
17585         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
17586
17587 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
17588
17589         Sync from coreutils.
17590         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
17591
17592         Remove files that are specific to coreutils.
17593         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
17594
17595 2005-01-28  Bruno Haible  <bruno@clisp.org>
17596
17597         * modules/javacomp: New file.
17598         * MODULES.html.sh (Java): Add javacomp.
17599
17600 2005-01-28  Bruno Haible  <bruno@clisp.org>
17601
17602         * m4/javacomp.m4: New file, from GNU gettext.
17603
17604 2005-01-28  Bruno Haible  <bruno@clisp.org>
17605
17606         * lib/javacomp.sh.in: New file, from GNU gettext.
17607         * lib/javacomp.h: New file, from GNU gettext.
17608         * lib/javacomp.c: New file, from GNU gettext.
17609
17610 2005-01-26  Simon Josefsson  <jas@extundo.com>
17611
17612         * lib/gai_strerror.c: Use GPL in header.
17613
17614 2005-01-26  Bruno Haible  <bruno@clisp.org>
17615
17616         * modules/javaexec: New file.
17617         * MODULES.html.sh (Java): Add javaexec.
17618
17619 2005-01-26  Bruno Haible  <bruno@clisp.org>
17620
17621         * m4/javaexec.m4: New file, from GNU gettext.
17622
17623 2005-01-26  Bruno Haible  <bruno@clisp.org>
17624
17625         * lib/javaexec.sh.in: New file, from GNU gettext.
17626         * lib/javaexec.h: New file, from GNU gettext.
17627         * lib/javaexec.c: New file, from GNU gettext.
17628
17629 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17630
17631         * modules/lchown (Depends-on): Remove lchown.h
17632
17633 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17634
17635         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
17636         must be defined if the header file was not found, in order
17637         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
17638
17639 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17640
17641         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
17642         initializers for struct pentry_state.
17643         (__argp_error): Check return value of __asprintf
17644         (__argp_failure): Translate error message
17645
17646         * lib/argp-parse.c: Removed braces around the expansion of N_()
17647
17648 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
17649
17650         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
17651         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
17652         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
17653         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
17654         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
17655         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
17656         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
17657         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
17658         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
17659         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
17660         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
17661         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
17662         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
17663         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
17664         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
17665         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
17666         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
17667         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
17668         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
17669         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
17670         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
17671         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
17672         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
17673         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
17674         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
17675         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
17676         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
17677         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
17678         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
17679         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
17680         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
17681         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
17682         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
17683         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
17684         xstrtol.m4, xstrtoumax.m4, yesno.m4:
17685         Use an all-permissive copyright notice, recommended by RMS.
17686
17687 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
17688
17689         * modules/chdir-long (Depends-on): Remove mempcpy.
17690
17691 2005-01-21  Jim Meyering  <jim@meyering.net>
17692
17693         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
17694         same value as for Solaris 9.
17695
17696         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
17697         component length.  This included changing the parameter to be
17698         of type `char *' rather than `char const *'.
17699         * lib/chdir-long.h (chdir_long): Update prototype.
17700
17701         * lib/openat.c (fdopendir, fstatat): New functions.
17702         * lib/openat.h: Include headers required for use of DIR and struct
17703         stat.
17704         [AT_SYMLINK_NOFOLLOW]: Define.
17705         (fdopendir, fstatat): Add prototypes.
17706
17707 2005-01-21  Bruno Haible  <bruno@clisp.org>
17708
17709         * modules/classpath: New file.
17710         * MODULES.html.sh (Java): Add classpath.
17711
17712 2005-01-21  Bruno Haible  <bruno@clisp.org>
17713
17714         * lib/classpath.h: New file, from GNU gettext.
17715         * lib/classpath.c: New file, from GNU gettext.
17716
17717 2005-01-20  Simon Josefsson  <jas@extundo.com>
17718
17719         * modules/version-etc-fsf: New file.
17720
17721 2005-01-20  Simon Josefsson  <jas@extundo.com>
17722
17723         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
17724         * lib/version-etc.c: Remove version_etc_copyright.
17725         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
17726         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
17727
17728 2005-01-20  Simon Josefsson  <jas@extundo.com>
17729
17730         * lib/base64.h (isbase64): Add.
17731
17732         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
17733         using a unsigned prototype, don't inline.
17734         (base64_decode): Use it.
17735
17736 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
17737
17738         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
17739         it.
17740
17741 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
17742
17743         * lib/save-cwd.c (save_cwd): Remove code to support the case
17744         where fchdir is missing or flaky.
17745
17746 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
17747
17748         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
17749
17750 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
17751
17752         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
17753         AC_LIBSOURCES now does this.
17754         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
17755         with new ullong_max module.
17756
17757 2005-01-19  Bruno Haible  <bruno@clisp.org>
17758
17759         * modules/sh-quote: New file.
17760         * MODULES.html.sh (Executing programs): Add sh-quote.
17761
17762 2005-01-19  Bruno Haible  <bruno@clisp.org>
17763
17764         * lib/sh-quote.h: New file, from GNU gettext.
17765         * lib/sh-quote.c: New file, from GNU gettext.
17766
17767 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
17768
17769         Merge from coreutils.
17770         * m4/ullong_max.m4: New file.
17771         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
17772         (gl_MACROS): Assume localeconv exists.
17773
17774 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
17775
17776         Merge changes from coreutils, as described below in several
17777         changelogs dated today.
17778
17779         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
17780         (O_DIRECTORY): Remove; not needed here, since "." must be
17781         a directory.  All uses removed.
17782         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
17783         universal on Suns, and we also need to test for IRIX.
17784         Revamp code to use 'if' rather than '#if'.
17785         Avoid unnecessary comparison of cwd->desc to 0.
17786
17787         * lib/utimens.c (futimens): Robustify the previous patch, by checking
17788         for known valid error numbers rather than observed invalid ones.
17789
17790 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
17791
17792         * modules/ullong_max: New file.
17793
17794         * modules/chdir-long, modules/openat: New files.
17795         * modules/save-cwd (Depends-on): Depend on chdir-long.
17796         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
17797
17798 2005-01-18  Jim Meyering  <jim@meyering.net>
17799
17800         Merge from coreutils.
17801         * m4/chdir-long.m4, m4/openat.m4: New files.
17802         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
17803         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
17804         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
17805         is sane and DOES follow symlinks.  Besides, testing 20 different
17806         systems found no broken chown implementations.
17807         Prompted by a change in rsync's copy of this macro.
17808         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
17809
17810         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
17811
17812         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
17813         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
17814         NULL-means-set-to-current-time semantics.
17815         Remove temporary file immediately, rather than waiting
17816         for configure's at-exit trap code to do it.
17817
17818 2005-01-18  Jim Meyering  <jim@meyering.net>
17819
17820         * lib/version-etc.c (version_etc_copyright): Update copyright date.
17821
17822         * lib/utimens.c (futimens): Account for the fact that futimes
17823         can also fail with errno == ENOSYS or errno == ENOENT.
17824         Patch from Dmitry V. Levin.
17825
17826         Change the name of the robust chdir function from chdir to chdir_long.
17827         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
17828         (restore_cwd): Use chdir_long, not chdir.
17829         * lib/chdir-long.c: Renamed from chdir.c.
17830         * lib/chdir-long.h: Renamed from chdir.h.
17831         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
17832         Hurd.
17833
17834 2005-01-18  Bruno Haible  <bruno@clisp.org>
17835
17836         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
17837         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
17838         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
17839         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
17840         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
17841         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
17842         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
17843         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
17844         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
17845         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
17846         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
17847         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
17848         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
17849         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
17850         Use an all-permissive copyright notice, recommended by RMS.
17851
17852 2005-01-18  Bob Proulx  <bob@proulx.com>
17853
17854         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
17855         simplify offsetof() macro construct to avoid compile failure with
17856         native HP-UX 11.0 ANSI C compiler.
17857
17858 2005-01-17  Bruno Haible  <bruno@clisp.org>
17859
17860         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
17861         redundant because stpncpy.m4 takes care of it.
17862
17863 2005-01-17  Bruno Haible  <bruno@clisp.org>
17864
17865         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
17866
17867 2005-01-17  Bruno Haible  <bruno@clisp.org>
17868
17869         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
17870         used.
17871
17872 2005-01-17  Bruno Haible  <bruno@clisp.org>
17873
17874         * lib/fwriteerror.h (fwriteerror): Change specification to include
17875         fclose.
17876         * lib/fwriteerror.c: Include <stdbool.h>.
17877         (fwriteerror): At the end, close the file stream. Record whether
17878         stdout was already closed.
17879
17880 2005-01-17  Bruno Haible  <bruno@clisp.org>
17881
17882         * lib/execute.c (environ): Declare if needed.
17883         * lib/pipe.c (environ): Likewise.
17884         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
17885
17886 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17887
17888         * modules/argp: Depend on vsnprintf
17889
17890 2005-01-10  Jim Meyering  <jim@meyering.net>
17891
17892         * modules/closeout (Depends-on): Add atexit.
17893
17894 2005-01-06  Bruno Haible  <bruno@clisp.org>
17895
17896         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
17897
17898 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
17899
17900         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
17901         definitions to be after all include files, to avoid collisions.
17902         Problem reported by Bob Proulx.
17903
17904 2005-01-04  Jim Meyering  <jim@meyering.net>
17905
17906         Changes imported from coreutils.
17907         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
17908         as the mkstemp template, use a temporary directory and an
17909         8.3-friendly template to avoid trouble on systems like DJGPP.
17910         Reported by Juan M. Guerrero via Stepan Kasal.
17911         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
17912         close. Remove the temporary directory right away, rather than waiting
17913         for configure's at-exit trap code to do it.
17914         Suggestion from Stepan Kasal.
17915
17916 2005-01-01  Simon Josefsson  <jas@extundo.com>
17917
17918         * gnulib-tool: Print #include directives when --import'ing.
17919
17920 2004-12-28  Simon Josefsson  <jas@extundo.com>
17921
17922         * tests/test-base64.c: Include required header files.  Remove
17923         unused variables.
17924
17925 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
17926
17927         * modules/error (Depends-on): Remove gettext.
17928
17929 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
17930
17931         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
17932         not needed.  This removes a dependency on the gettext module.
17933         [defined _LIBC]: Do not include <libintl.h>; not needed.
17934
17935 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
17936
17937         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
17938         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
17939
17940 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
17941
17942         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
17943         HAVE_DECL_STRTOLD.
17944
17945 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
17946
17947         * modules/getdate (Depends-on): Remove alloca-opt.
17948
17949 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
17950
17951         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
17952
17953 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
17954
17955         * lib/argp-parse.c: Include <stddef.h>.
17956         (alignof, alignto): New macros.
17957         (parser_init): Don't assume that void * is aligned sufficiently
17958         for struct option.
17959
17960         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
17961         need to extend the stack.
17962         (YYINITDEPTH): New macro, so that the initial stack isn't overly
17963         large.
17964
17965 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17966
17967         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
17968
17969 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
17970
17971         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
17972         (2004-10-24) change.  Apparently this was a false alarm.
17973
17974         * modules/getdate: Depend on alloca-opt, not alloca.
17975
17976 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
17977
17978         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
17979         Remove now-obsolete comment about AIX.
17980         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
17981         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
17982         (YYMAXDEPTH): New macro.
17983
17984 2004-12-18  Simon Josefsson  <jas@extundo.com>
17985
17986         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
17987
17988 2004-12-18  Bruno Haible  <bruno@clisp.org>
17989
17990         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
17991
17992 2004-12-18  Bruno Haible  <bruno@clisp.org>
17993
17994         * lib/fatal-signal.c (fatal_signals): Make non-const.
17995         (init_fatal_signals): New function.
17996         (uninstall_handlers, install_handlers): Ignore signals that were set to
17997         SIG_IGN.
17998         (at_fatal_signal): Call init_fatal_signals.
17999         (init_fatal_signal_set): Likewise. Ignore signals that were set to
18000         SIG_IGN.
18001         Reported by Paul Eggert.
18002
18003 2004-12-18  Bruno Haible  <bruno@clisp.org>
18004
18005         * doc/alloca.texi: New file.
18006         * doc/alloca-opt.texi: New file.
18007
18008 2004-12-17  Jim Meyering  <jim@meyering.net>
18009
18010         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
18011         Otherwise, install-sh could exit with improper exit status when
18012         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
18013
18014 2004-12-16  Simon Josefsson  <jas@extundo.com>
18015
18016         * tests/test-base64.c: Add license.
18017
18018 2004-12-15  Stepan Kasal  <address@hidden>
18019
18020         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
18021
18022 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
18023
18024         * modules/getcwd (Files): Add m4/d-ino.m4.
18025         Suggested by Mark D. Baushke.
18026
18027 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
18028
18029         * lib/getdate.y (textint): New member "negative".
18030         (time_zone_hhmm): New function.
18031         Expect 14 shift-reduce conflicts, not 13.
18032         (o_colon_minutes): New rule.
18033         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
18034         (yylex): Set the "negative" member of signed numbers.
18035
18036 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
18037
18038         * doc/getdate.texi (Time of day items, Time zone items):
18039         Describe new formats +00:00, UTC+00:00.
18040
18041 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
18042
18043         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
18044         spurious "-l"s.  Problem reported by Stepan Kasal.
18045
18046 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
18047
18048         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
18049         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
18050
18051 2004-12-04  Simon Josefsson  <jas@extundo.com>
18052
18053         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
18054         Vandoorselaere <yoann@prelude-ids.org>.
18055
18056 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
18057
18058         Changes imported from coreutils.
18059         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
18060         exist.
18061         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
18062
18063 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
18064
18065         Changes imported from coreutils.
18066         * lib/hard-locale.c: Assume <locale.h> exists.
18067         Include "strdup.h".
18068         (GLIBC_VERSION): New macro.
18069         (hard_locale): Assume setlocale exists.
18070         Rewrite to avoid #ifdef.
18071         Use strdup rather than malloc + strcpy.
18072         * lib/human.c: Assume <locale.h> exists.
18073         (human_readable): Assume localeconv exists.
18074
18075 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
18076
18077         * modules/hard-locale (Depends-on): Add strdup.
18078
18079 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
18080
18081         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
18082         convert T2, not T.  (Imported from libc.)
18083
18084 2004-11-30  Simon Josefsson  <jas@extundo.com>
18085
18086         * modules/restrict (License): Change to LGPL.
18087
18088 2004-11-30  Simon Josefsson  <jas@extundo.com>
18089
18090         * m4/restrict.m4: Add copyright and copying conditions.
18091
18092 2004-11-30  Simon Josefsson  <jas@extundo.com>
18093
18094         * m4/base64.m4: New file.
18095
18096 2004-11-30  Simon Josefsson  <jas@extundo.com>
18097
18098         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
18099         base64.
18100
18101         * tests/test-base64.c: New file.
18102
18103         * modules/base64: New file.
18104
18105 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
18106
18107         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
18108         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
18109
18110         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
18111
18112 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
18113
18114         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
18115         (__getcwd.c): Don't restore errno; glibc doesn't.
18116         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
18117         first, falling back to our code only if its results look suspicious.
18118         Ensure that the resulting buffer is only as large as necessary.
18119
18120         * lib/readutmp.c: Include readutmp.h first.
18121         Include <errno.h>, since readutmp.h no longer does that.
18122         * lib/readutmp.h: Don't include <errno.h>,
18123         <sys/param.h>, <time.h>; not needed to establish interface.
18124         (errno): Remove decl.
18125         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
18126         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
18127         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
18128
18129 2004-11-28  Simon Josefsson  <jas@extundo.com>
18130
18131         * lib/base64.h, base64.c: New file.
18132
18133 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
18134
18135         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
18136
18137 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
18138
18139         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
18140         (Depends-on): Remove pathmax, same.  Add mempcpy.
18141         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
18142         (Makefile.am): Append getcwd.h to lib_SOURCES.
18143         (Include): Add getcwd.h.
18144         (Maintainer): Change from Jim Meyering to "all, glibc",
18145         since getdate now uses intended-for-glibc code.
18146         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
18147         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
18148
18149 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
18150
18151         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
18152         HP's ANSI C compiler.
18153         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
18154         Declaring int functions causes warnings on some modern systems and
18155         shouldn't be needed to compile on ancient ones.
18156         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
18157         defined.
18158
18159         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
18160         with the following changes.
18161         (__set_errno): Parenthesize properly.
18162         Include <stdbool.h>.
18163         (MIN, MAX, MATCHING_INO): New macros.
18164         (__getcwd): Define with prototype, not K&R form.
18165         Use heuristics to allocate default buffer on stack if possible.
18166         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
18167         behavior, and to avoid the PATH_MAX limit when computing
18168         ../../../../...
18169         Use MATCHING_INO to compare inode number to file.
18170         Check for arithmetic overflow in size calculations.
18171         Fix bug in reallocation of dot array that caused getcwd to fail
18172         on directories nested deeper than 75.
18173         Be more careful about saving errno on error.
18174         Do not use realloc; use only free+malloc, as this is a bit
18175         more flexible and avoids a needless copy operation.
18176         Do not inspect st_dev and st_ino for symbolic links; POSIX
18177         doesn't specify the latter.
18178         Check for closedir errors.
18179         Avoid needless casts.
18180         Use "#ifdef weak_alias" around weak_alias, to be like other
18181         glibc code.
18182         The following changes to getcwd.c have effect only when used in
18183         gnulib; they have no effect inside glibc proper.
18184         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
18185         as alloca isn't used.
18186         (alloca, __alloca): Likewise.
18187         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
18188         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
18189         unconditionally, as gnulib assumes C89 or better.
18190         Do not include <sys/param.h>.
18191         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
18192         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
18193         better.
18194         (NULL) [!defined NULL]: Remove; we assume C89 or better.
18195         Include <dirent.h> in a way that is compatible with modern Autoconf.
18196         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
18197         New macros, if not already defined.
18198         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
18199         Use "_LIBC", not "defined _LIBC", for consistency.
18200         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
18201         a mempcpy module.
18202         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
18203         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
18204         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
18205         credit only to Jim Meyering and adjust the copyright dates.
18206         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
18207         <stdlib.h>, <unistd.h>, "pathmax.h".
18208         Instead, include "xgetcwd.h" (first) and "getcwd.h".
18209         (INITIAL_BUFFER_SIZE): Remove.
18210         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
18211
18212 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
18213
18214         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
18215         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
18216         Use the _ONCE methods, for efficiency.
18217         Check for fcntl.h.  In test program, include <errno.h>
18218         and <fcntl.h> if available.  Remove old K&R cruft from
18219         test program.  Check for common errors in GNU/Linux,
18220         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
18221         don't do AC_LIBOBJ, as that's getcwd.m4's job.
18222         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
18223         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
18224         name accordingly.
18225         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
18226         accommodate new getcwd.c.
18227         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
18228         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
18229         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
18230         that's all we need now.
18231
18232 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18233
18234         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
18235         argp-parse.c depends on getopt internals, that means we should
18236         always use our getopt, to be on the safe side.
18237         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
18238         order not to spoil the result of an eventual previous invocation
18239         of gl_GETOPT_SUBSTITUTE.
18240
18241 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18242
18243         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
18244         redefinition warnings. To avoid them, include the defines
18245         in `#if !defined __need_getopt ... #endif'. The only place
18246         where __getopt_argv_const is used is in definitions
18247         of getopt_long and getopt_long_only below, which are as well
18248         protected by `#ifndef __need_getopt'.
18249         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
18250         __need_getopt after including <stdio.h> and <unistd.h> These
18251         headers might have defined it.
18252
18253 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
18254
18255         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
18256
18257 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
18258
18259         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
18260         (futimens): New function, which uses futimes if available.
18261         (futimens, utimens): Support timespec==NULL, with same semantics
18262         as utime and utimens.
18263         * lib/utimens.h (futimens): New decl.
18264
18265 2004-11-23  Jim Meyering  <jim@meyering.net>
18266
18267         * lib/getopt_.h: Remove trailing blanks.
18268
18269 2004-11-23  Jim Meyering  <jim@meyering.net>
18270
18271         * lib/__fpending.c: Add comment.
18272
18273 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
18274
18275         * modules/canonicalize (Depends-on): Add xreadlink.
18276         Problem reported by James Youngman.
18277
18278 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
18279
18280         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
18281         New macros.
18282         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
18283         optopt): Use them instead of invoking ## directly; otherwise, the
18284         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
18285
18286 2004-11-19  Bruno Haible  <bruno@clisp.org>
18287
18288         * lib/strtok_r.c: Move comments from here...
18289         * lib/strtok_r.h: ... to here.
18290
18291 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
18292
18293         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
18294         implementations that mishandle size_t overflow.
18295
18296 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
18297
18298         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
18299         might fail.  Problem reported by Yoann Vandoorselaere.
18300         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
18301         implementations that mishandle size_t overflow.
18302
18303 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
18304
18305         * modules/canon-host (Depends-on): Add strdup.
18306
18307 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
18308
18309         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
18310
18311 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
18312
18313         * lib/canon-host.c: Include "strdup.h".
18314         (canon_host): Use getaddrinfo if available, so that IPv6 works.
18315         Use strdup instead of malloc/strcpy to duplicate strings.
18316
18317         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
18318         (human_space_before_unit): New constant.
18319         * lib/human.c (human_readable): Support it.
18320
18321         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
18322         (xgetcwd): Set errno correctly when failing.
18323         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
18324         the failure is actually due to a PATH_MAX problem.
18325
18326         Further getopt changes to make it more likely that glibc will
18327         buy the changes back.
18328         * lib/getopt.c (POSIXLY_CORRECT): New constant.
18329         (getopt): Use it, so to preserve glibc semantic
18330         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
18331         when compiling for libc.
18332         * lib/getopt_.h (__getopt_argv_const): Bring it back.
18333         (getopt_long, getopt_long_only): Use it.
18334
18335         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
18336         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
18337         (getopt): Argv is now char * const *, as per standard.
18338         (_getopt_internal_r, _getopt_internal): Argv is now char **,
18339         not char *__getopt_argv_const *.
18340         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
18341         _getopt_long_only_r): Likewise.
18342         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
18343         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
18344         _getopt_long_r, _getopt_long_only_r): Likewise.
18345         * lib/getopt_.h (__getopt_argv_const): Remove.
18346         (getopt): Argv is now char * const *, as per standard.
18347
18348         * lib/getdate.y (tORDINAL): New token.
18349         (day, relunit): Allow it for relative times.
18350         (relative_time_table): Use tORDINAL for ordinals.
18351
18352 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
18353
18354         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
18355         Document that "second" isn't allowed as an ordinal number.
18356
18357 2004-11-16  Jim Meyering  <jim@meyering.net>
18358
18359         * modules/closeout (Depends-on): Add fpending.
18360
18361 2004-11-15  Jim Meyering  <jim@meyering.net>
18362
18363         * lib/closeout.c: Include "__fpending.h" once again.
18364         Include <stdbool.h>.
18365         (close_stdout): Don't fail just because stdout was closed initially,
18366         since some programs don't write to stdout in the normal course of
18367         operation (other than --version and --help), and we don't want this
18368         function to make e.g. `touch file >&-' fail.
18369         But do fail if it was closed and someone has tried to write to it.
18370         E.g., `printf foo >&-' must fail.
18371
18372 2004-11-13  Jim Meyering  <jim@meyering.net>
18373
18374         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
18375
18376 2004-11-12  Simon Josefsson  <jas@extundo.com>
18377
18378         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
18379         small doc fix is still pending.
18380
18381 2004-11-11  Simon Josefsson  <jas@extundo.com>
18382
18383         * modules/strtok_r: New file.
18384
18385         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18386         strtok_r.
18387
18388 2004-11-11  Simon Josefsson  <jas@extundo.com>
18389
18390         * m4/strtok_r.m4: New file.
18391
18392         * m4/getopt.m4: Replace opterr.
18393
18394 2004-11-11  Simon Josefsson  <jas@extundo.com>
18395
18396         * lib/strtok_r.h, strtok_r.c: New file.
18397
18398 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
18399
18400         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
18401         of replacing opterr, getopt, etc.  This should handle the
18402         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
18403
18404 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
18405
18406         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
18407         we can stop lying to compilers about the constness of argv when we
18408         are compiled outside glibc.
18409         (getopt, getopt_long, getopt_long_only): Use it.
18410         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
18411         _getopt_internal, getopt): Likewise.
18412         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
18413         _getopt_long_only_r): Likewise.
18414         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
18415         _getopt_long_r, _getopt_long_only_r): Likewise.
18416
18417         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
18418         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
18419         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
18420         the other external symbols.
18421         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
18422         declaration, since the above renaming now works around collisions.
18423
18424 2004-11-11  Jim Meyering  <jim@meyering.net>
18425
18426         * lib/linebreak.c: Remove trailing blanks.
18427         * lib/alloca_.h: Likewise.
18428         * lib/acosl.c: Likewise.
18429         * lib/euidaccess.c: Likewise.
18430         * lib/allocsa.h: Likewise.
18431
18432 2004-11-10  Simon Josefsson  <jas@extundo.com>
18433
18434         * m4/getaddrinfo.m4: New file.
18435
18436 2004-11-10  Simon Josefsson  <jas@extundo.com>
18437
18438         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
18439
18440 2004-11-10  Simon Josefsson  <jas@extundo.com>
18441
18442         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18443         getaddrinfo.
18444
18445         * modules/getaddrinfo: New file.
18446
18447 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
18448
18449         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
18450
18451 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
18452
18453         * lib/mktime.c (SHR): New macro, which is a portable
18454         substitute for >> that should work even on Crays.
18455         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
18456         Problem reported by Mark D. Baushke in
18457         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
18458         * lib/getdate.y (SHR): Likewise.
18459         (tm_diff): Use it.
18460         * lib/strftime.c (SHR): Likewise.
18461         (tm_diff): Use it.
18462         * lib/quotearg.c (struct quoting_options): Use unsigned int for
18463         quote_these_too, so that right shifts are well defined.  All uses
18464         changed.
18465
18466 2004-11-10  Jim Meyering  <jim@meyering.net>
18467
18468         Ensure that no close failure goes unreported.
18469         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
18470         return early when it seems there's nothing to flush.
18471         Don't include __fpending.h.
18472
18473 2004-11-10  Jim Meyering  <jim@meyering.net>
18474
18475         * modules/closeout (Depends-on): Remove fpending.
18476
18477 2004-11-10  Jim Meyering  <jim@meyering.net>
18478
18479         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
18480
18481 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
18482
18483         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
18484         gl_FUNC_STRFTIME.
18485         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
18486         and AC_REQUIRE when possible, to avoid duplicate checks.
18487         Check for <wchar.h>.
18488
18489 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
18490
18491         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
18492
18493 2004-11-09  Bruno Haible  <bruno@clisp.org>
18494
18495         * m4/sockpfaf.m4: New file.
18496
18497 2004-11-05  Bruno Haible  <bruno@clisp.org>
18498
18499         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
18500         Reported by Mark D. Baushke <mdb@cvshome.org>.
18501
18502 2004-11-04  Bruno Haible  <bruno@clisp.org>
18503
18504         2004-09-11  Bruno Haible  <bruno@clisp.org>
18505                 * allocsa.valgrind: New file.
18506         2004-02-06  Bruno Haible  <bruno@clisp.org>
18507                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
18508                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
18509                 Reported by Christopher Seip <chris.seip@hp.com>.
18510
18511 2004-11-04  Bruno Haible  <bruno@clisp.org>
18512
18513         * modules/allocsa (Files): Add lib/allocsa.valgrind.
18514         (Makefile.am): Distribute it.
18515
18516 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
18517
18518         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
18519         with errno == ERANGE if the buffer is too small.
18520         Problem reported by Mark D. Baushke.
18521
18522 2004-11-03  Albert Chin  <china@thewrittenword.com>
18523             Paul Eggert  <eggert@cs.ucla.edu>
18524
18525         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
18526         equivalent, substitute $ac_type for equivalent type rather than
18527         blindly using uint32_t *always* which won't work if uint32_t is not
18528         available.  Define _UINT32_T to work around typedef of uint32_t if
18529         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
18530         2.5.1.
18531
18532 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
18533
18534         * m4/jm-macros.m4: Sync from coreutils.
18535         (gl_MACROS): Check for mbrlen, for pathchk.
18536         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
18537
18538 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
18539
18540         * lib/xreadlink.c (MAXSIZE): New macro.
18541         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
18542         size does not exceed MAXSIZE.  Avoid cast.
18543         As suggested by Mark D. Baushke in
18544         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
18545         if readlink fails with buffer size just under MAXSIZE, try again
18546         with MAXSIZE.
18547
18548 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
18549
18550         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
18551
18552 2004-11-02  Derek R. Price  <derek@ximbiot.com>
18553         and  Paul Eggert  <eggert@cs.ucla.edu>
18554
18555         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
18556         (get_date): Overparenthesize to avoid GCC warning.
18557
18558 2004-11-02  Bruno Haible  <bruno@clisp.org>
18559
18560         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
18561         returns void.
18562
18563 2004-11-02  Bruno Haible  <bruno@clisp.org>
18564
18565         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
18566         function returns void.
18567
18568 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
18569
18570         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
18571         fflush_unlocked, flockfile, funlockfile, funlockfile,
18572         fputs_unlocked, putc_unlocked.
18573
18574 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
18575
18576         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
18577         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
18578         already declared.
18579
18580 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
18581
18582         * modules/getdate (Files): Add doc/getdate.texi.
18583         (Depends-on): Add setenv, xalloc.
18584
18585 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
18586
18587         * lib/getdate.y: Add support for TZ="foo" within a date string.
18588         Fix some bugs near time_t boundaries.  Reject dates with
18589         out-of-range components, e.g., "Sept 31".
18590         Include <stdlib.h>, "setenv.h", "xalloc.h".
18591         (ISDIGIT_LOCALE): Remove; unused.
18592         Note that the TZ and time functions used here are not reentrant.
18593         (mktime_ok, get_tz): New functions.
18594         (TZBUFSIZE): New constant.
18595         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
18596         This requires that we sometimes generate our own TZ="XXX..." setting.
18597
18598 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
18599
18600         * doc/getdate.texi: New file, from coreutils with modifications for
18601         the new TZ parsing.
18602
18603 2004-10-27  Derek R. Price  <derek@ximbiot.com>
18604
18605         * lib/mktime.c (not_equal_tm): Remove redundant check.
18606
18607 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
18608
18609         * modules/regex (lib_SOURCES): Add regex.c.
18610         Reported by James Youngman in
18611         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
18612
18613 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
18614
18615         * lib/getdate.y: Use Bison 1.875 features, and some minor
18616         code cleanups.  This change does not affect semantics.
18617         Don't include <stdlib.h>; no longer needed.
18618         Don't include unlocked-io.h; only the "#if TEST" code uses
18619         stdio, and performance isn't crucial there.
18620         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
18621         Bison 1.875 features as described below.
18622         All uses of "PC." replaced by "pc->".
18623         (YYSTYPE): Add a forward declaration.
18624         (yylex, yyerror): Use full prototypes in forward decls.
18625         Use "%pure-parser" rather than obsolescent "%pure_parser".
18626         Use %parse-param and %lex-param instead of obsolescent
18627         YYPARSE_PARAM and YYLEX_PARAM.
18628         (meridian_table, month_and_day_table, time_units_table,
18629         relative_time_table, time_zone_table, military_table,
18630         lookup_zone, lookup_word, get_date):
18631         Use NULL instead of 0 where appropriate.
18632         (to_hour): Avoid abort (), to avoid a dependency on
18633         stdlib.h.
18634         (yyerror, yylex): Now accepts parser_control * arg.
18635         (main) [TEST]: Use '\0' rather than 0 for char.
18636
18637 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
18638
18639         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
18640
18641 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
18642
18643         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
18644         It's now the caller's responsibility to handle the case where
18645         !HAVE_GETPAGESIZE && !defined getpagesize.
18646
18647         * lib/mktime.c (leapyear): Arg is long int, not int.
18648
18649 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
18650
18651         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
18652
18653 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
18654
18655         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
18656         missing.  Problem reported by James Youngman.
18657
18658 2004-10-16  Simon Josefsson  <jas@extundo.com>
18659
18660         * gnulib-tool: Fix comments.  Fix parse problem.
18661         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
18662
18663 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
18664
18665         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
18666         implementation of getopt_long.  Problem reported by Alexander Taler in:
18667         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
18668
18669 2004-10-15  Bruno Haible  <bruno@clisp.org>
18670
18671         * gnulib-tool: Untabify. Initialize supplied_libname.
18672         (func_usage): More homogenous output.
18673         (func_modules_transitive_closure, func_modules_to_filelist,
18674         func_emit_lib_Makefile_am): New functions.
18675         (func_import): New function, extracted from big case statement. Use
18676         func_get_license, func_modules_transitive_closure,
18677         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
18678         opt_lgpl. Don't use test -a, as it's not portable.
18679         (func_create_testdir): Use func_modules_transitive_closure,
18680         func_modules_to_filelist, func_emit_lib_Makefile_am.
18681
18682 2004-10-15  Bruno Haible  <bruno@clisp.org>
18683
18684         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
18685
18686 2004-10-15  Bruno Haible  <bruno@clisp.org>
18687
18688         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
18689         the portions belonging to each module.
18690         Suggested by Derek Robert Price <derek@ximbiot.com>.
18691
18692 2004-10-12  Simon Josefsson  <jas@extundo.com>
18693
18694         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
18695         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
18696         to real functions.
18697
18698 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18699
18700         * modules/vsnprintf: New file.
18701
18702 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18703
18704         * m4/vsnprintf.m4: New file.
18705
18706 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18707
18708         * lib/vsnprintf.h: New file.
18709         * lib/vsnprintf.c: New file.
18710
18711 2004-10-11  Bruno Haible  <bruno@clisp.org>
18712
18713         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
18714         vsnprintf.
18715
18716 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
18717
18718         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
18719
18720 2004-10-07  Bruno Haible  <bruno@clisp.org>
18721
18722         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
18723         fits into the provided buffer.
18724
18725 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
18726
18727         * lib/diacrit.c, diacrit.h: Add GPL notice.
18728
18729         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
18730         notice.
18731         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
18732         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
18733         This avoids a potential constant-folding bug.
18734
18735 2004-10-05  Bruno Haible  <bruno@clisp.org>
18736
18737         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
18738         for the declaration of strsep.
18739
18740 2004-10-05  Bruno Haible  <bruno@clisp.org>
18741
18742         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
18743
18744 2004-10-04  Simon Josefsson  <jas@extundo.com>
18745
18746         * modules/memmem: New file.
18747         * tests/test-memmem.c: New file.
18748         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
18749
18750 2004-10-04  Simon Josefsson  <jas@extundo.com>
18751
18752         * m4/memmem.m4: New file.
18753
18754 2004-10-04  Simon Josefsson  <jas@extundo.com>
18755
18756         * lib/memmem.h: New file.
18757         * lib/memmem.c: New file, taken from glibc.
18758
18759 2004-10-04  Simon Josefsson  <jas@extundo.com>
18760
18761         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
18762         '#ifdef USE_UNLOCKED_IO'.
18763
18764 2004-10-04  Simon Josefsson  <jas@extundo.com>
18765
18766         * config/srclist.txt: Add memmem from glibc.
18767
18768 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
18769
18770         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
18771
18772         * modules/argmatch, modules/argp, modules/closeout, modules/error,
18773         modules/exclude, modules/getdate, modules/getline,
18774         modules/getndelim2, modules/getpass, modules/getpass-gnu,
18775         modules/getusershell, modules/linebuffer, modules/md5,
18776         modules/mountlist, modules/posixtm, modules/readtokens,
18777         modules/readutmp, modules/regex, modules/sha1,
18778         modules/version-etc, modules/yesno:
18779         Remove dependency on unlocked-io.
18780
18781 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
18782
18783         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
18784
18785         * m4/unlocked-io.m4: Add copyright notice.
18786         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
18787
18788 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
18789
18790         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
18791         * lib/xmalloc.c (xmemdup): Likewise.
18792         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
18793         XFREE): Remove these long-obsolescent macros.
18794         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
18795         * lib/xstrdup.c: Remove.
18796
18797         * lib/regex.c (re_comp): Cast gettext return value to char *,
18798         Problem reported by Martin Neitzel via Mark D. Baushke.
18799
18800 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
18801
18802         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
18803         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
18804         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
18805         regex.c, sha1.c, version-etc.c, yesno.c:
18806         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
18807         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
18808         the includer's responsibility.
18809
18810         Sync from coreutils.
18811
18812         * lib/modechange.c (mode_compile): Don't decrement a pointer that
18813         points to the start of a string, as the C Standard says the
18814         resulting behavior is undefined.
18815
18816         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
18817         simple -> simple_backups, numbered_existing ->
18818         numbered_existing_backups, numbered -> numbered_backups
18819         to avoid shadowing problems.  All uses changed.
18820         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
18821         * lib/backupfile.c (check_extension, numbered_backup):
18822         Rename locals to avoid shadowing 'basename'.
18823         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
18824         once.
18825
18826         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
18827         * lib/.cvsignore: Add getopt.h.
18828
18829 2004-10-04  Bruno Haible  <bruno@clisp.org>
18830
18831         * modules/README: New file.
18832         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
18833         not a module.
18834
18835 2004-10-02  Jim Meyering  <jim@meyering.net>
18836
18837         * lib/dirfd.h, getpagesize.h: Add copyright notice.
18838
18839 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18840
18841         * modules/strsep: New file.
18842
18843 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18844
18845         * m4/strsep.m4: New file.
18846
18847 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18848
18849         * lib/strsep.h: New file.
18850         * lib/strsep.c: New file.
18851
18852 2004-10-01  Simon Josefsson  <jas@extundo.com>
18853
18854         * lib/snprintf.c (snprintf): Handle size==0.
18855
18856 2004-10-01  Simon Josefsson  <jas@extundo.com>
18857             Bruno Haible  <bruno@clisp.org>
18858
18859         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
18860         (snprintf): Declare 'args'.
18861
18862 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
18863
18864         * lib/snprintf.c: Remove comments as to why each header is needed.
18865
18866 2004-10-01  Bruno Haible  <bruno@clisp.org>
18867
18868         * MODULES.html.sh: Add strsep.
18869
18870 2004-09-30  Simon Josefsson  <jas@extundo.com>
18871
18872         * modules/snprintf: New file.
18873
18874 2004-09-30  Simon Josefsson  <jas@extundo.com>
18875
18876         * m4/snprintf.m4: New file.
18877
18878 2004-09-30  Simon Josefsson  <jas@extundo.com>
18879
18880         * lib/snprintf.h, lib/snprintf.c: New files.
18881
18882 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18883
18884         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
18885         (hol_entry_help): Never translate an empty string.
18886         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
18887         * lib/argp.h (OPTION_NO_TRANS): New option.
18888
18889 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
18890
18891         * modules/argp (Maintainer): Replace Simon Josefsson
18892         by Sergey Poznyakoff.
18893
18894 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
18895
18896         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
18897         changes merged back into glibc.
18898
18899 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
18900
18901         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
18902
18903 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
18904
18905         * lib/xvasprintf.c: Include xalloc.h.
18906         (xvasprintf): Use xalloc_die, not xmalloc_die.
18907
18908 2004-09-29  Bruno Haible  <bruno@clisp.org>
18909
18910         * modules/alloca-opt: New file, derived from modules/alloca.
18911         * modules/allocsa: Depend on alloca-opt instead of alloca.
18912         * modules/setenv: Likewise.
18913         * modules/vasnprintf: Likewise.
18914         * MODULES.html.sh: Add alloca-opt.
18915
18916 2004-09-28  Simon Josefsson  <jas@extundo.com>
18917
18918         * gnulib-tool: New parameter --lgpl, to asseert that modules are
18919         LGPL, and to replace license template from GPL to LGPL.
18920
18921 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
18922
18923         * modules/dummy: Change license to LGPL.
18924
18925 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
18926
18927         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
18928
18929 2004-09-24  Simon Josefsson  <jas@extundo.com>
18930
18931         * modules/minmax (License): Change from GPL to LGPL.
18932
18933 2004-09-23  Simon Josefsson  <jas@extundo.com>
18934
18935         * gnulib-tool (--import): Typo.
18936
18937 2004-09-23  Simon Josefsson  <jas@extundo.com>
18938
18939         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
18940
18941 2004-09-22  Bruno Haible  <bruno@clisp.org>
18942
18943         * modules/*: Add 'License' field.
18944         * gnulib-tool: Accept --extract-license option.
18945         (func_get_license): New function.
18946
18947 2004-09-21  Bruno Haible  <bruno@clisp.org>
18948
18949         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
18950         Reported by Simon Josefsson.
18951
18952 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
18953
18954         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
18955         gl_AC_TYPE_LONG_LONG.
18956
18957 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
18958
18959         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
18960
18961 2004-09-18  Simon Josefsson  <jas@extundo.com>
18962         and  Paul Eggert  <eggert@cs.ucla.edu>
18963
18964         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
18965         calls with autoreconf.  Define GL_LIB.
18966
18967 2004-09-14  Karl Berry  <karl@gnu.org>
18968
18969         * config/srclist.txt: unsync setenv.c, sigh.
18970
18971 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
18972
18973         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
18974         Problem reported by Bruno Haible in:
18975         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
18976
18977 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
18978
18979         * config/srclist.txt: Comment out argp-pvh.c.
18980
18981 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
18982
18983         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
18984         in case some system header has #define'd it.  Problem reported by
18985         Soeren D. Schulze in
18986         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
18987
18988 2004-09-09  Karl Berry  <karl@gnu.org>
18989
18990         * regex.[ch]: delete from the root.  These were supposed to be
18991                 synced with emacs cvs, but this has not happened for about
18992                 a year, and anyway nothing else uses emacs regex.[ch].
18993                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
18994                 lib/regex[.ch] is untouched.
18995
18996 2004-09-09  Bruno Haible  <bruno@clisp.org>
18997
18998         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
18999
19000 2004-09-09  Bruno Haible  <bruno@clisp.org>
19001
19002         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
19003         modifications.
19004         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
19005
19006 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
19007
19008         * modules/xvasprintf: New file.
19009         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
19010
19011 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
19012
19013         * lib/xvasprintf.h: New file.
19014         * lib/xvasprintf.c: New file.
19015         * lib/xasprintf.c: New file.
19016
19017 2004-09-08  Bruno Haible  <bruno@clisp.org>
19018
19019         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
19020
19021 2004-09-08  Bruno Haible  <bruno@clisp.org>
19022
19023         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
19024         length is > INT_MAX.
19025         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
19026         more.
19027
19028 2004-09-08  Bruno Haible  <bruno@clisp.org>
19029
19030         * lib/stdint_.h: New file, taken from GNU clisp.
19031
19032 2004-09-08  Bruno Haible  <bruno@clisp.org>
19033             Oskar Liljeblad  <oskar@osk.mine.nu>
19034
19035         * modules/stdint: New file.
19036         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
19037
19038 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19039
19040         Import from coreutils.
19041         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
19042         strings on unbounded length.  alloca's performance benefits aren't
19043         that important here.
19044         (V_STRDUP): Remove.
19045         (parse_with_separator): New function, with most of the internals
19046         of the old parse_user_spec.  Allow user to omit both user and group,
19047         for compatibility with FreeBSD.
19048         Clone only the user name, not the entire spec.
19049         Do not set *uid, *gid unless entirely successful.
19050         Avoid memory leak in some failing cases.
19051         Fix regression for USER.GROUP reported by Dmitry V. Levin in
19052         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
19053         (parse_user_spec): Rewrite to use parse_with_separator.
19054
19055 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19056
19057         * modules/userspec: Don't depend on alloca.
19058
19059 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19060
19061         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
19062
19063 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
19064
19065         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
19066         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
19067         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
19068
19069 2004-08-16  Simon Josefsson  <jas@extundo.com>
19070
19071         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
19072         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
19073         Add --dry-run for --import.
19074         Let user provided command line parameters override configure.ac
19075         settings.
19076
19077 2004-08-12  Simon Josefsson  <jas@extundo.com>
19078
19079         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
19080         as discussed with Paul Eggert in threads rooted at
19081         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
19082         and
19083         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
19084         Before, the test was empty, and relied on ELIDE_CODE in source
19085         code.)
19086         (gl_PREREQ_GETOPT): New macro.
19087         (gl_GETOPT): Use them.
19088
19089 2004-08-12  Simon Josefsson  <jas@extundo.com>
19090
19091         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
19092         * lib/getopt_.h: Renamed from getopt.h.
19093
19094 2004-08-12  Simon Josefsson  <jas@extundo.com>
19095
19096         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
19097         Change default library name from libfoo to libgnu.
19098         Now, if you have a configure.ac that says:
19099                 gl_SOURCE_BASE(gl)
19100                 gl_M4_BASE(gl/m4)
19101                 gl_MODULES(error getopt etcetera)
19102                 gl_INIT
19103         you can import all you need by running:
19104                 ../gnulib/gnulib-tool --import
19105
19106         * modules/getopt (Files): Rename getopt.h to getopt_.h.
19107         (Makefile.am): Rewrite, use logic from argz.
19108         (Include): Use <getopt.h> instead of "getopt.h".
19109
19110 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
19111
19112         * modules/argp (Files): Add m4/unlocked-io.m4.
19113         (Depends-on): Add extensions.
19114
19115 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
19116
19117         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
19118         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
19119         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
19120         Check for program_invocation_name, program_invocation_short_name,
19121         flockfile, funlockfile, features.h, _getopt_long_only_r.
19122
19123 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
19124
19125         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
19126         its complicated substitute.
19127         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
19128         and program_invocation_name.
19129         (__argp_basename) [!_LIBC]: Remove; the only use was
19130         replaced by its body.
19131         (__argp_short_program_name): Change condition from
19132         !defined __argp_short_program_name to
19133         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
19134         to match argp-namefrob.h.
19135         (__argp_failure): Don't assume strerror_r returns char *.
19136         * lib/argp-parse.c (N_): Define unconditionally.
19137         (argp_default_options): Fill out initializers with 0 to avoid
19138         gcc warnings.
19139
19140 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
19141
19142         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
19143         getopt1.c.
19144
19145 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
19146
19147         Merge from coreutils.
19148
19149         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
19150
19151         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
19152         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
19153
19154 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
19155
19156         Merge from coreutils.
19157
19158         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
19159         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
19160         for Reliant Unix 5.43.
19161
19162         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
19163         (union fooround): Use uintmax_t, not long int.
19164         The rest is a merge from libc:
19165         [defined _LIBC]: Include <shlib-compat.h>.
19166         (_obstack) [defined _LIBC]: Remove after 2.3.4.
19167
19168         * lib/settime.c (settime): Recode to avoid warning with
19169         Sun Forte C 6U2.
19170
19171         * lib/strverscmp.c: Convert to UTF-8.
19172
19173 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
19174
19175         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
19176         m4/uintmax_t.m4.
19177
19178 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
19179
19180         * modules/xalloc-die: New file.
19181         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
19182
19183         * modules/md5 (Files): Add m4/uint32_t.m4.
19184         * modules/sha1: Renamed from modules/sha.
19185         (Files):
19186         Rename lib/sha.h to lib/sha1.h.
19187         Rename lib/sha.c to lib/sha1.c.
19188         Rename m4/sha.m4 to m4/sha1.m4.
19189         (lib_SOURCES): Likewise.
19190         (configure.ac): Rename gl_SHA to gl_SHA1.
19191         (Include): sha.h -> sha1.h.
19192
19193 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
19194
19195         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
19196         * m4/sha1.m4: Renamed from sha.m4.
19197         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
19198
19199 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
19200
19201         * lib/obstack.h (obstack_empty_p):
19202         Don't assume that chunk->contents is suitably aligned.
19203         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
19204         Likewise. Problem reported by Benno in
19205         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
19206
19207         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
19208         readable.  This could be improved further but it'd take some work.
19209
19210 2004-08-08  Simon Josefsson  <jas@extundo.com>
19211
19212         * modules/xgethostname (Depends-on): Remove exit and error (not
19213         used).
19214
19215         * modules/getpass-gnu: Add getpass.h.
19216         (Depends-on): Add stdbool.
19217         * modules/getpass: Add getpass.h.
19218
19219 2004-08-08  Simon Josefsson  <jas@extundo.com>
19220
19221         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
19222         Check getpass declaration.
19223
19224 2004-08-08  Simon Josefsson  <jas@extundo.com>
19225
19226         * lib/xgethostname.c: Don't include error.h (not used).
19227
19228         * lib/getpass.h: Add.
19229         * lib/getpass.c: Include getpass.h first.
19230
19231 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
19232
19233         * lib/xalloc-die.c: New file.
19234         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
19235         All uses removed.
19236         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
19237         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
19238         xalloc-die.c.
19239         (_, N_, xalloc_die): Move to xalloc-die.c.
19240         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
19241         so that we needn't mess with xalloc_msg_memory_exhausted.
19242
19243         * lib/sha1.h: Renamed from sha.h.
19244         (SHA1_H): Renamed from _SHA_H.
19245         (sha1_ctx): Renamed from sha_ctx.
19246         (sha1_init_ctx): Renamed from sha_init_ctx.
19247         (sha1_process_block): Renamed from sha_process_block.
19248         (sha1_process_bytes): Renamed from sha_process_bytes.
19249         (sha1_finish_ctx): Renamed from sha_finish_ctx.
19250         (sha1_read_ctx): Renamed from sha_read_ctx.
19251         (sha1_stream): Renamed from sha_stream.
19252         (sha1_buffer): Renamed from sha_buffer.
19253         * lib/sha1.c: Likewise; renamed from sha.c.
19254         Do not include <sys/types.h>.
19255         Include <stddef.h> rather than <stdlib.h>.
19256
19257 2004-08-08  Bruno Haible  <bruno@clisp.org>
19258
19259         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
19260         FILESYSTEM_PREFIX_LEN.
19261         * lib/progreloc.c: Likewise.
19262         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
19263
19264 2004-08-06  Simon Josefsson  <jas@extundo.com>
19265
19266         * modules/progname (Depends-on): Don't depend on stdbool.
19267
19268 2004-08-06  Simon Josefsson  <jas@extundo.com>
19269
19270         * modules/getsubopt: New file.
19271         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
19272         getsubopt.
19273
19274 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
19275
19276         More merge from coreutils.
19277
19278         * m4/utimens.m4, m4/utimecmp.m4: New files.
19279         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
19280         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
19281         prereq.m4, sha.m4: Import changes from coreutils.
19282
19283 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
19284
19285         More merge from coreutils.
19286         * modules/raise, modules/readtokens0, modules/utimens:
19287         * modules/utimecmp, module/xnanosleep: New files.
19288         * modules/strftime: Add lib/strftime.h.
19289         Change include from <time.h> to "strftime.h".
19290         * modules/yesno: Add lib/yesno.h.
19291         * modules/backupfile: Remove lib/addext.c.
19292         * modules/euidaccess: Add stat-macros.h.
19293         * modules/canonicalize, modules/euidaccess,
19294         modules/filemode, modules/lchown, modules/makepath,
19295         modules/rmdir, modules/stat: Likewise.
19296
19297 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
19298
19299         Merge from tar.
19300         * lib/argp-help.c (make_hol, hol_append): Don't assume that
19301         SIZE_MAX is a valid preprocessor constant.
19302         (__argp_basename): Change from "#ifndef _LIBC"
19303         to "#ifndef __argp_short_program_name", so that
19304         we don't compile these functions for tar.
19305
19306         More merges from coreutils.
19307         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
19308         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
19309         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
19310         * lib/addext.c: Remove; no longer needed.
19311         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
19312         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
19313         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
19314         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
19315         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
19316         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
19317         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
19318         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
19319         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
19320         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
19321         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
19322         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
19323         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
19324         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
19325         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
19326         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
19327         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
19328         Import changes from coreutils.
19329
19330 2004-08-05  Simon Josefsson  <jas@extundo.com>
19331
19332         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
19333
19334 2004-08-05  Simon Josefsson  <jas@extundo.com>
19335
19336         * m4/getsubopt.m4: New file.
19337
19338 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
19339
19340         Merge from coreutils.
19341
19342         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
19343         * m4/getcwd-path-max.m4: New files.
19344
19345         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
19346         FILESYSTEM_PREFIX_LEN ->
19347         FILE_SYSTEM_PREFIX_LEN.
19348         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
19349         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
19350         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
19351         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
19352
19353         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
19354         prerequisite modules now handle the DOS stuff.
19355         Don't check for unistd.h.
19356
19357 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
19358
19359         Merge from coreutils.
19360
19361         * lib/.gdb-history: Remove; this doesn't belong here.
19362
19363         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
19364         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
19365         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
19366         * lib/getcwd.c: New files.
19367
19368         * lib/dirname.h: Include <stdbool.h>.
19369         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
19370         for consistency with POSIX terminology.  All uses changed.
19371         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
19372         (strip_trailing_slashes): Use bool for booleans.
19373         * lib/stripslash.c (strip_trailing_slashes): Likewise.
19374
19375         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
19376         sometimes returns a positive errno value even when it succeeds.
19377         (print_errno_message) [!LIBC]: Fall back on strerror if
19378         __strerror_r fails.
19379
19380         * lib/path-concat.c (mempcpy): Don't define if a system header defines
19381         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
19382         (longest_relative_suffix): New function.
19383         (path_concat): Use it.  Assume first argument is not NULL.
19384         Port to DOS.  Omit redundant separators.
19385         Report an error instead of returning NULL.
19386         Use mempcpy instead of memcpy.
19387         (xpath_concat): Remove: not declared or used.
19388
19389         * lib/same.h: Include <stdbool.h>
19390         (same_name): Return bool, not int.
19391         * lib/same.c (same_name): Likewise.
19392         (errno): Don't declare; we assume C89 or better now.
19393
19394         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
19395         if not already defined.
19396
19397         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
19398         * lib/dup-safer.c (errno): Likewise.
19399
19400 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
19401
19402         Merge from coreutils.
19403         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
19404         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
19405         * modules/path-concat: Don't depend on strdup.
19406
19407 2004-08-03  Simon Josefsson  <jas@extundo.com>
19408
19409         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
19410         * lib/progname.h: Don't include stdbool.h.
19411
19412 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
19413
19414         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
19415         * MODULES.html.sh (func_all_modules): Remove fatal.
19416
19417 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
19418
19419         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
19420
19421 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
19422
19423         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
19424         working.
19425
19426 2004-08-02  Simon Josefsson  <jas@extundo.com>
19427
19428         * lib/getsubopt.h: New file, with comments from Bruno Haible.
19429         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
19430         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
19431
19432 2004-08-01  Simon Josefsson  <jas@extundo.com>
19433
19434         * lib/xgetdomainname.c: Include stdlib.h, for free().
19435
19436 2004-07-19  Bruno Haible  <bruno@clisp.org>
19437
19438         * MODULES.html.sh (func_all_modules): Add dummy.
19439
19440 2004-07-16  Simon Josefsson  <jas@extundo.com>
19441
19442         * modules/dummy: New file.
19443
19444 2004-07-16  Simon Josefsson  <jas@extundo.com>
19445
19446         * lib/dummy.c: New file.
19447
19448 2004-07-16  Bruno Haible  <bruno@clisp.org>
19449
19450         * lib/backupfile.h: Add extern "C" for C++.
19451         * lib/closeout.h: Likewise.
19452         * lib/copy-file.h: Likewise.
19453         * lib/findprog.h: Likewise.
19454         * lib/full-write.h: Likewise.
19455         * lib/pathname.h: Likewise.
19456         * lib/progname.h: Likewise.
19457         * lib/stpcpy.h: Likewise.
19458         * lib/stpncpy.h: Likewise.
19459         * lib/strcase.h: Likewise.
19460         * lib/strstr.h: Likewise.
19461         * lib/xalloc.h: Likewise.
19462
19463         * lib/mbswidth.h: Add extern "C" for C++.
19464         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
19465
19466 2004-07-13  Robert Millan  <robertmh@gnu.org>
19467
19468         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
19469
19470 2004-07-09  Simon Josefsson  <jas@extundo.com>
19471
19472         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
19473         failed without this.)
19474
19475 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
19476
19477         * modules/chown (Files): Add lib/fchown-stub.c, since
19478         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
19479
19480 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
19481
19482         * lib/fchown-stub.c: New file.
19483
19484 2004-06-24  Jim Meyering  <jim@meyering.net>
19485
19486         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
19487
19488 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19489
19490         * modules/argz: Omit "#include".
19491
19492         * MODULES.html.sh (func_all_modules): Add calloc, to match
19493         2004-06-01 addition of calloc module.
19494
19495 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19496
19497         * m4/argz.m4: New file, which is autoupdated from libtool.
19498
19499 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19500
19501         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
19502         libtool.
19503
19504 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19505
19506         * config/srclist-update: Don't insist on "USA." before the
19507         close-comment, as libtool omits the period and puts the */ on a
19508         separate line.
19509         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
19510         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
19511
19512 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
19513
19514         * modules/argz: New file.
19515         * MODULES.html.sh (func_all_modules): Add argz.
19516
19517 2004-06-12  Jim Meyering  <jim@meyering.net>
19518         and  Paul Eggert  <eggert@cs.ucla.edu>
19519
19520         * modules/hash (Files): Add lib/xalloc.h.
19521         * modules/pipe (Depends-on): Add wait-process.
19522         * modules/stat (Depends-on): Add xalloc.
19523         * modules/userspec (Files): Add lib/userspec.h.
19524         * modules/xstrto
19525
19526         Upgrade from gettext-0.13.
19527         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
19528         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
19529         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
19530
19531 2004-06-10  Jim Meyering  <jim@meyering.net>
19532
19533         * lib/calloc.c: New file.
19534
19535 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
19536
19537         * lib/getdate.y (yylex): Allow space between sign and number.
19538         Problem reported by Dan Jacobson.
19539
19540 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
19541
19542         Merge from coreutils CVS.
19543
19544         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
19545         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
19546         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
19547         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
19548         xstrtol.m4: Fix copyright date and/or serial number.
19549
19550         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
19551         See if we need an fchown replacement.
19552         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
19553         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
19554         and use the replacement function if we detect either defect.
19555
19556         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
19557         gl_UTIMECMP.
19558
19559 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
19560         and  Jim Meyering  <jim@meyering.net>
19561
19562         Merge from coreutils CVS.
19563
19564         * lib/stat-macros.h: New file, with contents from file-type.h
19565         and coreutils' system.h.
19566         * lib/file-type.c: Include "stat-macros.h".
19567         * lib/file-type.h (file_type): Move all macro definitions to new file,
19568         stat-macros.h.
19569
19570         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
19571         Wrap old code with this conditional.
19572         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
19573         function that does not dereference symlinks.
19574         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
19575
19576         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
19577         dependency problems.
19578         (xreadlink): Accept new arg SIZE, for efficiency.
19579         All decls and uses changed.
19580         * lib/xreadlink.h: Include <stddef.h>, for size_t.
19581
19582         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
19583         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
19584
19585         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
19586         sysexits.h.
19587
19588 2004-06-01  Jim Meyering  <jim@meyering.net>
19589
19590         * m4/calloc.m4: New file.
19591
19592 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
19593
19594         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
19595         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
19596         Also, fix a typo in a diagnostic.
19597
19598 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
19599
19600         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
19601         or AC_FUNC_REALLOC.
19602
19603 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
19604
19605         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
19606         macros to be defined.
19607         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
19608         the allocator returns NULL because the requested size is zero.
19609
19610 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
19611
19612         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
19613         var.  Add comment explaining why libc still defines it.  This
19614         merges the following patch from glibc:
19615         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
19616
19617 2004-05-20  Andreas Schwab  <schwab@suse.de>
19618
19619         * m4/free.m4: Replace free if it not known to work, not the other
19620         way round.
19621
19622 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
19623
19624         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
19625         present in glibc since revision 1.1 of this file.
19626         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
19627         obstack_alignment_mask, obstack_alloc, obstack_base,
19628         obstack_blank, obstack_blank_fast, obstack_chunk_size,
19629         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
19630         obstack_grow0, obstack_init, obstack_int_grow,
19631         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
19632         obstack_next_free, obstack_object_size, obstack_ptr_grow,
19633         obstack_ptr_grow_fast, obstack_room): Remove declarations of
19634         nonexistent functions.
19635
19636 2004-05-18  Karl Berry  <karl@gnu.org>
19637
19638         * config/srclist.txt: break link for vasnprintf.c.
19639
19640 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
19641
19642         Port obstack to the AS/400, where pointers are 16 bytes wide and
19643         you cannot cast an integer to a valid pointer.  This patch is
19644         currently waiting to be integrated into glibc; see
19645         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
19646
19647         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
19648         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
19649         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
19650         (struct obstack): temp member is now a union of a pointer and
19651         an integer, instead of an integer.  All integer uses changed.
19652         This does not affect the physical layout of struct obstack,
19653         except on hosts (like the AS/400) where the size or alignment of
19654         void * is greater than that of ptrdiff_t.
19655         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
19656         __STDC__)]: Store temporary in pointer member of union, not
19657         integer member.
19658         * lib/obstack.c: Include <stddef.h>, for offsetof.
19659         (struct fooalign): Remove; it doesn't need a name.
19660         (union fooround): Change double to long double, and add void *.
19661         (DEFAULT_ALIGNMENT): Use offsetof to compute.
19662         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
19663         not a macro.  Hence the values are always int; so remove all
19664         casts-to-int in uses.
19665
19666 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
19667
19668         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
19669         we can get this patch merged into glibc.
19670
19671 2004-05-17  Derek R. Price  <derek@ximbiot.com>
19672             Paul Eggert  <eggert@cs.ucla.edu>
19673
19674         * m4/argp: Depend on alloca.
19675
19676 2004-05-17  Derek R. Price  <derek@ximbiot.com>
19677             Paul Eggert  <eggert@cs.ucla.edu>
19678
19679         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
19680         freecoding.
19681
19682 2004-05-17  Bruno Haible  <bruno@clisp.org>
19683
19684         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
19685         precision that consists of a '.' followed by an empty digit string.
19686         Patch by Tor Lillqvist <tml@iki.fi>.
19687
19688 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
19689
19690         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
19691         for backward compatibility with older code.  We need our own
19692         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
19693         it under some other name, and our alloca.h will define it.
19694
19695 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
19696             Derek Price  <derek@ximbiot.com>
19697
19698         * lib/alloca.c: Include <alloca.h>, to get our interface.
19699         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
19700         include <alloca.h> first.  Use C89 prototype for alloca; this
19701         requires including <stddef.h> for size_t.  Use extern "C" if C++.
19702         Use #elif for simplicity, since we can assume C89 now.
19703         Don't try to source the system alloca.h since it will not be found
19704         and to prevent recursively including its replacement.
19705         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
19706         * lib/regex.c: Likewise.
19707
19708 2004-05-16  Derek Price  <derek@ximbiot.com>
19709             Paul Eggert  <eggert@cs.ucla.edu>
19710
19711         getline cleanup.  This changes the getndelim2 API: both order of
19712         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
19713         no delimiter).
19714
19715         * lib/getline.c: Don't include stddef.h or stdio.h, since our
19716         interface does that.
19717         (getline): Always use getdelim, so that we don't have two
19718         copies of this code.
19719         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
19720         if available.
19721         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
19722         (GETNDELIM2_MAXIMUM): New macro.
19723         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
19724         instead of the old practice of delim2==0.  All callers changed.
19725         Return -1 on overflow, instead of returning junk.
19726         Do not set *linesize unless allocation succeeds.
19727         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
19728         that we include sys/types.h.
19729         * lib/getnline.h: Likewise.
19730         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
19731         (getndelim2): Reorder arguments.
19732         * lib/getnline.c (getnline, getndelim):
19733         Don't discard the NMAX argument.
19734         (getnline): Invoke getndelim, to avoid code duplication.
19735         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
19736         of (size_t) -1 by callers of the getnline family.
19737
19738 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
19739
19740         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
19741         Check for gettimeofday.
19742         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
19743         Check for settimeofday, stime.
19744
19745 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
19746
19747         * lib/nanosleep.c (suspended): Change its type from int to
19748         sig_atomic_t volatile.
19749         (first_call): Make it private to rpl_nanosleep, and have it
19750         be zero initially as that's a bit faster.
19751         (my_usleep): Round up fractional times instead of truncating them,
19752         as this is the usual meaning for 'sleep'.
19753
19754         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
19755         doesn't work.
19756         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
19757         (ENOSYS): Define if not defined.
19758         (settime): Fall back on stime if it exists and settimeofday fails.
19759         But don't bother with fallbacks if a method fails with errno == EPERM.
19760
19761 2004-05-11  Jim Meyering  <jim@meyering.net>
19762
19763         Prior to this change, the save_cwd caller required read access to the
19764         current directory on most systems (ones with the fchdir function).
19765
19766         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
19767         fails, try write-only, and finally, resort to using xgetcwd.
19768
19769 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
19770
19771         * lib/obstack.c, obstack.h: Import changes from libc.
19772
19773 2004-04-28  Bruno Haible  <bruno@clisp.org>
19774
19775         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
19776         also implicitly appends .exe to executables.
19777         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
19778         accepts Windows pathnames.
19779         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
19780         Treat Cygwin like Windows, since it now accepts Windows pathnames.
19781         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
19782         Treat Cygwin like Windows, since it now accepts Windows pathnames.
19783         Reported by Derek Robert Price <derek@ximbiot.com>.
19784
19785 2004-04-21  Karl Berry  <karl@gnu.org>
19786
19787         * config/srclist.txt (localcharset.c): break sync.
19788
19789 2004-04-20  Paul Eggert  <eggert@twinsun.com>
19790
19791         * m4/host-os.m4: Add a copyright notice.
19792
19793 2004-04-20  Jim Meyering  <jim@meyering.net>
19794
19795         Change UTILS_ to gl_ in AC_DEFINE'd names.
19796         Change utils_- and jm_-prefixed variables, too.
19797         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
19798         UTILS_FUNC_MKDIR_TRAILING_SLASH.
19799         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
19800
19801         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
19802         Don't emit trailing blanks.
19803         Also rename jm_-prefixed variables to have gl_ prefix.
19804
19805         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
19806         Also rename jm_-prefixed variables to have gl_ prefix.
19807
19808         * m4/jm-macros.m4: Reflect the renamings.
19809         * m4/prereq.m4: Likewise.
19810
19811 2004-04-20  Jim Meyering  <jim@meyering.net>
19812
19813         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
19814         memory.
19815
19816 2004-04-20  Jim Meyering  <jim@meyering.net>
19817             Bruno Haible  <bruno@clisp.org>
19818
19819         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
19820         memory when realloc fails.
19821
19822 2004-04-19  Jim Meyering  <jim@meyering.net>
19823
19824         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
19825         now that readutmp.c may call `free (0)'.
19826
19827 2004-04-19  Bruno Haible  <bruno@clisp.org>
19828
19829         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
19830         * m4/inttypes_h.m4: Likewise.
19831         * m4/stdint_h.m4: Likewise.
19832         * m4/intmax_t.m4: Likewise.
19833         * m4/uintmax_t.m4: Likewise.
19834
19835 2004-04-18  Jim Meyering  <jim@meyering.net>
19836
19837         * m4/prereq.m4: Don't forbid jm_ prefix.
19838
19839         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
19840         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
19841         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
19842         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
19843         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
19844         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
19845         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
19846         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
19847         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
19848         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
19849         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
19850         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
19851         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
19852         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
19853         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
19854         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
19855         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
19856         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
19857         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
19858
19859 2004-04-18  Jim Meyering  <jim@meyering.net>
19860
19861         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
19862         failure, don't leak memory and do call END_UTMP_ENT.
19863
19864 2004-04-16  Jim Meyering  <jim@meyering.net>
19865
19866         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
19867         coreutils' stat program.
19868         (gl_PREREQ): Don't require jm_PREREQ_STAT.
19869
19870 2004-04-11  Paul Eggert  <eggert@twinsun.com>
19871
19872         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
19873         C89.
19874         (CHAR_BIT): Remove, since we assume C89.
19875         Include <stdint.h> if available, as per current Autoconf CVS advice.
19876
19877 2004-03-31  Jim Meyering  <jim@meyering.net>
19878
19879         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
19880         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
19881         * m4/xalloc.m4: Likewise.
19882
19883 2004-03-30  Paul Eggert  <eggert@twinsun.com>
19884
19885         Merge from coreutils.
19886
19887         * m4/inttostr.m4: New file.
19888         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
19889         Require AM_STDBOOL_H and gl_TIMESPEC instead.
19890         Require gl_CLOCK_TIME.
19891         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
19892
19893 2004-03-30  Paul Eggert  <eggert@twinsun.com>
19894
19895         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
19896         not bool, to be more consistent with Unix conventions.
19897         Suggested by Bruno Haible.
19898
19899         Merge from coreutils.
19900
19901         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
19902         * lib/umaxtostr.c: New files.
19903
19904         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
19905         the usual <time.h> dance.
19906         (get_date): Change signature to support fractional time stamps.
19907         All callers changed.
19908         * lib/getdate.y: Include "getdate.h" first, as we can now
19909         assume C89 and don't need to worry about 'const'.
19910         Similarly, include "unlocked-io.h" near start, not in middle.
19911         Include <limits.h>.
19912         (textint.value): Use long int rather than int.
19913         (textint.digits): Use size_t rather than int.
19914         (BILLION, LOG10_BILLION): New constants.
19915         (parser_control): New member rel_ns.  Members day_ordinal,
19916         time_zone, month, day, hour, minutes, rel_year, rel_month,
19917         rel_day, rel_hour, rel_minutes, rel_seconds
19918         are now long int, not int.  Member seconds is now struct timespec,
19919         not int.  New member timespec_seen.  Members dates_seen, days_seen,
19920         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
19921         not int.
19922         (%union.intval): Now long int, not int.
19923         New member timespec.
19924         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
19925         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
19926         (spec): Now is a timespec or an item list.
19927         (timespec, items): New nonterminals.
19928         (time, rel, relunit, number, get_date):
19929         Add support for fractional seconds.
19930         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
19931         (gmtime, localtime, mktime): Remove decls; not needed with C89.
19932         (to_hour): First arg is now long int, not int.
19933         (to_year): Returns long int, not int.
19934         Don't treat year -70 like 70.
19935         (tm_diff): Returns long int, not int.
19936         (lookup_word): Use bool instead of int when appropriate.
19937         (yylex): Use size_t for count, not int.
19938         Detect overflow when parsing large integer constants.
19939         Add support for fractions.
19940         (get_date): Make pointers 'const' if possible.
19941         Use more-portable code to detect integer overflow.
19942         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
19943         Don't use ctime; it's not reliable if the year has >4 digits.
19944
19945         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
19946         This is for compatibility with BSD.
19947
19948         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
19949         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
19950         From coreutils' system.h.
19951
19952         * lib/userspec.c: Don't include "posixver.h".
19953         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
19954         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
19955         compatible extension.  Simplify code by removing a boolean int
19956         that was always nonzero if a string was nonnull.
19957
19958 2004-03-30  Jim Meyering  <jim@meyering.net>
19959
19960         Merge from coreutils.
19961
19962         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
19963         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
19964         on some systems one must include <grp.h> before it.
19965         Reported by Christian Krackowizer.
19966
19967 2004-03-30  Jim Meyering  <jim@meyering.net>
19968
19969         Merge from coreutils.
19970
19971         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
19972
19973         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
19974         an empty input stream.
19975
19976         * lib/readtokens.c: Include <stdbool.h>.
19977         (readtoken): Use `size_t' rather than int/long.
19978         All callers adjusted.
19979         Use `bool' rather than `int' where appropriate.
19980         Use memset rather than an explicit loop.
19981         Use x2nrealloc rather than xrealloc.
19982         Allow the use of `\0' as a delimiter.
19983         (readtokens): Likewise.
19984         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
19985
19986 2004-03-30  Jim Meyering  <jim@meyering.net>
19987
19988         * m4/realloc.m4: Remove file, since now it does no more than
19989         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
19990         the `configure.ac' section of module/realloc.
19991         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
19992
19993 2004-03-30  Bruno Haible  <bruno@clisp.org>
19994
19995         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
19996         nonnull.
19997
19998 2004-03-29  Paul Eggert  <eggert@twinsun.com>
19999
20000         Merge changes to getloadavg.c from coreutils and Emacs.
20001
20002         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
20003         Define to an expression, not to the empty string.
20004         Include cloexec.h and xalloc.h.
20005         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
20006         Use set_cloexec_flag rather than rolling our own.
20007         * lib/cloexec.c, lib/cloexec.h: New files.
20008
20009 2004-03-29  Paul Eggert  <eggert@twinsun.com>
20010
20011         * m4/cloexec.m4: New file.
20012
20013 2004-03-18  Paul Eggert  <eggert@twinsun.com>
20014
20015         * lib/getopt.h: Sync with libc CVS.
20016
20017 2004-03-18  Paul Eggert  <eggert@twinsun.com>
20018             Bruno Haible  <bruno@clisp.org>
20019
20020         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
20021         mbswidth.
20022
20023 2004-03-18  Paul Eggert  <eggert@twinsun.com>
20024             Bruno Haible  <bruno@clisp.org>
20025
20026         * lib/mbswidth.h: Include <wchar.h> only if
20027         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
20028         <wchar.h>.
20029         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
20030
20031 2004-03-09  Paul Eggert  <eggert@twinsun.com>
20032
20033         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
20034         Sync with libc CVS.
20035         * lib/getopt_int.h: New file, also synced from libc.
20036
20037 2004-03-09  Paul Eggert  <eggert@twinsun.com>
20038
20039         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
20040         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
20041         Bring back getopt.c, getopt.h, getopt1.c.
20042
20043 2004-03-07  Paul Eggert  <eggert@twinsun.com>
20044
20045         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
20046         All uses changed.  Check for sa_sigaction member; this fixes
20047         a bug first reported by Jason Andrade in
20048         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
20049
20050 2004-03-07  Paul Eggert  <eggert@twinsun.com>
20051
20052         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
20053         '#if' expressions.  Unlike the code it replaces, it does not
20054         depend on (defined _SC_PAGESIZE).  However, it does depend on
20055         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
20056         first reported by Jason Andrade in
20057         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
20058
20059 2004-02-25  Simon Josefsson  <jas@extundo.com>
20060
20061         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
20062
20063 2004-02-25  Simon Josefsson  <jas@extundo.com>
20064
20065         * lib/strdup.h: New file.
20066         * lib/strdup.c: Include it.
20067         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
20068         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
20069
20070 2004-02-23  Karl Berry  <karl@gnu.org>
20071
20072         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
20073         (from fencepost.gnu.org:/gd/gnuorg).
20074
20075 2004-02-23  Karl Berry  <karl@gnu.org>
20076
20077         * config/srclistvars.sh (GNUORG) [karl]: redefine.
20078         * config/srclist.txt: add maintain/standards documents.
20079
20080 2004-02-18  Bruno Haible  <bruno@clisp.org>
20081
20082         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
20083         Reported by Derek Robert Price <derek@ximbiot.com>.
20084
20085 2004-02-16  Karl Berry  <karl@gnu.org>
20086
20087         * config/mkinstalldirs, install-sh: update from automake.
20088
20089 2004-02-06  Karl Berry  <karl@gnu.org>
20090
20091         * m4/po.m4: update from gettext 0.14.1.
20092
20093 2004-02-06  Karl Berry  <karl@gnu.org>
20094
20095         * lib/config.charset: update from gettext 0.14.1.
20096
20097 2004-02-05  Paul Eggert  <eggert@twinsun.com>
20098
20099         Add comments and code, prompted by suggestions from Bruno Haible
20100         for sh-quote.
20101         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
20102         describing the enum quoting_style values.
20103         * lib/quotearg.c (quotearg_alloc): New function.
20104         (quotearg_buffer_restyled): Treat lone { and } as special.
20105         Treat = as special.  Work around bug with older shells
20106         that "see" a '\' that is really the 2nd byte of a multibyte char.
20107         Quote empty string with shell_quoting_style.
20108
20109 2004-02-03  Bruno Haible  <bruno@clisp.org>
20110
20111         * m4/pipe.m4: New file, from GNU gettext.
20112
20113 2004-02-03  Bruno Haible  <bruno@clisp.org>
20114
20115         * lib/pipe.h: New file, from GNU gettext.
20116         * lib/pipe.c: New file, from GNU gettext.
20117
20118 2004-01-27  Bruno Haible  <bruno@clisp.org>
20119
20120         * m4/execute.m4: New file, from GNU gettext.
20121
20122 2004-01-27  Bruno Haible  <bruno@clisp.org>
20123
20124         * lib/execute.h: New file, from GNU gettext.
20125         * lib/execute.c: New file, from GNU gettext.
20126         * lib/w32spawn.h: New file, from GNU gettext.
20127
20128 2004-01-24  Paul Eggert  <eggert@twinsun.com>
20129
20130         Merge from diffutils.
20131
20132         * lib/file-type.c (file_type): Add typed memory objects.
20133         * lib/file-type.h (S_TYPEISTMO): New macro.
20134
20135         * lib/c-stack.h (c_stack_action): Remove argv argument.
20136         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
20137         (die): Don't calculate message unless segv_action returns.
20138         (get_stack_location, min_address_from_argv, max_address_from_argv,
20139         volatile stack_base, volatile_stack_size): Remove.
20140         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
20141         that every segmentation violation is a stack overflow.  (Ouch!)
20142         See Debian bug 136249 (still outstanding) for more info about why
20143         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
20144
20145 2004-01-24  Paul Eggert  <eggert@twinsun.com>
20146
20147         Exit-status fix from coreutils.
20148
20149         Use exit_failure consistently in place of EXIT_FAILURE,
20150         so that program exit statuses are consistent on failure.
20151
20152         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
20153         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
20154         * lib/argmatch.h: Comment fix to match the above.
20155         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
20156         Now a macro referring to exit_failure, instead of a separate
20157         variable.  Include "exitfail.h" to get it.
20158         * lib/xstrtol.h: Include "exitfail.h".
20159         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
20160
20161         * lib/long-options.c (parse_long_options): Use prototype
20162         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
20163         for clarity.
20164
20165 2004-01-21  Jim Meyering  <jim@meyering.net>
20166
20167         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
20168         so as not to conflict with a different-sized __mktime_internal
20169         function in GNU libc.
20170         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
20171         Problem building statically-linked `ls' reported by Michael Brunnbauer.
20172
20173 2004-01-20  Karl Berry  <karl@gnu.org>
20174
20175         * config/config.guess: update from config.
20176
20177         * config/srclistvars.sh: GNUWWWLICENSES for karl.
20178
20179 2004-01-20  Bruno Haible  <bruno@clisp.org>
20180
20181         Safer stack allocation.
20182         * lib/setenv.c: Include allocsa.h.
20183         (alloca): Remove fallback definition.
20184         (freea): Remove macro.
20185         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
20186         instead of freea.
20187
20188 2004-01-20  Bruno Haible  <bruno@clisp.org>
20189
20190         * m4/eealloc.m4: New file, from GNU gettext.
20191
20192 2004-01-20  Bruno Haible  <bruno@clisp.org>
20193
20194         * m4/allocsa.m4: New file, from GNU gettext.
20195
20196 2004-01-20  Bruno Haible  <bruno@clisp.org>
20197
20198         * lib/xallocsa.h: New file, from GNU gettext.
20199         * lib/xallocsa.c: New file, from GNU gettext.
20200
20201 2004-01-20  Bruno Haible  <bruno@clisp.org>
20202
20203         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
20204
20205 2004-01-20  Bruno Haible  <bruno@clisp.org>
20206
20207         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
20208         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
20209         specially.
20210
20211 2004-01-20  Bruno Haible  <bruno@clisp.org>
20212
20213         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
20214         patch.
20215
20216 2004-01-20  Bruno Haible  <bruno@clisp.org>
20217
20218         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
20219
20220 2004-01-20  Bruno Haible  <bruno@clisp.org>
20221
20222         * lib/eealloc.h: New file.
20223
20224 2004-01-20  Bruno Haible  <bruno@clisp.org>
20225
20226         * lib/binary-io.h: Avoid warnings on Cygwin.
20227
20228 2004-01-20  Bruno Haible  <bruno@clisp.org>
20229
20230         * lib/allocsa.h: New file, from GNU gettext.
20231         * lib/allocsa.c: New file, from GNU gettext.
20232
20233 2004-01-18  Karl Berry  <karl@gnu.org>
20234
20235         * doc/gpl.texi, doc/lgpl.texi: new files.
20236
20237 2004-01-18  Karl Berry  <karl@gnu.org>
20238
20239         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
20240         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
20241
20242 2004-01-15  Paul Eggert  <eggert@twinsun.com>
20243
20244         Merge from coreutils.
20245
20246         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
20247         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
20248         (gl_DEFAULT_POSIX2_VERSION): Move
20249         the documentation from 'configure' into 'config.hin',
20250         so that 'configure --help' isn't burdened by it and
20251         we don't have to worry about its formatting there.
20252         Reword the documentation so that it's more succinct
20253         and can be run together into a single paragraph.
20254         * m4/same.m4 (gl_SAME): Check for pathconf.
20255
20256 2004-01-15  Paul Eggert  <eggert@twinsun.com>
20257
20258         Merge from coreutils.
20259
20260         * lib/posixver.c: Include posixver.h.
20261
20262         * lib/same.c: Include <stdbool.h>, <limits.h>.
20263         (_POSIX_NAME_MAX): Define if not defined.
20264         (MIN): New macro.
20265         (same_name): If file names are silently truncated, report
20266         that the file names are the same if they are the same after
20267         the silent truncation.
20268
20269         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
20270         conversion function.
20271         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
20272         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
20273         longer needed.
20274
20275 2004-01-15  Jim Meyering  <jim@meyering.net>
20276
20277         Merge from coreutils.
20278
20279         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
20280         if no library is required.
20281         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
20282         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
20283         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
20284         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
20285         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
20286         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
20287         value, $ac_cv_search_crypt, if it's "none required".
20288         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
20289         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
20290         not gl_FUNC_GETLOADAVG.
20291         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
20292         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
20293
20294 2004-01-15  Jim Meyering  <jim@meyering.net>
20295
20296         Merge from coreutils.
20297
20298         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
20299         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
20300         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
20301
20302         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
20303         optional configure-time default.
20304
20305         * lib/version-etc.c (version_etc_copyright): Update copyright date.
20306
20307         * lib/xreadlink.c (xreadlink): Correct outdated comment.
20308
20309 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
20310
20311         Merge from coreutils.
20312
20313         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
20314         value, $ac_cv_search_nanosleep, if it's "none required".
20315
20316 2004-01-14  Paul Eggert  <eggert@twinsun.com>
20317
20318         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
20319         with like-named macro in fnmatch.c.
20320         (EXT): Use an internal constant instead.
20321
20322         Merge fnmatch patches from glibc.
20323         * lib/fnmatch.c (mbsinit): Remove define.
20324         Add libc_hidden_ver (__fnmatch, fnmatch).
20325         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
20326         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
20327
20328 2004-01-14  Karl Berry  <karl@gnu.org>
20329
20330         * config/install-sh: update from automake.
20331
20332 2004-01-13  Karl Berry  <karl@gnu.org>
20333
20334         * config/install-sh: update from automake.
20335
20336 2004-01-09  Karl Berry  <karl@gnu.org>
20337
20338         * config/install-sh: update from automake.
20339
20340 2004-01-05  Karl Berry  <karl@gnu.org>
20341
20342         * config/config.{sub,guess}: update from config.
20343
20344 2003-12-31  Karl Berry  <karl@gnu.org>
20345
20346         * config/depcomp: update from automake.
20347
20348 2003-12-14  Karl Berry  <karl@gnu.org>
20349
20350         * lib/config.charset: update from gettext-runtime.
20351
20352 2003-12-03  Paul Eggert  <eggert@twinsun.com>
20353
20354         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
20355         Bug reported by Alfred M. Szmidt.
20356
20357 2003-12-03  Bruno Haible  <bruno@clisp.org>
20358
20359         * m4/gettext.m4: Upgrade from gettext-0.13.
20360         * m4/po.m4: Upgrade from gettext-0.13.
20361         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
20362         * m4/intmax.m4: New file, from gettext-0.13.
20363         * m4/printf-posix.m4: New file, from gettext-0.13.
20364
20365 2003-11-29  Karl Berry  <karl@gnu.org>
20366
20367         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
20368
20369 2003-11-25  Paul Eggert  <eggert@twinsun.com>
20370             Bruno Haible  <bruno@clisp.org>
20371
20372         * lib/printf-parse.h: Don't include sys/types.h.
20373         (ARG_NONE): New macro.
20374         (char_directive): Change type of *arg_index fields to size_t.
20375         * lib/printf-parse.c: Don't include sys/types.h.
20376         (SSIZE_MAX): Remove macro.
20377         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
20378         Remove unnecessary overflow check.
20379         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
20380         fields.
20381
20382 2003-11-25  Bruno Haible  <bruno@clisp.org>
20383
20384         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
20385
20386 2003-11-25  Bruno Haible  <bruno@clisp.org>
20387
20388         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
20389         gt_TYPE_SSIZE_T.
20390
20391 2003-11-24  Paul Eggert  <eggert@twinsun.com>
20392
20393         * modules/alloca: Remove dependency on xalloc.
20394
20395 2003-11-24  Paul Eggert  <eggert@twinsun.com>
20396
20397         * lib/alloca.c: Remove dependency on xalloc module.
20398         (xalloc_die): Remove.
20399         (memory_full) [!defined emacs]: New macro.
20400         [!defined emacs]: Don't include xalloc.h.
20401         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
20402         address arithmetic overflows.  Change datatypes a bit to avoid
20403         unnecessary casts.
20404
20405 2003-11-22  Jim Meyering  <jim@meyering.net>
20406
20407         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
20408         s/size/size_t/.
20409
20410 2003-11-21  Karl Berry  <karl@gnu.org>
20411
20412         * config/config.{sub,guess}: update from config.
20413
20414 2003-11-18  Karl Berry  <karl@gnu.org>
20415
20416         * config/config.{sub,guess}: update from config.
20417
20418         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
20419
20420 2003-11-17  Paul Eggert  <eggert@twinsun.com>
20421
20422         * README: Mention that S+T cannot overflow if S is the size of
20423         an existing object and T is sufficiently small.
20424
20425 2003-11-17  Jim Meyering  <jim@meyering.net>
20426
20427         On systems without utime and without a utimes function capable of
20428         dealing with a NULL struct utimbuf* argument, this utime replacement
20429         could -- in unusual circumstances -- leak a file descriptor.
20430         * lib/utime.c: Include <unistd.h> and <errno.h>.
20431         (utime_null): Be sure to close `fd' and to preserve errno.
20432         Reported by Geoff Collyer via Arnold Robbins.
20433
20434 2003-11-17  Bruno Haible  <bruno@clisp.org>
20435
20436         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
20437         (Depends-on): Add xsize.
20438
20439 2003-11-17  Bruno Haible  <bruno@clisp.org>
20440
20441         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
20442
20443 2003-11-17  Bruno Haible  <bruno@clisp.org>
20444
20445         * lib/vasnprintf.c (alloca): Remove fallback definition.
20446         (freea): Remove definition.
20447         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
20448         Reported by Paul Eggert.
20449
20450 2003-11-16  Paul Eggert  <eggert@twinsun.com>
20451             Bruno Haible  <bruno@clisp.org>
20452
20453         Protect against address arithmetic overflow.
20454         * lib/printf-args.h: Include stddef.h.
20455         (arguments): Change type of field 'count' to size_t.
20456         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
20457         'unsigned int' where appropriate.
20458         * lib/printf-parse.h: Include sys/types.h.
20459         (char_directive): Change type of *arg_index fields to ssize_t.
20460         (char_directives): Change type of fields 'count', max_*_length to
20461         size_t.
20462         * lib/printf-parse.c: Include sys/types.h and xsize.h.
20463         (SSIZE_MAX): Define fallback value.
20464         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
20465         instead of 'int' where appropriate. Check a_allocated, d_allocated
20466         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
20467         * lib/vasnprintf.c: Include xsize.h.
20468         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
20469         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
20470         overflow. Avoid wraparound when converting a width or precision from
20471         decimal to binary.
20472
20473 2003-11-16  Bruno Haible  <bruno@clisp.org>
20474
20475         Update from GNU gettext.
20476         * lib/printf-parse.c: Generalize to it can be compiled for wide
20477         strings.
20478         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
20479         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
20480         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
20481         SNPRINTF): New macros.
20482         Don't include <alloca.h> if the file is used inside libintl.
20483         (local_wcslen): New function, for Solaris 2.5.1.
20484         (VASNPRINTF): Use it instead of wcslen.
20485
20486 2003-11-16  Bruno Haible  <bruno@clisp.org>
20487
20488         * lib/xsize.h (xmax): New function.
20489         (xsum, xsum3, xsum4): Declare as "pure" functions.
20490
20491 2003-11-12  Paul Eggert  <eggert@twinsun.com>
20492
20493         * modules/xalloc (Files): Undo latest change, since xalloc.h
20494         no longer needs SIZE_MAX or PTRDIFF_MAX.
20495
20496 2003-11-12  Paul Eggert  <eggert@twinsun.com>
20497
20498         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
20499         gl_PTRDIFF_MAX.
20500
20501 2003-11-12  Paul Eggert  <eggert@twinsun.com>
20502
20503         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
20504         "return", to pacify some unknown compiler.  Problem reported
20505         by Joerg Schilling.
20506
20507 2003-11-12  Paul Eggert  <eggert@twinsun.com>
20508
20509         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
20510         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
20511         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
20512         heuristic is just as accurate as far as we know, and it removes a
20513         dependency on size_max.m4 and ptrdiff_max.m4.
20514
20515 2003-11-11  Bruno Haible  <bruno@clisp.org>
20516
20517         * modules/xsize (Files): Add m4/size_max.m4.
20518         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
20519
20520 2003-11-11  Bruno Haible  <bruno@clisp.org>
20521
20522         * m4/size_max.m4: New file.
20523         * m4/ptrdiff_max.m4: New file.
20524         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
20525         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
20526         (gl_XALLOC): Invoke it.
20527
20528 2003-11-11  Bruno Haible  <bruno@clisp.org>
20529
20530         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
20531         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
20532         defined.
20533
20534 2003-11-10  Paul Eggert  <eggert@twinsun.com>
20535
20536         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
20537         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
20538         rejected some allocations of exactly SIZE_MAX - 2 bytes.
20539         From Bruno Haible.
20540         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
20541         not (size_t) -1, since it's defined here.
20542
20543 2003-11-09  Karl Berry  <karl@gnu.org>
20544
20545         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
20546
20547 2003-11-06  Paul Eggert  <eggert@twinsun.com>
20548
20549         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
20550         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
20551         Reject sizes of exactly SIZE_MAX bytes.
20552         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
20553         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
20554
20555 2003-11-05  Bruno Haible  <bruno@clisp.org>
20556
20557         * lib/xsize.h: Include limits.h, to avoid a possible collision with
20558         SIZE_MAX defined in <limits.h> on Solaris.
20559
20560 2003-11-04  Jim Meyering  <jim@meyering.net>
20561
20562         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
20563         variable names, rather than @VAR@.
20564         * modules/poll: Likewise.
20565
20566 2003-11-04  Bruno Haible  <bruno@clisp.org>
20567
20568         * modules/xsize: New file.
20569         * modules/linebreak: Depend on xsize.
20570         * MODULES.html.sh (func_all_modules): Add xsize.
20571
20572 2003-11-04  Bruno Haible  <bruno@clisp.org>
20573
20574         * m4/xsize.m4: New file.
20575
20576 2003-11-04  Bruno Haible  <bruno@clisp.org>
20577
20578         * lib/xsize.h: New file.
20579         * lib/linebreak.c: Include xsize.h.
20580         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
20581         argument for overflow.
20582         Suggested by Paul Eggert.
20583
20584 2003-11-03  Karl Berry  <karl@gnu.org>
20585
20586         * config/config.{guess,sub}: update from config.
20587
20588 2003-11-03  Jim Meyering  <jim@meyering.net>
20589
20590         * modules/userspec (lib_SOURCES): Add userspec.h.
20591         (Include): Add "userspec.h".
20592         Improve description.
20593
20594 2003-11-03  Jim Meyering  <jim@meyering.net>
20595
20596         * lib/userspec.c: Include "userspec.h".
20597         * lib/userspec.h: New file.
20598
20599 2003-11-03  Bruno Haible  <bruno@clisp.org>
20600
20601         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
20602
20603 2003-11-03  Bruno Haible  <bruno@clisp.org>
20604
20605         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
20606         available, to avoid (extremely rare) race condition.
20607         Suggested by Paul Eggert.
20608
20609 2003-11-02  Karl Berry  <karl@gnu.org>
20610
20611         * config/srclist.txt (vasprintf.c): sync broken, sigh.
20612
20613 2003-10-31  Paul Eggert  <eggert@twinsun.com>
20614
20615         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
20616         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
20617         (read_filesystem_list): Set and use me_type_malloced.
20618         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
20619         whatever the type happens to be), for brevity and consistency.
20620         Check for size calculation overflow on Alphas running OSF/1.
20621
20622 2003-10-31  Jim Meyering  <jim@meyering.net>
20623
20624         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
20625
20626         * lib/linebuffer.c: Include <string.h> for declaration of memset.
20627
20628 2003-10-30  Paul Eggert  <eggert@twinsun.com>
20629             Bruno Haible  <bruno@clisp.org>
20630
20631         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
20632         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
20633
20634 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
20635
20636         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
20637         netbsd*-gnu*.  Suggested by Robert Millan.
20638
20639 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20640
20641         * modules/group-member: Depend on stdbool.
20642
20643 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20644
20645         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
20646
20647 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20648
20649         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
20650         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
20651         after the 'gnu' in these cases.  This fixes some bugs in the
20652         previous change, and is based on suggestions by Robert Millan.
20653
20654 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20655
20656         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
20657         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
20658         no longer needed.
20659         * lib/quotearg.c (quotearg_n_options): Use it.
20660         * lib/group-member.c: Include <stdbool.h>.
20661         (free_group_info): Arg is now const *; don't free arg.
20662         (get_group_info): Now returns bool and accepts struct group_info *,
20663         rather than returning a malloc'ed struct group_info *.
20664         All uses changed.  Check for overflow in internal size calculation.
20665
20666         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
20667         rather than xmalloc/xrealloc.
20668         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
20669         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
20670         conformance bug: the old code used a pointer after freeing the
20671         storage that it addressed.
20672         * lib/hash.c (hash_initialize): Simplify the code by using
20673         xalloc_oversized rather than doing it by hand.
20674         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
20675         the buffer preserved.  Use free and xmalloc instead.
20676         * lib/quotearg.c (quotearg_n_options): Likewise.
20677         Use a simpler test for size overflow.  Don't use xalloc_oversized
20678         because unsigned int might be wider than size_t (!); this suggests
20679         that we should switch from unsigned int to size_t for slot numbers.
20680
20681 2003-10-28  Paul Eggert  <eggert@twinsun.com>
20682
20683         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
20684         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
20685         NetBSD kernels.  Requested by Richard Stallman.
20686
20687 2003-10-27  Paul Eggert  <eggert@twinsun.com>
20688
20689         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
20690         to allocate the returned structure.  Do not allocate a subarray,
20691         as x2nrealloc will do that.
20692         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
20693         instead of xnrealloc.
20694         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
20695
20696 2003-10-27  Bruno Haible  <bruno@clisp.org>
20697
20698         * lib/stdbool_.h: Better support for BeOS.
20699
20700 2003-10-26  Paul Eggert  <eggert@twinsun.com>
20701
20702         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
20703         now uses inline.
20704
20705 2003-10-26  Paul Eggert  <eggert@twinsun.com>
20706
20707         * lib/xalloc.h (xalloc_oversized): New static inline function, for
20708         callers that want to do their own size-overflow checking.  Include
20709         <stdbool.h>, since xalloc_oversized returns bool.
20710         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
20711         to use xalloc_oversized.
20712
20713         Add two functions x2realloc, x2nrealloc, for programs that grow
20714         arrays dynamically by doubling their sizes.
20715         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
20716         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
20717         New functions.
20718
20719         Port to C99 semantics for 'inline' of external functions.
20720         Bug reported by Bruno Haible.
20721         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
20722         with the old contents of xnmalloc.
20723         (xnmalloc, xmalloc): Use it.
20724         (xnrealloc_inline): New static inline function,
20725         with the old contents of xnrealloc.
20726         (xnrealloc, xrealloc): Use it.
20727
20728         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
20729         that.
20730
20731 2003-10-26  Karl Berry  <karl@gnu.org>
20732
20733         * config/srclist.txt (COPYING.DOC): no longer available from
20734         /gd/gnuorg; don't know where the ultimate source is.
20735
20736 2003-10-25  Paul Eggert  <eggert@twinsun.com>
20737
20738         Fix several address-calculation bugs in the hash modules,
20739         plus some minor code cleanup.
20740
20741         * lib/hash.h: Include <stdbool.h>, for bool.
20742         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
20743         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
20744         hash_get_n_entries, hash_get_max_bucket_length,
20745         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
20746         hash_rehash): Use size_t rather than unsigned.
20747         * lib/hash.c (struct hash_table, hash_get_n_buckets,
20748         hash_get_n_buckets_used, hash_get_n_entries,
20749         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
20750         hash_get_entries, hash_do_for_each, hash_string, is_prime,
20751         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
20752         Likewise.
20753         (SIZE_MAX): Define if not defined.
20754         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
20755         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
20756         hash_print):
20757         Use const * when possible.
20758         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
20759         (check_tuning): Fix bug: if tuning parameters were very close to
20760         0 or 1, rounding errors could have caused subscript violations.
20761         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
20762         (hash_initialize): Add 'fail:' label
20763         to free table and return NULL, and use it to simplify code.
20764         Use calloc rather than clearing the storage ourself.
20765         (hash_initialize, hash_rehash): Check for arithmetic overflow in
20766         buffer size calculations.
20767         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
20768         Include <stddef.h>, for size_t.
20769         * lib/hash-pjw.c (hash_pjw): Likewise.
20770         Switch to method described by Bruno Haible.
20771         Include <limits.h>, for CHAR_BIT.
20772         (SIZE_BITS): New macro.
20773
20774 2003-10-23  Paul Eggert  <eggert@twinsun.com>
20775
20776         * m4/getline.m4 (AM_FUNC_GETLINE):
20777         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
20778         hosts.  Problem reported by Derek Robert Price in
20779         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
20780         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
20781         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
20782
20783 2003-10-21  Paul Eggert  <eggert@twinsun.com>
20784
20785         * lib/getndelim2.c (getndelim2): When size calculation overflows,
20786         ceiling the allocation at NMAX bytes rather than silently
20787         discarding input bytes before NMAX is reached.  This makes
20788         a difference only if NMAX exceeds SIZE_MAX / 2.
20789
20790         * lib/obstack.c: Merge from glibc.
20791         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
20792         Add libc_hidden_def (_obstack_newchunk).
20793         (_obstack_free) [! defined _LIBC]: Remove.
20794         [defined _LIBC]: Make a strong alias from obstack_free, rather than
20795         a clone of the function body.
20796         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
20797         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
20798
20799         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
20800         glibc.
20801         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
20802         arg to memcpy.
20803
20804         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
20805         (obstack_ptr_grow_fast, obstack_int_grow_fast):
20806         Don't use lvalue casts, as GCC plans to remove support for them
20807         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
20808         was also present in the non-GCC version, indicating that this
20809         code had always been buggy and had never been widely used.
20810         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
20811         Use the fast variant of each macro, rather than copying the
20812         definiens of the fast variant; that way, we'll be more likely to
20813         catch future bugs in the fast variants.
20814
20815 2003-10-20  Bruno Haible  <bruno@clisp.org>
20816
20817         * modules/wait-process: New file.
20818         * MODULES.html.sh (func_all_modules): Add wait-process.
20819
20820 2003-10-20  Bruno Haible  <bruno@clisp.org>
20821
20822         * m4/wait-process.m4: New file.
20823
20824 2003-10-20  Bruno Haible  <bruno@clisp.org>
20825
20826         * lib/wait-process.h: New file, from GNU gettext.
20827         * lib/wait-process.c: New file, from GNU gettext.
20828
20829 2003-10-19  Jim Meyering  <jim@meyering.net>
20830
20831         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
20832         HPUX 10.20.
20833
20834 2003-10-18  Karl Berry  <karl@gnu.org>
20835
20836         * config/config.guess: update from config.
20837
20838 2003-10-16  Paul Eggert  <eggert@twinsun.com>
20839
20840         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
20841         (getgroups): First arg is int, not size_t.
20842         Don't let 'free' mangle errno.
20843
20844 2003-10-16  Paul Eggert  <eggert@twinsun.com>
20845
20846         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
20847
20848 2003-10-16  Karl Berry  <karl@gnu.org>
20849
20850         * config/config.{guess,sub}: update from config.
20851
20852 2003-10-16  Jim Meyering  <jim@meyering.net>
20853
20854         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
20855         memcpy.
20856
20857 2003-10-15  Paul Eggert  <eggert@twinsun.com>
20858
20859         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
20860         (SIZE_MAX): Remove.
20861         (new_exclude, add_exclude_file): Initial size no longer needs to
20862         be a power of 2.
20863         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
20864         our own address arithmetic overflow checking.
20865
20866         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
20867         (fnmatch): Do not alloca more than 2000 wide characters;
20868         instead, use malloc for large buffers.
20869         Check for address arithmetic overflow, and return -1
20870         with errno set to ENOMEM in that case.
20871         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
20872         (NEW_PATTERN): Do not alloca more than 8000 bytes;
20873         instead, return -1.  Check for address arithmetic overflow.
20874
20875 2003-10-14  Paul Eggert  <eggert@twinsun.com>
20876
20877         Handle invalid suffixes and overflow independently, so that
20878         callers can treat them independently as needed.  Fix some bugs in
20879         suffix handling, e.g., "100k@" was not diagnosed as an invalid
20880         suffix for a human-readable blocksize.  The major caller-visible
20881         change is the addition of a new
20882         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
20883         that both overflow and suffix chars were found.
20884
20885         * lib/human.c (humblock): Don't check separately for invalid suffix
20886         char; that is xstrtoumax's job (now that its bug is fixed).
20887         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
20888         INTMAX_MAX]: New macros.
20889         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
20890         TYPE_MAXIMUM): New macros.
20891         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
20892         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
20893         if overflow occurs, as it's what __strtol does and it's more useful
20894         in practice.
20895         (__xstrtol): If __strtol reports some error other than ERANGE,
20896         reflect it to the caller as LONGINT_INVALID.  If it reports
20897         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
20898         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
20899         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
20900         value.
20901         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
20902         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
20903         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
20904         [defined UINTMAX_MAX]: New macros.
20905
20906 2003-10-14  Bruno Haible  <bruno@clisp.org>
20907
20908         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
20909
20910 2003-10-14  Bruno Haible  <bruno@clisp.org>
20911
20912         * m4/sig_atomic_t: New file, from GNU gettext.
20913         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
20914
20915 2003-10-14  Bruno Haible  <bruno@clisp.org>
20916
20917         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
20918         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
20919         Also use volatile where needed.
20920
20921 2003-10-12  Paul Eggert  <eggert@twinsun.com>
20922
20923         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
20924         Change maintainer from Bruno Haible to 'all'.
20925
20926 2003-10-12  Paul Eggert  <eggert@twinsun.com>
20927
20928         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
20929
20930 2003-10-12  Paul Eggert  <eggert@twinsun.com>
20931
20932         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
20933         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
20934         and define in terms of the other primitives.
20935         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
20936         (SIZE_MAX): Define if not already defined.
20937         (array_size_overflow): New function.
20938         (xalloc_die): Abort instead of exiting if 'error' returns.
20939         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
20940         (xmalloc, xrealloc): Use them.
20941         (xcalloc): Check for address arithmetic overflow.
20942         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
20943         a bit faster than strcpy.
20944
20945 2003-10-10  Simon Josefsson  <jas@extundo.com>
20946
20947         * modules/argp (Depends-on): Add restrict and strcase.
20948
20949 2003-10-10  Simon Josefsson  <jas@extundo.com>
20950
20951         * m4/argp.m4: Add AC_C_INLINE.
20952
20953 2003-10-08  Paul Eggert  <eggert@twinsun.com>
20954
20955         Merge getpass from libc, plus a few fixes.
20956
20957         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
20958         Include <stdbool.h>.
20959         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
20960         __fsetlocking to empty.
20961         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
20962         do include <bits/libc-lock.h>.
20963         Do not include <fcntl.h>; not needed.
20964         [_LIBC]: Include <wchar.h>.
20965         (NOTCANCEL_MODE): New macro.
20966         (flockfile, funlockfile) [_LIBC]: New macros.
20967         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
20968         [!_LIBC]: New macros.
20969         (call_fclose): New function.
20970         (getpass): Use it.  Save tty stream separately; this simplifies the
20971         code and makes it more reliable if stdin happens to equal stdout.
20972         Invoke __fsetlocking on tty.
20973         Handle thread cancellation if needed.
20974         Namespace cleanup (use __tcgetattr, __getline).
20975         Use bool for Booleans.
20976         [USE_IN_LIBIO]: Handle wide streams.
20977         [!_LIBC]: Unconditionally do the fseek, since we don't know what
20978         stream might go where.
20979
20980         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
20981         doesn't have to include <stdio.h> before us.
20982         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
20983         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
20984         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
20985         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
20986         if not declared, so that we can use getpass.c code from libc without
20987         rewriting it.
20988         (flockfile, ftrylockfile, funlockfile): New macros.
20989
20990 2003-10-08  Paul Eggert  <eggert@twinsun.com>
20991
20992         * modules/getpass: Depend on stdbool.
20993
20994 2003-10-08  Paul Eggert  <eggert@twinsun.com>
20995
20996         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
20997
20998 2003-10-07  Karl Berry  <karl@gnu.org>
20999
21000         * config/config.{guess,sub}: update from config.
21001
21002 2003-10-06  Jim Meyering  <jim@meyering.net>
21003             Bruno Haible  <bruno@clisp.org>
21004
21005         This lets translators provide better translations for the
21006         "Written by ..." part of --version output.
21007         * lib/version-etc.h: Include stdarg.h.
21008         (version_etc_copyright): Declare as readonly.
21009         (version_etc): Make this function variadic with a NULL-terminated list
21010         of author name strings.
21011         (version_etc_va): New declaration.
21012         * lib/version-etc.c: Include stdarg.h, stdlib.h.
21013         (version_etc_copyright): Declare as readonly.
21014         (version_etc_va): New function. Provide a different translatable string
21015         for each possible number of authors < 10. Abbreviate when there are 10
21016         authors or more.
21017         (version_etc): Make this function variadic. Call version_etc_va.
21018         Suggestion from Gary V. Vaughan.
21019
21020         * lib/long-options.h (parse_long_options): Change prototype: the
21021         authors string is moved to the end and becomes variadic.
21022         * lib/long-options.c: Include stdarg.h.
21023         (parse_long_options): Make this function variadic, too.
21024         Call version_etc_va, not version_etc.
21025
21026 2003-10-06  Bruno Haible  <bruno@clisp.org>
21027
21028         * modules/version-etc-2: Remove file.
21029         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
21030
21031 2003-10-06  Bruno Haible  <bruno@clisp.org>
21032
21033         * modules/fatal-signal: New file.
21034         * MODULES.html.sh (func_all_modules): Add fatal-signal.
21035
21036 2003-10-06  Bruno Haible  <bruno@clisp.org>
21037
21038         * m4/fatal-signal.m4: New file.
21039         * m4/signalblocking.m4: New file, from GNU gettext.
21040
21041 2003-10-06  Bruno Haible  <bruno@clisp.org>
21042
21043         * lib/version-etc-2.h: Remove file.
21044         * lib/version-etc-2.c: Remove file.
21045
21046 2003-10-06  Bruno Haible  <bruno@clisp.org>
21047
21048         * lib/fatal-signal.h: New file, from GNU gettext.
21049         * lib/fatal-signal.c: New file, from GNU gettext.
21050
21051 2003-10-05  Paul Eggert  <eggert@twinsun.com>
21052
21053         * README: Rework advice for preventing empty .o files.
21054         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
21055         not <sys/types.h>.
21056
21057 2003-10-04  Karl Berry  <karl@gnu.org>
21058
21059         * lib/argp*: update from libc.
21060
21061 2003-10-04  Karl Berry  <karl@gnu.org>
21062
21063         * config/config.{guess,sub}: update from config.
21064
21065 2003-10-02  Bruno Haible  <bruno@clisp.org>
21066
21067         * modules/lchown (Include): Add lchown.h.
21068         * modules/time_r (Include): Use "..." syntax.
21069         * modules/xgetdomainname (Include): Add xgetdomainname.h.
21070
21071 2003-10-01  Simon Josefsson  <jas@extundo.com>
21072
21073         * MODULES.html.sh (func_all_modules): Move gethostname from section
21074         'based on' to section 'lacking' POSIX:2001.
21075
21076 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
21077
21078         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
21079         to output mode on the same stream.
21080
21081 2003-09-29  Paul Eggert  <eggert@twinsun.com>
21082
21083         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
21084         Fix arg typo in previous patch.
21085
21086 2003-09-28  Jim Meyering  <jim@meyering.net>
21087
21088         * lib/error.c: Correct cpp indentation.
21089
21090 2003-09-27  Paul Eggert  <eggert@twinsun.com>
21091
21092         * modules/free: New file.
21093
21094 2003-09-27  Paul Eggert  <eggert@twinsun.com>
21095
21096         * m4/free.m4: New file.
21097
21098 2003-09-27  Paul Eggert  <eggert@twinsun.com>
21099
21100         * lib/minmax.h (MIN, MAX)
21101         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
21102         Omit the special code that used __typeof__, since we worry that
21103         it could be more trouble than it's worth.  See:
21104         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
21105         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
21106
21107         * lib/free.c: New file.
21108
21109 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
21110
21111         Trivial fixes to Makefile.am parts of module listings.
21112         * modules/strstr: Append strstr.h to lib_SOURCES.
21113         * modules/strcase: Likewise, for strcase.h.
21114
21115 2003-09-27  Karl Berry  <karl@gnu.org>
21116
21117         * config/mkinstalldirs: update from automake.
21118
21119 2003-09-26  Paul Eggert  <eggert@twinsun.com>
21120
21121         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
21122         (error_tail): Do not loop, reallocating temporary buffer, since
21123         the output cannot contain more wide characters than the input
21124         contains bytes, the size must be big enough already.  This avoids
21125         one potential size overflow calculation.  Check for size overflow
21126         when calculating temporary buffer size.  Free temporary buffer
21127         when done, if it was allocated with malloc; this plugs a memory
21128         leak.  Remove casts from void * to pointers, that are no longer
21129         needed now that we're assuming C89 or better.
21130
21131         Merge error changes from glibc.
21132
21133         * lib/error.c, error.h: Update copyright notice header to match glibc.
21134         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
21135         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
21136         Disable cancellation while printing error.
21137         * lib/error.h: Prepend __ to parameter names.
21138
21139 2003-09-26  Jim Meyering  <jim@meyering.net>
21140
21141         * lib/error.c (error_tail): Move some declarations
21142         into inner scope where the local variables are used.
21143
21144 2003-09-26  Bruno Haible  <bruno@clisp.org>
21145
21146         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
21147         stpncpy().
21148         Don't define stpncpy through config.h; it's now done through stpncpy.h.
21149
21150 2003-09-26  Bruno Haible  <bruno@clisp.org>
21151
21152         * lib/stpncpy.h (gnu_stpncpy): New declaration.
21153         (stpncpy): Define as alias for gnu_stpncpy.
21154         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
21155
21156 2003-09-25  Simon Josefsson  <jas@extundo.com>
21157
21158         * lib/xgetdomainname.h: New file.
21159         * lib/xgetdomainname.c: New file.
21160
21161 2003-09-25  Simon Josefsson  <jas@extundo.com>
21162             Bruno Haible  <bruno@clisp.org>
21163
21164         * modules/getdomainname: New file.
21165         * modules/xgetdomainname: New file.
21166         * MODULES.html.sh (func_all_modules): Add getdomainname,
21167         xgetdomainname.
21168
21169 2003-09-25  Simon Josefsson  <jas@extundo.com>
21170             Bruno Haible  <bruno@clisp.org>
21171
21172         * m4/getdomainname.m4: New file.
21173
21174 2003-09-25  Simon Josefsson  <jas@extundo.com>
21175             Bruno Haible  <bruno@clisp.org>
21176
21177         * lib/getdomainname.h: New file.
21178         * lib/getdomainname.c: New file.
21179
21180 2003-09-25  Karl Berry  <karl@gnu.org>
21181
21182         * lib/argp-fmtstream.c, argp-help.c: update from libc.
21183
21184 2003-09-25  Karl Berry  <karl@gnu.org>
21185
21186         * config/install-sh: update from automake.
21187
21188 2003-09-25  Bruno Haible  <bruno@clisp.org>
21189
21190         * modules/version-etc-2: New file, from modules/version-etc with
21191         modifications.
21192         * MODULES.html.sh (func_all_modules): Add version-etc-2.
21193
21194 2003-09-25  Bruno Haible  <bruno@clisp.org>
21195
21196         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
21197         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
21198
21199 2003-09-24  Simon Josefsson  <jas@extundo.com>
21200
21201         * modules/xgethostname: Add xgethostname.h.
21202
21203 2003-09-24  Paul Eggert  <eggert@twinsun.com>
21204
21205         * lib/linebuffer.c (freebuffer): Don't free the argument, just
21206         the buffer associated with the argument.  Bug reported by
21207         Simon Josefsson.
21208
21209 2003-09-24  Paul Eggert  <eggert@twinsun.com>
21210
21211         * README: Document assumptions that 'int' is at least 32 bits
21212         wide, that integer arithmetic is 2's complement without overflow,
21213         that there are no holes in integer values, that adding sizes of
21214         two nonoverlapping objects can't overflow, and that all-bits-zero
21215         yields scalar zero.  Fix spelling and capitalization typos.
21216
21217 2003-09-19  Karl Berry  <karl@gnu.org>
21218
21219         * lib/argp.h: update from libc.
21220
21221 2003-09-17  Paul Eggert  <eggert@twinsun.com>
21222
21223         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
21224         to avoid spurious warnings like "AC_RUN_IFELSE was called before
21225         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
21226
21227 2003-09-17  Paul Eggert  <eggert@twinsun.com>
21228
21229         * gnulib-tool: Use "test -h", not "test -L", for portability
21230         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
21231         (tags_regexp): Remove, since \| doesn't conform to POSIX.
21232         (sed_extract_prog): Issue s commands one-by-one, rather than
21233         using \| in one s command.
21234
21235 2003-09-16  Paul Eggert  <eggert@twinsun.com>
21236
21237         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
21238         input error, instead of returning NULL the next time we are called
21239         (and therefore losing track of errno).
21240
21241 2003-09-16  Bruno Haible  <bruno@clisp.org>
21242
21243         * gnulib-tool (func_create_testdir): Warn about duplicated
21244         dependencies.
21245
21246 2003-09-15  Paul Eggert  <eggert@twinsun.com>
21247
21248         * modules/argmatch, modules/fatal, modules/obstack,
21249         modules/xalloc, modules/xgethostname: Sort dependencies by
21250         importance, not alphabetically.
21251
21252 2003-09-15  Paul Eggert  <eggert@twinsun.com>
21253
21254         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
21255         fails, so that the caller gets the proper errno.
21256
21257         * lib/readutmp.c (read_utmp): Likewise.
21258         Check for fstat error.  Close stream and free storage
21259         when failing.
21260
21261 2003-09-14  Karl Berry  <karl@gnu.org>
21262
21263         * config/srclist.txt (strdup.c): disable for c89 changes.
21264
21265 2003-09-14  Jim Meyering  <jim@meyering.net>
21266
21267         * lib/getloadavg.c: Correct cpp indentation.
21268         * lib/strdup.c: Likewise.
21269         * lib/vasnprintf.c: Likewise.
21270
21271 2003-09-14  Bruno Haible  <bruno@clisp.org>
21272
21273         * modules/fwriteerror: New file.
21274         * MODULES.html.sh (func_all_modules): Add fwriteerror.
21275
21276 2003-09-14  Bruno Haible  <bruno@clisp.org>
21277
21278         * lib/fwriteerror.h: New file.
21279         * lib/fwriteerror.c: New file.
21280
21281 2003-09-12  Paul Eggert  <eggert@twinsun.com>
21282
21283         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
21284         modules/xgethostname, modules/xalloc: Depend on exit.
21285
21286 2003-09-12  Paul Eggert  <eggert@twinsun.com>
21287
21288         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
21289
21290         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
21291         and AC_MINIX, too, so that their extensions are available.
21292
21293         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
21294         This macro has been superseded by gl_BACKUPFILE.
21295
21296         More patches to assume C89 or better.
21297
21298         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
21299
21300         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
21301         unconditionally.
21302         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
21303         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
21304         Include <string.h>, <stdlib.h> unconditionally.
21305         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
21306         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
21307         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
21308         headers or for string.h.
21309         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
21310         or strtoul.
21311
21312         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
21313         headers.
21314         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
21315         * m4/userspec.m4 (gl_USERSPEC): Likewise.
21316         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
21317         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
21318         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
21319         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
21320         memcpy, memset.
21321         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
21322         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
21323         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
21324         strtol.
21325         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
21326         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
21327         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
21328         strtoul.
21329
21330 2003-09-12  Paul Eggert  <eggert@twinsun.com>
21331
21332         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
21333         * lib/obstack.c [!defined _LIBC]: Likewise.
21334         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
21335         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
21336         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
21337
21338         More changes to assume C89 or better.
21339
21340         * lib/error.c (error_tail): Assume vprintf.
21341
21342         * lib/argmatch.c (getenv): Remove decl.
21343         * lib/progreloc.c (get_full_program_name): Define via prototype.
21344         * lib/setenv.c (clearenv): Likewise.
21345         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
21346         needed.
21347         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
21348         (malloc, memcpy): Remove decls.
21349         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
21350         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
21351         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
21352         (memcpy): Remove macro.
21353         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
21354         (__P): Remove.  All uses removed.
21355         (PTR): Remove.  All uses changed to void *.
21356         (CHAR_BIT, NULL): Remove.
21357         (spaces, zeros, memset_space, memset_zero)
21358         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
21359         Remove.
21360         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
21361         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
21362         Define with prototype.
21363         Remove now-unnecessary prototype decl.
21364         (extra_args_spec): Assume ANSI C.  All uses changed.
21365         (extra_args_spec_iso): Remove.
21366         (my_strftime, emacs_strftimeu): Define via prototype.
21367         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
21368         unconditionally.
21369         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
21370         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
21371         (strtoul, strtol): Remove decls.
21372         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
21373         LONG_MAX): Remove.
21374         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
21375         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
21376         (LOCALE_PARAM_PROTO): New macro.
21377         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
21378         (INTERNAL (strtol), strtol): Define with a prototype.
21379         (PARAMS): Remove.  All uses removed.
21380         * lib/tempname.c: Include <string.h> unconditionally.
21381         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
21382         * lib/xgethostname.c (main): Define with a prototype.
21383         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
21384         Include <stdlib.h> unconditionally.
21385         (calloc, malloc, realloc, free): Remove decls.
21386         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
21387         Include <stdlib.h> unconditionally.  Sort include file names.
21388         (strtod): Remove.
21389         (xstrtod): Define with a prototype.
21390         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
21391         (strtol, strtoul): Remove decls.
21392
21393 2003-09-11  Paul Eggert  <eggert@twinsun.com>
21394
21395         More patches to assume C89 or better.
21396         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
21397         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
21398         string.h, memchr, STDC_HEADERS.
21399
21400 2003-09-11  Paul Eggert  <eggert@twinsun.com>
21401
21402         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
21403         Include <stdlib.h>, <string.h> unconditionally.
21404         Remove now-unnecessary cast to char *.
21405         * lib/strnlen.c: Include <string.h> unconditionally.
21406         * lib/yesno.c (yesno): Define with a prototype.
21407
21408 2003-09-11  Bruno Haible  <bruno@clisp.org>
21409
21410         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
21411
21412 2003-09-10  Jim Meyering  <jim@meyering.net>
21413
21414         * lib/error.c: Correct indentation of cpp directives.
21415
21416 2003-09-10  Bruno Haible  <bruno@clisp.org>
21417
21418         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
21419         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
21420         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
21421         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
21422         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
21423         <stdlib.h> and <string.h> checks.
21424         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
21425         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
21426
21427 2003-09-10  Bruno Haible  <bruno@clisp.org>
21428
21429         * lib/strcspn.c: Include <string.h> unconditionally.
21430         * lib/strpbrk.c: Include <string.h> unconditionally.
21431         * lib/strstr.c: Include <string.h> unconditionally.
21432         * lib/unicodeio.c: Include <string.h> unconditionally.
21433         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
21434         * lib/unsetenv.c: Likewise.
21435         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
21436         * lib/yesno.c: Include <stdlib.h> unconditionally.
21437         (rpmatch): Add prototype.
21438
21439 2003-09-09  Paul Eggert  <eggert@twinsun.com>
21440
21441         More patches to assume C89 or better.
21442         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
21443         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
21444         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
21445         or for string.h.
21446         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
21447         stdlib.h.
21448         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
21449         C headers.
21450         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
21451         string.h.
21452         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
21453         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
21454         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
21455         or for string.h.
21456         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
21457         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
21458         C headers.
21459         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
21460         memcpy.
21461         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
21462         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
21463         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
21464         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
21465         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
21466         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
21467         string.h, free.
21468         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
21469         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
21470         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
21471         C headers, or for string.h.
21472         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
21473         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
21474         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
21475         headers, memory.h, stdlib.h, string.h, strings.h.
21476         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
21477         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
21478         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
21479         strchr.
21480         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
21481         headers, memory.h, string.h.
21482         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
21483         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
21484         free.
21485         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
21486         headers.
21487         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
21488         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
21489         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
21490         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
21491         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
21492
21493 2003-09-09  Paul Eggert  <eggert@twinsun.com>
21494
21495         More K&R removal.
21496
21497         * lib/acosl.c (main): Use a prototype.
21498         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
21499         tanl.c: Likewise.
21500
21501         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
21502
21503         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
21504         (getopt, etopt_long, getopt_long_only, _getopt_internal)
21505         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
21506         with a prototype.
21507         * lib/getopt.c (const): Remove macro.
21508         Include <string.h> unconditionally.
21509         (my_index): Remove; all uses changed to strchr.
21510         (strlen): Remove decl.
21511         (exchange): Remove forward decl; no longer needed.
21512         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
21513         Define with prototype.
21514         * lib/getopt1.c (const): Remove macro.
21515         (getopt_long, getopt_long_only, main): Define with prototype.
21516
21517         * lib/getugroups.c: Include <string.h> unconditionally.
21518
21519         * lib/getusershell.c: Include <stdlib.h> unconditionally.
21520         (getusershell, setusershell, endusershell, readname, main):
21521         Define with prototypes.
21522
21523         * lib/group-member.c: Include group-member.h first.
21524         Include <stdlib.h> unconditionally.
21525
21526         * lib/hard-locale.c: Include hard-locale.h first.
21527         Include <stdlib.h>, <string.h> unconditionally.
21528
21529         * lib/hash.c (free, malloc): Remove decls.
21530         Include <stdlib.h> unconditionally.
21531
21532         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
21533         (getenv): Do not declare.
21534
21535         * lib/idcache.c: Include <string.h> unconditionally.
21536
21537         * lib/long-options.c: Include long-options.h first, to test interface.
21538         Include <stdlib.h> unconditionally.
21539
21540         * lib/makepath.c: Include makepath.h first, to test interface.
21541         Include <stdlib.h> and <string.h> unconditionally.
21542
21543         * lib/linebuffer.c: Include <stdlib.h>.
21544         (free): Remove decl.
21545
21546         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
21547         stddef.h. rpl_malloc returns void *, not char *.
21548         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
21549         prototype.
21550
21551         * lib/md5.h: Include <limits.h> unconditionally.
21552         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
21553         (__P): Remove; all uses removed.
21554         * lib/md5.c: Include "md5.h" first.
21555         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
21556         md5_buffer, md5_process_bytes, md5_process_block):
21557         Define with prototypes.
21558         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
21559         * lib/sha.c: Include "sha.h" first.
21560         Include <stdlib.h>, <string.h> unconditionally.
21561
21562         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
21563         * lib/memcmp.c (__ptr_t): Likewise.
21564         * lib/memrchr.c (__ptr_t): Likewise.
21565         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
21566         Include <string.h> unconditionally.
21567         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
21568         * lib/memchr.c: Include <stdlib.h> unconditionally.
21569         * lib/memchr.c (LONG_MAX): Remove.
21570         * lib/memrchr.c (LONG_MAX): Likewise.
21571         * lib/memchr.c (__memchr): Define via a prototype.
21572         * lib/memrchr.c (__memrchr): Likewise.
21573         * lib/memcmp.c (__P): Remove, and remove all uses.
21574         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
21575         Remove forward decls; no longer needed.
21576         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
21577         Use types required by C89 in prototype.
21578
21579         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
21580         * lib/savedir.c: Likewise.
21581         * lib/mkdir.c (free): Remove decl.
21582         * lib/rmdir.c (rmdir): Define with a prototype.
21583         * lib/savedir.c: Include savedir.h first, to test interface.
21584
21585         * lib/mktime.c (STDC_HEADERS): Remove.
21586         Include <stdlib.h>, <string.h> unconditionally.
21587
21588         * lib/modechange.c: Include <stdlib.h> unconditionally.
21589         (malloc): Remove decl.
21590
21591         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
21592         (free): Remove decl.
21593
21594         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
21595         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
21596         (This type really should be intptr_t, but that's a C99ism.)
21597         (_obstack_memcpy): Remove: all uses changed to memcpy.
21598         Include <string.h> unconditionally.
21599         (struct obstack): Assume __STDC__ for types of members
21600         chunkfun, freefun, extra_arg.
21601         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
21602         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
21603         obstack_begin, obstack_specify_allocation,
21604         obstack_specify_allocation_with_arg, obstack_chunkfun,
21605         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
21606         Remove unprototyped decls and the macros that use them.
21607         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
21608         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
21609         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
21610         (defined __STDC__ && __STDC__)]:
21611         Remove nonprototyped code.
21612         Include <stdlib.h> unconditionally.
21613         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
21614         _obstack_allocated_p, _obstack_free, obstack_free,
21615         _obstack_memory_used, print_and_abort):
21616         Define using prototypes.
21617         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
21618         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
21619         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
21620         obstack_next_free, obstack_object_size, obstack_room) [0]:
21621         Remove unused, unprototyped code.
21622
21623         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
21624
21625         * lib/physmem.c (physmem_total, physmem_available, main): Define
21626         with prototypes.
21627
21628         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
21629         (main): Define with a prototype.
21630
21631         * lib/posixver.c (getenv): Remove decl.
21632
21633         * lib/putenv.c (malloc): Returns void *, not char *.
21634         Include <string.h> unconditionally.
21635         (strchr, memcpy, NULL): Do not define.
21636
21637         * lib/readtokens.c: Include readtokens.h first, to test interface.
21638         Include <stdlib.h>, <string.h> unconditionally.
21639         (init_tokenbuffer): Define with a prototype.
21640
21641         * lib/regex.c (PARAMS): Remove.  All uses removed.
21642         All uses of _RE_ARGS removed, too.
21643         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
21644         unconditionally.
21645         (bzero): Assume memset exists.
21646         (memcmp, memcpy, NULL): Remove.
21647         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
21648         char, or assignments to local vars of type signed char.
21649         (init_syntax_once, PREFIX(extract_number_and_incr),
21650         PREFIX(print_partial_compiled_pattern),
21651         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
21652         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
21653         PREFIX(regex_grow_registers), PREFIX(regex_compile),
21654         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
21655         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
21656         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
21657         wcs_compile_range, byte_compile_range, truncate_wchar,
21658         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
21659         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
21660         count_mbs_length, wcs_re_match_2_internal,
21661         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
21662         PREFIX(alt_match_null_string_p),
21663         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
21664         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
21665         regfree, PREFIX(extract_number)): Define with prototype.  Remove
21666         now-unnecessary declaration, if any.
21667         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
21668         regcomp, regexec):
21669         Remove now-unnecessary casts among pointer types.
21670         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
21671
21672         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
21673         (free): Remove decl.
21674
21675         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
21676
21677         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
21678         (free): Remove decl.
21679
21680         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
21681         * lib/xgetcwd.c: Likewise.
21682
21683         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
21684         (free): Remove decl.
21685
21686         * lib/strchrnul.c (strchrnul): Define with a prototype.
21687         Fix bug: c_in was not converted to char before searching.
21688
21689         The following changes are not K&R related:
21690
21691         * lib/group-member.h: Include <sys/types.h>, so that this file is
21692         self-contained.
21693         * lib/makepath.h: Likewise.
21694
21695         * lib/getusershell.c (readname, default_index, line_size, readname):
21696         Use size_t, not int, for sizes.
21697         (readname): If the size overflows, report an error instead of
21698         looping forever.
21699
21700 2003-09-09  Paul Eggert  <eggert@twinsun.com>
21701
21702         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
21703         libc.
21704
21705 2003-09-09  Paul Eggert  <eggert@twinsun.com>
21706
21707         * README: New section: portability guidelines.
21708
21709 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
21710
21711         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
21712         C89 spec.
21713
21714 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
21715
21716         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
21717
21718 2003-09-08  Paul Eggert  <eggert@twinsun.com>
21719
21720         Assume C89 or better; remove K&R cruft.
21721         A few of these changes were first proposed by Derek Robert Price
21722         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
21723
21724         * lib/addext.c: Include <string.h> unconditionally.
21725         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
21726         Don't declare getenv or malloc.
21727
21728         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
21729         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
21730         (NULL): Remove.
21731         (find_stack_direction, alloca): Use prototypes.
21732
21733         * lib/atexit.c (atexit): Define using a prototype.
21734
21735         * lib/basename.c, dirname.c, stripslash.c:
21736         Include <string.h> unconditionally.
21737
21738         * lib/bcopy.c: Include <stddef.h>.
21739         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
21740
21741         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
21742
21743         * lib/error.h (error, error_at_line, error_print_progname)
21744         [! (defined (__STDC__) && __STDC__)]: Remove decls.
21745         * lib/error.c: Include error.h first, to check interface.
21746         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
21747         (VA_START): Remove; all uses changeed to va_start.
21748         (exit, strerror): Remove decls.
21749         (error_print_progname): Prototype uncondionally.
21750         Don't include <errno.h>; no longer needed.
21751         (private_strerror): Remove.
21752         (error_tail): Always define.
21753         (error, error_at_line): Assume C89 or better; always use prototypes.
21754         * lib/fatal.c: Include "fatal.h" first, to test interface.
21755         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
21756         (VA_START): Remove; all uses changed to va_start.
21757         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
21758         this case.
21759         (exit): Remove decl.
21760         (fatal): Prototype unconditionally.  Assume va_start works.
21761         Abort at end, to pacify gcc.
21762
21763         * lib/euidaccess.c (main): Define with a prototype.
21764
21765         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
21766
21767         * lib/exitfail.c: Include <stdlib.h> unconditionally.
21768
21769         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
21770         prototypes.
21771         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
21772         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
21773         (getenv): Remove decl.
21774         (fnmatch): Define using a prototype.
21775         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
21776         (FCT): Define using a prototype.
21777
21778         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
21779
21780         * lib/gethostname.c: Include <stddef.h>.
21781         (gethostname): Define with prototype.  Length is size_t, not int.
21782
21783 2003-09-08  Paul Eggert  <eggert@twinsun.com>
21784
21785         Assume C89 or better; remove K&R cruft.
21786         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
21787         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
21788         string.h, getenv, malloc.
21789         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
21790         headers.
21791         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
21792         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
21793         do not check for strerror.
21794         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
21795         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
21796         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
21797         do not check for doprnt or vprintf.
21798         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
21799         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
21800
21801 2003-09-08  Paul Eggert  <eggert@twinsun.com>
21802
21803         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
21804         getversion.c should have been removed then, but was accidentally
21805         preserved.
21806
21807         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
21808         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
21809
21810 2003-09-08  Karl Berry  <karl@gnu.org>
21811
21812         * config/config.sub, config.guess, srclistvars.sh: update from savannah
21813                 config, forget about prep.
21814
21815         * config/depcomp, missing: update from automake.
21816
21817 2003-09-07  Paul Eggert  <eggert@twinsun.com>
21818
21819         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
21820         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
21821
21822 2003-09-07  Paul Eggert  <eggert@twinsun.com>
21823
21824         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
21825         copy_tm_result.  Bug reported by Simon Josefsson in
21826         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
21827
21828 2003-09-06  Paul Eggert  <eggert@twinsun.com>
21829
21830         * m4/time_r.m4: New file.
21831         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
21832         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
21833         is. Check for timegm declaration.
21834         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
21835         Do not check for gmtime_r.
21836         Replace mktime if __mktime_internal does not exist and if mktime
21837         hasn't been replaced already.
21838
21839 2003-09-06  Paul Eggert  <eggert@twinsun.com>
21840
21841         * lib/time_r.c, lib/time_r.h: New files.
21842
21843         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
21844         __localtime_r.
21845         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
21846         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
21847
21848         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
21849         __gmtime_r.
21850         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
21851         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
21852         Include <time_r.h>.
21853
21854         * lib/timegm.c: Switch to glibc implementation, with the following
21855         changes:
21856         [defined HAVE_CONFIG_H]: Include <config.h>.
21857         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
21858         (__mktime_internal) [!defined _LIBC]: New decl.
21859         (__gmtime_r) [!defined _LIBC]: New macro and function.
21860         (timegm): Use a prototype, since gnulib assumes C89.
21861         Do not bother declaring tmp to be const, as it's not really usefu.
21862         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
21863         (timegm): Declare only if HAVE_DECL_TIMEGM.
21864
21865 2003-09-06  Paul Eggert  <eggert@twinsun.com>
21866
21867         * MODULES.html.sh (func_all_modules): Add time_r.
21868         * modules/time_r: New file.
21869         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
21870         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
21871
21872 2003-09-03  Paul Eggert  <eggert@twinsun.com>
21873
21874         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
21875         Bug reported by Lute Kamstra in
21876         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
21877
21878         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
21879         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
21880         course with correspondingly smaller numbers for tomorrow and
21881         yesterday.  From Tadayoshi Funaba.  Originally installed into
21882         sh-utils on 1999-08-07, but the patch got lost (I guess during the
21883         coreutils merge?).
21884
21885 2003-08-31  Simon Josefsson  <jas@extundo.com>
21886
21887         * modules/timegm: New file.
21888         * MODULES.html.sh (func_all_modules): Add timegm.
21889
21890 2003-08-31  Simon Josefsson  <jas@extundo.com>
21891
21892         * m4/timegm.m4: New file.
21893
21894 2003-08-31  Simon Josefsson  <jas@extundo.com>
21895
21896         * lib/timegm.h: New file.
21897         * lib/timegm.c: New file.  Based on
21898         wget-1.8.2/src/http.c:mktime_from_utc.
21899
21900 2003-08-31  Karl Berry  <karl@gnu.org>
21901
21902         * lib/argp.h: update from libc.
21903
21904 2003-08-28  Bruno Haible  <bruno@clisp.org>
21905
21906         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
21907         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
21908         followed by '#define fnmatch fnmatch_posix' gives an error.
21909
21910 2003-08-28  Bruno Haible  <bruno@clisp.org>
21911
21912         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
21913         warning on QNX, which defines O_BINARY to 000000.
21914
21915 2003-08-27  Jim Meyering  <jim@meyering.net>
21916
21917         * m4/mkstemp.m4: Require that the system mkstemp be able to create
21918         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
21919         would fail after 32.  Reported by Danny Levinson.  Details here:
21920         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
21921
21922 2003-08-24  Bruno Haible  <bruno@clisp.org>
21923
21924         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
21925         MSVC7 <stdio.h> is included later.
21926
21927 2003-08-22  Simon Josefsson  <jas@extundo.com>
21928
21929         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
21930
21931 2003-08-20  Karl Berry  <karl@gnu.org>
21932
21933         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
21934
21935 2003-08-20  Bruno Haible  <bruno@clisp.org>
21936
21937         * modules/progname: New file.
21938         * MODULES.html.sh (func_all_modules): Add progname.
21939
21940 2003-08-20  Bruno Haible  <bruno@clisp.org>
21941
21942         * lib/progname.h: New file, from GNU gettext.
21943         * lib/progname.c: New file, from GNU gettext.
21944         * lib/progreloc.c: New file, from GNU gettext.
21945
21946 2003-08-19  Jim Meyering  <jim@meyering.net>
21947
21948         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
21949         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
21950
21951 2003-08-19  Bruno Haible  <bruno@clisp.org>
21952
21953         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
21954         more.
21955
21956 2003-08-19  Bruno Haible  <bruno@clisp.org>
21957
21958         * lib/xstrdup.c: Assume <string.h> exists.
21959
21960 2003-08-18  Paul Eggert  <eggert@twinsun.com>
21961
21962         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
21963         in makefile rules.
21964
21965 2003-08-18  Jim Meyering  <jim@meyering.net>
21966
21967         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
21968         * m4/lib-ld.m4: Likewise.
21969
21970 2003-08-18  Jim Meyering  <jim@meyering.net>
21971
21972         * lib/setenv.h: Indent nested cpp directive.
21973         * lib/vasnprintf.c: Remove trailing blanks.
21974
21975 2003-08-17  Simon Josefsson  <jas@extundo.com>
21976
21977         * modules/xstrndup: New file.
21978         * MODULES.html.sh (func_all_modules): Add xstrndup.
21979
21980 2003-08-17  Simon Josefsson  <jas@extundo.com>
21981
21982         * modules/argp: Fix autoconf macro name. Add more dependencies.
21983
21984 2003-08-17  Simon Josefsson  <jas@extundo.com>
21985
21986         * m4/xstrndup.m4: New file.
21987
21988 2003-08-17  Simon Josefsson  <jas@extundo.com>
21989
21990         * m4/argp.m4: New file.
21991
21992 2003-08-17  Simon Josefsson  <jas@extundo.com>
21993             Bruno Haible  <bruno@clisp.org>
21994
21995         * lib/xstrndup.h: New file.
21996         * lib/xstrndup.c: New file.
21997
21998 2003-08-17  Bruno Haible  <bruno@clisp.org>
21999
22000         * modules/strndup (Files, Include): Add lib/strndup.h.
22001
22002 2003-08-17  Bruno Haible  <bruno@clisp.org>
22003
22004         * modules/euidaccess (Files): Add lib/euidaccess.h.
22005
22006 2003-08-17  Bruno Haible  <bruno@clisp.org>
22007
22008         * lib/strndup.h: New file.
22009
22010 2003-08-17  Bruno Haible  <bruno@clisp.org>
22011
22012         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
22013         like AC_GNU_SOURCE.
22014         * modules/extensions (configure.ac): Comment out the invocation of
22015         gl_USE_SYSTEM_EXTENSIONS.
22016
22017 2003-08-16  Paul Eggert  <eggert@twinsun.com>
22018
22019         Merges from coreutils, etc.
22020         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
22021         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
22022         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
22023         fixing a typo.
22024         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
22025         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
22026
22027 2003-08-16  Paul Eggert  <eggert@twinsun.com>
22028
22029         Document merge from coreutils.
22030         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
22031         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
22032         * modules/utime: Add m4/utimes-null.m4.
22033
22034 2003-08-16  Paul Eggert  <eggert@twinsun.com>
22035
22036         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
22037         space, undoing this 2003-08-12 change:
22038         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
22039
22040 2003-08-16  Paul Eggert  <eggert@twinsun.com>
22041
22042         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
22043         strtoul.c from libc, undoing this 2003-08-12 change:
22044         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
22045
22046 2003-08-16  Jim Meyering  <jim@meyering.net>
22047
22048         Merges from coreutils.
22049         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
22050         prefix.  Adjust cache variables similarly.  Create 500 rather than
22051         just 300 files, to exercise bug on Darwin6.5, too.
22052         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
22053         $missing_dir.
22054         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
22055         AM_SYS_POSIX_TERMIOS.
22056         Reported by mkc@mathdogs.com.
22057         Also change use of $am_cv_sys_posix_termios
22058         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
22059         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
22060         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
22061         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
22062         in /proc/mounts until it finds one with matching device number.  This
22063         is unnecessary when the FILE argument *is* a mount point.  No stat call
22064         is necessary in that case.  So, disable the statvfs-testing code on
22065         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
22066         as RedHat bug# 84846.
22067         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
22068         to 1MB, so as not to render systems with no stack size limit (e.g.,
22069         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
22070         Include <unistd.h>.  On some systems,
22071         it is required for the definition of _SC_PAGESIZE.
22072
22073 2003-08-16  Jim Meyering  <jim@meyering.net>
22074
22075         Merge from coreutils.
22076         * lib/xstrtoimax.c: #else #if -> #elif.
22077         * lib/xstrtoumax.c: Likewise.
22078
22079 2003-08-16  Jim Meyering  <jim@meyering.net>
22080
22081         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
22082         * m4/utimes.m4: Removed.
22083         * m4/utimes-null.m4: Renamed from utimes.m4.
22084
22085         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
22086         to 1MB, so as not to render systems with no stack size limit (e.g.,
22087         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
22088         Include <unistd.h>.  On some systems,
22089         it is required for the definition of _SC_PAGESIZE.
22090
22091 2003-08-16  Jim Meyering  <jim@meyering.net>
22092         and Paul Eggert  <eggert@cs.ucla.edu>
22093
22094         Merges from coreutils, etc.
22095
22096         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
22097         using the latest version from cvs.  This avoids problems with #line
22098         directives using a vendor (Sun) compiler.
22099         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
22100         Don't set GETGROUPS_LIB here; now it's
22101         done via getgroups.m4's wrapper function.
22102         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
22103         rather than just in sh-util/configure.in, so that the
22104         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
22105         same.
22106         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
22107         AC_FUNC_GETLOADAVG where to find getloadavg.c.
22108         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
22109         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
22110         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
22111         Remove code that is now done by the newly-required macros.
22112         Append $(EXEEXT) to DF_PROG.
22113         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
22114         Do not invoke or require the following here,
22115         since prereq.m4 or some gnulib .m4 now does this for us:
22116         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
22117         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
22118         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
22119         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
22120         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
22121         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
22122         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
22123         AC_FUNC_OBSTACK.
22124         Do not replace the following functions, as this is now the job
22125         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
22126         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
22127         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
22128         atexit getpass, strdup, getpagesize.
22129         Replace 'raise'.
22130         Do not check for the following functions, as this is now the job
22131         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
22132         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
22133         setregid.
22134         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
22135         Check for sys/sysctl.h.
22136         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
22137         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
22138         of checking for ssize_t ourselves.
22139
22140         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
22141         Require every macro that gnulib/modules/* suggests for us.
22142         (jm_PREREQ_ADDEXT): New macro.
22143         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
22144         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
22145
22146         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
22147         (gl_PHYSMEM): Use it.
22148         Also check for `table' function.
22149         Check for new headers and functions.
22150         Add check for sys/sysmp.h.
22151         With suggestions from Kaveh Ghazi.
22152         Ignore headers that are present but cannot be compiled.  This
22153         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
22154         C 5.4.
22155
22156 2003-08-15  Paul Eggert  <eggert@twinsun.com>
22157
22158         Document merge from coreutils.
22159         * modules/userspec: Depend on posixver.
22160         * modules/strftime: Depend on tzset.
22161
22162 2003-08-15  Paul Eggert  <eggert@twinsun.com>
22163
22164         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
22165         rather than tab, after '#' in shell-script copyright notices.
22166         Suggested by Bruno Haible.
22167
22168 2003-08-15  Paul Eggert  <eggert@twinsun.com>
22169
22170         * config/srclist-update: Use three spaces, rather than tab, after '#'
22171         in shell-script copyright notices.  Suggested by Bruno Haible.
22172         Remove unnecessary parenthesization in regular expression.
22173
22174 2003-08-15  Jim Meyering  <jim@meyering.net>
22175
22176         Merge from coreutils.
22177         * lib/xgethostname.c: Include <stdlib.h>.
22178         (xghostname): Don't exit for anything other than memory-related
22179         failure; just return NULL.
22180         * lib/userspec.c: Include "posixver.h".
22181         (parse_user_spec): Accept `.' as a separator only
22182         in pre-POSIX-200112 mode.
22183         * lib/strtoimax.c: Use #elif rather than #else #if.
22184         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
22185         Remove function, now that we can rely on a working tzset function.
22186         [!_LIBC]: Ensure that the required autoconf test has been run.
22187         [!defined _NL_CURRENT && HAVE_STRFTIME]:
22188         Use underlying_strftime for %r.
22189         * lib/sha.c: Merge in some clean-up and optimization changes from
22190         glibc.
22191         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
22192         Ensure that it is a multiple of 64.
22193         Rearrange loop exit tests so as to avoid performing an
22194         additional fread after encountering an error or EOF.
22195         * lib/realloc.c: Update copyright date.
22196
22197 2003-08-15  Jim Meyering  <jim@meyering.net>
22198         and Paul Eggert  <eggert@twinsun.com>
22199
22200         Merge from coreutils.
22201         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
22202         member but strut utmpx does not.  Needed for AIX 4.3.3.
22203         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
22204
22205 2003-08-15  Jim Meyering  <jim@meyering.net>
22206         and Paul Eggert  <eggert@cs.ucla.edu>
22207
22208         Merges from coreutils, etc.
22209         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
22210         Require gl_FUNC_TZSET_CLOBBER.
22211         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
22212         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
22213         members.
22214
22215 2003-08-14  Paul Eggert  <eggert@twinsun.com>
22216
22217         Help the merge from coreutils.
22218         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
22219         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
22220         * m4/tzset.m4: Use it too.
22221
22222 2003-08-14  Paul Eggert  <eggert@twinsun.com>
22223
22224         * modules/tzset: New file.
22225
22226 2003-08-14  Jim Meyering  <jim@meyering.net>
22227
22228         Merges from coreutils.
22229         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
22230         variable names, rather than @FNMATCH_H@.
22231         * modules/alloca: Likewise for $(ALLOCA_H).
22232
22233         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
22234         the three copies of the literal target, `fnmatch.h'.
22235         * modules/alloca (alloca.h): Likewise.
22236
22237 2003-08-14  Jim Meyering  <jim@meyering.net>
22238
22239         Merge from coreutils.
22240         * m4/tzset.m4: New file.
22241         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
22242         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
22243         otherwise, AIX 5.1 systems would end up using the latter.
22244         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
22245         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
22246         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
22247         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
22248
22249 2003-08-14  Jim Meyering  <jim@meyering.net>
22250
22251         Merge from coreutils.
22252         * lib/obstack.h: Whitespace changes.
22253         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
22254         and xcalloc return values.
22255         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
22256         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
22257         hang on OSF/1 5.1 for DIR on both local and remote file systems.
22258         Reported by (and fix confirmed by) Nelson H. F. Beebe.
22259         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
22260         error from mntctl.
22261         Use mntctl's return value to drive the entry-processing loop, since
22262         we can't rely on the value of the vmt_length member in the last
22263         entry.  On some systems doing so could result in exhausting
22264         virtual memory.  Based in part on a patch from Mike Jetzer.
22265
22266 2003-08-14  Jim Meyering  <jim@meyering.net>
22267         and Paul Eggert  <eggert@twinsun.com>
22268
22269         Merges from coreutils, plus other fixes.
22270         * lib/physmem.c: Merge in portability changes from gcc/libiberty
22271         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
22272         for credits and details.  Thanks to Kaveh Ghazi for helping
22273         to keep these files in sync.
22274         (ARRAY_SIZE): Define it.
22275         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
22276         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
22277         (memcasecmp): Don't assume size_t fits in unsigned int.
22278         Remove casts and duplicate code.
22279         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
22280         (memcpy): Remove definition.
22281         Merge in some clean-up and optimization changes from glibc.
22282         [BLOCKSIZE]: Move definition to top of file.
22283         Ensure that it is a multiple of 64.
22284         Rearrange loop exit tests so as to avoid performing an
22285         additional fread after encountering an error or EOF.
22286         * lib/md5.h (md5_uintptr): Define.
22287         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
22288         return to the initial working directory.  Preserve errno
22289         for caller.
22290         * lib/idcache.c: Include "xalloc.h".
22291         (xmalloc, xrealloc): Remove decls.
22292         (getuser): Remove casts no longer required in C89.
22293         * lib/human.c: Include stdio.h, for sprintf.
22294         * lib/group-member.c: Include "xalloc.h".
22295         (xmalloc, xrealloc): Remove decls.
22296         (get_group_info): Remove casts no longer required in C89.
22297         * lib/getusershell.c (readname): Remove casts no longer required in
22298         C89.
22299         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
22300         * lib/getline.c: Whitespace fix, from coreutils.
22301
22302 2003-08-13  Paul Eggert  <eggert@twinsun.com>
22303
22304         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
22305         Check for isascii.
22306
22307         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
22308         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
22309         Undo previous (whitespace-only) change.
22310
22311 2003-08-13  Paul Eggert  <eggert@twinsun.com>
22312
22313         * lib/exclude.c: Include <ctype.h>
22314         (IN_CTYPE_DOMAIN): New macro.
22315         (is_space): New fn.
22316         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
22317         and empty lines.
22318
22319         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
22320         Undo previous (whitespace-only) change.
22321
22322 2003-08-13  Paul Eggert  <eggert@twinsun.com>
22323
22324         * config/srclist-update: Change update back to the old behavior,
22325         leaving whitespace alone.  Use one 'sed' command rather than a
22326         pipeline.
22327         (fixlicense): Now a variable, not a function.
22328         (remove_trailing_blanks): Remove.
22329         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
22330         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
22331         Undo previous (whitespace-only) change.
22332
22333 2003-08-12  Paul Eggert  <eggert@twinsun.com>
22334
22335         Merge from coreutils.
22336         * modules/euidaccess: Add lib_SOURCES, include for new
22337         file euidaccess.h
22338
22339 2003-08-12  Paul Eggert  <eggert@twinsun.com>
22340
22341         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
22342         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
22343         Normalize leading white space and remove trailing white space.
22344
22345         Merge from coreutils
22346         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
22347
22348         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
22349         0.12.1.  These files are now being upgraded automatically by
22350         ../config/srclist-update.
22351
22352 2003-08-12  Paul Eggert  <eggert@twinsun.com>
22353
22354         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
22355         Normalize leading white space and remove trailing white space.
22356         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
22357         notice, as per ../config/srclist-update.
22358
22359         Merge from coreutils.
22360         * lib/euidaccess.h: New file.
22361         * lib/euidaccess.c: Include it.
22362         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
22363         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
22364         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
22365
22366 2003-08-12  Paul Eggert  <eggert@twinsun.com>
22367
22368         * config/srclist-update: Add copyright notice.
22369         (remove_id_lines, remove_trailing_blanks): New constants.
22370         (fixfile): Use them to normalize spacing a bit in copied files.
22371         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
22372         Normalize leading white space and remove trailing white space.
22373
22374         * config/texinfo.tex: Sync with texinfo.
22375
22376         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
22377         strtoul.c from libc, to merge coreutils whitespace changes.
22378
22379         * config/srclist.txt: Get the following m4 files from gettext:
22380         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
22381         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
22382         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
22383         wint_t.m4.
22384
22385 2003-08-12  Karl Berry  <karl@gnu.org>
22386
22387         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
22388         been made.
22389
22390 2003-08-11  Paul Eggert  <eggert@twinsun.com>
22391
22392         * modules/gnu-source, m4/gnu-source.m4:
22393         Remove; we're assuming Autoconf 2.54 or later now.
22394         Suggested by Bruno Haible.
22395         * MODULES.html.sh (func_all_modules): Remove gnu-source.
22396
22397 2003-08-11  Bruno Haible  <bruno@clisp.org>
22398
22399         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
22400
22401 2003-08-11  Bruno Haible  <bruno@clisp.org>
22402
22403         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
22404         (vasnprintf): Use it instead of wcslen.
22405
22406 2003-08-11  Bruno Haible  <bruno@clisp.org>
22407
22408         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
22409         value to ensure that _Bool promotes to int. Use #define for _Bool when
22410         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
22411
22412 2003-08-10  Karl Berry  <karl@gnu.org>
22413
22414         * lib/regex.h: update from libc (whitespace fix).
22415
22416 2003-08-09  Paul Eggert  <eggert@twinsun.com>
22417
22418         Merge some files from coreutils.  These changes were
22419         originally made by Jim Meyering.
22420         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
22421         many older Unixes require this.
22422         * lib/alloca.c (alloca): Remove cast to argument of free;
22423         no longer needed in C89.
22424         * lib/alloca_.h, regex.h: Fix white space to match
22425         what GNU indent does.
22426
22427 2003-08-09  Paul Eggert  <eggert@twinsun.com>
22428
22429         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
22430         apparently Emacs's Unicode mode got confused before my 2003-08-05
22431         checkin.
22432
22433 2003-08-08  Paul Eggert  <eggert@twinsun.com>
22434
22435         * m4/extensions.m4: New file.
22436         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
22437         Require gl_USE_SYSTEM_EXTENSIONS.
22438         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
22439         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
22440
22441 2003-08-08  Paul Eggert  <eggert@twinsun.com>
22442
22443         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
22444         * modules/extensions, modules/gnu-source: New files.
22445         * modules/timespec, modules/unlocked-io: Depend on extensions.
22446
22447 2003-08-07  Paul Eggert  <eggert@twinsun.com>
22448
22449         * modules/restrict: New file.
22450         * MODULES.html.sh (func_all_modules): Add restrict.
22451         * modules/regex: Depend on restrict.
22452
22453 2003-08-07  Paul Eggert  <eggert@twinsun.com>
22454
22455         * m4/restrict.m4: New file.
22456         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
22457
22458 2003-08-07  Bruno Haible  <bruno@clisp.org>
22459
22460         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
22461         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
22462
22463 2003-08-07  Bruno Haible  <bruno@clisp.org>
22464
22465         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
22466         makes the module 'getndelim2' compatible with the module 'getline'.
22467
22468 2003-08-05  Paul Eggert  <eggert@twinsun.com>
22469
22470         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
22471         byte with "\201" to avoid glitches when editing that source file
22472         with multi-gnome-terminal.
22473
22474 2003-08-05  Paul Eggert  <eggert@twinsun.com>
22475
22476         * lib/bumpalloc.h: Remove.
22477
22478 2003-08-05  Paul Eggert  <eggert@twinsun.com>
22479
22480         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
22481         * modules/bumpalloc: Remove.
22482
22483 2003-08-04  Paul Eggert  <eggert@twinsun.com>
22484
22485         * lib/getloadavg.c: Change copyright notice and spacing to conform to
22486         GNU coding style.
22487
22488         Merge from coreutils.
22489         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
22490         1. From glibc.
22491         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
22492         from Karl Berry, implemented by Jim Meyering.
22493         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
22494         from Dmitry V. Levin.
22495         Remove anachronistic cast of xrealloc.
22496         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
22497         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
22498         type. Otherwise, it wouldn't compile with at least /bin/cc on
22499         ymp-cray-unicos9.0.2.X.
22500         Combine two mostly-identical uses of alloca into one.
22501         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
22502
22503 2003-08-04  Dave Love  <d.love@dl.ac.uk>
22504
22505         [From Emacs.]
22506
22507         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
22508         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
22509         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
22510         obsolete NLIST_NAME_UNION.
22511         [__GNU__]: Undef BSD and FSCALE.
22512         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
22513
22514 2003-08-03  Paul Eggert  <eggert@twinsun.com>
22515
22516         * lib/stdbool_.h (_Bool): Make it signed char, instead of
22517         an enum type, so that it's guaranteed to promote to int.  See:
22518         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
22519
22520 2003-08-03  Karl Berry  <karl@gnu.org>
22521
22522         * config/depcomp: update from automake.
22523
22524 2003-07-31  Paul Eggert  <eggert@twinsun.com>
22525
22526         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
22527         (strerror): Don't assume that a printable int fits in 14 bytes.
22528
22529 2003-07-31  Bruno Haible  <bruno@clisp.org>
22530
22531         * modules/getpass-gnu: New file.
22532         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
22533
22534 2003-07-31  Bruno Haible  <bruno@clisp.org>
22535
22536         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
22537
22538 2003-07-24  Karl Berry  <karl@gnu.org>
22539
22540         * config/missing: update from automake.
22541
22542 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
22543             Bruno Haible  <bruno@clisp.org>
22544
22545         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
22546         * lib/getline.c (getline, getdelim): Likewise.
22547         Remove _GNU_SOURCE define; now it's defined in config.h through
22548         m4/getline.m4.
22549
22550 2003-07-23  Karl Berry  <karl@gnu.org>
22551
22552         * config/config.sub: update from prep.
22553
22554 2003-07-22  Paul Eggert  <eggert@twinsun.com>
22555
22556         * modules/xalloc (Depends-on): Add exitfail.
22557         * modules/xmemcoll: Likewise.
22558
22559 2003-07-22  Paul Eggert  <eggert@twinsun.com>
22560
22561         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
22562         over-parenthesization in macros.
22563
22564         Sync with coreutils.
22565
22566         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
22567         required by C99.
22568
22569         Use `exit_failure' for xalloc and xmemcoll instead of their own
22570         private exit-failure variables.
22571         * lib/xalloc.h (xalloc_exit_failure): Remove.
22572         * lib/xmalloc.c: Likewise.  Include exitfail.h.
22573         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
22574         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
22575         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
22576         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
22577
22578 2003-07-20  Jim Meyering  <jim@meyering.net>
22579
22580         * modules/closeout (Depends-on): Add exitfail.
22581         Suggestion from Bruno Haible.
22582
22583 2003-07-19  Karl Berry  <karl@gnu.org>
22584
22585         * config/config.sub: update from prep.
22586
22587 2003-07-18  Paul Eggert  <eggert@twinsun.com>
22588
22589         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
22590         Remove.
22591         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
22592         to test that it can stand by itself.  Include "exitfail.h".
22593         Clients should set exit_failure instead.
22594         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
22595
22596 2003-07-18  Bruno Haible  <bruno@clisp.org>
22597
22598         * modules/getndelim2: New file.
22599         * modules/getline: Share files with module getndelim2.
22600         * modules/getnline: Depend on getndelim2 instead of sharing files with
22601         it. Add getnline.c to lib_SOURCES.
22602         * MODULES.html.sh (func_all_modules): Add getndelim2.
22603
22604 2003-07-18  Bruno Haible  <bruno@clisp.org>
22605
22606         * m4/getndelim2.m4: New file.
22607         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
22608         invoke gl_PREREQ_GETNDELIM2.
22609         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
22610         gl_PREREQ_GETNDELIM2.
22611         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
22612         gl_GETNDELIM2.
22613
22614 2003-07-18  Bruno Haible  <bruno@clisp.org>
22615
22616         * lib/getndelim2.h: New file.
22617         * lib/getndelim2.c: Make into a module of its own. Include config.h,
22618         getndelim2.h.
22619         (getndelim2): Make non-static. Change return type to ssize_t.
22620         * lib/getline.h: Change argument names.
22621         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
22622         * lib/getnline.c: Include getndelim2.h.
22623
22624 2003-07-18  Andreas Schwab  <schwab@suse.de>
22625
22626         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
22627
22628 2003-07-17  Karl Berry  <karl@gnu.org>
22629
22630         * config/config.sub: update from prep.
22631
22632 2003-07-17  Bruno Haible  <bruno@clisp.org>
22633
22634         * modules/getnline: New file.
22635         * modules/getline: Add lib/getndelim2.c to source file list.
22636         * MODULES.html.sh (func_all_modules): Add getnline.
22637
22638 2003-07-17  Bruno Haible  <bruno@clisp.org>
22639
22640         * m4/getnline.m4: New file.
22641
22642 2003-07-17  Bruno Haible  <bruno@clisp.org>
22643
22644         * m4/Makefile.am.in: Remove file.
22645         * m4/Makefile.am: Remove file.
22646         * m4/Makefile.in: Remove file.
22647
22648 2003-07-17  Bruno Haible  <bruno@clisp.org>
22649
22650         * lib/getnline.h: New file.
22651         * lib/getnline.c: New file.
22652         * lib/getndelim2.c: New file, extracted from getline.c.
22653         (getndelim2): Renamed from getdelim2, with added nmax argument.
22654         * lib/getline.c: Include getndelim2.c.
22655         (getdelim2): Moved out to getndelim2.c.
22656         (getline, getdelim): Update.
22657
22658 2003-07-17  Bruno Haible  <bruno@clisp.org>
22659
22660         * lib/Makefile.am: Remove file.
22661         * lib/Makefile.in: Remove file.
22662
22663 2003-07-17  Bruno Haible  <bruno@clisp.org>
22664
22665         * configure.in: Remove file.
22666         * Makefile.in: Remove file.
22667
22668 2003-07-17  Bruno Haible  <bruno@clisp.org>
22669
22670         * MODULES.html.sh: Put the </BODY> right before </HTML>.
22671
22672 2003-07-16  Karl Berry  <karl@gnu.org>
22673
22674         * config/srclist-update: was running fixlicense twice, which caused
22675                 texinfo.tex to be nullified for some reason.  Simplify,
22676                 $gplsrc is no longer needed as far as I can see?
22677
22678 2003-07-16  Jim Meyering  <jim@meyering.net>
22679
22680         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
22681
22682 2003-07-15  Paul Eggert  <eggert@twinsun.com>
22683
22684         * config/srclist.txt: Get the following files from gettext-runtime/intl
22685         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
22686         ref-del.sin.  From Bruno Haible.
22687         * config/srclist-update (fixfile): Change grep pattern again, since the
22688         previous fix didn't work (there was another trailing $).  Use
22689         '[$]' to escape the $s.
22690
22691 2003-07-15  Karl Berry  <karl@gnu.org>
22692
22693         * lib/vasnprintf.c: update from gettext.
22694
22695 2003-07-15  Karl Berry  <karl@gnu.org>
22696
22697         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
22698         gets expanded when surrounded by '$'.
22699
22700 2003-07-15  Jim Meyering  <jim@meyering.net>
22701
22702         * modules/save-cwd: Don't depend on error.  From Derek Price.
22703
22704 2003-07-15  Jim Meyering  <jim@meyering.net>
22705
22706         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
22707
22708 2003-07-14  Simon Josefsson  <jas@extundo.com>
22709
22710         * modules/mempcpy: New file.
22711         * MODULES.html.sh (func_all_modules): Add mempcpy.
22712
22713 2003-07-14  Simon Josefsson  <jas@extundo.com>
22714
22715         * m4/mempcpy.m4: New file.
22716
22717 2003-07-14  Simon Josefsson  <jas@extundo.com>
22718
22719         * lib/mempcpy.h: New file.
22720         * lib/mempcpy.c: New file.
22721
22722 2003-07-14  Paul Eggert  <eggert@twinsun.com>
22723
22724         * modules/getdate, modules/posixtm: Depend on mktime.
22725
22726 2003-07-14  Paul Eggert  <eggert@twinsun.com>
22727
22728         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
22729         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
22730         unicodeio.c, unicodeio.h, unlocked-io.h:
22731         Switch from LGPL to GPL.
22732
22733 2003-07-14  Paul Eggert  <eggert@twinsun.com>
22734
22735         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
22736         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
22737         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
22738         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
22739         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
22740         updated automatically by ../config/srclist-update.  This changes
22741         their license from LPGL to GPL.
22742
22743 2003-07-14  Paul Eggert  <eggert@twinsun.com>
22744
22745         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
22746         assumed to refer to the root of the most recent stable gettext version.
22747         * config/srclistvars.sh: Add defaults for eggert.
22748         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
22749         Match "This program" as well as "The program".  This is needed
22750         for gettext.
22751
22752 2003-07-14  Jim Meyering  <jim@meyering.net>
22753
22754         Don't emit diagnostics.  Let callers do that.
22755         * lib/save-cwd.c: Don't include "error.h".
22756         (save_cwd): Don't call error.  Ensure that errno is valid
22757         when returning nonzero.
22758
22759         * lib/save-cwd.h (restore_cwd): Update prototype.
22760         * lib/save-cwd.c (restore_cwd): Remove two parameters.
22761         Simplify.  Don't call error upon failure.  Let callers do that.
22762         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
22763         when auditing is enabled.  But don't bother updating the #if.
22764
22765 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
22766
22767         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
22768         it breaks C++ compilation.
22769         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
22770
22771 2003-07-10  Simon Josefsson  <jas@extundo.com>
22772
22773         * modules/strchrnul (Makefile.am): Add strchrnul.h.
22774
22775 2003-07-10  Jim Meyering  <jim@meyering.net>
22776
22777         * m4/clock_time.m4: Remove trailing blank.
22778         * m4/intmax_t.m4: Likewise.
22779
22780 2003-07-10  Jim Meyering  <jim@meyering.net>
22781
22782         * lib/vasnprintf.c: Remove trailing blanks.
22783         Make cpp indentation consistent.
22784
22785 2003-07-09  Paul Eggert  <eggert@twinsun.com>
22786
22787         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
22788         posixver.c, strftime.c, strnlen.c, strverscmp.c:
22789         Switch from LGPL to GPL.
22790
22791 2003-07-09  Paul Eggert  <eggert@twinsun.com>
22792
22793         * config/srclist.txt: Sort sublists.  Add
22794         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
22795         that differ from gnulib for one reason or another; we'd like this list
22796         to be smaller but for now let's document what we have.
22797
22798 2003-07-08  Paul Eggert  <eggert@twinsun.com>
22799
22800         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
22801         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
22802         and sweeter "eval x=$x".
22803         * config/srclist.txt: Get lib/argp* from glibc.
22804
22805 2003-07-07  Paul Eggert  <eggert@twinsun.com>
22806
22807         * lib/mktime.c: Fix some boundary cases and remove need for floating
22808         point.
22809
22810         Issue a compile-time diagnostic if time_t is floating point, or if
22811         two's complement arithmetic is not in effect, or if arithmetic
22812         right shift does not propagate the sign.  These assumptions were
22813         all in the original code but they weren't checked.
22814
22815         (TIME_T_MIDPOINT, verify): New macros.
22816         (__isleap): Remove; it has integer overflow problems.
22817         (leapyear): New function, without those problems.
22818         (ydhms_tm_diff): Remove; splitting into two parts.
22819         (ydhms_diff): New function, containing the arithmetic part of
22820         the old ydhms_tm_diff function.  Issue a compile-time
22821         diagnostic if we are not using C99 integer division.
22822         Avoid casts when possible.
22823         (guess_time_tm): New function, containing the checking part of
22824         the old ydhms_tm_diff function.  Return the new value, rather than
22825         the difference between it and the old.  Accept a new argument T
22826         so that *T specifies the old value.  Check for overflow in the result.
22827
22828         (__mktime_internal): Use a time_t offset, not a long int offset.
22829         This undoes the 2003-06-04 change, which is no longer needed now
22830         that we have better overflow checking.
22831         (localtime_offset): Likewise.
22832
22833         (__mktime_internal): Avoid harmful overflow on hosts where time_t
22834         and long are 64-bit but int is only 32-bit.
22835         (ydhms_diff): Use long int to store year1 and yday1.
22836         Issue a compile-time diagnostic if long int is not wide enough.
22837
22838         (__mktime_internal): Use long int to store adjusted year and yday.
22839         Use plain C rather than preprocessor commands, if that doesn't
22840         affect efficiency.
22841         Check for overflow (and try to repair) after each probe
22842         rather than checking only at the very end.  This avoids some bugs
22843         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
22844         does not equal GMT offset at maximum time).
22845         Use integer to check for overflow rather than floating point; this
22846         is more portable to non-IEEE hosts, and is a tad faster.
22847         When we detect that we are oscillating between two values,
22848         don't check whether tm_isdst has the requested value, since
22849         we already know the answer.  When tm_isdst has the wrong value,
22850         use a different heuristic to find the right one, based on the
22851         extreme values actually observed in practice in tz2003a,
22852         rather than the (overly optimistic) "previous 3 calendar quarters".
22853
22854         (not_equal_tm, print_tm, check_result): Use "const T" rather than
22855         "T const" to accommodate glibc style.
22856         (check_result): Use less-confusing report format.  "long" -> "long int.
22857         (main): Likewise.
22858         Don't loop if the iteration overflows time_t.
22859         Allow a negative step in the iteration.
22860
22861 2003-07-06  Karl Berry  <karl@gnu.org>
22862
22863         * config/depcomp: update from automake.
22864         * config/config.sub: update from prep.
22865
22866 2003-07-03  Karl Berry  <karl@gnu.org>
22867
22868         * config/config.guess: update from prep.
22869
22870 2003-07-01  Paul Eggert  <eggert@twinsun.com>
22871
22872         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
22873         xreadlink.c now includes it unconditionally.
22874
22875 2003-07-01  Paul Eggert  <eggert@twinsun.com>
22876
22877         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
22878         having it depend on HAVE_SYS_TYPES_H.
22879
22880 2003-07-01  Bruno Haible  <bruno@clisp.org>
22881
22882         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
22883         <sys/types.h> should be sufficient.
22884         Reported by Paul Eggert.
22885
22886 2003-06-26  Karl Berry  <karl@gnu.org>
22887
22888         * config/depcomp: update from automake.
22889
22890 2003-06-26  Bruno Haible  <bruno@clisp.org>
22891
22892         * modules/human: Depend on module stdbool.
22893
22894 2003-06-25  Bruno Haible  <bruno@clisp.org>
22895
22896         * modules/readlink: New file.
22897         * modules/xreadlink: Depend on it.
22898         * MODULES.html.sh (func_all_modules): Add readlink.
22899
22900 2003-06-25  Bruno Haible  <bruno@clisp.org>
22901
22902         * m4/readlink.m4: New file.
22903
22904 2003-06-25  Bruno Haible  <bruno@clisp.org>
22905
22906         * lib/readlink.c: New file.
22907
22908 2003-06-22  Karl Berry  <karl@gnu.org>
22909
22910         * config/srclist.txt: update mkinstalldirs from automake.
22911         * config/mkinstalldirs: update.
22912
22913 2003-06-22  Bruno Haible  <bruno@clisp.org>
22914
22915         Portability to mingw32.
22916         * m4/ssize_t.m4: New file, from GNU gettext.
22917         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
22918         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
22919
22920 2003-06-22  Bruno Haible  <bruno@clisp.org>
22921
22922         * modules/safe-read: Add m4/ssize_t.m4.
22923         * modules/xreadlink: Add m4/ssize_t.m4.
22924
22925 2003-06-20  Bruno Haible  <bruno@clisp.org>
22926
22927         Assume C89, so PARAMS isn't needed.
22928         * lib/unicodeio.h (PARAMS): Remove.
22929         * lib/unicodeio.c: Don't use PARAMS.
22930
22931 2003-06-18  Karl Berry  <karl@gnu.org>
22932
22933         * config/config.{guess,sub}: update from prep.
22934
22935 2003-06-18  Jim Meyering  <jim@meyering.net>
22936
22937         Merge changes from coreutils.
22938         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
22939         Remove explicit declarations of xmalloc and realloc.
22940         Include xalloc.h.
22941         (read_utmp): Remove anachronistic cast of xmalloc.
22942
22943 2003-06-17  Paul Eggert  <eggert@twinsun.com>
22944
22945         Assume C89, so PARAMS isn't needed.
22946         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
22947         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
22948         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
22949         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
22950         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
22951         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
22952         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
22953         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
22954         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
22955         lib/xstrtod.h, lib/xstrtol.h: Likewise.
22956         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
22957         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
22958         no longer needed. Anyway, config.h should always be included before any
22959         other file.
22960
22961 2003-06-11  Simon Josefsson  <jas@extundo.com>
22962
22963         * modules/sysexits: New file.
22964         * MODULES.html.sh (func_all_modules): Add sysexits.
22965
22966 2003-06-11  Simon Josefsson  <jas@extundo.com>
22967
22968         * lib/sysexit_.h: New file.
22969
22970 2003-06-11  Derek Price  <derek@ximbiot.com>
22971
22972         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
22973         necessary.
22974
22975 2003-06-11  Bruno Haible  <bruno@clisp.org>
22976
22977         * m4/sysexits.m4: New file.
22978
22979 2003-06-10  Simon Josefsson  <jas@extundo.com>
22980
22981         * lib/argp.h: New file, from glibc.
22982         * lib/argp-ba.c: New file, from glibc.
22983         * lib/argp-eexst.c: New file, from glibc.
22984         * lib/argp-fmtstream.c: New file, from glibc.
22985         * lib/argp-fmtstream.h: New file, from glibc.
22986         * lib/argp-fs-xinl.c: New file, from glibc.
22987         * lib/argp-help.c: New file, from glibc.
22988         * lib/argp-namefrob.h: New file, from glibc.
22989         * lib/argp-parse.c: New file, from glibc.
22990         * lib/argp-pv.c: New file, from glibc.
22991         * lib/argp-pvh.c: New file, from glibc.
22992         * lib/argp-xinl.c: New file, from glibc.
22993
22994 2003-06-10  Simon Josefsson  <jas@extundo.com>
22995
22996         * modules/strchrnul: New file.
22997
22998 2003-06-10  Simon Josefsson  <jas@extundo.com>
22999
23000         * modules/argp: New file.
23001
23002 2003-06-10  Simon Josefsson  <jas@extundo.com>
23003
23004         * m4/strchrnul.m4: New file.
23005
23006 2003-06-10  Simon Josefsson  <jas@extundo.com>
23007
23008         * lib/strchrnul.h: New file.
23009         * lib/strchrnul.c: New file.
23010
23011 2003-06-10  Bruno Haible  <bruno@clisp.org>
23012
23013         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
23014
23015 2003-06-07  Karl Berry  <karl@gnu.org>
23016
23017         * config/config.{guess,sub}: update from prep.
23018
23019 2003-06-07  Jim Meyering  <jim@meyering.net>
23020
23021         * modules/strtod: Use $(...) notation, not @...@ for
23022         AC_REPLACE'd variables.
23023         * modules/localcharset: Likewise.
23024
23025 2003-06-07  Jim Meyering  <jim@meyering.net>
23026
23027         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
23028         in place of my name in the copyright comment.
23029         Remove definition and uses of __P.
23030
23031         From coreutils.
23032         * lib/stat.c: Don't declare xmalloc explicitly.
23033         Instead, include "xalloc.h".
23034         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
23035         xrealloc, and xcalloc return values.
23036         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
23037         Improve comment.
23038         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
23039
23040 2003-06-07  Bruno Haible  <bruno@clisp.org>
23041
23042         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
23043         avoid AC_CONFIG_LINKS.
23044         * modules/fnmatch (Makefile.am): Use explicit creation rule for
23045         fnmatch.h, to avoid AC_CONFIG_LINKS.
23046         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
23047
23048 2003-06-07  Bruno Haible  <bruno@clisp.org>
23049
23050         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
23051         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
23052         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
23053         directory.
23054         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
23055         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
23056         directory.
23057
23058 2003-06-06  Jim Meyering  <jim@meyering.net>
23059
23060         Merge from coreutils.
23061         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
23062         Consolidate declarations and initializations of *_base* locals.
23063
23064         Merge from coreutils.
23065         This avoids a core dump on systems without GNU putenv,
23066         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
23067         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
23068         (unsetenv): New static function, from GNU libc.
23069         (rpl_putenv): Use it.
23070
23071         * lib/modechange.c: Remove trailing blanks.
23072
23073         Merge from coreutils.
23074         * lib/fsusage.c: Remove declaration of statfs.
23075         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
23076
23077         * lib/posixtm.c: Include <stdbool.h> unconditionally.
23078
23079 2003-06-06  Jim Meyering  <jim@meyering.net>
23080
23081         * lib/stdbool_.h: Renamed from stdbool.h.in.
23082
23083 2003-06-06  Jim Meyering  <jim@meyering.net>
23084             Bruno Haible  <bruno@clisp.org>
23085
23086         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
23087         Adjust Makefile.am snippet not to redirect directly to target.
23088         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
23089
23090 2003-06-05  Paul Eggert  <eggert@twinsun.com>
23091
23092         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
23093         mismatch, look in future quarters as well as past.  This fixes a
23094         bug when processing fall-backwards gaps immediately after a long
23095         period of daylight-saving time.
23096
23097         * lib/mktime.c: Assume freestanding C89 or better.
23098         (HAVE_LIMITS_H): Remove.  Assume it's 1.
23099         (__P): Remove; not used.
23100         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
23101         (mktime, not_equal_tm, print_tm, check_result,
23102         main): Use prototypes.  Use const * where appropriate.
23103         (main): Fix typo in testing code that uncovered by above changes.
23104         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
23105
23106 2003-06-04  Paul Eggert  <eggert@twinsun.com>
23107
23108         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
23109         locale.h, localeconv.  This merges changes from coreutils.
23110
23111         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
23112         It can be removed after the next Autoconf is released.
23113         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
23114         needed.
23115
23116 2003-06-04  Paul Eggert  <eggert@twinsun.com>
23117
23118         * lib/mktime.c: Fix Debian bug 177940
23119         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
23120         (localtime_offset): Now long int, not time_t, because we want it
23121         to be guaranteed to be signed.  All uses changed.
23122         (__mktime_internal): If overflow would occur when adding offset,
23123         don't add it.
23124
23125         Merge 'human' changes from coreutils.  Rewrite to support
23126         locale-specific notations like thousands separators.
23127         * lib/human.c: Simplify authorship notice.
23128         Include human.h immediately after config.h.
23129         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
23130         <limits.h>: Do not include, since human.h does.
23131         (SIZE_MAX, UINTMAX_MAX): New macros.
23132         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
23133         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
23134         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
23135         (power_letter): Renamed from suffixes.
23136         (generate_suffix_backwards): Remove.
23137         (adjust_value): Now takes int style (because of human.h changes)
23138         and long double value (for greater precision on some platforms).
23139         (group_number): New function.
23140         (human_readable): Use it.  Use integer options, not enum.
23141         Put the options before the sizes in the arg list.
23142         Support all the new options.
23143         The old human_readable function has been removed;
23144         use inttostr.h instead.
23145         (human_readable, default_block_size, humblock):
23146         Use uintmax_t, not int, for block sizes.
23147         (human_readable_inexact, block_size_types): Remove.
23148         (block_size_opts): New constant.
23149         (human_options): Renamed from human_block_size, with new signature
23150         that allows block sizes up to UINTMAX_MAX.  All callers changed.
23151         * lib/human.h: Add copyright and authorship notice.
23152         Include <limits.h> and <stdbool.h> unconditionally.
23153         (PARAMS): Remove.  All uses removed.
23154         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
23155         (enum human_inexact_style): Remove tag; now a nameless enum.
23156         (human_floor, human_ceiling, human_round_to_even): Now have
23157         values 2, 0, 1 rather than -1, 1, 0.
23158         (human_group_digits, human_suppress_point_zero, human_autoscale,
23159         human_base_1024, human_SI, human_B): New constants.
23160         (human_readable_inexact, human_block_size): Remove.
23161         (human_readable): Size args are now uintmax_t, not int.
23162         (human_options): New decl.
23163
23164         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
23165         unnecessary now that we assume C89 or better.  This change
23166         imported from coreutils.
23167
23168         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
23169         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
23170         in the 2003-05-30 sync from glibc.
23171
23172         .h files should stand alone, but we shouldn't include <sys/types.h>
23173         if we can get away with just <stddef.h>.
23174
23175         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
23176         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
23177         rather than <sys/types.h>, as we merely need size_t.
23178         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
23179         to get size_t.
23180         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
23181         Include <stdio.h>, to get FILE.
23182         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
23183         memcasecmp.h has included <stddef.h> and all we need is size_t.
23184         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
23185         our interface, instead of including <sys/types.h>
23186
23187 2003-06-04  Paul Eggert  <eggert@twinsun.com>
23188
23189         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
23190         now, as glibc mktime is buggy on non-glibc systems.
23191
23192 2003-06-03  Karl Berry  <karl@gnu.org>
23193
23194         * config/config.sub: update from prep.
23195
23196 2003-06-02  Paul Eggert  <eggert@twinsun.com>
23197
23198         [from coreutils]
23199         Fix some minor time-related bugs with POSIX time arguments.
23200         Some valid time stamps were being rejected (notably -1, and
23201         time stamps before 1900 on 64-bit hosts).  And some invalid
23202         time stamps were being accepted, e.g. September 31.
23203
23204         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
23205         that we can return (time_t) -1 successfully.
23206         * lib/posixtm.c: Likewise.
23207         [HAVE_STDBOOL_H]: Include <stdbool.h>.
23208         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
23209         (t): Remove static var.
23210         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
23211         of static var.  All uses changed.
23212         (year): Do not reject years before 1900; they can occur with
23213         64-bit time_t.
23214         (posix_time_parse): Do not check for out-of-range components;
23215         that is now the caller's responsibility, since our checks were
23216         only approximations.
23217         (posixtime): Use mktime to check for out-of-range components,
23218         since it knows them exactly.
23219         If mktime returns (time_t) -1, check whether an error actually occurred
23220         by invoking localtime on -1.
23221         (main) [TEST_POSIXTIME]: Check for input data errors, and report
23222         posixtime failures better.
23223         Improve the test data (in comments only).
23224
23225 2003-06-02  Karl Berry  <karl@gnu.org>
23226
23227         * config/mkinstalldirs (version): new variable.
23228         (--version): new option.
23229         (usage): improve message.
23230
23231 2003-05-30  Karl Berry  <karl@gnu.org>
23232
23233         * lib/mktime.c: update from libc.
23234
23235 2003-05-30  Bruno Haible  <bruno@clisp.org>
23236
23237         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
23238         * config/config.rpath: Upgrade to gettext-0.12.1.
23239
23240 2003-05-30  Bruno Haible  <bruno@clisp.org>
23241
23242         * m4/gettext.m4: Upgrade to gettext-0.12.1.
23243         * m4/nls.m4: New file, from gettext-0.12.1.
23244         * m4/po.m4: New file, from gettext-0.12.1.
23245         * m4/progtest.m4: Upgrade to gettext-0.12.1.
23246
23247 2003-05-30  Bruno Haible  <bruno@clisp.org>
23248
23249         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
23250         * lib/localcharset.h: Likewise.
23251         * lib/localcharset.c: Likewise.
23252
23253 2003-05-29  Karl Berry  <karl@gnu.org>
23254
23255         * config/config.rpath: update from gettext.
23256
23257 2003-05-28  Paul Eggert  <eggert@twinsun.com>
23258
23259         Assume the headers required for C89 freestanding compilers.
23260         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
23261         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
23262         * m4/human.m4 (gl_HUMAN): Likewise.
23263         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
23264         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
23265         * m4/userspec.m4 (gl_USERSPEC): Likewise.
23266         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
23267         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
23268         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
23269
23270 2003-05-28  Paul Eggert  <eggert@twinsun.com>
23271
23272         Assume the headers required for C89 freestanding compilers.
23273         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
23274         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
23275         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
23276         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
23277         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
23278         define, since <limits.h> is guaranteed to do that.
23279         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
23280         * lib/exclude.c: Include <stdbool.h> unconditionally.
23281         * lib/tempname.c: Include <stddef.h> unconditionally.
23282         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
23283         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
23284         <stddef.h> does that.
23285         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
23286         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
23287         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
23288         needed.
23289         * lib/xstrtol.c: Likewise.
23290         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
23291         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
23292
23293         * lib/addext.c (addext): Use assignment rather than cast, to avoid
23294         warnings on some platforms.
23295
23296         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
23297         arbitrarily.
23298
23299 2003-05-26  Jim Meyering  <jim@meyering.net>
23300
23301         Merge in a change from coreutils:
23302         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
23303         that is guaranteed to be `no'.  Use `no_such_member' to indicate
23304         that condition, rather than `-1' which is slightly misleading.
23305         Change the name of the cache variable to have the gl_ prefix.
23306         Prompted by a patch from Richard Dawe for DJGPP.
23307
23308 2003-05-24  Karl Berry  <karl@gnu.org>
23309
23310         * config/config.guess: update from prep.
23311
23312 2003-05-22  Karl Berry  <karl@gnu.org>
23313
23314         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
23315
23316 2003-05-20  Karl Berry  <karl@gnu.org>
23317
23318         * config/config.guess: update from prep.
23319
23320 2003-05-18  Karl Berry  <karl@gnu.org>
23321
23322         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
23323         might actually be set by the user.
23324
23325         * config/depcomp, install-sh, mdate-sh: update from automake.
23326
23327 2003-05-17  Bruno Haible  <bruno@clisp.org>
23328
23329         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
23330         invalid expansion for AC_EGREP_CPP.
23331         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
23332         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
23333         Suggested by Akim Demaille <akim@epita.fr> in
23334         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
23335
23336 2003-05-12  Jim Meyering  <jim@meyering.net>
23337
23338         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
23339         the space-padded-by-default conversion specifiers, %e, %k, %l.
23340
23341 2003-05-12  Bruno Haible  <bruno@clisp.org>
23342
23343         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
23344         the string is longer than 4 KB.
23345
23346 2003-05-11  Karl Berry  <karl@gnu.org>
23347
23348         * config/config.{guess,sub}: update from prep.
23349
23350 2003-05-09  Bruno Haible  <bruno@clisp.org>
23351
23352         * modules/error: Add m4/strerror_r.m4 to file list.
23353
23354 2003-05-03  Bruno Haible  <bruno@clisp.org>
23355
23356         Upgrade to Unicode-4.0.
23357         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
23358         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
23359         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
23360         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
23361         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
23362         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
23363         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
23364         Change width of U+E0100..U+E01EF from 1 to 0.
23365
23366 2003-04-25  Jim Meyering  <jim@meyering.net>
23367
23368         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
23369         of type size_t, not int.
23370
23371 2003-04-25  Bruno Haible  <bruno@clisp.org>
23372
23373         * lib/copy-file.c: Include <stddef.h>, for size_t.
23374
23375 2003-04-21  Paul Eggert  <eggert@twinsun.com>
23376
23377         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
23378         code which expansion is under static control.  Patch imported from
23379         Akim Demaille's patch to Bison; see
23380         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
23381
23382 2003-04-14  Bruno Haible  <bruno@clisp.org>
23383
23384         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
23385
23386 2003-04-11  Jim Meyering  <jim@meyering.net>
23387
23388         Merge changes from Coreutils.
23389
23390         2003-03-22  Jim Meyering  <jim@meyering.net>
23391
23392         * lib/strftime.c (widen): Cast alloca return value to proper type.
23393
23394         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
23395
23396         From GNU libc.
23397         * lib/strftime.c (my_strftime): Handle very large width
23398         specifications for numeric values correctly.  Improve checks for
23399         overflow.
23400
23401         2003-01-19  Jim Meyering  <jim@meyering.net>
23402
23403         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
23404         definitions.
23405         (nl_get_alt_digit) [! defined my_strftime]: Define.
23406         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
23407         _nl_get_alt_digit and _nl_get_walt_digit.
23408
23409         * lib/strftime.c (my_strftime): Merge in locale-related changes from
23410         libc. These changes have no effect outside of _LIBC.
23411
23412 2003-04-10  Bruno Haible  <bruno@clisp.org>
23413
23414         * modules/findprog: New file.
23415         * MODULES.html.sh (func_all_modules): Add it.
23416
23417 2003-04-10  Bruno Haible  <bruno@clisp.org>
23418
23419         * m4/findprog.m4: New file.
23420         * m4/eaccess.m4: New file.
23421
23422 2003-04-10  Bruno Haible  <bruno@clisp.org>
23423
23424         * lib/findprog.h: New file, from GNU gettext.
23425         * lib/findprog.c: New file, from GNU gettext.
23426
23427 2003-04-05  Jim Meyering  <jim@meyering.net>
23428
23429         Merge changes from Coreutils.
23430
23431         * lib/exclude.h (PARAMS): Remove definition and uses.
23432         * lib/exclude.c: Remove uses of `PARAMS'.
23433
23434         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
23435         Add test-cases for DOS filenames. Declare program_name.
23436         (main): Set up program_name.  Patch by Rich Dawe.
23437
23438         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
23439         error from mntctl.
23440         Use mntctl's return value to drive the entry-processing loop, since
23441         we can't rely on the value of the vmt_length member in the last
23442         entry.  On some systems doing so could result in exhausting
23443         virtual memory.  Based in part on a patch from Mike Jetzer.
23444
23445 2003-04-04  Bruno Haible  <bruno@clisp.org>
23446
23447         * modules/linebreak: New file.
23448         * MODULES.html.sh (func_all_modules): Add it.
23449
23450 2003-04-04  Bruno Haible  <bruno@clisp.org>
23451
23452         * m4/linebreak.m4: New file.
23453
23454 2003-04-04  Bruno Haible  <bruno@clisp.org>
23455
23456         * lib/linebreak.h: New file, from GNU gettext.
23457         * lib/linebreak.c: New file, from GNU gettext with slight
23458         modifications.
23459         * lib/lbrkprop.h: New file, from GNU gettext.
23460
23461 2003-04-03  Bruno Haible  <bruno@clisp.org>
23462
23463         * modules/utf8-ucs4: New file.
23464         * modules/utf16-ucs4: New file.
23465         * modules/ucs4-utf8: New file.
23466         * modules/ucs4-utf16: New file.
23467         * MODULES.html.sh (func_all_modules): Add them.
23468
23469 2003-04-03  Bruno Haible  <bruno@clisp.org>
23470
23471         * m4/utf-ucs4.m4: New file.
23472         * m4/ucs4-utf.m4: New file.
23473
23474 2003-04-03  Bruno Haible  <bruno@clisp.org>
23475
23476         * lib/utf8-ucs4.h: New file, from GNU gettext.
23477         * lib/utf16-ucs4.h: New file, from GNU gettext.
23478         * lib/ucs4-utf8.h: New file, from GNU gettext.
23479         * lib/ucs4-utf16.h: New file, from GNU gettext.
23480
23481 2003-04-02  Bruno Haible  <bruno@clisp.org>
23482
23483         * modules/binary-io: New file.
23484         * MODULES.html.sh (func_all_modules): Add it.
23485
23486 2003-04-02  Bruno Haible  <bruno@clisp.org>
23487
23488         * lib/binary-io.h: New file, from GNU gettext.
23489
23490 2003-04-01  Bruno Haible  <bruno@clisp.org>
23491
23492         * modules/pathname: New file.
23493         * MODULES.html.sh (func_all_modules): Add it.
23494
23495 2003-04-01  Bruno Haible  <bruno@clisp.org>
23496
23497         * lib/pathname.h: New file, from GNU gettext.
23498         * lib/concatpath.c: New file, from GNU gettext.
23499
23500 2003-03-30  Bruno Haible  <bruno@clisp.org>
23501
23502         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
23503
23504 2003-03-30  Bruno Haible  <bruno@clisp.org>
23505
23506         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
23507         function chown() doesn't exist.
23508
23509 2003-03-28  Bruno Haible  <bruno@clisp.org>
23510
23511         * modules/copy-file: New file.
23512         * MODULES.html.sh (func_all_modules): Add it.
23513
23514 2003-03-28  Bruno Haible  <bruno@clisp.org>
23515
23516         * m4/copy-file.m4: New file.
23517
23518 2003-03-28  Bruno Haible  <bruno@clisp.org>
23519
23520         * lib/copy-file.h: New file, from GNU gettext.
23521         * lib/copy-file.c: New file, from GNU gettext.
23522
23523 2003-03-18  Jim Meyering  <jim@meyering.net>
23524
23525         * lib/quote.c (quote_n): Fix typo in comment.
23526
23527 2003-03-18  Bruno Haible  <bruno@clisp.org>
23528
23529         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
23530         checking.
23531         * m4/onceonly_2_57.m4: Likewise.
23532
23533 2003-03-17  Bruno Haible  <bruno@clisp.org>
23534
23535         * m4/onceonly.m4: Require autoconf 2.54 or newer.
23536         (m4_quote): Remove macro.
23537         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
23538
23539 2003-03-14  Jim Meyering  <jim@meyering.net>
23540
23541         Merge changes from Coreutils.
23542         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
23543         to be const, in order to avoid warnings.
23544         (obstack_room): Likewise.
23545         (obstack_empty_p): Likewise.
23546
23547 2003-03-14  Bruno Haible  <bruno@clisp.org>
23548
23549         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
23550         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
23551
23552 2003-03-13  Paul Eggert  <eggert@twinsun.com>
23553
23554         Merge changes from Bison.
23555         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
23556         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
23557         when compiling Bison 1.875's `bitset bset = obstack_alloc
23558         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
23559         * lib/hash.c: Include <stdbool.h> unconditionally.
23560
23561 2003-03-13  Paul Eggert  <eggert@twinsun.com>
23562
23563         * m4/onceonly.m4 (m4_quote): New macro.
23564         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
23565         Quote AC_FOREACH variable-expansions properly.
23566
23567 2003-03-13  Paul Eggert  <eggert@twinsun.com>
23568
23569         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
23570
23571 2003-03-09  Paul Eggert  <eggert@twinsun.com>
23572
23573         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
23574         Reported by Bruce Becker; see:
23575         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
23576
23577 2003-03-03  Paul Eggert  <eggert@twinsun.com>
23578             Bruno Haible  <bruno@clisp.org>
23579
23580         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
23581         Reported by John Hughes, see
23582         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
23583
23584 2003-02-20  Bruno Haible  <bruno@clisp.org>
23585
23586         * MODULES.html.sh (func_all_modules): Add poll.
23587
23588 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
23589
23590         * modules/poll: New file.
23591
23592 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
23593
23594         * lib/poll_.h: New file.
23595         * lib/poll.c: New file.
23596
23597 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
23598
23599         * m4/poll.m4: New file.
23600
23601 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
23602
23603         * modules/mathl: New file.
23604
23605 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
23606
23607         * lib/mathl.h: New file.
23608         * lib/acosl.c: New file.
23609         * lib/asinl.c: New file.
23610         * lib/atanl.c: New file.
23611         * lib/ceill.c: New file.
23612         * lib/cosl.c: New file.
23613         * lib/expl.c: New file.
23614         * lib/floorl.c: New file.
23615         * lib/frexpl.c: New file.
23616         * lib/ldexpl.c: New file.
23617         * lib/logl.c: New file.
23618         * lib/sincosl.c: New file.
23619         * lib/sinl.c: New file.
23620         * lib/sqrtl.c: New file.
23621         * lib/tanl.c: New file.
23622         * lib/trigl.c: New file.
23623         * lib/trigl.h: New file.
23624
23625 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
23626
23627         * m4/mathl.m4: New file.
23628
23629 2003-02-18  Bruno Haible  <bruno@clisp.org>
23630
23631         * MODULES.html.sh (func_all_modules): Add mathl.
23632
23633 2003-02-17  Bruno Haible  <bruno@clisp.org>
23634
23635         * modules/mkdtemp: New module.
23636         * MODULES.html.sh (func_all_modules): Add it.
23637
23638 2003-02-17  Bruno Haible  <bruno@clisp.org>
23639
23640         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
23641
23642 2003-02-17  Bruno Haible  <bruno@clisp.org>
23643
23644         * lib/mkdtemp.h: New file, from GNU gettext.
23645         * lib/mkdtemp.c: New file, from GNU gettext.
23646
23647 2003-02-02  Jim Meyering  <jim@meyering.net>
23648
23649         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
23650         e.g. glibc-2.2.93.
23651
23652 2003-01-31  Bruno Haible  <bruno@clisp.org>
23653
23654         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
23655         'rpl_rename'.
23656         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
23657         'rpl_strnlen'.
23658         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
23659         'rpl_strtod'.
23660         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
23661         'rpl_utime'.
23662
23663 2003-01-31  Bruno Haible  <bruno@clisp.org>
23664
23665         * lib/rename.c: #undef rename before defining rpl_rename.
23666         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
23667
23668 2003-01-30  Bruno Haible  <bruno@clisp.org>
23669
23670         * modules/vasnprintf, modules/vasprintf: New modules.
23671         * MODULES.html.sh (func_all_modules): Add them.
23672
23673 2003-01-30  Bruno Haible  <bruno@clisp.org>
23674
23675         * m4/signed.m4: New file, from GNU gettext.
23676         * m4/longdouble.m4: New file, from GNU gettext.
23677         * m4/wchar_t.m4: New file, from GNU gettext.
23678         * m4/wint_t.m4: New file, from GNU gettext.
23679         * m4/vasnprintf.m4: New file.
23680         * m4/vasprintf.m4: New file.
23681
23682 2003-01-30  Bruno Haible  <bruno@clisp.org>
23683
23684         * lib/printf-args.h: New file, from GNU gettext.
23685         * lib/printf-args.c: New file, from GNU gettext.
23686         * lib/printf-parse.h: New file, from GNU gettext.
23687         * lib/printf-parse.c: New file, from GNU gettext.
23688         * lib/vasnprintf.h: New file, from GNU gettext.
23689         * lib/vasnprintf.c: New file, from GNU gettext.
23690         * lib/asnprintf.c: New file, from GNU gettext.
23691         * lib/vasprintf.h: New file, from GNU gettext with modifications.
23692         * lib/vasprintf.c: New file, from GNU gettext.
23693         * lib/asprintf.c: New file, from GNU gettext.
23694
23695 2003-01-29  Bruno Haible  <bruno@clisp.org>
23696
23697         * modules/stpncpy: New module.
23698         * MODULES.html.sh (func_all_modules): Add it.
23699
23700 2003-01-29  Bruno Haible  <bruno@clisp.org>
23701
23702         * m4/stpncpy.m4: New file.
23703
23704 2003-01-29  Bruno Haible  <bruno@clisp.org>
23705
23706         * lib/stpncpy.h: New file, from GNU gettext with modifications.
23707         * lib/stpncpy.c: New file, from GNU gettext with modifications.
23708
23709 2003-01-28  Bruno Haible  <bruno@clisp.org>
23710
23711         * modules/c-ctype: New module.
23712         * MODULES.html.sh (func_all_modules): Add it.
23713
23714 2003-01-28  Bruno Haible  <bruno@clisp.org>
23715
23716         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
23717         Paul Eggert.
23718         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
23719         Paul Eggert.
23720
23721 2003-01-27  Bruno Haible  <bruno@clisp.org>
23722
23723         * modules/xsetenv: New module.
23724         * MODULES.html.sh (func_all_modules): Add it.
23725
23726 2003-01-27  Bruno Haible  <bruno@clisp.org>
23727
23728         * lib/xsetenv.h: New file, from GNU gettext.
23729         * lib/xsetenv.c: New file, from GNU gettext.
23730
23731 2003-01-23  Jim Meyering  <jim@meyering.net>
23732
23733         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
23734         from working on systems without dirfd (at least Irix and OSF1/Tru64).
23735
23736 2003-01-23  Bruno Haible  <bruno@clisp.org>
23737
23738         * modules/minmax: New module.
23739         * MODULES.html.sh (func_all_modules): Add it.
23740
23741 2003-01-23  Bruno Haible  <bruno@clisp.org>
23742
23743         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
23744         Eggert.
23745
23746 2003-01-22  Bruno Haible  <bruno@clisp.org>
23747
23748         * modules/exit: New module.
23749         * MODULES.html.sh (func_all_modules): Add it.
23750
23751 2003-01-22  Bruno Haible  <bruno@clisp.org>
23752
23753         * lib/exit.h: New file, from GNU gettext.
23754
23755 2003-01-19  Bruno Haible  <bruno@clisp.org>
23756
23757         * gnulib-tool: Recognize option --extract-maintainer.
23758         (func_get_maintainer): New function.
23759         * modules/*: Add Maintainer entry.
23760
23761 2003-01-16  Jim Meyering  <jim@meyering.net>
23762
23763         * m4/regex.m4: The `regex' struct is both input and output.
23764         Initialize it before each use.  Patch by Tim Waugh.
23765
23766 2003-01-16  Bruno Haible  <bruno@clisp.org>
23767
23768         * MODULES.html.sh: Add a table of contents. Add the module name as
23769         leftmost column. Add hyperlinks.
23770
23771 2003-01-15  Bruno Haible  <bruno@clisp.org>
23772
23773         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
23774
23775 2003-01-15  Bruno Haible  <bruno@clisp.org>
23776
23777         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
23778         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
23779         suffix.
23780
23781 2003-01-15  Bruno Haible  <bruno@clisp.org>
23782
23783         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
23784
23785 2003-01-15  Bruno Haible  <bruno@clisp.org>
23786
23787         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
23788         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
23789
23790 2003-01-14  Jim Meyering  <jim@meyering.net>
23791
23792         * lib/same.c (same_name): Tweak a comment.
23793
23794 2003-01-14  Bruno Haible  <bruno@clisp.org>
23795
23796         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
23797         when a string comparison is sufficient.
23798
23799 2003-01-14  Bruno Haible  <bruno@clisp.org>
23800
23801         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
23802         'unsigned int'.
23803
23804 2003-01-14  Bruno Haible  <bruno@clisp.org>
23805
23806         * lib/hash-pjw.c: Add comment about low quality of this function.
23807
23808 2003-01-13  Bruno Haible  <bruno@clisp.org>
23809
23810         * modules/stpcpy: Distribute lib/stpcpy.h.
23811         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
23812
23813 2003-01-13  Bruno Haible  <bruno@clisp.org>
23814
23815         * modules/*: Add a description.
23816         * modules/strpbrk: Fix Makefile.am snippet.
23817         * modules/strtoimax: Fix dependencies.
23818         * modules/strtoumax: Likewise.
23819
23820 2003-01-13  Bruno Haible  <bruno@clisp.org>
23821
23822         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
23823         * modules/alloca (Makefile.am): All object files depend on alloca.h.
23824         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
23825
23826 2003-01-13  Bruno Haible  <bruno@clisp.org>
23827
23828         * gnulib-tool (func_create_testdir): Store config/* files in the main
23829         directory.
23830         * config.rpath: Move to ...
23831         * config/config.rpath: ... here.
23832         * modules/gettext: Contains config/config.rpath, not config.rpath.
23833         * modules/iconv: Likewise.
23834
23835 2003-01-12  Paul Eggert  <eggert@twinsun.com>
23836
23837         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
23838         to avoid collisions with libcurses and libreadline.
23839
23840         * m4/getstr.m4: Remove.
23841         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
23842
23843 2003-01-12  Paul Eggert  <eggert@twinsun.com>
23844
23845         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
23846         to avoid collisions with libcurses and libreadline.
23847
23848         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
23849         * lib/getstr.h, getstr.c: Remove.
23850         * lib/getline.c: Include "getline.h", to check interface.
23851         Move body of old getstr.c here: this defines MIN_CHUNK and
23852         declares getdelim2, which is renamed from getstr.
23853         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
23854
23855         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
23856         All uses changed.
23857         * lib/linebuffer.h: Likewise.
23858         (readline): Remove backward-compatibility macro.
23859
23860 2003-01-12  Paul Eggert  <eggert@twinsun.com>
23861
23862         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
23863         to avoid collisions with libcurses and libreadline.
23864         * getstr: Remove.
23865         * MODULES.html.sh: Remove getstr.
23866         * modules/getline: Depend on unlocked-io, not getstr.
23867
23868 2003-01-12  Jim Meyering  <jim@meyering.net>
23869
23870         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
23871
23872 2003-01-10  Bruno Haible  <bruno@clisp.org>
23873
23874         * modules/alloca: Change Makefile.am requirements. Simplify Include
23875         requirements. Add lib/alloca_.h to file list.
23876
23877 2003-01-10  Bruno Haible  <bruno@clisp.org>
23878
23879         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
23880
23881 2003-01-10  Bruno Haible  <bruno@clisp.org>
23882
23883         * lib/alloca_.h: New file.
23884         * lib/getdate.y: Unconditionally include alloca.h.
23885         * lib/makepath.c: Likewise.
23886         * lib/setenv.c: Likewise.
23887         * lib/userspec.c: Likewise.
23888
23889 2003-01-09  Karl Berry  <karl@gnu.org>
23890
23891         * MODULES.html.sh: include `dirname $0` in PATH, to find
23892         gnulib-tool.
23893
23894 2003-01-09  Bruno Haible  <bruno@clisp.org>
23895
23896         * modules/stdbool: Change configure.ac, Makefile.am requirements.
23897         Simplify Include requirements. Add lib/stdbool.h.in to file list.
23898
23899 2003-01-09  Bruno Haible  <bruno@clisp.org>
23900
23901         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
23902
23903 2003-01-09  Bruno Haible  <bruno@clisp.org>
23904
23905         * lib/stdbool.h.in: New file.
23906
23907 2003-01-09  Bruno Haible  <bruno@clisp.org>
23908
23909         * gnulib-tool (func_all_modules): Ignore files ending in ~.
23910         * MODULES.html.sh: Likewise.
23911
23912 2003-01-08  Jim Meyering  <jim@meyering.net>
23913
23914         * lib/full-write.c: Undefine and define-away `const' after inclusion
23915         of errno.h, not before.  Suggestion from Bruno Haible.
23916
23917 2003-01-08  Bruno Haible  <bruno@clisp.org>
23918
23919         * modules/full-read: Depend on full-write.
23920
23921 2003-01-08  Bruno Haible  <bruno@clisp.org>
23922
23923         * lib/safe-read.c: Include specification header first, to ensure its
23924         selfcontainedness.
23925         * lib/full-write.c: Likewise.
23926
23927 2003-01-07  Jim Meyering  <jim@meyering.net>
23928
23929         * lib/full-write.c: Rework so that it may serve to define full_read,
23930         too.
23931         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
23932
23933 2003-01-07  Bruno Haible  <bruno@clisp.org>
23934
23935         * lib/strtoimax.c: Include <stdint.h> as an alternative to
23936         <inttypes.h>.
23937         * lib/xstrtol.h: Likewise.
23938         * lib/xstrtoimax.c: Likewise.
23939         * lib/xstrtoumax.c: Likewise.
23940         * lib/human.h: Likewise.
23941
23942         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
23943         on systems that have <inttypes.h> but not <stdint.h>.
23944
23945 2003-01-07  Bruno Haible  <bruno@clisp.org>
23946
23947         * MODULES.html.sh: Add copyright notice.
23948         (missed_files): Omit CVS directory entries.
23949         (func_module): Make it work with sed-3.02.
23950         * MODULES.txt: Remove file.
23951
23952 2003-01-06  Jim Meyering  <jim@meyering.net>
23953
23954         * lib/version-etc.c: Update year in translatable copyright string.
23955
23956 2003-01-03  Karl Berry  <karl@gnu.org>
23957
23958         * config/config.{guess,sub}: update from prep.
23959
23960 2003-01-02  Karl Berry  <karl@gnu.org>
23961
23962         * doc/COPYING.DOC: belatedly updated to 1.2.
23963
23964 2003-01-01  Karl Berry  <karl@gnu.org>
23965
23966         * gnulib-tool (func_verify_module): report module name $module in
23967         error message, not $1.
23968         * gnulib-tool (create-testdir): don't complain if destdir couldn't
23969         be created, only if it doesn't exist.
23970         * gnulib-tool (last_checkin_date): don't expand the $Date here.
23971
23972 2002-12-31  Paul Eggert  <eggert@twinsun.com>
23973
23974         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
23975
23976 2002-12-31  Paul Eggert  <eggert@twinsun.com>
23977
23978         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
23979         memcmp if strcoll doesn't work.
23980
23981 2002-12-31  Bruno Haible  <bruno@clisp.org>
23982
23983         * lib/utime.c (utime_null): No need to call ftruncate if the file was
23984         nonempty.
23985
23986 2002-12-31  Bruno Haible  <bruno@clisp.org>
23987
23988         * lib/memcoll.c (STRCOLL): New macro.
23989         (memcoll): Use it.
23990
23991 2002-12-31  Bruno Haible  <bruno@clisp.org>
23992
23993         * lib/localcharset.h: New file.
23994         * lib/localcharset.c: Include it.
23995         * lib/unicodeio.c: Likewise.
23996
23997 2002-12-31  Bruno Haible  <bruno@clisp.org>
23998
23999         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
24000         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
24001
24002 2002-12-31  Bruno Haible  <bruno@clisp.org>
24003
24004         * lib/getline.h: Include <stddef.h>, for size_t.
24005
24006         * lib/unicodeio.h: Include <stddef.h>, for size_t.
24007         * lib/unicodeio.c: Don't include <stddef.h>.
24008
24009 2002-12-31  Bruno Haible  <bruno@clisp.org>
24010
24011         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
24012         HAVE_TM_ZONE.
24013
24014 2002-12-24  Karl Berry  <karl@gnu.org>
24015
24016         * config/config.guess: update from prep.
24017
24018 2002-12-24  Bruno Haible  <bruno@clisp.org>
24019
24020         General infrasructure.
24021         * m4/README: Rewritten.
24022         * m4/onceonly.m4: New file.
24023         * m4/onceonly_2_57.m4: New file.
24024
24025         Module atexit.
24026         * m4/atexit.m4: New file.
24027
24028         Module strtod.
24029         * m4/strtod.m4: New file.
24030
24031         Module strtol.
24032         * m4/strtol.m4: New file.
24033
24034         Module strtoul.
24035         * m4/strtoul.m4: New file.
24036
24037         Module memchr.
24038         * m4/memchr.m4: New file.
24039
24040         Module memcmp.
24041         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
24042         (jm_FUNC_MEMCMP): Invoke it.
24043
24044         Module memcpy.
24045         * m4/memcpy.m4: New file.
24046
24047         Module memmove.
24048         * m4/memmove.m4: New file.
24049
24050         Module memset.
24051         * m4/memset.m4: New file.
24052
24053         Module strcspn.
24054         * m4/strcspn.m4: New file.
24055
24056         Module strpbrk.
24057         * m4/strpbrk.m4: New file.
24058
24059         Module strstr.
24060         * m4/strstr.m4: New file.
24061
24062         Module strerror.
24063         * m4/strerror.m4: New file.
24064
24065         Module mktime.
24066         * m4/mktime.m4: Renamed from jm-mktime.m4.
24067         (gl_PREREQ_MKTIME): New macro.
24068         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
24069
24070         Module malloc.
24071         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
24072         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
24073         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
24074
24075         Module realloc.
24076         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
24077         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
24078         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
24079
24080         Module strftime.
24081         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
24082         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
24083         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
24084         gl_TM_GMTOFF.
24085         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
24086
24087         Module xalloc.
24088         * m4/xalloc.m4: New file.
24089
24090         Module alloca.
24091         * m4/alloca.m4: New file.
24092
24093         Module putenv.
24094         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
24095         (jm_FUNC_PUTENV): Invoke it.
24096
24097         Module setenv.
24098         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
24099         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
24100         when invoked twice.
24101         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
24102         gt_FUNC_SETENV.
24103
24104         Module memrchr.
24105         * m4/memrchr.m4: New file.
24106
24107         Module stpcpy.
24108         * m4/stpcpy.m4: New file.
24109
24110         Module strcase.
24111         * m4/strcase.m4: New file.
24112
24113         Module strdup.
24114         * m4/strdup.m4: New file.
24115
24116         Module strnlen.
24117         * m4/strnlen.m4: New file.
24118
24119         Module strndup.
24120         * m4/strndup.m4: New file.
24121
24122         Module xstrtod.
24123         * m4/xstrtod.m4: New file.
24124
24125         Module xstrtol.
24126         * m4/xstrtol.m4: New file.
24127
24128         Module getdate.
24129         * m4/getdate.m4: New file.
24130
24131         Module unlocked-io.
24132         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
24133         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
24134         * m4/jm-glibc-io.m4n: Remove file.
24135
24136         Module long-options.
24137         * m4/long-options.m4: New file.
24138
24139         Module md5.
24140         * m4/md5.m4: New file.
24141
24142         Module sha.
24143         * m4/sha.m4: New file.
24144
24145         Module getstr.
24146         * m4/getstr.m4: New file.
24147
24148         Module getline.
24149         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
24150         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
24151         <sys/types.h>, for size_t. Use the function name gnu_getline, not
24152         simply getline. Infoke gl_PREREQ_GETLINE.
24153
24154         Module obstack.
24155         * m4/obstack.m4: New file.
24156
24157         Module hash.
24158         * m4/hash.m4: New file.
24159
24160         Module readtokens.
24161         * m4/readtokens.m4: New file.
24162
24163         Module strverscmp.
24164         * m4/strverscmp.m4: New file.
24165
24166         Module stdbool.
24167         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
24168         OSF/1.
24169
24170         Module strtoll.
24171         * m4/strtoll.m4: New file.
24172
24173         Module strtoull.
24174         * m4/strtoull.m4: New file.
24175
24176         Module strtoimax.
24177         * m4/strtoimax.m4: New file.
24178
24179         Module strtoumax.
24180         * m4/strtoumax.m4: New file.
24181
24182         Module xstrtoimax.
24183         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
24184         jm_AC_PREREQ_XSTRTOIMAX.
24185         Moved the strtol prerequisites to strtol.m4.
24186         Moved the strtoll prerequisites to strtoll.m4.
24187         Moved the strtoimax prerequisites to strtoimax.m4.
24188
24189         Module xstrtoumax.
24190         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
24191         jm_AC_PREREQ_XSTRTOUMAX.
24192         Moved the strtoul prerequisites to strtoul.m4.
24193         Moved the strtoull prerequisites to strtoull.m4.
24194         Moved the strtoumax prerequisites to strtoumax.m4.
24195
24196         Module chown.
24197         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
24198         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
24199
24200         Module dup2.
24201         * m4/dup2.m4: New file.
24202
24203         Module ftruncate.
24204         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
24205         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
24206
24207         Module getgroups.
24208         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
24209         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
24210
24211         Module gettimeofday.
24212         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
24213         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
24214         gl_PREREQ_GETTIMEOFDAY.
24215
24216         Module mkdir.
24217         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
24218         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
24219
24220         Module mkstemp.
24221         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
24222         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
24223         jm_AC_TYPE_UINTMAX_T.
24224         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
24225
24226         Module stat.
24227         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
24228         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
24229
24230         Module lstat.
24231         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
24232         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
24233
24234         Module timespec.
24235         * m4/timespec.m4 (gl_TIMESPEC): New macro.
24236         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
24237         * m4/st_mtim.m4: Indentation.
24238
24239         Module nanosleep.
24240         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
24241         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
24242         gl_PREREQ_NANOSLEEP.
24243
24244         Module regex.
24245         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
24246         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
24247         (gl_REGEX): New macro.
24248
24249         Module rename.
24250         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
24251         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
24252
24253         Module rmdir.
24254         * m4/rmdir.m4: New file.
24255
24256         Module utime.
24257         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
24258         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
24259         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
24260
24261         Module dirname.
24262         * m4/dirname.m4: New file.
24263
24264         Module getopt.
24265         * m4/getopt.m4: New file.
24266
24267         Module unistd-safer.
24268         * m4/unistd-safer.m4: New file.
24269
24270         Module fnmatch.
24271         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
24272         declaration.
24273         (gl_PREREQ_FNMATCH_EXTRA): New macro.
24274         (gl_FUNC_FNMATCH_POSIX): New macro.
24275         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
24276         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
24277         simply fnmatch.
24278
24279         Module exclude.
24280         * m4/exclude.m4: New file.
24281
24282         Module human.
24283         * m4/human.m4: New file.
24284
24285         Module acl.
24286         * m4/acl.m4: Nop.
24287
24288         Module backupfile.
24289         * m4/backupfile.m4: New file.
24290         * m4/d-ino.m4: Indentation.
24291
24292         Module fsusage.
24293         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
24294         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
24295         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
24296
24297         Module dirfd.
24298         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
24299         requirements.
24300
24301         Module euidaccess.
24302         * m4/euidaccess.m4: New file.
24303
24304         Module file-type.
24305         * m4/file-type.m4: New file.
24306
24307         Module fileblocks.
24308         * m4/fileblocks.m4: New file.
24309
24310         Module filemode.
24311         * m4/filemode.m4: New file.
24312
24313         Module isdir.
24314         * m4/isdir.m4: New file.
24315
24316         Module lchown.
24317         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
24318         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
24319
24320         Module makepath.
24321         * m4/makepath.m4: New file.
24322
24323         Module modechange.
24324         * m4/modechange.m4: New file.
24325
24326         Module mountlist.
24327         * m4/mountlist.m4: New file.
24328         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
24329         Indentation.
24330
24331         Module path-concat.
24332         * m4/path-concat.m4: New file.
24333
24334         Module pathmax.
24335         * m4/pathmax.m4: New file.
24336
24337         Module same.
24338         * m4/same.m4: New file.
24339
24340         Module save-cwd.
24341         * m4/save-cwd.m4: New file.
24342
24343         Module savedir.
24344         * m4/savedir.m4: New file.
24345
24346         Module xgetcwd.
24347         * m4/xgetcwd.m4: New file.
24348         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
24349
24350         Module xreadlink.
24351         * m4/xreadlink.m4: New file.
24352
24353         Module safe-read.
24354         * m4/safe-read.m4: New file.
24355
24356         Module safe-write.
24357         * m4/safe-write.m4: New file.
24358
24359         Module closeout.
24360         * m4/closeout.m4: New file.
24361
24362         Module stdio-safer.
24363         * m4/stdio-safer.m4: New file.
24364
24365         Module getpass.
24366         * m4/getpass.m4: New file.
24367
24368         Module getugroups.
24369         * m4/getugroups.m4: New file.
24370
24371         Module group-member.
24372         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
24373         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
24374
24375         Module idcache.
24376         * m4/idcache.m4: New file.
24377
24378         Module userspec.
24379         * m4/userspec.m4: New file.
24380
24381         Module gettime.
24382         * m4/clock_time.m4: New file.
24383         * m4/gettime.m4: New file.
24384
24385         Module settime.
24386         * m4/settime.m4: New file.
24387
24388         Module posixtm.
24389         * m4/posixtm.m4: New file.
24390
24391         Module gethostname.
24392         * m4/gethostname.m4: New file.
24393
24394         Module canon-host.
24395         * m4/canon-host.m4: New file.
24396
24397         Module gettext.
24398         * m4/codeset.m4: New file, from gettext-0.11.5.
24399         * m4/gettext.m4: New file, from gettext-0.11.5.
24400         * m4/glibc21.m4: New file, from gettext-0.11.5.
24401         * m4/iconv.m4: New file, from gettext-0.11.5.
24402         * m4/intdiv0.m4: New file, from gettext-0.11.5.
24403         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
24404         * m4/inttypes.m4: New file, from gettext-0.11.5.
24405         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
24406         * m4/isc-posix.m4: New file, from gettext-0.11.5.
24407         * m4/lcmessage.m4: New file, from gettext-0.11.5.
24408         * m4/lib-ld.m4: New file, from gettext-0.11.5.
24409         * m4/lib-link.m4: New file, from gettext-0.11.5.
24410         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
24411         * m4/progtest.m4: New file, from gettext-0.11.5.
24412         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
24413         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
24414         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
24415
24416         Module localcharset.
24417         * m4/localcharset.m4: New file.
24418
24419         Module hard-locale.
24420         * m4/hard-locale.m4: New file.
24421
24422         Module mbswidth.
24423         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
24424         onceonly macros.
24425         * m4/mbrtowc.m4: Add comment.
24426
24427         Module memcasecmp.
24428         * m4/memcasecmp.m4: New file.
24429
24430         Module memcoll.
24431         * m4/memcoll.m4: New file.
24432
24433         Module unicodeio.
24434         * m4/unicodeio.m4: New file.
24435
24436         Module rpmatch.
24437         * m4/rpmatch.m4: New file.
24438
24439         Module yesno.
24440         * m4/yesno.m4: New file.
24441
24442         Module exitfail.
24443         * m4/exitfail.m4: New file.
24444
24445         Module c-stack.
24446         * m4/c-stack.m4 (gl_C_STACK): New macro.
24447         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
24448
24449         Module error.
24450         * m4/error.m4 (gl_ERROR): New macro.
24451         (jm_PREREQ_ERROR): Use onceonly macros.
24452
24453         Module fatal.
24454         * m4/fatal.m4: New file.
24455
24456         Module getloadavg.
24457         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
24458         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
24459
24460         Module getpagesize.
24461         * m4/getpagesize.m4: New file.
24462
24463         Module getusershell.
24464         * m4/getusershell.m4: New file.
24465
24466         Module physmem.
24467         * m4/physmem.m4: New file.
24468
24469         Module posixver.
24470         * m4/posixver.m4: New file.
24471
24472         Module quotearg.
24473         * m4/quotearg.m4: New file.
24474
24475         Module quote.
24476         * m4/quote.m4: New file.
24477
24478         Module readutmp.
24479         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
24480
24481         Module sig2str.
24482         * m4/sig2str.m4: New file.
24483
24484         Other.
24485         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
24486         ulonglong.m4.
24487         * m4/intmax_t.m4: New file.
24488         * m4/d-type.m4: Indentation.
24489         * m4/jm-macros.m4: Update.
24490         * m4/prereq.m4 (jm_PREREQ): Update.
24491         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
24492         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
24493         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
24494         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
24495         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
24496         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
24497         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
24498         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
24499         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
24500         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
24501         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
24502         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
24503         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
24504         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
24505         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
24506         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
24507         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
24508         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
24509         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
24510
24511 2002-12-24  Bruno Haible  <bruno@clisp.org>
24512
24513         * MODULES.txt: Update according to m4/ changes.
24514
24515         Module gettext.
24516         * config.rpath: New file, from gettext-0.11.5.
24517
24518         * modules/*: New module descriptions.
24519         * gnulib-tool: New file.
24520         * MODULES.html.sh: New file.
24521
24522 2002-12-21  Karl Berry  <karl@gnu.org>
24523
24524         * doc/fdl.texi: update to version 1.2.
24525
24526 2002-12-19  Karl Berry  <karl@gnu.org>
24527
24528         * config/config.guess: update from prep.
24529
24530 2002-12-18  Bruno Haible  <bruno@clisp.org>
24531
24532         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
24533         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
24534
24535 2002-12-17  Bruno Haible  <bruno@clisp.org>
24536
24537         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
24538         stdlib.h, string.h.
24539
24540 2002-12-17  Bruno Haible  <bruno@clisp.org>
24541
24542         * lib/canon-host.c (strdup): Remove unused declaration.
24543
24544         * lib/fsusage.c: Include full_read.h.
24545         (get_fs_usage): Use full_read instead of safe_read.
24546
24547         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
24548
24549 2002-12-12  Karl Berry  <karl@gnu.org>
24550
24551         * config/config.guess: update from prep.
24552
24553 2002-12-11  Bruno Haible  <bruno@clisp.org>
24554
24555         * m4/setenv.m4: New file, from gettext-0.11.5.
24556
24557 2002-12-11  Bruno Haible  <bruno@clisp.org>
24558
24559         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
24560         not unsetenv().
24561         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
24562         modifications:
24563
24564         2002-12-11  Bruno Haible  <bruno@clisp.org>
24565
24566                 * setenv.c (alloca): Fall back to malloc.
24567                 (freea): New macro.
24568                 (setenv): Use freea() to free memory allocated with alloca().
24569
24570         2002-11-13  Bruno Haible  <bruno@clisp.org>
24571
24572                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
24573                 function declarations.
24574                 * unsetenv.c (unsetenv): Likewise.
24575
24576         2002-03-04  Bruno Haible  <bruno@clisp.org>
24577
24578                 Portability to AIX 4.3.3.
24579                 * unsetenv.c: New file, extracted from setenv.c.
24580                 * setenv.c: Move the unsetenv() function to unsetenv.c.
24581
24582         2001-12-20  Bruno Haible  <bruno@clisp.org>
24583
24584                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
24585                 use malloc instead. For SunOS 4.
24586
24587         2001-12-11  Bruno Haible  <bruno@clisp.org>
24588
24589                 * setenv.c: Declare alloca.
24590                 (compar_fn_t): New typedef.
24591                 (KNOWN_VALUE, STORE_VALUE): Use it.
24592
24593         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
24594         setenv.h.
24595
24596 2002-12-10  Paul Eggert  <eggert@twinsun.com>
24597
24598         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
24599         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
24600         Choose values that are less likely to collide with system fnmatch
24601         options.
24602         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
24603         defined (e.g., a pure POSIX system).
24604         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
24605         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
24606
24607 2002-12-06  Paul Eggert  <eggert@twinsun.com>
24608
24609         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
24610         a pain in practice to deal with generated m4 files.  This change
24611         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
24612
24613         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
24614         and jm-glibc-io.m4, as they are no longer a special case.
24615         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
24616         kludge and the auto-generation stuff.  Check only whether the
24617         functions are declared, not whether they exist, since older hosts
24618         that don't declare the functions can't use the optimization anyway.
24619
24620 2002-12-06  Jim Meyering  <jim@meyering.net>
24621
24622         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
24623
24624         Merge in changes from libc's misc/error.c, in preparation
24625         for the merge of gnulib's changes back into libc.
24626
24627         * lib/error.c (_): Define only if not already defined.
24628         Move definition to follow all #include directives.
24629         Include unlocked-io.h only if !_LIBC.
24630         [_LIBC]: Include <libio/libioP.h>.
24631         [USE_IN_LIBIO]: Include <libio/iolibio.h>
24632         (fflush): Tweak definition to use INTUSE.
24633         (putc): Define.
24634
24635 2002-12-05  Paul Eggert  <eggert@twinsun.com>
24636
24637         * lib/alloca.c [defined emacs]: Include "lisp.h".
24638         (xalloc_die) [defined emacs]: New macro.
24639         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
24640         [! defined emacs]: Include <xalloc.h>.
24641         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
24642         (pointer): Typedef to POINTER_TYPE *.
24643         (malloc): Remove decl; we now always use xmalloc.
24644         (alloca): Use old-style definition, since Emacs needs this.
24645         Check for arithmetic overflow when computing combined size.
24646
24647 2002-12-04  Paul Eggert  <eggert@twinsun.com>
24648
24649         Do not generate unlocked-io.h automatically, since it's easier to
24650         maintain it by hand.
24651
24652         * lib/unlocked-io.h: New file, from GNU diffutils,
24653         but with proper copyright notice and attribution.
24654         * lib/gen-uio: Remove.
24655         * lib/Makefile.am: Add copyright notice.
24656         (libfetish_a_SOURCES): Add unlocked-io.h.
24657         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
24658         (DISTCLEANFILES, io_functions): Remove macros.
24659         (EXTRA_DIST): Remove gen_uio.
24660         (unlocked-io.h): Remove rule.
24661
24662 2002-12-04  Jim Meyering  <jim@meyering.net>
24663
24664         Reflect the fact that stat.c and lstat.c are no longer generated.
24665         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
24666         (DISTCLEANFILES): Likewise.
24667         (EXTRA_DIST): Likewise.
24668         (all_local): Don't depend on stat.c or lstat.c.
24669         (stat.c, lstat.c): Remove rules.
24670         (EXTRA_DIST): Remove xstat.in.
24671
24672         * lib/xstat.in: Remove file.  Contents moved into stat.c.
24673         * lib/stat.c: New file.  Contents mostly from xstat.in.
24674         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
24675         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
24676
24677         * lib/safe-read.c: Rework so that it may serve to define safe_write,
24678         too.
24679         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
24680
24681 2002-12-03  Jim Meyering  <jim@meyering.net>
24682
24683         * lib/safe-read.c, safe-write.c: Change variable names and comments,
24684         but not semantics, to minimize the differences between these two files.
24685         (safe_read): Change comment to mention SAFE_READ_ERROR.
24686
24687         * lib/safe-read.c (IS_EINTR): Define.
24688         (safe_read): Use IS_EINTR in place of in-function cpp directives.
24689
24690 2002-12-02  Jim Meyering  <jim@meyering.net>
24691
24692         * lib/safe-read.c (EINTR): Define.
24693         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
24694         (INT_MAX): Provide fallback.
24695         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
24696
24697         * lib/safe-read.h (SAFE_READ_ERROR): Define.
24698
24699 2002-12-02  Bruno Haible  <bruno@clisp.org>
24700
24701         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
24702         Define, taken from safe-read.c.
24703         (INT_MAX): Provide fallback.
24704         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
24705         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
24706
24707         * lib/safe-read.c (EINTR): Remove definition.
24708         (safe_read): Don't use EINTR if it is absent.
24709
24710 2002-12-01  Jim Meyering  <jim@meyering.net>
24711
24712         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
24713         zero.
24714         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
24715
24716 2002-11-27  Paul Eggert  <eggert@twinsun.com>
24717
24718         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
24719         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
24720         with `if (! (value < limit)) abort ();', for readability.
24721
24722 2002-11-26  Karl Berry  <karl@gnu.org>
24723
24724         * lib/strdup.c: copy from libc again, with jim's ok.
24725         * lib/.cppi-disable: re-add strdup.c
24726
24727 2002-11-25  Karl Berry  <karl@gnu.org>
24728
24729         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
24730         instead of "strtol.c".
24731
24732 2002-11-25  Karl Berry  <karl@gnu.org>
24733
24734         * config/install-sh: update from automake for variable quoting, $0 in
24735         error msgs, etc.
24736
24737         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
24738         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
24739         entry.
24740
24741 2002-11-25  Jim Meyering  <jim@meyering.net>
24742
24743         * lib/mktime.c: Sync from libc, now that it has the latest fix.
24744
24745 2002-11-24  Karl Berry  <karl@gnu.org>
24746
24747         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
24748         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
24749
24750 2002-11-24  Jim Meyering  <jim@meyering.net>
24751
24752         Update from coreutils:
24753
24754         * lib/mktime.c: Merge in changes from libc.
24755
24756         Avoid a link-time failure on some Linux systems.
24757         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
24758         (otherwise).
24759         (__mon_yday): Declare with the STATIC attribute.
24760         (__mktime_internal): Likewise.
24761         Based on a report from Greg Schafer.
24762
24763 2002-11-23  Jim Meyering  <jim@meyering.net>
24764
24765         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
24766         Use `unsigned', not `int', as type of index.
24767
24768         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
24769
24770         * lib/fsusage.c: Remove unneeded parentheses around operands of
24771         `defined'.
24772
24773 2002-11-22  Paul Eggert  <eggert@twinsun.com>
24774
24775         * lib/quotearg.h: Allow multiple inclusion by surrounding with
24776         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
24777         so that we can be included first.
24778         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
24779         * lib/quotearg.c: Include quotearg.h immediately after config.h.
24780         No need to include stddef.h or sys/types.h any more.
24781         Surround local include files with "", not "<>".
24782         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
24783         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
24784         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
24785         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
24786         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
24787         (ISPRINT): Remove; no longer needed now that we assume C89.
24788
24789         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
24790         Preserve errno.
24791
24792         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
24793         quotearg_char): Use SIZE_MAX rather than
24794         (size_t) -1 when we are talking about "infinity".
24795
24796         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
24797
24798 2002-11-22  Paul Eggert  <eggert@twinsun.com>
24799
24800         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
24801         hint that one should use `if (! x) abort ();' rather than `assert
24802         (x);', and anyway it's one less thing to worry about configuring.
24803         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
24804         hash_rehash, hash_insert): Use abort rather than assert.
24805
24806 2002-11-22  Bruno Haible  <bruno@clisp.org>
24807
24808         * lib/safe-read.h: Assume C89. Add comments.
24809         (safe_read): Change return type to size_t.
24810         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
24811         byte counts > SSIZE_MAX correctly.
24812         * lib/safe-write.h: New file.
24813         * lib/safe-write.c: New file.
24814         * lib/full-read.h: New file.
24815         * lib/full-read.c: New file.
24816         * lib/full-write.h: Assume C89. Add comments.
24817         * lib/full-write.c: Include safe-write.h.
24818         (full_write): Rewritten to use safe_write.
24819         Suggested by Jim Meyering and Paul Eggert.
24820
24821 2002-11-21  Jim Meyering  <jim@meyering.net>
24822
24823         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
24824
24825         Merge in changes from the coreutils.
24826
24827         2002-09-25  Paul Eggert  <eggert@twinsun.com>
24828         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
24829         <stdint.h>.
24830         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
24831         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
24832         int.  Work more efficiently if X is the same width as uintmax_t.
24833         Do not compare X to -1, to avoid bogus compiler warning.
24834         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
24835         Don't assume that f_frsize and f_bsize are the same type.
24836
24837         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
24838         warning on FreeBSD.
24839
24840         * lib/makepath.c (make_path): Restore umask *before* creating the final
24841         component.
24842         (make_path): Minor reformatting.
24843
24844         * lib/xmalloc.c: Adjust to work with new autoconf macros,
24845         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
24846         HAVE_MALLOC/HAVE_REALLOC.
24847
24848         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
24849         dummy ones.  At least on GNU/Linux systems, `auto' means something
24850         else.
24851         From Michael Stone.
24852
24853 2002-11-21  Bruno Haible  <bruno@clisp.org>
24854
24855         Remove case insensitive option matching.
24856         * lib/argmatch.h (argcasematch): Remove declaration.
24857         (ARGCASEMATCH): Remove macro.
24858         (__xargmatch_internal): Remove case_sensitive argument.
24859         (XARGMATCH): Update.
24860         (XARGCASEMATCH): Remove macro.
24861         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
24862         case_sensitive argument.
24863         (argcasematch): Remove function.
24864         (__xargmatch_internal): Remove case_sensitive argument.
24865         (main): Use XARGMATCH instead of XARGCASEMATCH.
24866
24867         * lib/xmalloc.c: Change compile-time error message. Add comment about
24868         required autoconf version.
24869
24870 2002-11-20  Paul Eggert  <eggert@twinsun.com>
24871
24872         Merge argmatch cleanups from Bison.  Assume C89.
24873
24874         * lib/argmatch.c: Include config.h here, not in argmatch.h.
24875         Include stdlib.h, for EXIT_FAILURE.
24876         Always include <string.h>, since we assume C89.
24877         (EXIT_FAILURE): Remove pre-C89 bug workaround.
24878         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
24879         Include <stddef.h> instead, since it's all we need for size_t.
24880         (PARAMS): Remove.  All uses removed.
24881         (ARRAY_CARDINALITY): Do not bother to #undef.
24882         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
24883         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
24884         Remove unnecessary parentheses.
24885         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
24886         Insert necessary parentheses.
24887         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
24888         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
24889
24890 2002-11-19  Bruno Haible  <bruno@clisp.org>
24891
24892         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
24893         * lib/mbswidth.h: Include <stddef.h>, for size_t.
24894
24895         * lib/mbswidth.h (PARAMS): Remove macro.
24896         (mbswidth, mbsnwidth): Use ANSI C function declarations.
24897         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
24898
24899         * lib/gcd.h (PARAMS): Remove macro.
24900         (gcd): Use ANSI C function declarations.
24901         * lib/gcd.c (gcd): Likewise.
24902
24903 2002-11-15  Bruno Haible  <bruno@clisp.org>
24904
24905         * lib/strcspn.c: Include <stddef.h>.
24906         (strcspn): Use ANSI C function declaration. Change return type to
24907         size_t. Use NULL.
24908         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
24909         (strpbrk): Use NULL.
24910         * lib/strpbrk.h (PARAMS): Remove macro.
24911         (strpbrk): Use ANSI C function declaration.
24912         * lib/strstr.c: Don't include <sys/types.h>.
24913         * lib/strstr.h (PARAMS): Remove macro.
24914         (strstr): Use ANSI C function declarations.
24915
24916 2002-11-14  Karl Berry  <karl@gnu.org>
24917
24918         * config/mkinstalldirs: `do' on separate line, instead of
24919         `for var; do'.
24920
24921 2002-11-06  Bruno Haible  <bruno@clisp.org>
24922
24923         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
24924         * lib/gcd.c (gcd): Likewise.
24925
24926 2002-11-05  Bruno Haible  <bruno@clisp.org>
24927
24928         * lib/gcd.h: New file, from gettext-0.11.5.
24929         * lib/gcd.c: New file, from gettext-0.11.5.
24930
24931 2002-11-05  Bruno Haible  <bruno@clisp.org>
24932
24933         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
24934         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
24935         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
24936         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
24937
24938         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
24939         <libintl.h>.
24940         * lib/makepath.c: Include gettext.h instead of <locale.h> and
24941         <libintl.h>.
24942
24943         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
24944         * lib/human.c: Include gettext.h instead of <libintl.h>.
24945         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
24946         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
24947         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
24948         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
24949         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
24950         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
24951         (textdomain): Remove definition.
24952         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
24953
24954         * lib/long-options.c: Remove include of <libintl.h> and definition of
24955         _.
24956         * lib/same.c: Remove include of <libintl.h> and definition of _.
24957
24958 2002-11-04  Owen Taylor  <otaylor@redhat.com>
24959
24960         * lib/config.charset: A few additions for Solaris.
24961
24962 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
24963
24964         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
24965         * lib/localcharset.c (locale_charset): Declare as extern "C".
24966
24967 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
24968
24969         * lib/config.charset: msdos in uk_UA uses CP1125.
24970
24971 2002-11-04  Bruno Haible  <bruno@clisp.org>
24972
24973         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
24974         * lib/strcase.h: New file, from GNU gettext-0.11.5.
24975         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
24976         * lib/strstr.h: New file, from GNU gettext-0.11.5.
24977         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
24978
24979 2002-11-04  Bruno Haible  <bruno@clisp.org>
24980
24981         * lib/localcharset.c (locale_charset): Don't return an empty string.
24982
24983 2002-11-04  Bruno Haible  <bruno@clisp.org>
24984
24985         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
24986         aliases.
24987
24988 2002-11-04  Bruno Haible  <bruno@clisp.org>
24989
24990         * lib/config.charset: Update for newest glibc. Add canonical names
24991         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
24992
24993 2002-11-04  Bruno Haible  <bruno@clisp.org>
24994
24995         * lib/config.charset: Add support for NetBSD.
24996
24997 2002-11-04  Bruno Haible  <bruno@clisp.org>
24998
24999         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
25000
25001 2002-11-01  Bruno Haible  <bruno@clisp.org>
25002
25003         * configure.in: Add AC_CONFIG_AUX_DIR call.
25004         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
25005         test/Makefile.
25006         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
25007
25008 2002-09-28  Karl Berry  <karl@gnu.org>
25009
25010         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
25011         installed automake until the next release, since changes have been
25012         made.
25013
25014 2002-09-25  Karl Berry  <karl@gnu.org>
25015
25016         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
25017         * lib/getopt*: copy from libc/posix.
25018         * lib/gettext.h: copy from gettext.
25019         * lib/.cppi-disable: add strdup.c, gettext.h.
25020
25021 2002-09-25  Karl Berry  <karl@gnu.org>
25022
25023         * config/srclist.txt: enable gettext.h check.
25024         * config/config.{guess,sub}: update from prep.
25025         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
25026                 from automake 1.6.3.
25027         See srclist*.
25028
25029 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
25030
25031         * regex.c (PATFETCH): Remove the translating fetch.
25032         (PATFETCH_RAW): Rename to PATFETCH.
25033         (set_image_of_range): New fun.
25034         (SET_RANGE_TABLE_WORK_AREA): Use it.
25035         (regex_compile): Don't translate the pattern chars so eagerly.
25036         Only do it when inserting an `exactn' bytecode or when handling
25037         a char-range.
25038         (mutually_exclusive_p): Avoid empty statement.
25039
25040 2002-07-06  Jim Meyering  <meyering@lucent.com>
25041
25042         * m4/README: Don't mention Makefile.am.in.
25043         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
25044
25045 2002-07-01  Jim Meyering  <meyering@lucent.com>
25046
25047         * lib/c-stack.c: Include sys/time.h.
25048         From Volker Borchert.
25049
25050 2002-06-26  Paul Eggert  <eggert@twinsun.com>
25051
25052         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
25053
25054 2002-06-26  Paul Eggert  <eggert@twinsun.com>
25055
25056         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
25057         New macro.  Use it uniformly instead of
25058         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
25059         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
25060         reported by Vin Shelton.
25061
25062 2002-06-22  Paul Eggert  <eggert@twinsun.com>
25063
25064         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
25065         Do not assume SA_SIGINFO behavior.
25066         Bug reported by Jim Meyering on NetBSD 1.5.2.
25067
25068 2002-06-22  Jim Meyering  <meyering@lucent.com>
25069
25070         * m4/c-stack.m4: New file, from diffutils-2.8.2.
25071         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
25072
25073         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
25074         now that configure.ac uses AC_GNU_SOURCE.
25075         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
25076         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
25077
25078         Update to latest tools.  Suggestions from Paul Eggert.
25079         * m4/stdbool.m4: New file, from diffutils-2.8.2.
25080         * m4/gnu-source.m4: Update from diffutils-2.8.2.
25081         * m4/fnmatch.m4: Likewise.
25082         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
25083         to AC_HEADER_STDBOOL
25084
25085 2002-06-22  Jim Meyering  <meyering@lucent.com>
25086
25087         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
25088         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
25089
25090 2002-06-22  Jim Meyering  <meyering@lucent.com>
25091
25092         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
25093
25094         * lib/exitfail.c, exitfail.h: Likewise.
25095         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
25096
25097         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
25098         of fnmatch.h.
25099         (EXTRA_DIST): Add fnmatch_loop.c.
25100         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
25101
25102         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
25103         * lib/fnmatch.c: Update from diffutils-2.8.2.
25104         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
25105         * lib/fnmatch.h: Remove file.
25106
25107 2002-06-21  Jim Meyering  <meyering@lucent.com>
25108
25109         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
25110         * m4/mbrtowc.m4: Likewise.
25111
25112         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
25113         * m4/mbswidth.m4: Reflect name change:
25114         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
25115         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
25116
25117         * m4/lib-link.m4: Update from gettext-0.11.2.
25118         * m4/gettext.m4: Likewise.
25119
25120         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
25121         From Alfred M. Szmidt.
25122
25123 2002-06-18  Paul Eggert  <eggert@twinsun.com>
25124
25125         * lib/file-type.h: Report an error if neither S_ISREG nor
25126         S_IFREG is defined, instead of using a test specific to glibc
25127         2.2.  This should be safe, since POSIX requires S_ISREG and
25128         Unix Version 7 had S_IFREG.  We don't need to check for
25129         <sys/types.h> since we don't use any symbols that it defines.
25130
25131 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
25132
25133         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
25134         $@-t, so that each temporary file name is unique and valid in the first
25135         8 characters, for operation under DOS.
25136
25137 2002-06-15  Paul Eggert  <eggert@twinsun.com>
25138
25139         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
25140
25141 2002-06-15  Jim Meyering  <meyering@lucent.com>
25142
25143         Work even with DJGPP 2.03, which lacks support for symlinks.
25144         From Richard Dawe.
25145         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
25146         is defined.
25147         * lib/lchown.c (S_ISLNK): Likewise.
25148
25149 2002-06-15  Jim Meyering  <meyering@lucent.com>
25150
25151         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
25152         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
25153         have been included before this file.
25154
25155 2002-06-14  Jim Meyering  <meyering@lucent.com>
25156
25157         * lib/file-type.h: Use the version from diffutils-2.8.2.
25158         * lib/file-type.c: Likewise.
25159
25160 2002-06-07  Jim Meyering  <meyering@lucent.com>
25161
25162         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
25163         They're needed at least for NetBSD 1.5.2.
25164         ($statxfs_includes): Include those same headers.
25165         ($statxfs_includes): Include sys/vfs.h if available.
25166         ($statxfs_includes): Likewise for sys/statvfs.h.
25167         Check for the following members in both structs statfs and statvfs:
25168         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
25169
25170 2002-06-01  Jim Meyering  <meyering@lucent.com>
25171
25172         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
25173         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
25174
25175 2002-05-28  Jim Meyering  <meyering@lucent.com>
25176
25177         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
25178         Reported by Volker Borchert.
25179
25180 2002-05-27  Jim Meyering  <meyering@lucent.com>
25181
25182         Fix a problem seen only on nonconforming systems whereby ls.c's
25183         use of localtime, and then of gettimeofday would cause trouble:
25184         the localtime call used to initialize rpl_gettimeofday's save
25185         mechanism would clobber ls's current local time information so
25186         that in any long listing the first file would always be listed
25187         with date 1970-01-01.  Analysis by Volker Borchert.
25188
25189         * lib/gettimeofday.c (localtime): Undefine.
25190         (rpl_localtime): New function.
25191
25192 2002-05-27  Jim Meyering  <meyering@lucent.com>
25193
25194         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
25195         localtime.
25196
25197         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
25198         use the replacement function; it wouldn't resolve at link time.
25199         Reported by Volker Borchert.
25200
25201 2002-05-22  Jim Meyering  <meyering@lucent.com>
25202
25203         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
25204         file-type.h.
25205         * lib/file-type.h: New file.
25206         * lib/file-type.c (file_type): New file/function.  Extracted from
25207         diffutils.
25208
25209 2002-04-30  Jim Meyering  <meyering@lucent.com>
25210
25211         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
25212
25213 2002-04-29  Paul Eggert  <eggert@twinsun.com>
25214
25215         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
25216
25217 2002-04-29  Paul Eggert  <eggert@twinsun.com>
25218
25219         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
25220         Do not check for alloca.h (no longer used) or stdbool.h (was never
25221         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
25222
25223 2002-04-29  Paul Eggert  <eggert@twinsun.com>
25224
25225         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
25226
25227 2002-04-29  Jim Meyering  <meyering@lucent.com>
25228
25229         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
25230         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
25231         Use AC_FUNC_STRNLEN here instead.
25232
25233         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
25234         With autoconf-2.53a, it's part of AC_PROG_CC.
25235
25236 2002-04-28  Paul Eggert  <eggert@twinsun.com>
25237
25238         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
25239         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
25240
25241 2002-04-28  Paul Eggert  <eggert@twinsun.com>
25242
25243         * lib/sig2str.h, lib/sig2str.c: New files.
25244         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
25245
25246 2002-04-28  Paul Eggert  <eggert@twinsun.com>
25247
25248         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
25249         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
25250         of 127, since 64 is the largest conceivable number for ancient
25251         nonstandard hosts.
25252         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
25253
25254 2002-04-28  Jim Meyering  <meyering@lucent.com>
25255
25256         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
25257
25258 2002-04-24  Jim Meyering  <meyering@lucent.com>
25259
25260         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
25261         (jm_PREREQ): Use it.
25262
25263         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
25264         mach/mach.h fcntl.h.
25265         Check for this function: setlocale.
25266
25267 2002-04-24  Jim Meyering  <meyering@lucent.com>
25268
25269         * lib/gettext.h: New file, from Gettext.
25270         * lib/Makefile.am (INCLUDES): Remove -I../intl.
25271         (libfetish_a_SOURCES): Add gettext.h.
25272
25273 2002-04-16  Jim Meyering  <meyering@lucent.com>
25274
25275         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
25276         ut_pid, ut_id, ut_exit.
25277
25278 2002-04-16  Jim Meyering  <meyering@lucent.com>
25279
25280         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
25281         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
25282         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
25283
25284 2002-04-12  Jim Meyering  <meyering@lucent.com>
25285
25286         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
25287         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
25288         existence of the getmntinfo function.  Needed for Darwin 5.3.
25289
25290         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
25291         This is necessary at least on Darwin 5.3.
25292
25293         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
25294         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
25295         strnlen.o in the library, and that makes some versions of ranlib
25296         object.
25297
25298 2002-04-12  Jim Meyering  <meyering@lucent.com>
25299
25300         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
25301
25302 2002-04-09  Jim Meyering  <meyering@lucent.com>
25303
25304         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
25305         to be more precise.  Rather than saying we're checking whether the
25306         function `works', say what we're testing.
25307         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
25308         Reported by Bruno Haible.
25309
25310 2002-03-10  Jim Meyering  <meyering@lucent.com>
25311
25312         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
25313         Suggestion from Santiago Vila.
25314
25315 2002-03-08  Jim Meyering  <meyering@lucent.com>
25316
25317         * lib/rename.c: Mention that this wrapper is needed also on
25318         mips-dec-ultrix4.4 systems.
25319
25320 2002-03-02  Jim Meyering  <meyering@lucent.com>
25321
25322         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
25323         not HAVE_CLOCK_SETTIME.
25324
25325 2002-02-27  Paul Eggert  <eggert@twinsun.com>
25326
25327         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
25328         Check for clock_settime.
25329
25330 2002-02-27  Paul Eggert  <eggert@twinsun.com>
25331
25332         * lib/nanosleep.h: Rename to....
25333         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
25334
25335         * lib/gettime.c: New file.
25336         * lib/settime.c: New file.
25337         * lib/stime.c: Remove.
25338
25339         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
25340         timespec.h.  Remove nanosleep.h.
25341
25342 2002-02-25  Paul Eggert  <eggert@twinsun.com>
25343
25344         * m4/acl.m4: New file.
25345         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
25346         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
25347
25348 2002-02-25  Paul Eggert  <eggert@twinsun.com>
25349
25350         * lib/acl.c, lib/acl.h: New files.
25351         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
25352
25353 2002-02-24  Jim Meyering  <meyering@lucent.com>
25354
25355         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
25356         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
25357         cause trouble.  Reported by Nelson Beebe.
25358
25359 2002-02-23  Paul Eggert  <eggert@twinsun.com>
25360
25361         * lib/path-concat.c (xpath_concat): Reorder code to pacify
25362         compilers that don't know that xalloc_die never returns.
25363
25364 2002-02-20  Jim Meyering  <meyering@lucent.com>
25365
25366         * lib/getdate.c: Regenerate using bison-1.33.
25367
25368 2002-02-17  Jim Meyering  <meyering@lucent.com>
25369
25370         * config/config.guess (main): Don't use `head -1'; it's no longer
25371         portable. Use `sed 1q' instead.
25372
25373 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
25374
25375         * m4/codeset.m4: Upgrade to gettext-0.11.
25376         * m4/gettext.m4: Upgrade to gettext-0.11.
25377         * m4/glibc21.m4: Upgrade to gettext-0.11.
25378         * m4/iconv.m4: Upgrade to gettext-0.11.
25379         * m4/isc-posix.m4: Upgrade to gettext-0.11.
25380         * m4/lcmessage.m4: Upgrade to gettext-0.11.
25381         * m4/lib-ld.m4: New file, from gettext-0.11.
25382         * m4/lib-link.m4: New file, from gettext-0.11.
25383         * m4/lib-prefix.m4: New file, from gettext-0.11.
25384         * m4/progtest.m4: Upgrade to gettext-0.11.
25385
25386 2002-02-15  Paul Eggert  <eggert@twinsun.com>
25387
25388         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
25389         (jm_PREREQ): Use it.
25390
25391 2002-02-15  Paul Eggert  <eggert@twinsun.com>
25392
25393         * lib/posixver.c, lib/posixver.h: New files.
25394         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
25395
25396 2002-02-02  Paul Eggert  <eggert@twinsun.com>
25397             Bruno Haible  <bruno@clisp.org>
25398
25399         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
25400         (fwrite_success_callback): New declaration.
25401         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
25402         print_unicode_char. Call failure callback instead of error.
25403         (fwrite_success_callback): New function.
25404         (exit_failure_callback): New function.
25405         (fallback_failure_callback): New function.
25406         (print_unicode_char): Call unicode_to_mb.
25407
25408 2002-01-26  Jim Meyering  <meyering@lucent.com>
25409
25410         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
25411         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
25412
25413 2002-01-26  Jim Meyering  <meyering@lucent.com>
25414
25415         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
25416
25417 2002-01-22  Paul Eggert  <eggert@twinsun.com>
25418
25419         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
25420
25421 2002-01-22  Jim Meyering  <meyering@lucent.com>
25422
25423         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
25424         Otherwise, some versions of automake would omit the rule that makes
25425         Makefile from Makefile.in.
25426
25427 2002-01-21  Paul Eggert  <eggert@twinsun.com>
25428
25429         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
25430         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
25431         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
25432         (memcoll): Set errno to zero if there is no error.
25433
25434         * lib/quotearg.c (quotearg_buffer_restyled):
25435         Fix bug with quoting buffers containing NUL when backslashing escapes.
25436         This bug was exposed by the other changes in this patch.
25437         (quotearg_n_options): New arg ARGSIZE.
25438         All callers changed.
25439         (quoting_options_from_style): New function.
25440         (quotearg_n_style): Use it.
25441         (quotearg_n_style_mem): New function.
25442
25443         * lib/quotearg.h (quotearg_n_style_mem): New function.
25444
25445 2002-01-19  Jim Meyering  <meyering@lucent.com>
25446
25447         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
25448         Remove useless quotes: DF_PROG="df".
25449         * m4/strnlen.m4: New file.
25450
25451 2002-01-16  Paul Eggert  <eggert@twinsun.com>
25452
25453         * lib/backupfile.c (ISDIGIT): Comment fix.
25454         * lib/getdate.y (ISDIGIT): Likewise.
25455         * lib/posixtm.c (ISDIGIT, year): Likewise.
25456         * lib/strverscmp.c (ISDIGIT): Likewise.
25457         * lib/userspec.c (ISDIGIT): Likewise.
25458
25459 2002-01-16  Jim Meyering  <meyering@lucent.com>
25460
25461         * lib/getdate.y: Add three semicolons, each just before a closing
25462         brace. Bison (as of version 1.31) no longer papers over that mistake.
25463
25464 2002-01-05  Jim Meyering  <meyering@lucent.com>
25465
25466         * lib/version-etc.c (version_etc_copyright): Update copyright year.
25467
25468 2001-12-19  Paul Eggert  <eggert@twinsun.com>
25469
25470         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
25471         not silently exit merely because the output buffer happens to
25472         have nothing pending.
25473
25474 2001-12-18  Paul Eggert  <eggert@twinsun.com>
25475
25476         See the big note in ../ChangeLog.
25477         * lib/human.c (suffixes): Prefer K to k for 1024.
25478         (generate_suffix_backwards): New function.
25479         (human_readable_inexact): Use it.
25480         * lib/xstrtol.c (__xstrtol): If there is no number but there
25481         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
25482         Accept 'K' as well as 'k'.
25483
25484 2001-12-15  Jim Meyering  <meyering@lucent.com>
25485
25486         * lib/regex.h (__restrict_arr): Update from libc.
25487
25488         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
25489         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
25490         (STREQ): Define.
25491
25492 2001-12-14  Jim Meyering  <meyering@lucent.com>
25493
25494         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
25495         Suggestion from Bruno Haible.
25496
25497 2001-12-10  Jim Meyering  <meyering@lucent.com>
25498
25499         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
25500         xrealloc, Instead, include "xalloc.h".
25501         (initbuffer): Don't cast xmalloc return value to char*.
25502         (readline): Reword comment.
25503         Don't cast xrealloc return value to char*
25504         Return NULL, not 0.
25505
25506 2001-12-09  Jim Meyering  <meyering@lucent.com>
25507
25508         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
25509         about `signed and unsigned type in conditional expression'.
25510         * lib/posixtm.c (posix_time_parse): Likewise.
25511
25512         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
25513
25514         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
25515         to avoid a pedantic warning.
25516
25517         * lib/getstr.c: Don't include assert.h.
25518         (getstr): Remove warning-evoking assertions.
25519         Return -1 if offset parameter is out of bounds.
25520         Change the type of a local from int to size_t.
25521
25522         * lib/strftime.c (my_strftime_localtime_r): Include this function
25523         definition in the `#if ! HAVE_TM_GMTOFF' block.
25524
25525         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
25526         Include xalloc.h instead.
25527
25528 2001-12-02  Jim Meyering  <meyering@lucent.com>
25529
25530         * lib/tempname.c: Don't declare getenv, thus reverting the change of
25531         2001-11-18.  It's no longer necessary, now that stdlib.h is always
25532         included.
25533
25534         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
25535         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
25536
25537 2001-11-30  Akim Demaille  <akim@epita.fr>
25538
25539         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
25540         before being defined.
25541
25542 2001-11-27  Paul Eggert  <eggert@twinsun.com>
25543
25544         * lib/quotearg.h (quotearg_n, quotearg_n_style):
25545         First arg is int, not unsigned.
25546         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
25547         (SIZE_MAX, UINT_MAX): New macros.
25548         (quotearg_n_options): Abort if N is negative.
25549         Avoid overflow check on hosts where size_t is 64 bits and int
25550         is 32 bits, as overflow is impossible there.
25551         Fix off-by-one typo that caused unnecessary reallocation.
25552
25553 2001-11-27  Jim Meyering  <meyering@lucent.com>
25554
25555         * lib/tempname.c: Merge with version from libc.
25556         * lib/regex.c: Likewise.
25557
25558         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
25559         systems for which STDC_HEADERS is 0, it was not included, resulting in
25560         a warning about an integer-to-pointer conversion problem with getenv.
25561         Reported by Volker Borchert.
25562
25563 2001-11-26  Jim Meyering  <meyering@lucent.com>
25564
25565         * lib/gtod.h: Remove file.
25566         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
25567         * lib/gettimeofday.c: Don't include gtod.h.
25568         (GTOD_init): Remove function.
25569         (rpl_gettimeofday): Do its job here instead, rather than aborting.
25570         Suggestion from Volker Borchert.
25571
25572 2001-11-23  Jim Meyering  <meyering@lucent.com>
25573
25574         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
25575         it.
25576         * lib/hash.c (struct hash_table): Define it here instead.
25577
25578 2001-11-22  Jim Meyering  <meyering@lucent.com>
25579
25580         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
25581
25582 2001-11-20  Jim Meyering  <meyering@lucent.com>
25583
25584         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
25585         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
25586
25587 2001-11-19  Jim Meyering  <meyering@lucent.com>
25588
25589         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
25590         directory.  Use "conftestXXXXXX" as the template.
25591         Suggestion from Paul Eggert.
25592
25593         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
25594         immediately, so the test doesn't mistakenly hit the max-open-files
25595         limit.
25596
25597 2001-11-18  Paul Eggert  <eggert@twinsun.com>
25598
25599         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
25600         (TEMPORARIES): New macro.
25601         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
25602         removes an artificial limitation (e.g. HP-UX 10.20, where
25603         TMP_MAX is 17576).
25604
25605 2001-11-18  Jim Meyering  <meyering@lucent.com>
25606
25607         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
25608
25609 2001-11-18  Jim Meyering  <meyering@lucent.com>
25610
25611         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
25612         on SunOS 4.
25613
25614         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
25615         files will be created before anything else.
25616
25617 2001-11-17  Paul Eggert  <eggert@twinsun.com>
25618
25619         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
25620         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
25621
25622 2001-11-17  Jim Meyering  <meyering@lucent.com>
25623
25624         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
25625         Prompted by a report from Bob Proulx.
25626
25627         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
25628         Instead, require UTILS_FUNC_MKSTEMP.
25629
25630 2001-11-17  Jim Meyering  <meyering@lucent.com>
25631
25632         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
25633         Now, that's done as part of AC_FUNC_STRTOD.
25634
25635 2001-11-17  Jim Meyering  <meyering@lucent.com>
25636
25637         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
25638         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
25639         rather than group writable.  Patch by Juan F. Codagnone.
25640
25641         * lib/readtokens.c: Remove explicit declarations of xmalloc and
25642         xrealloc, Instead, include "xalloc.h".
25643
25644         * lib/mountlist.c: Include unlocked-io.h after all system headers.
25645         Remove explicit declarations of xmalloc, xrealloc,
25646         and xstrdup.  Instead, include "xalloc.h".
25647
25648         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
25649         unlocked-io.h.
25650         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
25651         Likewise.
25652         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
25653
25654         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
25655         Reported by Padraig Brady.
25656
25657         * lib/mkstemp.c: #undef mkstemp.
25658         Include config.h.
25659         (rpl_mkstemp): Rename from mkstemp.
25660         Protoize.
25661
25662 2001-11-16  Jim Meyering  <meyering@lucent.com>
25663
25664         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
25665         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
25666         determine the amount of total physical memory, use pstat_getstatic.
25667         HPUX-11 doesn't define _SC_PHYS_PAGES.
25668         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
25669         If sysconf couldn't be used to determine the amount of available
25670         physical memory, use both pstat_getstatic and pstat_getdynamic.
25671         Based on a patch from Bob Proulx.
25672
25673 2001-11-10  Jim Meyering  <meyering@lucent.com>
25674
25675         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
25676         (jm_PREREQ): Use it.
25677
25678 2001-11-09  Jim Meyering  <meyering@lucent.com>
25679
25680         * m4/jm-macros.m4: Require autoconf-2.52f.
25681         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
25682         Use these AC_-prefixed names, not the AM_-prefixed ones.
25683
25684         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
25685
25686 2001-11-05  Jim Meyering  <meyering@lucent.com>
25687
25688         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
25689
25690 2001-11-04  Jim Meyering  <meyering@lucent.com>
25691
25692         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
25693         $DEFS.
25694
25695 2001-11-03  Jim Meyering  <meyering@lucent.com>
25696
25697         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
25698         of AC_DEFUN.
25699
25700         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
25701         know the name of the variable in the macro definition.
25702
25703 2001-11-03  Jim Meyering  <meyering@lucent.com>
25704
25705         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
25706         in argmatch_to_argument call.
25707
25708         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
25709         argument.
25710
25711         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
25712         e.g., a fault due to an attempt to free a NULL pointer.
25713
25714 2001-11-01  Jim Meyering  <meyering@lucent.com>
25715
25716         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
25717         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
25718
25719 2001-11-01  Jim Meyering  <meyering@lucent.com>
25720
25721         * lib/dirfd.c, lib/dirfd.h: New files.
25722         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
25723
25724         * lib/hash.c (hash_print) [TESTING]: Clean up.
25725
25726 2001-10-22  Paul Eggert  <eggert@twinsun.com>
25727
25728         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
25729         to avoid a warning if -Wall.
25730
25731 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
25732
25733         * README: New file
25734         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
25735         (per RMS's instructions, this is now the canonical source)
25736         * lgpl/, gpl/: New directories.
25737
25738 2001-10-21  Paul Eggert  <eggert@twinsun.com>
25739
25740         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
25741
25742 2001-10-21  Jim Meyering  <meyering@lucent.com>
25743
25744         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
25745         this code would end up calling gettext even in packages built
25746         with --disable-nls.
25747         * lib/getopt.c (_): Likewise.
25748         * lib/regex.c (_): Likewise.
25749
25750 2001-10-20  Paul Eggert  <eggert@twinsun.com>
25751
25752         * m4/error.m4 (jm_PREREQ_ERROR):
25753         Do not invoke AC_CHECK_FUNCS with strerror_r, as
25754         AC_FUNC_STRERROR_R does that.
25755         Check for strerror declaration.
25756
25757         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
25758         are supposed to have them these days.
25759         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
25760         Merge changes from latest Autoconf CVS.
25761         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
25762         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
25763         POSIX decided to standardize on the int flavor of strerror_r.
25764
25765 2001-10-20  Paul Eggert  <eggert@twinsun.com>
25766
25767         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
25768         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
25769         Use strerror_r that is only a macro, even if it is not a function.
25770         (strerror): Check for HAVE_DECL_STRERROR before declaring.
25771         (private_strerror): Use prototypes, not old-style function definition.
25772         (print_errno_message): New function.
25773         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
25774         char*-flavored one.
25775         (error_tail, error, error_at_line): Use it.
25776
25777 2001-10-11  Jim Meyering  <meyering@lucent.com>
25778
25779         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
25780         and quote_n (1, ... to avoid clobbering a buffer.
25781
25782 2001-10-05  Jim Meyering  <meyering@lucent.com>
25783
25784         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
25785         hash-pjw.h.
25786         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
25787         * lib/hash-pjw.h: New file.
25788
25789 2001-09-30  Jim Meyering  <meyering@lucent.com>
25790
25791         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
25792         `struct fsstat' has the `f_fstypename' member.
25793         Use that to define FS_TYPE, which is now used to make
25794         the getfsstat link test tighter.
25795
25796 2001-09-30  Jim Meyering  <meyering@lucent.com>
25797
25798         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
25799         Include <sys/ucred.h>, for Apple Darwin.
25800         Include sys/mount.h and sys/fs_types.h only if available.
25801         (FS_TYPE): Define.
25802         (read_filesystem_list): Use FS_TYPE.
25803
25804 2001-09-29  Paul Eggert  <eggert@twinsun.com>
25805
25806         * lib/exclude.c (excluded_filename): 0 -> false, since it's
25807         a boolean context.
25808
25809 2001-09-29  Jim Meyering  <meyering@lucent.com>
25810
25811         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
25812         [one-argument getmntent function]): Include stdio.h before mntent.h.
25813         SunOS 4.1.x needs it for the declaration of `FILE'.
25814         Patch by Volker Borchert.
25815
25816         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
25817         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
25818         sys/fs_types.h, and make the link-test for getfsstat guard #include
25819         directives with appropriate #if HAVE_*_H tests so that we can
25820         detect getfsstat on Apple Darwin1.3.7 systems.
25821         Reported by Nelson Beebe.
25822         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
25823
25824 2001-09-28  Paul Eggert  <eggert@twinsun.com>
25825
25826         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
25827         #defines strtoimax.  Also treat the other strto* functions
25828         like strtoimax.
25829
25830         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
25831         Check for strtoul and strtoumax,
25832         as those declarations are made even in the signed case.
25833         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
25834         Likewise, for strtol and strtoimax.
25835
25836 2001-09-28  Paul Eggert  <eggert@twinsun.com>
25837
25838         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
25839         #defines strtoimax.  Also treat the other strto* functions
25840         like strtoimax.
25841
25842         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
25843         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
25844         (strtoimax, strtoumax): Do not declare if already defined as a macro.
25845
25846 2001-09-26  Jim Meyering  <meyering@lucent.com>
25847
25848         Most macros in unlocked-io.h had the wrong number of arguments.
25849         * lib/gen-uio: New script.
25850         (USE_UNLOCKED_IO): Define to 1 if not already defined.
25851         * lib/unlocked-io.hin: Remove file.
25852         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
25853         rather than trying to embed it here.
25854         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
25855         Reported by Padraig Brady.
25856
25857 2001-09-25  Volker Borchert  <bt@teknon.de>
25858
25859         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
25860         `result'.
25861
25862 2001-09-24  Jim Meyering  <meyering@lucent.com>
25863
25864         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
25865
25866 2001-09-23  Jim Meyering  <meyering@lucent.com>
25867
25868         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
25869         instead of the mere test for existence of mntent.h.  The latter
25870         would get a false-positive on AIX 3.4 systems.
25871         In the outer getmntent if-block, don't die if neither of the getmntent
25872         tests succeeds.  Instead, just fall through and continue with the
25873         remaining tests.
25874
25875 2001-09-23  Jim Meyering  <meyering@lucent.com>
25876
25877         * lib/mountlist.c: Remove useless parentheses in #if directives.
25878         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
25879         the deprecated MOUNTED symbol is no longer defined in mntent.h.
25880
25881 2001-09-22  Jim Meyering  <meyering@lucent.com>
25882
25883         * m4/gettext.m4: New file.  From gettext.
25884         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
25885         * m4/progtest.m4: Likewise
25886         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
25887         * m4/glibc21.m4: Likewise.
25888
25889         * m4/libintl.m4: Remove.  No longer used.
25890
25891 2001-09-22  Jim Meyering  <meyering@lucent.com>
25892
25893         * lib/localcharset.c: Update from latest gettext.
25894         * lib/config.charset: Likewise.
25895
25896 2001-09-20  Jim Meyering  <meyering@lucent.com>
25897
25898         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
25899         strtoimax.
25900         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
25901         strtoumax.
25902
25903 2001-09-20  Jim Meyering  <meyering@lucent.com>
25904
25905         * lib/xstrtol.c (strtoimax): Guard declaration with
25906         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
25907         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
25908         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
25909         (strtoumax): Likewise, for completeness (it wasn't necessary).
25910
25911 2001-09-17  Paul Eggert  <eggert@twinsun.com>
25912
25913         * lib/strtoimax.c (HAVE_LONG_LONG):
25914         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
25915         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
25916         to work around bug in IBM C compiler.
25917
25918 2001-09-17  Jim Meyering  <meyering@lucent.com>
25919
25920         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
25921         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
25922         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
25923         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
25924         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
25925         whenever the right hand side need not be expanded by the shell.
25926
25927 2001-09-16  Paul Eggert  <eggert@twinsun.com>
25928
25929         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
25930         library.  It's not correct, as some older glibcs are buggy.
25931         fnmatch wasn't fixed until glibc 2.2.
25932
25933         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
25934         special shell magic here.
25935
25936 2001-09-16  Jim Meyering  <meyering@lucent.com>
25937
25938         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
25939         * m4/jm-macros.m4: Require it.
25940
25941 2001-09-16  Jim Meyering  <meyering@lucent.com>
25942
25943         * lib/mkdir.c: New file.
25944
25945 2001-09-15  Jim Meyering  <meyering@lucent.com>
25946
25947         * m4/jm-macros.m4: Check for help2man.
25948
25949 2001-09-11  Jim Meyering  <meyering@lucent.com>
25950
25951         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
25952         The body, by Paul Eggert, was moved here from configure.in.
25953         * m4/jm-macros.m4: Require UTILS_HOST_OS.
25954
25955 2001-09-04  Paul Eggert  <eggert@twinsun.com>
25956
25957         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
25958         (jm_PREREQ): Use it.
25959
25960 2001-09-04  Paul Eggert  <eggert@twinsun.com>
25961
25962         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
25963         Use ssize_t, not int, to store result of readlink.
25964         Check for ssize_t overflow as well as size_t overflow,
25965         as POSIX says the result of readlink is implementation-defined
25966         when ssize_t overflows.
25967         Remove unnecessary cast to char*.
25968         Use free+malloc instead of realloc, as the storage doesn't need
25969         to be preserved and it's clearer and can be more efficient that way.
25970         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
25971         * lib/xreadlink.h (xreadlink): Update prototype.
25972
25973 2001-09-04  Paul Eggert  <eggert@twinsun.com>
25974
25975         * lib/xgetcwd.c: Revert some of the previous change; intead,
25976         fix the HAVE_GETCWD_NULL code to behave more like the
25977         !HAVE_GETCWD_NULL code used to.
25978
25979         Include "xalloc.h".
25980         (xgetcwd): Do not return NULL when memory is exhausted; instead,
25981         invoke xalloc_die.
25982
25983 2001-09-03  Paul Eggert  <eggert@twinsun.com>
25984
25985         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
25986         sys/param.h, as pathmax.h includes them.
25987
25988 2001-09-03  Paul Eggert  <eggert@twinsun.com>
25989
25990         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
25991         (jm_PREREQ_XGETCWD): New macro.
25992
25993         * m4/getcwd.m4: New file.
25994
25995 2001-09-03  Paul Eggert  <eggert@twinsun.com>
25996
25997         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
25998         like the HAVE_GETCWD_NULL code.
25999         Include pathmax.h if not HAVE_GETCWD.
26000         Do not include xalloc.h.
26001         (INITIAL_BUFFER_SIZE): New symbol.
26002         Do not use xmalloc / xrealloc, since the caller is responsible for
26003         handling errors.  Preserve errno around `free' during failure.
26004         Do not overrun buffer when using getwd.
26005
26006 2001-09-03  Paul Eggert  <eggert@twinsun.com>
26007
26008         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
26009         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
26010         getcwd (NULL, 0).
26011
26012 2001-09-03  Paul Eggert  <eggert@twinsun.com>
26013
26014         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
26015         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
26016         spotted by Jim Meyering.
26017
26018 2001-09-03  Jim Meyering  <meyering@lucent.com>
26019
26020         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
26021         failure.
26022
26023 2001-09-02  Jim Meyering  <meyering@lucent.com>
26024
26025         * lib/error.c: Update from GNU libc.
26026
26027 2001-09-01  Jim Meyering  <meyering@lucent.com>
26028
26029         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
26030         Used by df.
26031
26032 2001-09-01  Jim Meyering  <meyering@lucent.com>
26033
26034         * lib/xreadlink.c: New file.
26035         * lib/xreadlink.h: New file.
26036         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
26037         xreadlink.h.
26038
26039         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
26040         doesn't conflict with sparc Solaris 7's definition in
26041         /usr/include/sys/int_types.h.
26042
26043         * lib/exclude.c: Use `""', not `<>' to #include non-system header
26044         files.
26045         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
26046         and strncasecmp as r-values.  Unixware didn't have declarations.
26047
26048 2001-08-31  Paul Eggert  <eggert@twinsun.com>
26049
26050         * lib/xstrtol.h: Add copyright notice.
26051         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
26052         LONGINT_INVALID_SUFFIX_CHAR.
26053
26054 2001-08-31  Paul Eggert  <eggert@twinsun.com>
26055
26056         * lib/xstrtol.c (strtoimax): New decl.
26057
26058 2001-08-31  Paul Eggert  <eggert@twinsun.com>
26059
26060         * lib/xgetcwd.c: Don't include pathmax.h.
26061         Include stdlib.h and unistd.h if available.
26062         Include xalloc.h.
26063         (xmalloc, xstrdup, free): Remove decls.
26064         (xgetcwd): Don't assume sizes fit in unsigned.
26065         Check for overflow when computing sizes.
26066         Simplify reallocation code.
26067
26068 2001-08-31  Paul Eggert  <eggert@twinsun.com>
26069
26070         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
26071         a directory's st_size can have an arbitrary value, so the old
26072         usage could waste an arbitrary amount of memory.  All uses
26073         changed.
26074         * lib/savedir.h: Update prototype.
26075
26076 2001-08-31  Paul Eggert  <eggert@twinsun.com>
26077
26078         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
26079
26080         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
26081         old strtoimax.c.
26082
26083         Also, make the following further changes to make this file's
26084         configuration more similar to that of strtol.c:
26085         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
26086         (strtoumax, uintmax_t, strtoull, strtol): Remove.
26087         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
26088         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
26089         changed to signed values.
26090
26091         And make the following changes as well:
26092         Fix copyright notice, as 1999 was missing.
26093         (verify): New macro.
26094         (strtoimax): Check sizes at compile-time, not run-time.
26095         Prefer strtol to strtoll if both work.
26096         (main): Remove; it was not that useful and was a pain to maintain.
26097
26098         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
26099
26100 2001-08-31  Jim Meyering  <meyering@lucent.com>
26101
26102         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
26103         Use an initial, malloc'd, buffer of length 128 rather than
26104         a statically allocated one of length 1024.
26105
26106 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26107
26108         Simplify code, partly by assuming autoconf 2.52 semantics.
26109
26110         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
26111
26112         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
26113         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
26114         All uses removed.
26115         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
26116         Move AC_REQUIRE to next-to-top level, to avoid confusion.
26117         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
26118         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
26119         jm_AC_HEADER_INTTYPES_H.
26120         * m4/jm-macros.m4 (jm_MACROS): Likewise.
26121
26122         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
26123
26124         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
26125         Quote first arg of AC_DEFUN.
26126         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
26127         since they are needed to parse the include file even if we need
26128         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
26129         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
26130         but with opposite signedness.
26131
26132 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26133
26134         Merge 'exclude' changes from tar 1.13.22.
26135         This fixes one or two unlikely storage allocation overflow bugs,
26136         but doesn't change user-visible behavior otherwise.
26137
26138 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26139
26140         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
26141         (jm_PREREQ_EXCLUDE): New macro.
26142
26143 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26144
26145         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
26146         tm to be declared.
26147
26148 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26149
26150         * lib/hash.c: Remove '2001' from copyright notice.
26151
26152 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26153
26154         * lib/full-write.h: New file.
26155         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
26156         * lib/full-write.c: Correct credits, as cccp.c no longer
26157         exists and anyway it was so heavily changed from the old cccp
26158         code as to be unrecognizable.  Include full-write.h.
26159         (full_write) Return size_t, with short writes meaning failure.
26160         All callers changed.  This fixes a bug with large buffers
26161         on 64-bit hosts.
26162         * lib/utime.c: Include full-write.h.
26163
26164 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26165
26166         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
26167         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
26168         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
26169         Include if available.
26170         (<xalloc.h>): Include
26171         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
26172         (verify): New macro.  Use it to verify that EXCLUDE macros do not
26173         collide with FNM macros.
26174         (struct patopts): New struct.
26175         (struct exclude): Use it, as exclude patterns now come with options.
26176         (new_exclude): Support above changes.
26177         (new_exclude, add_exclude_file):
26178         Initial size must now be a power of two to simplify overflow checking.
26179         (free_exclude, fnmatch_no_wildcards): New function.
26180         (excluded_filename): No longer requires options arg, as the options
26181         are determined by add_exclude.  Now returns bool, not int.
26182         (excluded_filename, add_exclude):
26183         Add support for the fancy new exclusion options.
26184         (add_exclude, add_exclude_file): Now takes int options arg.
26185         Check for arithmetic overflow when computing sizes.
26186         (add_exclude_file): xrealloc might modify errno, so don't
26187         realloc until after errno might be used.
26188
26189         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
26190         New macros.
26191         (free_exclude): New decl.
26192         (add_exclude, add_exclude_file): Now takes int options arg.
26193         (excluded_filename): No longer requires options arg, as the options
26194         are determined by add_exclude.  Now returns bool, not int.
26195
26196 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26197
26198         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
26199
26200 2001-08-27  Jim Meyering  <meyering@lucent.com>
26201
26202         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
26203
26204         * lib/version-etc.c (N_): Remove definition.
26205         Revert most of last change.
26206         Instead, simply don't mark the `Copyright...' string for translation.
26207         Based on advice from Paul Eggert.
26208
26209         * lib/strtoxmax.c: Tweak comment.
26210
26211 2001-08-26  Jim Meyering  <meyering@lucent.com>
26212
26213         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
26214
26215         * m4/xstrtoimax.m4: New file.
26216         * m4/xstrtoumax.m4: Add comments explaining why we
26217         AC_REPLACE_FUNCS(strtol).
26218
26219 2001-08-26  Jim Meyering  <meyering@lucent.com>
26220
26221         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
26222         of copyright with `%s' so translators don't get an untranslated
26223         message in 2002.
26224         (COPYRIGHT_YEAR): Define.
26225         (version_etc): Use fprintf rather than fputs.
26226         Suggestion from Ulrich Drepper.
26227
26228         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
26229
26230         * lib/strtoll.c: New file, from GNU libc.
26231         * lib/xstrtoimax.c: New file.
26232
26233         * lib/xstrtol.h: Add xstrtoimax.
26234         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
26235         * lib/strtoimax.c: New file.  Likewise, but first define
26236         STRTOUXMAX_SIGNED.
26237
26238         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
26239         ...
26240         * lib/strtoxmax.c: ... then renamed to this.
26241
26242 2001-08-18  Paul Eggert  <eggert@twinsun.com>
26243
26244         * m4/inttypes.m4: Add AC_PREREQ(2.13).
26245         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
26246         (jm_AC_TYPE_INTMAX_T): New macro.
26247         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
26248
26249         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
26250
26251         * m4/longlong.m4: Renamed from ulonglong.m4.
26252         * m4/inttypes.m4: Renamed from inttypes_h.m4.
26253         * m4/uintmax_t.m4: Removed.
26254
26255 2001-08-13  Paul Eggert  <eggert@twinsun.com>
26256
26257         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
26258         Port to Solaris 8, where 'sed' requires a space after the 'r'
26259         command, and where sh dislikes "$/".  Clean up the spacing a bit.
26260         Redirect output to $tmp just once.
26261
26262 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
26263
26264         * lib/addext.c (<errno.h>): Include.
26265         (errno): Declare if not defined.
26266         (addext): Work correctly when pathconf returns -1 and leaves
26267         errno alone because there is no limit.  Also, work even if
26268         pathconf returns a value greater than SIZE_MAX.
26269
26270 2001-08-12  Jim Meyering  <meyering@lucent.com>
26271
26272         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
26273         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
26274         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
26275         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
26276         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
26277         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
26278         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
26279         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
26280         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
26281         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
26282         utime.m4, utimes.m4, xstrtoumax.m4:
26283         Quote the first argument in each use of AC_DEFUN.
26284
26285 2001-08-12  Jim Meyering  <meyering@lucent.com>
26286
26287         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
26288         Simply `return getcwd (NULL, 0);'.
26289         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
26290         Use 1300 as initial value for length, not PATH_MAX.
26291
26292         * lib/pathmax.h: Clean up cpp syntax.
26293
26294 2001-08-12  Jim Meyering  <meyering@lucent.com>
26295
26296         * lib/gettimeofday.c: New file.
26297         * lib/gtod.h: New file.
26298         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
26299
26300 2001-08-05  Jim Meyering  <meyering@lucent.com>
26301
26302         * m4/jm-macros.m4: Require autoconf-2.52.
26303
26304 2001-08-04  Jim Meyering  <meyering@lucent.com>
26305
26306         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
26307         stmt, to get in sync with glibc.
26308
26309 2001-08-03  Paul Eggert  <eggert@twinsun.com>
26310
26311         The following changes are from gettext 0.10.39 as maintained by
26312         Bruno Haible.
26313
26314         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
26315         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
26316         with inverted sense.  All uses changed.
26317
26318         * lib/mbswidth.c: Don't include <limits.h>.
26319         Include <stdlib.h> and <string.h> unconditionally.
26320         (iswcntrl, mbsinit, ISCNTRL): New macros.
26321         (mbsnwidth): Use K&R style function declarations.
26322         Don't bother checking for MB_LEN_MAX == 1, since the compiler
26323         can optimize it when MB_CUR_MAX == 1.
26324         The width of control characters is zero, not 1.
26325
26326 2001-08-03  Paul Eggert  <eggert@twinsun.com>
26327
26328         The following changes are from gettext 0.10.39 as maintained by
26329         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
26330
26331         * m4/codeset.m4: Upgrade to serial AM1.
26332         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
26333         all uses changed.  Quote first arg of AC_DEFUN.
26334         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
26335
26336         * m4/iconv.m4: Upgrade to serial AM2.
26337         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
26338         Add --with-libconv-prefix.
26339         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
26340         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
26341         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
26342         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
26343         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
26344
26345         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
26346         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
26347         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
26348         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
26349         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
26350         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
26351         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
26352         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
26353         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
26354
26355         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
26356         string.h any more.
26357
26358         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
26359         not the default value.
26360
26361         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
26362         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
26363         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
26364         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
26365         Also check for iswcntrl, used for wcwidth fallback.
26366         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
26367         to Autoconf 2.13.
26368
26369 2001-08-03  Jim Meyering  <meyering@lucent.com>
26370
26371         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
26372         as it was in the original.  Reported by Paul Eggert.
26373
26374 2001-07-16  Jim Meyering  <meyering@lucent.com>
26375
26376         * m4/gettimeofday.m4: New file.
26377         Prompted by a report from Bernhard Baehr.
26378
26379 2001-07-15  Jim Meyering  <meyering@lucent.com>
26380
26381         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
26382         stuff. Now it's in ../Makefile.cfg.
26383
26384 2001-07-15  Jim Meyering  <meyering@lucent.com>
26385
26386         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
26387         (BUILT_SOURCES): Add unlocked-io.h.
26388         (io_functions): Define.
26389         (unlocked-io.h): New rule.
26390         (DISTCLEANFILES): Add unlocked-io.h.
26391         (all-local): Depend on unlocked-io.h, to ensure it is created.
26392
26393         * lib/unlocked-io.hin: New file
26394
26395         * lib/regex.c: Update from glibc.
26396
26397 2001-07-05  Jim Meyering  <meyering@lucent.com>
26398
26399         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
26400         recommendation.
26401         (libfetish_a_SOURCES): Put all .h files here instead.
26402         Remove a thus-exposed (better checks in automake) duplicate and
26403         two unnecessary .h files.
26404
26405 2001-07-04  Jim Meyering  <meyering@lucent.com>
26406
26407         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
26408         that generates jm-glibc-io.m4 so that it doesn't trigger any make
26409         distcheck failure.
26410
26411 2001-07-02  Jim Meyering  <meyering@lucent.com>
26412
26413         The following changes were prompted by suggestions from Bruno Haible.
26414
26415         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
26416         is now generated.
26417         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
26418         definition of EXTRA_DIST.
26419         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
26420         ensure that the generated file is created/updated whenever the list
26421         of $(unlocked_functions) is changed.
26422         (jm-glibc-io.m4): New rule.
26423         (unlocked-io.h): New rule -- currently unused.
26424
26425 2001-06-24  Jim Meyering  <meyering@lucent.com>
26426
26427         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
26428         unmatched right bracket, rather than kludging it with an extra,
26429         falsely-matching quote in a comment.  Patch by Akim Demaille.
26430
26431 2001-06-11  Jim Meyering  <meyering@lucent.com>
26432
26433         * lib/regex.c: Update from GNU libc.
26434
26435 2001-05-27  Jim Meyering  <meyering@lucent.com>
26436
26437         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
26438         Check for ut_type in struct utmp.
26439
26440 2001-05-27  Jim Meyering  <meyering@lucent.com>
26441
26442         * lib/readutmp.h (UT_TYPE): Define.
26443
26444 2001-05-24  Jim Meyering  <meyering@lucent.com>
26445
26446         * lib/argmatch.c: Include "quote.h".
26447         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
26448         quote function.  Reported by Göran Uddeborg.
26449
26450 2001-05-22  Jim Meyering  <meyering@lucent.com>
26451
26452         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
26453         now that we use the package-supplied version unconditionally.
26454         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
26455
26456 2001-05-21  Jim Meyering  <meyering@lucent.com>
26457
26458         * m4/regex.m4: Change a couple backticks to single quotes to avoid
26459         shell syntax errors.
26460
26461 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
26462
26463         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
26464
26465 2001-05-20  Paul Eggert  <eggert@twinsun.com>
26466
26467         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
26468         Don't bother to check library strftime, since
26469         we'll be using our own my_strftime function anyway.
26470         Define my_strftime instead of strftime.
26471
26472 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
26473
26474         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
26475         which is not yet declared.
26476
26477 2001-05-15  Jim Meyering  <meyering@lucent.com>
26478
26479         * m4/regex.m4: Use proper quoting so brackets appear in the test
26480         program.
26481         Reported by, and with help from, Bruno Haible.
26482
26483 2001-05-13  Jim Meyering  <meyering@lucent.com>
26484
26485         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
26486         undefined.
26487
26488 2001-05-11  Paul Eggert  <eggert@twinsun.com>
26489
26490         dirname code cleanup.  base_name now behaves more compatibly
26491         with POSIX basename when given file names that have trailing
26492         slashes, and similarly for dir_name.  Add new primitives
26493         base_len and dir_len.  Put the directory-name-related decls
26494         into dirname.h.
26495
26496         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
26497         * lib/backupfile.c (base_name): Likewise.
26498         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
26499         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
26500         * lib/makepath.c (strip_trailing_slashes): Likewise.
26501         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
26502         ISSLASH): Likewise.
26503         * lib/rename.c (strip_trailing_slashes): Likewise.
26504         * lib/same.c (base_name): Likewise.
26505         * lib/stripslash.c (ISSLASH): Likewise.
26506
26507         * lib/addext.c: Include <dirname.h> after size_t is defined.
26508         * lib/backupfile.c: Likewise.
26509
26510         * lib/addext.c (addext): Use base_len to trim redundant
26511         trailing slashes instead of doing it ourselves.
26512         But do not trim the last slash if it is not redundant.
26513
26514         * lib/backupfile.c (find_backup_file_name,
26515         max_backup_version): Use base_len instead of rolling it ourselves.
26516         Handle the case of "" and (on DOS) "C:" correctly.
26517
26518         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
26519         needed. Include <string.h>, <dirname.h>.
26520         (base_name): Allow file names ending in slashes, other than names
26521         that are all slashes.  In this case, return the basename followed
26522         by the slashes.  This is more general, and can be used in places
26523         where the original base_name purposely had an assertion failure.
26524         (base_len): New function.
26525
26526         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
26527         Do not include <assert.h>; no longer needed.
26528         Include xalloc.h.
26529         (memrchr): Remove decl.
26530         (dir_name_r): Remove.
26531         (dir_len): Renamed from dirlen.  All callers changed.
26532         Rewrite in terms of base_name, for simplicity and consistency.
26533         (dir_name): Never return NULL.  All callers changed.
26534         Do not include <stdlib.h> in test program; no longer needed.
26535         return 0; is fine for test program.
26536
26537         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
26538         New macros.
26539         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
26540
26541         * lib/path-concat.c (path_concat): Use base_len to compute
26542         base length, not strlen; this means we cannot rely on memcpy
26543         to null-terminate.
26544
26545         * lib/same.c (STREQ): Remove.
26546         (same_name): Handle the case where the basename ends in trailing '/'.
26547
26548         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
26549         a slash was stripped.  Do not strip the last slash after a
26550         file system prefix.
26551
26552 2001-05-11  Paul Eggert  <eggert@twinsun.com>
26553
26554         * lib/Makefile.am (libfetish_a_SOURCES):
26555         Add strftime.c, since we now compile it on all hosts.
26556
26557         * lib/strftime.c (my_strftime):
26558         Define to nstrftime if emacs, but only if my_strftime is not defined.
26559         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
26560         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
26561         Add one more extra argument: a nanoseconds value.
26562         All uses changed.
26563         (ns): New macro.
26564         (my_strftime function): Add %N format.
26565         (emacs_strftimeu): Renamed from emacs_strftime,
26566         with extra ut argument.
26567
26568 2001-05-09  Paul Eggert  <eggert@twinsun.com>
26569
26570         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
26571
26572 2001-04-21  Jim Meyering  <meyering@lucent.com>
26573
26574         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
26575         doesn't interfere.
26576
26577 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
26578
26579         * m4/ftruncate.m4: Check for chsize.
26580         Link with ftruncate.o unconditionally if ftruncate is missing.
26581         This was required when cross-compiling to i586-mingw32msvc.
26582
26583 2001-04-08  Jim Meyering  <meyering@lucent.com>
26584
26585         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
26586         recomputed; that's necessary when the offset spans a DST transition.
26587         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
26588
26589 2001-04-02  Jim Meyering  <meyering@lucent.com>
26590
26591         * lib/regex.h, regex.c: Update from GNU libc.
26592
26593 2001-03-24  Jim Meyering  <meyering@lucent.com>
26594
26595         * m4/jm-macros.m4: Require autoconf-2.49d.
26596
26597 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
26598
26599         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
26600
26601 2001-03-19  Paul Eggert  <eggert@twinsun.com>
26602
26603         * lib/version-etc.c (version_etc_copyright): Update to 2001.
26604
26605 2001-03-17  Jim Meyering  <meyering@lucent.com>
26606
26607         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
26608         now that the version in autoconf is equivalent.
26609         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
26610
26611         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
26612         Suggestion from Akim Demaille.
26613
26614         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
26615         (jm_PREREQ_TEMPNAME): New function.
26616
26617 2001-03-16  Paul Eggert  <eggert@twinsun.com>
26618
26619         * lib/tempname.c (uint64_t): Define to uintmax_t if
26620         not defined, and if UINT64_MAX is not defined.
26621         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
26622         Reported by John David Anglin.
26623
26624 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
26625
26626         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
26627         resolve alias if codeset is empty.
26628         * lib/config.charset (BeOS): Use wildcard syntax.
26629
26630 2001-03-13  Jim Meyering  <meyering@lucent.com>
26631
26632         * lib/path-concat.c (path_concat)
26633         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
26634         concatenating e.g., `C:' and `foo'.
26635         From Bruno Haible.
26636
26637 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
26638
26639         * lib/localcharset.c (locale_charset): Don't use
26640         setlocale(LC_CTYPE,NULL). Don't return NULL.
26641         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
26642
26643 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
26644
26645         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
26646         support for DOS/DJGPP.
26647
26648 2001-03-01  Paul Eggert  <eggert@twinsun.com>
26649
26650         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
26651         lacks mkstemp.  Compile our own tempname.c if we compile our own
26652         mkstemp.c, as mkstemp relies on tempname.
26653
26654 2001-03-01  Jim Meyering  <meyering@lucent.com>
26655
26656         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
26657         AH_VERBATIM really does output its argument verbatim.
26658
26659 2001-02-28  Paul Eggert  <eggert@twinsun.com>
26660
26661         * lib/Makefile.am (libfetish_a_SOURCES):
26662         Add dup-safer.c, fopen-safer.c.
26663         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
26664
26665         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
26666         * lib/unistd-safer.h: New files.
26667
26668 2001-02-25  Paul Eggert  <eggert@twinsun.com>
26669
26670         The mkstemp replacement is taken from glibc 2.2.2, with some
26671         portability fixes for use outside glibc, as follows:
26672
26673         * lib/tempname.c (struct_stat64): New macro.
26674         (direxists, __gen_tempname): Use it.
26675         This avoids a portability problem with Solaris 8.
26676
26677         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
26678         (<stddef.h>, <stdint.h>, <string.h>):
26679         Include only if STDC_HEADERS || _LIBC.
26680         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
26681         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
26682         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
26683         (__set_errno): Define this macro if <errno.h> doesn't.
26684         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
26685         Define these macros if <stdio.h> doesn't.
26686         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
26687         Define these macros if <sys/stat.h>
26688         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
26689         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
26690         __xstat64): Define if not _LIBC.
26691         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
26692         (__gen_tempname): Invoke gettimeofday only if
26693         HAVE_GETTIMEOFDAY || _LIBC;
26694         otherwise, fall back on plain "time".
26695         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
26696
26697         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
26698
26699         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
26700
26701 2001-02-18  Paul Eggert  <eggert@twinsun.com>
26702
26703         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
26704
26705 2001-02-17  Paul Eggert  <eggert@twinsun.com>
26706
26707         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
26708         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
26709         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
26710         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
26711
26712 2001-02-17  Paul Eggert  <eggert@twinsun.com>
26713
26714         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
26715         Remove workaround macros for hosts that have mbrtowc but not
26716         mbstate_t, as we now insist on proper declarations for both
26717         before using mbrtowc.
26718
26719 2001-02-17  Jim Meyering  <meyering@lucent.com>
26720
26721         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
26722         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
26723         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
26724         UnixWare 7.1.1.
26725
26726         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
26727         rather than AC_CACHE_VAL.
26728
26729 2001-02-17  Jim Meyering  <meyering@lucent.com>
26730
26731         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
26732         around included file name.
26733
26734         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
26735
26736         * lib/strftime.c: Update from GNU libc (the only changes were to
26737         comments).
26738
26739 2001-02-17  Jim Meyering  <meyering@lucent.com>
26740
26741         * lib/regex.c: Update from libc.
26742
26743 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
26744
26745         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
26746         clash.
26747
26748 2001-02-16  Paul Eggert  <eggert@twinsun.com>
26749
26750         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
26751         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
26752         Reported by Mark Hounschell via Paul Eggert.
26753
26754 2001-02-07  Jim Meyering  <meyering@lucent.com>
26755
26756         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
26757
26758 2001-02-05  Jim Meyering  <meyering@lucent.com>
26759
26760         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
26761         it includes the patch required for `large file' support with at least
26762         HP-UX's 10.20 /bin/cc.
26763
26764 2001-02-03  Jim Meyering  <meyering@lucent.com>
26765
26766         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
26767         AS_IF, now that it works once again (mysteriously).
26768         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
26769
26770 2001-01-30  Jim Meyering  <meyering@lucent.com>
26771
26772         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
26773         * m4/chown.m4: Rename conftestchown to conftest.chown.
26774         * m4/rename.m4: s/conftestdir/conftest.d1/ and
26775         s/conftestdir2/conftest.d2/.
26776         * m4/utimes.m4: s/conftestdata/conftest.data/
26777         Inspired by Pavel Roskin's change in autoconf.
26778
26779 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
26780
26781         * lib/config.charset: Update for FreeBSD 4.2.
26782
26783 2001-01-27  Jim Meyering  <meyering@lucent.com>
26784
26785         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
26786         a use of AS_IF.
26787         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
26788
26789 2001-01-26  Jim Meyering  <meyering@lucent.com>
26790
26791         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
26792         quotearg.c includes it.
26793
26794 2001-01-26  Jim Meyering  <meyering@lucent.com>
26795
26796         * lib/quotearg.c: Include stddef.h.
26797         * lib/quote.c: Include stddef.h.
26798         Reported by Axel Kittenberger.
26799
26800         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
26801         line in double quotes so that it evokes a better diagnostic.
26802         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
26803         Reported by Axel Kittenberger.
26804
26805 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
26806
26807         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
26808         as if it was a `charset'.
26809
26810 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
26811
26812         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
26813         has const.
26814
26815 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
26816
26817         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
26818         to avoid a warning.  Add back 'const' to inptr.
26819
26820 2001-01-20  Jim Meyering  <meyering@lucent.com>
26821
26822         Be sure that headers are checked before used in code compiled
26823         for the type checks.
26824         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
26825         In place of that, invoke jm_CHECK_ALL_TYPES.
26826         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
26827         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
26828         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
26829         The check for ssize_t was mistakenly run before the test for unistd.h.
26830
26831         The configure-time check for stdbool.h was missing.
26832         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
26833         (jm_PREREQ_HASH): New function.
26834
26835 2001-01-17  Jim Meyering  <meyering@lucent.com>
26836
26837         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
26838         for autoconf-2.49c.
26839         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
26840
26841 2001-01-16  Jim Meyering  <meyering@lucent.com>
26842
26843         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
26844         From Bruno Haible.
26845
26846 2001-01-14  Jim Meyering  <meyering@lucent.com>
26847
26848         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
26849         foo and bar.  Create conftestdir/ in the script, not in the C code.
26850         Remove directories in the script, not in the C code.
26851         Remove conftestdir{,2} before trying to create the directory.
26852         Make the entire configure script fail if the mkdir fails.
26853
26854 2001-01-14  Jim Meyering  <meyering@lucent.com>
26855
26856         * lib/rename.c: New file.  From Volker Borchert.
26857         Include stdlib.h, string.h or strings.h, and xalloc.h.
26858         Use strip_trailing_slashes rather than open-coding it.
26859
26860 2001-01-03  Paul Eggert  <eggert@twinsun.com>
26861
26862         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
26863
26864 2001-01-03  Jim Meyering  <meyering@lucent.com>
26865
26866         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
26867         of local `inptr' to avoid warning with some system declarations of
26868         iconv.
26869
26870 2001-01-02  Volker Borchert  <bt@teknon.de>
26871
26872         * m4/rename.m4: New file.
26873         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
26874
26875 2001-01-01  Jim Meyering  <meyering@lucent.com>
26876
26877         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
26878         even on systems with utmpx.h.  It's necessary for the declaration of
26879         utmp's ut_user member.  Reported by Andreas Jaeger.
26880
26881         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
26882         available. They are required for the declarations of getgrgid and
26883         getpwuid resp.
26884         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
26885         Reported by Andreas Jaeger.
26886
26887 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
26888
26889         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
26890         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
26891         so `make install' also works in VPATH builds.
26892
26893 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
26894
26895         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
26896         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
26897         can be used in subdirectories.
26898
26899 2000-12-29  Paul Eggert  <eggert@twinsun.com>
26900
26901         * lib/modechange.c: Do not assume that mode_t uses the
26902         traditional octal encoding.  E.g. "chmod 1 FOO" should set
26903         the other-execute bit of FOO even if S_IXOTH != 1.
26904
26905         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
26906         WOTH, XOTH, ALLM): New macros.
26907         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
26908          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
26909         Use them.
26910         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
26911         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
26912         (mode_compile):
26913         No need to use uintmax_t; unsigned long is long enough.
26914         Don't bother to get suffix since we don't use it.
26915
26916 2000-12-26  Jim Meyering  <meyering@lucent.com>
26917
26918         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
26919         better with autoheader.
26920
26921 2000-12-24  Jim Meyering  <meyering@lucent.com>
26922
26923         * lib/hash.c (is_prime): Return explicit boolean values.
26924         (hash_get_first): Return NULL to appease Irix5.6's 89.
26925         Reported by Nelson Beebe.
26926
26927 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
26928
26929         * lib/localcharset.c (locale_charset): Add support for Win32.
26930
26931 2000-12-18  Paul Eggert  <eggert@twinsun.com>
26932
26933         * lib/physmem.h, lib/physmem.c: New files.
26934
26935         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
26936         (noinst_HEADERS): Add physmem.h.
26937
26938         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
26939         't' for compatibility with Solaris 8 sort.
26940
26941 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
26942
26943         * lib/config.charset: Add support for BeOS.
26944
26945 2000-12-17  Jim Meyering  <meyering@lucent.com>
26946
26947         * m4/dos.m4 (jm_AC_DOS): New file and macro.
26948         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
26949
26950 2000-12-16  Jim Meyering  <meyering@lucent.com>
26951
26952         This bug had a serious impact on chown: `chown N:M FILE' (for integer
26953         N and M) would have treated it like `chown N:N FILE'.
26954
26955         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
26956
26957 2000-12-16  Jim Meyering  <meyering@lucent.com>
26958
26959         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
26960         SHELLS_FILE to a file name that's useful on djgpp systems.
26961         Include stdlib.h.
26962         (ADDITIONAL_DEFAULT_SHELLS): Define.
26963         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
26964         Based mostly on a patch from Prashant TR.
26965
26966 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
26967
26968         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
26969         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
26970         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
26971
26972 2000-12-08  Andreas Schwab  <schwab@suse.de>
26973
26974         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
26975         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
26976
26977 2000-12-07  Jim Meyering  <meyering@lucent.com>
26978
26979         * lib/stripslash.c (ISSLASH): Define.
26980         (strip_trailing_slashes): Use ISSLASH rather than comparing against
26981         `/'.
26982         From Prashant TR.
26983
26984         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
26985         (dir_name_r): Declare this function as static.
26986         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
26987         manifest itself on a name containing a mix of slashes and
26988         backslashes.
26989         Make this function work with names starting with a DOS-style
26990         drive letter and colon prefix.
26991         (dir_name): Append `.' if necessary.
26992         Based mostly on patches from Prashant TR and Eli Zaretskii.
26993
26994         * lib/dirname.h (dir_name_r): Remove prototype.
26995
26996 2000-12-06  Paul Eggert  <eggert@twinsun.com>
26997
26998         * m4/off_t-format.m4: Remove this file.
26999         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
27000
27001 2000-12-06  Jim Meyering  <meyering@lucent.com>
27002
27003         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
27004         replacement strtoull, we may well need the replacement strtoul, too.
27005         Check for declarations of strtoul and strtoull.
27006         Check for strtol.  Mainly as a cue to cause automake to include
27007         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
27008         Check for limits.h -- strtol.c needs it.
27009
27010 2000-12-05  Jim Meyering  <meyering@lucent.com>
27011
27012         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
27013
27014 2000-12-04  Jim Meyering  <meyering@lucent.com>
27015
27016         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
27017         Also include memory.h, stdlib.h, unistd.h if appropriate.
27018         Reported by Andreas Jaeger (conflicting declaration of malloc).
27019
27020 2000-12-02  Jim Meyering  <meyering@lucent.com>
27021
27022         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
27023         * m4/jm-macros.m4 (jm_MACROS): require it.
27024
27025 2000-12-02  Jim Meyering  <meyering@lucent.com>
27026
27027         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
27028
27029 2000-12-01  Paul Eggert  <eggert@twinsun.com>
27030
27031         * lib/memrchr.c: Include <config.h> before any system include file.
27032
27033 2000-11-30  Jim Meyering  <meyering@lucent.com>
27034
27035         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
27036
27037 2000-11-30  Jim Meyering  <meyering@lucent.com>
27038
27039         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
27040
27041 2000-11-29  Paul Eggert  <eggert@twinsun.com>
27042
27043         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
27044
27045 2000-11-26  Jim Meyering  <meyering@lucent.com>
27046
27047         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
27048
27049 2000-11-22  Paul Eggert  <eggert@twinsun.com>
27050
27051         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
27052         size of (size_t) -1; it's not portable.
27053
27054 2000-11-17  Jim Meyering  <meyering@lucent.com>
27055
27056         * lib/strstr.c: Update from GNU libc.
27057
27058 2000-11-17  Akim Demaille  <akim@epita.fr>
27059
27060         * lib/obstack.h: Formatting changes.
27061         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
27062         prevent type checking.
27063         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
27064         cast the value to (void *): assigning a `foo *' to a `void *'
27065         variable is valid.
27066         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
27067
27068 2000-11-16  Jim Meyering  <meyering@lucent.com>
27069
27070         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
27071
27072 2000-11-11  Jim Meyering  <meyering@lucent.com>
27073
27074         * lib/error.c: Add a couple #includes, merging from GNU libc version.
27075
27076 2000-11-10  Jim Meyering  <meyering@lucent.com>
27077
27078         * lib/obstack.h: Update from GNU libc.
27079         * lib/obstack.c: Likewise.
27080
27081 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
27082
27083         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
27084
27085 2000-11-06  Paul Eggert  <eggert@twinsun.com>
27086
27087         * lib/getusershell.c (setusershell): Use rewind rather than
27088         fseek/fseeko, to avoid configuration hassles with fseeko.
27089         Don't bother opening SHELLS_FILE if shellstream is NULL;
27090         it's not necessary.
27091
27092 2000-11-05  Jim Meyering  <meyering@lucent.com>
27093
27094         * lib/makepath.h (make_dir): Declare.
27095         * lib/makepath.c (make_dir): Remove `static' attribute.
27096         Tweak a comment.
27097
27098 2000-11-04  Jim Meyering  <meyering@lucent.com>
27099
27100         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
27101
27102 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
27103
27104         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
27105         last one in a bucket, advance to the next bucket.
27106
27107 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
27108
27109         * lib/fnmatch.c: Do not comment out all the code if we are using
27110         the GNU C library, because in some cases we are replacing buggy
27111         code in the GNU C library itself.
27112
27113 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
27114
27115         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
27116         (regex_compile): Catch bogus \(\1\).
27117
27118 2000-10-30  Paul Eggert  <eggert@twinsun.com>
27119
27120         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
27121         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
27122         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
27123
27124 2000-10-30  Paul Eggert  <eggert@twinsun.com>
27125
27126         * lib/error.h, getline.h, modechange.h:
27127         Remove "2000" from Copyright line, as the file hasn't been
27128         changed this year other than in the copyright notice.
27129
27130         * lib/xalloc.h: Add "2000" to Copyright line, as this file
27131         was changed this year.
27132
27133 2000-10-29  Jim Meyering  <meyering@lucent.com>
27134
27135         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
27136         renaming.
27137         * m4/ls-mntd-fs.m4: Likewise
27138
27139 2000-10-29  Jim Meyering  <meyering@lucent.com>
27140
27141         * lib/xstat.in: Fix grammar in comment.
27142
27143 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
27144
27145         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
27146         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
27147         doesn't define __restrict_arr.
27148
27149 2000-10-28  Jim Meyering  <meyering@lucent.com>
27150
27151         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
27152         (jm_PREREQ_MEMCHR): New function.
27153
27154 2000-10-28  Jim Meyering  <meyering@lucent.com>
27155
27156         * lib/memchr.c: Update from libc.
27157         Adjust for portability:
27158         [HAVE_STDLIB_H]: Include stdlib.h.
27159         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
27160         Undef __memchr, too.
27161         [!weak_alias]: Define __memchr to memchr.
27162
27163         * lib/regex.c: Update from libc.
27164         * lib/regex.h: Likewise.
27165         * lib/getopt1.c: Likewise.
27166         * lib/memcmp.c: Likewise.
27167
27168         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
27169         Avoid using fseek, when possible -- it's broken by design.
27170         Patch by Ulrich Drepper.
27171
27172 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
27173
27174         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
27175         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
27176         Giving in to popular pressure to shut up the compiler with casts.
27177
27178 2000-10-26  Jim Meyering  <meyering@lucent.com>
27179
27180         * lib/strftime.c: Update from libc.
27181
27182 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
27183
27184         * regex.c: More `unsigned char' -> `re_char' changes.
27185         Also change several `int' into `re_wchar_t'.
27186         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
27187         (PUSH_FAILURE_POINTER): Don't cast any more.
27188         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
27189         We want GCC to complain, since this piece of code makes
27190         re_match non-reentrant, which *should* be fixed.
27191         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
27192         (EXTEND_BUFFER): Use RETALLOC.
27193         (SET_LIST_BIT): Don't cast.
27194         (re_wchar_t): New type.
27195         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
27196         that those two functions will always properly return.
27197         (IMMEDIATE_QUIT_CHECK): Cast to void.
27198         (analyse_first): Use recursion rather than an explicit stack.
27199         (re_compile_fastmap): Can't fail anymore.
27200         (re_search_2): Don't check re_compile_fastmap for failure.
27201         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
27202         Now also sets the new value (passed in a new argument).
27203         (re_match_2_internal): Use it.
27204         Also, use a new var `reg' of type size_t when looping through regs
27205         rather than reuse the inappropriate `mcnt'.
27206
27207 2000-10-25  Jim Meyering  <meyering@lucent.com>
27208
27209         * lib/obstack.c: Update from libc.
27210
27211 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
27212
27213         * regex.c (regex_compile): Change the way of handling a range from
27214         a char less than 256 to a char not less than 256.
27215
27216 2000-10-24  Andrew Innes  <andrewi@gnu.org>
27217
27218         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
27219         NT-Emacs only.
27220         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
27221         so that re_search functions only quit when callers expect them to.
27222
27223 2000-10-23  Jim Meyering  <meyering@lucent.com>
27224
27225         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
27226         wrong.  That set_locale call must not have any side effects.
27227         From Paul Eggert.
27228
27229 2000-10-22  Jim Meyering  <meyering@lucent.com>
27230
27231         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
27232         [CYCLIC]: Remove now-unused definition.
27233
27234         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
27235         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
27236         Suggestion from Ulrich Drepper.
27237
27238 2000-10-21  Jim Meyering  <meyering@lucent.com>
27239
27240         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
27241         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
27242         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
27243
27244 2000-10-21  Jim Meyering  <meyering@lucent.com>
27245
27246         * lib/dirname.c (memrchr): Declare if necessary.
27247         (dir_name): Remove the restriction that there be no
27248         trailing slashes.  Now, this code skips past them, effectively
27249         ignoring them.
27250         [TEST_DIRNAME] (main): New unit tests.
27251
27252         * lib/memrchr.c: New file from GNU libc.
27253         Undef __memrchr, too.
27254         [!weak_alias]: Define __memrchr to memrchr.
27255         Guard weak_alias use with `#ifdef weak_alias'.
27256
27257 2000-10-21  Jim Meyering  <meyering@lucent.com>
27258
27259         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
27260         (dir_name): Use dir_name_r.
27261         * lib/dirname.h (dir_name_r): Declare it.
27262
27263 2000-10-17  Jim Meyering  <meyering@lucent.com>
27264
27265         * lib/quote.h (PARAMS): Define and use.
27266         Reported by Akim Demaille.
27267
27268         * lib/getopt.c: Update from libc.
27269
27270 2000-10-16  Jim Meyering  <meyering@lucent.com>
27271
27272         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
27273         setlocale.
27274         From Jan Fedak.
27275
27276 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
27277
27278         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
27279
27280 2000-09-25  Jim Meyering  <meyering@lucent.com>
27281
27282         * lib/md5.h (rol): Define (from GnuPG).
27283
27284         * lib/sha.c: Give credit (GnuPG) where due.
27285         (M): Use rol rather than open-coding it.
27286         Add a FIXME comment.
27287
27288 2000-09-21  Jim Meyering  <meyering@lucent.com>
27289
27290         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
27291         Reported by Michael Stone.
27292
27293 2000-09-20  Jim Meyering  <meyering@lucent.com>
27294
27295         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
27296         (noinst_HEADERS): Add sha.h.
27297         Based on code from Scott G. Miller and from GnuPG.
27298
27299 2000-09-18  Jim Meyering  <meyering@lucent.com>
27300
27301         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
27302         LIBS. Otherwise, everyone ends up linking with -lelf for some
27303         configurations.
27304         Reported by Mike Stone.
27305
27306 2000-09-15  Jim Meyering  <meyering@lucent.com>
27307
27308         * lib/regex.c: Update from libc.
27309
27310 2000-09-10  Jim Meyering  <meyering@lucent.com>
27311
27312         * lib/getopt.c (_getopt_internal): Update from glibc.
27313
27314 2000-09-09  Jim Meyering  <meyering@lucent.com>
27315
27316         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
27317         think it should be used as a general replacement for isascii.
27318         * lib/fnmatch.c: Likewise.
27319         * lib/mbswidth.c: Likewise
27320         * lib/regex.c: Likewise.
27321
27322         Don't use atoi.
27323         * lib/userspec.c: Include sys/param.h and limits.h.
27324         Include xstrtol.h.
27325         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
27326         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
27327         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
27328         UID, GID.  Check range.
27329
27330 2000-09-06  Jim Meyering  <meyering@lucent.com>
27331
27332         * lib/getopt.c (_getopt_internal): Update from glibc.
27333
27334 2000-08-30  Jim Meyering  <meyering@lucent.com>
27335
27336         * lib/strftime.c: Merge in changes from GNU libc.
27337
27338 2000-08-26  Jim Meyering  <meyering@lucent.com>
27339
27340         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
27341         * m4/fpending.m4: New file.
27342
27343 2000-08-26  Jim Meyering  <meyering@lucent.com>
27344
27345         * lib/closeout.c: Include "__fpending.h".
27346         (close_stdout_status): Return right away if there's nothing to flush.
27347
27348         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
27349         * lib/__fpending.c: New file.
27350         * lib/__fpending.h: New file.
27351
27352 2000-08-20  Jim Meyering  <meyering@lucent.com>
27353
27354         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
27355         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
27356         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
27357
27358 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
27359
27360         Improve fileutils installation on systems where running
27361         programs (like install) can't be unlinked.
27362         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
27363         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
27364
27365 2000-08-07  Paul Eggert  <eggert@twinsun.com>
27366
27367         Standardize on "memory exhausted" instead of "Memory exhausted"
27368         or "virtual memory exhausted".
27369         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
27370         "virtual memory exhausted".
27371         * lib/same.c (same_name): Invoke xalloc_die instead of printing
27372         our own message.
27373         * lib/userspec.c (parse_user_spec): Likewise.
27374         * lib/bumpalloc.h: comment fix
27375         * lib/same.c, userspec.c: Include xalloc.h.
27376
27377         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
27378         not char *const and pointing to a constant array.
27379         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
27380         (xrealloc): Comment fix.
27381
27382         * lib/userspec.c (parse_user_spec):
27383         Don't translate a message until just before returning,
27384         to avoid unnecessary translation.
27385
27386 2000-08-07  Jim Meyering  <meyering@lucent.com>
27387
27388         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
27389         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
27390         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
27391         getgroups.c, gethostname.c, getopt.h, group-member.c,
27392         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
27393         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
27394         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
27395         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
27396         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
27397         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
27398         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
27399         yesno.c: Back out Copyright date changes for each file with no change
27400         this year.  This eases coordination with other programs using the same
27401         source code modules.  From Paul Eggert.
27402
27403 2000-08-06  Paul Eggert  <eggert@twinsun.com>
27404
27405         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
27406         not char, for compatibility with glibc 2.1.3 strftime.c.
27407
27408 2000-08-03  Greg McGary  <greg@mcgary.org>
27409
27410         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
27411         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
27412         (EXTEND_BUFFER): Use them.
27413
27414 2000-08-01  Jim Meyering  <meyering@lucent.com>
27415
27416         * lib/dirname.c (ISSLASH): Define.
27417         (BACKSLASH_IS_PATH_SEPARATOR): Define.
27418         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
27419         both `\' and `/' may be use as path separators.
27420         Based on a patch from Prashant TR.
27421
27422 2000-07-31  Paul Eggert  <eggert@twinsun.com>
27423
27424         * lib/quotearg.c (quotearg_n_options): Don't make the initial
27425         slot vector a constant, since it might get modified.
27426
27427 2000-07-31  Jim Meyering  <meyering@lucent.com>
27428
27429         * lib/xmalloc.c: Use `virtual memory exhausted', not
27430         `Memory exhausted'.
27431         * lib/obstack.c (print_and_abort): Likewise.
27432
27433 2000-07-30  Paul Eggert  <eggert@twinsun.com>
27434
27435         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
27436         buffer, so that the caller can always quote one small
27437         component of a "memory exhausted" message in slot 0.
27438         From a suggestion by Jim Meyering.
27439
27440 2000-07-30  Jim Meyering  <meyering@lucent.com>
27441
27442         * lib/makepath.c (make_path): Quote the other instance, too.
27443
27444         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
27445         (STATIC_BUF_SIZE): Define.
27446         (quotearg_n_options): Use only statically allocated storage when
27447         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
27448         than STATIC_BUF_SIZE.
27449
27450 2000-07-29  Jim Meyering  <meyering@lucent.com>
27451
27452         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
27453         * lib/dirname.c (dir_name): Likewise.
27454
27455         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
27456         `/'.
27457
27458         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
27459         (dir_name): Assert that there are no trailing slashes.
27460
27461 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
27462
27463         * lib/mbswidth.h (mbswidth): Add a flags argument.
27464         (mbswidth): New declaration.
27465         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
27466         * lib/mbswidth.c (mbswidth): Add a flags argument.
27467         (mbsnwidth): New function.
27468
27469 2000-07-24  Jim Meyering  <meyering@lucent.com>
27470
27471         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
27472
27473 2000-07-23  Paul Eggert  <eggert@twinsun.com>
27474
27475         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
27476
27477 2000-07-23  Paul Eggert  <eggert@twinsun.com>
27478
27479         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
27480         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
27481         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
27482         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
27483         invoke multibyte primitives.
27484
27485 2000-07-23  Paul Eggert  <eggert@twinsun.com>
27486
27487         * lib/quotearg.c:
27488         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
27489         so that mbstate_t is always defined.
27490
27491         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
27492         be 1 in at least one GCC installation, and this configuration
27493         error is likely to be common.  Ignoring MB_LEN_MAX hurts
27494         performance on hosts that have mbrtowc but have only unibyte
27495         locales, but I assume these hosts are rare.
27496
27497 2000-07-23  Paul Eggert  <eggert@twinsun.com>
27498
27499         * lib/mbswidth.c (_XOPEN_SOURCE):
27500         Don't define; this causes problems on Solaris 7.
27501         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
27502
27503 2000-07-23  Jim Meyering  <meyering@lucent.com>
27504
27505         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
27506         too: getgrgid, getpwuid, getuid.
27507
27508 2000-07-23  Jim Meyering  <meyering@lucent.com>
27509
27510         * lib/basename.c (base_name): Add an assertion.
27511
27512 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
27513
27514         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
27515         shadow its mbsinit function.
27516
27517 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
27518
27519         * lib/mbswidth.h: New file.
27520         * lib/mbswidth.c: New file.
27521         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
27522         (noinst_HEADERS): Add mbswidth.h.
27523
27524 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
27525
27526         * lib/config.charset: Add support for FreeBSD. Improve support for
27527         HP-UX and IRIX 6.
27528
27529 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
27530
27531         * m4/mbswidth.m4: New file.
27532         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
27533
27534 2000-07-15  Jim Meyering  <meyering@lucent.com>
27535
27536         * lib/makepath.c: Include quote.h.
27537         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
27538         corresponding argument in a `quote (...)' call.
27539         Give better diagnostics.
27540
27541         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
27542         (noinst_HEADERS): Add quote.h.
27543
27544         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
27545         from tar's src/misc.c.
27546         * lib/quote.h: New file.  Prototypes for same.
27547
27548 2000-07-14  Paul Eggert  <eggert@twinsun.com>
27549
27550         From a suggestion by Bruno Haible.
27551         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
27552         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
27553         to decide whether to define the BeOS workaround macro;
27554         this adjusts to the change to AC_MBSTATE_T.
27555
27556 2000-07-14  Jim Meyering  <meyering@lucent.com>
27557
27558         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
27559         jm_AC_TYPE_UINTMAX_T.
27560
27561 2000-07-13  Paul Eggert  <eggert@twinsun.com>
27562
27563         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
27564
27565         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
27566         quotearg_buffer_restyled): Add support for
27567         clocale_quoting_style.  Undo previous change to
27568         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
27569         and "{RIGHT QUOTATION MARK}" msgids.
27570
27571 2000-07-10  Paul Eggert  <eggert@twinsun.com>
27572
27573         From a suggestion by Bruno Haible.
27574         * m4/mbstate_t.m4 (AC_MBSTATE_T):
27575         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
27576         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
27577         and mbstate_t, to a single-part test that simply defines mbstate_t.
27578         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
27579         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
27580
27581 2000-07-10  Jim Meyering  <meyering@lucent.com>
27582
27583         * m4/strerror_r.m4: Mirror the correction made in autoconf.
27584
27585         * m4/gnu-source.m4: Output to confdefs.h directly.
27586         Suggestion from Akim Demaille.
27587
27588 2000-07-09  Paul Eggert  <eggert@twinsun.com>
27589
27590         The old behavior of quoting `like this' doesn't look good with
27591         newer, ISO-style fonts.  See:
27592         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
27593
27594         Instead, quote "like this" by default.  Let the translator
27595         tailor the locale-specific quoting behavior by providing
27596         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
27597
27598         * lib/quotearg.c (N_): New macro.
27599         (gettext_default): New function.
27600         (quotearg_buffer_restyled): Use
27601         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
27602         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
27603
27604 2000-07-09  Jim Meyering  <meyering@lucent.com>
27605
27606         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
27607         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
27608
27609         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
27610         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
27611
27612 2000-07-09  Jim Meyering  <meyering@lucent.com>
27613
27614         * lib/Most files: Update copyright dates to include 2000.
27615
27616 2000-07-08  Jim Meyering  <meyering@lucent.com>
27617
27618         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
27619         if not defined.
27620         (xgethostname): Remove now-unnecessary #ifdef.
27621         Move declaration of `err' into loop where it's used.
27622
27623 2000-07-05  Paul Eggert  <eggert@twinsun.com>
27624         and Bruno Haible  <haible@clisp.cons.org>
27625
27626         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
27627         only if the test for an object-type mbstate_t fails.  This
27628         prevents us from mistakenly reporting that mbstate_t is a
27629         system object type after we "#define mbstate_t int" to work
27630         around its lack.
27631
27632 2000-07-05  Paul Eggert  <eggert@twinsun.com>
27633         and Bruno Haible  <haible@clisp.cons.org>
27634
27635         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
27636
27637 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
27638
27639         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
27640         to strerror_r.
27641         Include <ctype.h> for use of isalpha.
27642
27643 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
27644
27645         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
27646         by allocating a larger buffer. Test the gethostname return value for
27647         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
27648         returns an error and ENAMETOOLONG isn't defined.
27649
27650 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
27651
27652         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
27653         dimension.
27654
27655 2000-07-04  Jim Meyering  <meyering@lucent.com>
27656
27657         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
27658         of the deprecated AC_CHECKING.
27659
27660 2000-07-04  Jim Meyering  <meyering@lucent.com>
27661
27662         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
27663         Reported by Bruno Haible.
27664
27665 2000-07-04  Jim Meyering  <meyering@lucent.com>
27666
27667         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
27668         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
27669         lacks mbrtowc.
27670
27671 2000-07-03  Paul Eggert  <eggert@twinsun.com>
27672
27673         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
27674         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
27675
27676 2000-07-03  Paul Eggert  <eggert@twinsun.com>
27677         and Bruno Haible  <haible@clisp.cons.org>
27678
27679         * lib/quotearg.c (mbrtowc):
27680         Assign to *pwc, and return 1 only if result is nonzero.
27681         (iswprint): Use ISPRINT when substituting our own mbrtowc.
27682
27683 2000-07-03  Jim Meyering  <meyering@lucent.com>
27684
27685         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
27686
27687 2000-07-03  Jim Meyering  <meyering@lucent.com>
27688
27689         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
27690         This is necessary to get a definition of e.g., UTMP_FILE on
27691         HP-UX 10.20.
27692         From Bob Proulx.
27693
27694 2000-07-02  Jim Meyering  <meyering@lucent.com>
27695
27696         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
27697
27698         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
27699         AC_LIBOBJ(function_name).
27700         * m4/chown.m4: Likewise.
27701         * m4/fnmatch.m4: Likewise.
27702         * m4/ftruncate.m4: Likewise.
27703         * m4/getgroups.m4: Likewise.
27704         * m4/getline.m4: Likewise.
27705         * m4/group-member.m4: Likewise.
27706         * m4/jm-macros.m4: Likewise.
27707         * m4/lstat.m4: Likewise.
27708         * m4/malloc.m4: Likewise.
27709         * m4/memcmp.m4: Likewise.
27710         * m4/nanosleep.m4: Likewise.
27711         * m4/putenv.m4: Likewise.
27712         * m4/realloc.m4: Likewise.
27713         * m4/regex.m4: Likewise.
27714         * m4/stat.m4: Likewise.
27715         * m4/strftime.m4: Likewise.
27716
27717 2000-07-02  Jim Meyering  <meyering@lucent.com>
27718
27719         * lib/quotearg.c (mbstate_t): Don't define here.
27720
27721 2000-07-02  Jim Meyering  <meyering@lucent.com>
27722
27723         * lib/nanosleep.c (SIGCONT): Define if not already defined.
27724
27725 2000-07-01  Jim Meyering  <meyering@lucent.com>
27726
27727         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
27728
27729 2000-07-01  Jim Meyering  <meyering@lucent.com>
27730
27731         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
27732         problem.
27733
27734 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
27735
27736         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
27737         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
27738
27739 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
27740
27741         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
27742         per change in ../m4/ls-mntd-fs.m4.
27743         (read_filesystem_list): Ignore symbolic links.
27744
27745 2000-06-29  Jim Meyering  <meyering@lucent.com>
27746
27747         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
27748         for declaration of strcmp.
27749
27750         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
27751
27752         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
27753         Avoid warning by casting result to `char *' to remove `const'.
27754
27755 2000-06-28  Jim Meyering  <meyering@lucent.com>
27756
27757         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
27758         included by quotearg.c, for which we perform this test.  From
27759         Bruno Haible.
27760
27761 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
27762
27763         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
27764         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
27765         <utmpx.h> exists, put readutmp.o into LIBOBJS.
27766
27767 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
27768
27769         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
27770
27771 2000-06-26  Paul Eggert  <eggert@twinsun.com>
27772
27773         savedir now sets errno on failure and invokes xmalloc to get memory.
27774         Fix a couple of other minor bugs while we're at it.
27775
27776         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
27777         (NAMLEN): Remove macro.
27778         (malloc, realloc): Remove decls.
27779         (stpcpy): Likewise.
27780         ("xalloc.h"): Include.
27781         (NAME_SIZE_DEFAULT): New macro.
27782         (savedir): Use xmalloc / xrealloc to allocate memory.
27783         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
27784         Skip "" directory entries.
27785         Use strlen to calculate directory entry length, since the old method
27786         is rarely used these days and isn't worth supporting.
27787         Don't use a pointer after freeing it.
27788         Check for integer overflow when calculating allocation size.
27789         Use memcpy to copy entries, instead of stpcpy.
27790         Set errno properly when returning NULL.
27791         Check for readdir error.
27792
27793 2000-06-26  Jim Meyering  <meyering@lucent.com>
27794
27795         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
27796
27797 2000-06-25  Jim Meyering  <meyering@lucent.com>
27798
27799         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
27800         Linux header bug when _XOPEN_SOURCE is defined to 500.
27801
27802 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
27803
27804         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
27805         deficiency.
27806
27807 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
27808
27809         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
27810         Include xalloc.h.
27811         Don't include <stdlib.h>.  Don't declare malloc, realloc.
27812
27813 2000-06-24  Jim Meyering  <meyering@lucent.com>
27814
27815         * m4/strerror_r.m4: Revive this file -- to try out an experimental
27816         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
27817         for which strerror does return char*, but which lacks a conveniently
27818         accessible declaration of the function.  If the compile-test says
27819         strerror_r doesn't work, then resort to a `run'-test that works on
27820         BeOS and segfaults on DEC Unix.
27821
27822 2000-06-24  Jim Meyering  <meyering@lucent.com>
27823
27824         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
27825
27826 2000-06-23  Paul Eggert  <eggert@twinsun.com>
27827
27828         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
27829         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
27830
27831 2000-06-23  Paul Eggert  <eggert@twinsun.com>
27832
27833         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
27834         (mbrtowc, mbstate_t): Define substitutes if
27835         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
27836         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
27837         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
27838
27839 2000-06-23  Jim Meyering  <meyering@lucent.com>
27840
27841         * m4/afs.m4: Add missing AC_MSG_RESULT.
27842         Reported by Bruno Haible.
27843
27844         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
27845         Suggestion from Bruno Haible.
27846
27847 2000-06-23  Jim Meyering  <meyering@lucent.com>
27848
27849         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
27850
27851 2000-06-21  Jim Meyering  <meyering@lucent.com>
27852
27853         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
27854
27855 2000-06-21  Jim Meyering  <meyering@lucent.com>
27856
27857         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
27858         (noinst_HEADERS): Add getstr.h.
27859
27860         * lib/getline.c (getstr): Move into a separate file.
27861         * lib/getstr.c (getstr): New file, extracted from getline.c, with
27862         the following changes: new parameter, delim2; both delim[12]
27863         parameters have type `int', not `char'.  The latter would lose
27864         with 8-bit delimiters.
27865         * lib/getstr.h: New file.
27866
27867 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
27868
27869         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
27870         than 1024, return a memory chunk of least possible size, instead
27871         of size PATH_MAX + 2. In the loop, increment the size proportionally.
27872         Use free/xmalloc instead of xrealloc to avoid copying for very long
27873         paths.
27874
27875 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
27876
27877         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
27878         the empty string.
27879
27880 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
27881
27882         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
27883         address, not strdup.  Include <stdlib.h> and don't declare free().
27884
27885 2000-06-19  Jim Meyering  <meyering@lucent.com>
27886
27887         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
27888
27889 2000-06-18  Jim Meyering  <meyering@lucent.com>
27890
27891         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
27892
27893         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
27894         `checking whether...' message to be consistent with that of the
27895         lstat test.
27896
27897 2000-06-18  Jim Meyering  <meyering@lucent.com>
27898
27899         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
27900         Besides, these days every porting target provides a mkdir function.
27901
27902         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
27903         needed. (this snippet comes from src/system.h).
27904
27905 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
27906
27907         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
27908
27909 2000-06-15  Paul Eggert  <eggert@twinsun.com>
27910
27911         * lib/human.c (adjust_value): New function.
27912         (human_readable_inexact): Apply rounding style even when
27913         printing approximate values.
27914
27915 2000-06-14  Paul Eggert  <eggert@twinsun.com>
27916
27917         * lib/human.c (human_readable_inexact): Allow an input block
27918         size that is not a multiple of the output block size, and vice versa.
27919         Reported by Piergiorgio Sartor.
27920
27921 2000-06-14  Paul Eggert  <eggert@twinsun.com>
27922
27923         * lib/getdate.y (get_date): Apply relative times after time
27924         zone indicator, not before.  Reported by Todd A. Jacobs.
27925
27926 2000-06-13  Jim Meyering  <meyering@lucent.com>
27927
27928         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
27929
27930         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
27931
27932 2000-06-12  Paul Eggert  <eggert@twinsun.com>
27933
27934         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
27935
27936 2000-06-12  Jim Meyering  <meyering@lucent.com>
27937
27938         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
27939         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
27940         optional argument.
27941         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
27942         the optional argument, `lib'.
27943
27944 2000-06-08  Jim Meyering  <meyering@lucent.com>
27945
27946         * m4/largefile.m4: Remove file (now that it's part of autoconf).
27947
27948 2000-06-04  Paul Eggert  <eggert@twinsun.com>
27949
27950         Rewrite largefile configuration so that we don't need to run
27951         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
27952         AC_CANONICAL_HOST in configure.in -- jmm]
27953
27954         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
27955         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
27956         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
27957         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
27958         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
27959         All uses changed.
27960         Instead of inspecting the output of getconf, try to compile the
27961         test program without and with the macro definition.
27962         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
27963         for getconf.  Instead, check for the needed flags by compiling
27964         test programs.
27965
27966 2000-06-04  Paul Eggert  <eggert@twinsun.com>
27967
27968         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
27969
27970 2000-06-04  Jim Meyering  <meyering@lucent.com>
27971
27972         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
27973         SunOS 4.1.4 for which gid_t is an unsigned type.
27974
27975 2000-06-03  Jim Meyering  <meyering@lucent.com>
27976
27977         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
27978         now that autoconf requires that.
27979
27980         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
27981         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
27982         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
27983
27984 2000-06-03  Jim Meyering  <meyering@lucent.com>
27985
27986         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
27987
27988 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
27989
27990         * m4/glibc21.m4: New file.
27991         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
27992
27993 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
27994
27995         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
27996         newer, don't install charset.alias.
27997         * lib/config.charset: Change the Linux/glibc rules so they become empty
27998         on glibc-2.1 or newer.
27999
28000 2000-06-02  Jim Meyering  <meyering@lucent.com>
28001
28002         * lib/mountlist.c: Back out last change.  Instead, do this...
28003         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
28004         me_dummy member using the same `ignore'-testing code.
28005         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
28006         fs_type strings.
28007         From Mark D. Roth.
28008
28009 2000-05-29  Jim Meyering  <meyering@lucent.com>
28010
28011         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
28012         mounts with the `ignore' attribute.  Based on a patch from
28013         Mark D. Roth.
28014
28015 2000-05-28  Jim Meyering  <meyering@lucent.com>
28016
28017         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
28018         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
28019         * m4/stat.m4: Likewise.
28020         * m4/lstat.m4: Likewise.
28021         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
28022
28023         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
28024         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
28025
28026 2000-05-26  Jim Meyering  <meyering@lucent.com>
28027
28028         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
28029
28030 2000-05-24  Jim Meyering  <meyering@lucent.com>
28031
28032         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
28033         autoconf requires that.
28034         * m4/lib-check.m4: Likewise.
28035         * m4/jm-macros.m4: Likewise.
28036         * m4/strftime.m4: Likewise.
28037
28038         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
28039         AC_CHECK_DECLS, now that autoconf requires that.
28040
28041 2000-05-22  Jim Meyering  <meyering@lucent.com>
28042
28043         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
28044         * m4/lstat.m4: Likewise.
28045
28046 2000-05-22  Jim Meyering  <meyering@lucent.com>
28047
28048         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
28049
28050 2000-05-20  Jim Meyering  <meyering@lucent.com>
28051
28052         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
28053         (jm_PREREQ): Use it.
28054
28055 2000-05-18  Jim Meyering  <meyering@lucent.com>
28056
28057         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
28058         back, too, since it may have been modified by allocate_entry.
28059         (hash_delete): Rewrite to use neither the assignment operator
28060         nor the comma operator in an if-expression.
28061
28062 2000-05-15  Paul Eggert  <eggert@twinsun.com>
28063
28064         * lib/closeout.c:
28065         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
28066         Remove; no longer needed.
28067         "quotearg.h": Add include.
28068         (file_name): Do not bother to explicitly initialize to NULL; it's less
28069         efficient on some hosts.
28070         (close_stdout_status): Remove test as to whether stdout was already
28071         closed; it breaks for the case "echo x | sort >&-".
28072         Quote file name colons.
28073         Do not assume that _("write error") lacks format strings.
28074
28075 2000-05-15  Jim Meyering  <meyering@lucent.com>
28076
28077         * lib/version-etc.c (version_etc_copyright): Update the copyright
28078         string used in all --version output.
28079
28080 2000-05-14  Jim Meyering  <meyering@lucent.com>
28081
28082         * lib/closeout.c (close_stdout_set_file_name): New function.
28083         (close_stdout_status): Use new file-scoped global.
28084         Return right away if fstat says the stdout file descriptor is invalid.
28085         * lib/closeout.h (close_stdout_set_file_name): Declare.
28086
28087 2000-05-10  Jim Meyering  <meyering@lucent.com>
28088
28089         * lib/closeout.c [default_exit_status]: New file-scoped variable.
28090         (close_stdout_set_status): New function.
28091         * lib/closeout.h (close_stdout_set_status): Declare.
28092
28093 2000-05-09  Jim Meyering  <meyering@lucent.com>
28094
28095         * m4/gettext.m4: Rename this...
28096         * m4/libintl.m4: ...to this.
28097
28098 2000-05-08  Jim Meyering  <meyering@lucent.com>
28099
28100         * lib/long-options.c: Don't include closeout.h.
28101         (parse_long_options): Don't call close_stdout for --version.
28102
28103 2000-05-06  Paul Eggert  <eggert@twinsun.com>
28104
28105         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
28106         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
28107         2.1.3 bug.  This avoids a clash when files like regex.c define
28108         _GNU_SOURCE.
28109
28110 2000-05-06  Jim Meyering  <meyering@lucent.com>
28111
28112         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
28113         (AC_REPLACE_FUNCS): Add strnlen.
28114
28115         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
28116         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
28117
28118         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
28119         AC_SEARCH_LIBS call for nanosleep.
28120         (LIB_NANOSLEEP): Set and AC_SUBST.
28121
28122 2000-05-06  Jim Meyering  <meyering@lucent.com>
28123
28124         * lib/strnlen.c: Undefine __strnlen and strnlen.
28125         [!weak_alias]: Define __strnlen to strnlen.
28126
28127         * lib/atexit.c: New file, from libiberty.
28128
28129 2000-05-06  Jim Meyering  <meyering@lucent.com>
28130
28131         * lib/closeout.c (close_stdout_status): Also check for errors on the
28132         stderr stream.
28133
28134 2000-05-05  Jim Meyering  <meyering@lucent.com>
28135
28136         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
28137         AC_SEARCH_LIBS call for clock_gettime.
28138         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
28139
28140         * m4/search-libs.m4: Update from autoconf.
28141
28142         su doesn't work on Solaris 2.6.
28143         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
28144         <shadow.h>.  Reported by Dragos Harabor.
28145
28146 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
28147
28148         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
28149         memcpy instead of xmalloc, xrealloc, path_concat.
28150         (locale_charset): Treat empty environment variables as absent.
28151         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
28152
28153 2000-05-04  Jim Meyering  <meyering@lucent.com>
28154
28155         * lib/getopt.c: Update from glibc.
28156         * lib/obstack.c: Likewise.
28157         * lib/obstack.h: Likewise.
28158         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
28159         file
28160
28161         * lib/regex.h: Likewise.
28162         * lib/strndup.c: Likewise.
28163         * lib/strnlen.c: New file, from glibc.
28164
28165 2000-05-03  Jim Meyering  <meyering@lucent.com>
28166
28167         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
28168
28169 2000-05-02  Paul Eggert  <eggert@twinsun.com>
28170
28171         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
28172         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
28173         compile-time test, rather than inspecting host and OS, to
28174         decide whether to define _LARGEFILE_SOURCE.
28175
28176 2000-05-01  Jim Meyering  <meyering@lucent.com>
28177
28178         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
28179
28180         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
28181         Based on a patch from Bruno Haible.
28182
28183 2000-05-01  Jim Meyering  <meyering@lucent.com>
28184
28185         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
28186
28187 2000-04-29  Jim Meyering  <meyering@lucent.com>
28188
28189         * lib/path-concat.c: Declare strdup only if it's not defined.
28190         * lib/canon-host.c: Likewise.
28191
28192 2000-04-28  Jim Meyering  <meyering@lucent.com>
28193
28194         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
28195         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
28196         is included first, then limits.h is included by locale.h by libintl.h.
28197         From John David Anglin.
28198
28199 2000-04-25  Jim Meyering  <meyering@lucent.com>
28200
28201         * lib/makepath.c (S_IRWXUGO): Define.
28202         (make_path): Always perform explicit chmod if MODE specifies any
28203         of the `special' permission bits.  Prompted by a bug report against
28204         install from Mate Wierdl and Joost van Baal.
28205
28206 2000-04-18  Jim Meyering  <meyering@lucent.com>
28207
28208         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
28209         (jm_PREREQ): Use it.
28210
28211 2000-04-18  Jim Meyering  <meyering@lucent.com>
28212
28213         * lib/README: New file.
28214
28215         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
28216         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
28217
28218 2000-04-17  Jim Meyering  <meyering@lucent.com>
28219
28220         Get it right :-)
28221         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
28222         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
28223         Suggestion from Akim Demaille.
28224
28225 2000-04-17  Jim Meyering  <meyering@lucent.com>
28226
28227         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
28228         the definition of it to rpl_strftime also defined-away the system's
28229         declaration.
28230
28231 2000-04-15  Jim Meyering  <meyering@lucent.com>
28232
28233         Use `C' to denote so-called `contiguous' files, the same way
28234         that tar does.
28235         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
28236         (ftypelet): Use S_ISCTG.
28237         From Michael Deutschmann.
28238
28239 2000-04-14  Jim Meyering  <meyering@lucent.com>
28240
28241         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
28242         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
28243         clobbered.
28244
28245 2000-04-14  Jim Meyering  <meyering@lucent.com>
28246
28247         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
28248
28249 2000-04-13  Jim Meyering  <meyering@lucent.com>
28250
28251         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
28252         AH_VERBATIM to insert required #ifndef into config.h.in.
28253         Suggestion from Akim Demaille.
28254
28255 2000-04-12  Jim Meyering  <meyering@lucent.com>
28256
28257         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
28258         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
28259         Christian Krackowizer.
28260
28261         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
28262         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
28263         (AC_SYS_LARGEFILE): Require.
28264         (AM_C_PROTOTYPES): Require.
28265
28266 2000-04-08  Jim Meyering  <meyering@lucent.com>
28267
28268         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
28269         names don't conflict.  Reported by Eli Zaretskii.
28270
28271 2000-04-07  Jim Meyering  <meyering@lucent.com>
28272
28273         * lib/putenv.c: Move inclusion of errno.h so it follows that of
28274         sys/types.h, to work around system header problems on AIX 3.2.5.
28275         From Bruno Haible.
28276
28277 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
28278
28279         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
28280         bug.  Deal with the different error behavior of Irix iconv.
28281
28282 2000-04-05  Paul Eggert  <eggert@twinsun.com>
28283
28284         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
28285         IRIX if the installer said otherwise.
28286
28287 2000-04-05  Jim Meyering  <meyering@lucent.com>
28288
28289         Portability tweaks required for ultrix4.3.
28290         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
28291         (jm_CHECK_DECLS): Add getutent to the list of functions.
28292         (_jm_DECL_HEADERS): Add utmpx.h.
28293         From John David Anglin.
28294
28295         * m4/strftime.m4: Back out the 2000-04-02 change.
28296         Instead of that change, simply undefine putenv in the test program.
28297
28298 2000-04-05  Jim Meyering  <meyering@lucent.com>
28299
28300         Portability tweaks required for ultrix4.3.
28301         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
28302         getutent.
28303         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
28304         * lib/canon-host.c: Declare strdup.
28305         * lib/path-concat.c: Likewise.
28306         From John David Anglin.
28307
28308 2000-04-04  Jim Meyering  <meyering@lucent.com>
28309
28310         Be more DOS 8.3-friendly.
28311         * lib/ref-add.sin: Renamed from ref-add.sed.in.
28312         * lib/ref-del.sin: Renamed from ref-del.sed.in.
28313         * lib/Makefile.am: Reflect renaming.
28314         Reported by Eli Zaretskii.
28315
28316         Use a temporary file name that won't clash with `charset.alias'
28317         in the DOS 8.3 name space.
28318         * lib/Makefile.am (charset_tmp): Define.
28319         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
28320         (uninstall-local): Likewise.
28321         Reported by Eli Zaretskii.
28322
28323 2000-04-03  Jim Meyering  <meyering@lucent.com>
28324
28325         * m4/gettext.m4: Fix typo in comment.
28326
28327         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
28328         textutils/configure.in).  Suggestion from Paul Eggert.
28329         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
28330
28331 2000-04-02  Paul Eggert  <eggert@twinsun.com>
28332
28333         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
28334         variable in the shell rather than using putenv, which isn't
28335         portable.  This avoids the configure-time inter-test dependency
28336         on the potentially-renamed putenv function.
28337
28338 2000-03-30  Paul Eggert  <eggert@twinsun.com>
28339
28340         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
28341         before checking struct stat.st_blksize, so that
28342         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
28343
28344 2000-03-29  Paul Eggert  <eggert@twinsun.com>
28345
28346         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
28347         since strftime.c uses HAVE_STRFTIME to decide whether to use
28348         the underlying strftime.
28349
28350 2000-03-29  Paul Eggert  <eggert@twinsun.com>
28351
28352         * lib/time/strftime.c (my_strftime): Make sure we call the system
28353         strftime, not ourselves, when invoking the underlying strftime.
28354
28355 2000-03-24  Jim Meyering  <meyering@lucent.com>
28356
28357         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
28358         (charset_alias): Define.
28359         (install-exec-local): Factor out common code.
28360         (uninstall-local): Split lines longer than 80.
28361         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
28362         (SUFFIXES): Define.
28363         (.sed.in.sed): New rule.  Don't redirect directly to $@.
28364         (CLEANFILES): Add ref-add.sed and ref-del.sed.
28365
28366 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
28367
28368         * lib/config.charset: Output a line containing "Packages using this
28369         file".
28370         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
28371         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
28372         ref-del.sed): New rules.
28373
28374 2000-03-17  Jim Meyering  <meyering@lucent.com>
28375
28376         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
28377         Otherwise, include <strings.h>
28378
28379 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
28380
28381         * lib/unicodeio.c (utf8_wctomb): New function.
28382         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
28383         format instead of in UCS-4 with platform dependent endianness.
28384
28385 2000-03-10  Jim Meyering  <meyering@lucent.com>
28386
28387         * m4/lib-check.m4: Look for getspnam in -lgen, too.
28388         From Marco Franzen.
28389
28390 2000-03-07  Paul Eggert  <eggert@twinsun.com>
28391
28392         * lib/savedir.c (savedir): Work even if directory size is
28393         negative; this can happen with some screwy NFS configurations.
28394
28395 2000-03-06  Jim Meyering  <meyering@lucent.com>
28396
28397         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
28398         if it's NULL (because we ran out of memory).  From Bruno Haible.
28399
28400 2000-03-05  Jim Meyering  <meyering@lucent.com>
28401
28402         * lib/localcharset.c ("path-concat.h"): Include.
28403         (get_charset_aliases): Use path_concat instead of ANSI string
28404         concatenation.
28405
28406         * lib/unicodeio.h (PARAMS): Define.
28407         Use it to guard prototype.
28408
28409 2000-03-04  Jim Meyering  <meyering@lucent.com>
28410
28411         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
28412         for lib/localcharset.c.
28413
28414 2000-03-04  Jim Meyering  <meyering@lucent.com>
28415
28416         * lib/Makefile.am (install-exec-local): Create $(libdir) before
28417         installing into it.
28418         (uninstall-local): Uncomment this rule so `make distcheck' works
28419         once again.
28420
28421         * lib/unicodeio.c (<errno.h>): Include it.
28422         (errno): Declare if not defined.
28423
28424         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
28425
28426         * lib/config.charset: New version, incorporating remarks from a linux
28427         i18n mailing list.  From Bruno Haible.
28428
28429 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
28430
28431         * m4/codeset.m4: New file.
28432         * m4/iconv.m4: New file.
28433         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
28434
28435 2000-03-03  Jim Meyering  <meyering@lucent.com>
28436
28437         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
28438
28439 2000-03-02  Jim Meyering  <meyering@lucent.com>
28440
28441         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
28442         the messages come out on separate lines.
28443
28444         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
28445         rather than jm_CHECK_DECLARATIONS.
28446         * m4/decl.m4: Remove now-unused file.
28447
28448         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
28449         geteuid.
28450
28451 2000-03-02  Jim Meyering  <meyering@lucent.com>
28452
28453         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
28454
28455 2000-03-01  Jim Meyering  <meyering@lucent.com>
28456
28457         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
28458         * lib/unicodeio.c: Likewise.
28459
28460 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
28461
28462         * lib/config.charset: New file.
28463         * lib/localcharset.c: New file.
28464         * lib/unicodeio.h, lib/unicodeio.c: New files.
28465         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
28466         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
28467         (noinst_HEADERS): Add unicodeio.h.
28468         (all-local, install-exec-local, charset.alias): New targets.
28469
28470 2000-02-28  Paul Eggert  <eggert@twinsun.com>
28471
28472         * lib/quotearg.c (ALERT_CHAR): New macro.
28473         (quotearg_buffer_restyled): Use it.
28474
28475 2000-02-27  Jim Meyering  <meyering@lucent.com>
28476
28477         * m4/check-decl.m4: Add getenv to the list.
28478
28479 2000-02-27  Jim Meyering  <meyering@lucent.com>
28480
28481         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
28482         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
28483
28484         * lib/backupfile.c: Guard inclusion of stdlib.h with
28485         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
28486         Declare malloc if needed.
28487
28488         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
28489         `#ifndef HAVE_DECL..'
28490         now that autoconf always defines the HAVE_DECL_ symbols.
28491         * lib/human.c: Likewise.
28492         * lib/same.c: Likewise.
28493         * lib/strtoumax.c: Likewise.
28494
28495         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
28496         declaration check was not run.
28497         * lib/hash.c: Likewise.
28498         * lib/human.c: Likewise.
28499         * lib/same.c: Likewise.
28500         * lib/strtoumax.c: Likewise.
28501
28502         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
28503         `.', then first look up the entire `.'-containing string as a login
28504         name.
28505
28506 2000-02-23  Jim Meyering  <meyering@lucent.com>
28507
28508         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
28509         in place of my hack.
28510
28511 2000-02-18  Paul Eggert  <eggert@twinsun.com>
28512
28513         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
28514         (textint): New typedef.
28515         (parser_control): Member year changed from int to textint.
28516         All uses changed.
28517         (YYSTYPE): Removed; replaced by %union with int and textint members.
28518         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
28519         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
28520         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
28521         (tSNUMBER, tUNUMBER): Now of type <textintval>.
28522         (date, number, to_year): Use width of number in digits, not its value,
28523         to determine whether it's a 2-digit year, or a 2-digit time.
28524         (yylex): Store number of digits of numeric tokens.
28525         Reported by John Kendall.
28526
28527         (parser_control): Changed from struct parser_control to typedef (for
28528         consistency).  All uses changed.
28529
28530         (tID): Removed; not used.
28531         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
28532
28533 2000-02-14  Paul Eggert  <eggert@twinsun.com>
28534
28535         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
28536         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
28537
28538 2000-02-12  Jim Meyering  <meyering@lucent.com>
28539
28540         * lib/userspec.c (ISDIGIT): Define it.
28541         (isdigit): Remove definition.
28542         (is_number): Use ISDIGIT, not isdigit.
28543         <libintl.h>: Include.
28544         (_ and N_): Define.
28545         (parse_user_spec): Mark translatable strings.
28546
28547 2000-02-10  Jim Meyering  <meyering@lucent.com>
28548
28549         With these changes, nanosleep.[ch] are finally enough like the other
28550         lib/* replacement files to compile on a few more losing systems.
28551
28552         * lib/nanosleep.h: Don't include config.h.
28553         Remove prototype from declaration of nanosleep.
28554         (PARAMS): Remove now-unneeded definition.
28555         * lib/nanosleep.c: #undef nanosleep.
28556         (rpl_nanosleep): Rename from nanosleep.
28557
28558 2000-02-10  Jim Meyering  <meyering@lucent.com>
28559
28560         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
28561         gnu_nanosleep to rpl_nanosleep.
28562
28563 2000-02-09  Jim Meyering  <meyering@lucent.com>
28564
28565         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
28566         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
28567
28568 2000-02-08  Akim Demaille  <akim@epita.fr>
28569
28570         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
28571         `[' and `]' and remove uses of `changequote'.
28572         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
28573         (AC_SYS_LARGEFILE): Likewise.
28574         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
28575         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
28576         of changequote.
28577         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
28578         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
28579         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
28580         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
28581
28582 2000-02-05  Jim Meyering  <meyering@lucent.com>
28583
28584         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
28585         Remove explicit use of AC_HEADER_TIME.  It is required by
28586         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
28587         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
28588         in autoconf whereby the expansion of the latter ended up preceding
28589         the expansion of its prerequisite, AC_HEADER_TIME.
28590         Reported by Volker Borchert.
28591
28592 2000-02-03  Jim Meyering  <meyering@lucent.com>
28593
28594         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
28595
28596 2000-02-03  Jim Meyering  <meyering@lucent.com>
28597
28598         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
28599         rather than with `#if HAVE_UTMPNAME'.
28600
28601 2000-02-02  Jim Meyering  <meyering@lucent.com>
28602
28603         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
28604         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
28605         Reported by Eli Zaretskii.
28606
28607 2000-02-01  Jim Meyering  <meyering@lucent.com>
28608
28609         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
28610
28611 2000-01-31  Jim Meyering  <meyering@lucent.com>
28612
28613         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
28614         functions.  Add the time.h and sys/time.h headers along with the
28615         AC_REQUIRE'ment of AC_HEADER_TIME.
28616
28617 2000-01-31  Jim Meyering  <meyering@lucent.com>
28618
28619         * lib/nanosleep.h (nanosleep): Guard declaration with
28620         `#if ! HAVE_DECL_NANOSLEEP'.
28621         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
28622         the declaration in that vendor's sys/timers.h.
28623         Reported by Christian Krackowizer.
28624
28625         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
28626         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
28627         (ISPRINT): Likewise.
28628         Reported by Tom Tromey.
28629
28630 2000-01-30  Jim Meyering  <meyering@lucent.com>
28631
28632         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
28633
28634         * m4/prereq.m4 (utmp_includes): Define.
28635         Check for ut_user and ut_name members in both struct utmpx
28636         and struct utmp.
28637
28638 2000-01-30  Jim Meyering  <meyering@lucent.com>
28639
28640         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
28641         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
28642         header files where only utmpx.ut_user is declared.
28643
28644         * lib/readutmp.h (UT_USER): Define.
28645
28646 2000-01-29  Jim Meyering  <meyering@lucent.com>
28647
28648         * m4/lib-check.m4: New file containing library-related checks from
28649         fileutils and sh-utils (textutils had none).
28650
28651 2000-01-28  Jim Meyering  <meyering@lucent.com>
28652
28653         * m4/perl.m4: Change format of warning message to look more like that
28654         from the missing script.  Suggestion from François Pinard.
28655
28656 2000-01-25  Jim Meyering  <meyering@lucent.com>
28657
28658         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
28659         well as time.h in the compile check.
28660         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
28661         Fix typo in cross-compiling case: s/yes/no/.
28662
28663 2000-01-23  Jim Meyering  <meyering@lucent.com>
28664
28665         * m4/jm-macros.m4: Move df-related tests here from
28666         fileutils/configure.in
28667
28668         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
28669         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
28670
28671         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
28672         s/space/ac_fsusage_space/.
28673         (jm_FILE_SYSTEM_USAGE): Take two parameters.
28674
28675         * m4/ftruncate.m4: New file (derived from part of
28676         fileutils/configure.in).
28677         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
28678         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
28679
28680         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
28681         AC_SUBST these here, rather than just in sh-util/configure.in, so
28682         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
28683         all the same.
28684         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
28685         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
28686         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
28687         (AC_SUBST(POW_LIBM)): Likewise.
28688         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
28689
28690 2000-01-23  Jim Meyering  <meyering@lucent.com>
28691
28692         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
28693         obstack.c.
28694
28695 2000-01-22  Jim Meyering  <meyering@lucent.com>
28696
28697         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
28698
28699         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
28700
28701         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
28702         configure.in
28703         (AC_CHECK_HEADERS): Likewise for sh-utils.
28704         (AC_CHECK_HEADERS): Likewise for textutils.
28705         Merge the three lists of headers.
28706
28707         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
28708         from fileutils' configure.in.
28709
28710         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
28711         code. Moved tests into their own function (_jm_DECL_HEADERS) in
28712         check-decl.m4.
28713
28714         * m4/check-decl.m4: Use #if rather than #ifdef.
28715         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
28716         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
28717         (_jm_DECL_HEADERS): Define new function.
28718         (jm_CHECK_DECLARATIONS): Require it.
28719
28720 2000-01-22  Jim Meyering  <meyering@lucent.com>
28721
28722         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
28723         [! HAVE_DECL_STRTOULL]: Declare strtoull.
28724         Required for some AIX systems.  Reported by Christian Krackowizer.
28725         [TESTING] (main): New function.
28726
28727         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
28728         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
28729         letters.
28730
28731         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
28732         iswprint.
28733
28734         * lib/strverscmp.c (ISDIGIT): Define.
28735         (strverscmp): Use ISDIGIT, not isdigit.
28736
28737 2000-01-19  Jim Meyering  <meyering@lucent.com>
28738
28739         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
28740         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
28741         defines `struct timespec' in <sys/time.h>
28742
28743         * m4/c-bs-a.m4: Remove uses of changequote altogether.
28744         Thanks to Akim for explaining.
28745
28746 2000-01-17  Paul Eggert  <eggert@twinsun.com>
28747
28748         * lib/nanosleep.c (nanosleep):
28749         Don't use SA_INTERRUPT to decide whether to call sigaction, as
28750         POSIX.1 doesn't require SA_INTERRUPT and some systems
28751         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
28752         it's been part of POSIX.1 since day 1 (in 1988).
28753
28754 2000-01-17  Jim Meyering  <meyering@lucent.com>
28755
28756         * lib/interlock: Remove unused file.  Reported by François Pinard.
28757
28758 2000-01-16  Paul Eggert  <eggert@twinsun.com>
28759
28760         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
28761         alert, backslash, formfeed, and vertical tab unnecessarily in
28762         shell quoting style.
28763
28764 2000-01-16  Jim Meyering  <meyering@lucent.com>
28765
28766         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
28767         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
28768         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
28769         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
28770
28771 2000-01-16  Jim Meyering  <meyering@lucent.com>
28772
28773         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
28774         because the latter didn't work.
28775
28776 2000-01-15  Jim Meyering  <meyering@lucent.com>
28777
28778         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
28779         (AC_REPLACE_FUNCS): Add memcpy and memset.
28780         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
28781         Add strpbrk.
28782         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
28783
28784 2000-01-12  Jim Meyering  <meyering@lucent.com>
28785
28786         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
28787         (jm_PREREQ): Use it.
28788         (jm_PREREQ_READUTMP): New macro.
28789         (jm_PREREQ): Use it.
28790
28791 2000-01-11  Paul Eggert  <eggert@twinsun.com>
28792
28793         Quote multibyte characters correctly.
28794         * m4/c-bs-a.m4: New file.
28795         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
28796         (jm_PREREQ): Use it.
28797
28798 2000-01-11  Paul Eggert  <eggert@twinsun.com>
28799
28800         * m4/uintmax_t.m4: Port to autoconf 2.13.
28801
28802 2000-01-08  Jim Meyering  <meyering@ascend.com>
28803
28804         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
28805         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
28806
28807 2000-01-04  Jim Meyering  <meyering@ascend.com>
28808
28809         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
28810         jm_STRUCT_DIRENT_D_TYPE.
28811         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
28812         jm_STRUCT_DIRENT_D_INO.
28813         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
28814         jm_STRUCT_UTIMBUF.
28815         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
28816         renamings.
28817         * m4/utime.m4: Likewise.
28818
28819         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
28820         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
28821
28822 2000-01-03  Paul Eggert  <eggert@twinsun.com>
28823
28824         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
28825         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
28826
28827 2000-01-02  Jim Meyering  <meyering@ascend.com>
28828
28829         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
28830         remember if this is necessary.
28831
28832 1999-12-26  Jim Meyering  <meyering@ascend.com>
28833
28834         * m4/jm-macros.m4: Use it here.
28835         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
28836
28837 1999-12-23  Jim Meyering  <meyering@ascend.com>
28838
28839         * m4/jm-macros.m4: Check for clock_gettime (moved from
28840         fileutils/configure.in)
28841         Check for gettimeofday.
28842
28843 1999-12-20  Jim Meyering  <meyering@ascend.com>
28844
28845         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
28846         autoconf-2.14a-1999-12-20.
28847
28848 1999-12-19  Jim Meyering  <meyering@ascend.com>
28849
28850         * m4/lstat-slash.m4: New file.
28851         * m4/jm-macros.m4: Use the new macro:
28852         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
28853
28854 1999-12-07  Jim Meyering  <meyering@ascend.com>
28855
28856         * m4/perl.m4: Require that File::Compare be available, too.
28857         Too many systems seem to lack it.
28858
28859         * m4/strftime.m4: Add checks for most of the cpp macros tested in
28860         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
28861
28862 1999-11-18  Paul Eggert  <eggert@twinsun.com>
28863
28864         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
28865         problem with the QNX 4.25 shell, which doesn't propagate exit
28866         status of failed commands inside shell assignments.
28867
28868 1999-11-17  Jim Meyering  <meyering@ascend.com>
28869
28870         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
28871
28872 1999-11-07  Jim Meyering  <meyering@ascend.com>
28873
28874         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
28875
28876 1999-11-06  Jim Meyering  <meyering@ascend.com>
28877
28878         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
28879         * m4/jm-macros.m4 (jm_MACROS): Use it here.
28880
28881 1999-11-05  Jim Meyering  <meyering@ascend.com>
28882
28883         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
28884         configure.in of textutils, fileutils, and sh-utils into this one
28885         (shared between those packages) file.
28886         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
28887         AC_STRUCT_ST_BLKSIZE.
28888
28889 1999-11-03  Jim Meyering  <meyering@ascend.com>
28890
28891         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
28892         of AC_CHECK_TYPE checks includes unistd.h.
28893         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
28894         Suggestion from Akim Demaille.
28895
28896 1999-10-30  Jim Meyering  <meyering@ascend.com>
28897
28898         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
28899         m4-quoted string.
28900         * m4/ls-mntd-fs.m4: Likewise.
28901         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
28902         * m4/jm-winsz1.m4: Likewise.
28903
28904         * m4/const.m4: Remove file, since the fix made it into the experimental
28905         version of autoconf.
28906         * m4/mktime.m4: Likewise.
28907
28908         * m4/check-type.m4: Remove file, now that the latest version of
28909         AC_CHECK_TYPE takes a third arg to specify additional #includes.
28910
28911         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
28912         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
28913         AC_CHECK_TYPE.
28914
28915 1999-10-04  Jim Meyering  <meyering@ascend.com>
28916
28917         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
28918
28919 1999-09-22  Paul Eggert  <eggert@twinsun.com>
28920
28921         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
28922         2.95.1 bug with HP-UX 10.20.
28923
28924 1999-09-17  Jim Meyering  <meyering@ascend.com>
28925
28926         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
28927         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
28928         due to missing strdup (against sh-utils-2.0).
28929
28930 1999-08-29  Jim Meyering  <meyering@ascend.com>
28931
28932         * m4/jm-macros.m4: Require jm_BISON.
28933         * m4/bison.m4: New file.
28934
28935 1999-08-17  Paul Eggert  <eggert@twinsun.com>
28936
28937         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
28938         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
28939
28940 1999-08-05  Jim Meyering  <meyering@ascend.com>
28941
28942         * m4/getline.m4: Rename test file from conftestdata to conftest.data
28943         to avoid conflicts with `conftest' on 8+3 filesystems.
28944         Suggestion from Eli Zaretskii.
28945
28946 1999-08-04  Jim Meyering  <meyering@ascend.com>
28947
28948         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
28949         fileutils and sh-utils (textutils's getline test was inadequate).
28950         (AM_FUNC_GETLINE): Run this test.
28951         (AC_CHECK_FUNCS): Check for getdelim.
28952         Reported by Bob Proulx.
28953
28954 1999-08-02  Jim Meyering  <meyering@ascend.com>
28955
28956         * m4/jm-macros.m4: Add a comment.
28957
28958 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28959
28960         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
28961         <inttypes.h> defines strtoumax as a macro (and not as a
28962         function).
28963
28964 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28965
28966         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
28967         that we can shift, multiply and divide unsigned long long
28968         values; Ultrix cc can't do it.
28969
28970 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28971
28972         * m4/mktime.m4: New file, which is a preview of what should appear
28973         in the next public autoconf release.
28974
28975 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28976
28977         * m4/lfs.m4: Remove this file.
28978         * m4/largefile.m4: New file.  It contains the old contents of
28979         lfs.m4, except that all names with prefix AC_LFS have been
28980         changed to use the prefix AC_SYS_LARGEFILE instead, to be
28981         compatible with future autoconf versions.  Also, some minor m4
28982         quoting problems have been fixed.
28983
28984 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28985
28986         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
28987         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
28988         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
28989         and simplify the shell code.
28990
28991 1999-08-01  Jim Meyering  <meyering@ascend.com>
28992
28993         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
28994         m4.
28995
28996 1999-07-20  Jim Meyering  <meyering@ascend.com>
28997
28998         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
28999
29000 1999-07-15  Jim Meyering  <meyering@ascend.com>
29001
29002         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
29003
29004 1999-05-22  Jim Meyering  <meyering@ascend.com>
29005
29006         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
29007
29008 1999-05-20  Jim Meyering  <meyering@ascend.com>
29009
29010         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
29011         Add a colon after each `then' in case $4 is empty.
29012
29013 1999-05-16  Jim Meyering  <meyering@ascend.com>
29014
29015         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
29016
29017 1999-05-10  Jim Meyering  <meyering@ascend.com>
29018
29019         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
29020
29021         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
29022         AC_FUNC_MKTIME.
29023
29024 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
29025
29026         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
29027
29028 1999-05-04  Paul Eggert  <eggert@twinsun.com>
29029
29030         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
29031         not CPPFLAGS, so that linking works correctly in IRIX.
29032
29033 1999-04-30  Paul Eggert  <eggert@twinsun.com>
29034
29035         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
29036
29037 1999-04-20  Paul Eggert  <eggert@twinsun.com>
29038
29039         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
29040         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
29041         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
29042         jm_AC_TYPE_UNSIGNED_LONG_LONG.
29043         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
29044
29045         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
29046
29047 1999-04-20  Jim Meyering  <meyering@ascend.com>
29048
29049         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
29050         AC_REPLACE xstroull if necessary.  From Paul Eggert.
29051         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
29052
29053 1999-04-18  Jim Meyering  <meyering@ascend.com>
29054
29055         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
29056         * m4/jm-macros.m4: Use it.
29057
29058 1999-04-06  Jim Meyering  <meyering@ascend.com>
29059
29060         * m4/strftime.m4: Remove test for %f.
29061
29062 1999-03-29  Jim Meyering  <meyering@ascend.com>
29063
29064         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
29065         superset of the AC_TYPE_* checks in the textutils, fileutils,
29066         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
29067         AC_TYPE_PID_T.
29068
29069 1999-03-28  Jim Meyering  <meyering@ascend.com>
29070
29071         * m4/jm-macros.m4: Define GNU_PACKAGE here.
29072         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
29073         replaced e.g., in the *.sh files of the sh-utils.
29074
29075 1999-03-20  Jim Meyering  <meyering@ascend.com>
29076
29077         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
29078         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
29079         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
29080
29081 1999-03-19  Jim Meyering  <meyering@ascend.com>
29082
29083         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
29084
29085 1999-03-12  Jim Meyering  <meyering@ascend.com>
29086
29087         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
29088
29089 1999-03-07  Jim Meyering  <meyering@ascend.com>
29090
29091         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
29092         declared.
29093
29094 1999-02-17  Jim Meyering  <meyering@ascend.com>
29095
29096         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
29097         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
29098
29099 1999-02-07  Jim Meyering  <meyering@ascend.com>
29100
29101         * m4/group-member.m4: New file -- extracted from sh-utils'
29102         configure.in.
29103
29104         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
29105         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
29106
29107 1999-02-06  Jim Meyering  <meyering@ascend.com>
29108
29109         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
29110         * m4/fnmatch.m4: Likewise.
29111         * m4/getgroups.m4: Likewise.
29112         * m4/lstat.m4: Likewise.
29113         * m4/malloc.m4: Likewise.
29114         * m4/putenv.m4: Likewise.
29115         * m4/realloc.m4: Likewise.
29116         * m4/regex.m4: Likewise.
29117         * m4/stat.m4: Likewise.
29118         * m4/strftime.m4: Likewise.
29119         Suggestion from Alain Magloire.
29120
29121         * m4/chown.m4: Use `.$ac_objext', not `.o'.
29122         * m4/fnmatch.m4: Likewise.
29123         * m4/getgroups.m4: Likewise.
29124         * m4/getline.m4: Likewise.
29125         * m4/lstat.m4: Likewise.
29126         * m4/malloc.m4: Likewise.
29127         * m4/memcmp.m4: Likewise.
29128         * m4/putenv.m4: Likewise.
29129         * m4/realloc.m4: Likewise.
29130         * m4/regex.m4: Likewise.
29131         * m4/stat.m4: Likewise.
29132         * m4/strftime.m4: Likewise.
29133         Suggestion from Alain Magloire.
29134
29135         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
29136         an argument.
29137
29138         * m4/regex.m4: Add a run-time Test for proper operation of
29139         re_compile_pattern.
29140
29141 1999-01-31  Jim Meyering  <meyering@ascend.com>
29142
29143         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
29144
29145 1999-01-30  Jim Meyering  <meyering@ascend.com>
29146
29147         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
29148
29149         * m4/jm-mktime.m4: Make this a wrapper around the official
29150         AM_FUNC_MKTIME rather than my private copy, now that the official one
29151         is up to date.
29152         * m4/mktime.m4: Remove file.
29153
29154         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
29155         * m4/uptime.m4: Likewise.
29156         * m4/uintmax_t.m4: Likewise.
29157
29158 1999-01-28  Jim Meyering  <meyering@ascend.com>
29159
29160         * m4/jm-macros.m4: Use jm_AFS.
29161         * m4/afs.m4: New file (from fileutils' configure.in).
29162
29163         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
29164         * m4/chown.m4: Likewise.
29165         * m4/d-ino.m4: Likewise.
29166         * m4/d-type.m4: Likewise.
29167         * m4/fnmatch.m4: Likewise.
29168         * m4/getgroups.m4: Likewise.
29169         * m4/gettext.m4: Likewise.
29170         * m4/jm-mktime.m4: Likewise.
29171         * m4/jm-winsz2.m4: Likewise.
29172         * m4/lcmessage.m4: Likewise.
29173         * m4/ls-mntd-fs.m4: Likewise.
29174         * m4/malloc.m4: Likewise.
29175         * m4/memcmp.m4: Likewise.
29176         * m4/putenv.m4: Likewise.
29177         * m4/realloc.m4: Likewise.
29178         * m4/st_mtim.m4: Likewise.
29179         * m4/strftime.m4: Likewise.
29180
29181 1999-01-16  Jim Meyering  <meyering@ascend.com>
29182
29183         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
29184         (ARGMATCH_DIE_DECL): Define.
29185
29186 1999-01-12  Jim Meyering  <meyering@ascend.com>
29187
29188         * m4/Makefile.am.in: Rewrite to avoid using fmt.
29189         Reported by Lars Hecking.
29190
29191 1999-01-10  Jim Meyering  <meyering@ascend.com>
29192
29193         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
29194         gross kludge.
29195         * m4/inttypes_h.m4: Likewise.
29196         * m4/lstat.m4: Likewise.
29197         * m4/malloc.m4: Likewise.
29198         * m4/readdir.m4: Likewise.
29199         * m4/realloc.m4: Likewise.
29200         * m4/st_dm_mode.m4: Likewise.
29201         * m4/stat.m4: Likewise.
29202         * m4/utimbuf.m4: Likewise.
29203         * m4/utimes.m4: Likewise.
29204
29205         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
29206         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
29207         comments in config.h.in are meaningful.
29208
29209         * m4/jm-macros.m4: Require autoconf-2.13 here.
29210
29211         * m4/regex.m4: By default, don't use the included regex.c on systems
29212         with glibc 2.  Suggestion from Uli Drepper.
29213
29214 1999-01-02  Jim Meyering  <meyering@ascend.com>
29215
29216         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
29217
29218 1998-12-18  Jim Meyering  <meyering@ascend.com>
29219
29220         * m4/Makefile.am.in (Makefile.am): Simplify rule.
29221         Based on a suggestion from Lars Hecking.
29222
29223 1998-11-16  Paul Eggert  <eggert@twinsun.com>
29224
29225         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
29226
29227 1998-11-16  Jim Meyering  <meyering@ascend.com>
29228
29229         * m4/lfs.m4: Double-quote the `uname...` expression.
29230
29231 1998-11-14  Jim Meyering  <meyering@ascend.com>
29232
29233         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
29234         * m4/stat.m4: Likewise.
29235
29236 1998-11-03  Jim Meyering  <meyering@ascend.com>
29237
29238         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
29239         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
29240
29241 1998-10-18  Jim Meyering  <meyering@ascend.com>
29242
29243         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
29244
29245 1998-10-17  Jim Meyering  <meyering@ascend.com>
29246
29247         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
29248         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
29249         calls for those previously hard-coded headers.  Instead, take a new
29250         parameter.
29251         (jm_CHECK_DECLARATIONS): Reflect interface change.
29252         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
29253         (jm_CHECK_DECL_LOCALTIME_R): New macro.
29254
29255         * m4/mktime.m4: Test for spring-forward gap before long-running test.
29256
29257 1998-10-14  Jim Meyering  <meyering@ascend.com>
29258
29259         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
29260         instead of "TZ=America/Vancouver".  From Paul Eggert.
29261
29262 1998-10-11  Jim Meyering  <meyering@ascend.com>
29263
29264         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
29265         This adds a test for a recently added compatibility fix for mktime.c.
29266         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
29267
29268 1998-09-27  Jim Meyering  <meyering@ascend.com>
29269
29270         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
29271
29272         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
29273         ../configure.in, including a change from Gordon Matzigkeit to allow
29274         cross-compiling for the Hurd.
29275
29276         * m4/glibc.m4: New file/macro to test for the GNU C Library
29277         versions 1 and 2.  From Gordon Matzigkeit.
29278         Indent.
29279
29280 1998-09-21  Jim Meyering  <meyering@ascend.com>
29281
29282         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
29283
29284 1998-08-18  Paul Eggert  <eggert@twinsun.com>
29285
29286         Port nanosecond-resolution times to UnixWare 2.1.2 and
29287         pedantic Solaris 2.6.
29288
29289         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
29290         AC_STRUCT_ST_MTIM.
29291         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
29292         Generate name of ns member, instead of just 1 or undef.
29293         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
29294
29295 1998-08-15  Jim Meyering  <meyering@ascend.com>
29296
29297         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
29298         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
29299         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
29300         instead of jm_TYPE_SSIZE_T.
29301
29302 1998-08-12  Jim Meyering  <meyering@ascend.com>
29303
29304         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
29305
29306 1998-08-02  Jim Meyering  <meyering@ascend.com>
29307
29308         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
29309         in acconfig.h manually.
29310
29311 1998-07-31  Paul Eggert  <eggert@twinsun.com>
29312
29313         * m4/st_mtim.m4: New file.
29314
29315 1998-07-28  Jim Meyering  <meyering@ascend.com>
29316
29317         * m4/utimes.m4: Undef stat.
29318
29319 1998-07-25  Jim Meyering  <meyering@ascend.com>
29320
29321         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
29322         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
29323
29324 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
29325
29326         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
29327         uid and gid actually remain unchanged.
29328
29329 1998-07-07  Jim Meyering  <meyering@ascend.com>
29330
29331         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
29332
29333 1998-07-04  Jim Meyering  <meyering@ascend.com>
29334
29335         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
29336         to prove that this macro can be used in packages without regex.c.
29337
29338 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
29339
29340         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
29341         is to be used.
29342
29343 1998-07-03  Jim Meyering  <meyering@ascend.com>
29344
29345         * m4/gettext.m4: Add -lintl if it's found to be necessary.
29346
29347         * m4/gettext.m4: New file -- from gettext-0.10.35.
29348         * m4/lcmessage.m4: Likewise.
29349         * m4/progtest.m4: Likewise.
29350
29351         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
29352         * m4/jm-macros.m4: Require the new macro.
29353
29354 1998-06-29  Jim Meyering  <meyering@ascend.com>
29355
29356         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
29357         for the definition of NGROUPS (used in a system header included
29358         by sys/mount.h).
29359
29360 1998-06-28  Jim Meyering  <meyering@ascend.com>
29361
29362         * m4/ls-mntd-fs.m4: New file.
29363         * m4/fstypename.m4: New file.
29364
29365         * m4/jm-macros.m4: Require the new macro.
29366         * m4/jm-glibc-io.m4: New file.
29367
29368 1998-05-19  Jim Meyering  <meyering@ascend.com>
29369
29370         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
29371         * m4/lchown.m4: New file.
29372
29373         * m4/Makefile.am.in: New file.
29374         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
29375
29376 1998-05-14  Jim Meyering  <meyering@ascend.com>
29377
29378         * m4/Makefile.am (EXTRA_DIST): Add them.
29379         * m4/jm-macros.m4: New file.
29380         * m4/utimbuf.m4: New file.
29381
29382 1998-05-12  Jim Meyering  <meyering@ascend.com>
29383
29384         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
29385
29386 1998-05-11  Jim Meyering  <meyering@ascend.com>
29387
29388         * m4/isc-posix.m4: New file.
29389
29390 1998-05-10  Jim Meyering  <meyering@ascend.com>
29391
29392         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
29393
29394 1998-05-09  Jim Meyering  <meyering@ascend.com>
29395
29396         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
29397         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
29398         with automake.
29399
29400         * m4/ssize_t.m4: New file.
29401         * m4/mktime.m4: Remove file -- the new automake has this now.
29402
29403 1998-04-26  Jim Meyering  <meyering@ascend.com>
29404
29405         * m4/assert.m4: New file.
29406         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
29407
29408 1998-04-05  Jim Meyering  <meyering@ascend.com>
29409
29410         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
29411         (jm_PREREQ): Use it here.
29412
29413 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
29414
29415         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
29416         in acconfig.h.
29417
29418 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
29419
29420         * m4/prereq.m4: New file.
29421         * m4/error.m4: New file.
29422         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
29423
29424 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
29425
29426         * m4/getline.m4: Don't set am_cv_func_working_getline before the
29427         cache-check for the same variable -- that defeated the purpose of
29428         the test; the test program was never run.  This was a problem only
29429         on systems with losing getline functions -- HP-UX 10.20 is one.
29430         Reported by Bjorn Helgaas.
29431
29432 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
29433
29434         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
29435
29436 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
29437
29438         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
29439
29440         * m4/const.m4: New file.  Use an initializer in this declaration
29441         typedef int charset[2]; const charset x;
29442         Reported by Bob Glickstein.
29443
29444 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
29445
29446         * m4/chown.m4: Fix reversed types on -1 args to chown.
29447         From Kaveh Ghazi.
29448
29449 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
29450
29451         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
29452         Add lseek and memchr.
29453
29454         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
29455         T.E.Dickey <dickey@clark.net> said that some older preprocessors
29456         have a 20-character limit on names.
29457
29458 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
29459
29460         * m4/inttypes_h.m4: New file.
29461         * m4/uintmax_t.m4: New file.
29462         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
29463
29464 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
29465   Free Software Foundation, Inc.
29466 Copying and distribution of this file, with or without modification,
29467 are permitted provided the copyright notice and this notice are preserved.